Uses of Interface
com.google.adk.agents.Planner
Packages that use Planner
Package
Description
-
Uses of Planner in com.google.adk.agents
Methods in com.google.adk.agents that return PlannerModifier and TypeMethodDescriptionPlannerAgent.planner()Returns the planner strategy used by this agent.Methods in com.google.adk.agents with parameters of type PlannerModifier and TypeMethodDescription -
Uses of Planner in com.google.adk.planner
Classes in com.google.adk.planner that implement PlannerModifier and TypeClassDescriptionfinal classA planner that cycles through sub-agents repeatedly, stopping when an escalate event is detected or the maximum number of cycles is reached.final classA planner that runs all sub-agents in parallel, then completes.final classA planner that runs sub-agents one at a time in order.final classA planner that uses an LLM to dynamically decide which sub-agent(s) to run next. -
Uses of Planner in com.google.adk.planner.goap
Classes in com.google.adk.planner.goap that implement PlannerModifier and TypeClassDescriptionfinal classA planner that resolves agent execution order based on input/output dependencies and a target goal (output key). -
Uses of Planner in com.google.adk.planner.p2p
Classes in com.google.adk.planner.p2p that implement PlannerModifier and TypeClassDescriptionfinal classA peer-to-peer planner where agents activate dynamically as their input dependencies become available in session state.