GraphCanon updated 1d · GitHub synced 1d
Decision brief
adk-python provides tools for developing sophisticated AI agents with a focus on flexibility and control, particularly suited for multi-agent systems.
Good fit when
- You are working on multi-agent systems where multiple AI agents need to collaborate or interact effectively. adk-python offers specific support for defining and orchestrating multi-agent workflows.
- You require extensive capabilities in shaping agentic behavior, as adk-python emphasizes a code-first approach which allows fine-tuned customization of agent instructions, tools, and actions.
Avoid when
- If your project does not involve multi-agent interactions or complex orchestration of multiple agents, other frameworks might offer more streamlined solutions.
- You prefer using out-of-the-box solutions with less coding complexity. adk-python's code-first approach is best suited for developers looking to deeply customize agent behavior and interactions.
- Requirements:
- Requires Python 3.10+ for installation.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 1d
- Provenance
- Not a fork · Organization account
- As of 1d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Backing
Company context for Google. Display-only - separate from trust and ranking.
- Company
- Google·GitHub org profile·1mo
- Employees
- 47,756·Wikidata (P1128 employees)·1mo
- Commercial model
- Pure OSS·GitHub org profile (public repos)·1mo
Install
pip install adk-python PyPIHow it fits your stack(15)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
google/adk-python provides a code-first approach to developing flexible and controllable AI agents with extensive capabilities in multi-agent systems and agentic behavior.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 19, 2026
Categories
Graph entities
Tags
README
Quick Start
Beginner Note: ADK applications are built using two main classes:
Agent(defines an AI's instructions, tools, and behavior) andWorkflow(orchestrates agents and tasks in a graph-based flow).
📄 License
This project is licensed under the Apache 2.0 License — see the LICENSE file for details.
Happy Agent Building!
For agents
This page has a .md twin and JSON over the API.