Demo
August 23, 2026 ยท View on GitHub
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
There is also a lightweight before/after story source for the "viral moment": without Agent Memory Bridge, the user has to re-teach a repo gotcha; with Agent Memory Bridge, the next session recalls the gotcha before touching code.
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.
The v0.30 Project Knowledge Activation adoption demo is separate at
v030-project-knowledge/. It is a reproducible
four-stage local proof of a commit-bound repository WHAT fact plus a durable
explicit project-decision WHY written and read through fresh MCP stdio
processes. Code tells the derived, rebuildable WHAT; conversations teach the
WHY; inspect reports only the supported repository/provenance boundary. It
does not replace or regenerate the historical terminal demos.
Files:
before-after-gotcha.cast.mdas a text-only source transcript for the before/after gotcha storyscripts/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 sourcev030-project-knowledge/README.mdandv030-project-knowledge/run_demo.pyfor the v0.30 project-knowledge activation proof
To use the before/after gotcha story:
python -c "from pathlib import Path; print(Path('examples/demo/before-after-gotcha.cast.md').read_text())"
It is source material only. If you want to turn it into a shareable recording,
save the generated asciicast as examples/demo/before-after-gotcha.cast; if you
render a GIF from that cast, use:
agg ./examples/demo/before-after-gotcha.cast ./examples/demo/before-after-gotcha.gif
The checked-in text source is enough for readers; generated binaries are optional release assets.
To regenerate the cast:
python ./scripts/build_demo_cast.py
The 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.gif