Google Agent Development Kit
Google Agent Development Kit, or ADK, is Google's framework for building agents. In [src-101], the Google Developers Blog uses ADK to show how production agents can pause, resume, persist workflow state, and survive multi-day enterprise processes.
Key facts
- Publisher: Google / Google Developers Blog [src-101]
- Use case in source: A long-running new-hire onboarding coordinator agent [src-101]
- Architecture pattern: durable state machine, persistent sessions, event-driven dormancy gates, and multi-agent delegation [src-101]
- Production lesson: ADK is framed as a way to move beyond stateless chatbots into recoverable workflow agents that can wait on human approvals or external events [src-101].
- Cross-language update: Google shows ADK orchestrating a Python extraction agent and a Go validation agent connected through Agent To Agent Protocol [src-145].
- July 2026 assessment: sessions, state, memory, multi-agent composition, evaluation, MCP and A2A make ADK broad, while cross-vendor A2A operations remain comparatively young [src-252].
Related entities
Related concepts
- Long Running Agents
- Context Engineering
- Harness Engineering
- Agentic Engineering
- Cross Language Agent Teams
Source references
- [src-101] Shubham Saboo and Eric Dong – "Build Long-running AI agents that pause, resume, and never lose context with ADK" (2026-05-12)
- [src-145] Shubham Saboo and Eric Dong – "Build Cross-Language Multi-Agent Team with Google's Agent Development Kit and A2A" (2026-06-22)
Recommended next
Keep reading from this thread
From 477 indexed pages and articles.
- Wiki concept Cross-Language Agent Teams Multi-agent systems where specialized agents or services can be written in different languages and coordinated through explicit protocols. Related by kit
- Wiki concept Google Developers Blog Google's developer-facing publication represented in this wiki by the A2UI v0.9 announcement about portable, framework-agnostic generative UI. Related by kit
- Insight AI Beyond POCs How enterprise AI moves beyond proofs of concept through ownership, governance, measurement, adoption, and production operating models Readers have engaged with this next