mirrored 7 minutes ago
0
Timothyxxxfeat: Migrate OSWorld files to HuggingFace cache with comprehensive documentation - Add detailed README for file cache repository - Implement migration script with retry logic and browser simulation - Support automatic file type detection and deduplication - Ensure reliable hosting for OSWorld evaluation files 3474856
{
  "id": "ecb0df7a-4e8d-4a03-b162-053391d3afaf",
  "snapshot": "excel",
  "instruction": "Enable each cell in the column\"Pass/Fail/Held\" is a drop down list",
  "source": "https://www.youtube.com/shorts/tXOovKn0H68",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/excel/ecb0df7a-4e8d-4a03-b162-053391d3afaf/Order_Id_Mark_Pass_Fail.xlsx",
            "path": "C:\\Users\\User\\Order_Id_Mark_Pass_Fail.xlsx"
          }
        ]
      }
    },
    {
      "type": "open",
      "parameters": {
        "path": "C:\\Users\\User\\Order_Id_Mark_Pass_Fail.xlsx"
      }
    }
  ],
  "trajectory": "trajectories/ecb0df7a-4e8d-4a03-b162-053391d3afaf",
  "related_apps": [
    "excel"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "activate_window",
        "parameters": {
          "window_name": "Order_Id_Mark_Pass_Fail - Excel",
          "strict": true
        }
      },
      {
        "type": "sleep",
        "parameters": {
          "seconds": 0.5
        }
      },
      {
        "type": "execute",
        "parameters": {
          "command": [
            "python",
            "-c",
            "import pyautogui; import time; pyautogui.hotkey(\"ctrl\", \"s\"); time.sleep(0.5);"
          ]
        }
      },
      {
        "type": "sleep",
        "parameters": {
          "seconds": 0.5
        }
      }
    ],
    "func": "compare_table",
    "options": {
      "rules": [
        {
          "type": "sheet_data",
          "sheet_idx0": 0,
          "sheet_idx1": "EI0"
        },
        {
          "type": "data_validation",
          "sheet_idx": 0,
          "dv_props": [
            {
              "ranges": {
                "method": "spreadsheet_range",
                "ref": [
                  "D2:D29",
                  "D2:D1048576"
                ]
              },
              "type": {
                "method": "eq",
                "ref": "list"
              },
              "formula1": {
                "method": "str_set_eq",
                "ref": [
                  "Pass",
                  "Fail",
                  "Held"
                ]
              }
            }
          ]
        }
      ]
    },
    "result": {
      "type": "vm_file",
      "path": "C:\\Users\\User\\Order_Id_Mark_Pass_Fail.xlsx",
      "dest": "Order_Id_Mark_Pass_Fail.xlsx"
    },
    "expected": {
      "type": "cloud_file",
      "path": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/excel/ecb0df7a-4e8d-4a03-b162-053391d3afaf/Order_Id_Mark_Pass_Fail (1).xlsx",
      "dest": "Order_Id_Mark_Pass_Fail_gold.xlsx"
    }
  }
}