Expand description
Subagent: an isolated agent loop spawned from a parent.
Per DESIGN.md §8, a subagent has:
- independent
Context - restricted tool / sensor / guide set
- its own iteration budget
A subagent reports back via SubagentStatus (the Superpowers
convention: Done / DoneWithConcerns / Blocked / NeedsContext).
Structs§
- Subagent
- Bind a
Modelto aSubagentSpecand run it. - Subagent
Report - A subagent’s structured report back to the parent.
- Subagent
Spec - What a subagent needs to run.