mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
Re-Organised project and added benchmark code
This commit is contained in:
39
benchmark/.gitmodules
vendored
Normal file
39
benchmark/.gitmodules
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
[submodule "agent/Auto-GPT"]
|
||||
path = agent/Auto-GPT
|
||||
url = https://github.com/Significant-Gravitas/Auto-GPT
|
||||
branch = master
|
||||
[submodule "agent/gpt-engineer"]
|
||||
path = agent/gpt-engineer
|
||||
url = https://github.com/merwanehamadi/gpt-engineer.git
|
||||
branch = benchmark-integration
|
||||
[submodule "agent/mini-agi"]
|
||||
path = agent/mini-agi
|
||||
url = https://github.com/SilenNaihin/mini-agi.git
|
||||
branch = benchmark-integration
|
||||
[submodule "agent/smol-developer"]
|
||||
path = agent/smol-developer
|
||||
url = https://github.com/e2b-dev/smol-developer.git
|
||||
branch = benchmarks
|
||||
[submodule "agent/SuperAGI"]
|
||||
path = agent/SuperAGI
|
||||
url = https://github.com/SilenNaihin/SuperAGI.git
|
||||
branch = benchmark-integration
|
||||
[submodule "agent/BabyAGI"]
|
||||
path = agent/BabyAGI
|
||||
url = https://github.com/SilenNaihin/babyagi.git
|
||||
branch = benchmark-integration
|
||||
[submodule "agent/beebot"]
|
||||
path = agent/beebot
|
||||
url = https://github.com/AutoPackAI/beebot.git
|
||||
branch = main
|
||||
[submodule "agent/PolyGPT"]
|
||||
path = agent/PolyGPT
|
||||
url = https://github.com/polywrap/PolyGPT.git
|
||||
branch = nerfzael-use-local-wrap-library
|
||||
[submodule "frontend"]
|
||||
path = frontend
|
||||
url = https://github.com/agbenchmark/agbenchmark-frontend.git
|
||||
[submodule "agent/Turbo"]
|
||||
path = agent/Turbo
|
||||
url = https://github.com/lc0rp/Auto-GPT-Turbo.git
|
||||
branch = main
|
||||
Reference in New Issue
Block a user