aicoolies logo
adk-go logo
adk-go logo

adk-go

Google's official Agent Development Kit for building AI agents in Go

open sourceupdated Jul 9, 2026

adk-go is Google's official Agent Development Kit for the Go programming language, providing the tools and abstractions needed to build production AI agents. It supports tool calling, multi-turn conversations, structured outputs, and integration with Google's Gemini models. With 7,300 GitHub stars and Apache 2.0 license, it brings first-class AI agent development capabilities to the Go ecosystem.

adk-go extends Google's Agent Development Kit to Go developers who need to build AI-powered agents and assistants in production environments. The toolkit provides high-level abstractions for defining agent behaviors, managing conversation state, handling tool calls, and processing structured model outputs. It integrates natively with Google's Gemini models while supporting OpenAI-compatible endpoints for model flexibility.

The Go implementation prioritizes the performance and reliability characteristics that Go is known for. Agents built with adk-go compile to single binaries with no runtime dependencies, handle concurrent requests efficiently through goroutines, and integrate naturally with existing Go web services and microservices architectures. For teams running backend infrastructure in Go, adk-go eliminates the need to introduce Python services solely for AI agent functionality.

Released under the Apache 2.0 license with over 7,300 GitHub stars and active development from Google, adk-go represents Google's commitment to making AI agent development accessible beyond Python. The toolkit includes examples, documentation, and integration patterns for common enterprise scenarios including customer service agents, data processing pipelines, and internal tooling assistants.

Pricing

Free and open-source (Apache 2.0); model API costs separate

Platforms

Go, single binary compilation, Gemini and OpenAI-compatible APIs

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
hyperagent

HyperAgent

Open-source natural-language browser automation framework for AI agents

An AGPL-3.0 TypeScript framework that drives a real browser from natural-language tasks — the self-hostable OSS framework from Hyperbrowser, distinct from the vendor's paid cloud browser product.

freeOpen Source
KaibanJS logo

KaibanJS

JavaScript framework for building and visualizing multi-agent workflows on a Kanban board

KaibanJS is an MIT-licensed JavaScript framework for defining AI agents, tasks, tools, and teams, then orchestrating their work through a Kanban-inspired runtime and visual board. It can run inside Node.js, React, or Next.js projects, supports custom UIs and headless workflows, and provides real-time task-state visibility for multi-agent applications.

Open SourceTelemetry
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
LangChain logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

Open SourceTelemetry
Accomplish Coworker logo

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

Open SourceTelemetry

FAQ

What is adk-go?

adk-go is Google's official Agent Development Kit for the Go programming language, providing the tools and abstractions needed to build production AI agents. It supports tool calling, multi-turn conversations, structured outputs, and integration with Google's Gemini models. With 7,300 GitHub stars and Apache 2.0 license, it brings first-class AI agent development capabilities to the Go ecosystem.

Is adk-go free?

Yes — adk-go is open source and free to use. Free and open-source (Apache 2.0); model API costs separate

Is adk-go open source?

Yes — adk-go is open source.

What are the best adk-go alternatives?

The top editor-verified adk-go alternatives are CrewAI, Pydantic AI, LangChain.