Glossary term
Glossary term
Agentic Systems
Prompt pipelines are structured sequences of prompts, logic, and decision steps that together drive a larger task. Think of them as reusable flows where each step builds on the last, helping AI systems complete end-to-end actions more reliably.
Haystack by deepset is a popular open-source framework for building prompt pipelines.
LangChain's LCEL and LlamaIndex Query Pipelines provide pipeline abstractions for production.
Microsoft Semantic Kernel and Microsoft Prompt Flow on Azure AI provide enterprise prompt pipelines.