forked from Significant-Gravitas/AutoGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more challenges + cleanup (Significant-Gravitas#5368)
Signed-off-by: Merwane Hamadi <[email protected]>
- Loading branch information
1 parent
5acb5ad
commit 37fbb52
Showing
47 changed files
with
1,210 additions
and
705 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
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
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/1_tesla_revenue/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/2_specific/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/3_formatting/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
3 changes: 2 additions & 1 deletion
3
benchmark/agbenchmark/challenges/deprecated/adapatability/a3_book_price/data.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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"category": [ | ||
"adaptability" | ||
"adaptability", | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/retrieval/1_tesla_revenue/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/retrieval/2_specific/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/retrieval/3_formatting/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
2 changes: 1 addition & 1 deletion
2
benchmark/agbenchmark/challenges/deprecated/retrieval/r3/data.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"category": [ | ||
"retrieval" | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
|
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
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
File renamed without changes.
File renamed without changes.
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
5 changes: 5 additions & 0 deletions
5
benchmark/agbenchmark/challenges/verticals/generalist/1_sort_csv/artifacts_in/input.csv
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,5 @@ | ||
id,name,timestamp | ||
3,Alice,2023-09-25 14:10:00 | ||
1,Bob,2023-09-24 12:05:00 | ||
2,Charlie,2023-09-24 12:10:00 | ||
4,David,2023-09-26 16:20:00 |
5 changes: 5 additions & 0 deletions
5
benchmark/agbenchmark/challenges/verticals/generalist/1_sort_csv/artifacts_out/output.csv
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,5 @@ | ||
id,name,timestamp | ||
1,Bob,2023-09-24 12:05:00 | ||
2,Charlie,2023-09-24 12:10:00 | ||
3,Alice,2023-09-25 14:10:00 | ||
4,David,2023-09-26 16:20:00 |
31 changes: 31 additions & 0 deletions
31
benchmark/agbenchmark/challenges/verticals/generalist/1_sort_csv/data.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,31 @@ | ||
{ | ||
"category": [ | ||
"data" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
"TestReadFile" | ||
], | ||
"eval_id": "db4654d7-fc97-4290-ab27-a710c2b5ce15", | ||
"ground": { | ||
"answer": "The csv sorted by date", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
"output.csv" | ||
], | ||
"should_contain": [ | ||
"id,name,timestamp\n1,Bob,2023-09-24 12:05:00\n2,Charlie,2023-09-24 12:10:00\n3,Alice,2023-09-25 14:10:00\n4,David,2023-09-26 16:20:00" | ||
] | ||
}, | ||
"info": { | ||
"description": "Tests if the agent can sort a csv", | ||
"difficulty": "basic", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "SortCsv", | ||
"task": "Sort the input.csv by the 'timestamp' column and write the new csv in the output.csv file. The order of the columns should be preserved." | ||
} |
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
File renamed without changes.
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: 2 additions & 0 deletions
2
benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/artifacts_out/output.txt
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,2 @@ | ||
swyx | ||
FanaHOVA |
33 changes: 33 additions & 0 deletions
33
benchmark/agbenchmark/challenges/verticals/scrape/5_get_information/data.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,33 @@ | ||
{ | ||
"category": [ | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
"TestRevenueRetrieval2" | ||
], | ||
"eval_id": "18b14805-ff33-4076-9fb8-1e4218136f05", | ||
"ground": { | ||
"answer": "The twitter handles of the two hosts of Latent Space.", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
"output.txt" | ||
], | ||
"should_contain": [ | ||
"swyx", | ||
"FanaHOVA" | ||
], | ||
"should_not_contain": [] | ||
}, | ||
"info": { | ||
"description": "Tests if the agent can retrieve twitter handles given a vague description.", | ||
"difficulty": "intermediate", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "TestGetInformation", | ||
"task": "Write the twitter handle of the two hosts of Latent Space to a file called output.txt" | ||
} |
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.