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.
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
