Google Agent Development Kit (ADK)
Google Agent Development Kit (ADK) is an open-source, code-first framework for building, evaluating and deploying AI agents. It is optimized for Gemini and Google Cloud but designed to work with other model providers and deployment environments. Current documentation covers Python, TypeScript, Go, Java and Kotlin; feature coverage varies by language, so teams should check the support matrix for the implementation they plan to use. This entry links to the canonical Python repository and google-adk package, which use the Apache-2.0 license.
Top features
- Compose LLM agents, custom agents and workflow agents into multi-agent systems. Sequential, parallel and loop patterns handle deterministic coordination, while agents can delegate or call other agents as tools.
- Mix model reasoning with explicit graph workflows, state transitions and application logic when a process needs more predictable execution paths.
- Add built-in, custom, third-party or Model Context Protocol tools. ADK also documents interoperability paths such as Agent2Agent for connecting independently hosted agents.
- Manage working context through sessions, events and state, with services for longer-lived memory and artifacts such as files or generated outputs. Context controls can filter or summarize history and account for tool results.
- Develop locally with the ADK command-line tools and web interface, then test agent behavior with evaluation datasets, trace execution and connect observability integrations.
- Deploy to your own infrastructure or supported Google Cloud targets, including Agent Runtime, Cloud Run and GKE. Model and deployment choices are not tied to a single runtime, although capabilities differ across language SDKs.
Use cases
- Build customer-service or internal operations systems in which specialist agents coordinate under a shared workflow.
- Combine Gemini or another supported model with enterprise APIs, search, databases and MCP servers.
- Create document-processing, research or data-analysis agents that need durable session state, memory and file artifacts.
- Encode business processes as graph-based or sequential workflows with evaluation cases before deployment.
- Move a locally tested agent to Google Cloud or a self-managed container environment while keeping the same core agent design.
No linked agents yet.
Register an agentGrok Build 1.0 Is xAI’s Bid to Make Terminal Coding Agents Usable Every Day
Grok Build 1.0.0 arrived on August 7, 2026. Its headline is not a new model or benchmark score, but the less glamorous work of making an agent that edits code, runs commands, and keeps working easier to control and recover.
AI Tools · Aug 8, 2026
Cloudflare Built a Browser for Agents, Not Humans, and Put It on Workers
Kitesurf is a Chromium alternative for agent workloads: Rust/Wasm pieces, V8 isolates, CDP compatibility, 3–7× less CPU/memory on Cloudflare’s corpus, and an honest list of things it still cannot do.
ai-agents · Aug 7, 2026
ChatGPT Puts GPT-5.6 Sol on Instant, Unlimited Luna on Free, and Leaves Work and Codex Alone
OpenAI’s August 6, 2026 ChatGPT update unifies paid Instant and reasoning on a retuned Sol, moves Free and Go to Luna with a later unlimited-text window, and keeps agent surfaces on the July models.
ai-models · Aug 6, 2026

