google-adk-python
Installation
SKILL.md
Google ADK (Python) Skill
This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets.
How to Use
Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code).
Topics
1. Getting Started
For installation, quickstarts, and basic agent setup.
- Reference: references/get-started.md
2. Agents & Models
For creating different types of agents (LLM, Workflow, Loop, Parallel, Sequential) and configuring specific models (Gemini, Anthropic, etc.).
- Agents Reference: references/agents.md
- Models Reference: references/models.md