listAllAgents

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

Retrieves a list of all AI agents currently managed by the service, regardless of their state (e.g., active, inactive, or finished).

Return

A list of all AI agents of type AIAgent<Input, Output> managed by this service.