Expand description
harn demo — bundled, fully-offline scenarios that demonstrate the
Harn moat (persona supervision, replay determinism, provider
routing) without any API keys. See issue #1650.
Each scenario ships with:
- a
.harnscript (assets/demo/<id>/scenario.harn) - a JSONL
--llm-mocktape (assets/demo/<id>/tape.jsonl)
Both are include_str!’d into the binary so harn demo <id> works
from a static-linked install with no repo checkout.
Functions§
- scenario_
ids - Public list of bundled scenario ids — used by tests and the smoke loop that exercises every demo on every PR.