H-10Hierarchical Agent

/harnesses/hierarchical

A manager agent decomposes the goal and delegates to specialized workers, integrating their reports.

Key insight

The hierarchy is really a context architecture: each level compresses detail before passing it up, so no single context holds everything.

Failure mode

Compression loss: every report is a lossy summary. Critical detail dies in the middle of the org chart, same as in human ones.

Elsewhere in the atlas