Skip to content

Pipeline Presets

General-purpose LLM workflow patterns. Import from flowneer/presets/pipeline.

PresetDescription
generateUntilValidGenerate → validate → retry with error context
mapReduceLlmFan out LLM calls across N items, then aggregate
approvalGateHuman approval / review gate with approve, reject, and edit outcomes
clarifyLoopGenerate → evaluate → ask for clarification → retry (up to N rounds)