AIAgentNodeExecutionStartEvent
data class AIAgentNodeExecutionStartEvent(val runId: String, val nodeName: String, val input: String, val eventId: String = AIAgentNodeExecutionStartEvent::class.simpleName!!) : DefinedFeatureEvent(source)
Represents an event triggered when the execution of a specific AI agent node starts.
This event captures the initial execution context of an AI agent's processing node. It provides information about the node's name, the input being processed, and a unique identifier for the event.
Events of this kind are part of the feature event system and are primarily used for tracking and monitoring purposes, particularly in scenarios where understanding the flow of agent execution is essential.