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
# Local Development Runbook
## Start
```bash
uv sync # create .venv and install from the lockfile
uv run app.py
```
## Journal
```bash
uv run scripts/new_journal_entry.py "Scaffolded walking skeleton"
uv run scripts/snapshot_progress.py
```
## Checks
```bash
uv run python -m compileall app.py src scripts
```
Add formal tests once the first persistent ledger and provider adapters land.