diff --git a/.gitmodules b/.gitmodules index cb6f8d6..fa18c49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 872eb6d..7499f81 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/logs/full_run.txt b/logs/full_run.txt index d5861dc..acd35f5 100644 --- a/logs/full_run.txt +++ b/logs/full_run.txt @@ -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 ... @@ -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.._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 { diff --git a/vendor/Asimov b/vendor/Asimov new file mode 160000 index 0000000..883956f --- /dev/null +++ b/vendor/Asimov @@ -0,0 +1 @@ +Subproject commit 883956f24d2ad6e106926bfd71ea3a5cb05ef625 diff --git a/vendor/FritzGPT b/vendor/FritzGPT new file mode 160000 index 0000000..bb960ff --- /dev/null +++ b/vendor/FritzGPT @@ -0,0 +1 @@ +Subproject commit bb960ffb9fadc45fe4fb5277053caa831f196578 diff --git a/vendor/HMDCrew b/vendor/HMDCrew new file mode 160000 index 0000000..9e353e0 --- /dev/null +++ b/vendor/HMDCrew @@ -0,0 +1 @@ +Subproject commit 9e353e09b5df39d4d410bef57cf17387331e96f6 diff --git a/vendor/Mutant-AI b/vendor/Mutant-AI new file mode 160000 index 0000000..2f79caa --- /dev/null +++ b/vendor/Mutant-AI @@ -0,0 +1 @@ +Subproject commit 2f79caa6b901d006a78c1ac9e69db4465c0f971a diff --git a/vendor/evo.ninja b/vendor/evo.ninja new file mode 160000 index 0000000..5db0da2 --- /dev/null +++ b/vendor/evo.ninja @@ -0,0 +1 @@ +Subproject commit 5db0da2c92753f9e20110a48e459f1338d6efc45 diff --git a/vendor/gordonwilliamsburg b/vendor/gordonwilliamsburg new file mode 160000 index 0000000..7951521 --- /dev/null +++ b/vendor/gordonwilliamsburg @@ -0,0 +1 @@ +Subproject commit 79515218161bca6d51948a6fc99c586e333e0029 diff --git a/vendor/isayahc b/vendor/isayahc new file mode 160000 index 0000000..74ee69d --- /dev/null +++ b/vendor/isayahc @@ -0,0 +1 @@ +Subproject commit 74ee69daf1c0a2603f19bdb1edcfdf1f4e06bcff diff --git a/vendor/joslangarica b/vendor/joslangarica new file mode 160000 index 0000000..949ab47 --- /dev/null +++ b/vendor/joslangarica @@ -0,0 +1 @@ +Subproject commit 949ab477a87cfb7a3668d7961e9443922081e098 diff --git a/vendor/merwanehamadi b/vendor/merwanehamadi new file mode 160000 index 0000000..a0fba5d --- /dev/null +++ b/vendor/merwanehamadi @@ -0,0 +1 @@ +Subproject commit a0fba5d1f13d35a1c4a8b7718550677bf62b5101 diff --git a/vendor/osGPT b/vendor/osGPT new file mode 160000 index 0000000..57bcbdf --- /dev/null +++ b/vendor/osGPT @@ -0,0 +1 @@ +Subproject commit 57bcbdf45c6c1493a4e5f6a4e72594ea13c10f93