This project uses mise to manage tool versions (Python 3.12, uv) and uv for dependency management.
Install mise by following the mise installation guide.
# Install Python 3.12 and uv (as specified in mise.toml)
mise install
# Activate the virtual environment
uv venv
# Install project dependencies
uv pip install -r requirements.txt