DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-bridge

Same-process session-to-session messaging and event bridge for DeepSeek Harness.

Developer Tools
3GitHub Stars2ForksUpdated2026-09-14

Install

$ dsh plugin --profile web add dsh-bridge@latest

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-bridge is an in-process session messaging foundation for DeepSeek Harness. It enables live DSH sessions to discover one another, query session statuses, and exchange direct messages using tools like session_list, session_send, and session_messages. It also supports cold-session resumption and controlled inbound seams for multi-machine transports.

Key Capabilities

  • Discover live and persisted DSH sessions via session_list
  • Send cross-session messages via session_send by session ID or human-readable title
  • Inspect in-memory recent message logs with session_messages
  • Automatically resume cold persisted sessions before message delivery
  • Track presentation states including idle, running, waking, offline, archived, and missing
  • Expose an inbound delivery seam (deliverExternal) for external transports

Useful For

  • Inter-agent collaboration and sub-agent task delegation within a single DSH instance
  • Querying status and waking persisted cold sessions for workflow continuations
  • Serving as the local messaging base for higher-level UI plugins like dsh-chat or network layers like dsh-weave

Who It Fits

  • DeepSeek Harness plugin developers building multi-agent systems
  • Developers looking for programmatic same-process cross-session communication

Documented Limitations

  • Operates strictly within a single process; does not include built-in network transport for cross-machine delivery
  • In-memory retention is bounded to the latest 1,000 messages and lost upon process termination
  • Delivery acknowledgement confirms agent follow-up queueing, not completion of model execution
  • Messages cannot be delivered to archived sessions

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
baixianger/dsh-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
3e4605e · 2026-09-17

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
3GitHub stars
Forks
2
Open issues
3
Last commit
2026-09-14
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app