Langgraph RemoteGraph

I could use some help with getting RemoteGraph up and running with multiple complex graphs. I can’t find many resources on it online and the video example is pretty light. Anyone have any resources or examples for me?

Same question here. And also wonder if there is a way to connect and use RemoteGraph (as sub-graph in a main graph) without using LangGraph Platform API keys?

I think this LangGraph Open Agents Platform project is a really nice example: https://github.com/langchain-ai/open-agent-platformhttps://github.com/langchain-ai/open-agent-platform.

The supervisor shows how to use RemoteGraph as well as custom authentication.