| <!doctype html> |
| <html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Mnemosyne Memory Lab</title><link rel="stylesheet" href="styles.css"></head> |
| <body><main><header><p class="kicker">SOLSTICE AGENT RELIABILITY LAB</p><h1>Mnemosyne Memory Lab</h1><p>Compare how memory architectures handle changing beliefs, stale procedures, duplicated evidence, privacy boundaries, and historical reconstruction.</p><p class="notice">40 deterministic synthetic scenarios 路 5 strategies 路 browser-local processing</p></header> |
| <section class="controls"><button id="demo">Run the changed-preference demo</button><button id="download">Download result</button><label>Scenario <select id="scenario"></select></label><label>Strategy <select id="strategy"></select></label><label>Local scenario <input id="file" type="file" accept=".json,.jsonl"></label><label>Compare your memory system <input id="external-file" type="file" accept=".json"></label></section> |
| <nav id="launch-links" class="panel" aria-label="Project links"></nav> |
| <section id="summary" class="panel"></section><section id="validity" class="panel"></section> |
| <section id="external" class="panel"><b>External strategy</b><p class="muted">No external result loaded. Bundles are validated and compared locally; nothing is uploaded or persisted.</p></section> |
| <section class="grid"><article class="panel"><h2>Observation timeline</h2><div id="timeline"></div></article><article class="panel"><h2>Strategy output</h2><div id="output"></div></article></section> |
| <section class="panel"><h2>Five-strategy comparison</h2><div id="comparison"></div></section><footer>All records are synthetic. This visualization does not claim real-world memory accuracy, complete erasure, or production privacy.</footer></main> |
| <script src="memory-core.js"></script><script src="benchmark-data.js"></script><script src="launch-links.js"></script><script src="app.js"></script></body></html> |
|
|