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.
Update frontend build (Significant-Gravitas#5341)
Co-authored-by: GitHub Action <[email protected]>
- Loading branch information
1 parent
3b909d2
commit 77d0516
Showing
9 changed files
with
51,735 additions
and
49,970 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"assets/github_logo.svg.png":["assets/github_logo.svg.png"],"assets/google_logo.svg.png":["assets/google_logo.svg.png"],"assets/tree_structure.json":["assets/tree_structure.json"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]} | ||
{"assets/coding_tree_structure.json":["assets/coding_tree_structure.json"],"assets/data_tree_structure.json":["assets/data_tree_structure.json"],"assets/general_tree_structure.json":["assets/general_tree_structure.json"],"assets/github_logo.svg.png":["assets/github_logo.svg.png"],"assets/google_logo.svg.png":["assets/google_logo.svg.png"],"assets/scrape_synthesize_tree_structure.json":["assets/scrape_synthesize_tree_structure.json"],"assets/tree_structure.json":["assets/tree_structure.json"],"packages/cupertino_icons/assets/CupertinoIcons.ttf":["packages/cupertino_icons/assets/CupertinoIcons.ttf"]} |
335 changes: 335 additions & 0 deletions
335
frontend/build/web/assets/assets/coding_tree_structure.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"edges": [], | ||
"nodes": [] | ||
} |
133 changes: 133 additions & 0 deletions
133
frontend/build/web/assets/assets/general_tree_structure.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,133 @@ | ||
{ | ||
"edges": [ | ||
{ | ||
"arrows": "to", | ||
"from": "agbenchmark/generate_test.py::TestSearch::test_method[challenge_data0]", | ||
"id": "agbenchmark/generate_test.py::TestSearch::test_method[challenge_data0]_to_agbenchmark/generate_test.py::TestBasicRetrieval::test_method[challenge_data0]", | ||
"to": "agbenchmark/generate_test.py::TestBasicRetrieval::test_method[challenge_data0]" | ||
}, | ||
{ | ||
"arrows": "to", | ||
"from": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]", | ||
"id": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]_to_agbenchmark/generate_test.py::TestSearch::test_method[challenge_data0]", | ||
"to": "agbenchmark/generate_test.py::TestSearch::test_method[challenge_data0]" | ||
} | ||
], | ||
"nodes": [ | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"retrieval", | ||
"general" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
"TestSearch" | ||
], | ||
"eval_id": "525001ed-8b45-4405-9e56-ce4423314294", | ||
"ground": { | ||
"answer": "\u00a325.89", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
".txt" | ||
], | ||
"should_contain": [ | ||
"25.89" | ||
], | ||
"should_not_contain": [] | ||
}, | ||
"info": { | ||
"description": "Specifies specific website to retrieve website from.", | ||
"difficulty": "basic", | ||
"side_effects": [] | ||
}, | ||
"name": "TestBasicRetrieval", | ||
"task": "Write the price of the book in this url 'http://books.toscrape.com/catalogue/meditations_33/index.html' to a .txt file." | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestBasicRetrieval::test_method[challenge_data0]", | ||
"label": "BasicRetrieval", | ||
"shape": "dot" | ||
}, | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"interface" | ||
], | ||
"cutoff": 120, | ||
"dependencies": [ | ||
"TestWriteFile" | ||
], | ||
"eval_id": "6390114a-531d-4743-a51b-50ba6ff8da43", | ||
"ground": { | ||
"answer": "This is a Heading\nThis is a paragraph.", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
".txt" | ||
], | ||
"should_contain": [ | ||
"Heading", | ||
"paragraph" | ||
], | ||
"should_not_contain": [ | ||
"The", | ||
"the" | ||
] | ||
}, | ||
"info": { | ||
"description": "Tests if an llm can search", | ||
"difficulty": "interface", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "TestSearch", | ||
"task": "Open 'https://silennaihin.com/random/plain.html' and paste all of the text on the page in a .txt file" | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestSearch::test_method[challenge_data0]", | ||
"label": "Search", | ||
"shape": "dot" | ||
}, | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"interface" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [], | ||
"eval_id": "81b64bf9-2b6a-4ac8-bcd2-8bfe36244ac0", | ||
"ground": { | ||
"answer": "The word 'Washington', printed to a .txt file named anything", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
".txt" | ||
], | ||
"should_contain": [ | ||
"Washington" | ||
], | ||
"should_not_contain": [] | ||
}, | ||
"info": { | ||
"description": "Tests the agents ability to write to a file", | ||
"difficulty": "interface", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "TestWriteFile", | ||
"task": "Write the word 'Washington' to a .txt file" | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]", | ||
"label": "WriteFile", | ||
"shape": "dot" | ||
} | ||
] | ||
} |
129 changes: 129 additions & 0 deletions
129
frontend/build/web/assets/assets/scrape_synthesize_tree_structure.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,129 @@ | ||
{ | ||
"edges": [ | ||
{ | ||
"arrows": "to", | ||
"from": "agbenchmark/generate_test.py::TestReadFile::test_method[challenge_data0]", | ||
"id": "agbenchmark/generate_test.py::TestReadFile::test_method[challenge_data0]_to_agbenchmark/generate_test.py::TestSynthesizeInfo::test_method[challenge_data0]", | ||
"to": "agbenchmark/generate_test.py::TestSynthesizeInfo::test_method[challenge_data0]" | ||
}, | ||
{ | ||
"arrows": "to", | ||
"from": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]", | ||
"id": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]_to_agbenchmark/generate_test.py::TestReadFile::test_method[challenge_data0]", | ||
"to": "agbenchmark/generate_test.py::TestReadFile::test_method[challenge_data0]" | ||
} | ||
], | ||
"nodes": [ | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"scrape_synthesize" | ||
], | ||
"cutoff": 240, | ||
"dependencies": [ | ||
"TestReadFile" | ||
], | ||
"eval_id": "76e4c56c-8d57-423e-9cc1-1fff5f58dee6", | ||
"ground": { | ||
"answer": "A report highlighting elements from the 2 files.", | ||
"eval": { | ||
"scoring": "binary", | ||
"template": "question", | ||
"type": "llm" | ||
}, | ||
"files": [ | ||
"output.txt" | ||
], | ||
"should_contain": [ | ||
"Is the company mentioned in the output actively addressing or capitalizing on the challenges or trends listed?" | ||
], | ||
"should_not_contain": [] | ||
}, | ||
"info": { | ||
"description": "Tests ability to generate content based on the content of 2 files.", | ||
"difficulty": "basic", | ||
"side_effects": [] | ||
}, | ||
"name": "TestSynthesizeInfo", | ||
"task": "Create a brief report or summary highlighting how one or more companies from companies.txt are addressing or capitalizing on challenges or trends from challenges.txt. Write a file called output.txt." | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestSynthesizeInfo::test_method[challenge_data0]", | ||
"label": "SynthesizeInfo", | ||
"shape": "dot" | ||
}, | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"interface" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [ | ||
"TestWriteFile" | ||
], | ||
"eval_id": "261ccfaa-02a2-4c1a-8a56-c76c66f7dba1", | ||
"ground": { | ||
"answer": "The content of output.txt should be 'Hello World!'", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
"output.txt" | ||
], | ||
"should_contain": [ | ||
"Hello World!" | ||
] | ||
}, | ||
"info": { | ||
"description": "tests the ability for an agent to read a file.", | ||
"difficulty": "interface", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "TestReadFile", | ||
"task": "Read the file called file_to_read.txt and write its content to a file called output.txt" | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestReadFile::test_method[challenge_data0]", | ||
"label": "ReadFile", | ||
"shape": "dot" | ||
}, | ||
{ | ||
"color": "grey", | ||
"data": { | ||
"category": [ | ||
"interface" | ||
], | ||
"cutoff": 60, | ||
"dependencies": [], | ||
"eval_id": "81b64bf9-2b6a-4ac8-bcd2-8bfe36244ac0", | ||
"ground": { | ||
"answer": "The word 'Washington', printed to a .txt file named anything", | ||
"eval": { | ||
"type": "file" | ||
}, | ||
"files": [ | ||
".txt" | ||
], | ||
"should_contain": [ | ||
"Washington" | ||
], | ||
"should_not_contain": [] | ||
}, | ||
"info": { | ||
"description": "Tests the agents ability to write to a file", | ||
"difficulty": "interface", | ||
"side_effects": [ | ||
"" | ||
] | ||
}, | ||
"name": "TestWriteFile", | ||
"task": "Write the word 'Washington' to a .txt file" | ||
}, | ||
"id": "agbenchmark/generate_test.py::TestWriteFile::test_method[challenge_data0]", | ||
"label": "WriteFile", | ||
"shape": "dot" | ||
} | ||
] | ||
} |
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.