Set up OpenOperator development environment locally
git clone https://github.com/j0yk1ll/openoperator cd openoperator
uv venv --python 3.11
# Install all dependencies including dev packages uv pip install . ."[dev]"
# Copy the example environment file cp .env.example .env
examples/
pytest