Skip to main content

Module execution

Module execution 

Source
Expand description

Execution bridge from compiled formation plans to runnable formations.

The compiler produces an auditable plan. This module keeps the next boundary explicit: a compiled suggestor_id is executable only when the embedding app registered a concrete factory for it.

Structs§

ExecutableSuggestorCatalog
Registry of concrete suggestor factories that Organism may instantiate.
FormationExecutionRecord
Result of compiling, instantiating, and running one formation candidate.

Enums§

FormationInstantiationError