AIAgentEnvironment

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun executeTools(toolCalls: List<Message.Tool.Call>): List<ReceivedToolResult>
Link copied to clipboard
abstract suspend fun reportProblem(exception: Throwable)
Link copied to clipboard
abstract suspend fun sendTermination(result: String?)