A fork of browserbase/open-operator - A template for building web agents with Stagehand on Browserbase.
Open Operator is a web agent that can:
- Navigate websites autonomously
- Execute actions based on natural language instructions
- Extract structured data from web pages
- Handle user interactions and follow-up tasks
- Browser automation powered by Browserbase
- Natural language understanding with GPT-4
- Voice feedback for actions
- Interactive user interface for action selection
- Install dependencies:
pnpm install- Copy environment variables:
cp .env.example .env.local- Set up your API keys:
OPENAI_API_KEY: Your OpenAI API keyBROWSERBASE_API_KEY: Your Browserbase API keyBROWSERBASE_PROJECT_ID: Your Browserbase project ID
- Run the development server:
pnpm devVisit http://localhost:3000 to start using Open Operator.
MIT License