Overview
Architecture notes for the pipeline package family
This section is the package-family table of contents for the pipeline toolchain.
Start Here
If you are new to the pipeline system, read the pages in this order:
Corefor the DSL and definition modelLoaderfor discovery and importExecutorfor runtime behaviorGraphfor inspection and visualizationPresetsandPlaygroundfor reusable examplesServerfor the UI and control plane
Runtime Building Blocks
Core
Pipeline definitions, sources, routes, filters, transforms, and DAG validation.
Loader
Discovery, bundling, and import of pipeline definition files.
Executor
Pipeline execution runtime with caching, summaries, and tracing.
Graph
Graph representations used for inspection and visualization.
Authoring Aids
Presets
Reusable parsers, resolvers, routes, and full-pipeline builders.
Playground
Example pipeline files for demos, tests, and development.