Introduction to SuperOptiX
The world's first universal agent optimization framework
🔍 What is SuperOptiX?
SuperOptiX is the world's first universal agent optimization framework that brings end-to-end optimization to AI agents across 6 major frameworks. Build, evaluate, and optimize agents from any framework with a unified workflow powered by GEPA (Genetic-Pareto Algorithm).
Unlike most frameworks that bolt on evals and monitoring as an afterthought, SuperOptiX makes evaluation, optimization, and guardrails core to the development lifecycle. Whether you're using DSPy, OpenAI SDK, CrewAI, Google ADK, Microsoft, or DeepAgents, SuperOptiX gives you the power to optimize and deploy production-grade agents.
SuperOptiX brings together declarative agent specification, universal GEPA optimization, built-in evaluation, multi-framework support, and multi-agent orchestration, all grounded in the principles of test-driven development and context engineering.
Core Philosophy
Unlike frameworks that lock you into a single approach, SuperOptiX gives you freedom of choice with consistency of experience. Build agents in DSPy, OpenAI SDK, CrewAI, Google ADK, Microsoft Agent Framework, or DeepAgents, then optimize them all with the same powerful GEPA optimizer.
Key Principle
Declarative by Design. Universally Optimized. Framework-Agnostic.
With its native DSL (SuperSpec), GEPA optimization engine, support for 6 major frameworks, structured agent tiers (Oracles, Genies, Protocols, Superagents, Sovereigns), and full-stack abstractions, SuperOptiX empowers you to build reliable, adaptive, and intelligent agentic systems without vendor lock-in.
🔮 Future-Proof by Design
SuperOptiX provides true extensibility across three critical abstraction layers:
🔬 Framework LayerSwap AI frameworks on demand Currently supported: DSPy, OpenAI SDK, CrewAI, Google ADK, Microsoft Agent Framework, DeepAgents Future ready: New framework? Add an adapter. Your agents keep working. target_framework: any_framework |
🔌 Protocol LayerSwap communication protocols Currently supported: MCP (Model Context Protocol) Future ready: A2A, custom protocols. Protocol-first design means seamless adoption. protocol: mcp | a2a | custom |
🧬 Optimizer LayerSwap optimization engines Currently supported: GEPA, DSPy optimizers (BootstrapFewShot, MIPRO, MIPROv2) Future ready: New optimizer research? Plugin system makes integration trivial. optimizer: gepa | mipro | custom |
💎 Abstraction Without Lock-In
Your agent context stays constant. Frameworks evolve. Protocols emerge. Optimizers improve.
SuperOptiX adapts without breaking your agents.
Built for today. Ready for tomorrow. Future-proof forever.
🏗️ Full-Stack Agentic Optimization
SuperOptiX provides end-to-end optimization across every layer of the agentic stack. While other frameworks optimize prompts in isolation, SuperOptiX takes a holistic approach with universal GEPA optimization that works independently of any specific framework:
💬 Prompts & InstructionsEvolutionary optimization of:
|
📚 RAG & RetrievalContext optimization across:
|
🛠️ Tools & FunctionsMCP protocol optimization for:
|
🧠 Memory & ContextIntelligent optimization of:
|
⚡ Universal Optimization Engine
Framework-agnostic optimization means GEPA works the same whether you're using DSPy, CrewAI, OpenAI SDK, or any other framework.
No framework-specific tricks. No vendor lock-in. Just pure, portable optimization across your entire agentic stack.
Optimize everything. Switch anything. Break nothing.
⚡ Core Features
🎯 Evaluation-First ArchitectureRSpec-style BDD specifications with built-in testing and validation from day one. Define behavior scenarios, run automated evaluations, track metrics across optimization iterations. |
🧬 GEPA Universal OptimizerAutomatic optimization across all 6 major agent frameworks with proven results. Achieve 37.5% → 80% improvements with just 3-10 training scenarios. |
🔬 Multi-Framework SupportWorks with DSPy, OpenAI SDK, CrewAI, Google ADK, Microsoft, and DeepAgents. One workflow, six frameworks, unlimited possibilities. |
📝 SuperSpec DSLDeclarative language for agent specifications with Kubernetes-style versioning. Write once, deploy to any framework. |
🧠 Context EngineeringSystematic approach to delivering optimal information and tools to agents. Includes RAG, MCP protocol, and memory optimization. |
🏗️ Multi-Tier ArchitectureProgressive complexity from Oracles to Sovereigns with built-in safety. Free tiers (Oracle & Genie) and commercial tiers for enterprise. |
🌟 How SuperOptiX Differs from Other Frameworks
| Feature | Other Frameworks | SuperOptiX |
| 🎯 Evaluation-First | Add evaluation as an afterthought | Evaluation built into core development cycle ✅ |
| ✅ RSpec-Style BDD Development | Manual prompt engineering | Behavior-driven specifications with automated testing ✅ |
| 🧬 Universal GEPA Optimizer | Manual optimization or framework-specific tools | One optimizer for all frameworks (37.5% → 80% improvement) ✅ |
| 🔬 Multi-Framework Freedom | Locked into one approach | Choose from 6 frameworks, optimize with one tool ✅ |
| 🚀 Production-Ready | Basic deployment capabilities | Built-in observability, guardrails, and enterprise features ✅ |
Multi-Framework Support: Choose Your Tool, Keep Your Workflow
SuperOptiX is the world's first framework-agnostic agent optimizer. Build agents in any of the 6 major frameworks, then optimize them all with the same powerful GEPA engine.
🔬 Supported Frameworks
| Framework | Variables | Local Models | Best For | Status |
| 🔬 DSPy | 10+ | ✅ Ollama | Complex reasoning, research | Proven: 37.5% → 80% |
| 🤖 OpenAI SDK | 1 | ✅ Ollama | Simple & fast | Proven: 100% pass rate |
| 👥 CrewAI | 5 | ✅ Ollama | Multi-agent teams | Proven: 100% pass rate |
| 🔮 Google ADK | 1 | ☁️ Cloud | Gemini native, free tier | Ready |
| 🏢 Microsoft | 1 | ✅ Ollama | Enterprise Azure | Ready |
| 🌊 DeepAgents | 1 | ✅ Ollama | Complex planning | Ready |
One Workflow, All Frameworks
# Same workflow regardless of framework!
super agent compile my_agent --framework [dspy|openai|crewai|google-adk|microsoft|deepagents]
super agent evaluate my_agent
super agent optimize my_agent --auto medium # GEPA works on ALL frameworks
super agent run my_agent
Learn More
See our Multi-Framework Support Guide for detailed comparisons and examples.
Universal Workflow
SuperOptiX provides a consistent workflow across all frameworks:
- Specify: Define your agent using SuperSpec DSL
- Compile: Generate framework-specific code
- Evaluate: Test with RSpec-style BDD scenarios
- Optimize: Improve with GEPA
- Deploy: Run in production
# Initialize project
super init my_project
cd my_project
# Pull a pre-built agent
super agent pull sentiment_analyzer
# Compile for your chosen framework
super agent compile sentiment_analyzer
# Evaluate performance
super agent evaluate sentiment_analyzer
# Optimize with GEPA
super agent optimize sentiment_analyzer --auto medium
# Run in production
super agent run sentiment_analyzer
Architecture Overview
SuperOptiX consists of several key components:
- SuperSpec DSL: Declarative specification language
- GEPA Optimizer: Universal optimization engine
- Framework Adapters: Support for 6 major frameworks
- Evaluation Engine: RSpec-style BDD testing framework
- Memory System: Multi-layered memory management
- RAG Integration: Knowledge retrieval across frameworks
- Orchestra: Multi-agent coordination
- Observability: Built-in monitoring and tracing
📈 Proven Results
GEPA has delivered dramatic improvements across all tested frameworks:
| Framework | Baseline | After GEPA | Improvement |
| 🔬 DSPy | 37.5% | 80.0% | +42.5 pts 🏆 |
| 🤖 OpenAI SDK | 100% | 100% | Maintained ✅ |
| 👥 CrewAI | 75% | 100% | +25 pts ⭐ |
| 🔮 Google ADK | Ready for optimization | ||
| 🏢 Microsoft | Ready for optimization | ||
| 🌊 DeepAgents | Ready for optimization | ||
Sample Efficient
GEPA achieves these improvements with just 3-10 training scenarios, while traditional methods require hundreds of examples.
🚀 Getting Started
Ready to build your first optimized agent?
1️⃣Quick Start GuideBuild your first agent in 10 minutes |
2️⃣InstallationSet up your development environment |
3️⃣LLM SetupConfigure your language models |
4️⃣SuperSpec GuideLearn the specification language |
5️⃣GEPA OptimizationMaster universal optimization |
🏗️ Progressive Tier System
SuperOptiX offers a progressive architecture from simple to enterprise complexity:
| Tier | Description | Cost | Status |
| 🧙♂️ Oracles | Simple Q&A agents | 🆓 Free | ✅ Available |
| 🧞♂️ Genies | Multi-step reasoning with tools & RAG | 🆓 Free | ✅ Available |
| 🎭 Protocols | MCP & A2A support, advanced workflows | 💼 Commercial | 🔒 Available |
| 🤖 Superagents | Multi-agent coordination systems | 💼 Commercial | In Progress |
| 👑 Sovereigns | Autonomous AI for large-scale operations | 💼 Commercial | Coming Soon |
Free Tiers Available
Oracle and Genie tiers are completely free to try, no credit card required!
Community and Support
- Documentation: https://superoptix.ai/docs
- GitHub: https://github.com/SuperagenticAI/SuperOptiX
- Website: https://superoptix.ai
🎯 Next Steps
🚀Quick StartBuild your first agent in 10 minutes |
📚GuidesIn-depth tutorials and guides |
⚙️API ReferenceComplete API documentation |
💡ExamplesReal-world agent examples |
🚀 Ready to Build Optimized AI Agents?
Start with our free Oracle & Genie tiers today!