jev-decision-gateway
kuldeepsinh19
A gateway that asks Jev continue / tool / verify questions and invokes a generative LLM only when policy says generation is needed.
- License
- MIT
- GitHub Stars
- 0
- Source reviewed
- 2026-09-19
Where Jev makes a decision
TypeSafeClient.systemOne answers policy questions; the adapter then decides whether a generative model runs.
What this project offers
Places expensive generation behind a Jev gate. Author-reported call savings were not retested here.
Review scope
Pinned public source was reviewed. This site did not execute the project or independently measure performance or safety.
Sources and implementation
- kuldeepsinh19/jev-decision-gateway/blob/67111792e840e150239d12337a1d939be68be0e6/packages/core/src/jev/client.ts
- kuldeepsinh19/jev-decision-gateway/blob/67111792e840e150239d12337a1d939be68be0e6/packages/core/src/jev/adapter.ts
- kuldeepsinh19/jev-decision-gateway/blob/67111792e840e150239d12337a1d939be68be0e6/README.md
- kuldeepsinh19/jev-decision-gateway/blob/67111792e840e150239d12337a1d939be68be0e6/LICENSE
Related projects
jev-codex-router
0xNatoshi · Model Routing
Uses Jev to classify each Codex turn, then applies local rules to choose the model, reasoning effort, and speed mode.
jev-research
sherajdev · Model Routing
A Jev and Herdr integration guide with a prototype for routing tasks to different Agents.
jev-demo
minghanminghan · Model Routing
A customer-service routing demo that batches Jev questions before following the resulting route.
jev-router-playground
hugo-alves · Model Routing
A model-routing playground where Jev picks a candidate and users compare the resulting answers.