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

包名
@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.