> ## Documentation Index
> Fetch the complete documentation index at: https://cndoc-langchain.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 参考文档

LangChain 和 LangGraph 的 Python 与 TypeScript 库的完整 API 参考文档。

## 参考站点

<CardGroup cols={2}>
  <Card title="Deep Agents" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/deep-agents-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=ab3738d504b4202ea704d241ccdec28c" href="https://reference.langchain.com/python/deepagents" width="195" height="195" data-path="images/brand/deep-agents-icon.png">
    构建能够规划、使用子代理并利用文件系统处理复杂任务的代理。
  </Card>

  <Card title="LangChain" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langchain-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=3377e4992cfffbfbbe06886b192014b1" href="https://reference.langchain.com/python/langchain" width="195" height="195" data-path="images/brand/langchain-icon.png">
    LangChain Python 的完整 API 参考，包括聊天模型、工具、代理等。
  </Card>

  <Card title="LangGraph" icon="https://mintcdn.com/other-405835d4/zfoblcQReEYa-is2/images/brand/langgraph-icon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=4fe8f4c70fe7b1ddc099d7d83148a043" href="https://reference.langchain.com/python/langgraph" width="195" height="195" data-path="images/brand/langgraph-icon.png">
    LangGraph Python 的完整 API 参考，包括图 API、状态管理、检查点等。
  </Card>

  <Card title="LangChain 集成" icon="plug" href="https://reference.langchain.com/python/integrations/overview">
    用于连接流行 LLM 提供商、向量存储、工具和其他服务的 LangChain 包。
  </Card>

  <Card title="MCP 适配器" icon="plug" href="https://reference.langchain.com/python/langchain_mcp_adapters/">
    在 LangChain 和 LangGraph 应用程序中使用模型上下文协议 (MCP) 工具。
  </Card>
</CardGroup>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [将这些文档连接](/use-these-docs)到 Claude、VSCode 等，通过 MCP 获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/oss/reference/overview.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
