Rottenwooood/dsh-mnemos0

dsh-mnemos

为 DeepSeek Harness 提供具有治理、自我演进和审批门控写入路径的跨会话记忆功能。支持热度排序召回、负面记忆、遗忘生命周期、更替链、防投毒保护、自动提炼及开放测量 ABI。

AI 分析

核心用于跨会话记忆管理与自我演进。适合需要长期记忆治理、防投毒及自动提炼的 DeepSeek Harness 用户。注意:目前仅在 Linux 和 Node ≥ 22.19 环境下验证通过。

包名
dsh-mnemos
版本
0.1.0
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Rottenwooood/dsh-mnemos

Configuration

All settings live in Settings → dsh-mnemos and mostly apply live. Highlights:

KeyPurpose
enabledmaster switch
autoApprove / autoApproveConfidenceauto-approve high-confidence model writes / threshold
injectionEnabled / injectLimit / injectMaxBytesinjection on/off, count and byte budgets
protocolInjectEnabledinject environment/tool-convention (protocol) memories — re-attached after each context compaction
gitRemoteUrl / gitBackend / syncEnabledcross-machine sync: remote / backend / auto-sync
distillAuto / distillEveryNTurnsauto-distill on/off and interval (user turns)
sessionLogDirs / backfillEnabledbackfill historical session logs at startup
negativeMemoryEnabled / negativeMemoryTtlMsfailed-command interception and expiry

The full 31-field table, YAML snippets, usage scenarios, and troubleshooting: docs/HANDOVER.md.