Bryan-cmf/dsh-vector-memory ↗★ 0
@bryan-cmf/dsh-vector-memory
DSH 持久化 Agent 向量记忆核心插件:提供 mem_save、mem_search、mem_health 工具及专属的“記憶”视图标签页。
AI 分析
核心用途是为 Agent 提供跨重启持久化的记忆存储与检索能力。适合需要构建长期记忆、跨会话知识积累任务的复杂 Agent 应用。需部署在 host 进程全局或使用隔离域包裹。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bryan-cmf/dsh-vector-memory说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
ttlDays | 90 | Default memory TTL; 0 = forever |
maxResults | 10 | Default mem_search result count |