Repo docs

Per-repo documentation — each repo's docs/ and README, ingested and associated with the repo. Rendered through the <<<RepoDocs>>> tag.

← gitlab__testmonkeyalpha-group__jazz-forge__jazz_session docs · README.md

jazz-session

A containerized web chat that showcases the jazz/forge build and doubles as a re-installer. Powered by a local model (qwen-coder via LiteLLM) — $0, no cloud.

Open it in a browser, ask what was built, or say "reinstall" and it walks you through restoring the whole system with copy-paste commands (it shows steps, never runs them).

Run

docker build -t jazz-session work/jazz_session
docker run --rm -d -p 8090:8090 --name jazz-session jazz-session
open http://localhost:8090

Needs LiteLLM reachable at host.docker.internal:4000 serving qwen-coder (override via LITELLM_URL / JAZZ_MODEL). Locally without Docker: python -m jazz_session (port PORT, default 8090).

What it knows

The system prompt is seeded with the forge layout, all 19 modules, the squashpi story (read-only-squashfs RPi images booted on qemu raspi2b), the conventions, and a restore runbook.