No description
Find a file
Joey Yakimowich-Payne ad2c296ba3 fix: parse XML-format cleanup tags and strip from SSE stream
The model emits cleanup ops as XML elements (<drop>block:x</drop>,
<release handle="x"/>, <collapse>turns N-M "summary"</collapse>)
but the parser only handled prose format (drop: block:x). Add XML
regex matchers alongside the existing prose parser so both formats
are recognized, executed, and stripped from the streaming output.
2026-03-13 21:23:26 -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: parse XML-format cleanup tags and strip from SSE stream 2026-03-13 21:23:26 -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.