What problem does it solve? Writing agents with Google's Agent Development Kit (ADK) requires knowing the correct Python API patterns for agents, tools, callbacks, state, and orchestration, and guessing at signatures leads to broken code. ## Core Features & Use Cases - ADK Python Cheatsheet: Covers Agent definitions, tools, callbacks, plugins, state, artifacts, memory, multi-agent systems, A2A, and ambient agents. - Workflow API Reference: Documents the graph-based Workflow API (ADK 2.0) with nodes, edges, fan-out/fan-in, HITL, and retry configuration. - Recipe Index: Maps capabilities like RAG, sandboxes, cross-session memory, and approval gates to curated reference implementations in google/adk-samples. - Use Case: When asked to add a tool with confirmation or build a sequential multi-agent pipeline, consult the cheatsheets for exact imports, signatures, and working code patterns. ## Quick Start Use the ADK code reference to write a Python agent with a weather tool and a sequential orchestration pipeline.