Connects an LLM directly to a real browser, allowing it to complete any task and autonomously write necessary helper code.
Browser Harness is a Python project that links an LLM to your Chrome browser via the Chrome DevTools Protocol. The LLM can execute complex web tasks, writing and improving its own helper functions within files like `agent-workspace/agent_helpers.py` as needed. Initial setup involves following `install.md` and enabling remote debugging in Chrome.
Connects an LLM directly to a real browser, allowing it to complete any task and autonomously write necessary helper code.
Developers and researchers who need AI agents to perform complex, adaptive interactions with web browsers.