AllDSH
PerryLink avatar

Memento

PerryLink · PerryLink/dsh-memento

基于 ctx.memory 接口构建的有界、分层、需审批的跨会话记忆,存储使用 SQLite provider。

本条目由 AllDSH 编辑部 核查,数据更新于 · 引用规则

L5 silver active Scanned

安装命令

dsh plugin --profile web add dsh-memento

需要先启动 harness: npx @deepseek-ai/dsh web,然后执行上面的命令。 第一次用?先看安装教程。

功能说明

Memento 把记忆建立在 Harness 自身的能力接口之上,而不是另起一套。写入是有界的,按类型分层,需要经过审批,事后可以审计;召回时会向该轮次注入一份冻结的快照,因此结果可复现。存储使用 SQLite,所有内容都留在 profile 目录中。

主要特性

  • 使用 ctx.memory 接口,而不是遮蔽会话状态
  • 写入操作有明确的审批关卡
  • 分层记忆类型,各自拥有保留规则
  • 注入冻结快照,使召回可复现
  • 使用 SQLite provider,不依赖外部服务

安装

dsh plugin --profile web add dsh-memento@0.5.10

兼容性说明

如果你依赖快照格式,请固定版本,因为早期版本仍在调整 schema。

相似的 DSH 插件

查看全部
bowenliang123 avatar

DSH Context

bowenliang123

编辑推荐

上下文仪表盘、浏览器与命令,展示上下文窗口由什么构成以及如何变化。

L5 gold Scanned
1.3k TypeScript 2 天前
mnemon-dev avatar

Mnemon

mnemon-dev

由 LLM 监督的持久记忆,带图谱召回、跨会话知识和单文件安装。

L4 silver Scanned
558 Go 5 天前
ESC

Type to search the index. Built at deploy time by Pagefind.