deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:brianwang2007xjtu/dsh-agent-teams
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Agent teams for the DeepSeek Harness: parallel fan-out of one objective to role-specialized subagents, with an optional integration pass.
One model-facing tool, team:
task — the complete, self-contained objective.members — a list of { role, instructions }; each member runs as an
independent subagent that only sees the objective and its own role.Members run in parallel via the configured subagent provider. When
synthesize is enabled (the default), a final "team lead" subagent integrates
the members' output into a single report; otherwise the raw member outputs are
returned.
- id: agent-teams
name: dsh-agent-teams
config:
provider: spawn # subagent provider (spawn | fork)
toolName: team # model-facing tool name
synthesize: true # run the integration pass
maxMembers: 8 # hard cap on members per call
dsh plugin --profile web add link:/path/to/dsh-agent-teams
Then mount it with the patch row above in the profile's cordis.patch.yml.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。