Skip to content

Commit 8df939f

Browse files
authored
docs: Fix missing sentence end in LGP components doc (#119)
1 parent b68c802 commit 8df939f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/langgraph-platform/components.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ sidebarTitle: Overview
55

66
LangGraph Platform consists of several key components that work together to provide a complete solution for deploying and managing agentic applications:
77

8-
* [LangGraph Server](/langgraph-platform/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
9-
* [LangGraph CLI](/langgraph-platform/langgraph-cli): LangGraph CLI is a command-line interface that helps to interact with a local LangGraph
8+
* [LangGraph Server](/langgraph-platform/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.
9+
* [LangGraph CLI](/langgraph-platform/langgraph-cli): LangGraph CLI is a command-line interface that helps to interact with a local LangGraph.
1010
* [LangGraph Studio](/langgraph-platform/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.
1111
* [Python/JS SDK](/langgraph-platform/sdk): The Python/JS SDK provides a programmatic way to interact with deployed LangGraph Applications.
1212
* [Remote Graph](/langgraph-platform/use-remote-graph): A RemoteGraph allows you to interact with any deployed LangGraph application as though it were running locally.
13-
* [LangGraph Control Plane](/langgraph-platform/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 expe
14-
* [LangGraph Data Plane](/langgraph-platform/data-plane): The LangGraph Data Plane refers to LangGraph Servers, the corresponding infrastructure for each server, and the "listener" application that continuously polls for u
13+
* [LangGraph Control Plane](/langgraph-platform/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.
14+
* [LangGraph Data Plane](/langgraph-platform/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.
1515

1616
![LangGraph components](/langgraph-platform/images/lg-platform.png)

0 commit comments

Comments
 (0)