subagents
Installation
SKILL.md
Subagent Dispatch Skill
Use call_subagent to delegate tasks to other agents, and wait_for_subagents to collect results from background runs.
These tools are Code Mode tools: run the snippets below with run_sdk_snippet, where sdk.tool.call(...) is available.
Agent is the generic technical term. Crew is the product term for a marketplace custom Agent presented as a digital employee (数字员工). Users may say Agent, 智能体, digital employee, 数字员工, or Crew. Do not call built-in Agents Crew.
When To Use
Delegate when at least one is true:
- The task is large enough to benefit from an isolated execution context
- Multiple independent tasks can run in parallel
- You need a specialized agent type (read-only explore, shell-heavy work)
Do not delegate when: