onAfterNode

var onAfterNode: suspend (node: AIAgentNodeBase<*, *>, context: AIAgentContextBase, input: Any?, output: Any?) -> Unit(source)

Handler called after a node in the agent's execution graph has been processed.