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