ben7am1n/dsh-webhook-bridge1

dsh-webhook-bridge

DeepSeek Harness 的通用 Webhook 接收器:通过向本地端点发送 POST 请求来唤醒 DSH 代理。

AI 分析

核心用途是实现外部系统与 DSH 代理的自动化联动。适合需要通过 CI/CD 流程、监控告警或其他第三方服务触发 AI 任务的自动化集成场景。

包名
dsh-webhook-bridge
版本
0.1.0
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-webhook-bridge

Configuration

All keys live under the dsh-webhook-bridge row's config:

KeyTypeDefaultMeaning
hoststring127.0.0.1Bind host. Loopback only by default; bind 0.0.0.0 only behind a firewall/proxy.
portnumber8788Bind port.
secretstringenv DSH_WEBHOOK_SECRETRequired in Authorization: Bearer . Empty = every request rejected.
providerstringProvider route for created agents (falls back to profile default).
modelstringModel for created agents (falls back to profile default).
cwdstringprocess.cwd()Working directory for created agent sessions.
maxBodyBytesnumber1048576Request body limit; larger bodies get 413.