Capturas de pantalla del proyecto
Resumen
Google's Agent Development Kit (ADK) is a Python-based framework designed for creating agentic applications. Version 2.0 introduces a graph-based Workflow Runtime for deterministic execution flows and a Task API for structured agent-to-agent delegation. It allows developers to define individual AI agents and orchestrate them using workflows, supporting complex routing, loops, and human-in-the-loop interactions.
Características principales
- Code-first Python toolkit
- Graph-based Workflow Runtime
- Task API for structured agent-to-agent delegation
- Support for routing, fan-out/fan-in, loops, and nested workflows
- Human-in-the-loop capabilities
- Interactive CLI and Web UI for local running
- Bi-weekly release cadence
Requisitos, instalación y guía rápida
Uso
Compatibilidad de modelos y casos de uso
The repository demonstrates usage with the 'gemini-2.5-flash' model. Specific supported model lists are not stated in the repository metadata.
Notas sobre la licencia y los riesgos
Licensed under the Apache 2.0 License.
Editorial verification 2026-08-09: repository URL, owner, description, license and repository statistics were reviewed. License metadata: Apache-2.0. README was fetched for the channel draft; re-check repository dependencies, releases and model terms before production use.
Lanzamiento y mantenimiento
Version 2.0 introduces the Workflow Runtime (graph-based execution engine) and the Task API (structured agent-to-agent delegation). The project follows a roughly bi-weekly release cadence.