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 分析
核心用途是构建和检索结构化的双链知识库/记忆图谱。适合需要让 Agent 长期记忆项目上下文、进行本地知识库混合检索的复杂任务。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
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_forgetonly touchwriteDir.memory_compileonly produces candidates; you commit them viamemory_remember.