aqsk-BLG/dsh-memory0

dsh-memory

分层文件记忆插件,支持全局快照注入、工作区笔记、会话召回及压缩后自动刷盘。

AI 分析

核心用于为智能体提供跨会话、跨工作区的持久化上下文记忆。适合需要智能体记住历史设定和项目背景的长周期任务。

套件
dsh-memory
版本
0.1.0
授權
NOASSERTION
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aqsk-BLG/dsh-memory

Configuration

KeyDefaultMeaning
dshHome$DSH_HOME or ~/.dshDirectory containing USER.md and MEMORY.md
memoryBudgetChars4000Code-point budget for the injected MEMORY.md snapshot; overflow is truncated
userBudgetChars1500Code-point budget for the injected USER.md snapshot; overflow is truncated
maxHits20Maximum sessions one session_search call may return
flushEnabledtrueQueue the flush reminder after a successful compaction when true