interest-memory
Run the following command in DeepSeek Harness:
dsh plugin install djasdh/interest-memory
Paste the following prompt into your AI chat to install this plugin:
In DeepSeek Harness, install the interest-memory plugin using the command 'dsh plugin install djasdh/interest-memory', with the full source code address at https://github.com/djasdh/interest-memory.
About this plugin
AI agents typically forget everything between sessions, which severely limits their continuity and practicality. interest-memory is a standalone memory backend designed to solve this problem. At the end of a session, it automatically extracts key interest points from the transcript, verifies and cleans them, and then writes them to a local knowledge base. At the start of the next session, it intelligently recalls and injects relevant context, giving agents true long-term memory. The entire system is extremely lightweight, requiring only a single ~18MB binary and a SQLite file to run, without the need for complex Postgres, Redis, or vector database stacks. The core memory unit is the "interest point," which is automatically merged when semantically similar, and written into the knowledge base as a wiki page via an LLM-driven agent loop, ensuring the knowledge base refines with use rather than bloat. This plugin is ideal for AI agent developers, researchers, and anyone building applications that require persistent memory across sessions. It supports bridging with multiple agent platforms (like Claude Code, Codex, DeepSeek Harness, etc.), providing unified session memory injection and search capabilities, helping agents transform from "forgetful" to "knowledgeable" and enhancing the coherence and efficiency of task handling.
Screenshots
Use Cases
- Maintain continuous memory for AI agents across sessions
- Automatically extract and merge interest points from conversations
- Support memory integration with multiple agent platforms
Best For
- AI agent developers
- Artificial intelligence researchers
- Independent software project teams
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.