Example pipelines
Each example has a Mermaid diagram, run command, and pipeline JSON. All diagrams use node id + node.type from the actual files.
Overview
Catalog
| Example | Command | Diagram doc |
|---|---|---|
| Linear (3 nodes) | npm run quickstart | linear-pipeline.md |
| Fan-in (4 nodes) | npm run run:fan-in | fan-in.md |
| Fan-out (4 nodes) | npm run run:fan-out | fan-out.md |
| Web scraper | npm run run:web-scraper | web-scraper-pipeline.md |
| LLM demo | npm run run:llm | llm-demo.md |
| Output chaining | npm run run:output-chaining | output-chaining.md |
| AI repos (ArcPX) | custom executor | ai-repos-pipeline.md |