Check if agent is used in the current project
@override Future<bool> isInProject(String basePath) async { return await detectByFiles(basePath, projectDetectionConfig()); }