Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

DeepResearchAgent

Defined in the agents module.
Rust AI Agent SDK Agent for deep research using specialized APIs.

Fields

NameTypeDescription
nameString-
modelStringModel to use
instructionsOption<String>Instructions
configDeepResearchConfigConfiguration
verbosebool-

Methods

new

fn new() -> DeepResearchAgentBuilder
Create a new builder

name

fn name(&self) -> &str
Get agent name

research

fn research(&self, query: &str) -> Result<DeepResearchResult>
Perform deep research Parameters:
NameType
query&str

Source

View on GitHub

praisonai/src/agents/mod.rs at line 1126

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy