DeepResearchAgentBuilder
Defined in the agents module.Rust AI Agent SDK Builder for DeepResearchAgent.
Fields
| Name | Type | Description |
|---|---|---|
name | Option<String> | - |
model | Option<String> | - |
instructions | Option<String> | - |
config | DeepResearchConfig | - |
verbose | bool | - |
Methods
name
| Name | Type |
|---|---|
name | impl Into<String> |
model
| Name | Type |
|---|---|
model | impl Into<String> |
instructions
| Name | Type |
|---|---|
instructions | impl Into<String> |
config
| Name | Type |
|---|---|
config | DeepResearchConfig |
build
Source
View on GitHub
praisonai/src/agents/mod.rs at line 1174
