Dispatch, the routing agent
Dispatch triages every incoming user request and routes it to the right specialist agent. It classifies intent, infers scope, and assigns the work to Echo, Chuck, Lens, Hawk, or others as needed. Dispatch keeps the conversation flowing by deciding which tool unlocks the most value per credit.
Model tiers
| Tier | Trigger | Model |
|---|---|---|
| T1 Classifier | every request | GPT-5 Nano |
Escalation
Local Tracer surrogate handles repeated patterns after enough history.
Sample
Routing decision log
request: "fix login bug in auth service"
intent: bug-fix
scope: 1-3 files, auth-adjacent
assigned: chuck (T4 Haiku 4.5) + lens review