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
