Linear pipeline (no loop)
Who uses it: Developer automating a fixed sequence of AI steps
Why this works: A linear pipeline is the simplest 'agentic' workflow — it's really just a chain. The diagram has no loop or planner because the steps never change, which is the right choice when the task structure is known up front.
