No description
Find a file
Joey Yakimowich-Payne e0af1edadf fix: safety valve only flushes partial openers, not real tags
Long cleanup tags (e.g. collapse summaries) can span 30+ SSE deltas.
The safety valve was flushing after 6 deltas regardless, dumping
incomplete tags into the output. Now only flushes when buffering a
partial opener (<m, <y) that never resolved — never when inside a
confirmed tag.
2026-03-13 21:27:08 -06:00
deploy feat: add systemd user service for mnemosyne auto-restart 2026-03-13 12:07:17 -06:00
opencode-plugin fix: route mnemosyne provider instead of anthropic in opencode plugin 2026-03-13 13:38:26 -06:00
sql chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
src/mnemosyne fix: safety valve only flushes partial openers, not real tags 2026-03-13 21:27:08 -06:00
tests test: add gateway integration tests 2026-03-13 11:41:28 -06:00
.gitignore chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
.python-version chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
ARCHITECTURE.md docs: add architecture and reference documentation 2026-03-13 11:41:41 -06:00
docker-compose.yml chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
mnemosyne.toml chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
pyproject.toml chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
README.md docs: add architecture and reference documentation 2026-03-13 11:41:41 -06:00
REFERENCES.md docs: add architecture and reference documentation 2026-03-13 11:41:41 -06:00
ROADMAP.md docs: add architecture and reference documentation 2026-03-13 11:41:41 -06:00
SCHEMA.md docs: add architecture and reference documentation 2026-03-13 11:41:41 -06:00

Mnemosyne

Object-addressed context memory for LLM agents. Built on Pichay's demand paging foundation.

Status

Work in progress. See ARCHITECTURE.md and ROADMAP.md for design details.