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.
MultiAgentPlanningConfig
Defined in the config module.Rust AI Agent SDK Configuration for multi-agent planning
Fields
| Name | Type | Description |
|---|---|---|
llm | Option<String> | Planning LLM model |
auto_approve | bool | Auto-approve generated plans |
reasoning | bool | Enable reasoning in planning |
Source
View on GitHub
praisonai/src/config.rs at line 1038
