OPEN-SOURCE PROJECT
typesafe-jev-workflow
An async LangGraph example that classifies mocked emails as invoice-related or general.
- Stars
- 6
- Forks
- 0
- License
- —
- Last commit
- 2026-09-16
What Jev does here
Jev returns invoice or general; graph nodes choose the corresponding demo handler.
Separates model classification from local workflow routing.
Emails are mock data and handlers only set destinations; they do not send mail or payments. Not run here.