Loading...
Discovering amazing AI tools
Open-source, code-first toolkit for building, evaluating, and deploying modular AI agents across models and environments.
Open-source, code-first toolkit for building, evaluating, and deploying modular AI agents across models and environments.
Agent Development Kit (ADK) is an open-source, code-first toolkit from Google for building, testing, orchestrating, and deploying agentic applications. ADK provides Python (and Java) libraries, a developer Web UI, and runtime primitives that let developers define agent logic, tools, sessions, and evaluations as code. It is model-agnostic and deployment-agnostic — optimized for Google Gemini but compatible with other LLMs via adapters — and includes features for tool integration, context and session memory, multi-turn orchestration, artifact management, and evaluation pipelines. ADK is distributed under the Apache-2.0 license and is designed to make agent development feel like standard software engineering with installation via pip/maven and an emphasis on modularity, observability, and extensibility.