brianwang2007xjtu/dsh-agent-teams1

dsh-agent-teams

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

AI Analysis

核心用途是通过多 Agent 协同(分工、并行执行、最终汇总)来解决复杂的综合性任务。适合需要精细化角色扮演、多视角分析或高难度任务拆解的场景。需在配置文件中挂载启用。

Package
dsh-agent-teams
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

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