Skip to content

Documentation / @agentick/gateway / createUnixSocketClientTransport

Function: createUnixSocketClientTransport()

createUnixSocketClientTransport(config): ClientTransport

Defined in: gateway/src/unix-socket-client-transport.ts:55

Create a ClientTransport that connects to a gateway over a Unix domain socket.

Parameters

config

UnixSocketClientConfig

Returns

ClientTransport

Released under the ISC License.