handle

abstract suspend fun handle(context: AgentStartContext<TFeature>)(source)

Handles operations to be performed before an agent is started. Provides access to the context containing information about the agent's strategy, feature, and related configurations.

Parameters

context

The context that encapsulates the agent, its strategy, and the associated feature