ben7am1n/dsh-webhook-bridge1

dsh-webhook-bridge

Generic webhook receiver for DeepSeek Harness — POST to a local endpoint to wake a dsh agent.

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.