Pipeline Presets
General-purpose LLM workflow patterns. Import from flowneer/presets/pipeline.
| Preset | Description |
|---|---|
generateUntilValid | Generate → validate → retry with error context |
mapReduceLlm | Fan out LLM calls across N items, then aggregate |
approvalGate | Human approval / review gate with approve, reject, and edit outcomes |
clarifyLoop | Generate → evaluate → ask for clarification → retry (up to N rounds) |