dsh-mnemosyne-memory
Run the following command in DeepSeek Harness:
dsh plugin install Witchwarren2344/dsh-mnemosyne-memory
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install Witchwarren2344/dsh-mnemosyne-memory; the source repository is available at https://github.com/Witchwarren2344/dsh-mnemosyne-memory
About this plugin
Every fresh session means your AI Agent starts with amnesia—architectural decisions, hard-won lessons, and the codebase layout from the previous conversation all evaporate, forcing you to re-brief it by hand. Mnemosyne closes that gap for DeepSeek Harness by persisting session knowledge and enabling vector-based semantic recall, so the Agent genuinely remembers across sessions and restarts with zero manual intervention.
Under the hood, the plugin ships 11 tools spanning the full memory lifecycle: event storage and semantic retrieval, LLM-driven deep reflection that extracts decisions and insights, automatic knowledge-page generation with incremental delta refresh, and a codebase survey that indexes 30-plus configuration patterns. It supports per-workspace isolation or team-shared memory, and runs on a built-in cadence—reflecting every 5 turns, refreshing pages every 10 turns, and injecting relevant history before each step—so the Agent grows its understanding of your project over time.
If you run multi-turn development with DSH, want your Agent to accumulate project knowledge over time, and would rather not pay for embedding APIs, Mnemosyne is the zero-cost answer. Go fully offline with local Ollama, or tap Google AI Studio's free tier; both paths cost nothing. Privacy-sensitive environments, offline setups, and teams that need to share project context are all natural fits.
Use Cases
- Accumulate and inherit project knowledge for your agent across multi-turn sessions
- Run semantic memory search fully offline at zero cost in privacy-sensitive or offline environments
- Isolate and share project memory per workspace across a team
Best For
- Developers running multi-turn code development with DSH
- AI users operating in privacy-sensitive or offline environments
- Engineering teams that need to share project context
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.