Update frontend build (#5341)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Swifty
2023-09-26 12:41:10 +02:00
committed by GitHub
parent 3b909d2fd2
commit 77d0516674
9 changed files with 51899 additions and 50134 deletions

View File

@@ -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"]}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,4 @@
{
"edges": [],
"nodes": []
}

View File

@@ -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"
}
]
}

View File

@@ -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"
}
]
}

View File

@@ -12,11 +12,15 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"canvaskit/skwasm.wasm": "d1fde2560be92c0b07ad9cf9acb10d05", "canvaskit/skwasm.wasm": "d1fde2560be92c0b07ad9cf9acb10d05",
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf", "assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
"assets/assets/google_logo.svg.png": "0e29f8e1acfb8996437dbb2b0f591f19", "assets/assets/google_logo.svg.png": "0e29f8e1acfb8996437dbb2b0f591f19",
"assets/assets/scrape_synthesize_tree_structure.json": "d8f7aecff5a2badbf358cc9c1a5a0f26",
"assets/assets/data_tree_structure.json": "9d9bf69351ce42c9e7512b27206ac8e2",
"assets/assets/general_tree_structure.json": "3bc649faf1db3ebd7a923e1ba31491a1",
"assets/assets/github_logo.svg.png": "ba087b073efdc4996b035d3a12bad0e4", "assets/assets/github_logo.svg.png": "ba087b073efdc4996b035d3a12bad0e4",
"assets/assets/coding_tree_structure.json": "3a775f5e366bbc7e20f39249a7a1bf6c",
"assets/assets/tree_structure.json": "c18d5f997cd5d38fa99e6e0ba26f4430", "assets/assets/tree_structure.json": "c18d5f997cd5d38fa99e6e0ba26f4430",
"assets/AssetManifest.json": "9a86b7101ba9cf6d3ece522f3d52ec50", "assets/AssetManifest.json": "e3917ad79b0cc839c9054cc111c2e6fa",
"assets/NOTICES": "4bb25b816c066050cc878fc3fa20d68f", "assets/NOTICES": "4bb25b816c066050cc878fc3fa20d68f",
"assets/AssetManifest.bin": "f9e0581d11df839f89dde10f89a5b694", "assets/AssetManifest.bin": "3e100274a17bf3af9190bd666e7f13ed",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "055d9e87e4a40dbf72b2af1a20865d57", "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "055d9e87e4a40dbf72b2af1a20865d57",
"assets/fonts/MaterialIcons-Regular.otf": "38f646235ce43fe53bd62945f440a06a", "assets/fonts/MaterialIcons-Regular.otf": "38f646235ce43fe53bd62945f440a06a",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57", "assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
@@ -26,10 +30,10 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea", "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1", "icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a", "flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"index.html": "4c76e804c4e10a4e324de152d45606b1", "index.html": "1aabfda4dc1a69d0fdb020481b243a58",
"/": "4c76e804c4e10a4e324de152d45606b1", "/": "1aabfda4dc1a69d0fdb020481b243a58",
"favicon.png": "5dcef449791fa27946b3d35ad8803796", "favicon.png": "5dcef449791fa27946b3d35ad8803796",
"main.dart.js": "7089aeeeb6e64e612335fa779638f6f9", "main.dart.js": "fca9f60c9ad24ab31edaf2a6a97b25a1",
"manifest.json": "0fa552613b8ec0fda5cda565914e3b16"}; "manifest.json": "0fa552613b8ec0fda5cda565914e3b16"};
// The application shell files that are downloaded before a service worker can // The application shell files that are downloaded before a service worker can
// start. // start.

View File

@@ -35,7 +35,7 @@
<script> <script>
// The value below is injected by flutter build, do not touch. // The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "3911980326"; const serviceWorkerVersion = "2180043041";
</script> </script>
<!-- This script adds the flutter initialization JS code --> <!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script> <script src="flutter.js" defer></script>

File diff suppressed because one or more lines are too long