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 분석
为 Agent 提供 memory_search 工具,使其能自主调用混合检索服务,召回会话历史中的相关片段。适合需要处理超长上下文关联任务的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置
plugins:
- name: dsh-memory-tool
config:
defaultLimit: 3 # 默认返回条数(1-8)
defaultMaxChars: 600 # 每条 snippet 上限字符(100-4000)