Skip to main content

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