AI Agent Hub
Back to plugins
🖥️

dsh-agent-hub

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install jax629321/dsh-agent-hub

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

Run dsh plugin install jax629321/dsh-agent-hub inside DeepSeek Harness; the package declares a dsh.bundle manifest and is auto-attached to the profile plugin layer after install with no manual config edits. Source code is available at https://github.com/jax629321/dsh-agent-hub .

About this plugin

Coordinating multiple AI agents on a real project often means chasing scattered outputs, opaque intermediate states, and failures that are hard to reproduce. dsh-agent-hub collapses the entire workflow into a single group-chat room: a requirement comes in, a verified deliverable comes out, and every step of decomposition, dispatch, execution, acceptance, and knowledge capture is visible and traceable in the message stream—no external services and no manual backend setup needed.

At the centre of the system sits a coordinator brain that you assign to any member. Each round follows a strict decision-dispatch-collect-accept-memorise state machine; before emitting instructions the brain must answer four questions—goal, current state, available members, and definition of done—and output structured JSON. Tasks are split into atomic units where one member owns exactly one deliverable plus one acceptance criterion, and independent tasks run in parallel. Members connect through any OpenAI-compatible API, so DeepSeek, Tongyi, Kimi, GPT, and others can coexist in the same team. After delivery the brain verifies every acceptance criterion, issues a precise rework list on failure, and writes passing results into a persistent group memory that carries across rounds.

The plugin ships with a self-contained backend, carries zero npm runtime dependencies, and is ready the moment it is installed. It is built for developers and engineering teams who need multiple agents to collaborate end-to-end: scaffolding a feature from scratch, comparing and implementing technical options, reviewing and fixing code, or running parallel research and consolidating it into a final document—each scenario closes the loop from requirement to verified delivery inside a single chat window.

Use Cases

  • Full feature build from scratch: brain decomposes modules, members develop in parallel, integration is verified criterion by criterion
  • Technical option selection: brain organises comparison, members research independently, cross-validate before a final decision is delivered
  • Code review and bulk documentation: parallel dispatch, consolidated cross-check, chapter-level acceptance

Best For

  • Developers or engineering teams that need multiple agents to deliver projects end-to-end
  • Tech leads who want to govern heterogeneous model members (DeepSeek, GPT, Kimi, etc.) under one roof
  • DSH users who want a zero-dependency, install-and-go, fully traceable multi-agent workflow