Commit Graph

7791 Commits

Author SHA1 Message Date
0xArty
a2c0db44d6 moved cli into seperate file 2023-04-18 14:33:55 +01:00
Douglas Schonholtz
63c8e4da84 Merge pull request #2 from ambujpawar/typo_in_readme
Typo in README.md
2023-04-18 09:18:14 -04: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
Ambuj Pawar
3b0091c231 Typo in README.md 2023-04-18 09:25:25 +02: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
Douglas Schonholtz
22d997d088 Merge pull request #1 from dschonholtz/master
First commit for AutoGPT Benchmarks
2023-04-17 19:07:49 -04: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
douglas
59ff485253 Prompt engineering fixes 2023-04-17 18:14:09 -04:00
Evgeny Vakhteev
7f4e38844f adding openai plugin loader 2023-04-17 14:57:55 -07:00
douglas
7212c3876d Cleanup 2023-04-17 17:34:45 -04:00
douglas
89081d942c First commit for AutoGPT Benchmarks 2023-04-17 17:22:31 -04: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