Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

Skip to main content
To install the base LangGraph package:
pip install -U langgraph
uv add langgraph
To use LangGraph you will usually want to access LLMs and define tools. You can do this however you see fit. One way to do this (which we will use in the docs) is to use LangChain. Install LangChain with:
pip install -U langchain
# Requires Python 3.10+
uv add langchain
# Requires Python 3.10+
To work with specific LLM provider packages, you will need install them separately. Refer to the integrations page for provider-specific installation instructions.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.