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.
AutoAgents
Defined in the specialized module.
Rust AI Agent SDK
Auto agents for automatic agent generation
Fields
| Name | Type | Description |
|---|
config | AutoAgentsConfig | Configuration |
agents | Vec<AutoAgentSpec> | Generated agent configs |
Methods
new
fn new(config: AutoAgentsConfig) -> Self
Create new auto agents
Parameters:
| Name | Type |
|---|
config | AutoAgentsConfig |
generate
fn generate(&mut self, task: &str) -> &[AutoAgentSpec]
Generate agents for a task
Parameters:
agents
fn agents(&self) -> &[AutoAgentSpec]
Get generated agents
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 361