Chinesezjc/dsh-interconnect15

dsh-interconnect

DSH 跨实例消息与事件传递插件:包含互联服务及面向模型的工具

AI 分析

核心用途是实现多个 DSH 实例之间的消息与事件互通。适合需要跨实例协同、多节点部署的复杂任务,必要条件是两端实例配置相同的共享密钥。

套件
dsh-interconnect
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Chinesezjc/dsh-interconnect

安装

本仓库是一个 DSH profile bundle(根 package.json 声明 dsh.bundle.patch 指向 根 cordis.patch.yml,后者 insert 两个插件行)。

dsh plugin --profile  add file:/path/to/dsh-interconnect

dsh plugin add 会把仓库识别为 bundle 并追加进 profile 的 dsh.profile.bundles。重启 web 服务使 host 侧生效。两端实例的 .credentials.yaml(或等价凭据源)设置相同的 DSH_INTERCONNECT_TOKEN 作为共享密钥。