Commit Graph

16 Commits

Author SHA1 Message Date
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
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
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
Acer
1d49b87e48 added missing import 2023-04-17 18:34:11 +04:30
BingokoN
0d2e196368 refactoring/splitting the json fix functions into general module and llm module which need AI's assistance. 2023-04-17 12:14:43 +01:00
bingokon
7a32e03bd5 refactoring the all json utilities 2023-04-17 00:48:53 +01:00
Merwane Hamadi
1513be4acd hotfix user input 2023-04-16 23:47:44 +01:00
Merwane Hamadi
89e0e89927 change master prompt to system prompt 2023-04-16 23:07:06 +01:00
Merwane Hamadi
b50259c25d Update variable names, improve comments, and modify input handling in agent.py 2023-04-16 23:07:06 +01:00
Merwane Hamadi
bf24cd9508 Refactor agent.py to improve JSON handling and validation 2023-04-16 11:32:27 -07:00
jayceslesar
8990911522 unify annotations to future syntax 2023-04-16 14:02:48 -04:00
youkaichao
afd2c5e2c6 update type annotation 2023-04-15 22:04:05 +08:00
BillSchumacher
1073954fb7 Reorg (#1537)
* Pi's message.

* Fix most everything.

* Blacked

* Add Typing, Docstrings everywhere, organize the code a bit.

* Black

* fix import

* Update message, dedupe.

* Increase backoff time.

* bump up retries
2023-04-15 13:56:23 +01:00