Repo · Agents & browsers
DataJev
System-1 control loop for data analysis agents: an LLM proposes analytical steps, Python executes them, and TypeSafe Jev chooses the next trajectory…
Open github.com ↗How builders describe it
System-1 control loop for data analysis agents: an LLM proposes analytical steps, Python executes them, and TypeSafe Jev chooses the next trajectory action (CONTINUE / SWITCH / VERIFY / STOP). A heuristic controller supports offline smoke tests without keys.
The decision Jev makes
Pick the next click, field or navigation from the legal actions on screen.
Where it fits
Browser agents need to choose an action on every step. With Jev each step is a choice from the actions actually available on the page, which keeps agents fast and on the rails. All 193 agents & browsers projects →