

Agent Development Kit (ADK)
#17 in Agenten-Frameworksgoogle · siet 9. April 2025 (Vorstellung auf Google Cloud NEXT 2025) · 32× · tolest 30. Juni 2026
The Agent Development Kit (ADK) is Google's open-source, code-first framework for building, evaluating, and deploying AI agents and multi-agent systems. It was unveiled on April 9, 2025 at Google Cloud NEXT and is now available for Python, TypeScript, Go, Java, and Kotlin. ADK supports hierarchical multi-agent architectures, a broad ecosystem of models and tools (including MCP and the A2A protocol), and can be deployed locally or on Google Cloud (Cloud Run, GKE, Agent Runtime). The framework is licensed under Apache 2.0 and free to use; costs only arise from the underlying models or cloud infrastructure used.
Features
| Autonomy Level | Agents act autonomously, initiate tasks, make iterative model decisions, delegate to sub-agents, and can run with minimal human input (human-in-the-loop optional) |
| Channels | CLI (adk run), Web UI/Dev UI (adk web), Visual Builder (drag-and-drop), deployment on Cloud Run/GKE/Agent Runtime |
| License | Apache 2.0 License (open source) |
| Modalities | Text, audio, and video via bidirectional streaming (Gemini Live API Toolkit) |
| Platform | Python, TypeScript, Go, Java, Kotlin; deployable locally, Cloud Run, GKE, or Agent Runtime/Agent Platform |
| Price | Free, open source (costs only for models/cloud resources used) |
| Release Date | April 9, 2025, unveiled at Google Cloud NEXT 2025 |
| Tool/MCP Integrations | Supports Model Context Protocol (MCP), Agent2Agent (A2A) protocol, function tools, agents-as-tools, LangChain/LlamaIndex/CrewAI integration, over 100 prebuilt connectors |