BeforeNodeHandler

fun interface BeforeNodeHandler(source)

Handler for intercepting node execution before it starts.

Functions

Link copied to clipboard
abstract suspend fun handle(node: AIAgentNodeBase<*, *>, context: AIAgentContextBase, input: Any?)

Called before a node is executed.