A simple TUI for a browser automation agent using browser_use and Langchain.
- Create a
.env
file with your secrets:
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
Use the following make commands to manage the project:
make
- Creates environment, installs dependencies, and runs the agentmake venv
- Sets up virtual environment and installs dependenciesmake run
- Ensures venv is set up and runs the agentmake clean
- Removes the virtual environment