listAllAgents

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

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

Return

A list of all AI agents managed by the service.