LangChain Documentation
LangChain is a framework for building LLM-powered applications. It provides components for chains, agents, RAG, memory, and tools. LangGraph extends this with stateful multi-agent orchestration.
Navigation Guide
LangChain: references/langchain/ - Core framework docs (51 files)
- Agents, chains, RAG, memory, tools, models, guardrails
- Key files:
overview.mdx, agents.mdx, knowledge-base.mdx
LangGraph: references/langgraph/ - Multi-agent orchestration (35 files)
- Graph API, memory, interrupts, durable execution
- Key files:
graph-api.mdx, memory.mdx, agentic-rag.mdx
Python SDK: references/python/ - Python API reference (1283 files)
- Complete API docs for langchain-core, langchain, langgraph
JavaScript SDK: references/javascript/ - JS/TS API reference (299 files)
- Complete API docs for @langchain/core, langchain, langgraph
Concepts: references/concepts/ - Foundational concepts (2 files)
Deep Agents: references/deepagents/ - Advanced agent patterns (10 files)
Key Entry Points
| Task |
Start Here |
| Getting started |
references/learn.mdx |
| LangChain overview |
references/langchain/overview.mdx |
| Build an agent |
references/langchain/agents.mdx |
| RAG implementation |
references/langchain/knowledge-base.mdx |
| LangGraph intro |
references/langgraph/graph-api.mdx |
| Memory & state |
references/langgraph/memory.mdx |
| Python API |
references/python/ |
| JavaScript API |
references/javascript/ |
When to use
Use this skill when the user asks about:
- LangChain chains, agents, or components
- LangGraph multi-agent orchestration
- RAG (Retrieval Augmented Generation)
- Memory and conversation history
- Tools and tool calling
- Vector stores and embeddings
- Building LLM applications
How to find information
- First, read
references/STRUCTURE.md to see all 1688 documentation files organized by directory
- Use Navigation Guide to find the section
- Check Key Entry Points for common tasks
- For API details:
references/python/ or references/javascript/
STRUCTURE.md contains a complete file listing - always check it first when searching for specific topics.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: langchain-docs-23description: Local LangChain AI documentation reference. Use when asked about LangChain, LangGraph, agents, chains, prompts, memory, tools, retrieval, RAG, vector stores, document loaders, or building LLM applications. Use when this capability is needed.4---56# LangChain Documentation78LangChain is a framework for building LLM-powered applications. It provides components for chains, agents, RAG, memory, and tools. LangGraph extends this with stateful multi-agent orchestration.910## Navigation Guide1112**LangChain:** `references/langchain/` - Core framework docs (51 files)13- Agents, chains, RAG, memory, tools, models, guardrails14- Key files: `overview.mdx`, `agents.mdx`, `knowledge-base.mdx`1516**LangGraph:** `references/langgraph/` - Multi-agent orchestration (35 files)17- Graph API, memory, interrupts, durable execution18- Key files: `graph-api.mdx`, `memory.mdx`, `agentic-rag.mdx`1920**Python SDK:** `references/python/` - Python API reference (1283 files)21- Complete API docs for langchain-core, langchain, langgraph2223**JavaScript SDK:** `references/javascript/` - JS/TS API reference (299 files)24- Complete API docs for @langchain/core, langchain, langgraph2526**Concepts:** `references/concepts/` - Foundational concepts (2 files)2728**Deep Agents:** `references/deepagents/` - Advanced agent patterns (10 files)2930## Key Entry Points3132| Task | Start Here |33|------|------------|34| Getting started | `references/learn.mdx` |35| LangChain overview | `references/langchain/overview.mdx` |36| Build an agent | `references/langchain/agents.mdx` |37| RAG implementation | `references/langchain/knowledge-base.mdx` |38| LangGraph intro | `references/langgraph/graph-api.mdx` |39| Memory & state | `references/langgraph/memory.mdx` |40| Python API | `references/python/` |41| JavaScript API | `references/javascript/` |4243## When to use4445Use this skill when the user asks about:46- LangChain chains, agents, or components47- LangGraph multi-agent orchestration48- RAG (Retrieval Augmented Generation)49- Memory and conversation history50- Tools and tool calling51- Vector stores and embeddings52- Building LLM applications5354## How to find information55561. **First**, read `references/STRUCTURE.md` to see all 1688 documentation files organized by directory572. Use Navigation Guide to find the section583. Check Key Entry Points for common tasks594. For API details: `references/python/` or `references/javascript/`6061**STRUCTURE.md contains a complete file listing - always check it first when searching for specific topics.**6263---64> Converted and distributed by [TomeVault](https://tomevault.io/claim/jasonz-ncc42) — claim your Tome and manage your conversions.65<!-- tomevault:4.0:skill_md:2026-04-11 -->