Commit Graph

169 Commits

Author SHA1 Message Date
Tom Kaitchuck
6b64158356 Unbound summary size
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
2023-04-17 17:08:21 +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
Richard Beales
be712fc606 Merge pull request #905 from endolith/noqa
Remove irrelevant noqa comments
2023-04-17 07:14:41 +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
EH
9589334a30 Add File Downloading Capabilities (#1680)
* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Fix Lint Issues

* Added 'download_file' command

* Added util and fixed spinner

* Fixed comma and added autogpt/auto_gpt_workspace to .gitignore

* Fix linter issues

* Fix more linter issues

* Conditionally add the 'download_file' prompt

* Update args.py

* Removed Duplicate Prompt

* Switched to using path_in_workspace function
2023-04-17 03:34:02 +01:00
BillSchumacher
6fb1369939 Merge pull request #2022 from AdrianScott/patch-1
Added one space after period for better formatting
2023-04-16 20:53:40 -05:00
Chris Cheney
15059c2090 ensure git operations occur in the working directory 2023-04-17 00:31:54 +01:00
Adrian Scott
c71c61dc58 Added one space after period for better formatting 2023-04-16 18:14:16 -05:00
Merwane Hamadi
1513be4acd hotfix user input 2023-04-16 23:47:44 +01:00
k-boikov
4f33e1bf89 add utf-8 encoding to file handlers for logging 2023-04-16 23:09:14 +01:00
Merwane Hamadi
89e0e89927 change master prompt to system prompt 2023-04-16 23:07:06 +01:00
Merwane Hamadi
b5e0127b16 Only print JSON object validation message in debug mode 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
21ccaf2ce8 Refactor variable names and remove unnecessary blank lines in __main__.py 2023-04-16 23:07:06 +01:00
Benedict Hobart
8f0d553e4e Improve dev containers so autogpt can browse the web 2023-04-16 22:59:43 +01:00
endolith
5ff7fc340b Remove extraneous noqa E722 comment
E722 is "Do not use bare except, specify exception instead" but
except json.JSONDecodeError
is not a bare except
2023-04-16 17:21:34 -04:00
Slowly-Grokking
c8a349a573 Merge branch 'Significant-Gravitas:master' into master 2023-04-16 14:57:14 -05:00
Richard Beales
5ef103b68a Merge pull request #1977 from cryptidv/fix-memory
Fixed new backends not being added to supported memory
2023-04-16 20:54:14 +01:00
Slowly-Grokking
5b3afeccc1 Merge branch 'Significant-Gravitas:master' into master 2023-04-16 14:06:02 -05:00
Merwane Hamadi
fdb0a06803 fix conflict 2023-04-16 11:44:21 -07:00
Eesa Hamza
3944f29add Fixed new backends not being added to supported memory 2023-04-16 21:40:09 +03:00
Merwane Hamadi
45a2dea042 fixed flake8 2023-04-16 11:34:38 -07:00
Merwane Hamadi
b2b31dbc8f Update logs.py with new print_assistant_thoughts function 2023-04-16 11:34:38 -07:00
Merwane Hamadi
63d2a1085c Add JSON validation utility function 2023-04-16 11:34:38 -07:00
Merwane Hamadi
af50d6cfb5 Add JSON schema for LLM response format version 1 2023-04-16 11:34:38 -07:00
Merwane Hamadi
cfbec56b2b Refactor parsing module and move JSON fix function to appropriate location 2023-04-16 11:34:37 -07:00
Merwane Hamadi
fec25cd690 Add master_json_fix_method module for unified JSON handling 2023-04-16 11:33:17 -07:00
Merwane Hamadi
5c67484295 Remove deprecated function from bracket_termination.py 2023-04-16 11:33:15 -07:00
Merwane Hamadi
70100af98e Refactor get_command function in app.py to accept JSON directly 2023-04-16 11:32:27 -07:00
Merwane Hamadi
bf24cd9508 Refactor agent.py to improve JSON handling and validation 2023-04-16 11:32:27 -07:00
Richard Beales
a91ef56954 Remove warnings if memory backend is not installed 2023-04-16 19:20:19 +01:00
BillSchumacher
1df47bb0be Add in one more place. 2023-04-16 13:08:16 -05:00
Jayce Slesar
713e4c1822 Merge branch 'master' into fix/type-annotations 2023-04-16 14:05:13 -04:00
jayceslesar
8990911522 unify annotations to future syntax 2023-04-16 14:02:48 -04:00
SBNovaScript
13602b4a63 Add list type check 2023-04-16 18:56:09 +01:00
SBNovaScript
f02b6832e2 Fix google result encoding. 2023-04-16 18:56:09 +01:00
Peter Svensson
5634eee2cf removed erroneous whitespace to appease lint 2023-04-16 18:44:06 +01:00
Peter Svensson
4fa97e9218 remvoed options so that @pi can merge this and another commit easily 2023-04-16 18:44:06 +01:00
bvoo
cd78f21b51 cleanup 2023-04-16 18:44:06 +01:00
Peter Svensson
92ab3e0e8b fixes #1821 by installing required drivers and adding options to chromedriver 2023-04-16 18:44:06 +01:00
Reinier van der Leer
11620cc571 Fix and consolidate command workspace resolution 2023-04-16 18:27:39 +01:00
GyDi
c3f01d9b2f fix: config save and load path inconsistent 2023-04-16 17:28:55 +01:00
Pi
ccf3c7b89e Update file_operations.py 2023-04-16 17:25:58 +01:00
Steve
5b428f509b fix file logging issue 2023-04-16 17:25:58 +01:00
BillSchumacher
5e67722836 Merge pull request #1793 from ickma/fix-google-search-encoding
Fix google api fetch error
2023-04-16 04:10:39 -05:00
BillSchumacher
2193d64f7e Merge pull request #1826 from hdkiller/add-only-to-prompt-if-model-is-set
Only add audio to text command to the prompt if model is set
2023-04-16 04:05:29 -05:00
HDKiller
405632f187 Only add audio to text command to the prompt if model is set 2023-04-16 08:57:23 +00:00
Fariz Rahman
4f3bb609df Remove least relevant items from memory first 2023-04-16 14:23:02 +05:30