AIAgentPlannerPipelineAPI
Platform-agnostic API for planner agent pipelines, extending the base pipeline API with planner-specific functionality.
Inheritors
Properties
Functions
Intercepts plan completion evaluation completed event to perform actions when a plan is evaluated for completion.
Intercepts plan completion evaluation starting event to perform actions when a plan is about to be evaluated for completion.
Intercepts plan creation completed event to perform actions when a plan completes creation.
Intercepts plan creation starting event to perform actions when a plan begins creation.
Intercepts step execution completed event to perform actions when a plan step completes execution.
Intercepts step execution starting event to perform actions when a plan step begins execution.
Notifies all registered planner handlers when evaluating whether a plan is completed.
Notifies all registered planner handlers when evaluating whether a plan is completed.
Notifies all registered planner handlers that a plan creation has completed.
Notifies all registered planner handlers that a plan creation has started.
Notifies all registered planner handlers that a plan step execution has completed.
Notifies all registered planner handlers that a plan step execution has started.