QIANLING-0831/dsh-memory-plus--packages-dsh-memory-tool2

dsh-memory-tool

面向模型的 DSH 混合记忆检索工具插件

AI 分析

为 Agent 提供 memory_search 工具,使其能自主调用混合检索服务,召回会话历史中的相关片段。适合需要处理超长上下文关联任务的用户。

包名
dsh-memory-tool
版本
0.1.0
许可证
MIT
最近更新
2026年8月20日

安装

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

配置

plugins:
  - name: dsh-memory-tool
    config:
      defaultLimit: 3        # 默认返回条数(1-8)
      defaultMaxChars: 600   # 每条 snippet 上限字符(100-4000)