Quick Start
User Interaction Flow
Configuration Levels
Routing Options
| Option | Description |
|---|---|
agents | List of agents to route to |
routes | Route definitions with conditions |
defaultAgent | Fallback when no match |
priority | Route priority (lower = first) |
API Reference
Conditions Module
Routing conditions module
Best Practices
Set a default agent
Set a default agent
Always have a fallback for unmatched requests.
Use clear keywords
Use clear keywords
Distinct keywords for each route prevent confusion.
Keep routes simple
Keep routes simple
Start with keyword matching, add complexity only if needed.

