UllrAI/dsh-mqtt

插件 ⭐ 2 MIT other

DSH的MQTT协议驱动与代理工作网关

catalog 简介:MQTT protocol driver and agent worker gateway for DSH

安装

The implementation uses DSH's public Agent and event surfaces:

- `ctx.agents.create()` and `ctx.agents.resume()`;
- `ctx.agentDefaultModel.currentSelection()` and Agent-scoped model selection;
- `agent.followup()`, `agent.steer()`, `agent.inject()`, and `agent.cancel()`;
- `session/event`, `agent/status`, and `agent/error`.

It does not depend on DSH Web UI internals.

## Quick start

### Prerequisites

- Node.js `^22.19.0` or `>=24`;
- `pnpm` on `PATH` (DSH forwards plugin management to pnpm);
- a DSH provider credential, for example `DEEPSEEK_API_KEY`;
- an MQTT broker and a client such as Mosquitto.

For a loopback-only development broker:

UllrAI/dsh-mqtt 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。