AgentEnvironmentTransformer
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 fun transform(context: AgentTransformEnvironmentContext<TFeature>, environment: AIAgentEnvironment): AIAgentEnvironment
Transforms the provided agent environment based on the given context.