AgentFinishedHandler

Functional interface for handling the completion of an agent's operation. This handler is executed when an agent has finished its work, and it provides the name of the strategy that was executed along with an optional result.

Functions

Link copied to clipboard
abstract suspend fun handle(context: AgentFinishedContext)

Handles the completion of an operation or process for the specified strategy.