Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
open fun execute(context: AIAgentFunctionalContext, input: TInput, executorService: ERROR CLASS: Symbol not found for ExecutorService??): TOutput?
suspend override fun execute(context: AIAgentFunctionalContext, input: TInput): TOutput?
Link copied to clipboard
abstract override fun executeStrategy(context: AIAgentFunctionalContext, input: TInput): TOutput

Executes the AI agent's strategy asynchronously using the provided context and input.