GraphStrategyStartingEvent
data class GraphStrategyStartingEvent(val runId: String, val strategyName: String, val graph: StrategyEventGraph, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : StrategyStartingEvent(source)
Represents an event triggered at the start of an AI agent strategy execution that involves the use of a graph-based operational model.
Constructors
Link copied to clipboard
constructor(runId: String, strategyName: String, graph: StrategyEventGraph, timestamp: Long = Clock.System.now().toEpochMilliseconds())
Properties
Link copied to clipboard
The graph structure representing the strategy's execution workflow, encompassing nodes and their directed relationships;
Link copied to clipboard
Specifies the type of the feature message for this event.
Link copied to clipboard
The name of the graph-based strategy being executed.