Python wrapper for agent-browser daemon
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
chore: Update Python version requirements and enhance base client functionality. Updated `pyproject.toml` and `uv.lock` to require Python 3.11 or higher. Improved `BaseAgentBrowserClient` with additional parameters for click and insert text methods, and added unit tests for client and connection modules to ensure robust functionality.
2ed4053View on GitHubtests: Update test documentation and add integration tests for agent-browser. Enhanced README to include details on unit and integration tests, their structure, and running instructions. Introduced a new test suite for integration scenarios, covering various functionalities such as navigation, snapshots, and error handling, ensuring comprehensive test coverage for the agent-browser-py package.
017db26View on GitHubdocs: Add README and update script for agent-browser skill; introduce examples and tests documentation. The README provides an overview of the agent-browser skill, including installation and update instructions. A new script for updating the skill from the official repository is included. Additionally, comprehensive examples and tests documentation is added to guide users in utilizing the agent-browser-py package effectively.
9194160View on GitHubfeat: Enhance project structure with comprehensive test suite and configuration updates. Added unit tests for client, connection, exceptions, and models modules. Updated .gitignore to include additional files and directories. Enhanced pre-commit configuration to run pytest on pre-push. Updated Makefile to include new test commands for coverage and fast testing. Updated pyproject.toml with new author information and dependencies.
b12957dView on GitHubfeat: Initial commit of the agent-browser-py project, including core files for the Python wrapper, configuration files, templates, and rules for agent behavior. Added support for browser automation, form handling, and session management, along with comprehensive documentation and examples for usage.
7be6d3dView on GitHub