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)

AI 分析

适合需要为DSH引入跨会话长期记忆与自动去重、遗忘机制的任务。

パッケージ
@agentframe/dsh-memory-director
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/12

インストール

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

ドキュメント

README 全文を読む ↗

配置

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