Integrations¶
Connect StrataRouter to your AI framework of choice — with native integrations for every major ecosystem.
Available Integrations¶
LangChain
Native chain and retriever integration. Use StrataRouter as a routing chain inside any LangChain pipeline.
LangGraph
Graph-based stateful workflows. Route between graph nodes dynamically based on semantic intent.
CrewAI
Multi-agent team coordination. Assign tasks to the most capable agent based on query semantics.
AutoGen
Group chat speaker selection. Route conversation turns to the optimal agent automatically.
Google (Gemini)
Native Gemini 3.1 Pro and Vertex AI integration with multimodal routing support.
Custom Integrations
Build your own integration using the provider client interface. Any REST API or local model is supported.
Framework Comparison¶
| Framework | Best For | Integration Style | Complexity |
|---|---|---|---|
| LangChain | Chains and retrievers | Native chain node | Low |
| LangGraph | Stateful workflows | Graph node router | Medium |
| CrewAI | Multi-agent teams | Agent selector | Medium |
| AutoGen | Group chat systems | Speaker selector | Medium |
| Custom | Any use case | REST / Python API | Variable |
Quick Examples¶
Guides¶
LangChain
Chains, retrievers, agents, and production LangChain patterns.
→
LangGraph
Stateful graph workflows with semantic routing between nodes.
→
CrewAI
Semantic agent selection for multi-agent crew systems.
→
AutoGen
Group chat speaker selection and conversation routing.
→
Google / Gemini
Gemini 3.1 Pro and Vertex AI integration guide.
→
Custom Integration
Build your own integration with any model or framework.
→