StrategyStartContext
class StrategyStartContext<TFeature>(val runId: String, val strategy: AIAgentStrategy<*, *>, val feature: TFeature) : StrategyEventHandlerContext(source)
Represents the context for updating AI agent strategies during execution.
Parameters
TFeature
The type of feature associated with the strategy update.