Update agents-and-subagents.md (#1549)

Fix broken link
This commit is contained in:
pmorong
2026-04-28 19:20:37 -07:00
committed by GitHub
parent fc9e027775
commit fe533de8f4

View File

@@ -18,7 +18,7 @@ prerequisites:
- Basic understanding of GitHub Copilot agents - Basic understanding of GitHub Copilot agents
--- ---
We're [familiar with agents](./what-are-agents-skills-instructions.md), but there is another aspect to agentic workflows that we need to consider, and that is the role of subagents. An **agent** is the primary assistant you choose for a session or workflow while a **subagent** is a temporary worker that the main agent launches for a narrower task, usually to keep context clean, parallelize work, or apply a more specialized set of instructions. We're [familiar with agents](../what-are-agents-skills-instructions/), but there is another aspect to agentic workflows that we need to consider, and that is the role of subagents. An **agent** is the primary assistant you choose for a session or workflow while a **subagent** is a temporary worker that the main agent launches for a narrower task, usually to keep context clean, parallelize work, or apply a more specialized set of instructions.
This distinction matters more as you move from simple chat prompts to orchestrated agentic workflows. This distinction matters more as you move from simple chat prompts to orchestrated agentic workflows.