isRunning

suspend fun AIAgent<*, *>.isRunning(): Boolean(source)

Checks whether the AI agent is currently in a running state.

Return

true if the AI agent's state is Running, otherwise false.