Phant0Meow/dsh-memory-meow3

meow-memory

Cross-session project memory for DeepSeek Harness: seven-layer SQLite memory, first-turn snapshot injection, per-message keyword hits, memory_remember/search/project tools, automatic reflection with reflection-fold UI, and nightly dream consolidation.

AI 分析

核心用途是为 DSH 提供跨会话的长期项目记忆管理。适合需要处理复杂长周期项目、希望 AI 自动反思总结并记住历史设定与规则的开发和写作任务。

パッケージ
meow-memory
バージョン
0.8.1
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

⚙️ 配置

所有字段均可选(profile patch 或 cordis.patch.yml):

- id: meow-memory
  name: 'meow-memory'
  config:
    enabled: true          # 总开关
    projectDir: '.dsh-meow' # 记忆目录(相对工作区)
    hitTopK: 2             # 每条用户消息关键词命中的条目数上限(fact/lesson/rules/topic)
    reflect: true          # 连续 ≥reflectTurns 轮工具调用后自动反思
    reflectTurns: 7        # 触发反思所需的连续工具轮数
    dream:
      enabled: true
      windowStart: 0       # 夜间窗口小时数,按下方 timeZone 计算
      windowEnd: 7
      idleMinutes: 30      # 多长时间无会话事件后允许 dream
      checkMinutes: 15
      timeZone: 'Asia/Shanghai'  # 用户机器时钟为美区时间;夜间窗口必须
                                 # 按此固定时区计算