Smart Routing Overview Intelligent task routing using Q-Learning to select optimal execution paths. Simple tasks route to Agent Booster (WASM, <1ms, $0), medium tasks to efficient models, and complex tasks to Opus + multi-agent swarms. When to Use - Optimizing cost vs. quality tradeoffs for diverse task types - When tasks range from simple transforms to complex multi-file changes - Reducing latency for common code transformations - Learning from routing history to improve future decisions Routing Tiers | Tier | Target | Latency | Cost | |------|--------|---------|------| | Agent Booster | Sim…