Skip to main content

Module composite

Module composite 

Source
Expand description

Composite executor: routes stages to the right executor by capability.

Lookup order:

  1. NixExecutor โ€” synthesized stages with implementation_code
  2. RuntimeExecutorโ€” LLM + store-aware stdlib stages
  3. InlineExecutor โ€” pure stdlib stages (function pointers)

Structsยง

CompositeExecutor
Executor that combines all three executor layers.