Commit Graph

2205 Commits

Author SHA1 Message Date
Evgeny Vakhteev
894026cdd4 reshaping code and fixing tests 2023-04-18 12:52:09 -07:00
Richard Beales
913c933e8c isort 2023-04-18 20:13:31 +01:00
Richard Beales
90e6a55e37 Black formatting 2023-04-18 20:11:26 +01:00
Richard Beales
4a07790910 Added ability to output news/announcements on startup 2023-04-18 20:09:07 +01:00
BillSchumacher
5752a466a2 Merge pull request #2318 from ezolenko/bugs/execute_shell_popen
Fix for execute_shell_popen using WORKING_DIRECTORY
2023-04-18 13:07:27 -05:00
0xArty
b5f1ba0df1 Merge pull request #2415 from cryptidv/template-updates
[Hotfix] bugs template again
2023-04-18 17:59:03 +01:00
Eesa Hamza
5c55c35821 Hotfix bugs template again 2023-04-18 19:57:24 +03:00
0xArty
efb4429d33 Merge pull request #2408 from cryptidv/template-updates
Hotfix bugs template
2023-04-18 17:55:15 +01:00
Eesa Hamza
285188bdde Added required under 'validations' 2023-04-18 19:52:15 +03:00
Eesa Hamza
4ca8b376b6 Fix label being required 2023-04-18 19:25:46 +03:00
Eesa Hamza
61f5925502 Hotfix bugs template 2023-04-18 19:13:27 +03:00
Pi
8d9505cda5 Merge pull request #2375 from cryptidv/template-updates
Improve the Issue Templates
2023-04-18 17:07:53 +01:00
pkqs90
4cc90b8eb4 Fix docker usage readme 2023-04-19 00:01:26 +08:00
lengweiping
09e29f1e1b fix conflicts 2023-04-18 23:37:17 +08:00
Eesa Hamza
17caf226d0 Slight fixes 2023-04-18 17:57:40 +03:00
Eesa Hamza
7a6eb19b1c Fixed bugs template and added suggestions 2023-04-18 17:55:09 +03:00
Eesa Hamza
c846c1d331 Fixed and added suggestions to bugs template 2023-04-18 17:53:49 +03:00
Reinier van der Leer
d6b1aa677d consolidate browser settings 2023-04-18 16:46:58 +02:00
0xArty
fd4a2ed414 Merge pull request #2373 from 0xArty/click-arg-pasing
Use click to parse arguments
2023-04-18 15:16:53 +01:00
Reinier van der Leer
9d14b113a3 Merge remote-tracking branch 'origin/master' into support-headless-chrome-mode 2023-04-18 16:01:45 +02:00
EH
0c8467c404 Update 1.bug.yml 2023-04-18 14:34:24 +01:00
0xArty
a2c0db44d6 moved cli into seperate file 2023-04-18 14:33:55 +01:00
Eesa Hamza
7286ef3a52 Spruced up the bug issue template 2023-04-18 16:07:15 +03:00
0xArty
6f87fb63c1 Runs agent as default command 2023-04-18 13:54:06 +01:00
EH
fbdf9d4bd4 docs: add warning for non-essential contributions (#2359) 2023-04-18 14:21:57 +02:00
0xArty
b5378174f3 Switched to using click 2023-04-18 13:19:17 +01:00
Yun Zheng
c1fe34adcb Fix azure_api_type in azure template 2023-04-18 17:24:59 +08:00
zvrr
f7014e8773 Update config.py
azure_model_to_deployment_id_map default type should be a dict, not list
2023-04-18 17:06:58 +08:00
Yun Zheng
fc6070d574 Fix Azure Config file location 2023-04-18 17:03:48 +08:00
Richard Beales
4c2a566acc Merge pull request #2327 from Significant-Gravitas/automatic-CI
Make Continuous Integration Automatic
2023-04-18 08:20:15 +01:00
Toran Bruce Richards
7ac296081c Add pull_request_target to CI trigger 2023-04-18 19:11:09 +12:00
Toran Bruce Richards
525073bb94 Change on PR to all branches 2023-04-18 18:46:50 +12:00
Toran Bruce Richards
0664b737ab Updates sponsors 2023-04-18 18:11:56 +12:00
itaihochman
e34ede79b9 Add an option to set the chunk size using the
configoration - BROWSE_CHUNK_MAX_LENGTH=4000
This way, we can avoid errors of exceeding chunk size when using gpt-3.5
2023-04-18 08:56:00 +03:00
GyDi
a0160eef0c fix: remove duplicate task complete prompt 2023-04-18 13:51:16 +08:00
Taylor Beeston
b84de4f7f8 ♻️ Use AutoGPT template package for the plugin type 2023-04-17 22:10:40 -07:00
lengweiping
275b2eaae1 only adjust the order, so argument definitions are consistent with the logical order 2023-04-18 13:06:09 +08:00
Eugene Zolenko
a88113de33 Fix for execute_shell_popen using WORKING_DIRECTORY
Looks like things got changed to WORKSPACE_PATH recently?
2023-04-17 23:02:07 -06:00
Evgeny Vakhteev
9fd80a8660 tests, model 2023-04-17 20:51:27 -07:00
Evgeny Vakhteev
193c80849f separating OpenAI Plugin base class 2023-04-17 18:42:42 -07:00
Evgeny Vakhteev
9ed5e0f1fc adding plugin interface instantiation 2023-04-17 17:13:53 -07:00
bingokon
6787c2eeed fix json_schemas not found error 2023-04-18 00:17:42 +01:00
bingokon
31900f6733 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	autogpt/app.py
#	autogpt/json_fixes/auto_fix.py
#	autogpt/json_fixes/bracket_termination.py
#	autogpt/json_fixes/master_json_fix_method.py
#	autogpt/json_utils/json_fix_llm.py
#	autogpt/json_utils/utilities.py
2023-04-18 00:01:58 +01: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
Evgeny Vakhteev
7f4e38844f adding openai plugin loader 2023-04-17 14:57:55 -07: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
Merwane Hamadi
9577468f0c remove isort 2023-04-17 12:58:05 -07:00
Merwane Hamadi
3134beb983 Configure isort settings in pyproject.toml and remove tool.setuptools 2023-04-17 12:51:12 -07:00
Merwane Hamadi
254cd69748 Update CI workflow to use flake8, black, and isort formatting checks 2023-04-17 12:50:21 -07:00