Files
sci-gui-agent-benchmark/evaluation_examples/examples_windows/multi_app/f918266a-b3e0-4914-865d-4faa564f1aef.json
Timothyxxx 34748567a5 feat: 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
2025-05-28 04:29:37 +08:00

55 lines
1.6 KiB
JSON

{
"id": "f918266a-b3e0-4914-865d-4faa564f1aef",
"snapshot": "vscode",
"instruction": "Please complete the code and retrieve the output from the Python script 'calculator.py' located on the desktop and save it as 'log.txt' in the same directory as the Python file.",
"source": "GAIA",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/multi_app/f918266a-b3e0-4914-865d-4faa564f1aef/calculator.zip",
"path": "C:\\Users\\User\\Desktop\\calculator.zip"
}
]
}
},
{
"type": "execute",
"parameters": {
"command": [
"C:\\Program Files\\7-Zip\\7z.exe",
"x",
"C:\\Users\\User\\Desktop\\calculator.zip",
"-oC:\\Users\\User\\Desktop"
]
}
},
{
"type": "execute",
"parameters": {
"command": "del C:\\Users\\User\\Desktop\\calculator.zip",
"shell": true
}
}
],
"trajectory": "trajectories/f918266a-b3e0-4914-865d-4faa564f1aef",
"related_apps": [
"vscode",
"os"
],
"evaluator": {
"func": "compare_text_file",
"expected": {
"type": "cloud_file",
"path": "https://huggingface.co/datasets/xlangai/windows_osworld_file_cache/resolve/main/multi_app/f918266a-b3e0-4914-865d-4faa564f1aef/log_Gold.txt",
"dest": "log_Gold.txt"
},
"result": {
"type": "vm_file",
"path": "C:\\Users\\User\\Desktop\\log.txt",
"dest": "log.txt"
}
}
}