LangChain / LangGraph
Most popular LLM framework. 100K+ GitHub stars. Chains, RAG, vector stores, tool use. LangGraph adds stateful multi-agent workflows with cycles and persistence.
LangChain is the most popular framework for building LLM applications, with over 100K GitHub stars. It provides abstractions for chains (sequential LLM calls), RAG (retrieval-augmented generation with any vector store), tool use, and output parsing. LangGraph extends it with stateful, graph-based workflows - agents that can loop, branch, and persist state across interactions. Their latest push is 'Deep Agents' for autonomous coding. LangSmith provides observability and tracing. The ecosystem is massive - integrations with every model provider, vector database, and tool imaginable. I cover LangChain in my AI Agent Frameworks course.
Similar Tools
Claude Agent SDK
Anthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. Released alongside Claude 4.
OpenAI Agents SDK
Lightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the experimental Swarm project.
CrewAI
Multi-agent orchestration framework. Define agents with roles, goals, and tools, then assign them tasks in a crew. Python-based. Great for complex workflows.
Mastra
TypeScript-first AI agent framework. Workflows, RAG, tool use, evals, and integrations. Built for production Node.js apps. Open-source.
Get started with LangChain / LangGraph
Most popular LLM framework. 100K+ GitHub stars. Chains, RAG, vector stores, tool use. LangGraph adds stateful multi-agent workflows with cycles and persistence.
Try LangChain / LangGraphGet weekly tool reviews
Honest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeMore AI Frameworks Tools
Vercel AI SDK
The TypeScript toolkit for building AI apps. Unified API across OpenAI, Anthropic, Google. Streaming, tool calling, structured output, multi-step agents. 50K+ GitHub stars.
Claude Agent SDK
Anthropic's Python SDK for building production agent systems. Tool use, guardrails, agent handoffs, and orchestration. Released alongside Claude 4.
Composio
Gives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and API complexity so your agent doesn't have to.
Related Guides
Claude Code Setup Guide
Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsMCP Servers Explained
What MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsGetting Started with DevDigest CLI
Install the dd CLI and scaffold your first AI-powered app in under a minute.
Getting StartedRelated Posts

What is RAG? Retrieval Augmented Generation Explained
How RAG works, why it matters, and how to implement it in TypeScript. The technique that lets AI models use your data wi...

Claude Code Loops: Recurring Prompts That Actually Run
Claude Code now has a native Loop feature for scheduling recurring prompts - from one-minute intervals to three-day wi...

OpenAI's GPT 5.4 in 10 Minutes
State-of-the-art computer use, steerable thinking you can redirect mid-response, and a million tokens of context. GPT 5....
