-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(agent): clean agent part code (#40)
Co-authored-by: Isaac Jin <whale3ye@gmail.com>
- Loading branch information
1 parent
71e95fb
commit 48f2452
Showing
38 changed files
with
1,997 additions
and
1,157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
crab-benchmark-v0/dataset/android/4190c90c-b28c-4bb3-ab5c-af3c4fde0a3d.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"description": "In Android, Using Google Map app, Find the city name of corresponding post code \"1010021\" in the country \"Japan\".", | ||
"tasks": [ | ||
{ | ||
"task": "51b2463c-9904-4a32-81ba-507bfb89d61f", | ||
"attribute": { | ||
"country": "Japan", | ||
"number": "101-0021" | ||
}, | ||
"output": "Tokyo" | ||
} | ||
], | ||
"adjlist": "0", | ||
"id": "4190c90c-b28c-4bb3-ab5c-af3c4fde0a3d" | ||
} |
14 changes: 14 additions & 0 deletions
14
crab-benchmark-v0/dataset/android/4893a9b0-6477-495d-a73c-32503326e24a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"description": "In the Android system, use the calendar app to find the title of an event on the date \"16 July 2024,\".", | ||
"tasks": [ | ||
{ | ||
"task": "2394b768-2ca7-45e9-b41e-2aa4e9573192", | ||
"attribute": { | ||
"date": "16 July 2024" | ||
}, | ||
"output": "Japan" | ||
} | ||
], | ||
"adjlist": "0", | ||
"id": "4893a9b0-6477-495d-a73c-32503326e24a" | ||
} |
15 changes: 15 additions & 0 deletions
15
crab-benchmark-v0/dataset/android/e55d7a39-7b6b-4852-8711-844cebc88cb8.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"description": "In Android, use the \"Google Map\" app to find the city name corresponding to the postcode \"110151\" in Colombia.", | ||
"tasks": [ | ||
{ | ||
"task": "51b2463c-9904-4a32-81ba-507bfb89d61f", | ||
"attribute": { | ||
"number": "110151", | ||
"country": "Columbia" | ||
}, | ||
"output": "Bogota" | ||
} | ||
], | ||
"adjlist": "0", | ||
"id": "e55d7a39-7b6b-4852-8711-844cebc88cb8" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
crab-benchmark-v0/dataset/cross/05a7633d-b966-471c-8848-e18e69ad265f.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.