U-Illll/dsh-memory1

dsh-memory

Memory retrieval plugin for DeepSeek Harness (dsh): wiki double-link memory graph with 9 tools — search (hybrid vector + fulltext), read, list, link-scan, remember, forget, compile, health-check, and a resident retriever subagent

AI Analysis

核心用途是构建和检索结构化的双链知识库/记忆图谱。适合需要让 Agent 长期记忆项目上下文、进行本地知识库混合检索的复杂任务。

Package
dsh-memory
Version
0.2.0
License
MIT
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration

config:
  readHome: ~/.reasonix-local      # read source (read-only for dsh)
  writeDir: ~/.dsh/memory/         # dsh write zone (memory_remember/forget)
  scriptsDir: ""                   # override memory-map scripts dir; empty = bundled
  extraReadDirs: []                # extra memory dirs appended after auto-discovery
  retrieverProvider: spawn         # subagent provider for memory_retrieve

Trust boundaries:

  • Read tools work directly on readHome; the plugin never writes there.
  • memory_remember/memory_forget only touch writeDir.
  • memory_compile only produces candidates; you commit them via memory_remember.