Google's official framework for building AI agents optimized for Gemini models
Google's latest, fastest model - FREE tier!
Cloud Run & Vertex AI ready
Native evaluation framework
Performance optimization
Optimize agent instructions
Agent-to-Agent communication
uv tool install superoptix --with "superoptix[frameworks-google]"
export GOOGLE_API_KEY="your-api-key-here"
super agent pull assistant_adk
super agent compile assistant_adk --framework google-adk
export GOOGLE_API_KEY="your-key" # Required! super agent evaluate assistant_adk
super agent compile assistant_adk --framework google-adk --optimize super agent optimize assistant_adk --auto light --framework google-adk
super agent run assistant_adk --framework google-adk --goal "What is AI?"
Latest, fastest, FREE tier!
More capable, longer context
Fast, efficient
spec: target_framework: google-adk language_model: provider: google model: gemini-2.0-flash # Free tier! persona: instructions: | You are a helpful AI assistant powered by Google's Gemini.
GEPA optimizes the instruction field - the system prompt guiding agent behavior.
You are a helpful assistant.You are an expert AI assistant specialized in providing accurate responses...
Your goal is: Deliver comprehensive answers that are:
- Factually accurate and up-to-date
- Well-structured and easy to understand
- Backed by reasoning and examples...| Feature | DSPy | OpenAI SDK | CrewAI | Google ADK |
|---|---|---|---|---|
| Local Models | ❌ Cloud only | |||
| Free Tier | N/A | N/A | N/A | Gemini Free! |
| Multi-Agent | ❌ | Handoffs | Sequential/Parallel | |
| Built-in Evaluation | DSPy | ❌ | ❌ | Native |
| Production Deploy | DIY | DIY | DIY | Cloud Run/Vertex |
| Best For | Prompts | Simple | Teams | Google Ecosystem |