adk-samples – google
使用 Agent Development Kit (ADK) 构建的示例智能体集合
关键指标一览
主题标签
README 详细介绍
ADK Recipes
Welcome. This is a public collection of ADK recipes — small,
runnable agents that show how to solve real problems with the
Agent Development Kit. Fork one as the
starting point for your own project, or browse the collection to
learn the patterns.
Whether you're building a customer service bot, a research
agent, or something entirely new, the recipes here give you a
working foundation instead of a blank page.
Try a recipe
Recipes live in two places:
- <code class="ra0-md-code">core/</code> — canonical patterns curated by the
agents-cli team. Small, focused recipes that teach one thing
well (OAuth flows, session memory, guardrails, RAG patterns).
- <code class="ra0-md-code">contrib/</code> — community-contributed recipes.
Broader in scope; each one is a self-contained example for a
specific use case or industry workflow.
Each recipe has its own README.md with setup and run
instructions.
Prerequisites
Install ADK from the
ADK Get Started guide. Language
SDKs:
Contributing a recipe
Start with the Recipe Checklist —
one page, everything you need to ship. If you want the full
context and tooling reference, the
Recipe Handbook has the deep
detail.
Repo skills — the AI coding-assistant helpers used to build this
repo (recipe scaffolding, manifest generation, pyproject alignment,
and more) — live in <code class="ra0-md-code">.agents/skills/</code>. Not to be
confused with vertical skills, which are recipes shipped to users
under skills///.
Getting help
Open a GitHub issue at
github.com/google/adk-samples/issues.
License
Apache 2.0 — see LICENSE.
Disclaimer
Not an officially supported Google product. Not eligible for the
Google OSS Vulnerability Rewards Program.
Recipes are for demonstration and as starting points, not
production use.