DeepResearchAgent
Defined in the agents module.Rust AI Agent SDK Agent for deep research using specialized APIs.
Fields
| Name | Type | Description |
|---|---|---|
name | String | - |
model | String | Model to use |
instructions | Option<String> | Instructions |
config | DeepResearchConfig | Configuration |
verbose | bool | - |
Methods
new
name
research
| Name | Type |
|---|---|
query | &str |
Source
View on GitHub
praisonai/src/agents/mod.rs at line 1126
