Add Jev browser agent loop example - #98
Merged
Merged
Conversation
rgarcia
force-pushed
the
hypeship/jev-browser-loop
branch
2 times, most recently
from
September 17, 2026 18:58
ed61ba3 to
6b90099
Compare
rgarcia
force-pushed
the
hypeship/jev-browser-loop
branch
from
September 17, 2026 19:11
6b90099 to
b83192d
Compare
rgarcia
force-pushed
the
hypeship/jev-browser-loop
branch
from
September 17, 2026 19:20
b83192d to
3bb5073
Compare
rgarcia
force-pushed
the
hypeship/jev-browser-loop
branch
from
September 17, 2026 19:27
3bb5073 to
20ad4b0
Compare
rgarcia
force-pushed
the
hypeship/jev-browser-loop
branch
from
September 17, 2026 19:34
20ad4b0 to
c9f1a0e
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d924abe. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

summary
BrowserExecutorand builds a bounded, operation-aware candidate spaceTYPE_TEXTbrowser_actwaitsThis remains a separate Browser Loop-backed approach from #97's local prototype and evaluation.
design
Jev receives the goal, viewport text, visible elements, current values, executable operations, and recent action history. It chooses one bounded operation and target. Code owns text generation, URL validation, target freshness, execution, and termination limits.
The viewport observer assigns stable element identities for the life of the document, excludes covered and offscreen controls, keeps transparent native controls that receive pointer input, and exposes scroll controls for the active scroll container. A stale target causes a fresh observation and policy decision without executing or remapping the previous choice.
validation
npm run typechecknpm run check:lockfilenpm test --workspace @onkernel/browser-loop— 441 passingnpm run typecheck && npm test— 17 passingDone, scrolling reveals December 14, and the search reaches matching resultsNonstop only