SYSTEM Cited by 1 source
agent-browser¶
vercel-labs/agent-browser is an AI-driven browser-verification tool maintained by Vercel Labs. Lets an AI coding agent open a real browser, take actions, and verify rendered output / client-side navigation / hydration behaviour.
Role on this wiki¶
Used by vinext's author in the one-week rewrite to catch subtle browser-runtime issues that unit tests miss: "Unit tests miss a lot of subtle browser issues. This caught them." Pairs with Playwright (scripted E2E) as the browser-verification side of AI agent guardrails.
Seen in¶
Related¶
- systems/playwright โ scripted-E2E peer.
- systems/vinext โ production consumer.
- concepts/ai-agent-guardrails โ the broader discipline.