Skip to content

docs: add browser-use integration page#21

Merged
twschiller merged 2 commits into
mainfrom
docs/browser-use-recipe
May 30, 2026
Merged

docs: add browser-use integration page#21
twschiller merged 2 commits into
mainfrom
docs/browser-use-recipe

Conversation

@twschiller
Copy link
Copy Markdown
Contributor

Summary

  • Adds docs/src/content/docs/browser-use.md — a recipe for running agent-browser-shield with browser-use, covering both a local Chromium attached via cdp_url and a Browserbase remote CDP session.
  • Wires the page into the sidebar in docs/astro.config.mjs, placed before the framework-specific recipes so the most general open-source agent framework leads the list.
  • Mirrors the structure of the existing Hermes/OpenClaw pages (install, launch with --remote-debugging-port, attach, verify) and reuses the Browserbase upload flow by reference rather than duplicating it.
  • Shows the extend_system_message pattern for briefing the Agent on the shield's DOM markers.

Test plan

  • bun run build in docs/ — site builds cleanly; /browser-use/index.html is emitted alongside the other recipes.
  • Sidebar entry renders in the built site.
  • Verified the browser-use Python API in the recipe: BrowserSession(browser_profile=BrowserProfile(cdp_url="http://localhost:9222", is_local=True)) + await browser_session.start() connects to a Chrome launched with --remote-debugging-port=9222.
  • End-to-end Agent run with a live LLM key — not exercised here; covered by standard browser-use docs.

🤖 Generated with Claude Code

Recipe for running agent-browser-shield with browser-use. Covers two paths:
local Chromium attached via `cdp_url` (analogous to the Hermes/OpenClaw
existing-session flows), and a Browserbase remote CDP session with the
extension already attached at session creation. Includes the
`extend_system_message` pattern for briefing the Agent on shield markers.

Sidebar entry placed before the Browserbase/OpenClaw/Hermes recipes so the
most general open-source agent framework leads the list.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser-shield-demo-site Ready Ready Preview, Comment May 30, 2026 7:34pm

Request Review

Pre-commit's mdformat reflowed the page to its canonical line-wrap width.
No content changes.
@twschiller twschiller merged commit 365a670 into main May 30, 2026
7 checks passed
@twschiller twschiller deleted the docs/browser-use-recipe branch May 30, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant