U-Illll/dsh-memory1

dsh-memory

DeepSeek Harness (dsh) 的记忆检索插件:基于 Wiki 双链记忆图谱,提供混合向量与全文检索、记忆写入/删除、编译及常驻检索子智能体等 9 个工具。

AI 分析

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

包名
dsh-memory
版本
0.2.0
许可证
MIT
最近更新
2026年8月14日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.