adk-cheatsheet

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

ADK Cheatsheet

ADK速查表

Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon.
目前仅支持Python。本速查表当前覆盖Python版ADK SDK。 对其他语言的支持即将推出。

Reference Files

参考文件

FileContents
references/python.md
Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind
references/docs-index.md
ADK docs index (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch
https://google.github.io/adk-docs/llms.txt
using your agent's web fetch tool or
curl
.
Read
references/python.md
for the full API quick reference.
Creating a new agent project? Use
/adk-scaffold
instead — this skill is for writing code in existing projects.
文件内容
references/python.md
Python版ADK API快速参考——包含Agent、工具、认证、编排、回调、插件、状态、工件、上下文缓存/压缩、会话回滚
references/docs-index.md
ADK文档索引(从llms.txt同步)——用于获取ADK文档页面的标题和URL。如果缺失,请使用Agent的网页抓取工具或
curl
获取
https://google.github.io/adk-docs/llms.txt
阅读
references/python.md
以获取完整的API快速参考。
要创建新的Agent项目? 请使用
/adk-scaffold
替代——本技能适用于在现有项目中编写代码。