meow-memory: DSH Cross-Session Seven-Layer Long-Term Memory Plugin

meow-memory is a cross-session memory plugin developed by Phant0Meow for DeepSeek Harness. It maintains a seven-layer structured memory system (soul/user/project/fact/lesson/topic/rules) in the workspace using SQLite. During the initial session, it injects long-term memory blocks and performs keyword matching for each subsequent message. When idle, it organizes memories through a window-based dreaming process. It offers tools such as `memory_remember`, `memory_search`, and `memory_project`, utilizing BM25 retrieval. The system prompt design is cache-friendly, and the project is released under the MIT license with the npm package name `meow-memory`.

Read More