Chinesezjc/dsh-interconnect15

dsh-interconnect

Cross-instance message/event handoff plugins for DeepSeek Harness (DSH): interconnect service + model-facing tools

AI 分析

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

パッケージ
dsh-interconnect
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

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

ドキュメント

README 全文を読む ↗

安装

本仓库是一个 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 作为共享密钥。