StrategyStartingContext
class StrategyStartingContext<TFeature>(val runId: String, val strategy: AIAgentStrategy<*, *, *>, val feature: TFeature, val context: AIAgentContext) : StrategyEventContext(source)
Represents the context for updating AI agent strategies during execution.
Parameters
TFeature
The type of feature associated with the strategy update.
Constructors
Link copied to clipboard
constructor(runId: String, strategy: AIAgentStrategy<*, *, *>, feature: TFeature, context: AIAgentContext)