litjev
zhengxuyu
Open reproduction of Jev decision layer on open-weights models, serving the System One schema by inspecting option logits directly.
- License
- Apache-2.0
- GitHub Stars
- 13
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Implements the /v1/systemone endpoint (Choice, Score, Noul) by calculating candidate token log-probabilities without text generation.
What this project offers
Enables private and local hosting of Jev-compatible decision services on GPUs without relying on proprietary cloud APIs.
Review scope
Source code verified against pinned commit. Complete local API server; calibrated probability distribution may differ from hosted Jev.
Sources and implementation
Related projects
OneVOneJev
emrickgarrett · High-Frequency / Games
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
jevpilot
standardagents · High-Frequency / Games
A browser driving simulator where Jev chooses among locally generated paths and speeds.
live-jev
vinilana · High-Frequency / Games
A browser-based top-down driving simulator using Jev for lane and speed choices, with an optional chat-model comparison.
JevBird
leftspace89 · High-Frequency / Games
A Python Flappy Bird game where code simulates candidate routes and Jev picks one.