Skip to main content
Superwire builds a dependency graph from references. A node can run once every value it references is available.

Data dependencies

write_summary depends on extract_facts because it references agent.extract_facts.facts.

Independent work

Agents with no dependency relationship may run concurrently.
These agents can run at the same time because neither references the other.

Schema dependencies

Schemas do not run. They define shapes used by input, tool contracts, agent outputs, and final output.