Skip to main content

Module executor

Module executor 

Source

Re-exports§

pub use inline::InlineRegistry;

Modules§

budget
Runtime cost-budget enforcement for composition execution.
composite
Composite executor: routes stages to the right executor by capability.
inline
isolation
Stage execution isolation.
mock
nix
Nix-based executor for synthesized stages.
pure_cache
In-memory cache for Pure stage outputs.
runner
runtime
Runtime executor: handles stages that need external dependencies — an LLM provider, the stage store, or the semantic index.
stages

Enums§

ExecutionError

Traits§

StageExecutor
Pluggable execution interface for individual stages.