Class ParallelAgent

java.lang.Object
com.google.adk.agents.BaseAgent
com.google.adk.agents.ParallelAgent

public class ParallelAgent extends BaseAgent
A shell agent that runs its sub-agents in parallel in isolated manner.

This approach is beneficial for scenarios requiring multiple perspectives or attempts on a single task, such as running different algorithms simultaneously or generating multiple responses for review by a subsequent evaluation agent.