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
- Re-export of the
noether_isolationcrate. - 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§
Traits§
- Stage
Executor - Pluggable execution interface for individual stages.