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/08/19

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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