Skip to main content

Module demo

Module demo 

Source
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 .harn script (assets/demo/<id>/scenario.harn)
  • a JSONL --llm-mock tape (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.