Module planners

Module planners 

Source
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§

BuiltInPlanner
Built-in planner that leverages the model’s native planning capabilities.
PlanReActPlanner
Plan-ReAct planner that constrains the model to plan before acting.

Enums§

PlannerError
Errors from planner operations.

Traits§

Planner
Trait for agent planners that guide reasoning and action.