Repo · Support & inbox
Email workflow
Send invoice emails to a dedicated handler.
Open github.com ↗How builders describe it
Async LangGraph workflow that gets a typed Jev Choice (invoice or general) and routes each inbound email to the matching handler.
[Small project prototype]: Combining Langgraph & Jev for intent matching I wanted to show how you can use and combine langgraph with jev to build a workflow. I picked a mocked intent recognition for now. I will continue working on it by creating a real evaluation with a fake data set with adding in…
The decision Jev makes
Pick the destination queue, set a priority, or decide whether an item needs a human.
Where it fits
Support and operations teams route work all day: which queue, how urgent, who handles it. Jev turns each routing step into a typed choice with a confidence score, so uncertain items go to a person. All 45 support & inbox projects →