DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Hermes Memory — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@lcthe/dsh-hermes-memory

Hermes Memory

DSH 原生持久化记忆和安全的会话感知检索插件。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @lcthe/dsh-hermes-memory@0.2.2
README兼容性版本

兼容性与来源证明

Hermes Memory 以 @lcthe/dsh-hermes-memory 发布,当前版本为 0.2.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/4

版本

0.2.2stable
2026/9/4

相关插件

正在加载相关插件…

最新版
0.2.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
279.5 kB
文件数
8
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
0
最近提交
2026/9/4
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memory Plugin@openviking/dsh-memory-plugin适用于 DeepSeek Harness 的 OpenViking 记忆与上下文套件Contextdsh-context用于上下文洞察和管理的 DeepSeek Harness 插件,提供上下文仪表板和上下文命令,帮助了解上下文的构成及其演变过程。Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。

README

dsh-hermes-memory

DSH-native persistent memory, session-aware retrieval, and safe learning for DeepSeek Harness.

Status

V5 background review, V6 standing context, and the V7 consolidation foundation are implemented locally. Standing profiles and instructions are explicitly saved, bounded, persisted in the DSH storage domain, and injected once at the start of each new session. V7 now has crash-safe plan state, replacement-before-retirement execution, structured model scheduling, and native settings. V8 now has storage-backed skills and a DSH-native provider; explicit skill tools and automatic learning remain in progress.

Product boundary

This is a new DSH plugin. It does not copy Pi runtime code, Pi commands, Pi TUI, Pi branding, Pi logos, Pi screenshots, or other Pi visual assets. It reuses only general engineering ideas such as scoped memories, provenance, full-text retrieval, correction tracking, and secret scanning.

V1 scope

  • Explicit memory_save, memory_search, memory_replace, and memory_remove tools.
  • Global, user, project, and failure memory scopes.
  • DSH storage-domain persistence with schema validation.
  • Pre-write secret and prompt-injection scanning.
  • Settings namespace and a small settings card for enablement, retrieval limits, capture policy, and retention.
  • Source provenance containing session ID and event sequence when a memory comes from a DSH session.
  • session_memory_search powered by DSH's native sessionQuery service.
  • Optional V3 session-start injection of bounded reference context, off by default.

V3 scope

  • Opt-in agent/session-start injection of one bounded form: 'recall' context message per agent lifecycle.
  • Authorized global, user, and current project memories only; failure memories are not injected automatically.
  • Deterministic scope/date/ID ordering, entry limits, total character limits, resume de-duplication, and fail-soft startup behavior.

V3.1 scope

  • memory_list lists bounded records by scope/category and the current workspace.
  • memory_stats reports counts and character usage per scope.
  • lastReferencedAt advances on search hits and successful startup injection, off-path and fail-soft.
  • List/stats and reference tracking never bypass the existing exact-match workspace authorization.

V4 scope (first slice)

  • Rule-based captures from real user/message events: corrections, project conventions, and preferences.
  • Captured records carry source: 'session' provenance with session ID and event sequence.
  • Idempotency via existing provenance fields and content deduplication; no new storage tables or domain version bump.
  • Per-session capture cap, category switches, and safety scanning before every write; default off.

V4.1 scope

  • Per-session tracking of lastToolCall/lastFailure and the previous user-message sequence.
  • Corrections paired with a failed tool call in the same exchange also save a failure/tool-quirk record naming the tool.
  • A failure context is consumed at most once; captureToolContext lets users disable pairing.

V4.2 scope

  • Expired memory cleanup using lastReferencedAt ?? updatedAt as the aging anchor.
  • Failure-scope records expire after failureRetentionDays; all others after retentionDays.
  • Hard delete with count-only logging; invalid timestamps are kept; retentionEnabled can disable cleanup.
  • Sweeps run at startup and are throttled to once per hour per process on session starts.

Deferred scope

  • Automatic prompt injection on every step.
  • Vector or embedding retrieval.
  • Custom session database access.
  • Replacement of DSH chat UI or session shell.
  • A separate memory management UI is not planned: ordinary memories use the existing memory tools, while standing context is managed with memory_pin, memory_pins, and memory_unpin.

Development

The V5 background review implementation and its safety constraints are documented here:

  • docs/superpowers/specs/2026-08-27-dsh-hermes-memory-v5-background-review-design.md
  • docs/superpowers/plans/2026-08-27-dsh-hermes-memory-v5-background-review.md

The implementation plan for earlier versions lives at:

  • docs/superpowers/specs/2026-08-27-dsh-hermes-memory-v3-session-start-injection-design.md
  • docs/superpowers/plans/2026-08-27-dsh-hermes-memory-v3-session-start-injection.md

The approved design is documented at:

  • docs/superpowers/specs/2026-08-26-dsh-hermes-memory-design.md

License

MIT. The implementation will contain original DSH-specific code and will not vendor Pi project assets.