COMMUNITY OBSERVED

Jev Browser

A Jev-driven browser agent exposed as an MCP server, CLI, or library.

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

  1. Turn clickable, typeable, and selectable elements into candidate actions.
  2. Ask Jev to choose the next action.
  3. Score whether the goal is complete or the run is stuck.
  4. 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 author

Cost: $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.

Patterns