Use beebot autopackai (#203)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
pull/5155/head
merwanehamadi 2023-07-27 12:21:43 -07:00 committed by GitHub
parent 7827abc6f4
commit 6098b70408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -10,4 +10,5 @@ exclude =
.venv/*,
reports/*,
dist/*,
agent/*
agent/*,
code

View File

@ -46,7 +46,7 @@ jobs:
poetry install -vvv
- name: Lint with flake8
run: poetry run flake8 --exclude=code,agent
run: poetry run flake8
- name: Check black formatting
run: poetry run black . --exclude test.py --check

6
.gitmodules vendored
View File

@ -23,9 +23,9 @@
url = https://github.com/SilenNaihin/babyagi.git
branch = benchmark-integration
[submodule "agent/beebot"]
path = agent/beebot
url = https://github.com/merwanehamadi/beebot.git
branch = master
path = agent/beebot
url = https://github.com/AutoPackAI/beebot.git
branch = main
[submodule "agbenchmark/challenges"]
path = agbenchmark/challenges
url = https://github.com/SilenNaihin/agbenchmark_challenges.git

View File

@ -15,8 +15,7 @@ CURRENT_DIRECTORY = Path(__file__).resolve().parent
BENCHMARK_START_TIME = datetime.now().strftime("%Y-%m-%d-%H:%M")
HeliconeLockManager.write_custom_property("benchmark_start_time", BENCHMARK_START_TIME)
if AGENT_NAME:
HeliconeLockManager.write_custom_property("agent_name", AGENT_NAME)
(
HOME_DIRECTORY,
CONFIG_PATH,

@ -1 +1 @@
Subproject commit 023ea115aa7258cfdcc8152c3209bb712ddd6135
Subproject commit 054f5e07187a72943d7f0cc6b2229127aca7083a