Skip to main content

Crate forge_pipeline

Crate forge_pipeline 

Source
Expand description

Stage orchestration: parse → light-normalize → transformers → full-normalize → generator → output guard.

The driver collects all diagnostics from a stage before deciding whether to halt. The default policy halts before the next stage if the preceding stage produced any error-severity diagnostics.

Structs§

PipelineConfig
PipelineOutput

Enums§

PipelineError
StagePolicy
Halt-on-error policy. Default halts the pipeline before the next stage if the preceding stage produced any error-severity diagnostics.

Functions§

run
Run the configured pipeline.