No description
Find a file
Joey Yakimowich-Payne bee90915db feat: add SSE stream filter for yuyay protocol tags
Strip <yuyay-response>, <yuyay-manifest>, and <yuyay-query> tags from
the SSE stream before forwarding to the client. The cooperative memory
protocol tags are still processed by the gateway on the next inbound
request — they just no longer leak into the user's visible output.

Handles tags spanning across multiple text_delta SSE events.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-13 11:49:12 -06:00
opencode-plugin feat: add opencode plugin for Mnemosyne routing 2026-03-13 11:41:36 -06:00
sql chore: initialize project scaffold and config 2026-03-13 11:40:35 -06:00
src/mnemosyne feat: add SSE stream filter for yuyay protocol tags 2026-03-13 11:49:12 -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.