Bryan-cmf/dsh-vector-memory ↗★ 0
@bryan-cmf/dsh-vector-memory
DSH-Plugin: durable agent memory core — mem_save / mem_search / mem_health tools backed by the DSH storageDomain (durable, survives restarts), plus a 記憶 view tab.
AI 분석
核心用途是为 Agent 提供跨重启持久化的记忆存储与检索能力。适合需要构建长期记忆、跨会话知识积累任务的复杂 Agent 应用。需部署在 host 进程全局或使用隔离域包裹。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bryan-cmf/dsh-vector-memoryConfiguration
| Key | Default | Meaning |
|---|---|---|
ttlDays | 90 | Default memory TTL; 0 = forever |
maxResults | 10 | Default mem_search result count |