Skip to main contentModule executor
Source pub use inline::InlineRegistry;
- 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
- ExecutionError
- StageExecutor
- Pluggable execution interface for individual stages.