The RemoteGraph class is a client implementation for calling remote
APIs that implement the LangGraph Server API specification.
For example, the RemoteGraph class can be used to call APIs from deployments
on LangSmith Deployment.
RemoteGraph behaves the same way as a StateGraph and can be used directly as
a node in another StateGraph.