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 |
Merwane Hamadi
|
2f4ef3ba6a
|
Update pre-commit hooks with isort, black, and local pytest-check
|
2023-04-17 12:49:56 -07:00 |
Sourcery AI
|
9705f60dd3
|
'Refactored by Sourcery'
|
2023-04-17 19:44:54 +00: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 |
Taylor Beeston
|
ea67b6772c
|
🐛 Minor type fixes
|
2023-04-17 12:42:17 -07:00 |
Taylor Beeston
|
f784049079
|
🏷️ Type plugins field in config
|
2023-04-17 12:41:34 -07:00 |
Taylor Beeston
|
d23ada30d7
|
🐛 Fix on_planning
|
2023-04-17 12:41:17 -07:00 |
Taylor Beeston
|
dea5000a01
|
🐛 Fix pre_instruction
|
2023-04-17 12:40:46 -07:00 |
Taylor Beeston
|
239aa3aa02
|
🎨 Bring in plugin_template
This would ideally be a shared package
|
2023-04-17 12:39:18 -07: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 |
Richard Beales
|
6222b2d542
|
Merge pull request #1474 from bszollosinagy/allow_easy_setup
Allow local Development without pip install using "pip install -e ."
|
2023-04-17 20:18:21 +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
|
d063436b0a
|
Merge pull request #2176 from hamidzr/patch-1
docs: update docs around Milvus
|
2023-04-17 19:26:04 +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 |
BillSchumacher
|
6cbf00df60
|
Merge pull request #2217 from Pwuts/patch-3
fix(pr-label): concurrency group cannot be empty
|
2023-04-17 12:21:51 -05:00 |
Reinier van der Leer
|
3b37c89d88
|
fix(pr-label): concurrency group cannot be empty
|
2023-04-17 19:15:20 +02: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
|
ee224c395e
|
Merge pull request #2172 from Funkelfetisch/patch-1
Update .env.template
|
2023-04-17 17:57:57 +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
|
efc7b4deb6
|
Merge pull request #2024 from deece/master
Remove requirements-docker.txt
|
2023-04-17 17:43:01 +01:00 |
Richard Beales
|
e6ef12d313
|
Merge pull request #2153 from bobvanluijt/patch-2
Update README.md with Weaviate installation and reference
|
2023-04-17 17:41:32 +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
|
cf2c3fde41
|
Merge pull request #2132 from mawsyh/master
Update .env.template
|
2023-04-17 17:39:58 +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 |
Richard Beales
|
2bb0ecf497
|
Merge pull request #2203 from Pwuts/patch-2
fix(pr-label): mitigate excessive concurrent runs
|
2023-04-17 17:35:04 +01:00 |