dsh-hermes-memory
Run the following command in DeepSeek Harness:
dsh plugin install lcthe/dsh-hermes-memory
Paste the following prompt into your AI chat to install this plugin:
Run the install command above in your DeepSeek Harness terminal to add this plugin; the full source is available at https://github.com/lcthe/dsh-hermes-memory .
About this plugin
Every new session in DeepSeek Harness starts from a blank slate. The pitfalls you hit during the last debugging run, the coding style the user prefers, project-specific naming conventions—all of it evaporates the moment a conversation ends. dsh-hermes-memory fills that cross-session gap: it distills high-value context into structured, persistent memories so the agent walks into the next conversation already carrying its full history.
The plugin ships four explicit tools—memory_save, memory_search, memory_replace, and memory_remove—across four scopes: global, user, project, and failure. Every record is written into the DSH-native storage domain and validated against a schema before commit, with a pre-write secret and prompt-injection scan catching sensitive or malicious content before it ever hits disk. From V3 onward, a bounded reference context can be injected at session start; V4 adds rule-based automatic capture that recognises corrections, project conventions, and preferences from real message events and archives them alongside provenance metadata such as session ID and event sequence; and V4.2 introduces retention-driven cleanup anchored on lastReferencedAt, so the memory store keeps what matters and lets the rest go.
If you use DeepSeek Harness for daily development and want the agent to retain project norms and reduce repetitive corrections, or your team needs an auditable, provenance-tracked memory layer, this plugin provides a lightweight, ready-to-use foundation. It does not replace the chat UI, does not introduce vector or embedding retrieval, and stays lean by integrating deeply with the DSH storage domain—making it a practical, quiet long-term memory layer for your workflow.
Use Cases
- Retain project conventions and user preferences across sessions to reduce repetitive corrections
- Auto-capture tool failures and quirks for faster diagnosis the next time a similar issue arises
- Prune expired memories on a schedule to keep the store lean and auditable
Best For
- Daily DSH developers who want the agent to carry context across sessions
- Engineering teams that need an auditable, provenance-tracked memory layer
- Plugin users who prefer a lightweight approach without vector or embedding retrieval
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.