v0.1.0 - Initial Release
A robust browser automation tool for AI agents.
Features
- Simple CLI commands for browser control
- File-based IPC for stateless CLI controlling stateful browser
- Multi-session support for concurrent browser sessions
- Screenshots auto-resize for AI vision models
- Assertions return clear PASS/FAIL for easy parsing
- Interactive mode for manual testing
Installation
Requirement already satisfied: ai-agent-browser in c:\users\abhin\pycharmprojects\strategytester\packages\agent-browser\src (0.1.0)
Requirement already satisfied: playwright>=1.40.0 in c:\users\abhin\pycharmprojects\strategytester.venv\lib\site-packages (from ai-agent-browser) (1.55.0)
Requirement already satisfied: pillow>=10.0.0 in c:\users\abhin\pycharmprojects\strategytester.venv\lib\site-packages (from ai-agent-browser) (11.3.0)
Requirement already satisfied: pyee<14,>=13 in c:\users\abhin\pycharmprojects\strategytester.venv\lib\site-packages (from playwright>=1.40.0->ai-agent-browser) (13.0.0)
Requirement already satisfied: greenlet<4.0.0,>=3.1.1 in c:\users\abhin\pycharmprojects\strategytester.venv\lib\site-packages (from playwright>=1.40.0->ai-agent-browser) (3.2.4)
Requirement already satisfied: typing-extensions in c:\users\abhin\pycharmprojects\strategytester.venv\lib\site-packages (from pyee<14,>=13->playwright>=1.40.0->ai-agent-browser) (4.15.0)