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

dsh-memory-tool

Model-facing memory_search tool for the DeepSeek Harness — hybrid lexical+semantic recall over a session's earlier conversation via ctx.memorySearch, with bounded snippets.

AI 分析

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

パッケージ
dsh-memory-tool
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/20

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

配置

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