AgentEnvironmentTransformingHandler
Handler for transforming an instance of AgentEnvironment.
Ex: useful for mocks in tests
Parameters
TFeature
The type of the feature associated with the agent.
Functions
Link copied to clipboard
abstract suspend fun transform(context: AgentEnvironmentTransformingContext<TFeature>, environment: AIAgentEnvironment): AIAgentEnvironment
Transforms the provided agent environment based on the given context.