Skip to content

v0.4.0 — Agent-first browser + MCP

Latest

Choose a tag to compare

@applejuice093 applejuice093 released this 17 Jul 09:03
d53096d

Agentic Browser v0.4.0

Agent-first Python browser: real Chromium + semantic tools so LLMs can navigate, observe, click, and verify without drowning in HTML.

Highlights

  • ~98–99% fewer tokens vs raw HTML on heavy pages (GitHub, Rockstar GTA VI landing)
  • Stable element refs + outcome-verified actions
  • MCP server for Claude Desktop, Cursor, and any MCP host (10 tools)
  • OpenAI / Anthropic tool schemas via tools_as_openai() / tools_as_anthropic()
  • Page gates for challenges/captchas (detect & report — no bypass claims)
  • 118 automated tests; milestones M1–M10 complete

Install

pip install -e .
playwright install chromium
agent-browser --help
# MCP: python -m agent_browser.mcp

Links