listFinishedAgents

abstract suspend fun listFinishedAgents(): List<AIAgent<Input, Output>>(source)

Retrieves a list of AI agents that have completed their tasks and are marked as finished.

Return

A list of finished AI agents.