dsh-interconnect
Run the following command in DeepSeek Harness:
dsh plugin install Chinesezjc/dsh-interconnect
Paste the following prompt into your AI chat to install this plugin:
Install the dsh-interconnect plugin in DeepSeek Harness from the source repository at https://github.com/Chinesezjc/dsh-interconnect.
About this plugin
dsh-interconnect is designed for multi-instance collaboration in DeepSeek Harness. It addresses the problem of how separate DSH instances discover each other, stay reachable, and exchange messages. Using persistent WebSocket links, it allows one instance to send messages to another instance on the same machine or a remote machine, probe liveness, and push events bidirectionally, making it suitable for cross-session and cross-device agent workflows.
The plugin is composed of three parts: interconnect provides the underlying messaging and event service, tool-interconnect exposes send, list, ping, and reply capabilities to the model, and skill-interconnect teaches the model how to use those tools correctly. With instanceId-based addressing, senders do not need to repeatedly provide complex addresses, and receivers can reply directly based on the recorded sender identity, enabling more natural multi-turn communication across instances.
This plugin is useful when you want multiple DSH instances to talk to each other, resume offline sessions, deliver real-time events, or let agents proactively contact another instance. It is especially suitable for distributed assistants, cross-machine collaboration, and automation workflows that depend on event notifications and bidirectional messaging.
Use Cases
- Send messages between multiple DSH instances
- Probe remote instance liveness and list available sessions
- Reply directly to a recorded sender identity
Best For
- Developers building distributed agent workflows
- DeepSeek Harness users who need multi-instance collaboration
- Users who want models to invoke cross-instance messaging tools
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.