Architecture
AI Workflow Orchestration Guide
Orchestrating multi-step AI workflows — DAGs, state machines, human-in-the-loop, and durable execution patterns.
Intermediate
Orchestrating multi-step AI workflows — DAGs, state machines, human-in-the-loop, and durable execution patterns.
Full guide coming soon.
Learning Path
Continue Learning
architecture
Related Guides
- Workflows vs Agents
When to use deterministic LLM workflows vs autonomous agents - and why most production systems are hybrids.
- AI Agents
Explore how AI agents autonomously reason, plan, and take actions to accomplish goals.
- AI System Architecture
Reference architecture for modern enterprise AI systems, bringing together retrieval, knowledge graphs, AI agents, LLM gateways, caching, observability, security, and production deployment.
Related Tools
| Tool | Category | Purpose | Website | Best For |
|---|---|---|---|---|
| LangGraph FeaturedOpen SourceAPI | frameworks | Graph-based orchestration runtime for long-running, stateful agents. | langgraph.dev | Multi-agent orchestration |
| LangChain PopularOpen SourceAPI | frameworks | Framework for building LLM-powered applications and workflows. | langchain.com | RAG systems |