Using remote graphs in a multi-agent setup
HTML-код
- Опубликовано: 5 ноя 2024
- 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:
langchain-ai.g...
RemoteGraph:
langchain-ai.g...
LangGraph Platform:
langchain-ai.g...
Love the composability of graphs! But do you foresee see any latency costs for production-grade applications? Does this work similarly to an API-call
This is cool