Routing
Deterministic, not a model decision
The router that decides which agent handles a request is ordinary code, not an LLM. Routing is a classification problem with a known answer set — putting a model there adds latency, cost and a failure mode for no gain.
Shipped in D2CGPT: sixteen agents behind one chat surface, deterministic router.
