helibeiqi/dsh-intent-network0

dsh-intent-network

将用户意图解析为可编辑、可观测、可学习的多跳工具调用图,消费 CDP 语义与 adapter 桥接工具

包名
dsh-intent-network
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:helibeiqi/dsh-intent-network

配置字段

插件 config(写于 ~/.workbuddy/mcp.json 的插件配置项或宿主注入):

字段子项说明默认
sourcesintentsDir意图图目录./intents
plannerenabled是否启用规划器false(零 LLM 开销)
plannerstrategyllm / rule / hybridhybrid
plannerfallbackToLLMrule 命中不足时升级 LLMtrue
executormaxParallel并行节点上限4
executormaxLoops循环上限防失控3
executorabortable支持 AbortSignal 取消true
observabilityenabled是否落盘 tracetrue
observabilitylogPathtrace 落盘路径./.intent-traces
observabilityformatmarkdown / jsonmarkdown
learningenabledM1 关闭,仅收集false

注意:本插件 使用 servers / pluginDirs / export / router / naming / schema 字段。