No description
Find a file
Joey Yakimowich-Payne f5c2c91057 fix: remove orphaned SSE event headers when suppressing text deltas
When the cleanup filter suppresses a text delta (buffering inside a
tag), the preceding 'event: content_block_delta' header was left in
the output, producing malformed SSE that caused opencode to retry
rapidly and freeze. Now removes the event header alongside the data
line.
2026-03-13 21:39:48 -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: remove orphaned SSE event headers when suppressing text deltas 2026-03-13 21:39:48 -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.