#10 · Primary category: LLM Application Frameworks
langgraph
Build resilient agents.
Project last updated:08/28/26
GitHub Stars
40.7K
Forks
6.9K
Contributors
285
License
MIT
Why we included this project
LangGraph is the orchestration layer many teams reach for when they need agents that survive long-running, multi-step work without losing their place. Instead of a single chat loop, you model the agent as a graph of nodes and edges, which gives you explicit control over branching, retries, and state transitions. That structure pays off in production: durable execution lets a workflow pause and resume after a crash, and human-in-the-loop interrupts let a person inspect or edit state mid-run before the agent continues. It also ships with short- and long-term memory primitives, so sessions can carry context across turns. For multi-agent systems and tool-heavy workflows, this is a solid foundation to build on, and it works standalone or alongside the wider LangChain ecosystem.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform