Agent Browser V3 is a browser automation tool leveraging Natural Language Processing (NLP) to enable users to interact with websites using natural language commands. It simplifies web navigation and interaction, making it more intuitive and efficient.
To begin using Agent Browser V3, follow these steps:
-
Prerequisites: Make sure you have Python 3.10+ installed on your system.
-
Installation:
- Navigate to the project directory and activate the virtual environment:
cd /path/to/AgentBrowserV3 poetry shell - Install the necessary dependencies:
poetry install
- Navigate to the project directory and activate the virtual environment:
-
Configuration: Edit the
config/settings.yamlfile to set up your preferences, including specifying your OpenAI API key. -
Running the Application:
- Launch the application by executing:
poetry run python3 src/main.py
- Launch the application by executing:
