DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-agent-relay

A DeepSeek Harness plugin bundle that provides a local, HMAC-authenticated relay for collaboration among DSH and other local agents.

UI & ProductivityDeveloper ToolsSecurity & PolicySkills & WorkflowsRemote Execution
3GitHub Stars0ForksUpdated2026-08-29

Install

$ dsh plugin --profile web add dsh-agent-relay

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-agent-relay installs into DeepSeek Harness as a Cordis plugin and bundles a loopback-first message broker, DSH tools and sidebar UI, plus CLI and Python client adapters. It supports local message exchange between agents such as DSH, Codex, Claude Code, Hermes, and OpenClaw.

Key Capabilities

  • Registers DSH tools for sending messages, checking relay status, viewing history and peers, and retrying delivery.
  • Provides a loopback-first HTTP broker with HMAC-SHA256 request authentication.
  • Includes cursor polling, lease acknowledgements, retries, UUID-based deduplication, and seven-day message TTL.
  • Persists relay data locally with SQLite where supported, with JSONL fallback on earlier Node runtimes.
  • Supplies a sidebar status panel and JavaScript CLI and Python client adapters.
  • Supports a v2 wire protocol while retaining a v1 compatibility layer.

Useful For

  • Coordinate local DSH, Codex, Claude Code, and Hermes agents on a shared host.
  • Send tasks, review requests, replies, and delivery acknowledgements between local agents.
  • Build a local multi-agent workflow while keeping agent reasoning and orchestration outside the relay.

Who It Fits

  • DeepSeek Harness users running multiple local coding or automation agents.
  • Developers who need a self-hosted local message bus for agent collaboration.
  • Teams integrating JavaScript, CLI, or Python-based local agent clients.

Documented Limitations

  • Requires Node.js 20 or later; SQLite persistence requires Node.js 22.5 or later, otherwise the broker falls back to JSONL.
  • The Python adapter is optional but requires Python 3.10 or later.
  • The documented DSH test target is dsh 0.1.0-rc.6.
  • The broker is designed for loopback use; the README warns against exposing an unencrypted broker to the public internet.
  • Received relay messages must be treated as untrusted input by receiving agents.

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.

Dependency Counts

package.json declares 0 runtime, 0 development, 2 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

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

Source repository
Noelune/dsh-agent-relay
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin Bundle
Source checked
25ea970 · 2026-09-12

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
0
Open issues
1
Last commit
2026-08-29
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