adk-go
by
google

Description: An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

View on GitHub ↗

Summary Information

Updated 33 minutes ago
Added to GitGenius on November 18th, 2025
Created on May 5th, 2025
Open Issues & Pull Requests: 241 (+0)
Number of forks: 870
Total Stargazers: 8,519 (+64)
Total Subscribers: 140 (+67)

Issue Activity (beta)

Open issues: 105
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 74 days
Stale 30+ days: 73
Stale 90+ days: 40

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • bug (92)
  • enhancement (63)
  • needs review (19)
  • api (10)
  • breaking change (6)
  • documentation (6)
  • good first issue (6)
  • question (6)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 2.7 days
90th percentile: 3.4 days
Tracked items: 204

Most active contributors

Detailed Description

The Agent Development Kit (ADK) for Go is an open-source framework developed by Google for building, evaluating, and deploying sophisticated AI agents using Go. It represents a code-first approach to agent development, allowing developers to define agent logic, tools, and orchestration directly in Go code rather than through configuration files or visual interfaces. The toolkit is designed to be idiomatic to Go, leveraging the language's strengths in concurrency and performance, making it particularly well-suited for cloud-native agent applications.

ADK for Go is part of a larger ecosystem that includes Python, Java, and web versions of the toolkit, all sharing similar design principles but tailored to their respective languages and use cases. While optimized for integration with Google's Gemini models and Vertex AI, the framework is model-agnostic and deployment-agnostic, allowing developers to work with various language models and deploy to different environments. The toolkit emphasizes flexibility and control, enabling developers to build everything from simple agent tasks to complex multi-agent systems.

The framework provides several key features that distinguish it as a comprehensive agent development solution. It includes a rich ecosystem of pre-built tools that agents can utilize, while also supporting custom functions and integration with existing tools to give agents diverse capabilities. The modular architecture enables developers to design scalable applications by composing multiple specialized agents that can work together, supporting multi-agent collaboration and orchestration patterns. Deployment is simplified through strong support for containerization and cloud-native environments, particularly Google Cloud Run, though agents can be deployed to various platforms.

Repository activity data shows active maintenance and community engagement. GitGenius tracking identified 204 issues and pull requests with a median response latency of 0.0 hours and a mean response latency of 64.9 hours, indicating responsive issue management. The most frequently tracked issue labels are bug with 92 occurrences, enhancement with 63 occurrences, and needs review with 19 occurrences. The primary contributors tracked by GitGenius are indurireddy-TF with 275 events, dpasiukevich with 100 events, and kdroste-google with 50 events, showing concentrated but active development leadership.

The repository is classified across multiple technical domains including app development, Go programming, device connectivity, accessory development, hardware interaction, embedded systems, USB communication, protocol implementation, peripheral control, and SDK development. This broad classification reflects the toolkit's versatility and its applicability across different types of agent applications. The codebase is licensed under Apache 2.0, with an exception for the internal httprr component which maintains its own license file. The project maintains comprehensive documentation at google.github.io/adk-docs and provides sample implementations in the examples directory, supporting developers in getting started with the framework.

adk-go
by
googlegoogle/adk-go

Repository Details

Fetching additional details & charts...