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.
PlanningAgentConfig
Defined in the specialized module.Rust AI Agent SDK Planning agent configuration
Fields
| Name | Type | Description |
|---|---|---|
max_steps | usize | Maximum planning steps |
reasoning | bool | Enable reasoning |
llm | Option<String> | Planning LLM model |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 143
