Skip to main content

Module plan_mode

Module plan_mode 

Source
Expand description

Plan mode tools: switch between execution and planning modes.

Plan mode restricts the agent to read-only tools, preventing mutations while the user reviews and approves a plan. The LLM decides when to enter plan mode based on task complexity.

Structsยง

EnterPlanModeTool
Enter plan mode (read-only operations only).
ExitPlanModeTool
Exit plan mode (re-enable all tools).