AI AGENTS
Agent Development Kit
by Google
Overview
Google’s open-source, code-first framework for building, debugging, evaluating, and deploying production AI agents across multiple languages.
Details
Agent Development Kit is a Google open-source, code-first framework for end-to-end AI agent development. Official sources describe it as supporting building, debugging, evaluating, deploying, and scaling reliable production agents, including multi-agent systems. The ADK documentation says the toolkit helps developers build, manage, evaluate, and deploy AI-powered agents, with quickstarts for Python, Go, Java, and TypeScript. Google also publishes official GitHub repositories including the Python implementation and a TypeScript implementation for building, deploying, and orchestrating AI agent workflows.
When to Use
Use ADK when you want a Google-backed open-source framework for code-first AI agent development. Use it when your workflow needs lifecycle support for building debugging evaluating and deploying production AI agents. Use it when you are building agent workflows that may include multi-agent systems or orchestration. Use it when quickstarts for Python Go Java or TypeScript are relevant to your team.
Getting Started
- Open the official ADK site at https://adk.dev/.
- Read the overview documentation at https://adk.dev/get-started/about/.
- Use the get-started page at https://adk.dev/get-started/ to choose a quickstart for Python
- Go
- Java
- or TypeScript.
- Review the official Python repository at https://github.com/google/adk-python and
- if using TypeScript
- the official repository at https://github.com/google/adk-js.
- For Google Cloud context
- review the Google Cloud ADK documentation at https://docs.cloud.google.com/gemini-enterprise-agent-platform/build/adk.
Key Features
- •Open-source
- •code-first agent framework
- •Supports building AI agents
- •Supports debugging AI agents
- •Supports evaluating AI agents
- •Supports deploying production AI agents
- •Supports multi-agent applications and systems
- •Quickstarts documented for Python
- •Go
- •Java
- •and TypeScript
- •Official Python and TypeScript implementation repositories from Google
Capabilities
- •agent development
- •agent debugging
- •agent evaluation
- •agent deployment
- •multi-agent orchestration
- •AI agent workflow management
Last updated Jun 6, 2026