AI Agent Hub
Back to plugins
🧠

dsh-memory-plugin

Memory Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install yushenghai1106/dsh-memory-plugin

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install yushenghai1106/dsh-memory-plugin in your DeepSeek Harness terminal to install the plugin; the source repository is https://github.com/yushenghai1106/dsh-memory-plugin

About this plugin

Every Harness session ends with its context evaporating. Project conventions, user preferences, and the conclusions reasoned out in the previous turn all have to be re-explained from scratch. dsh-memory-plugin turns that gap into a durable, recallable, and tunable memory layer: a manually curated zone for project facts and user preferences, an auto-retention zone that distills completed conversations into dynamic facts, an inbox prefetch that stages relevant context before the current question even ships, and a four-channel weighted recall pipeline combining semantic, lexical, exact-entity, and graph signals to inject the most pertinent fragments into the model request within a controllable character budget.

The plugin writes to an isolated ysh_memory storage domain so it never clobbers records owned by other memory plugins. An optional MemoryEmbedder can be registered externally to layer vector scoring on top without replacing the local graph, and external providers can swap in custom retention or recall implementations through a public registry, keeping the architecture genuinely pluggable.

It fits engineers who need project continuity across many sessions, product teams that want to sediment user preferences into lasting agent context, and self-hosting operators who prefer local long-term memory without adding an external SaaS dependency. As long as the Profile already ships the standard storage and LLM services from dsh-base, the plugin is ready the moment it is installed.

Use Cases

  • Maintain project conventions and context continuity across multiple sessions
  • Sediment user preferences into long-term, recallable agent memory
  • Self-host persistent memory locally without relying on external SaaS services

Best For

  • AI application engineers who need cross-session project continuity
  • Teams that want to pin user preferences into durable agent context
  • Independent developers who prefer self-hosted memory over external SaaS dependencies