diff --git a/.github/workflows/benchmark-ci.yml b/.github/workflows/benchmark-ci.yml index 654b06b85..d7509ef95 100644 --- a/.github/workflows/benchmark-ci.yml +++ b/.github/workflows/benchmark-ci.yml @@ -7,7 +7,7 @@ on: agents: description: 'Agents to run (comma-separated)' required: false - default: 'gpt-engineer,smol-developer,Auto-GPT,mini-agi,beebot,BabyAGI,PolyGPT,Turbo' # Default agents if none are specified + default: 'gpt-engineer,smol-developer,Auto-GPT,mini-agi,beebot,babyagi,PolyGPT,Auto-GPT-Turbo' # Default agents if none are specified schedule: - cron: '0 8 * * *' push: @@ -83,7 +83,7 @@ jobs: run: | if [ "${{ github.event_name }}" == "schedule" ]; then echo "::set-output name=env-name::production" - echo "::set-output name=matrix::[ 'gpt-engineer', 'smol-developer', 'Auto-GPT', 'mini-agi', 'beebot', 'BabyAGI', 'PolyGPT', 'Turbo' ]" + echo "::set-output name=matrix::[ 'gpt-engineer', 'smol-developer', 'Auto-GPT', 'mini-agi', 'beebot', 'babyagi', 'PolyGPT', 'Auto-GPT-Turbo' ]" elif [ "${{ github.event_name }}" == "workflow_dispatch" ]; then IFS=',' read -ra matrix_array <<< "${{ github.event.inputs.agents }}" matrix_string="[ \"$(echo "${matrix_array[@]}" | sed 's/ /", "/g')\" ]" @@ -170,7 +170,7 @@ jobs: python -m venv venv source venv/bin/activate pip install -r requirements.txt - elif [ "$AGENT_NAME" == "BabyAGI" ]; then + elif [ "$AGENT_NAME" == "babyagi" ]; then python -m venv venv source venv/bin/activate pip install -r requirements.txt @@ -191,7 +191,7 @@ jobs: nvm install && nvm use yarn install export NODE_TLS_REJECT_UNAUTHORIZED=0 - elif [ "$AGENT_NAME" == "Turbo" ]; then + elif [ "$AGENT_NAME" == "Auto-GPT-Turbo" ]; then python -m venv venv source venv/bin/activate pip install -r requirements.txt diff --git a/.github/workflows/pr-label.yml b/.github/workflows/pr-label.yml index 70d15cb5d..370321b7b 100644 --- a/.github/workflows/pr-label.yml +++ b/.github/workflows/pr-label.yml @@ -7,6 +7,7 @@ on: paths-ignore: - 'autogpts/autogpt/tests/Auto-GPT-test-cassettes' - 'autogpts/autogpt/tests/challenges/current_score.json' + - 'benchmark/reports' # So that the `dirtyLabel` is removed if conflicts are resolve # We recommend `pull_request_target` so that github secrets are available. # In `pull_request` we wouldn't be able to change labels of fork PRs diff --git a/benchmark/agents_to_benchmark.json b/benchmark/agents_to_benchmark.json index b35188fa8..1fc0c6b58 100644 --- a/benchmark/agents_to_benchmark.json +++ b/benchmark/agents_to_benchmark.json @@ -24,7 +24,7 @@ "branch": "benchmark-integration", "commit": "48b2101374264b97dbdfc2c0bb0ae45e769e157d" }, - "BabyAGI": { + "babyagi": { "url": "https://github.com/SilenNaihin/babyagi.git", "branch": "benchmark-integration", "commit": "16f1b9519fea5543695203be0262a1b41c77cbba" @@ -39,7 +39,7 @@ "branch": "nerfzael-use-local-wrap-library", "commit": "d621adf5f54cc0f9a6d191139fb67ac3d1436d7b" }, - "Turbo": { + "Auto-GPT-Turbo": { "url": "https://github.com/lc0rp/Auto-GPT-Turbo.git", "branch": "main", "commit": "8469e09ae204f2d5f41d489b217551544597ee14" diff --git a/benchmark/reports/Turbo/20230824T032419_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230824T032419_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230824T032419_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230824T032419_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230824T032419_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230824T032419_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230824T032419_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230824T032419_full_run/report.json diff --git a/benchmark/reports/Turbo/20230824T081333_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230824T081333_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230824T081333_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230824T081333_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230824T081333_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230824T081333_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230824T081333_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230824T081333_full_run/report.json diff --git a/benchmark/reports/Turbo/20230825T081419_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230825T081419_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230825T081419_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230825T081419_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230825T081419_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230825T081419_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230825T081419_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230825T081419_full_run/report.json diff --git a/benchmark/reports/Turbo/20230826T081326_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230826T081326_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230826T081326_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230826T081326_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230826T081326_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230826T081326_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230826T081326_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230826T081326_full_run/report.json diff --git a/benchmark/reports/Turbo/20230827T081254_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230827T081254_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230827T081254_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230827T081254_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230827T081254_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230827T081254_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230827T081254_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230827T081254_full_run/report.json diff --git a/benchmark/reports/Turbo/20230828T081413_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230828T081413_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230828T081413_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230828T081413_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230828T081413_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230828T081413_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230828T081413_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230828T081413_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230817T000257_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230829T081447_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230817T000257_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230829T081447_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230829T081447_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230829T081447_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230829T081447_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230829T081447_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230817T081542_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230830T081439_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230817T081542_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230830T081439_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230830T081439_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230830T081439_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230830T081439_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230830T081439_full_run/report.json diff --git a/benchmark/reports/Turbo/20230830T130202_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230830T130202_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230830T130202_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230830T130202_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230830T130202_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230830T130202_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230830T130202_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230830T130202_full_run/report.json diff --git a/benchmark/reports/Turbo/20230830T231152_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230830T231152_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230830T231152_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230830T231152_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230830T231152_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230830T231152_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230830T231152_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230830T231152_full_run/report.json diff --git a/benchmark/reports/Turbo/20230831T081441_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230831T081441_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230831T081441_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230831T081441_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230831T081441_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230831T081441_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230831T081441_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230831T081441_full_run/report.json diff --git a/benchmark/reports/Turbo/20230831T145222_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230831T145222_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230831T145222_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230831T145222_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230831T145222_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230831T145222_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230831T145222_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230831T145222_full_run/report.json diff --git a/benchmark/reports/Turbo/20230831T153506_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230831T153506_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230831T153506_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230831T153506_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230831T153506_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230831T153506_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230831T153506_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230831T153506_full_run/report.json diff --git a/benchmark/reports/Turbo/20230901T081341_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230901T081341_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230901T081341_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230901T081341_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230901T081341_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230901T081341_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230901T081341_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230901T081341_full_run/report.json diff --git a/benchmark/reports/Turbo/20230901T170512_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230901T170512_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230901T170512_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230901T170512_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230901T170512_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230901T170512_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230901T170512_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230901T170512_full_run/report.json diff --git a/benchmark/reports/Turbo/20230902T081222_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230902T081222_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230902T081222_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230902T081222_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230902T081222_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230902T081222_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230902T081222_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230902T081222_full_run/report.json diff --git a/benchmark/reports/Turbo/20230903T081239_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230903T081239_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230903T081239_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230903T081239_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230903T081239_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230903T081239_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230903T081239_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230903T081239_full_run/report.json diff --git a/benchmark/reports/Turbo/20230904T081450_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230904T081450_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230904T081450_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230904T081450_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230904T081450_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230904T081450_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230904T081450_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230904T081450_full_run/report.json diff --git a/benchmark/reports/Turbo/20230905T081456_full_run/radar_chart.png b/benchmark/reports/Auto-GPT-Turbo/20230905T081456_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230905T081456_full_run/radar_chart.png rename to benchmark/reports/Auto-GPT-Turbo/20230905T081456_full_run/radar_chart.png diff --git a/benchmark/reports/Turbo/20230905T081456_full_run/report.json b/benchmark/reports/Auto-GPT-Turbo/20230905T081456_full_run/report.json similarity index 100% rename from benchmark/reports/Turbo/20230905T081456_full_run/report.json rename to benchmark/reports/Auto-GPT-Turbo/20230905T081456_full_run/report.json diff --git a/benchmark/reports/Turbo/regression_tests.json b/benchmark/reports/Auto-GPT-Turbo/regression_tests.json similarity index 100% rename from benchmark/reports/Turbo/regression_tests.json rename to benchmark/reports/Auto-GPT-Turbo/regression_tests.json diff --git a/benchmark/reports/Turbo/success_rate.json b/benchmark/reports/Auto-GPT-Turbo/success_rate.json similarity index 100% rename from benchmark/reports/Turbo/success_rate.json rename to benchmark/reports/Auto-GPT-Turbo/success_rate.json diff --git a/benchmark/reports/BabyAGI/20230818T081621_full_run/radar_chart.png b/benchmark/reports/babyagi/20230817T000257_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230818T081621_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230817T000257_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230817T000257_full_run/report.json b/benchmark/reports/babyagi/20230817T000257_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230817T000257_full_run/report.json rename to benchmark/reports/babyagi/20230817T000257_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230819T081418_full_run/radar_chart.png b/benchmark/reports/babyagi/20230817T081542_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230819T081418_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230817T081542_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230817T081542_full_run/report.json b/benchmark/reports/babyagi/20230817T081542_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230817T081542_full_run/report.json rename to benchmark/reports/babyagi/20230817T081542_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230820T081523_full_run/radar_chart.png b/benchmark/reports/babyagi/20230818T081621_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230820T081523_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230818T081621_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230818T081621_full_run/report.json b/benchmark/reports/babyagi/20230818T081621_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230818T081621_full_run/report.json rename to benchmark/reports/babyagi/20230818T081621_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230821T081708_full_run/radar_chart.png b/benchmark/reports/babyagi/20230819T081418_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230821T081708_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230819T081418_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230819T081418_full_run/report.json b/benchmark/reports/babyagi/20230819T081418_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230819T081418_full_run/report.json rename to benchmark/reports/babyagi/20230819T081418_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230822T081534_full_run/radar_chart.png b/benchmark/reports/babyagi/20230820T081523_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230822T081534_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230820T081523_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230820T081523_full_run/report.json b/benchmark/reports/babyagi/20230820T081523_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230820T081523_full_run/report.json rename to benchmark/reports/babyagi/20230820T081523_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230823T081622_full_run/radar_chart.png b/benchmark/reports/babyagi/20230821T081708_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230823T081622_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230821T081708_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230821T081708_full_run/report.json b/benchmark/reports/babyagi/20230821T081708_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230821T081708_full_run/report.json rename to benchmark/reports/babyagi/20230821T081708_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230824T032717_full_run/radar_chart.png b/benchmark/reports/babyagi/20230822T081534_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230824T032717_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230822T081534_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230822T081534_full_run/report.json b/benchmark/reports/babyagi/20230822T081534_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230822T081534_full_run/report.json rename to benchmark/reports/babyagi/20230822T081534_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230824T081600_full_run/radar_chart.png b/benchmark/reports/babyagi/20230823T081622_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230824T081600_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230823T081622_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230823T081622_full_run/report.json b/benchmark/reports/babyagi/20230823T081622_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230823T081622_full_run/report.json rename to benchmark/reports/babyagi/20230823T081622_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230825T081559_full_run/radar_chart.png b/benchmark/reports/babyagi/20230824T032717_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230825T081559_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230824T032717_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230824T032717_full_run/report.json b/benchmark/reports/babyagi/20230824T032717_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230824T032717_full_run/report.json rename to benchmark/reports/babyagi/20230824T032717_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230826T081425_full_run/radar_chart.png b/benchmark/reports/babyagi/20230824T081600_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230826T081425_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230824T081600_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230824T081600_full_run/report.json b/benchmark/reports/babyagi/20230824T081600_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230824T081600_full_run/report.json rename to benchmark/reports/babyagi/20230824T081600_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230827T081454_full_run/radar_chart.png b/benchmark/reports/babyagi/20230825T081559_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230827T081454_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230825T081559_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230825T081559_full_run/report.json b/benchmark/reports/babyagi/20230825T081559_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230825T081559_full_run/report.json rename to benchmark/reports/babyagi/20230825T081559_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230828T081736_full_run/radar_chart.png b/benchmark/reports/babyagi/20230826T081425_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230828T081736_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230826T081425_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230826T081425_full_run/report.json b/benchmark/reports/babyagi/20230826T081425_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230826T081425_full_run/report.json rename to benchmark/reports/babyagi/20230826T081425_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230829T081638_full_run/radar_chart.png b/benchmark/reports/babyagi/20230827T081454_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230829T081638_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230827T081454_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230827T081454_full_run/report.json b/benchmark/reports/babyagi/20230827T081454_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230827T081454_full_run/report.json rename to benchmark/reports/babyagi/20230827T081454_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230830T081613_full_run/radar_chart.png b/benchmark/reports/babyagi/20230828T081736_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230830T081613_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230828T081736_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230828T081736_full_run/report.json b/benchmark/reports/babyagi/20230828T081736_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230828T081736_full_run/report.json rename to benchmark/reports/babyagi/20230828T081736_full_run/report.json diff --git a/benchmark/reports/BabyAGI/folder38_08-12-02-21/radar_chart.png b/benchmark/reports/babyagi/20230829T081638_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder38_08-12-02-21/radar_chart.png rename to benchmark/reports/babyagi/20230829T081638_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230829T081638_full_run/report.json b/benchmark/reports/babyagi/20230829T081638_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230829T081638_full_run/report.json rename to benchmark/reports/babyagi/20230829T081638_full_run/report.json diff --git a/benchmark/reports/BabyAGI/folder39_08-12-02-54/radar_chart.png b/benchmark/reports/babyagi/20230830T081613_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder39_08-12-02-54/radar_chart.png rename to benchmark/reports/babyagi/20230830T081613_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230830T081613_full_run/report.json b/benchmark/reports/babyagi/20230830T081613_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230830T081613_full_run/report.json rename to benchmark/reports/babyagi/20230830T081613_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230831T081539_full_run/radar_chart.png b/benchmark/reports/babyagi/20230831T081539_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230831T081539_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230831T081539_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230831T081539_full_run/report.json b/benchmark/reports/babyagi/20230831T081539_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230831T081539_full_run/report.json rename to benchmark/reports/babyagi/20230831T081539_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230831T153608_full_run/radar_chart.png b/benchmark/reports/babyagi/20230831T153608_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230831T153608_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230831T153608_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230831T153608_full_run/report.json b/benchmark/reports/babyagi/20230831T153608_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230831T153608_full_run/report.json rename to benchmark/reports/babyagi/20230831T153608_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230901T081621_full_run/radar_chart.png b/benchmark/reports/babyagi/20230901T081621_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230901T081621_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230901T081621_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230901T081621_full_run/report.json b/benchmark/reports/babyagi/20230901T081621_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230901T081621_full_run/report.json rename to benchmark/reports/babyagi/20230901T081621_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230902T081425_full_run/radar_chart.png b/benchmark/reports/babyagi/20230902T081425_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230902T081425_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230902T081425_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230902T081425_full_run/report.json b/benchmark/reports/babyagi/20230902T081425_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230902T081425_full_run/report.json rename to benchmark/reports/babyagi/20230902T081425_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230903T081538_full_run/radar_chart.png b/benchmark/reports/babyagi/20230903T081538_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230903T081538_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230903T081538_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230903T081538_full_run/report.json b/benchmark/reports/babyagi/20230903T081538_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230903T081538_full_run/report.json rename to benchmark/reports/babyagi/20230903T081538_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230904T081752_full_run/radar_chart.png b/benchmark/reports/babyagi/20230904T081752_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230904T081752_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230904T081752_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230904T081752_full_run/report.json b/benchmark/reports/babyagi/20230904T081752_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230904T081752_full_run/report.json rename to benchmark/reports/babyagi/20230904T081752_full_run/report.json diff --git a/benchmark/reports/BabyAGI/20230905T081727_full_run/radar_chart.png b/benchmark/reports/babyagi/20230905T081727_full_run/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/20230905T081727_full_run/radar_chart.png rename to benchmark/reports/babyagi/20230905T081727_full_run/radar_chart.png diff --git a/benchmark/reports/BabyAGI/20230905T081727_full_run/report.json b/benchmark/reports/babyagi/20230905T081727_full_run/report.json similarity index 100% rename from benchmark/reports/BabyAGI/20230905T081727_full_run/report.json rename to benchmark/reports/babyagi/20230905T081727_full_run/report.json diff --git a/benchmark/reports/BabyAGI/file10_07-23-21-06.json b/benchmark/reports/babyagi/file10_07-23-21-06.json similarity index 100% rename from benchmark/reports/BabyAGI/file10_07-23-21-06.json rename to benchmark/reports/babyagi/file10_07-23-21-06.json diff --git a/benchmark/reports/BabyAGI/file10_07-23-21-07.json b/benchmark/reports/babyagi/file10_07-23-21-07.json similarity index 100% rename from benchmark/reports/BabyAGI/file10_07-23-21-07.json rename to benchmark/reports/babyagi/file10_07-23-21-07.json diff --git a/benchmark/reports/BabyAGI/file12_07-23-22-28.json b/benchmark/reports/babyagi/file12_07-23-22-28.json similarity index 100% rename from benchmark/reports/BabyAGI/file12_07-23-22-28.json rename to benchmark/reports/babyagi/file12_07-23-22-28.json diff --git a/benchmark/reports/BabyAGI/file13_07-24-08-21.json b/benchmark/reports/babyagi/file13_07-24-08-21.json similarity index 100% rename from benchmark/reports/BabyAGI/file13_07-24-08-21.json rename to benchmark/reports/babyagi/file13_07-24-08-21.json diff --git a/benchmark/reports/BabyAGI/file14_07-24-22-15.json b/benchmark/reports/babyagi/file14_07-24-22-15.json similarity index 100% rename from benchmark/reports/BabyAGI/file14_07-24-22-15.json rename to benchmark/reports/babyagi/file14_07-24-22-15.json diff --git a/benchmark/reports/BabyAGI/file15_07-24-23-53.json b/benchmark/reports/babyagi/file15_07-24-23-53.json similarity index 100% rename from benchmark/reports/BabyAGI/file15_07-24-23-53.json rename to benchmark/reports/babyagi/file15_07-24-23-53.json diff --git a/benchmark/reports/BabyAGI/file16_07-25-01-07.json b/benchmark/reports/babyagi/file16_07-25-01-07.json similarity index 100% rename from benchmark/reports/BabyAGI/file16_07-25-01-07.json rename to benchmark/reports/babyagi/file16_07-25-01-07.json diff --git a/benchmark/reports/BabyAGI/file17_07-25-01-38.json b/benchmark/reports/babyagi/file17_07-25-01-38.json similarity index 100% rename from benchmark/reports/BabyAGI/file17_07-25-01-38.json rename to benchmark/reports/babyagi/file17_07-25-01-38.json diff --git a/benchmark/reports/BabyAGI/file18_07-25-03-16.json b/benchmark/reports/babyagi/file18_07-25-03-16.json similarity index 100% rename from benchmark/reports/BabyAGI/file18_07-25-03-16.json rename to benchmark/reports/babyagi/file18_07-25-03-16.json diff --git a/benchmark/reports/BabyAGI/file19_07-25-03-38.json b/benchmark/reports/babyagi/file19_07-25-03-38.json similarity index 100% rename from benchmark/reports/BabyAGI/file19_07-25-03-38.json rename to benchmark/reports/babyagi/file19_07-25-03-38.json diff --git a/benchmark/reports/BabyAGI/file1_07-21-18-20.json b/benchmark/reports/babyagi/file1_07-21-18-20.json similarity index 100% rename from benchmark/reports/BabyAGI/file1_07-21-18-20.json rename to benchmark/reports/babyagi/file1_07-21-18-20.json diff --git a/benchmark/reports/BabyAGI/file20_07-25-04-01.json b/benchmark/reports/babyagi/file20_07-25-04-01.json similarity index 100% rename from benchmark/reports/BabyAGI/file20_07-25-04-01.json rename to benchmark/reports/babyagi/file20_07-25-04-01.json diff --git a/benchmark/reports/BabyAGI/file21_07-25-04-22.json b/benchmark/reports/babyagi/file21_07-25-04-22.json similarity index 100% rename from benchmark/reports/BabyAGI/file21_07-25-04-22.json rename to benchmark/reports/babyagi/file21_07-25-04-22.json diff --git a/benchmark/reports/BabyAGI/file22_07-25-08-22.json b/benchmark/reports/babyagi/file22_07-25-08-22.json similarity index 100% rename from benchmark/reports/BabyAGI/file22_07-25-08-22.json rename to benchmark/reports/babyagi/file22_07-25-08-22.json diff --git a/benchmark/reports/BabyAGI/file23_07-25-18-13.json b/benchmark/reports/babyagi/file23_07-25-18-13.json similarity index 100% rename from benchmark/reports/BabyAGI/file23_07-25-18-13.json rename to benchmark/reports/babyagi/file23_07-25-18-13.json diff --git a/benchmark/reports/BabyAGI/file23_07-25-18-14.json b/benchmark/reports/babyagi/file23_07-25-18-14.json similarity index 100% rename from benchmark/reports/BabyAGI/file23_07-25-18-14.json rename to benchmark/reports/babyagi/file23_07-25-18-14.json diff --git a/benchmark/reports/BabyAGI/file23_07-25-18-16.json b/benchmark/reports/babyagi/file23_07-25-18-16.json similarity index 100% rename from benchmark/reports/BabyAGI/file23_07-25-18-16.json rename to benchmark/reports/babyagi/file23_07-25-18-16.json diff --git a/benchmark/reports/BabyAGI/file26_07-26-00-56.json b/benchmark/reports/babyagi/file26_07-26-00-56.json similarity index 100% rename from benchmark/reports/BabyAGI/file26_07-26-00-56.json rename to benchmark/reports/babyagi/file26_07-26-00-56.json diff --git a/benchmark/reports/BabyAGI/file27_07-26-03-17.json b/benchmark/reports/babyagi/file27_07-26-03-17.json similarity index 100% rename from benchmark/reports/BabyAGI/file27_07-26-03-17.json rename to benchmark/reports/babyagi/file27_07-26-03-17.json diff --git a/benchmark/reports/BabyAGI/file28_07-26-08-21.json b/benchmark/reports/babyagi/file28_07-26-08-21.json similarity index 100% rename from benchmark/reports/BabyAGI/file28_07-26-08-21.json rename to benchmark/reports/babyagi/file28_07-26-08-21.json diff --git a/benchmark/reports/BabyAGI/file29_07-27-13-33.json b/benchmark/reports/babyagi/file29_07-27-13-33.json similarity index 100% rename from benchmark/reports/BabyAGI/file29_07-27-13-33.json rename to benchmark/reports/babyagi/file29_07-27-13-33.json diff --git a/benchmark/reports/BabyAGI/file2_07-22-08-18.json b/benchmark/reports/babyagi/file2_07-22-08-18.json similarity index 100% rename from benchmark/reports/BabyAGI/file2_07-22-08-18.json rename to benchmark/reports/babyagi/file2_07-22-08-18.json diff --git a/benchmark/reports/BabyAGI/file30_07-27-13-40.json b/benchmark/reports/babyagi/file30_07-27-13-40.json similarity index 100% rename from benchmark/reports/BabyAGI/file30_07-27-13-40.json rename to benchmark/reports/babyagi/file30_07-27-13-40.json diff --git a/benchmark/reports/BabyAGI/file31_07-27-18-46.json b/benchmark/reports/babyagi/file31_07-27-18-46.json similarity index 100% rename from benchmark/reports/BabyAGI/file31_07-27-18-46.json rename to benchmark/reports/babyagi/file31_07-27-18-46.json diff --git a/benchmark/reports/BabyAGI/file32_07-27-19-27.json b/benchmark/reports/babyagi/file32_07-27-19-27.json similarity index 100% rename from benchmark/reports/BabyAGI/file32_07-27-19-27.json rename to benchmark/reports/babyagi/file32_07-27-19-27.json diff --git a/benchmark/reports/BabyAGI/file33_07-27-19-59.json b/benchmark/reports/babyagi/file33_07-27-19-59.json similarity index 100% rename from benchmark/reports/BabyAGI/file33_07-27-19-59.json rename to benchmark/reports/babyagi/file33_07-27-19-59.json diff --git a/benchmark/reports/BabyAGI/file34_07-28-03-56.json b/benchmark/reports/babyagi/file34_07-28-03-56.json similarity index 100% rename from benchmark/reports/BabyAGI/file34_07-28-03-56.json rename to benchmark/reports/babyagi/file34_07-28-03-56.json diff --git a/benchmark/reports/BabyAGI/file35_07-28-04-13.json b/benchmark/reports/babyagi/file35_07-28-04-13.json similarity index 100% rename from benchmark/reports/BabyAGI/file35_07-28-04-13.json rename to benchmark/reports/babyagi/file35_07-28-04-13.json diff --git a/benchmark/reports/BabyAGI/file36_07-28-08-14.json b/benchmark/reports/babyagi/file36_07-28-08-14.json similarity index 100% rename from benchmark/reports/BabyAGI/file36_07-28-08-14.json rename to benchmark/reports/babyagi/file36_07-28-08-14.json diff --git a/benchmark/reports/BabyAGI/file37_07-29-08-14.json b/benchmark/reports/babyagi/file37_07-29-08-14.json similarity index 100% rename from benchmark/reports/BabyAGI/file37_07-29-08-14.json rename to benchmark/reports/babyagi/file37_07-29-08-14.json diff --git a/benchmark/reports/BabyAGI/file38_07-29-09-30.json b/benchmark/reports/babyagi/file38_07-29-09-30.json similarity index 100% rename from benchmark/reports/BabyAGI/file38_07-29-09-30.json rename to benchmark/reports/babyagi/file38_07-29-09-30.json diff --git a/benchmark/reports/BabyAGI/file39_07-29-10-20.json b/benchmark/reports/babyagi/file39_07-29-10-20.json similarity index 100% rename from benchmark/reports/BabyAGI/file39_07-29-10-20.json rename to benchmark/reports/babyagi/file39_07-29-10-20.json diff --git a/benchmark/reports/BabyAGI/file3_07-22-15-12.json b/benchmark/reports/babyagi/file3_07-22-15-12.json similarity index 100% rename from benchmark/reports/BabyAGI/file3_07-22-15-12.json rename to benchmark/reports/babyagi/file3_07-22-15-12.json diff --git a/benchmark/reports/BabyAGI/file40_07-29-10-47.json b/benchmark/reports/babyagi/file40_07-29-10-47.json similarity index 100% rename from benchmark/reports/BabyAGI/file40_07-29-10-47.json rename to benchmark/reports/babyagi/file40_07-29-10-47.json diff --git a/benchmark/reports/BabyAGI/file41_07-29-16-11.json b/benchmark/reports/babyagi/file41_07-29-16-11.json similarity index 100% rename from benchmark/reports/BabyAGI/file41_07-29-16-11.json rename to benchmark/reports/babyagi/file41_07-29-16-11.json diff --git a/benchmark/reports/BabyAGI/file42_07-29-17-23.json b/benchmark/reports/babyagi/file42_07-29-17-23.json similarity index 100% rename from benchmark/reports/BabyAGI/file42_07-29-17-23.json rename to benchmark/reports/babyagi/file42_07-29-17-23.json diff --git a/benchmark/reports/BabyAGI/file43_07-29-18-09.json b/benchmark/reports/babyagi/file43_07-29-18-09.json similarity index 100% rename from benchmark/reports/BabyAGI/file43_07-29-18-09.json rename to benchmark/reports/babyagi/file43_07-29-18-09.json diff --git a/benchmark/reports/BabyAGI/file44_07-30-00-53.json b/benchmark/reports/babyagi/file44_07-30-00-53.json similarity index 100% rename from benchmark/reports/BabyAGI/file44_07-30-00-53.json rename to benchmark/reports/babyagi/file44_07-30-00-53.json diff --git a/benchmark/reports/BabyAGI/file45_07-30-01-41.json b/benchmark/reports/babyagi/file45_07-30-01-41.json similarity index 100% rename from benchmark/reports/BabyAGI/file45_07-30-01-41.json rename to benchmark/reports/babyagi/file45_07-30-01-41.json diff --git a/benchmark/reports/BabyAGI/file46_07-30-03-08.json b/benchmark/reports/babyagi/file46_07-30-03-08.json similarity index 100% rename from benchmark/reports/BabyAGI/file46_07-30-03-08.json rename to benchmark/reports/babyagi/file46_07-30-03-08.json diff --git a/benchmark/reports/BabyAGI/file47_07-30-04-26.json b/benchmark/reports/babyagi/file47_07-30-04-26.json similarity index 100% rename from benchmark/reports/BabyAGI/file47_07-30-04-26.json rename to benchmark/reports/babyagi/file47_07-30-04-26.json diff --git a/benchmark/reports/BabyAGI/file48_07-30-08-14.json b/benchmark/reports/babyagi/file48_07-30-08-14.json similarity index 100% rename from benchmark/reports/BabyAGI/file48_07-30-08-14.json rename to benchmark/reports/babyagi/file48_07-30-08-14.json diff --git a/benchmark/reports/BabyAGI/file4_07-23-08-20.json b/benchmark/reports/babyagi/file4_07-23-08-20.json similarity index 100% rename from benchmark/reports/BabyAGI/file4_07-23-08-20.json rename to benchmark/reports/babyagi/file4_07-23-08-20.json diff --git a/benchmark/reports/BabyAGI/file5_07-23-16-24.json b/benchmark/reports/babyagi/file5_07-23-16-24.json similarity index 100% rename from benchmark/reports/BabyAGI/file5_07-23-16-24.json rename to benchmark/reports/babyagi/file5_07-23-16-24.json diff --git a/benchmark/reports/BabyAGI/file6_07-23-19-11.json b/benchmark/reports/babyagi/file6_07-23-19-11.json similarity index 100% rename from benchmark/reports/BabyAGI/file6_07-23-19-11.json rename to benchmark/reports/babyagi/file6_07-23-19-11.json diff --git a/benchmark/reports/BabyAGI/file7_07-23-19-28.json b/benchmark/reports/babyagi/file7_07-23-19-28.json similarity index 100% rename from benchmark/reports/BabyAGI/file7_07-23-19-28.json rename to benchmark/reports/babyagi/file7_07-23-19-28.json diff --git a/benchmark/reports/BabyAGI/file8_07-23-19-37.json b/benchmark/reports/babyagi/file8_07-23-19-37.json similarity index 100% rename from benchmark/reports/BabyAGI/file8_07-23-19-37.json rename to benchmark/reports/babyagi/file8_07-23-19-37.json diff --git a/benchmark/reports/BabyAGI/file9_07-23-19-55.json b/benchmark/reports/babyagi/file9_07-23-19-55.json similarity index 100% rename from benchmark/reports/BabyAGI/file9_07-23-19-55.json rename to benchmark/reports/babyagi/file9_07-23-19-55.json diff --git a/benchmark/reports/BabyAGI/folder11_08-01-02-46/report.json b/benchmark/reports/babyagi/folder11_08-01-02-46/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder11_08-01-02-46/report.json rename to benchmark/reports/babyagi/folder11_08-01-02-46/report.json diff --git a/benchmark/reports/BabyAGI/folder11_08-01-12-50/report.json b/benchmark/reports/babyagi/folder11_08-01-12-50/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder11_08-01-12-50/report.json rename to benchmark/reports/babyagi/folder11_08-01-12-50/report.json diff --git a/benchmark/reports/BabyAGI/folder12_08-01-03-23/report.json b/benchmark/reports/babyagi/folder12_08-01-03-23/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder12_08-01-03-23/report.json rename to benchmark/reports/babyagi/folder12_08-01-03-23/report.json diff --git a/benchmark/reports/BabyAGI/folder12_08-01-13-39/report.json b/benchmark/reports/babyagi/folder12_08-01-13-39/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder12_08-01-13-39/report.json rename to benchmark/reports/babyagi/folder12_08-01-13-39/report.json diff --git a/benchmark/reports/BabyAGI/folder13_08-01-16-20/radar_chart.png b/benchmark/reports/babyagi/folder13_08-01-16-20/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder13_08-01-16-20/radar_chart.png rename to benchmark/reports/babyagi/folder13_08-01-16-20/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder13_08-01-16-20/report.json b/benchmark/reports/babyagi/folder13_08-01-16-20/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder13_08-01-16-20/report.json rename to benchmark/reports/babyagi/folder13_08-01-16-20/report.json diff --git a/benchmark/reports/BabyAGI/folder14_08-01-17-00/radar_chart.png b/benchmark/reports/babyagi/folder14_08-01-17-00/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder14_08-01-17-00/radar_chart.png rename to benchmark/reports/babyagi/folder14_08-01-17-00/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder14_08-01-17-00/report.json b/benchmark/reports/babyagi/folder14_08-01-17-00/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder14_08-01-17-00/report.json rename to benchmark/reports/babyagi/folder14_08-01-17-00/report.json diff --git a/benchmark/reports/BabyAGI/folder15_08-01-17-35/radar_chart.png b/benchmark/reports/babyagi/folder15_08-01-17-35/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder15_08-01-17-35/radar_chart.png rename to benchmark/reports/babyagi/folder15_08-01-17-35/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder15_08-01-17-35/report.json b/benchmark/reports/babyagi/folder15_08-01-17-35/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder15_08-01-17-35/report.json rename to benchmark/reports/babyagi/folder15_08-01-17-35/report.json diff --git a/benchmark/reports/BabyAGI/folder16_08-01-19-54/radar_chart.png b/benchmark/reports/babyagi/folder16_08-01-19-54/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder16_08-01-19-54/radar_chart.png rename to benchmark/reports/babyagi/folder16_08-01-19-54/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder16_08-01-19-54/report.json b/benchmark/reports/babyagi/folder16_08-01-19-54/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder16_08-01-19-54/report.json rename to benchmark/reports/babyagi/folder16_08-01-19-54/report.json diff --git a/benchmark/reports/BabyAGI/folder18_08-02-01-36/radar_chart.png b/benchmark/reports/babyagi/folder18_08-02-01-36/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder18_08-02-01-36/radar_chart.png rename to benchmark/reports/babyagi/folder18_08-02-01-36/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder18_08-02-01-36/report.json b/benchmark/reports/babyagi/folder18_08-02-01-36/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder18_08-02-01-36/report.json rename to benchmark/reports/babyagi/folder18_08-02-01-36/report.json diff --git a/benchmark/reports/BabyAGI/folder19_08-02-02-39/radar_chart.png b/benchmark/reports/babyagi/folder19_08-02-02-39/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder19_08-02-02-39/radar_chart.png rename to benchmark/reports/babyagi/folder19_08-02-02-39/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder19_08-02-02-39/report.json b/benchmark/reports/babyagi/folder19_08-02-02-39/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder19_08-02-02-39/report.json rename to benchmark/reports/babyagi/folder19_08-02-02-39/report.json diff --git a/benchmark/reports/BabyAGI/folder19_08-02-03-14/radar_chart.png b/benchmark/reports/babyagi/folder19_08-02-03-14/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder19_08-02-03-14/radar_chart.png rename to benchmark/reports/babyagi/folder19_08-02-03-14/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder19_08-02-03-14/report.json b/benchmark/reports/babyagi/folder19_08-02-03-14/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder19_08-02-03-14/report.json rename to benchmark/reports/babyagi/folder19_08-02-03-14/report.json diff --git a/benchmark/reports/BabyAGI/folder1_07-30-22-55/report.json b/benchmark/reports/babyagi/folder1_07-30-22-55/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder1_07-30-22-55/report.json rename to benchmark/reports/babyagi/folder1_07-30-22-55/report.json diff --git a/benchmark/reports/BabyAGI/folder20_08-02-04-02/radar_chart.png b/benchmark/reports/babyagi/folder20_08-02-04-02/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder20_08-02-04-02/radar_chart.png rename to benchmark/reports/babyagi/folder20_08-02-04-02/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder20_08-02-04-02/report.json b/benchmark/reports/babyagi/folder20_08-02-04-02/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder20_08-02-04-02/report.json rename to benchmark/reports/babyagi/folder20_08-02-04-02/report.json diff --git a/benchmark/reports/BabyAGI/folder21_08-02-08-15/radar_chart.png b/benchmark/reports/babyagi/folder21_08-02-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder21_08-02-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder21_08-02-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder21_08-02-08-15/report.json b/benchmark/reports/babyagi/folder21_08-02-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder21_08-02-08-15/report.json rename to benchmark/reports/babyagi/folder21_08-02-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder22_08-02-15-21/radar_chart.png b/benchmark/reports/babyagi/folder22_08-02-15-21/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder22_08-02-15-21/radar_chart.png rename to benchmark/reports/babyagi/folder22_08-02-15-21/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder22_08-02-15-21/report.json b/benchmark/reports/babyagi/folder22_08-02-15-21/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder22_08-02-15-21/report.json rename to benchmark/reports/babyagi/folder22_08-02-15-21/report.json diff --git a/benchmark/reports/BabyAGI/folder23_08-02-17-23/radar_chart.png b/benchmark/reports/babyagi/folder23_08-02-17-23/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder23_08-02-17-23/radar_chart.png rename to benchmark/reports/babyagi/folder23_08-02-17-23/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder23_08-02-17-23/report.json b/benchmark/reports/babyagi/folder23_08-02-17-23/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder23_08-02-17-23/report.json rename to benchmark/reports/babyagi/folder23_08-02-17-23/report.json diff --git a/benchmark/reports/BabyAGI/folder24_08-02-17-41/radar_chart.png b/benchmark/reports/babyagi/folder24_08-02-17-41/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder24_08-02-17-41/radar_chart.png rename to benchmark/reports/babyagi/folder24_08-02-17-41/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder24_08-02-17-41/report.json b/benchmark/reports/babyagi/folder24_08-02-17-41/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder24_08-02-17-41/report.json rename to benchmark/reports/babyagi/folder24_08-02-17-41/report.json diff --git a/benchmark/reports/BabyAGI/folder25_08-03-08-16/radar_chart.png b/benchmark/reports/babyagi/folder25_08-03-08-16/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder25_08-03-08-16/radar_chart.png rename to benchmark/reports/babyagi/folder25_08-03-08-16/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder25_08-03-08-16/report.json b/benchmark/reports/babyagi/folder25_08-03-08-16/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder25_08-03-08-16/report.json rename to benchmark/reports/babyagi/folder25_08-03-08-16/report.json diff --git a/benchmark/reports/BabyAGI/folder26_08-03-23-52/radar_chart.png b/benchmark/reports/babyagi/folder26_08-03-23-52/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder26_08-03-23-52/radar_chart.png rename to benchmark/reports/babyagi/folder26_08-03-23-52/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder26_08-03-23-52/report.json b/benchmark/reports/babyagi/folder26_08-03-23-52/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder26_08-03-23-52/report.json rename to benchmark/reports/babyagi/folder26_08-03-23-52/report.json diff --git a/benchmark/reports/BabyAGI/folder27_08-04-03-27/radar_chart.png b/benchmark/reports/babyagi/folder27_08-04-03-27/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder27_08-04-03-27/radar_chart.png rename to benchmark/reports/babyagi/folder27_08-04-03-27/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder27_08-04-03-27/report.json b/benchmark/reports/babyagi/folder27_08-04-03-27/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder27_08-04-03-27/report.json rename to benchmark/reports/babyagi/folder27_08-04-03-27/report.json diff --git a/benchmark/reports/BabyAGI/folder28_08-04-04-34/radar_chart.png b/benchmark/reports/babyagi/folder28_08-04-04-34/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder28_08-04-04-34/radar_chart.png rename to benchmark/reports/babyagi/folder28_08-04-04-34/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder28_08-04-04-34/report.json b/benchmark/reports/babyagi/folder28_08-04-04-34/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder28_08-04-04-34/report.json rename to benchmark/reports/babyagi/folder28_08-04-04-34/report.json diff --git a/benchmark/reports/BabyAGI/folder29_08-04-08-15/radar_chart.png b/benchmark/reports/babyagi/folder29_08-04-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder29_08-04-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder29_08-04-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder29_08-04-08-15/report.json b/benchmark/reports/babyagi/folder29_08-04-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder29_08-04-08-15/report.json rename to benchmark/reports/babyagi/folder29_08-04-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder2_07-31-02-10/report.json b/benchmark/reports/babyagi/folder2_07-31-02-10/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder2_07-31-02-10/report.json rename to benchmark/reports/babyagi/folder2_07-31-02-10/report.json diff --git a/benchmark/reports/BabyAGI/folder30_08-05-08-14/radar_chart.png b/benchmark/reports/babyagi/folder30_08-05-08-14/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder30_08-05-08-14/radar_chart.png rename to benchmark/reports/babyagi/folder30_08-05-08-14/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder30_08-05-08-14/report.json b/benchmark/reports/babyagi/folder30_08-05-08-14/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder30_08-05-08-14/report.json rename to benchmark/reports/babyagi/folder30_08-05-08-14/report.json diff --git a/benchmark/reports/BabyAGI/folder31_08-06-08-14/radar_chart.png b/benchmark/reports/babyagi/folder31_08-06-08-14/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder31_08-06-08-14/radar_chart.png rename to benchmark/reports/babyagi/folder31_08-06-08-14/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder31_08-06-08-14/report.json b/benchmark/reports/babyagi/folder31_08-06-08-14/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder31_08-06-08-14/report.json rename to benchmark/reports/babyagi/folder31_08-06-08-14/report.json diff --git a/benchmark/reports/BabyAGI/folder32_08-07-08-16/radar_chart.png b/benchmark/reports/babyagi/folder32_08-07-08-16/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder32_08-07-08-16/radar_chart.png rename to benchmark/reports/babyagi/folder32_08-07-08-16/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder32_08-07-08-16/report.json b/benchmark/reports/babyagi/folder32_08-07-08-16/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder32_08-07-08-16/report.json rename to benchmark/reports/babyagi/folder32_08-07-08-16/report.json diff --git a/benchmark/reports/BabyAGI/folder33_08-08-08-15/radar_chart.png b/benchmark/reports/babyagi/folder33_08-08-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder33_08-08-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder33_08-08-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder33_08-08-08-15/report.json b/benchmark/reports/babyagi/folder33_08-08-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder33_08-08-08-15/report.json rename to benchmark/reports/babyagi/folder33_08-08-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder34_08-09-03-07/radar_chart.png b/benchmark/reports/babyagi/folder34_08-09-03-07/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder34_08-09-03-07/radar_chart.png rename to benchmark/reports/babyagi/folder34_08-09-03-07/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder34_08-09-03-07/report.json b/benchmark/reports/babyagi/folder34_08-09-03-07/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder34_08-09-03-07/report.json rename to benchmark/reports/babyagi/folder34_08-09-03-07/report.json diff --git a/benchmark/reports/BabyAGI/folder35_08-09-08-17/radar_chart.png b/benchmark/reports/babyagi/folder35_08-09-08-17/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder35_08-09-08-17/radar_chart.png rename to benchmark/reports/babyagi/folder35_08-09-08-17/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder35_08-09-08-17/report.json b/benchmark/reports/babyagi/folder35_08-09-08-17/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder35_08-09-08-17/report.json rename to benchmark/reports/babyagi/folder35_08-09-08-17/report.json diff --git a/benchmark/reports/BabyAGI/folder36_08-10-08-17/radar_chart.png b/benchmark/reports/babyagi/folder36_08-10-08-17/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder36_08-10-08-17/radar_chart.png rename to benchmark/reports/babyagi/folder36_08-10-08-17/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder36_08-10-08-17/report.json b/benchmark/reports/babyagi/folder36_08-10-08-17/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder36_08-10-08-17/report.json rename to benchmark/reports/babyagi/folder36_08-10-08-17/report.json diff --git a/benchmark/reports/BabyAGI/folder37_08-11-08-15/radar_chart.png b/benchmark/reports/babyagi/folder37_08-11-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder37_08-11-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder37_08-11-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder37_08-11-08-15/report.json b/benchmark/reports/babyagi/folder37_08-11-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder37_08-11-08-15/report.json rename to benchmark/reports/babyagi/folder37_08-11-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder40_08-12-03-06/radar_chart.png b/benchmark/reports/babyagi/folder38_08-12-02-21/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder40_08-12-03-06/radar_chart.png rename to benchmark/reports/babyagi/folder38_08-12-02-21/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder38_08-12-02-21/report.json b/benchmark/reports/babyagi/folder38_08-12-02-21/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder38_08-12-02-21/report.json rename to benchmark/reports/babyagi/folder38_08-12-02-21/report.json diff --git a/benchmark/reports/BabyAGI/folder41_08-12-08-16/radar_chart.png b/benchmark/reports/babyagi/folder39_08-12-02-54/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder41_08-12-08-16/radar_chart.png rename to benchmark/reports/babyagi/folder39_08-12-02-54/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder39_08-12-02-54/report.json b/benchmark/reports/babyagi/folder39_08-12-02-54/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder39_08-12-02-54/report.json rename to benchmark/reports/babyagi/folder39_08-12-02-54/report.json diff --git a/benchmark/reports/BabyAGI/folder3_07-31-03-08/report.json b/benchmark/reports/babyagi/folder3_07-31-03-08/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder3_07-31-03-08/report.json rename to benchmark/reports/babyagi/folder3_07-31-03-08/report.json diff --git a/benchmark/reports/BabyAGI/folder42_08-12-17-26/radar_chart.png b/benchmark/reports/babyagi/folder40_08-12-03-06/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder42_08-12-17-26/radar_chart.png rename to benchmark/reports/babyagi/folder40_08-12-03-06/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder40_08-12-03-06/report.json b/benchmark/reports/babyagi/folder40_08-12-03-06/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder40_08-12-03-06/report.json rename to benchmark/reports/babyagi/folder40_08-12-03-06/report.json diff --git a/benchmark/reports/BabyAGI/folder43_08-13-01-12/radar_chart.png b/benchmark/reports/babyagi/folder41_08-12-08-16/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder43_08-13-01-12/radar_chart.png rename to benchmark/reports/babyagi/folder41_08-12-08-16/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder41_08-12-08-16/report.json b/benchmark/reports/babyagi/folder41_08-12-08-16/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder41_08-12-08-16/report.json rename to benchmark/reports/babyagi/folder41_08-12-08-16/report.json diff --git a/benchmark/reports/BabyAGI/folder44_08-13-01-54/radar_chart.png b/benchmark/reports/babyagi/folder42_08-12-17-26/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder44_08-13-01-54/radar_chart.png rename to benchmark/reports/babyagi/folder42_08-12-17-26/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder42_08-12-17-26/report.json b/benchmark/reports/babyagi/folder42_08-12-17-26/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder42_08-12-17-26/report.json rename to benchmark/reports/babyagi/folder42_08-12-17-26/report.json diff --git a/benchmark/reports/BabyAGI/folder45_08-13-02-19/radar_chart.png b/benchmark/reports/babyagi/folder43_08-13-01-12/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder45_08-13-02-19/radar_chart.png rename to benchmark/reports/babyagi/folder43_08-13-01-12/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder43_08-13-01-12/report.json b/benchmark/reports/babyagi/folder43_08-13-01-12/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder43_08-13-01-12/report.json rename to benchmark/reports/babyagi/folder43_08-13-01-12/report.json diff --git a/benchmark/reports/BabyAGI/folder46_08-13-02-40/radar_chart.png b/benchmark/reports/babyagi/folder44_08-13-01-54/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder46_08-13-02-40/radar_chart.png rename to benchmark/reports/babyagi/folder44_08-13-01-54/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder44_08-13-01-54/report.json b/benchmark/reports/babyagi/folder44_08-13-01-54/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder44_08-13-01-54/report.json rename to benchmark/reports/babyagi/folder44_08-13-01-54/report.json diff --git a/benchmark/reports/BabyAGI/folder47_08-13-08-15/radar_chart.png b/benchmark/reports/babyagi/folder45_08-13-02-19/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder47_08-13-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder45_08-13-02-19/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder45_08-13-02-19/report.json b/benchmark/reports/babyagi/folder45_08-13-02-19/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder45_08-13-02-19/report.json rename to benchmark/reports/babyagi/folder45_08-13-02-19/report.json diff --git a/benchmark/reports/BabyAGI/folder48_08-14-21-40/radar_chart.png b/benchmark/reports/babyagi/folder46_08-13-02-40/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder48_08-14-21-40/radar_chart.png rename to benchmark/reports/babyagi/folder46_08-13-02-40/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder46_08-13-02-40/report.json b/benchmark/reports/babyagi/folder46_08-13-02-40/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder46_08-13-02-40/report.json rename to benchmark/reports/babyagi/folder46_08-13-02-40/report.json diff --git a/benchmark/reports/BabyAGI/folder49_08-15-08-15/radar_chart.png b/benchmark/reports/babyagi/folder47_08-13-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder49_08-15-08-15/radar_chart.png rename to benchmark/reports/babyagi/folder47_08-13-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder47_08-13-08-15/report.json b/benchmark/reports/babyagi/folder47_08-13-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder47_08-13-08-15/report.json rename to benchmark/reports/babyagi/folder47_08-13-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder50_08-16-08-17/radar_chart.png b/benchmark/reports/babyagi/folder48_08-14-21-40/radar_chart.png similarity index 100% rename from benchmark/reports/BabyAGI/folder50_08-16-08-17/radar_chart.png rename to benchmark/reports/babyagi/folder48_08-14-21-40/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder48_08-14-21-40/report.json b/benchmark/reports/babyagi/folder48_08-14-21-40/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder48_08-14-21-40/report.json rename to benchmark/reports/babyagi/folder48_08-14-21-40/report.json diff --git a/benchmark/reports/Turbo/20230829T081447_full_run/radar_chart.png b/benchmark/reports/babyagi/folder49_08-15-08-15/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230829T081447_full_run/radar_chart.png rename to benchmark/reports/babyagi/folder49_08-15-08-15/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder49_08-15-08-15/report.json b/benchmark/reports/babyagi/folder49_08-15-08-15/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder49_08-15-08-15/report.json rename to benchmark/reports/babyagi/folder49_08-15-08-15/report.json diff --git a/benchmark/reports/BabyAGI/folder4_07-31-12-47/report.json b/benchmark/reports/babyagi/folder4_07-31-12-47/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder4_07-31-12-47/report.json rename to benchmark/reports/babyagi/folder4_07-31-12-47/report.json diff --git a/benchmark/reports/Turbo/20230830T081439_full_run/radar_chart.png b/benchmark/reports/babyagi/folder50_08-16-08-17/radar_chart.png similarity index 100% rename from benchmark/reports/Turbo/20230830T081439_full_run/radar_chart.png rename to benchmark/reports/babyagi/folder50_08-16-08-17/radar_chart.png diff --git a/benchmark/reports/BabyAGI/folder50_08-16-08-17/report.json b/benchmark/reports/babyagi/folder50_08-16-08-17/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder50_08-16-08-17/report.json rename to benchmark/reports/babyagi/folder50_08-16-08-17/report.json diff --git a/benchmark/reports/BabyAGI/folder5_07-31-13-07/report.json b/benchmark/reports/babyagi/folder5_07-31-13-07/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder5_07-31-13-07/report.json rename to benchmark/reports/babyagi/folder5_07-31-13-07/report.json diff --git a/benchmark/reports/BabyAGI/folder6_07-31-16-13/report.json b/benchmark/reports/babyagi/folder6_07-31-16-13/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder6_07-31-16-13/report.json rename to benchmark/reports/babyagi/folder6_07-31-16-13/report.json diff --git a/benchmark/reports/BabyAGI/folder7_07-31-19-07/report.json b/benchmark/reports/babyagi/folder7_07-31-19-07/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder7_07-31-19-07/report.json rename to benchmark/reports/babyagi/folder7_07-31-19-07/report.json diff --git a/benchmark/reports/BabyAGI/folder8_07-31-19-41/report.json b/benchmark/reports/babyagi/folder8_07-31-19-41/report.json similarity index 100% rename from benchmark/reports/BabyAGI/folder8_07-31-19-41/report.json rename to benchmark/reports/babyagi/folder8_07-31-19-41/report.json diff --git a/benchmark/reports/BabyAGI/regression_tests.json b/benchmark/reports/babyagi/regression_tests.json similarity index 100% rename from benchmark/reports/BabyAGI/regression_tests.json rename to benchmark/reports/babyagi/regression_tests.json diff --git a/benchmark/reports/BabyAGI/success_rate.json b/benchmark/reports/babyagi/success_rate.json similarity index 100% rename from benchmark/reports/BabyAGI/success_rate.json rename to benchmark/reports/babyagi/success_rate.json