multi-agent-lab / docs /runbooks /local-dev.md
agharsallah
feat: update setup instructions and dependencies for uv integration
39e9569
|
Raw
History Blame Contribute Delete
405 Bytes

A newer version of the Gradio SDK is available: 6.19.0

Upgrade

Local Development Runbook

Start

uv sync          # create .venv and install from the lockfile
uv run app.py

Journal

uv run scripts/new_journal_entry.py "Scaffolded walking skeleton"
uv run scripts/snapshot_progress.py

Checks

uv run python -m compileall app.py src scripts

Add formal tests once the first persistent ledger and provider adapters land.