onStepExecutionStarting
abstract suspend fun onStepExecutionStarting(eventId: String, executionInfo: AgentExecutionInfo, context: AIAgentContext, state: Any, plan: Any, stepIndex: Int)(source)
Notifies all registered planner handlers that a plan step execution has started.
Parameters
eventId
The unique identifier for the event group;
executionInfo
The execution information for the step execution event;
context
The context of the step execution;
state
The current state;
plan
The plan that is starting execution;
stepIndex
The index of the step in the plan.