dsh-expmem
Run the following command in DeepSeek Harness:
dsh plugin install creativedswork/dsh-expmem
Paste the following prompt into your AI chat to install this plugin:
Install this plugin in DeepSeek Harness using the command `dsh plugin install creativedswork/dsh-expmem`. The source code is available at https://github.com/creativedswork/dsh-expmem.
About this plugin
DSH ExpMem addresses the fundamental limitation where large language models lose personal experiences when conversations end or contexts are compacted. This plugin introduces a long-term memory architecture for DeepSeek Harness, separating ephemeral session history (the Recall layer) from distilled, persistent insights (the ExpMem archive) to ensure valuable knowledge is preserved and reusable across interactions.
The plugin's core capabilities revolve around intelligent memory management. It features tiered storage with pressure-aware promotion that prompts the Agent to preserve crucial information before context windows fill; personalized retrieval that ranks memories by relevance, recency, and assigned importance; auditable reflection processes where higher-level insights cite source memories to form reasoning trees; and a complete trust lifecycle (candidate, verified, disputed, superseded) that maintains provenance and reliability.
DSH ExpMem is ideal for power users who need to persist work patterns—developers executing recurring tasks, engineers accumulating debugging insights, or researchers studying long-term Agent behaviors. Operating as lightweight local files without requiring vector databases or background services, it enables any DeepSeek Harness user to build a personal, searchable, and verifiable experience library.
Use Cases
- Accumulating and retrieving engineering experiences and debugging insights across long-term projects.
- Persisting and reusing user work habits and task patterns across different sessions.
- Having the Agent proactively save key experiences before context compaction for future use.
Best For
- Developers frequently using AI coding assistants who need persistent context across sessions.
- Researchers studying long-term memory Agents or personal knowledge management.
- Power users aiming to build a personal, searchable experience library.
Related Plugins
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.
An opinionated, zero-infrastructure file-based memory protocol: human-readable markdown files plus a bounded always-loaded index, curation discipline, and no database or embeddings.