listInactiveAgents

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

Retrieves a list of inactive AI agents managed by this service.

An agent is considered inactive if it is not currently running.

Return

A list of AI agents that are inactive.