parent
7827abc6f4
commit
6098b70408
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue