Output will stream here when you run the agent.
Summary
The Browser Agent completes tasks on the live web by driving a real Chromium browser. It uses Playwright-based tools with accessibility-tree ref ids for stable element targeting, web search as a fallback, and persists state to Turso (libSQL). Reach for it to automate flows, scrape interactive pages, or test UIs.
Installation
$ pnpm dlx shadcn@latest add @agentcn/langgraph/browser-agent
Composition
├── index.ts
├── instructions.mdCustomization
- Edit
index.tsto change the model, description, or system prompt. - Add route-local tools under
tools/; tool input and output types are inferred from TypeScript. - Run
dawn verifybefore deploying generated LangGraph artifacts.