Subagent
A secondary agent invoked by a primary agent to handle a focused subtask, often with its own tools and isolated context, returning results to the caller.
Analogy
Like delegating a specific task to a junior teammate who reports the result back to you.
Why it matters
Subagents keep each task's context clean and let you build modular automations instead of one tangled agent.
In practice
A main agent spawning a research subagent to gather facts, then continuing with the summary itself.
