AI Agent Hub
Back to plugins
🧠

dsh-tdai-memory

Memory Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install Scorp1o117/dsh-tdai-memory

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

In DeepSeek Harness, you can install this plugin by running 'dsh plugin install Scorp1o117/dsh-tdai-memory', with the full source code available at https://github.com/Scorp1o117/dsh-tdai-memory.

About this plugin

In AI conversations, we often face the frustration of starting fresh each time—assistants forget past interactions, lack context continuity, and cannot recall personal preferences. The dsh-tdai-memory plugin tackles this by porting Tencent Cloud's open-source TencentDB Agent Memory system into DeepSeek Harness, enabling robust long-term memory. This means your chat history, extracted facts, preferences, and even user profiles are persistently stored and intelligently reused, allowing the model to 'remember' who you are and what you've discussed in every session.

At its core lies a four-layer architecture: L0 captures every raw conversation turn; L1 uses a background LLM to extract structured memories (facts, events, instructions); L2 and L3 generate scene blocks and persona profiles. Crucially, it features automatic recall injection—dynamically retrieving relevant memories and user profiles based on current messages during prompt assembly, seamlessly enriching context for personalized responses. The plugin also offers search tools for flexible querying of raw conversations and structured memories, making memory management efficient and intuitive.

dsh-tdai-memory is ideal for users needing long-term, deep interactions—content creators, researchers, or anyone wanting an AI assistant that adapts to their habits. Developers building intelligent, human-centric applications will also find it invaluable, as it provides a ready-made, sophisticated memory system to enhance models without starting from scratch. Whether for personal productivity or product development, this plugin marks a shift from stateless to 'memory-aware' AI interactions.

Use Cases

  • Automatically remembers user preferences and key information across multiple conversation turns.
  • Extracts structured memories from conversation history for enhanced context in subsequent interactions.
  • Provides dynamic personalized context to AI assistants for seamless interaction.

Best For

  • General users who want AI to remember their habits and preferences.
  • Professionals needing long-term interaction and context retention, such as content creators or researchers.
  • Developers building intelligent AI applications, seeking to integrate memory features.