List all supported agent display names
static List<String> get supportedAgentDisplayNames { return _allAgents.map((agent) => agent.displayName).toList(); }