Commit Graph

1410 Commits

Author SHA1 Message Date
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
lengweiping1983
00ba50bcb4 Merge branch 'Significant-Gravitas:master' into master 2023-04-17 23:04:40 +08:00
Acer
1d49b87e48 added missing import 2023-04-17 18:34:11 +04:30
Hamid Zare
6700ac94fa docs: update docs
fix a typo
2023-04-17 09:28:32 -04:00
NEBULITE Berlin
10b2458f58 Update .env.template
"redis" as hostname for redis to correctly use the docker compose internal networking feature
2023-04-17 14:50:28 +02: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
a0b0a4cec5 Merge remote-tracking branch 'origin/master' 2023-04-17 13:26:18 +01:00
H-jj-R
8dadf79614 Spelling fixes 2023-04-17 13:25:49 +01:00
Eesa Hamza
10cd0f3362 Add the OpenAI API Keys Configuration to the top of the readme 2023-04-17 13:14:58 +01:00
Bob van Luijt
125f0ba61a Update README.md with Weaviate installation and reference 2023-04-17 12:46:27 +02:00
suzuken
74a8b5d832 config.py: update OpenAI link 2023-04-17 18:15:49 +09:00
Mad Misaghi
bd25822b35 Update .env.template
addedMilvus
2023-04-17 12:24:27 +03:30
XFFXFF
2b87245e22 fix a missing import 2023-04-17 16:21:52 +08:00
Alastair D'Silva
60b779a905 Remove requirements-docker.txt
This file needs to be maintained parallel to requirements.txt, but
isn't, causes problems when new dependencies are introduced.

Instead, derive the Docker dependencies from the stock ones.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
2023-04-17 17:09:13 +10:00
Richard Beales
f41febd3ae Merge pull request #2083 from Song2017/master
add docker requirements - jsonschema
2023-04-17 07:37:29 +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
cf25831ad5 Merge pull request #2003 from BatesJernigan/format-error-msg
feat: (aesthetic) add space on warning message
2023-04-17 07:13:47 +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
Richard Beales
eefbccd957 Merge pull request #2012 from 0xf333/0xf333_branch
Fix: Update run_continuous.sh to correctly pass all command-line arguments
2023-04-17 07:09:45 +01:00
Richard Beales
2cb559ebdd Merge pull request #2061 from wangxuqi/milvus_memory_test_fix
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
2023-04-17 07:08:41 +01:00
Gabriel R. Barbosa
64383776a2 Update brian.py - Prevent TypeError exception
TypeError: BrianSpeech._speech() takes 2 positional arguments but 3 were given.

Use the same arguments as used in _speech method from gtts.py
2023-04-17 03:04:35 -03:00
Eesa Hamza
e86764df45 Add linux selenium fixes 2023-04-17 07:55:48 +03:00
lengweiping
71c6600abf memory object move to memory_add block 2023-04-17 12:44:46 +08:00
Ben Song
0fa8073947 add docker requirements - jsonschema 2023-04-17 11:53:05 +08: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
Void&Null
0409079983 Added Credit to README.md Demo 2023-04-17 03:30:19 +01:00
xuqi.wxq
1d4dc0c534 Fix milvus test Error: 'NameError: name 'MockConfig' is not defined' 2023-04-17 10:17:26 +08: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
Void&Null
9ffa587f6f Implement new demo video into read me 2023-04-17 02:46:30 +01:00
BillSchumacher
42f81c62dc Merge pull request #2040 from Pwuts/patch-1
Clean up README
2023-04-16 20:34:04 -05:00
Tzeng Yuxio
da72e69196 fix: unreadable text in console and potentially over the max token 2023-04-17 09:28:33 +08:00
Reinier van der Leer
24648fb537 Add Get Help header in README 2023-04-17 03:21:46 +02:00
Reinier van der Leer
56ecbeeef7 Clean up README 2023-04-17 02:22:18 +02: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
0xf333
4eb8e7823d Fix: Remove quotes around $@ in run_continuous.sh
Description:
Per maintainer's request, removed quotes around `$@` in `run_continuous.sh`.
This change allows the script to forward arguments as is. Please note that
this modification might cause issues if any of the command-line arguments
contain spaces or special characters. However, this update aligns with the
preferred format for the repository.

Suggestion from:
https://github.com/Significant-Gravitas/Auto-GPT/pull/1941#discussion_r1168035557
2023-04-16 18:10:45 -04:00
0x333
30e7693b24 Merge branch 'Significant-Gravitas:master' into 0xf333_branch 2023-04-16 18:10:19 -04: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
3b80253fb3 Update process creation in benchmark script 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
0x333
b0accbfe58 Merge branch 'Significant-Gravitas:master' into 0xf333_branch 2023-04-16 18:06:44 -04:00
Benedict Hobart
8f0d553e4e Improve dev containers so autogpt can browse the web 2023-04-16 22:59:43 +01:00
0x333
b8baa549cc Merge branch 'Significant-Gravitas:master' into 0xf333_branch 2023-04-16 17:57:05 -04: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