This folder holds the reusable terminal demo source for Agent Memory Bridge.
The current terminal demo shows:
- a small durable memory bundle shaped like
belief -> concept-note -> procedure - one coordination
signal claim_signalextend_signal_leaseack_signal- a later
recall_first(...)moment where the bridge surfaces useful task memory - a small benchmark snapshot
The checked-in demo is meant to show both coordination state and a later
"the agent remembered something useful" retrieval moment, while still matching
the current benchmark snapshot.
Historical v0.5 demo assets are kept separately and are not the primary public demo.
Files:
scripts/demo_terminal.pyfor the terminal flow itselfscripts/build_demo_cast.pyto regenerate the asciicastterminal-demo.castas the canonical recorded sourceterminal-demo.tapeas an optional VHS source
To regenerate the cast:
python ./scripts/build_demo_cast.pyWindows PowerShell:
.\.venv\Scripts\python.exe .\scripts\build_demo_cast.pyThe checked-in cast uses a scrubbed placeholder prompt path so the public demo does not expose a maintainer workstation path.
To render the cast to GIF after installing agg:
agg ./examples/demo/terminal-demo.cast ./examples/demo/terminal-demo.gifWindows PowerShell:
agg .\examples\demo\terminal-demo.cast .\examples\demo\terminal-demo.gif