📄 skillActivePromisingmedium
google/adk-samples
by google
A collection of sample agents built with Agent Development Kit (ADK)
Supported Platforms
🤖 Claude Code
Quality Breakdown
89/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains multi-agent orchestration patterns (boat-agent, financial-advisor with multiple specialized agents, llm-auditor with auditor/critic/reviser components)
- GitHub Actions workflows present (.github/workflows/) that could execute arbitrary code, including gemini-cli.yml and test automation
- Terraform infrastructure-as-code configuration (.github/terraform/) for managing cloud resources
- Multiple agent implementations spawn sub-agents for task coordination and execution
- Go agents include shell test scripts (test_scripts/test_boatagent.sh) that execute system commands
- Official Google repository but contains sample code for autonomous agent architectures without clear human approval gates between agent actions