Reinier van der Leer
9c60eecce6
Improve docker setup & config ( #1843 )
...
* Improve docker setup & config
* fix(browsing): Selenium needs access to home directory
* fix(docker): allow overriding memory backend settings
* simplify Dockerfile and docker-compose config
* add .dockerignore
* adjust Docker CI with release build type arg
* replace Chrome by Chromium in devcontainer
* update docs
* update bulletin
* use preinstalled chromedriver in web_selenium.py
* update installation.md
* fix code blocks for mkdocs
* fix links to docs
2023-04-24 14:27:53 +01:00
Eddie Cohen
40a75c804c
Validate URLs in web commands before execution ( #2616 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-24 12:33:44 +02:00
James Collins
43fa67ca81
Remove unnecessary memory call
2023-04-23 16:54:32 -07:00
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
Richard Beales
0efbe23d89
Merge pull request #2756 from gklab/master
...
adjust file_operations.py code format
2023-04-22 10:24:54 +01:00
Richard Beales
f342b84479
Merge pull request #2851 from sudouser777/fix/typo
...
fixed typo
2023-04-22 06:31:42 +01:00
ZHAOKAI WANG
019ac37d49
Merge branch 'master' into master
2023-04-22 10:40:22 +08:00
Steve
3ab67e746d
Add file op tests ( #2205 )
...
Co-authored-by: Steven Byerly <stevenbyerly@microsoft.com >
2023-04-22 04:17:38 +02:00
Raju Komati
3bf5934b20
fixed typo
2023-04-22 02:52:13 +05:30
ZHAOKAI WANG
e7c2a4068e
Update file_operations.py
2023-04-21 13:06:44 +08:00
ZHAOKAI WANG
45a9ff6e74
Update file_operations.py
2023-04-21 13:03:52 +08:00
lengweiping1983
63c2182870
Fix typo's ( #2735 )
...
Co-authored-by: lengweiping <lengweiping@vinotar.com >
2023-04-21 06:09:17 +02:00
Nick Foster
ec27d5729c
Fix label of download_file command ( #2753 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-21 04:55:20 +02:00
gklab
a2e75aabdd
adjust file_operations.py code format
2023-04-21 10:19:28 +08:00
Andres Caicedo
558003704e
Add missing size param to generate_image_with_dalle ( #2691 )
2023-04-21 04:00:44 +02:00
BillSchumacher
16f0e22ffa
linting
2023-04-19 18:21:03 -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
aeb1178a47
linting
2023-04-18 19:26:18 -05:00
BillSchumacher
7086961e00
Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1477
2023-04-18 19:20:24 -05:00
Will Callender
8532307b2f
Rename evaluate_code to analyze_code ( #1371 )
...
ChatGPT is less confused by this phrasing
From my own observations and others (ie #101 and #286 ) ChatGPT seems to think that `evaluate_code` will actually run code, rather than just provide feedback. Since changing the phrasing to `analyze_code` I haven't seen the AI make this mistake.
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-19 02:16:08 +02:00
BillSchumacher
86d3444fb8
isort, add proper skips.
2023-04-18 18:59:23 -05:00
Josh XT
9514919d37
Option to disable working directory restrictions ( #1875 )
...
Remove restriction on working directory if RESTRICT_TO_WORKSPACE != True
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-04-19 01:54:38 +02:00
Tymec
ac023e95c0
fix: remove "wait-for-model" header from hf request
2023-04-19 01:46:24 +02: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
Tymec
5576994c2c
fix: merge conflicts
2023-04-19 01:30:28 +02:00
Reinier van der Leer
8020eaa2e9
Merge pull request #1473 from ickma/support-headless-chrome-mode
...
Add support for running Chrome in Headless mode.
2023-04-19 01:14:49 +02:00
Reinier van der Leer
d6b1aa677d
consolidate browser settings
2023-04-18 16:46:58 +02:00
Reinier van der Leer
9d14b113a3
Merge remote-tracking branch 'origin/master' into support-headless-chrome-mode
2023-04-18 16:01:45 +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
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
d4b74661aa
Merge pull request #2168 from H-jj-R/master
...
Spelling Fixes
2023-04-17 18:02:09 +01:00
Steve Byerly
8637b8b61b
whitespace
2023-04-17 17:12:23 +01:00
Steve Byerly
6ac9ce614a
whitespace
2023-04-17 17:12:23 +01:00
Steve Byerly
bd670b4db3
whitespace
2023-04-17 17:12:23 +01:00
Steve Byerly
def96ffe2f
fix split file
2023-04-17 17:12:23 +01:00
REal0day
a2a6f84f13
internal resource request bug
2023-04-17 17:05:45 +01: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
EH
2c55ff0b3d
Update web_selenium.py
2023-04-17 15:43:14 +03:00
Eesa Hamza
9887016bdf
Move under chrome
2023-04-17 15:39:04 +03:00
H-jj-R
8dadf79614
Spelling fixes
2023-04-17 13:25:49 +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
Eesa Hamza
e86764df45
Add linux selenium fixes
2023-04-17 07:55:48 +03:00
BillSchumacher
81c65af560
blacked
2023-04-16 22:51:39 -05:00
BillSchumacher
c0aa423d7b
Fix agent remembering do nothing command, use correct google function, disabled image_gen if not configured.
2023-04-16 22:46:38 -05:00
BillSchumacher
03c137741a
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support
2023-04-16 22:13:37 -05:00