Home/AI/ML Notes/Basics of Agents/Agent Frameworks
⌂ Main Page
Basics of Agents

Agent Frameworks

The AI agent framework landscape, and LangChain vs. LangGraph in practice.

On this page

AI [Multi-]Agent Frameworks

Source: https://cloud.google.com/discover/what-is-a-multi-agent-system

LangChain vs. LangGraph

LangChain provides a stateless abstraction layer for chaining LLM operations in a sequential DAG workflow, designed for deterministic, step-by-step pipelines such as retrieve → summarize → answer. Core components:

LangGraph, in contrast, is a stateful graph-based orchestration layer within the LangChain ecosystem, specialized for multi-agent, nonlinear, and iterative workflows.