“The most approachable of the major frontend frameworks - official docs and tooling are exceptionally well designed for newcomers.”
The agent engineering platform.
The most widely adopted framework for chaining LLM calls, tools, and retrieval into real applications - a near-default starting point for RAG and agent projects.
Where langchain fits, based on its real tags and topics.
git clone https://github.com/langchain-ai/langchain.gitSee the repository's README for language-specific setup steps.
LangChain is a framework for building agents and LLM-powered applications. It helps you chain together interoperable components and third-party integrations to simplify AI application development — all while future-proofing decisions as the underlying technology evolves.
> [!TIP] > Just getting started? Check out **Deep Agents** — a higher-level package built on LangChain for agents that have built-in capabilities for common usage patterns such as planning, subagents, file system usage, and more.
If you're looking for more advanced customization or agent orchestration, check out LangGraph, our framework for building controllable agent workflows.
142.5K
Stars
23.7K
Forks
899
Watchers
451
Open Issues
20
Topics
Category: 🤖 AI Agents
Difficulty: Intermediate
Part of: AI Agents Toolkit
NVIDIA Nemotron Achieves Benchmark-Leading Performance With LangChain Deep Agents Harness
Jul 8, 2026
TrueFoundry's open source AI agent harness TrueForge boasts 30%-75% cheaper task completion than Claude Managed Agents
Aug 19, 2026
A single AI agent conversation can look perfect and still be broken, leaders from LangChain, Conviva and CoreWeave said at VB Transform 2026
Jul 20, 2026
“The most approachable of the major frontend frameworks - official docs and tooling are exceptionally well designed for newcomers.”
“The default choice for production React today - server components, file-based routing, and first-class deployment story make it the fastest path from idea to shipped app.”
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
“A genuinely open-source Firebase alternative - real Postgres underneath, with auth, storage, and realtime built in rather than a proprietary database.”
“Utility-first CSS that's become the default styling approach for new projects - fast to write, easy to keep consistent, no dead CSS to prune later.”
The AI Toolkit for TypeScript. From the creators of Next.js, the AI SDK is a free open-source library for building AI-powered applications and agents
“The cleanest way to wire streaming LLM responses into a React/Next.js UI - handles the hard parts (streaming, tool calls, edge runtimes) so you don't have to.”
“The official, minimal-overhead client for OpenAI's API - the right starting point before reaching for a bigger framework.”
“The standard library for working with open-weight models - thousands of pretrained models are one line of code away.”
“One of the earliest serious multi-agent orchestration frameworks - useful once a single agent/chain isn't enough for the problem.”
“A lighter-weight take on multi-agent orchestration - agents get explicit roles and goals, which reads more naturally than raw chain composition.”
“Unifies dozens of LLM providers behind a single API, making model switching almost effortless in production.”
“The industry-standard container orchestrator - not always necessary at small scale, but the default assumption for any serious cloud-native platform team.”
“The most capable open-source relational database available - strong standards compliance, extensions for nearly everything (including full-text search and vectors), and a default choice for good reason.”
“The modern default frontend build tool - native ESM in dev means a dev server that starts and reloads almost instantly, even on large apps.”
“The open-source engine behind Docker - understanding containers here pays off no matter which orchestrator sits on top later.”
“The standard tool for infrastructure-as-code across every major cloud provider - one declarative language instead of provider-specific consoles or scripts.”
“Brings analytical SQL performance to local development without requiring a separate database server.”