AgentHandler
Feature implementation for agent and strategy interception.
Parameters
FeatureT
The type of feature
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Configurable transformer used to manipulate or modify an instance of AgentEnvironment. Allows customization of the environment during agent creation or updates by applying the provided transformation logic.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun transformEnvironment(context: AgentCreateContext<FeatureT>, environment: AIAgentEnvironment): AIAgentEnvironment
Transforms the provided AgentEnvironment using the configured environment transformer.