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 분석

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

패키지
dsh-agent-teams
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 19.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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