aicoolies logo
Google ADK logo

Google ADK

Agent Development Kit by Google

Share
open-sourceOpen Source
Visit Website →

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

Alternatives

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-sourceOpen Source

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-sourceOpen 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-sourceOpen Source

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

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-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Klavis AI logo

Klavis AI

MCP integration platform for agent tool use at scale

Klavis AI is an Apache-2.0 MCP integration platform for teams connecting AI agents to external SaaS tools and APIs. The public repo and official docs position it as infrastructure for reliable tool access at scale, so it fits teams that want reusable MCP connectors without treating every integration as a one-off script or custom OAuth maintenance project.

open-sourceOpen SourceTelemetry

Comparisons