creativedswork/dsh-expmem ↗★ 0
@creative-dswork/dsh-expmem
Experience Memory for DeepSeek Harness
AI 분석
核心用途是提供会话搜索、事件检索以及经验记忆的读写与遗忘管理。适合需要对历史会话经验进行深度检索和持久化记忆管理的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:creativedswork/dsh-expmemConfiguration
Override the expmem row in the profile's cordis.patch.yml:
- id: expmem
config:
rootDir: /absolute/path/to/expmem
maxEntryChars: 20000
maxPreviewChars: 1000
maxSearchResults: 20
promotionEnabled: true
warningRatio: 0.7
maxPromotionsPerCycle: 3
recoveryAfterCompaction: true
rootDir must be absolute. Search is a case-insensitive literal AND over whitespace-separated terms. An empty query lists the newest records.
Pressure promotion activates only when the active DSH composition provides both the token meter
and model context-window metadata.
To change Recall indexing, override the bundle's existing row:
- id: session-query-sqlite
config:
path: /absolute/path/to/recall-index.sqlite
openAt: first-search