Skip to content

pipeline::runner

More...

Classes

Name
class pipeline:🏃:PipelineRunner
class pipeline:🏃:StageResult

Functions

Name
None main()

Attributes

Name
logger

Detailed Description

Pipeline runner — sequential DAG with subprocess execution and validated checkpoints.

Executes the 7-stage training/distillation pipeline for each specialist niche
via subprocess, capturing stdout/stderr and checking exit codes. Integrates
with CheckpointValidator for per-stage output validation before marking a
stage complete.

Functions Documentation

function main

None main()
Parse command-line arguments and run the pipeline.```



## Attributes Documentation

### variable logger

```python
logger =  logging.getLogger(__name__);

Updated on 2026-07-25 at 22:56:57 +0000