isAgentActive method

bool isAgentActive(
  1. String agentId
)

Check if an agent is registered and active.

Implementation

bool isAgentActive(String agentId) => _agentRegistry.containsKey(agentId);