UllrAI/dsh-mqtt

UllrAI★ 2TypeScript最后同步: 2026-08-22

在 GitHub 打开

MQTT protocol driver and agent worker gateway for DSH

README 摘要

dsh-mqtt English 中文 MQTT protocol driver and agent worker gateway for DeepSeek Harness (DSH). dsh-mqtt turns a DSH process into an MQTT-addressable agent worker. A client can submit work, observe normalized execution events, steer or inject context into a running turn, cancel it, and receive a correlated final result. The DSH host only makes an outbound broker connection, so the worker can stay behind NAT or a firewall without exposing an HTTP server. [!IMPORTANT] Version 0.1.6 closes a DNS-rebinding hole in the unauthenticated management API, keeps a live stream instead of polling when a management token is set, and stops a chatty controller from fsyncing the state file once per message. It currently targets DSH 0.1.0-rc.8 . DSH itself is a developer preview and may introduce breaking changes. What it provides - MQTT 3.1.1 and 5 connections over TCP, TLS, WebSocket, or secure WebSocket; - broker authentication with direct or environment-backed username/password credentials, custom CAs, and optional mutual TLS; - persistent MQTT sessions, reconnect, retained presence, and Last Will; - node-scoped submit , steer , inject , and cancel commands; - DSH agent creation and controlled Ses…

在 GitHub 查看完整 README →
Agent/智能体agent-gatewayai-agentsdshdsh-pluginmqttagent

分类