YYTbit/dsh-plugin-meta-memory1

dsh-plugin-meta-memory

Structured long-term memory system for DeepSeek Harness -- unit-based brief/full pairs with auto-injection

AI Analysis

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

Package
dsh-plugin-meta-memory
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$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