listActiveAgents

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

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

Return

A list of active AI agents of type AIAgent<Input, Output>.