Set up Browser Use development environment locally
bin/
directory to help with common development tasks:
.env
file with the API key for the models you want to use set:
uv run examples/simple.py
uv run ruff format examples/some/file.py
uv run pytest
uv build