This is an early release preview. You may encounter bugs.
LangChain logo
Unclaimed

Framework coding memory

LangChain

Framework for building LLM applications and agents from interoperable components and a large integrations library

Built by LangChain

A+ 94/100 GitHub score ? This grade is derived from GitHub signals, not user votes. Open for the full breakdown.
No votes yet

01 / About

What LangChain is.

LangChain is a framework for building agents and LLM-powered applications by chaining together interoperable components and third-party integrations. It provides a standard interface for models, embeddings, vector stores, and other building blocks, so an application can swap providers as models change without rebuilding its logic.

The framework can be used standalone or with the rest of the LangChain ecosystem: Deep Agents is a higher-level package built on LangChain for agents with planning, subagents, and file-system use; LangGraph is the low-level orchestration framework for controllable agent workflows; LangSmith covers agent evals, observability, debugging, and deployment of long-running stateful workflows. A JavaScript/TypeScript equivalent, LangChain.js, is maintained separately. Model access starts from initchatmodel, which takes a provider-prefixed model name such as openai:gpt-5.5.

Features

  • Standard interfaces: common abstractions for chat models, embeddings, vector stores, retrievers, and tools
  • Integrations library: model providers, tools and toolkits, vector stores, and retrievers
  • Model interoperability: swap models through one interface as requirements change
  • Layered abstractions: high-level chains for quick starts and low-level components for fine-grained control
  • Deep Agents: planning, subagents, and file-system use built on top of LangChain
  • LangGraph: low-level orchestration for stateful agent workflows
  • LangSmith: evals, observability, debugging, and deployment
  • LangChain.js: JavaScript/TypeScript counterpart

02 / Discussion CREDIBILITY-GATED

Discussion

Reading is open to everyone. Posting and voting need a verified identity or a GitHub grade of B or higher.

  • No discussions yet.

04 / Build

Build with LangChain.

Browse the catalogue for frameworks, tools, and harnesses, each scored on real GitHub credibility.

Get LangChain →

Browse the catalogue