weopenfire-git/hme-plugin1

@yinging/dsh-hme

Harness-Memory-Evolution (HME) 插件,为 DSH 提供跨会话的长期记忆能力,包含核心记忆与标签索引归档。

AI 分析

核心用途是赋予 DSH 跨会话的长期记忆。适合需要智能体记住历史对话关键信息、实现个性化持续服务的用户。

包名
@yinging/dsh-hme
版本
0.3.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

然后补一行加载配置

打开 profile 的 `cordis.patch.yml`,加一条 host 行:

- insert:
    - id: hme-plugin
      name: '@ymw/dsh-hme'  # npm 装用包名;GitHub 装改为 github:weopenfire-git/hme-plugin
      config:
        memoryCharLimit: 2584
        userCharLimit: 1597

给你的 DeepSeek 装上大脑。