Level 3 · Advanced · 7 min
Multi-Agent Routing
Sending each request to the right agent, with isolated sessions per workspace or sender.
Multi-agent routing decides which agent handles what. One sender gets the assistant, another gets the coder, each in its own sandboxed session.
Don't confuse it with model routing. Model routing picks the cheapest model for a task. Multi-agent routing picks the right operator for a request.
Isolation is the point. One agent's context never leaks into another's.
