listFinishedAgents

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

Retrieves a list of all agents that have already finished their task.

Return

A list of finished agents managed by this service.