Expand description
Planner system — enables agents to generate plans before acting.
Mirrors ADK-Python’s planners module. Provides traits for building
planning instructions and processing planning responses, plus a
Plan-ReAct planner implementation.
Structs§
- Built
InPlanner - Built-in planner that leverages the model’s native planning capabilities.
- Plan
ReAct Planner - Plan-ReAct planner that constrains the model to plan before acting.
Enums§
- Planner
Error - Errors from planner operations.
Traits§
- Planner
- Trait for agent planners that guide reasoning and action.