Pipeline

What is a Pipeline?

The Pipeline is the core orchestration component that sequences and manages the execution of the components in our SDK. It provides a declarative way to build complex workflows by connecting different steps together.

What can a pipeline do?

  • Sequential Execution: Steps are executed in order with state passing between them

  • State Management: Automatic state passing and type checking between step

  • Composition: Can combine multiple pipelines and steps using operators

Last updated