[GRO-1938] feat: Add Browserbase Eve extension#88
Open
Kylejeong2 wants to merge 7 commits into
Open
Conversation
Kylejeong2
force-pushed
the
kylejeong/gro-1938-build-browserbase-eve-extension
branch
from
July 20, 2026 21:29
5bc6085 to
ec7b841
Compare
Kylejeong2
marked this pull request as ready for review
July 21, 2026 20:13
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.
Reviewed by Cursor Bugbot for commit 23ba324. 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
@browserbasehq/eveextension built from Eve primitivesWhy
GRO-1938 calls for a Browserbase extension for Eve. This gives Eve agents one installable package for lightweight web discovery and retrieval plus persistent, interactive Browserbase sessions.
Stagehand is configured to use Browserbase Model Gateway, so consumers only need
BROWSERBASE_API_KEYfor browser sessions and Stagehand inference. The example uses Vercel AI Gateway for the outer Eve agent.Validation
pnpm checkpnpm --filter browserbase-eve-example typecheckpnpm --filter browserbase-eve-example buildobservesmoke test through Browserbase Model Gatewaygit diff --checkLinear: GRO-1938
Note
Low Risk
New example-only packages under
examples/integrations/vercel/with no changes to production libraries or auth paths.Overview
Adds a new Vercel integration example for Eve: a publishable
@browserbasehq/evepackage plus a siblingeve-exampleagent in a pnpm workspace.The extension wires Browserbase Search/Fetch (no session) and Stagehand browser tools (
navigate,observe,act,extract, autonomousagent) behind Eve tool namespaces. Keep-alive Browserbase sessions are stored in Eve durable state so tools reconnect across workflow steps; each call disconnects Stagehand without tearing down the remote browser untilstop_session. Parallel tool calls in one step are serialized via a per-session lock, and session release is polled afterREQUEST_RELEASE.Stagehand uses Browserbase Model Gateway (only
BROWSERBASE_API_KEYrequired for browser + inference). The example agent uses Vercel AI Gateway for the outer Eve model and documents Node 24 and a Search → Fetch → browser escalation path. The top-level Vercel examples README now lists this as the third example.Reviewed by Cursor Bugbot for commit 23ba324. Bugbot is set up for automated code reviews on this repo. Configure here.