百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

adk-samples

> AI 编程
开源

使用 Agent Development Kit (ADK) 构建的示例代理集合

10.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

使用 Agent Development Kit (ADK) 构建的示例代理集合

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:

  • core/ — canonical patterns curated by the agents-cli team. Small, focused recipes that teach one thing well (OAuth flows, session memory, guardrails, RAG patterns).
  • contrib/ — 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:

  • ADK Python
  • ADK TypeScript
  • ADK Go
  • ADK Java
  • ADK Kotlin

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 .agents/skills/. Not to be confused with vertical skills, which are recipes shipped to users under skills/<vertical>/<solution>/.

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.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonadkagent-samplesagents

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类AI 编程
定价开源

> 相关工具

G
GitHub Copilot
GitHub 官方 AI 编程助手,覆盖补全、Chat 与 Agent 模式。
C
Cursor
AI 原生代码编辑器,对话改代码、多文件 Agent 与规则体系是其核心。
S
skills
Skills for Real Engineers. Straight from my .agents directory.