Skip to content

Documentation / @agentick/kernel / getChannel

Function: getChannel() ​

getChannel(channelName): Channel

Defined in: kernel/src/channel-helpers.ts:14

Get a channel from the current context.

Parameters ​

channelName ​

string

Returns ​

Channel

Throws ​

Error if channels are not available in context

Released under the ISC License.