Source Code:
hub/agents/python/routing/Import:
from gaia_agent_routing.agent import RoutingAgentDetailed Spec: spec/routing-agent Purpose: Intelligently routes user requests to appropriate specialized agents with parameter disambiguation. When to use it:
- Building multi-agent systems
- Creating unified interfaces for multiple capabilities
- Handling ambiguous user requests
- Orchestrating code, Jira, Docker, and other agents
11.1 Basic Routing
11.2 Interactive Routing (CLI Mode)
11.3 Routing with Conversation History
11.4 Intent Detection Patterns
Related Topics
- Core Agent System - Learn about the base Agent class
- Specialized Agents - Agents that can be routed to
- ChatAgent - General-purpose conversational agent
- Best Practices - Multi-agent system patterns