Commit Graph

1352 Commits (23d3dafc5152b5c7437a484d38e29f282fbc75ad)

Author SHA1 Message Date
BillSchumacher 6aa76ec794
Merge pull request #1796 from Significant-Gravitas/richbeales-patch-1
Create Docker Image CI
2023-04-16 01:39:49 -05:00
BillSchumacher cfdd7c1206
Merge pull request #1787 from chyezh/fix_readme
README fix, update Table Of Contents, fix and better memory backend s…
2023-04-16 01:38:38 -05:00
BillSchumacher b23b832332
Merge pull request #1436 from CalCameron/master
File Logger that tracks changes to file operations to prevent looping
2023-04-16 01:33:25 -05: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 f048f88337
Merge pull request #1700 from OmriGM/tests/chat-tests
Added tests for `create_chat_message` and `generate_context` methods of the chat module
2023-04-16 07:16:04 +01:00
chyezh e61c48ea85 README fix, update Table Of Contents, fix and better memory backend setup guide 2023-04-16 14:14:57 +08: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 2ea9a8bb1b
Merge pull request #1719 from Ding3LI/master
Add missing clarifications and method usages
2023-04-16 07:01:20 +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
Richard Beales c6c08eb0e7
Merge pull request #1794 from Explorergt92/patch-3
Update README.md .env.template instructions
2023-04-16 06:49:11 +01:00
Richard Beales 7872c4ecf4 clarify/tweak instructions and wording 2023-04-16 06:48:03 +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
Richard Beales 17f3df0a04
Create Docker Image CI
Github action to build the docker image on CI
2023-04-16 06:31:17 +01:00
John 4374e4a43f
Update to README.md
fixed syntax
2023-04-16 01:31:00 -04: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
John b64a4881d9
Update README.md clarifying the .env.template step 2023-04-16 01:05:51 -04: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
Richard Beales 765166e807
Merge pull request #1763 from danmohad/update-docker-requirements
Added packages necessary to run docker from terminal
2023-04-16 05:48:46 +01:00
Richard Beales 63501c2ff4
Merge branch 'master' into update-docker-requirements 2023-04-16 05:48:17 +01: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
Richard Beales ee8aa5074f
Merge pull request #1779 from Qinbf/master
add tweepy module
2023-04-16 05:43:55 +01:00
Richard Beales 6703beea22
Merge pull request #1791 from kumayu0108/my_branch
resolved tweepy not in requirements.txt
2023-04-16 05:36:58 +01:00
Ayush Kumar a2000b4b9d resolved tweepy not in requirements.txt 2023-04-16 09:53:51 +05:30
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
覃秉丰 d5ae51aab0 add tweepy module 2023-04-16 11:18:48 +08: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
Slowly-Grokking 66ee7e1a81
Update README.md 2023-04-15 21:33:26 -05:00
Slowly-Grokking 16553be539
Merge branch 'master' into master 2023-04-15 21:29:14 -05:00
BillSchumacher 4daa083fd3
Merge pull request #1767 from Bentlybro/ElevenLabsIDs
ElevenLabs Voice ID's
2023-04-15 21:25:46 -05:00
BillSchumacher bf3142ad67
Add eleven labs voice IDs. 2023-04-15 21:24:40 -05:00
BillSchumacher 32e09665ad
Revert "Show README.md Love"
This reverts commit 7abc03e523.
2023-04-15 21:23:12 -05:00
BillSchumacher 74a0944862
Revert "Show readme love"
This reverts commit 4a38fbaa99.
2023-04-15 21:23:09 -05:00
BillSchumacher a52be46e69
Revert "Show readme love"
This reverts commit 6f7153324c.
2023-04-15 21:23:05 -05:00
BillSchumacher 7b4e2bdb4d
Revert "Show readme love"
This reverts commit fd1a11c452.
2023-04-15 21:23:01 -05:00
BillSchumacher d141383305
Revert "All ElevenLabs voice ID's"
This reverts commit b225bc24dc.
2023-04-15 21:22:53 -05:00
Bently b225bc24dc All ElevenLabs voice ID's 2023-04-16 02:56:59 +01:00
Danyal Mohaddes bdb93631d6 added packages necessary to run docker from terminal 2023-04-15 21:23:32 -04:00
Bently fd1a11c452 Show readme love 2023-04-16 02:09:35 +01:00
Bently 6f7153324c Show readme love 2023-04-16 02:09:00 +01:00