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