QIANLING-0831/dsh-memory-plus--packages-dsh-memory-tool ↗★ 2
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 Analysis
为 Agent 提供 memory_search 工具,使其能自主调用混合检索服务,召回会话历史中的相关片段。适合需要处理超长上下文关联任务的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
plugins:
- name: dsh-memory-tool
config:
defaultLimit: 3 # 默认返回条数(1-8)
defaultMaxChars: 600 # 每条 snippet 上限字符(100-4000)