LangGraph Platform consists of several key components that work together to provide a complete solution for deploying and managing agentic applications: LangGraph 平台由几个关键组件组成,这些组件协同工作,为部署和管理智能体应用程序提供完整解决方案:
LangGraph Server: The server defines an opinionated API and architecture that incorporates best practices for deploying agentic applications, allowing you to focus on building your agent logic rather than developing server infrastructure. LangGraph 服务器:服务器定义了一种有见地的 API 和架构,其中融入了部署智能体应用程序的最佳实践,让您可以专注于构建智能体逻辑,而不是开发服务器基础设施。
LangGraph CLI: LangGraph CLI is a command-line interface that helps to interact with a local LangGraph. LangGraph 命令行界面:LangGraph 命令行界面是一个帮助与本地 LangGraph 交互的命令行工具。
LangGraph Studio: LangGraph Studio is a specialized IDE that can connect to a LangGraph Server to enable visualization, interaction, and debugging of the application locally. LangGraph 工作室:LangGraph 工作室是一个专门的集成开发环境,可以连接到 LangGraph 服务器,以在本地实现应用程序的可视化、交互和调试。
Python/JS SDK: The Python/JS SDK provides a programmatic way to interact with deployed LangGraph Applications. Python/JS SDK: Python/JS SDK 提供了一种程序化方式来与部署的 LangGraph 应用进行交互。
Remote Graph: A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally. 远程图: RemoteGraph 允许你像在本地运行一样与任何部署的 LangGraph 应用进行交互。
LangGraph Control Plane: The LangGraph Control Plane refers to the Control Plane UI where users create and update LangGraph Servers and the Control Plane APIs that support the UI experience. LangGraph 控制平面: LangGraph 控制平面指的是用户创建和更新 LangGraph 服务器以及支持 UI 体验的控制平面 API 的控制平面 UI。
LangGraph Data Plane: The LangGraph Data Plane refers to LangGraph Servers, the corresponding infrastructure for each server, and the “listener” application that continuously polls for updates from the LangGraph Control Plane. LangGraph 数据平面: LangGraph 数据平面指的是 LangGraph 服务器、每个服务器的相应基础设施以及持续轮询 LangGraph 控制平面更新以获取更新的“监听”应用程序。