pipeline.infrastructure.launcher

Pipeline initialization and context management.

This module provides classes for initializing the pipeline and managing pipeline state, including loading and saving context from/to disk.

Classes:

Context: Container for all pipeline state during execution. Pipeline: Entry point for initializing and managing the pipeline.

Classes

Context

A class holds all pipeline state for a given execution.

ContextCreatedEvent

Emitted when a pipeline Context is created.

ContextResumedEvent

Emitted when a pipeline Context is resumed.

Pipeline

Entry point for initializing the pipeline.