AfterNodeHandler

fun interface AfterNodeHandler(source)

Handler for intercepting node execution after it completes.

Functions

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

Called after a node has been executed.