返回目录
其他 插件

dsh-agent-teams

brianwang2007xjtu/dsh-agent-teams

dsh plugin for multi-agent co-working.

Stars
1
Forks
0
Issues
0
更新
今天

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:brianwang2007xjtu/dsh-agent-teams

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

dsh-agent-teams

Agent teams for the DeepSeek Harness: parallel fan-out of one objective to role-specialized subagents, with an optional integration pass.

What it adds

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.

Configuration

- 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

Installation

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,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。