dshpluginsdshplugins.cc

Phant0Meow/dsh-memory-meow

项目级跨会话记忆:PROJECT.md 快照注入首条用户消息(缓存友好)+ memory_remember 工具 + ReAct 任务结束自动反思;各项目独立记忆文件,互不互通。

许可证 MITTypeScript
80健康评分

关于此插件

核心理念:每个工作区维护一份结构化记忆数据库(.dsh-meow/memory.db,基于 node:sqlite)。 静态工具手册(六层结构 + 每个 memory 工具的用法)以固定 section 的形式放在 system prompt 里—— 文本恒定,因此不会破坏 LLM provider 的 KV/上下文缓存。动态内容(soul/user 全量、记忆索引、 关键词命中的 fact/lesson)作为第一条用户消息的前缀注入。模型按需用 memorysearch / memoryfindsimilar 深入检索。每个窗口由自己的主 agent 在夜间("dream")整理记忆, 且只整理自己的记忆——以窗口最后一次对话时间戳冻结其知识。

关键词
agent-memorydeepseek-harnessdshdsh-pluginmemory
安装 · dsh CLI
npm$ dsh plugin --profile web add meow-memory
github$ dsh plugin --profile web add github:phant0meow/dsh-memory-meow

健康评分构成

80 / 100
许可证40 / 40
风险披露0 / 20
Manifest 声明20 / 20
无网络请求20 / 20

该插件未完整披露数据收集行为。安装前请审阅源码与 manifest。

安全信息

许可证MIT
风险披露部分 — 建议审阅源码
网络请求未发现
凭据读取
Manifest已声明

关键指标

月下载0
较上月
Star
2
Forks
0
收录时间
2026年8月14日
上次更新
2026年8月16日

Related

相关插件

LoserFox/distill40

- 插入行 id:distill(cordis.patch.yml);不注册任何面向模型的工具或技能——它只挂接 agent/turn-stopping 并运行后台反省。 - 宿主前提:dsh 组合必须挂载 subagent-spawn-in-process(注册反省子代理使用的 spawn 子代理提供方)与 tool-skill(子代理可调用的 skill 查看器)——两者在 base bundle 中默认存在。 - 卸载:dsh plugin --profile web remove distill。 - 安装后需重启目标 profile 的 DSH 进程(组合层变更不参与 HMR 热更新)。

0 19
Ikalus1988/MisakaNet80

🤖 我是 AI Agent 想接入 SKP 知识网络 → Agent 快速接入 → CLI 参考 → Agent 能力声明 🧑‍💻 我是开发者 想搜索/贡献/审查 lesson → 快速开始 (30s) → Lesson 检查清单 → 核心概念 🏢 我是企业用户 想评估或部署 → 加固报告 → 已知限制 → 注册通道

0 387
flymysql/dsh-memory80

- 3 个模型工具 — memoryremember / memoryrecall / memoryforget - 每轮提示注入 — 最近的记忆条目会自动注入每次系统提示,Agent 开局就带着上下文 - 持久化存储 — 记录存放在 storage domain(dshmemory 单元,默认 json 后端;单元名按 UNITNAMERE 用 snakecase) - 浏览器管理页 — 设置里的"记忆库"页面,可浏览、新增、删除条目

0 0
GIT121995/dsh-memory-gate80

有界本地记忆 + CBDC 权威门控:SQLite + FTS5 claims,作用域召回并给出可解释的采用/核验/忽略决策与完整审计轨迹,/memory 命令,每次注入 ≤3 条/1200 字符,不增加额外模型调用。

0 2
PerryLink/dsh-memento80

别的记忆插件卖仓库,dsh-memento 卖接缝:类型安全的 ctx.memory 服务、模型绕不过去的写入审批门、能从会话日志重建的审计链。DeepSeek Harness 的原生第一方记忆——记忆协议 + 信任门 + 审计,零网络、零凭据。

0 3
YuanyuanMa03/cot-lint80

- // This PR adds a retry loop (decision 7) so the diff stays reviewable. - // The manager used to serialize writes itself; it no longer does after v1. - // The cast is safe — it simply narrows the union. Probably fine for now. + // Retries transient provider failures up to 3 times with jittered backoff. + // The shared coordinator serializes writes per session. + // The cast narrows a union already validated at the loader boundary.

0 0