helibeiqi/dsh-dcs-engine0

dsh-dcs-engine

动态能力合成引擎:DSH 协议栈五件套(CDP/意图网络/CSP/ASP/适配器)的消费方与演示载体。

AI 分析

核心用途是作为 DSH 协议栈的消费与演示引擎,支持能力合成策略、去重注册及安全合规校验。适合需要研究或部署 DSH 动态能力合成与意图网络架构的系统开发者。

包名
dsh-dcs-engine
版本
0.2.0
许可证
MIT
最近更新
2026年8月28日

安装

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

配置字段

字段说明默认
sources基础件来源,capabilitiesDir 产物/示例目录{ capabilitiesDir: "./capabilities" }
synthesizer合成策略 strategy(rule/llm/hybrid)、fallbackToLLMmaxCandidates{ strategy: "rule", fallbackToLLM: true, maxCandidates: 20 }
registrydeduplicate(语义哈希去重)、autoRegisterTools(defineTool 包装){ deduplicate: true, autoRegisterTools: true }
materializerenabled(M2 完整插件骨架)、format(当前仅 plugin-skeleton){ enabled: false, format: "plugin-skeleton" }
safetyrequireAsp(无 ASP 拒绝)、blockOnFail(不通过拒绝注册){ requireAsp: true, blockOnFail: true }

⚠️ 配置识别上述五个字段。禁止 servers / pluginDirs / export / router / naming / schema 等。