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 |
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 |
0xArty
|
328ba5e69e
|
formatting
|
2023-04-14 20:42:28 +01:00 |
Dino Hensen
|
d64f866bfa
|
Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
|
2023-04-14 10:27:41 -07:00 |
Richard Beales
|
0ba2956ee4
|
Merge pull request #1014 from drikusroor/fix-flake8-issues-pt-2
Fix flake8 issues pt. 2 (Add E231 & E302 flake8 rules)
|
2023-04-13 17:56:06 +01:00 |
digger-yu
|
0c7b7e5de8
|
Update test_json_parser.py
Optimize part of the code to maintain uniformity
|
2023-04-13 18:43:32 +08:00 |
Drikus Roor
|
d1ea6cf002
|
lint: Fix all E302 linting errors
|
2023-04-13 10:50:51 +02:00 |
Drikus Roor
|
4afd0a3714
|
lint: Fix E231 flake8 linting errors
|
2023-04-13 10:50:27 +02:00 |
Drikus Roor
|
1f837968ff
|
fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors
|
2023-04-12 22:12:25 +02:00 |
Drikus Roor
|
d8f9d1df98
|
fix: Fix json_parsers tests
|
2023-04-12 10:16:42 +02:00 |
Drikus Roor
|
f34751a0c3
|
revert: Revert relative imports in scripts and fix imports in tests
|
2023-04-12 10:16:00 +02:00 |
Drikus Roor
|
d0ae72e63b
|
refactor: Refactor imports to be compatible with unit tests
|
2023-04-12 10:16:00 +02:00 |