Subagents are mainly about context management.
- Subagents are mainly about context management.
- Instead of polluting the context with the whole process to get the answer to the sub-problem, just give the main agent the answer to the sub-problem.
- Less for the LLMs to get confused by.
- It also helps minimize taint in a system where that's important.