What it does
The project gives Jev a bounded set of page actions and lets it pick one step at a time while code controls budgets, recovery, and stop conditions.
How Jev fits in the loop
- Turn clickable, typeable, and selectable elements into candidate actions.
- Ask Jev to choose the next action.
- Score whether the goal is complete or the run is stuck.
- Keep control flow and safety budgets in ordinary code.
Why this build matters
It demonstrates the exact thesis behind JevForAgents: Jev can be the decision layer inside an agent loop while deterministic code owns execution.
Reported performance
Reported by authorCost: $0.0016 for one reported Wikipedia navigation example
Latency: ~4s end-to-end for that reported example
Reported by the project author for a specific real-site example; not independently tested by JevForAgents.