Install python3.13 with homebrew:
brew install [email protected]
Install uv with homebrew:
brew install uv
Create your virtual environment and install the requirements:
uv sync
If you want to install a new package, you can do it with:
uv add <package>
Only for development, add --dev flag:
uv add --dev <package>
Run the main script:
uv run ai-agents