GitHub Stars
202
User Rating
Not Rated
Favorites
0
Views
21
Forks
35
Issues
9
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.12 or higher
Anthropic API key or other supported LLM provider
Installation Steps
1. Create and Activate a Virtual Environment
bash
uv venv
source .venv/bin/activate # On Unix/Mac
2. Install Required Packages
bash
uv pip install -r requirements.txt
playwright install
3. Update the .env File
bash
ANTHROPIC_API_KEY=your_openai_api_key_here
Troubleshooting
If the server does not start, check the Python version.
Additional Resources
Author Information
154
Followers
40
Repositories
10
Gists
0
Total Contributions