Initial commit

This commit is contained in:
2026-01-12 18:30:12 +08:00
commit 214e15c04c
102 changed files with 27857 additions and 0 deletions

20
tasks/test_001/task.json Normal file
View File

@@ -0,0 +1,20 @@
{
"id": "test_001",
"category": "basic_processing",
"difficulty": "easy",
"instruction": "请打开桌面上的 DEMO01.MDI 文件,进行平滑处理 (Smoothing),平滑点数设置为 5然后将处理后的曲线导出为 ASCII (.txt) 文件并命名为 smooth_result.txt。",
"input": {
"source_file": "../../data/source/DEMO01.MDI",
"inject_to": "C:\\Users\\lzy\\Desktop\\DEMO01.MDI"
},
"output": {
"expected_file": "test_result.txt",
"collect_from": "C:\\Users\\lzy\\Desktop\\test_result.txt"
},
"evaluation": {
"method": "xrd_data_compare",
"ground_truth": "ground_truth/test_result.txt",
"target_output": "agent_output/test_result.txt",
"tolerance": 0.0001
}
}