Skip to content

Commit

Permalink
adding the leader is bord
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 17, 2023
1 parent 5106807 commit df69908
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 7 deletions.
30 changes: 30 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,33 @@
[submodule "vendor/RedAGPT"]
path = vendor/RedAGPT
url = https://github.com/shamantechnology/RedAGPT
[submodule "vendor/osGPT"]
path = vendor/osGPT
url = https://github.com/jinho-kim-osd/osGPT
[submodule "vendor/FritzGPT"]
path = vendor/FritzGPT
url = https://github.com/bsenst/FritzGPT
[submodule "vendor/Asimov"]
path = vendor/Asimov
url = https://github.com/murnanedaniel/Asimov
[submodule "vendor/evo.ninja"]
path = vendor/evo.ninja
url = https://github.com/polywrap/evo.ninja
[submodule "vendor/Mutant-AI"]
path = vendor/Mutant-AI
url = https://github.com/cluna80/Mutant-AI
[submodule "vendor/gordonwilliamsburg"]
path = vendor/gordonwilliamsburg
url = https://github.com/gordonwilliamsburg/test
[submodule "vendor/joslangarica"]
path = vendor/joslangarica
url = https://github.com/joslangarica/AutoGPT
[submodule "vendor/isayahc"]
path = vendor/isayahc
url = https://github.com/isayahc/AutoGPT
[submodule "vendor/merwanehamadi"]
path = vendor/merwanehamadi
url = https://github.com/merwanehamadi/Auto-GPT
[submodule "vendor/HMDCrew"]
path = vendor/HMDCrew
url = https://github.com/HMDCrew/AutoGPT
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ The docker images are organized like this :
* act_base is the foundation of all actions.
* poetry_base is contains the poetry magic layer with shared containers.

# Importing new agents

# RUnning
we start with the results of the download of the change stats Auto-GPT/stats/filtered_result2.csv

# Running

`sudo docker-compose build`
`sudo docker-compose up mockopenai`
Expand Down
7 changes: 1 addition & 6 deletions logs/full_run.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

error
mdupont@mdupont-G470:~/experiments/ai-ticket$ sudo docker-compose up
Creating ai-ticket_jarvis_1 ...
Creating ai-ticket_auto-gpt-aj_1 ...
Expand Down Expand Up @@ -646,11 +646,6 @@ autogpt-turbo_1 | WARNING: You do not have access to gpt-4-0314. S
autogpt-turbo_1 | Skip Re-prompt: ENABLED
autogpt-turbo_1 | Using Prompt Settings File: /app/config/personas/turbo/prompts.yaml
autogpt-turbo_1 |
autogpt-turbo_1 | 3 PERSONAS FOUND:
autogpt-turbo_1 | ================================
autogpt-turbo_1 | [1] - coder.engineer
autogpt-turbo_1 | [2] - coder.v2
autogpt-turbo_1 | [3] - turbo
autogpt-turbo_1 |
mockopenai_1 | Retrying langchain.llms.openai.completion_with_retry.<locals>._completion_with_retry in 4.0 seconds as it raised RateLimitError: Rate limit reached for text-davinci-003 in organization org-ZjaIs4ZsUG8dzXEPqKUwjEt0 on requests per min. Limit: 3 / min. Please try again in 20s. Contact us through our help center at help.openai.com if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit https://platform.openai.com/account/billing to add a payment method..
mockopenai_1 | DEBUG {
Expand Down
1 change: 1 addition & 0 deletions vendor/Asimov
Submodule Asimov added at 883956
1 change: 1 addition & 0 deletions vendor/FritzGPT
Submodule FritzGPT added at bb960f
1 change: 1 addition & 0 deletions vendor/HMDCrew
Submodule HMDCrew added at 9e353e
1 change: 1 addition & 0 deletions vendor/Mutant-AI
Submodule Mutant-AI added at 2f79ca
1 change: 1 addition & 0 deletions vendor/evo.ninja
Submodule evo.ninja added at 5db0da
1 change: 1 addition & 0 deletions vendor/gordonwilliamsburg
Submodule gordonwilliamsburg added at 795152
1 change: 1 addition & 0 deletions vendor/isayahc
Submodule isayahc added at 74ee69
1 change: 1 addition & 0 deletions vendor/joslangarica
Submodule joslangarica added at 949ab4
1 change: 1 addition & 0 deletions vendor/merwanehamadi
Submodule merwanehamadi added at a0fba5
1 change: 1 addition & 0 deletions vendor/osGPT
Submodule osGPT added at 57bcbd

0 comments on commit df69908

Please sign in to comment.