Package com.google.adk.planner
package com.google.adk.planner
-
ClassesClassDescriptionA planner that cycles through sub-agents repeatedly, stopping when an escalate event is detected or the maximum number of cycles is reached.A planner that runs all sub-agents in parallel, then completes.A planner that runs sub-agents one at a time in order.A planner that uses an LLM to dynamically decide which sub-agent(s) to run next.