LangGraph Platform is a solution for deploying agentic applications to production, built on top of LangGraph. Once a graph is deployed, how can we interact with it? Here, we introduce RemoteGraph, an interface for easily interacting with any deployed graph. We show how to connect to and run (via invoking or streaming) any deployed graph. We also show how to embed a deployed graph into another graph (as a subgraph), which enables graph composability.
Streaming with LangGraph platform:
https://langchain-ai.github.io/langgr...
RemoteGraph:
https://langchain-ai.github.io/langgr...
LangGraph Platform:
https://langchain-ai.github.io/langgr...