dsh-memoria¶
| 类型 | 插件 | 分类 | 记忆与上下文 |
| 星数 | – | 状态 | 🧪 实验性 |
| 能力 | memory, context | 更新时间 | 2026-08-14 |
📖 项目简介¶
memoria 记忆后端插件:把 memoria(向量 + 图记忆层)接入 DeepSeek Harness (dsh),让 dsh agent 会话可以记住和回忆。 - 4 个工具:memoria_observe / memoria_remember / memoria_search / memoria_recall - 自动写入:每轮对话结束自动 observe 沉淀;用户肯定反馈(不错/很好/good/赞…)自动 remember(importance=5) - 配置热重载:改 ~/.dsh/settings.yaml 的 memoria: section 免重启生效 - 命名空间隔离:所有读写强制落在配置的 namespace(默认 dsh-test),不碰其他业务数据
✨ 核心特性¶
- 4 个工具:
memoria_observe/memoria_remember/memoria_search/memoria_recall - 自动写入:每轮对话结束自动
observe沉淀;用户肯定反馈(不错/很好/good/赞…)自动remember(importance=5) - 配置热重载:改
~/.dsh/settings.yaml的memoria:section 免重启生效 - 命名空间隔离:所有读写强制落在配置的 namespace(默认
dsh-test),不碰其他业务数据
📦 安装¶
# 安装(自动挂载,无需手动改 profile)——两种源任选
dsh plugin --profile web add github:jiayan-xu/dsh-memoria
# 或 npm 源:
dsh plugin --profile web add @jhp830901/dsh-memoria
# 启动 dsh web 即可使用
dsh web
🚀 快速开始¶
# ~/.dsh/settings.yaml
memoria:
baseURL: http://127.0.0.1:9003
namespace: my-namespace
autoWrite: true