Skip to content

JayFarei/browser_use_TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Agent Demo

A simple TUI for a browser automation agent using browser_use and Langchain.

Setup

  1. Create a .env file with your secrets:
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key

Commands

Use the following make commands to manage the project:

  • make - Creates environment, installs dependencies, and runs the agent
  • make venv - Sets up virtual environment and installs dependencies
  • make run - Ensures venv is set up and runs the agent
  • make clean - Removes the virtual environment

Example: alt text

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published