AgentCreateContext
class AgentCreateContext<FeatureT>(val strategy: AIAgentStrategy<*, *>, val agent: AIAgent<*, *>, val feature: FeatureT)(source)
Functional interface for handling logic that needs to be executed before an agent is closed.
Parameters
FeatureT
The type of the feature associated with the context.