MisRightW/dsh-agent-teams--packages-agent-teams0

@deepseek-ai/dsh-agent-teams

Role-based multi-agent team orchestration: task decomposition, concurrent role execution with dependency and progress management, and the model-facing team tool

AI 분석

核心用途是协调多个子智能体并发执行复杂任务。适合需要进行多步骤、多角色协同开发或调研等重度自动化任务的用户。

패키지
@deepseek-ai/dsh-agent-teams
버전
0.1.0-rc.5
라이선스
MIT
최근 업데이트
2026. 8. 21.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

KeyDefaultMeaning
providerspawnThe ctx.subagents provider role subagents run on.
toolNameteamThe model-facing tool name.
maxConcurrentRoles4Maximum concurrently running role subagents.
maxRoleOutputChars20000Per-role output ceiling in characters.
maxRoles8Maximum roles per run.
maxDepth3Absolute delegation-depth cap for every child.
enableRunInBackgroundtrueExposes run_in_background on the tool.
maxResultChars50000Rendered-result ceiling in characters.
templates[]Extra team templates merged over the builtins (ids must be unique).

team usage guidance section

What the model sees

A fixed prompt section is registered while the tool is loaded, telling the model to use team only when the user explicitly asks for a multi-agent team or a task that genuinely splits into concurrent specialized roles, and to prefer plain subagent calls for one or two delegations.

Verbatim text for this section
Use the team tool ONLY when the user explicitly asks for a multi-agent team or a task that genuinely splits into several concurrent specialized roles. For one or two delegations, prefer plain subagent calls.

Token effect

Conditional: the section text is appended to the system prompt while the tool is registered.

KV Cache effect

Replacing: the section is a new prompt contribution that changes the assembled request prefix when the plugin loads or unloads; while loaded it is stable and does not itself invalidate reuse.