YYTbit/dsh-plugin-meta-memory1

dsh-plugin-meta-memory

适用于 DeepSeek Harness 的结构化长期记忆系统:基于单元的简短/完整配对及自动注入

AI 分析

核心用途是构建基于“简短/完整”配对的结构化长期记忆,支持自动注入上下文。适合需要 Agent 跨会话记住关键项目背景、用户偏好或长期知识的任务。

包名
dsh-plugin-meta-memory
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

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

Configuration

- id: meta-memory
  name: dsh-plugin-meta-memory
  config:
    memoryPath: '~/.dsh/meta-memory'
    enableInjection: true
    enableSkill: true
    maxBriefBytes: 4096