deepseek-harness-mimo-memory
Run the following command in DeepSeek Harness:
dsh plugin install Rainpomelo/deepseek-harness-mimo-memory
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness by running dsh plugin install Rainpomelo/deepseek-harness-mimo-memory; the source repository is at https://github.com/Rainpomelo/deepseek-harness-mimo-memory
About this plugin
Every new session starts with the Agent knowing nothing about your project context, hardware setup, architecture choices, or coding conventions. It typically burns one or two turns re-reading documents and re-aligning, and a mid-task interruption leaves no trace to resume from. mimo-memory folds persistent cross-session memory directly into DeepSeek Harness: at session start it injects MEMORY.md and checkpoint.md into the system prompt with zero tool calls, so the Agent grasps the full picture on turn one; when the Agent goes idle it triggers a background Dreaming cycle that silently distills rule preferences and verified conclusions from recent dialogue into memory files; and it registers an update_project_memory tool so the Agent can append or replace structured facts by section. All memories are isolated per workspace path, with configurable max injection length and optional auto-distillation.
Best suited for developers who treat DeepSeek Harness as a long-running workspace: juggling multiple projects, needing consistent context across sessions, and wanting the Agent to accumulate knowledge on its own during idle time instead of re-deriving it from scratch. No separate memory scripts to maintain—install once and get a self-evolving project memory at minimal operational overhead.
Use Cases
- Juggling multiple projects that each need isolated context
- Agent auto-distills rule preferences and verified conclusions while idle
- Resuming interrupted tasks in a new session without re-alignment
Best For
- Engineers treating DeepSeek Harness as a long-term workspace
- Teams that need consistent Agent context across sessions
- Developers looking to cut repeated history-lookup overhead
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.