AgentTransformEnvironmentContext
class AgentTransformEnvironmentContext<TFeature>(val strategy: AIAgentStrategy<*, *>, val agent: AIAgent<*, *>, val feature: TFeature) : AgentEventHandlerContext(source)
Provides a context for executing transformations and operations within an AI agent's environment.
Parameters
TFeature
The type of the feature associated with the context.