workflow design patterns
4 articles · 4 co-occurring · 0 contradictions · 5 briefs
LangGraph is an open-source framework built on top of LangChain that lets you create stateful, multi-step workflows with LLMs." — Article defines LangGraph as a concrete implementation for building st
LangGraph is an open-source framework built on top of LangChain that lets you create stateful, multi-step workflows with LLMs." — Article defines LangGraph as a concrete implementation for building st
Sequential is the simplest pattern for multi-agent orchestration and the one I recommend starting with. It's easier to debug, easier to understand the dependencies, and works for most end-to-end workf
Build complex stateful workflows using LangGraph and LangChain" — Article explicitly presents LangGraph as a tool for implementing stateful workflows, demonstrating practical state management
Workflows. RAG. Memory. Tools. MCP." — Mastra includes workflows as a first-class feature, enabling multi-step task orchestration alongside agents.