For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
346
Sponsor

Browser

A browser-operating agent that interacts with live web pages using Playwright-based tools with accessibility-tree ref ids.

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.md

Customization

  • Edit index.ts to change the model, description, or system prompt.
  • Add route-local tools under tools/; tool input and output types are inferred from TypeScript.
  • Run dawn verify before deploying generated LangGraph artifacts.