langchain-ai/langchain
The agent engineering platform. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 1416
- days_rel: 8
- days_push: 7
- n_releases_24m: 787
Adoption not part of the score
145076 stars · 24198 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LangChain is an open-source Python framework for building LLM-powered agents and applications, providing a configurable agent harness (create_agent) plus 1000+ provider integrations for chat models, embeddings, tools, and vector stores. It anchors an ecosystem including LangGraph for low-level orchestration, Deep Agents for batteries-included agents, and LangSmith for tracing and evaluation.
Use cases
- build an ai agent with tool calling in python
- swap between openai, anthropic, and gemini models without changing code
- build a rag chatbot over my documents
- create a multi-agent workflow with planning and subagents
- chain llm calls with custom tools and middleware
- prototype an llm application with vector store integrations
- add tracing and evaluation to my agent app
When to choose
- you want a model-agnostic framework with a huge integration ecosystem
- you need a customizable agent harness with middleware and tool support
- you want to build RAG pipelines or chatbots quickly in Python
- you plan to scale from simple agents to complex LangGraph workflows
When to avoid
- you need only raw model API calls without abstractions - use provider SDKs directly
- you want a minimal dependency-free solution for simple LLM usage
- you need a JS/TS-first codebase - use LangChain.js instead
- you require strict control over every prompt token and dislike framework magic
Facets
framework · maturity stable
agent-framework llm-inference rag chatbot sdk middleware artificial-intelligence large-language-models chatbots developer-tools python cross-platform llm agents multi-agent model-agnostic integrations langgraph deep-agents openai anthropic gemini ai-agents retrieval-augmented-generation
10 sources
- readme: https://github.com/langchain-ai/langchain · fetched 2026-08-28 · 6b4aefe74b4e
- homepage: https://docs.langchain.com/langchain/ · fetched 2026-08-28 · 1068164804a0
- site_page: https://docs.langchain.com/ · fetched 2026-08-28 · e6cbe67a291c
- site_page: https://docs.langchain.com/oss/python/integrations/providers/overview · fetched 2026-08-28 · 8260e6c475ce
- site_page: https://docs.langchain.com/oss/python/langchain/install · fetched 2026-08-28 · f72550dc8995
- site_page: https://docs.langchain.com/oss/python/langchain/quickstart · fetched 2026-08-28 · 67f67652a75d
- site_page: https://docs.langchain.com/oss/python/releases/changelog · fetched 2026-08-28 · 048dded673bc
- site_page: https://docs.langchain.com/langsmith/trace-with-langchain · fetched 2026-08-28 · 32a7ec425016
- site_page: https://docs.langchain.com/use-these-docs · fetched 2026-08-28 · 5ab7220bb555
- site_page: https://changelog.langchain.com/ · fetched 2026-08-28 · 3c5994039295
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| langchain-ai/langchain | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="langchain-ai/langchain")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem