Drag-and-Drop Agent Router
Emmanuel Umeh built a drag-and-drop agent router powered by Jev that evaluates intent and directs input to a downstream agent.
View on X time~15ms
Emmanuel Umeh@techwithemma๐
Multi-second LLM classification is officially dead ๐ Just built a drag-and-drop agent router powered by @TypeSafeAI Jev. 1. Input comes in 2. Jev evaluates intent in ~15ms 3. Directs flow to the exact downstream agent Zero prompt parsing, What do you think? ๐ #BuildInPublic #AIAgents #TypeSafeAI #TypeScript
Umeh says the router uses zero prompt parsing. He positions it as an alternative to multi-second LLM classification.
Also filed under Triage & routing
- Jev-Assisted Codex Model and Effort Routing
The project provides Jev-assisted model and reasoning-effort routing for local Codex Desktop and CLI.
- Plain-English Gmail Filter Judge
The project uses Jev (TypeSafe) to judge Gmail filters written in plain English.
- Framework-Agnostic Jev Intent and Tool Router
Huzeyfe_dev built a lightweight, framework-agnostic intent and tool router using TypeSafeโs Jev decision model to speed up agent loops.
- MCP Tool Router with Jev and MCTS
Harness-router is a lightweight tool router that uses Jev for fast tool selection and Monte Carlo Tree Search for harder multi-step decisions. It uses MCP as the tool interface and falls back when routing is uncertain.