Google00:00Guides & TipsOfficial Blog
Guide: Build pause-and-resume long-running agents with ADK
Agents can safely “sleep” and resume without losing context.
Key Points
- 1Design with explicit state management
- 2Resume with preserved context
- 3Add eval tests into CI/CD easily
Google published a tutorial for long-running ADK agents that can pause during idle time and resume with the same context. It walks through a concrete onboarding coordinator example. It also shows how to add evaluations to CI/CD to catch state regressions early.