Skip to main content

Module subagent

Module subagent 

Source
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 Model to a SubagentSpec and run it.
SubagentReport
A subagent’s structured report back to the parent.
SubagentSpec
What a subagent needs to run.