dsh-cue-bank
Run the following command in DeepSeek Harness:
dsh plugin install itr-del/dsh-cue-bank
Paste the following prompt into your AI chat to install this plugin:
To install this plugin in DeepSeek Harness, run the command dsh plugin install itr-del/dsh-cue-bank, or visit the source repository https://github.com/itr-del/dsh-cue-bank for manual mounting.
About this plugin
dsh-cue-bank aims to bridge the gap between Agent memory and human memory. While humans rely on multi-dimensional touchpoints to switch between tasks, many Agent memory systems are either raw logs or require explicit references, leading to context clutter. This plugin simulates that mechanism, allowing Agents to automatically build a cross-session "cue" memory bank that can recall historical details without user prompting during topic switches.
Its core capability lies in "automatic memory and active awakening." By detecting topic switches via keyword overlap or semantic vector matching, the plugin dynamically retrieves relevant events from global storage and injects them into the current context without polluting the persistent conversation history. Supporting both local keyword matching and cloud vector retrieval modes, it balances low cost with high semantic understanding, making it ideal for Agents requiring long-term memory, role consistency, or multi-turn complex dialogues.
For developers, this is a powerful tool to enhance the intelligence of Agents. It works out of the box with simple threshold settings to control memory sensitivity. Whether building assistants that need to remember user preferences or project backgrounds, or managing context links in multi-Agent collaboration, dsh-cue-bank enables Agents to naturally remember the past, focusing on the current interaction just like humans do.
Use Cases
- Customer service assistants that remember user preferences
- Coding assistants that maintain project context across turns
- Roleplay bots capable of actively recalling historical details
Best For
- DeepSeek Harness plugin developers
- Agent architects needing long-term memory capabilities
- Product managers seeking improved conversation coherence
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.