Skip to main content

Documentation Index

Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt

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

要安装 LangGraph 基础包:
pip install -U langgraph
使用 LangGraph 时,您通常需要访问大语言模型(LLM)并定义工具。 您可以按自己认为合适的方式来实现。 一种方式(也是我们在文档中使用的方式)是使用 LangChain 使用以下命令安装 LangChain:
pip install -U langchain
# 需要 Python 3.10+
要使用特定的 LLM 提供商包,您需要单独安装它们。 请参阅集成页面获取特定提供商的安装说明。