AutoAgentsConfig
Defined in the specialized module.Rust AI Agent SDK Auto agents configuration
Fields
| Name | Type | Description |
|---|---|---|
task | String | Task description |
num_agents | Option<usize> | Number of agents to create |
llm | Option<String> | LLM model for generation |
verbose | bool | Verbose output |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 348
