All Tools
G
AgentsFreeOpen Source
GOOGLE ADK
Code-first toolkit for Gemini and multi-agent workflows
Apache-2.0
ABOUT
Teams building production agents on Gemini often stitch SDKs, eval harnesses, and deploy targets by hand. Google ADK applies software-engineering structure to agent graphs, tools, evaluation, and deployment so the same code can run locally, on Vertex AI, or behind a custom runtime without rewriting the agent loop.
INSTALL
pip install google-adkINTEGRATION GUIDE
1. Build multi-agent Gemini workflows in Python with first-class tools and callbacks
2. Evaluate agent quality with ADK's built-in evaluation before shipping to production
3. Deploy the same agent code to Vertex AI Agent Engine or a self-hosted runtime
4. Orchestrate sequential and parallel agent graphs without locking into one model vendor
TAGS
pythonagentsgooglegeminimulti-agentevaluationopen-source