listActiveAgents

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

Retrieves a list of active AI agents currently managed by the service.

Return

A list containing the currently active AI agents.