LangGraph
Stateful, graph-based agent runtime from the LangChain team.
Pros
- +Explicit graph control
- +Persistence and time travel
- +Production-ready
Cons
- -Tied to LangChain idioms
- -Verbose for simple flows
Agent frameworks orchestrate planning, tool use, memory, and multi-step loops on top of an LLM. They differ in how opinionated they are about graph topology, role assignment, and human-in-the-loop checkpoints.
Stateful, graph-based agent runtime from the LangChain team.
Role-based multi-agent framework focused on team-style collaboration.
Microsoft's conversational multi-agent framework with code execution.
OpenAI's official agents library with handoffs and guardrails.
TypeScript-first agent framework with workflows, memory, and evals.
Concepts you will run into when working with agent frameworks.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.