GraphStrategyStartingEvent
Represents an event triggered at the start of an AI agent strategy execution that involves the use of a graph-based operational model.
This event extends the functionality of the AIAgentStrategyStartEvent
class, providing additional details specific to graph-based strategies. It captures the graph structure used by the strategy, enabling effective representation and understanding of the execution flow and dependency relationships between various processing nodes within the graph.
The AIAgentGraphStrategyStartEvent
is particularly useful for monitoring, debugging, and analyzing AI agents that employ graph-like structures for their workflows.
Constructors
Properties
The graph structure representing the strategy's execution workflow, encompassing nodes and their directed relationships;
Specifies the type of the feature message for this event.
The name of the graph-based strategy being executed.