Sub-Agent
A focused agent invoked by another agent or workflow to handle a narrower task.
Plain English
A specialist you call when the main agent should not carry every detail in its own context.
Example
A QA sub-agent opens the app in a browser and reports visual or functional regressions.
Why it matters
Sub-agents reduce context clutter and make ownership clearer in larger agent systems.
Related