AI Agent Hub
Back to plugins
⚙️

dsh-agent-mailbox

Workflow Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install blairlaird/dsh-agent-mailbox

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install blairlaird/dsh-agent-mailbox inside DeepSeek Harness to install the plugin; the source lives at https://github.com/blairlaird/dsh-agent-mailbox and requires no build step or runtime dependencies after installation.

About this plugin

Across the existing DeepSeek Harness messaging plugins, nearly all assume the participants are DSH sessions themselves. An MCP client, an A2A agent, or any external driver simply has no first-class way to address another agent, so a human ends up copy-pasting every message by hand. dsh-agent-mailbox closes that gap: any MCP client, any DSH session, and any A2A agent can directly send threaded, prioritised messages with attachments to each other, broadcast to everyone, search the full history, and track delivery receipts. The log is append-only with HMAC signing on every record and secret redaction on ingest, and every reading tool repeats a trust-boundary note so message content is treated as data, never as instructions.

The plugin also ships SSE streaming, long-poll wake-up, an A2A agent card for zero-config discovery, a presence registry, and content-addressed attachments. It runs entirely local with zero runtime dependencies and no build step — no broker, no external service, no npm account required. Inside a DSH session, four slash commands cover reading, sending, peer listing, and search; outside, the full surface is exposed over HTTP and JSON-RPC 2.0.

It is aimed at teams that need a lightweight, auditable message channel between heterogeneous agents: pushing intermediate results from one MCP coding assistant to a reviewer agent, persisting a decision for later retrieval, or connecting an A2A pipeline without standing up MQTT, Kafka, or any other external messaging infrastructure.

Use Cases

  • An MCP coding agent pushes intermediate results to a reviewer in another DSH session without a human relay
  • A multi-agent pipeline broadcasts a task-completion signal that receivers pick up in real time over SSE
  • Full-text search across the message log to locate a past decision or retrieve an attachment by content hash

Best For

  • Developers orchestrating multiple heterogeneous agents inside DeepSeek Harness
  • Local workflow users who want zero external brokers or messaging infrastructure
  • Multi-agent teams that need an auditable, append-only communication record