Skip to content

Under the Hood

Welcome to the technical deep-dives of Pipelex. This section is for contributors, curious developers, AI agents, and anyone doing due diligence on how Pipelex works internally.

What You'll Find Here

  • Architecture Overview - The two-layer design and how components fit together
  • Execution Graph Tracing - How pipeline executions are captured as graphs for visualization
  • Image Handling in LLM Prompts - How images flow from inputs to LLM calls
  • StuffArtefact & Image Rendering - How template access and image extraction work
  • Technical Design Decisions - Why we chose X over Y
  • Module Deep-Dives - Detailed explanations of specific subsystems

Not Required for Using Pipelex

You don't need to read this section to use Pipelex effectively. The Home section covers everything you need to build workflows.


Start Exploring