Commit Graph

161 Commits

Author SHA1 Message Date
Reinier van der Leer
36e2dae6b0 Add AgentFactory and replace AI Goals by AI Directives + Task 2023-10-08 10:13:23 -07:00
Reinier van der Leer
12656646ae Move misc printing functions from app.main to app.utils 2023-10-08 09:54:55 -07:00
Reinier van der Leer
34352afd53 Create AgentFileManager
* Remove references to (broken) vector memory

* Move workspace setup to `WorkspaceMixin.attach_fs` hook

* Move directives into `BaseAgentSettings`
2023-10-08 01:14:54 -07:00
Reinier van der Leer
2b8d91fb1b Merge branch 'master' into autogpt/agent-protocol 2023-10-07 19:11:27 -07:00
Reinier van der Leer
e99e9b6181 AutoGPT/plugins: Support full parameter defs for plugin commands 2023-10-07 19:10:18 -07:00
Reinier van der Leer
0b709a4393 Rename AIConfig to AIProfile 2023-10-07 18:14:52 -07:00
Reinier van der Leer
34f2229479 AutoGPT: Clean up paths in config 2023-10-07 17:35:34 -07:00
Reinier van der Leer
69de6c0467 Merge branch 'master' into autogpt/agent-protocol 2023-10-07 15:13:56 -07:00
Reinier van der Leer
683257b697 AutoGPT: Fix prompt state pollution 2023-10-07 15:09:43 -07:00
hunteraraujo
a615eda205 Update incorrect docstring - "uri" to "relative_path" 2023-10-06 13:42:28 -07:00
SwiftyOS
1bebb2f5c0 forge - Added autogpt exceptions 2023-10-05 13:46:56 -07:00
SwiftyOS
e9240d0dd7 forge - Switched to using litellm to support more llms 2023-10-05 13:28:17 -07:00
Swifty
bef8203da2 Added setup command refactored memstore (#5555)
* forge -  restructured memstore

* Stopped setup from being ran as defualt when running an agent
2023-10-05 10:13:59 -07:00
NeonN3mesis
f227d5adb1 Fixed stacking prompt instructions (#5520)
fixed issue with prompt instruction stacking

prompt instructions were stacking making the agent eventually return an error because the prompt was full of repeating instructions
2023-10-04 06:16:08 +02:00
Reinier van der Leer
5ae18dcd00 AutoGPT: Improve function scopes and data flow in app.main and config
* Move TTS related config into TTSConfig
2023-10-02 20:59:29 -06:00
merwanehamadi
2a036894b6 Add pycharm debug to dev dependencies (#5483) 2023-10-02 16:03:50 -07:00
merwanehamadi
3291a921ad Put back reload mode (#5481)
* Fix benchmark CI

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>

* Put back reload mode

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>

---------

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-10-02 15:10:56 -07:00
Reinier van der Leer
563df6ca3a AutoGPT: Fix plugin commands accumulating 2023-10-02 16:41:18 -05:00
merwanehamadi
e2e74a6a5b Revert hot reload (#5476)
* Revert "Hot reload mode (#5475)"

This reverts commit 846cfc005d.

* Revert changes hot reload
2023-10-02 11:50:04 -07:00
merwanehamadi
846cfc005d Hot reload mode (#5475)
Hot reload mode
2023-10-02 11:15:11 -07:00
bsenst
062d286c23 Fix typos in forge/agent.py (#5449)
* Create FRITZLABS.md

* Delete FRITZLABS.md

* fix typos

Co-authored-by: Swiftyos <craigswift13@gmail.com>
2023-10-02 10:16:27 +02:00
Alex Worden
6682653ddd Update 003_crafting_agent_logic.md (#5456)
Fix a typo and remove redundant banter
2023-10-02 10:15:10 +02:00
SwiftyOS
76c321d6b1 Updated tutorial series links 2023-09-29 15:52:56 +02:00
merwanehamadi
0e804e27dd Add more data challenges (#5390)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-28 19:30:08 -07:00
SwiftyOS
959e1304d1 forge - Added unified run command 2023-09-28 18:38:55 +02:00
SwiftyOS
e374e51663 forge, remove helicone from .env.example 2023-09-28 15:50:51 +02:00
SwiftyOS
4f15b1c582 Fix pathing issues 2023-09-28 12:29:03 +02:00
SwiftyOS
ece0f9189f Check if filename is already in relative path 2023-09-28 12:03:30 +02:00
SwiftyOS
5360313271 Fixed CORS and proxy timeout issues 2023-09-28 11:39:15 +02:00
merwanehamadi
37fbb52d19 Add more challenges + cleanup (#5368)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-27 17:58:58 -07:00
Reinier van der Leer
5acb5ad9b7 AutoGPT: Remove color codes in file log output 2023-09-27 20:50:18 -04:00
Reinier van der Leer
d466689c94 AutoGPT: Move all the Agent's prompt generation code into a PromptStrategy (#5363)
* AutoGPT: fix execution of async commands

* AutoGPT: Move all the Agent's prompt building code into OneShotAgentPromptStrategy

* Remove generic type annotations from PromptStrategy

* Fix tests

* Fix lint
2023-09-27 20:42:46 -04:00
Reinier van der Leer
10b7af08be AutoGPT: Fix challenges & plugin tests 2023-09-27 19:50:25 -04:00
Reinier van der Leer
5496a82043 AutoGPT: Prevent the linter from breaking check_requirements.py 2023-09-27 18:59:33 -04:00
SwiftyOS
6f289e6dfa Renamed wip tutorials to wip 2023-09-27 17:17:04 +02:00
SwiftyOS
1bcd402e1c forge - updated readme 2023-09-27 17:16:38 +02:00
SwiftyOS
3109fa583b forge - tutorial 3 adding images 2023-09-27 17:10:07 +02:00
SwiftyOS
4360527b43 forge - adding rest of tutorial 3 2023-09-27 16:52:19 +02:00
SwiftyOS
a14aadd914 forge - added prompt engine tutorial section 2023-09-27 12:51:31 +02:00
SwiftyOS
8f8b7d9ecd forge - updating tutorial 3 2023-09-27 12:37:52 +02:00
SwiftyOS
b32125d0ad forge: simplified sample step code 2023-09-27 11:55:03 +02:00
merwanehamadi
8f41dbe27d Rename Auto-GPT to AutoGPT (#5301)
* Rename to AutoGPT

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>

* Update autogpts/autogpt/BULLETIN.md

Co-authored-by: Reinier van der Leer <pwuts@agpt.co>

* Update BULLETIN.md

* Update docker-compose.yml

* Update autogpts/forge/tutorials/001_getting_started.md

Co-authored-by: Reinier van der Leer <pwuts@agpt.co>

* Update autogpts/autogpt/tests/unit/test_logs.py

Co-authored-by: Reinier van der Leer <pwuts@agpt.co>

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update introduction.md

* Update plugins.md

---------

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
2023-09-22 15:49:29 -07:00
merwanehamadi
a0e383f4d9 Fix skill tree (#5303)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-22 13:09:57 -07:00
SwiftyOS
ca644f8be0 forge - Added image for 3rd tutorial 2023-09-22 17:44:11 +02:00
SwiftyOS
ea1e381003 forge - added draft 3rd tutorial 2023-09-22 17:40:23 +02:00
SwiftyOS
4fd1d4b426 forge - added tutorial images 2023-09-22 16:30:00 +02:00
SwiftyOS
6705a6be08 Updating the 2nd tutorial 2023-09-22 15:07:33 +02:00
SwiftyOS
06ee9eb744 forge - updated the readme 2023-09-22 15:07:11 +02:00
SwiftyOS
4acccc0b8d forge - updating agent blueprint tutorial 2023-09-22 13:11:08 +02:00
SwiftyOS
135bf18d65 Updated the readme with links to the tutorial series 2023-09-22 12:28:14 +02:00