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 분석

核心用途是构建和检索结构化的双链知识库/记忆图谱。适合需要让 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.