AgentCreateContext

class AgentCreateContext<FeatureT>(val strategy: AIAgentStrategy, val agent: AIAgent, val feature: FeatureT)(source)

Constructors

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

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)