Skip to content

Documentation / @agentick/react / TransportConfig

Type Alias: TransportConfig ​

TransportConfig = "sse" | "websocket" | "auto" | ClientTransport

Defined in: react/src/types.ts:28

Transport configuration for AgentickProvider. Can be a built-in transport type or a custom ClientTransport instance.

Released under the ISC License.