My Learn Site
Back to sessions

06

Subagent

Subagents give each subtask a clean message history while preserving the main thread.

Dispatch a subagent for a subtask with its own context. It returns a result; the main thread stays focused.

This preserves the main context for coordination instead of stuffing every detail into it.