mirrored 17 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": "dfac9ee8-9bc4-4cdc-b465-4a4bfcd2f397",
  "snapshot": "thunderbird",
  "instruction": "Help me to remove the account \"anonym-x2024@outlook.com\"",
  "source": "https://www.wikihow.com/Remove-an-Email-Account-from-Thunderbird",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.tar.gz",
            "path": "/home/user/Desktop/thunderbird-profile.tar.gz"
          }
        ]
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": [
          "tar",
          "-xzv",
          "-f",
          "/home/user/Desktop/thunderbird-profile.tar.gz",
          "-C",
          "/home/user/"
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "/usr/bin/thunderbird"
        ]
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "thunderbird"
  ],
  "evaluator": {
    "postconfig": [
      {
        "type": "download",
        "parameters": {
          "files": [
            {
              "url": "https://raw.githubusercontent.com/unode/firefox_decrypt/3f1a6dce63056c1f64d845ff077fc1e653e757c6/firefox_decrypt.py",
              "path": "/home/user/Desktop/firefox_decrypt.py"
            }
          ]
        }
      },
      {
        "type": "execute",
        "parameters": {
          "command": [
            "python3",
            "/home/user/Desktop/firefox_decrypt.py",
            "/home/user/.thunderbird",
            "-n",
            "-c",
            "2",
            "-f",
            "csv",
            "-d",
            ","
          ],
          "stdout": "thunderbird-accounts.csv"
        }
      }
    ],
    "func": "check_csv",
    "result": {
      "type": "cache_file",
      "path": "thunderbird-accounts.csv"
    },
    "expected": {
      "type": "rule",
      "rules": {
        "unexpect": [
          {
            "url": "imap://outlook.office365.com",
            "user": "anonym-x2024@outlook.com"
          }
        ]
      }
    }
  }
}