StrategyStartingEvent

Represents an event triggered at the start of an AI agent strategy execution.

This event captures information about the strategy being initiated, allowing for tracking and analyzing the lifecycle of AI agent strategies. It provides details specific to the strategy itself, such as the name, while inheriting shared properties from the DefinedFeatureEvent superclass.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val messageType: FeatureMessage.Type

Specifies the type of the feature message for this event.

Link copied to clipboard
abstract val runId: String

A unique identifier associated with a specific run or execution instance of an AI agent strategy. This identifier is used across various related events to track and correlate the lifecycle of a single execution instance, enabling monitoring, debugging, and analysis of the strategy execution flow.

Link copied to clipboard
abstract val strategyName: String

The name of the AI agent strategy being initiated.

Link copied to clipboard
abstract val timestamp: Long

Represents the time, in milliseconds, when the feature message or event was created or occurred.