Documentation / @agentick/shared / createRPCTransport
Function: createRPCTransport() ​
createRPCTransport(
config,delegate):ClientTransport
Defined in: rpc-transport.ts:106
Create a ClientTransport backed by an RPC delegate.
The delegate handles wire I/O (WebSocket, Unix socket, etc.). This function handles the full gateway RPC protocol: request/response correlation, event streaming, reconnection, and all session operations.