StrategyStartingEvent

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

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.

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.