What problem does it solve? Different request types often need different handling, but a single general-purpose prompt or model treats everything the same, leading to inconsistent quality, wasted cost, and poor latency control. ## Core Features & Use Cases - Input Classification: Categorize incoming requests by intent, complexity, domain, or safety level before processing. - Specialist Dispatch: Send each request class to a dedicated prompt, model, tool chain, or agent tuned for that category. - Fallback and Confidence Handling: Route low-confidence classifications to a safe default path instead of forcing a bad match. - Use Case: A support assistant receives billing questions, bug reports, and feature requests; the router classifies each message and sends it to the specialist prompt with the right tools and tone. ## Quick Start Classify this incoming user request and route it to the most appropriate specialist prompt or tool chain.