AgentStartContext

class AgentStartContext<TFeature>(val strategy: AIAgentStrategy, val agent: AIAgent, val feature: TFeature)(source)

Constructors

Link copied to clipboard
constructor(strategy: AIAgentStrategy, agent: AIAgent, feature: TFeature)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun readStrategy(block: suspend (AIAgentStrategy) -> Unit)