PlanningConfig
Defined in the config module.Rust AI Agent SDK Configuration for planning mode
Fields
| Name | Type | Description |
|---|---|---|
enabled | bool | Enable planning |
llm | Option<String> | Planning LLM (if different from main) |
reasoning | bool | Enable reasoning during planning |
auto_approve | bool | Auto-approve plans without user confirmation |
read_only | bool | Read-only mode (only read operations allowed) |
Methods
new
enabled
llm
| Name | Type |
|---|---|
llm | impl Into<String> |
with_reasoning
auto_approve
read_only
Source
View on GitHub
praisonai/src/config.rs at line 488
