No description
Blocks were all getting turn=1 because label_messages used a single global counter. Now derives turn from message position (each user msg increments the turn). Also updates turn on already-labeled blocks. Adds /api/blocks endpoint to inspect BlockStore state per session. This enables collapse_range(1,72) to correctly target early turns. |
||
|---|---|---|
| deploy | ||
| opencode-plugin | ||
| sql | ||
| src/mnemosyne | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| ARCHITECTURE.md | ||
| docker-compose.yml | ||
| mnemosyne.toml | ||
| pyproject.toml | ||
| README.md | ||
| REFERENCES.md | ||
| ROADMAP.md | ||
| SCHEMA.md | ||
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.