Skip to main content

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.

PlanningPreset

Defined in the presets module.
Rust AI Agent SDK Planning preset configuration

Fields

NameTypeDescription
enabledboolEnable planning
read_onlyboolRead-only mode
reasoningboolEnable reasoning
auto_approveboolAuto-approve plans
max_reasoning_stepsusizeMax reasoning steps

Source

View on GitHub

praisonai/src/presets.rs at line 362

Rust Planning

Rust Reasoning