Files
sci-gui-agent-benchmark/evaluation_examples/examples/vs_code/7aeae0e2-70ee-4705-821d-1bba5d5b2ddd.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

41 lines
911 B
JSON

{
"id": "7aeae0e2-70ee-4705-821d-1bba5d5b2ddd",
"snapshot": "vscode",
"instruction": "Please help me visualize all numpy arrays in current python file within VS Code.",
"source": "",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vs_code/7aeae0e2-70ee-4705-821d-1bba5d5b2ddd/main.py",
"path": "/home/user/main.py"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"code",
"/home/user/main.py"
]
}
},
{
"type": "activate_window",
"parameters": {
"window_name": "Visual Studio Code"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"vscode"
],
"evaluator": {
"func": "infeasible"
}
}