ljsysfurryACE/dsh-memory-director0

@agentframe/dsh-memory-director

MemoryDirector plugin for DeepSeek Harness: LLM-driven remember/forget across turns (the official harness has no memory concept)

AI Analysis

为 DSH 引入跨会话的记忆与遗忘管理机制,由轻量模型驱动去重与衰减。适合需要让 Agent 具备长期记忆、在多轮交互中保持上下文认知连续性的用户。

Package
@agentframe/dsh-memory-director
Version
0.1.0
Last updated
Aug 15, 2026

Install

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

配置

字段默认说明
providerdeepseek-official决策用 provider
modeldeepseek-v4-flash决策用模型 (便宜快速)
maxTokens256决策输出上限
dedupThreshold0.8记忆去重阈值
forgetThreshold0.1遗忘阈值 (重要度衰减)
storePath~/.dsh/memory.json持久化路径
autotrue自动挂钩 agent 循环