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 분석

核心用途是构建基于“简短/完整”配对的结构化长期记忆,支持自动注入上下文。适合需要 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