← スキル一覧に戻る

google-adk
by kazunori279
Comprehensive guide for bidirectional streaming with Google's Agent Development Kit (ADK)
⭐ 11🍴 3📅 2026年1月23日
SKILL.md
name: google-adk description: Agent Development Kit (ADK) expertise for the latest Python SDK and API reference
google-adk
Expert knowledge of the latest Google's Agent Development Kit (ADK) Python SDK, source code, and implementation patterns.
ADK Repository Access
The ADK Python source code is available in the sibling directory ../adk-python/ relative to this repository. Use this to:
- Access ADK Source Code: Read files from
../adk-python/to understand ADK implementation details - Review API Documentation: Check
../adk-python/docs/for official ADK documentation - Examine Examples: Study
../adk-python/examples/for usage patterns - Investigate Changes: Use git log and diff commands in
../adk-python/to understand recent changes
Key ADK Components to Review
When analyzing ADK compatibility:
Core ADK Classes and Methods
AgentandSessionServiceinitialization patternsRunConfigconfiguration options and new parametersLiveRequestQueueusage and lifecycle managementrun_live()event loop implementation
API Integration Points
- Gemini Live API encapsulation in ADK classes
- Vertex AI Live API integration patterns
- Audio/video handling and multimodal features
- Session management and connection handling
Version Compatibility Checks
- Compare ADK method signatures with documentation examples
- Verify configuration parameter names and defaults
- Check for deprecated methods or new required parameters
- Validate event handling patterns and callback signatures
Usage Instructions
-
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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です