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