ver Mar21st
Windows multi_app tasks
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
{
|
||||
"id": "b5062e3e-641c-4e3a-907b-ac864d2e7652",
|
||||
"snapshot": "libreoffice_calc",
|
||||
"instruction": "Please help me to extract the name, e-mail, and affiliation of the first author from each paper in the folder and organize them in an Excel table. Include headers for each field. Sort the authors by their full names alphabetically and save the table as \"~/authors.xlsx\".",
|
||||
"instruction": "Please help me to extract the name, e-mail, and affiliation of the first author from each paper in the folder and organize them in an Excel table. Include headers for each field. Sort the authors by their full names alphabetically and save the table as \"Documents\\authors.xlsx\".",
|
||||
"source": "authors",
|
||||
"config": [
|
||||
{
|
||||
"type": "command",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"mkdir",
|
||||
"-p",
|
||||
"/home/user/Documents/Papers"
|
||||
]
|
||||
"command": "mkdir C:\\Users\\chenj\\Documents\\Papers",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -19,19 +16,19 @@
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"path": "/home/user/Documents/Papers/zhang_appagent.pdf",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Papers\\zhang_appagent.pdf",
|
||||
"url": "https://arxiv.org/pdf/2312.13771.pdf"
|
||||
},
|
||||
{
|
||||
"path": "/home/user/Documents/Papers/niu_screenagent.pdf",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Papers\\niu_screenagent.pdf",
|
||||
"url": "https://arxiv.org/pdf/2402.07945.pdf"
|
||||
},
|
||||
{
|
||||
"path": "/home/user/Documents/Papers/koh_visualwebarena.pdf",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Papers\\koh_visualwebarena.pdf",
|
||||
"url": "https://arxiv.org/pdf/2401.13649.pdf"
|
||||
},
|
||||
{
|
||||
"path": "/home/user/Documents/Papers/deng_mind2web.pdf",
|
||||
"path": "C:\\Users\\chenj\\Documents\\Papers\\deng_mind2web.pdf",
|
||||
"url": "https://papers.nips.cc/paper_files/paper/2023/file/5950bf290a1570ea401bf98882128160-Paper-Datasets_and_Benchmarks.pdf"
|
||||
}
|
||||
]
|
||||
@@ -41,8 +38,8 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"nautilus",
|
||||
"/home/user/Documents/Papers"
|
||||
"explorer.exe",
|
||||
"C:\\Users\\chenj\\Documents\\Papers"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -53,25 +50,10 @@
|
||||
"os"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"libreoffice",
|
||||
"--convert-to",
|
||||
"csv:Text - txt - csv (StarCalc):44,34,UTF-8,,,,false,true,true,false,false,1",
|
||||
"--outdir",
|
||||
"/home/user",
|
||||
"/home/user/authors.xlsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"func": "compare_table",
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/authors.xlsx",
|
||||
"path": "C:\\Users\\chenj\\authors.xlsx",
|
||||
"dest": "authors.xlsx"
|
||||
},
|
||||
"expected": {
|
||||
|
||||
Reference in New Issue
Block a user