Remote agent client — thin wrapper around LangGraph's RemoteGraph.
Delegates streaming, state management, and SSE handling to
langgraph.pregel.remote.RemoteGraph. The only added logic is converting raw
message dicts from the server into LangChain message objects that the CLI's
Textual adapter expects.