n8n-nodes-typesafe-jev
Use typed Jev decisions inside an n8n workflow.
What Jev decides
A bounded label, yes probability, or score for each configured question.
This community node asks Jev several bounded questions about an n8n item and returns answers ready for downstream branches.
- Jev role
- Classify, route, or score workflow items with typed questions.
- Input
- The incoming n8n item and configured question criteria.
- Output
- Typed Jev answers or simplified values for downstream nodes.
- Decision frequency
- Each time the community node executes on an item.
- Fallback
- Downstream n8n nodes control actions; this node only returns decisions.
How it works
Overview
An n8n workflow supplies state as text or JSON and defines Choice, Yes/No, or Score questions in a builder or JSON schema. The node calls the TypeSafe API with n8n’s HTTP helper and can append the full response, return answers only, or simplify them for Switch and Filter nodes. Credentials stay in n8n’s credential store. This is an unofficial community integration, not a TypeSafe-supported node.
- Language
- TypeScript
- License
- MIT
- Author
- n3ndor
Sources
Related projects
Distill
Route coding-agent work, reasoning effort, and context retention through bounded Jev decisions.
What Jev decides
Which configured model and effort should handle a call, what evidence deserves attention, whether another attempt is useful, and what context should be retained.
jev-model-router
Route Claude Code model tiers and reasoning effort with one parallel Jev classification.
What Jev decides
Which fast, balanced, or deep tier fits the work, how much reasoning it needs, and whether production risk requires escalation.
Jev Chat Assistant
An Android conversation copilot that uses Jev to interpret chats and rank reply candidates without sending for the user.
What Jev decides
The likely intent, conversation risk, reply need, best next action, unresolved tension, and which of three candidate replies fits best.