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.
ManagerConfig
Defined in the Config Loader module.Rust AI Agent SDK Manager configuration for multi-agent workflows
Fields
| Name | Type | Description |
|---|---|---|
llm | Option<String> | Manager LLM model |
max_iter | Option<usize> | Maximum iterations |
verbose | bool | Verbose output |
Source
View on GitHub
praisonai/src/parity/config_loader.rs at line 154
