helibeiqi/dsh-intent-network ↗★ 0
dsh-intent-network
将用户意图解析为可编辑、可观测、可学习的多跳工具调用图,消费 CDP 语义与 adapter 桥接工具
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:helibeiqi/dsh-intent-network说明文档
阅读完整 README ↗配置字段
插件 config(写于 ~/.workbuddy/mcp.json 的插件配置项或宿主注入):
| 字段 | 子项 | 说明 | 默认 |
|---|---|---|---|
sources | intentsDir | 意图图目录 | ./intents |
planner | enabled | 是否启用规划器 | false(零 LLM 开销) |
planner | strategy | llm / rule / hybrid | hybrid |
planner | fallbackToLLM | rule 命中不足时升级 LLM | true |
executor | maxParallel | 并行节点上限 | 4 |
executor | maxLoops | 循环上限防失控 | 3 |
executor | abortable | 支持 AbortSignal 取消 | true |
observability | enabled | 是否落盘 trace | true |
observability | logPath | trace 落盘路径 | ./.intent-traces |
observability | format | markdown / json | markdown |
learning | enabled | M1 关闭,仅收集 | false |
注意:本插件 不 使用
servers/pluginDirs/export/router/naming/schema字段。