{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"}],"enrichment":{"capability":"A Python framework for building, testing, and deploying AI agents with graph-based workflow orchestration, multi-agent coordination, and tool integration\u2014optimized for Gemini but model-agnostic.","skillfed_tags":["agent-framework","workflow-orchestration","multi-agent-systems"],"use_cases":["Build multi-turn conversational agents with tool delegation and task routing using the Task API and Workflow runtime.","Compose hierarchical multi-agent systems where specialized agents delegate work to each other in a graph-based flow.","Deploy agents to production on Cloud Run or Vertex AI with built-in support for containerization and scaling.","Evaluate and debug agent behavior locally using the CLI and development UI before deployment.","Integrate external tools and APIs (OpenAPI specs, MCP tools, custom functions) into agent workflows.","Implement human-in-the-loop approval flows for sensitive agent actions using tool confirmation."],"what_it_does":"ADK is a Python framework for building AI agents using a code-first, graph-based workflow model. It provides two core abstractions\u2014Agent (defines an AI's instructions, tools, and behavior) and Workflow (orchestrates agents and tasks in a directed graph)\u2014plus a runtime engine supporting routing, loops, retry logic, state management, human-in-the-loop steps, and nested workflows. The framework is optimized for Google's Gemini models but remains model-agnostic and can integrate with other LLM providers.\n\nThe package bundles a rich tool ecosystem (pre-built tools, custom functions, OpenAPI specs, MCP tools), a development UI for testing and debugging, CLI commands for local execution and evaluation, and deployment support for Cloud Run and Vertex AI Agent Engine. It depends on 25 runtime packages including fastapi, uvicorn, aiohttp, pydantic, and google-genai, reflecting its web-service and async-first design. ADK 2.0 introduced breaking changes to the agent API and session schema; sessions are forward-compatible with ADK 1.28+ but not backward-compatible with older 1.x versions.","worth_installing":"Yes. ADK is actively maintained (last commit 2026-08-14, bi-weekly release cadence), has no known vulnerabilities, and offers a mature, code-first framework for building production-grade multi-agent systems. The permissive Apache 2.0 license and low install friction make it accessible. The 25 runtime dependencies are substantial but well-established packages (fastapi, pydantic, google-genai). Install with the recommended version-specific constraint files to manage transitive dependency stability. Suitable for teams building Gemini-based agents or exploring model-agnostic agent orchestration."},"id":"google-adk","links":{"html":"https://skillfed.io/packages/google-adk","md":"https://skillfed.io/packages/google-adk.md","pypi":"https://pypi.org/project/google-adk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":null,"license_treatment":"permissive","name":"google-adk","python_support":"supports_current","summary":"Agent Development Kit"},"popularity":{"monthly_downloads":18780267,"position":1079,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.7.0"}
