원클릭으로
google-adk
Agent Development Kit (ADK) expertise for the latest Python SDK and API reference
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Agent Development Kit (ADK) expertise for the latest Python SDK and API reference
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
ADK Gemini Live API Toolkit expert with comprehensive knowledge of streaming architecture, implementation patterns, and production best practices
Document review
Python code linter and formatter for src/ directory
Google Gemini Live API documents
Google Cloud Gemini Live API documents
| name | google-adk |
| description | Agent Development Kit (ADK) expertise for the latest Python SDK and API reference |
Expert knowledge of the latest Google's Agent Development Kit (ADK) Python SDK, source code, and implementation patterns.
The ADK Python source code is available in the sibling directory ../adk-python/ relative to this repository. Use this to:
../adk-python/ to understand ADK implementation details../adk-python/docs/ for official ADK documentation../adk-python/examples/ for usage patterns../adk-python/ to understand recent changesWhen analyzing ADK compatibility:
Agent and SessionService initialization patternsRunConfig configuration options and new parametersLiveRequestQueue usage and lifecycle managementrun_live() event loop implementationUpdate Local Repository (always run first):
cd ../adk-python && git pull
Initial Analysis:
ls -la ../adk-python/
find ../adk-python -name "*.py" | head -20
Check ADK Version and Release Notes:
cd ../adk-python && git log --oneline -10
cd ../adk-python && find . -name "CHANGELOG*" -o -name "RELEASE*" -o -name "HISTORY*"
Examine Core Implementation:
find ../adk-python -name "*.py" -path "*/agent*" -o -path "*/session*" -o -path "*/live*"
Review Documentation:
find ../adk-python -name "*.md" | grep -E "(README|doc|example)"
Use this knowledge to provide accurate, implementation-based analysis of ADK compatibility issues.