listInactiveAgents

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

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

Return

A list of AI agents that are marked as inactive.