isheng-eqi/dsh-hermes-memory0

dsh-hermes-memory

Hermes-style persistent memory for DeepSeek Harness (DSH) — a faithful port of the hermes-agent MEMORY.md / USER.md mechanism: bounded dual-bank memory, one `memory` tool (add/replace/remove/batch), frozen-snapshot injection, nudge reminders. Zero external dependencies, zero LLM cost.

AI 分析

核心用途是实现轻量、免外部依赖的持久化记忆机制,在新会话开始时自动注入记忆快照。适合需要 Agent 拥有跨会话记忆且希望节省 Token 成本的用户。

パッケージ
dsh-hermes-memory
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:isheng-eqi/dsh-hermes-memory

ドキュメント

README 全文を読む ↗

方式 B:动态 Cordis 插件(进程级,无需改部署配置)

在任意 DSH 会话中,让模型执行 cordis_define(Host 半边代码 = host.js,Client 半边 = client.js,额外带 Run 卡记忆面板)与 cordis_run。注意动态插件随进程退出而消失,重启后需重新运行(数据不丢)。

使用

直接对模型说"记住 XXX"即可;每个新会话开始会自动注入记忆快照。

数据存储~/.dsh/storages/hermes_memory.json(DSH storage hub 的 json 后端,原子写、人类可读、跨会话跨重启持久)。