MisRightW/dsh-agent-teams--packages-agent-teams ↗★ 0
@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 Analysis
核心用途是协调多个子智能体并发执行复杂任务。适合需要进行多步骤、多角色协同开发或调研等重度自动化任务的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
provider | spawn | The ctx.subagents provider role subagents run on. |
toolName | team | The model-facing tool name. |
maxConcurrentRoles | 4 | Maximum concurrently running role subagents. |
maxRoleOutputChars | 20000 | Per-role output ceiling in characters. |
maxRoles | 8 | Maximum roles per run. |
maxDepth | 3 | Absolute delegation-depth cap for every child. |
enableRunInBackground | true | Exposes run_in_background on the tool. |
maxResultChars | 50000 | Rendered-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.