Mastering agentic workflows with ADK: Loop agents
Welcome to the final installment of our series on mastering agentic workflows with the ADK for Java. We’ve covered a lot of ground:
- Part 1: Sub-agents for flexible, user-driven delegation.
- Part 2: Sequential agents for predictable, ordered processes.
- Part 3: Parallel agents for efficient, concurrent execution.
Now, we’ll explore a pattern that enables agents to mimic a fundamental human problem-solving technique: iteration.
For tasks that require refinement, trial-and-error, and self-correction, the ADK provides a LoopAgent.
