Commit Graph

145 Commits

Author SHA1 Message Date
BillSchumacher
c544cebbe6 Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-16 14:15:15 -05:00
Richard Beales
a91ef56954 Remove warnings if memory backend is not installed 2023-04-16 19:20:19 +01:00
BillSchumacher
1df47bb0be Add in one more place. 2023-04-16 13:08:16 -05:00
Jayce Slesar
713e4c1822 Merge branch 'master' into fix/type-annotations 2023-04-16 14:05:13 -04:00
jayceslesar
8990911522 unify annotations to future syntax 2023-04-16 14:02:48 -04:00
SBNovaScript
13602b4a63 Add list type check 2023-04-16 18:56:09 +01:00
SBNovaScript
f02b6832e2 Fix google result encoding. 2023-04-16 18:56:09 +01:00
Peter Svensson
5634eee2cf removed erroneous whitespace to appease lint 2023-04-16 18:44:06 +01:00
Peter Svensson
4fa97e9218 remvoed options so that @pi can merge this and another commit easily 2023-04-16 18:44:06 +01:00
bvoo
cd78f21b51 cleanup 2023-04-16 18:44:06 +01:00
Peter Svensson
92ab3e0e8b fixes #1821 by installing required drivers and adding options to chromedriver 2023-04-16 18:44:06 +01:00
Reinier van der Leer
11620cc571 Fix and consolidate command workspace resolution 2023-04-16 18:27:39 +01:00
GyDi
c3f01d9b2f fix: config save and load path inconsistent 2023-04-16 17:28:55 +01:00
Pi
ccf3c7b89e Update file_operations.py 2023-04-16 17:25:58 +01:00
Steve
5b428f509b fix file logging issue 2023-04-16 17:25:58 +01:00
BillSchumacher
5e67722836 Merge pull request #1793 from ickma/fix-google-search-encoding
Fix google api fetch error
2023-04-16 04:10:39 -05:00
BillSchumacher
2193d64f7e Merge pull request #1826 from hdkiller/add-only-to-prompt-if-model-is-set
Only add audio to text command to the prompt if model is set
2023-04-16 04:05:29 -05:00
HDKiller
405632f187 Only add audio to text command to the prompt if model is set 2023-04-16 08:57:23 +00:00
Fariz Rahman
4f3bb609df Remove least relevant items from memory first 2023-04-16 14:23:02 +05:30
BillSchumacher
6a0a3811d9 Merge pull request #1814 from zzzgydi/fix-prompt
fix: add necessary space to the prompt
2023-04-16 02:59:14 -05:00
GyDi
bf98791330 fix: add necessary space to the prompt 2023-04-16 15:50:26 +08:00
cs0lar
23b89b80cd merged master and resolved conflicts 2023-04-16 07:49:21 +01:00
BillSchumacher
0d1fd4fcf0 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1436 2023-04-16 01:32:18 -05:00
Richard Beales
c5f513ae2d Merge pull request #1732 from alexonab/patch-5
Fix  update bracket_termination.py with f string
2023-04-16 07:02:59 +01:00
Richard Beales
2038dff027 Merge pull request #1798 from yueliu1999/develop
Catch exception of repository clone
2023-04-16 06:59:20 +01:00
Richard Beales
236f30043c Merge pull request #1730 from Zorinik/master
Typo in prompt start - missing space resulted in joined words in the prompt
2023-04-16 06:56:38 +01:00
Yue Liu
ca47a58a5d Catch exception of repository clone 2023-04-16 13:47:13 +08:00
BillSchumacher
05bafb9838 Fix fstring bug. 2023-04-16 00:40:00 -05:00
BillSchumacher
abb54df4d0 Add custom commands to execute_command via promptgenerator 2023-04-16 00:37:21 -05:00
BillSchumacher
83403ad3ab add pre_command and post_command hooks. 2023-04-16 00:20:00 -05:00
BillSchumacher
17478d6a05 Add post planning hook 2023-04-16 00:09:11 -05:00
BillSchumacher
397627d1b9 add post_instruction hook 2023-04-16 00:01:23 -05:00
BillSchumacher
00225e01b3 Fix another bad implementation detail. 2023-04-15 23:54:20 -05:00
BillSchumacher
fc7db7d86f Fix bad logic probably. 2023-04-15 23:51:43 -05:00
chao ma
2576b299e7 Fix google api fetch error 2023-04-16 12:45:49 +08:00
BillSchumacher
ee42b4d06c Add pre_instruction and on_instruction hooks. 2023-04-15 23:45:16 -05:00
BillSchumacher
09a5b3149d Add on_planning hook. 2023-04-15 23:01:01 -05:00
BillSchumacher
68e26bf9d6 Refactor main startup to store AIConfig on Agent for plugin usage. 2023-04-15 22:43:17 -05:00
BillSchumacher
e36b74893f Add name and role to prompt generator object for maximum customization. 2023-04-15 22:33:56 -05:00
BillSchumacher
2761a5c361 Add post_prompt hook 2023-04-15 22:18:55 -05:00
BillSchumacher
b7a29e71cd Refactor prompts into package, make the prompt able to be stored with the AI config and changed. Fix settings file. 2023-04-15 22:15:34 -05:00
BillSchumacher
1af463b03c Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into plugin-support 2023-04-15 21:37:27 -05:00
BillSchumacher
bf3142ad67 Add eleven labs voice IDs. 2023-04-15 21:24:40 -05:00
BillSchumacher
017371b492 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1718 2023-04-15 19:32:05 -05:00
Pi
60881ed856 Add \n to pass linter-check 2023-04-15 23:48:27 +01:00
Pi
d5534f1e5f Add missing terminal \n 2023-04-15 23:48:27 +01:00
DaoAdvocate
c30a621195 updates 2023-04-15 23:48:27 +01:00
DaoAdvocate
cfba3d0a60 twitter_send_tweets_command 2023-04-15 23:48:27 +01:00
Zorinik
f817daba17 Merge branch 'Significant-Gravitas:master' into master 2023-04-16 00:33:34 +02:00
Domenico Giambra
04189de9c5 Prints to console what the assistant wants to say 2023-04-16 00:32:26 +02:00