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.
we use it to call a sub agent from. supervisor agent.. OAP architecture.. major probs thought now with run-id mismatch after supervisor calls sub agent. was working fine before assistantids showed up with distributed runtime
had major issues here in last few weeks with run_id 404s when supervisor calls a sub-agent
I work at Focused, and a few devs and I met up to talk about the problem, and play around with RemoteGraph. We thought we would share our naive implementation of two (local) graphs where the parent communicates with the child graph using RemoteGraph.