langchain-docs
SKILL.md
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