Skip to content

ChannelDriver

awaitUser(ctx): Promise<UserSignal>;
Parameter Type

ctx

RunContext

Promise<UserSignal>


runAgentTurn(node, ctx): Promise<TurnResult>;
Parameter Type

node

ResolvedNode

ctx

RunContext

Promise<TurnResult>


optional runStructured(node, ctx): Promise<unknown>;
Parameter Type

node

DecideNode

ctx

RunContext

Promise<unknown>