findshan/dsh-agent-memory ↗★ 0
dsh-evolving-memory
File-based self-evolving memory for DeepSeek Harness v2: compression & extraction over official compaction, daily episodic layer, dream consolidation to semantic files (user/agent/memory/dream + project), catalog disclosure injection, no confidence machine. 文件化自进化记忆:消费官方 compact 压缩提取,每日情景层 + 梦境整合固化语义,目录式披露注入,无置信度体系。
AI 분석
核心用途是通过本地 Markdown 文件实现智能体的长期自进化记忆。适合需要跨会话保留上下文、进行项目级记忆管理的深度用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:findshan/dsh-agent-memory配置
| Key | 默认 | 含义 |
|---|---|---|
memoryDir | $DSH_HOME/memory | 记忆根目录 |
dreamIntervalHours / dreamMinSessions | 24 / 5 | 梦境整合门控 |
model / apiKey / baseURL | deepseek-chat / env / api.deepseek.com | 廉价模型(提取+整合) |
catalogBudgetTokens / catalogTopN | 1000 / 5 | 目录注入预算与每文件行数 |
searchTopK | 5 | 默认检索条数 |
autoExtract | true | 消费 compact summary 自动提取 |
dailyRetentionDays | 30 | daily 保留天数,dream 后归档 |