deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:Lanxi26/dsh-cluster
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Cluster mode for DeepSeek Harness — a canvas node-graph for orchestrating multi-agent collaboration and information flow. Every node is an agent (with its own name, persona, and mode); the directed edges between nodes decide who can message whom.



cluster_view — shows all running agent instances (sessions) and agent categories, so you can see who is available to receive messages.cluster_spawn — creates a brand-new instance of an agent category and delivers a first message to it (each call makes a fresh, memory-less instance).cluster_send — delivers a message into a specific running instance's inbox, which it processes like a new user message.name, prompt (persona), mode, and optional space; auto-saved to $DSH_HOME/cluster-agents/<id>/agent.json.cluster_send/cluster_spawn; an empty graph is fully open.single — address it with cluster_send (its most recent running session).multi — address it with cluster_spawn (a fresh instance each time).any — either..txt JSON, v2), then load them elsewhere to restore agents and write them back to disk.agent.md, etc. — can live in each agent's own space.Prerequisite: the profile already has the official @deepseek-ai/dsh-base + @deepseek-ai/dsh-web-app bundles.
dsh plugin --profile web add @lanxi266/dsh-cluster-plugin
Start it:
dsh --profile web web # or `dsh web`
math_teacher), give it a name and persona, pick a mode.cluster_view / cluster_send / cluster_spawn to collaborate.cluster_view shows only itself) is told to produce the final result directly, so the pipeline terminates.A → B means A can message B; B cannot message A back (unless the edge is two-way).cluster_view only shows yourself + your downstream, so a downstream agent cannot see upstream — it can only pass messages further down.| Package | Role |
|---|---|
@lanxi266/dsh-cluster-agent-fs |
Host filesystem service: reads/writes agent.json, persists the graph, exposes the Remote endpoints |
@lanxi266/dsh-tool-cluster |
Host tools: cluster_view / cluster_send / cluster_spawn + persona injection |
@lanxi266/dsh-client-ui-cluster |
Browser canvas: cluster icon, node-graph, agent editor |
@lanxi266/dsh-cluster-plugin |
bundle: just a cordis.patch.yml that inserts the three rows above into a profile |
@deepseek-ai/dsh-base, @deepseek-ai/dsh-web-app (the @deepseek-ai/dsh-* series is provided by DSH itself)MIT
The author is a Java programmer, so this project was completed by DeepSeek-V4-Pro-High, costing 36.62 RMB / 5.39 USD (before the price increase). There may be many bugs — please be understanding, and feel free to fix bugs locally with Vibe-Coding. This project is open-sourced under the MIT license.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。