Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
| Date | Stars |
|---|---|
| 2026-07-24 | 8521 |
| 2026-07-25 | 8524 |
| 2026-07-28 | 8524 |
| 2026-07-30 | 8524 |
| 2026-07-31 | 8566 |
| 2026-08-06 | 8566 |
Today
— stars today
This week
+42 stars this week
This month
— stars this month
Momentum
77.0
growth rate 0.49%/day
# 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-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
```
## 📄 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).
Excerpt of 2,895 characters
Read on GitHub86
59
Yaroslav · @google · Poland
37
Karol Droste
36
35
29
Jaana Dogan · Google · United States
22
Anastasia · Poland
22
wolo
18
17
Mikalai Senkevich
14
10
hulk · AfterShip
9
8
7
Serob Nahapetyan · @google · Poland
7
7
Koichi Shiraishi · @gaudiy · Japan
5
David Hyde
5
Gustaf · Sweden
4
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9af26fab9ce1d058, topic:agents, topic:multi-agent-systems, readme:ai agent