AI Agent Hub
Back to plugins
🖥️

dsh-memory

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install flymysql/dsh-memory

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

Install this plugin in DeepSeek Harness using the command 'dsh plugin install flymysql/dsh-memory', or refer to the GitHub repository https://github.com/flymysql/dsh-memory for manual installation instructions.

About this plugin

DeepSeek Harness (DSH) agents typically start each session from scratch, leading to loss of cross-session context and impacting continuity and efficiency. The dsh-memory plugin is designed to solve this problem by providing a cross-session memory vault that allows agents to persistently store facts, preferences, decisions, and project notes, with automatic recall when needed.

Its core capabilities include three model tools: memory_remember, memory_recall, and memory_forget, for storing, retrieving, and removing entries. Additionally, the plugin implements per-turn prompt injection, where the most recent entries are injected into the system prompt assembly, ensuring agents are aware of stored context at the start of each turn. Users can easily manage memory entries through a browser-based management page.

This plugin is ideal for developers, data scientists, and project teams who need to manage cross-session context. Whether developing complex applications, handling data tasks, or collaborating on projects, dsh-memory helps maintain information consistency, enhancing workflow efficiency and continuity.

Use Cases

  • Persist project deployment settings and test commands across sessions.
  • Automatically recall historical decisions to maintain agent context continuity.
  • Share and manage key notes during team collaboration.

Best For

  • Programmers building cross-session AI applications.
  • Data scientists needing to manage long-term project context.
  • Teams requiring information consistency in collaborative development.