aicoolies logo
Google ADK logo
Google ADK logo

Google ADK

Agent Development Kit by Google

open sourceupdated May 22, 2026

Google's open-source framework for building AI agents with Gemini models. Supports multi-agent orchestration, tool use, and deployment to Vertex AI or Cloud Run. Provides a structured approach to agent development with built-in evaluation, testing, and monitoring capabilities, making it the official path for teams building agent systems within the Google Cloud ecosystem.

Google Agent Development Kit (ADK) is a flexible, modular open-source framework for developing and deploying AI agents, optimized for the Gemini model family and Google Cloud ecosystem while remaining model-agnostic and deployment-agnostic. It solves the challenge of building sophisticated multi-agent applications by providing a code-first approach with workflow agents for predictable pipelines, LLM-driven dynamic routing for adaptive behavior, and hierarchical agent composition for complex coordination and delegation. ADK brings the same engineering discipline of traditional software development to the world of AI agents, with strong emphasis on testability, evaluation, and production deployment.

ADK provides workflow agents including Sequential, Parallel, and Loop patterns for predictable pipelines, alongside LLM-driven dynamic routing for adaptive agent behavior. The framework equips agents with diverse tool capabilities including pre-built tools for Search and Code Execution, custom function tools, third-party library integrations, and the ability to use other agents as tools. Built-in bidirectional audio and video streaming enables human-like conversational interactions, while the evaluation framework allows systematic assessment of both final response quality and step-by-step execution trajectories against predefined test cases.

Google ADK targets TypeScript and Python developers building AI agents within the Google Cloud ecosystem, including applications that leverage Gemini models, Google Search, Vertex AI, and Cloud Run for deployment. It integrates with Google Cloud Agent Engine for managed scaling, supports containerized deployment through Docker, and works with both Google and third-party model providers for maximum flexibility. ADK is particularly well-suited for enterprise teams building multi-agent applications on Google Cloud infrastructure, with built-in support for evaluation, monitoring, and production deployment patterns that align with Google Cloud best practices.

Pricing

Free (API usage-based)

Platforms

Python

Categories

Tags

Use Cases

OpenAI Agents SDK logo

OpenAI Agents SDK

Official Python SDK for OpenAI agents

OpenAI's Python framework for building multi-agent AI applications with GPT models. Provides primitives for creating agents with tool calling, handoffs between specialized agents, guardrails for input/output validation, and tracing for observability. Supports building complex workflows where agents collaborate on tasks. Includes built-in tools for file search, code execution, and web browsing. Designed for production agent systems with structured output and error recovery patterns.

Open Source
Claude logo

Claude Agent SDK

Official agent SDK by Anthropic

Anthropic's Python SDK for building agentic AI applications powered by Claude models. Provides primitives for creating agents with tool use, multi-step reasoning, guardrails, handoffs between specialized agents, and structured output. Supports building complex agent workflows with tracing and observability. Designed for developers building production AI agents that interact with external systems, databases, and APIs using Claude as the reasoning backbone.

Open Source
LangChain logo

LangChain

Framework for LLM applications

The most widely-used framework for building LLM-powered applications, available in Python and JavaScript. Provides abstractions for chains, agents, RAG, memory, tool usage, and structured output. Integrates with 100+ LLM providers, vector stores, document loaders, and tools. LangSmith offers tracing and evaluation. LangGraph enables stateful, multi-agent workflows with cycles. 100K+ GitHub stars. The de facto standard for LLM application development despite growing alternatives like LlamaIndex.

Open Source

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

Comparisons

LangGraph vs Google ADK: stateful orchestration or Google's agent workflow runtime?

LangGraph and Google ADK now overlap more than old graph-versus-toolkit comparisons suggest. LangGraph remains the stronger default for vendor-neutral, durable stateful orchestration, especially when a team wants explicit graph control, persistent checkpoints, human-in-the-loop pauses, and LangSmith/LangGraph deployment options. Google ADK is the better fit for teams standardizing on Gemini, Vertex AI, ADK workflows, and Google-hosted agent runtime surfaces. Choose LangGraph for portable orchestration control; choose ADK when Google-native workflow runtime and evaluation are the center of gravity.

LangGraphGoogle ADK

Google ADK vs OpenAI Agents SDK — Multi-Agent Toolkit vs Production Agent Runtime

Google ADK and the OpenAI Agents SDK are both developer frameworks for building agents, but they reflect different ecosystems. Google ADK emphasizes multi-agent systems, Gemini/Vertex AI alignment, and deployment patterns around Google’s AI stack. OpenAI Agents SDK emphasizes a lightweight Python runtime for agents, tools, handoffs, tracing, and production workflows around OpenAI’s platform.

FAQ

What is Google ADK?

Google's open-source framework for building AI agents with Gemini models. Supports multi-agent orchestration, tool use, and deployment to Vertex AI or Cloud Run. Provides a structured approach to agent development with built-in evaluation, testing, and monitoring capabilities, making it the official path for teams building agent systems within the Google Cloud ecosystem.

Is Google ADK free?

Yes — Google ADK is open source and free to use. Free (API usage-based)

Is Google ADK open source?

Yes — Google ADK is open source.

What are the best Google ADK alternatives?

The top editor-verified Google ADK alternatives are OpenAI Agents SDK, Claude Agent SDK, LangChain.