Commit Graph

211 Commits

Author SHA1 Message Date
lengweiping
09e29f1e1b fix conflicts 2023-04-18 23:37:17 +08:00
0xArty
a2c0db44d6 moved cli into seperate file 2023-04-18 14:33:55 +01:00
0xArty
6f87fb63c1 Runs agent as default command 2023-04-18 13:54:06 +01:00
0xArty
b5378174f3 Switched to using click 2023-04-18 13:19:17 +01:00
lengweiping
275b2eaae1 only adjust the order, so argument definitions are consistent with the logical order 2023-04-18 13:06:09 +08:00
BillSchumacher
67846bad21 Merge pull request #2192 from merwanehamadi/feature/change-flake-config
Align flake, black and isort to pipelines and precommit hooks
2023-04-17 17:28:12 -05:00
Merwane Hamadi
da65bc3f68 black 2023-04-17 13:47:38 -07:00
Merwane Hamadi
cf9a94a8b6 isort implemented 2023-04-17 13:42:01 -07:00
Richard Beales
9cb1555ade Merge pull request #2193 from Lootheo/betterparsing
changed rstrip for strip and added case for empty string
2023-04-17 20:43:25 +01:00
Richard Beales
75baa11e81 Merge pull request #2227 from Tmpecho/patch-1
Added return type hint to execute_code.py file
2023-04-17 20:30:21 +01:00
Richard Beales
e40d6f3314 Merge pull request #2050 from tzengyuxio/master
fix: unreadable text in console and potentially over the max token
2023-04-17 20:23:35 +01:00
Richard Beales
e849e4ff0b Merge pull request #1836 from cs0lar/fix/weaviate_index_to_classname
fixes Weaviate index name to classname conversion
2023-04-17 20:21:39 +01:00
Tmpecho
9c062b44aa Added return type hint to functions 2023-04-17 20:46:47 +02:00
Richard Beales
cd587bc406 Merge pull request #2096 from cryptidv/fix-linux-selenium
Add Fixes for Selenium Browsing On Linux
2023-04-17 19:37:16 +01:00
Richard Beales
935481c4b5 Merge pull request #2093 from lengweiping1983/master
memory object move to memory_add block
2023-04-17 19:32:18 +01:00
Richard Beales
3f0b84eb7b Merge pull request #2183 from aminghani/fix-bug-imoprt123
added missing import
2023-04-17 19:22:20 +01:00
BillSchumacher
64e05778ef Merge pull request #1987 from cryptidv/fix-oai-error-msgs
Improve the error logging for OAI Issues
2023-04-17 12:47:28 -05:00
Richard Beales
d4b74661aa Merge pull request #2168 from H-jj-R/master
Spelling Fixes
2023-04-17 18:02:09 +01:00
Richard Beales
9dea8b1f66 Merge pull request #2105 from gabrielrbarbosa/fix-brian-tts-speech-exception
Fix BRIAN_TTS - Prevent TypeError exception in _speech method
2023-04-17 17:46:21 +01:00
Richard Beales
a5506abdad Merge pull request #2137 from suzuken/config-fix-openai-link
config.py: update OpenAI link to platform.openai.com
2023-04-17 17:40:48 +01:00
Richard Beales
ed89d9f801 Merge pull request #2129 from XFFXFF/fix_missing_import
fix a missing import
2023-04-17 17:39:08 +01:00
jingxing
f2baa0872b config.py format 2023-04-17 17:16:14 +01:00
Steve Byerly
8637b8b61b whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly
6ac9ce614a whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly
bd670b4db3 whitespace 2023-04-17 17:12:23 +01:00
Steve Byerly
def96ffe2f fix split file 2023-04-17 17:12:23 +01:00
Tom Kaitchuck
6b64158356 Unbound summary size
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
2023-04-17 17:08:21 +01:00
REal0day
a2a6f84f13 internal resource request bug 2023-04-17 17:05:45 +01:00
rickythefox
baf31e69e5 Use python:3-alpine image for code execution (#1192) 2023-04-17 16:45:23 +01:00
lfricken
d4860fe9f0 Don't incapacitate yourself! (#1240)
* subprocesses

* fix lint

* fix more lint

* fix merge

* fix merge again
2023-04-17 16:27:53 +01:00
Manuel Otheo
57ee84437b changed break for continue 2023-04-17 09:20:52 -06:00
Manuel Otheo
286edbbb8c changed rstrip for strip and added case for empty string
changed rstrip for strip and added case for empty string in agent.py
2023-04-17 09:17:07 -06:00
lengweiping1983
00ba50bcb4 Merge branch 'Significant-Gravitas:master' into master 2023-04-17 23:04:40 +08:00
Acer
1d49b87e48 added missing import 2023-04-17 18:34:11 +04:30
EH
2c55ff0b3d Update web_selenium.py 2023-04-17 15:43:14 +03:00
Eesa Hamza
9887016bdf Move under chrome 2023-04-17 15:39:04 +03:00
H-jj-R
8dadf79614 Spelling fixes 2023-04-17 13:25:49 +01:00
suzuken
74a8b5d832 config.py: update OpenAI link 2023-04-17 18:15:49 +09:00
XFFXFF
2b87245e22 fix a missing import 2023-04-17 16:21:52 +08:00
Richard Beales
be712fc606 Merge pull request #905 from endolith/noqa
Remove irrelevant noqa comments
2023-04-17 07:14:41 +01:00
Richard Beales
6dbe84a1bf Merge pull request #1555 from nolan23/update-docs
move comment to correct position
2023-04-17 07:12:25 +01:00
Gabriel R. Barbosa
64383776a2 Update brian.py - Prevent TypeError exception
TypeError: BrianSpeech._speech() takes 2 positional arguments but 3 were given.

Use the same arguments as used in _speech method from gtts.py
2023-04-17 03:04:35 -03:00
Eesa Hamza
e86764df45 Add linux selenium fixes 2023-04-17 07:55:48 +03:00
lengweiping
71c6600abf memory object move to memory_add block 2023-04-17 12:44:46 +08:00
EH
9589334a30 Add File Downloading Capabilities (#1680)
* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Fix Lint Issues

* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Conditionally add the 'download_file' prompt

* Update args.py

* Removed Duplicate Prompt

* Switched to using path_in_workspace function
2023-04-17 03:34:02 +01:00
BillSchumacher
6fb1369939 Merge pull request #2022 from AdrianScott/patch-1
Added one space after period for better formatting
2023-04-16 20:53:40 -05:00
Tzeng Yuxio
da72e69196 fix: unreadable text in console and potentially over the max token 2023-04-17 09:28:33 +08:00
Chris Cheney
15059c2090 ensure git operations occur in the working directory 2023-04-17 00:31:54 +01:00
Adrian Scott
c71c61dc58 Added one space after period for better formatting 2023-04-16 18:14:16 -05:00
Merwane Hamadi
1513be4acd hotfix user input 2023-04-16 23:47:44 +01:00