Skip to content

Commit

Permalink
adding active submodule to the arena
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 14, 2023
1 parent cc6985c commit 78d854e
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,57 @@
[submodule "vendor/basic_agent"]
path = vendor/basic_agent
url = https://github.com/meta-introspector/basic_agent
[submodule "vendor/TheAgency"]
path = vendor/TheAgency
url = https://github.com/shamantechnology/TheAgency
[submodule "vendor/mljar-agent"]
path = vendor/mljar-agent
url = https://github.com/pplonski/mljar-agent
[submodule "vendor/Swarms-Of-Sparta"]
path = vendor/Swarms-Of-Sparta
url = https://github.com/Agora-X/Swarms-Of-Sparta
[submodule "vendor/Jarvis"]
path = vendor/Jarvis
url = https://github.com/jankomisarczyk/Jarvis
[submodule "vendor/AutoGPT-trading"]
path = vendor/AutoGPT-trading
url = https://github.com/enachb/AutoGPT-trading.git
[submodule "vendor/ScottGPT"]
path = vendor/ScottGPT
url = https://github.com/scottmas/ScottGPT
[submodule "vendor/AutoGPTv2"]
path = vendor/AutoGPTv2
url = https://github.com/taylor-ennen/AutoGPTv2
[submodule "vendor/beebot"]
path = vendor/beebot
url = https://github.com/AutoPackAI/beebot.git
[submodule "vendor/Auto-GPT-Turbo"]
path = vendor/Auto-GPT-Turbo
url = https://github.com/lc0rp/Auto-GPT-Turbo.git
[submodule "vendor/smol-developer"]
path = vendor/smol-developer
url = https://github.com/e2b-dev/smol-developer.git
[submodule "vendor/Multi-GPT"]
path = vendor/Multi-GPT
url = https://github.com/sidhq/Multi-GPT
[submodule "vendor/Auto-GPT-aj"]
path = vendor/Auto-GPT-aj
url = https://github.com/kaqijiang/Auto-GPT-aj
[submodule "vendor/Godmode-GPT"]
path = vendor/Godmode-GPT
url = https://github.com/FOLLGAD/Godmode-GPT
[submodule "vendor/Auto-GPT-Graph"]
path = vendor/Auto-GPT-Graph
url = https://github.com/kairess/Auto-GPT-Graph
[submodule "vendor/BillSchumacher"]
path = vendor/BillSchumacher
url = https://github.com/BillSchumacher/Auto-GPT
[submodule "vendor/Auto-GPT-chat-gpt-prompts"]
path = vendor/Auto-GPT-chat-gpt-prompts
url = https://github.com/chatgpt-prompts/Auto-GPT-chat-gpt-prompts
[submodule "vendor/MasonBoomPersonalAssistant"]
path = vendor/MasonBoomPersonalAssistant
url = https://github.com/MasonBoom/AutoGPT.git
[submodule "vendor/PolyGPT"]
path = vendor/PolyGPT
url = https://github.com/polywrap/PolyGPT.git
1 change: 1 addition & 0 deletions vendor/Auto-GPT-Graph
Submodule Auto-GPT-Graph added at 21a808
1 change: 1 addition & 0 deletions vendor/Auto-GPT-Turbo
Submodule Auto-GPT-Turbo added at 911937
1 change: 1 addition & 0 deletions vendor/Auto-GPT-aj
Submodule Auto-GPT-aj added at 310a84
1 change: 1 addition & 0 deletions vendor/Auto-GPT-chat-gpt-prompts
1 change: 1 addition & 0 deletions vendor/AutoGPT-trading
Submodule AutoGPT-trading added at 320823
1 change: 1 addition & 0 deletions vendor/AutoGPTv2
Submodule AutoGPTv2 added at b4fccc
1 change: 1 addition & 0 deletions vendor/BillSchumacher
Submodule BillSchumacher added at bdd07b
1 change: 1 addition & 0 deletions vendor/Godmode-GPT
Submodule Godmode-GPT added at 255c18
1 change: 1 addition & 0 deletions vendor/Jarvis
Submodule Jarvis added at 78b98a
1 change: 1 addition & 0 deletions vendor/MasonBoomPersonalAssistant
1 change: 1 addition & 0 deletions vendor/Multi-GPT
Submodule Multi-GPT added at bdba61
1 change: 1 addition & 0 deletions vendor/PolyGPT
Submodule PolyGPT added at a39c7b
1 change: 1 addition & 0 deletions vendor/ScottGPT
Submodule ScottGPT added at 4841d3
1 change: 1 addition & 0 deletions vendor/Swarms-Of-Sparta
Submodule Swarms-Of-Sparta added at a85b43
1 change: 1 addition & 0 deletions vendor/TheAgency
Submodule TheAgency added at 4a775f
1 change: 1 addition & 0 deletions vendor/beebot
Submodule beebot added at e93e94
1 change: 1 addition & 0 deletions vendor/mljar-agent
Submodule mljar-agent added at ba9b66
1 change: 1 addition & 0 deletions vendor/smol-developer
Submodule smol-developer added at 80eb21

0 comments on commit 78d854e

Please sign in to comment.