Skip to content

Documentation / @agentick/angular / TransportConfig

Type Alias: TransportConfig ​

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

Defined in: angular/src/types.ts:17

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

Released under the ISC License.