typesafe-jev-workflow
GiesN
An async LangGraph example that classifies mocked emails as invoice-related or general.
- License
- Not declared
- GitHub Stars
- 4
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Jev returns invoice or general; graph nodes choose the corresponding demo handler.
What this project offers
Separates model classification from local workflow routing.
Review scope
Emails are mock data and handlers only set destinations; they do not send mail or payments. Not run here.
Sources and implementation
- GiesN/typesafe-jev-workflow/blob/251019670ebc3bf95870e924740d5876c1cd56b5/README.md
- GiesN/typesafe-jev-workflow/blob/251019670ebc3bf95870e924740d5876c1cd56b5/src/typesafe_ai_basic/__init__.py
- GiesN/typesafe-jev-workflow/blob/251019670ebc3bf95870e924740d5876c1cd56b5/src/typesafe_ai_langgraph/typesafe_ai_langgraph_workflow.py
Related projects
jev-tree
reachjalil · Classification
A hierarchical selector that asks Jev to traverse branches when a catalog has too many options for one question.