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 (fetched from llms.txt at setup time) — titles and WebFetch URLs. If missing, fetch directly:
WebFetch: https://google.github.io/adk-docs/llms.txt
. Gemini CLI tip: use
curl
instead of WebFetch for faster doc fetches.
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获取)——包含标题和WebFetch URL。若缺失,请直接获取:
WebFetch: https://google.github.io/adk-docs/llms.txt
Gemini CLI小贴士: 使用
curl
替代WebFetch可更快获取文档。
阅读
references/python.md
以获取完整的API快速参考。
要创建新的Agent项目? 请使用
/adk-scaffold
——本技能适用于在现有项目中编写代码。