Commit Graph

19 Commits

Author SHA1 Message Date
James Collins
dcd6aa912b Add workspace abstraction (#2982)
* Add workspace abstraction

* Remove old workspace implementation

* Extract path resolution to a helper function

* Add api key requirements to new tests
2023-04-23 14:36:04 -05:00
BillSchumacher
d7679d755f Fix all commands and cleanup 2023-04-19 18:17:04 -05:00
BillSchumacher
23c650ca10 Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-19 17:28:17 -05:00
BillSchumacher
085842d43c Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-18 18:44:40 -05:00
Will Callender
74aa4add1b fix(python-run): prompt users to install Docker when execute_python_file encounters a Docker error (#2231)
fix(python-run): make error message more explicit

---------

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
2023-04-19 01:37:31 +02: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
Merwane Hamadi
cf9a94a8b6 isort implemented 2023-04-17 13:42:01 -07:00
Tmpecho
9c062b44aa Added return type hint to functions 2023-04-17 20:46:47 +02:00
rickythefox
baf31e69e5 Use python:3-alpine image for code execution (#1192) 2023-04-17 16:45:23 +01:00
lfricken
d4860fe9f0 Don't incapacitate yourself! (#1240)
* subprocesses

* fix lint

* fix more lint

* fix merge

* fix merge again
2023-04-17 16:27:53 +01:00
Richard Beales
6dbe84a1bf Merge pull request #1555 from nolan23/update-docs
move comment to correct position
2023-04-17 07:12:25 +01:00
BillSchumacher
c110f3489d Finish integrating command registry 2023-04-16 21:51:36 -05:00
BillSchumacher
167628c696 Add fields to disable the command if needed by configuration, blacked. 2023-04-16 15:49:36 -05:00
BillSchumacher
ec8ff0fcde Merge branch 'command_registry' of https://github.com/kreneskyp/Auto-GPT into plugin-support 2023-04-16 15:25:21 -05:00
Reinier van der Leer
11620cc571 Fix and consolidate command workspace resolution 2023-04-16 18:27:39 +01:00
roby.parapat
8cbe438ad5 move comment to correct position 2023-04-16 06:33:43 +07:00
BillSchumacher
11d6dabe37 Quality update 2023-04-15 14:55:13 -05:00
Mike M
712982a7d5 Fix for 'requires string as left operand, not PosixPath' 2023-04-15 11:21:43 -05: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