mirrored 13 minutes ago
0
TimothyxxxImprove on agent codes; add auto-running experiments code; Fix some examples 909aa86
{
  "id": "5ea617a3-0e86-4ba6-aab2-dac9aa2e8d57",
  "snapshot": "os",
  "instruction": "I am currently using an Ubuntu system, and I have wrongly deleted a poster of party night. Could you help me recover it from the Trash?",
  "source": "https://help.ubuntu.com/lts/ubuntu-help/files-recover.html.en",
  "trajectory": "trajectories/",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://drive.usercontent.google.com/download?id=1XaTnC_lLbR_tGTz8tcN2Tp6cNrMlNW3R&export=download&authuser=0&confirm=t&uuid=89e69a23-43cf-4316-833a-fb9d3e281460&at=APZUnTWn5zZTH4GlClO6lV1i4WwP:1706184669922",
            "path": "/home/user/Desktop/poster_party_night.webp"
          }
        ]
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": "gio trash /home/user/Desktop/poster_party_night.webp",
        "shell": true
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": [
          "python",
          "-c",
          "import pyautogui; import time; pyautogui.click(960, 540); time.sleep(0.5);"
        ]
      }
    }
  ],
  "related_apps": [
    "os"
  ],
  "evaluator": {
    "func": "exact_match",
      "result": {
        "type": "vm_command_line",
        "command": "[ -f /home/user/Desktop/poster_party_night.webp ] && echo 'File exists.' || echo 'File does not exist.'",
        "shell": true
      },
      "expected": {
        "type": "rule",
        "rules":{
          "expected": "File exists.\n"
        }
      }
  }
}