Type Alias: ChannelConnectionStatus
ChannelConnectionStatus =
"disconnected"|"connecting"|"connected"|"reconnecting"|"error"
Defined in: packages/agentos/src/channels/types.ts:73
Connection health of a channel adapter.
ChannelConnectionStatus =
"disconnected"|"connecting"|"connected"|"reconnecting"|"error"
Defined in: packages/agentos/src/channels/types.ts:73
Connection health of a channel adapter.