pipeline::runner
More...
Classes
Functions
Attributes
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
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