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)