Releases: applejuice093/Agentic-browser
Releases · applejuice093/Agentic-browser
Release list
v0.4.0 — Agent-first browser + MCP
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.mcpLinks
- Repo: https://github.com/applejuice093/Agentic-browser
- Docs: README + docs/mcp.md