ljsysfurryACE/dsh-agentframe-plugins--packages-memory-director0

@agentframe/dsh-memory-director

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

包名
@agentframe/dsh-memory-director
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ljsysfurryACE/dsh-agentframe-plugins#d598f5d09da0c8a474982a3a36176820186202ad&path:packages/memory-director

配置

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