dsh-agent-memory
Run the following command in DeepSeek Harness:
dsh plugin install findshan/dsh-agent-memory
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install findshan/dsh-agent-memory in DeepSeek Harness to install this plugin; source at https://github.com/findshan/dsh-agent-memory
About this plugin
Memory plugins in the DSH ecosystem tend to swing between two extremes: one builds out JSON records, confidence scores, and state machines into a full machinery, while the other offers no cross-session consolidation at all. dsh-agent-memory takes a deliberately simple stance—memory is compression and retrieval, so the most honest form is a handful of living Markdown documents plus an agent that reads and writes them.
The plugin layers on top of official compaction, consuming already-compressed session summaries and using a cheap model to extract them into per-day files (episodic memory). A dream step, gated by 24 hours or 5 sessions, consolidates recurring facts into themed files like user.md and project.md (semantic memory). No raw logs are re-read; extraction runs in a single KB-scale call. Without an API key, reading, writing, and search still work—only the model-driven steps are skipped. The always-injected context is a deterministic memory catalog, costing zero extra model tokens; content is disclosed on demand via memory_search and memory_read, mirroring the DSH skill mechanism.
Six tools—search, read, catalog, save, correct, dream—cover the full lifecycle from retrieval to correction to consolidation. Users can open and edit files directly; agent writes are suggestions, and the human always has the final say. Ideal for developers who want an agent that genuinely remembers them across sessions while keeping every memory transparent and auditable.
Use Cases
- Retaining project details and preferences discussed in earlier sessions
- Opening memory files at any time to audit, correct, or add new facts
- Consolidating scattered session summaries into structured themed memories across projects
Best For
- Daily users of multi-session workflows in DSH
- Developers who value transparent, editable memory over opaque state
- Engineers seeking long-term memory with minimal model overhead
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.