dsh-tool-folder
装了大量 MCP 时折叠工具定义提示面:KV 缓存稳定的静态目录 + BM25/bge-m3 混合 tools_search + tools_schema 批量展开,几百个工具仍可检索,但不必每轮都付完整 schema 的 token。
Folds the tool-definition prompt surface when many MCP servers are installed: a static KV-cache-stable catalog plus BM25/bge-m3 hybrid tools_search and batch tools_schema expansion, so hundreds of tools stay discoverable without spending their full schemas every turn.
怎么安装
dsh plugin add dsh-tool-folder 简介
dsh-tool-folder Fold the DSH tool surface down to what each request actually needs. Per-agent core + BM25 dynamic loading + heat feedback + CN-intent aliases. Shrinks per-turn schema tokens ~80-90% while keeping (or improving) tool selection accuracy — the RAG-MCP / BoR / SEP-1576 methodology, implemented as a plain cordis plugin for the DeepSeek Harness host. Mechanism (verified against DSH 0.1.1-rc.1 sources) SystemPrompt.assemble() → assembly = { sections, contexts, tools, variables } ctx.waterfall(scope, "system-prompt/assemble", assembly, ctx, () => assembly) ← this plugin listens here an…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-02
- 创建于
- 2026-08-30
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。