An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
Google's ADK for Go is the official Go-language implementation of the Agent Development Kit, a modular framework for building, evaluating, and deploying AI agents using idiomatic Go patterns. Developers define agent logic, tools, and orchestration directly in Go code, then compose multiple specialized agents into multi-agent systems that can tackle complex workflows. The toolkit integrates with MCP (Model Context Protocol), supports the Agent-to-Agent (A2A) communication standard, and connects to Gemini models via Vertex AI, though it remains model-agnostic and can work with other LLM backends. Agents can be containerized and deployed to environments like Google Cloud Run. Installed via a single `go get google.golang.org/adk` command, the framework targets Go developers building cloud-native agent applications who want to leverage Go's concurrency model for agent orchestration. Claude can participate in these systems as a subagent or peer through MCP tooling, making this relevant to teams running heterogeneous multi-model architectures alongside Google's own Gemini offerings.
- ✓Open-source license (Apache-2.0)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Trusted owner (google)
git clone https://github.com/google/adk-go && cp adk-go/*.md ~/.claude/agents/3 items in this repository
Author or rework a runnable example under `examples/` in the ADK Go repository — the directory, `main.go`, the README with its Mermaid diagram and real transcript, and the index row. Use when adding a sample for a feature (workflow graph, tool, registry client, model backend, server), when asked to "add an example" for something, or when bringing an existing example up to the repo's standard.
Subagents overview
# Agent Development Kit (ADK) for Go
[](LICENSE)
[](https://pkg.go.dev/google.golang.org/adk/v2)
[](https://github.com/google/adk-go/actions/workflows/nightly.yml)
[](https://www.reddit.com/r/agentdevelopmentkit/)
[](https://codewiki.google/github.com/google/adk-go)
<html>
<h2 align="center">
<img src="https://raw.githubusercontent.com/google/adk-python/main/assets/agent-development-kit.png" width="256"/>
</h2>
<h3 align="center">
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
</h3>
<h3 align="center">
Important Links:
<a href="https://google.github.io/adk-docs/">Docs</a> &
<a href="https://github.com/google/adk-go/tree/main/examples">Samples</a> &
<a href="https://github.com/google/adk-python">Python ADK</a> &
<a href="https://github.com/google/adk-java">Java ADK</a> &
<a href="https://github.com/google/adk-kotlin">Kotlin ADK</a> &
<a href="https://github.com/google/adk-js">TypeScript ADK</a> &
<a href="https://github.com/google/adk-web">ADK Web</a>.
</h3>
</html>
Agent Development Kit (ADK) is a flexible and modular framework that applies software development principles to AI agent creation. It is designed to simplify building, deploying, and orchestrating agent workflows, from simple tasks to complex systems. While optimized for Gemini, ADK is model-agnostic, deployment-agnostic, and compatible with other frameworks.
This Go version of ADK is ideal for developers building cloud-native agent applications, leveraging Go's strengths in concurrency and performance.
---
## ✨ Key Features
* **Idiomatic Go:** Designed to feel natural and leverage the power of Go.
* **Rich Tool Ecosystem:** Utilize pre-built tools, custom functions, or integrate existing tools to give agents diverse capabilities.
* **Code-First Development:** Define agent logic, tools, and orchestration directly in Go for ultimate flexibility, testability, and versioning.
* **Modular Multi-Agent Systems:** Design scalable applications by composing multiple specialized agents.
* **Deploy Anywhere:** Easily containerize and deploy agents, with strong support for cloud-native environments like Google Cloud Run.
## 🚀 Installation
To add ADK Go to your project, run:
```bash
go get google.golang.org/adk/v2
```
## 📖 Docs for AI coding agents
[adk.dev/llms.txt](https://adk.dev/llms.txt) is a machine-readable index of the ADK documentation, and [adk.dev/llms-full.txt](https://adk.dev/llms-full.txt) is the same documentation as a single file. Both are generated from [adk-docs](https://github.com/google/adk-docs/) and include the Go API reference and samples, so you can point a coding agent at either one for context:
```text
Plan and implement an agent that reviews customer issues and generates a report. Use the ADK Go framework, referring to https://adk.dev/llms-full.txt for sample code.
```
To work on this repository rather than build with it, see [AGENTS.md](AGENTS.md).
## 📄 License
This project is licensed under the Apache 2.0 License - see the
[LICENSE](LICENSE) file for details.
The exception is internal/httprr - see its [LICENSE file](internal/httprr/LICENSE).
What people ask about adk-go
What is google/adk-go?
+
google/adk-go is subagents for the Claude AI ecosystem. An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. It has 8.8k GitHub stars and its last recorded update is dated 2026-09-11.
How do I install adk-go?
+
You can install adk-go by cloning the repository (https://github.com/google/adk-go) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is google/adk-go safe to use?
+
Our security agent has analyzed google/adk-go and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains google/adk-go?
+
google/adk-go is maintained by google. The last recorded GitHub activity is dated 2026-09-11, with 237 open issues.
Are there alternatives to adk-go?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy adk-go to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/google-adk-go)<a href="https://claudewave.com/repo/google-adk-go"><img src="https://claudewave.com/api/badge/google-adk-go" alt="Featured on ClaudeWave: google/adk-go" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.