22-ai-00/dsh-enhanced--plugins-personal-memory ↗★ 2
@dsh-enhanced/personal-memory
Scoped, bounded, approval-gated long-term memory for DeepSeek Harness agents.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/personal-memory说明文档
阅读完整 README ↗配置上限
| 字段 | 默认值 | 作用 |
|---|---|---|
approvalMode | delivery-required | 生产默认要求 authenticated Delivery route;仅可信本地/headless 集成可显式设为 delivery-or-headless 并传 principal |
maxContentBytes | 4096 | 单条内容最大 UTF-8 字节数 |
maxRecordsPerIdentity | 1000 | 每个完整身份域的活动记录上限 |
searchLimit | 20 | 未显式指定时的搜索上限 |
snapshotLimit | 20 | 当前快照记录上限 |
snapshotMaxBytes | 8192 | 快照最大 UTF-8 字节数 |
snapshotMaxTokens | 2048 | 快照粗略 token 上限 |
toolEvidence | true | 索引当前成功的原生 read,提供压缩后历史原文回读 |
evidenceMaxSourceBytes | 1048576 | 原始参数与结果总字节上限,最大 4194304 |
evidenceManifestMaxBytes | 2048 | 引用清单最大 UTF-8 字节数,最大 8192 |
evidenceManifestLimit | 8 | 清单最多引用数,最大 20,同时受每身份记录上限限制 |
defaultProposalTtlMs | 900000 | 默认提案有效期(15 分钟) |
maxImportRecords | 100 | 单次导入最大记录数 |
reconcileIntervalMs | 15000 | 提交“会话结束后才被批准”的提案的轮询间隔;0 关闭定时器,上限为 Node timer 的 2147483647 ms |
reconcileLimit | 50 | 每轮 reconcile 检查的本地待决提案上限 |