Class ParallelPlanner

java.lang.Object
com.google.adk.planner.ParallelPlanner
All Implemented Interfaces:
Planner

public final class ParallelPlanner extends Object implements Planner
A planner that runs all sub-agents in parallel, then completes.
  • Constructor Details

    • ParallelPlanner

      public ParallelPlanner()
  • Method Details