Wanbinyu/dsh-provider-probe0

dsh-provider-probe

Safe, explicit provider connectivity and latency checks for DeepSeek Harness

包名
dsh-provider-probe
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wanbinyu/dsh-provider-probe

配置

- insert:
    - id: provider-probe
      name: dsh-provider-probe
      config:
        timeoutMs: 20000
        maxTokens: 8
        maxMessageLength: 1200
选项默认值说明
timeoutMs20000单次检测强制超时,范围 1000-120000 毫秒
maxTokens8单次检测最大输出 token,范围 1-32
maxMessageLength1200脱敏错误的最大字符数,范围 256-8000