Commit Graph

1949 Commits

Author SHA1 Message Date
Duncan Roosma
d53bd020ea Update docker-compose.yml
Needed to add this to get `docker-compose run auto-gpt` to run successfully
2023-04-15 11:42:12 +02:00
Edgar Barrantes
a791d7a244 Update docs: Data ingestion script location 2023-04-15 12:06:40 +03:00
Jacob Hahn
870c5948d2 Merge branch 'master' into fix_agent_key_error 2023-04-15 04:34:50 -04:00
Jacob Hahn
b2d6987cac Fixed condition where key could be string 2023-04-15 04:17:00 -04:00
BillSchumacher
e986af5de0 Merge pull request #1476 from shaped1/patch-1
Fix all 65 typos of it being gtp instead of GPT
2023-04-15 02:30:17 -05:00
HDKiller
bee1bc8c06 remove "please" from prompt in browser.py 2023-04-15 06:28:14 +00:00
HDKiller
72da564db5 remove "please" from prompt for summarizing text 2023-04-15 06:27:08 +00:00
cs0lar
4c7deef9ae merged master and resolved conflicts 2023-04-15 06:51:04 +01:00
Gershon Bialer
9990b78702 Fix linter issues. 2023-04-14 22:44:42 -07:00
Tymec
4049708aa5 Merge remote-tracking branch 'upstream/master' 2023-04-15 07:18:45 +02:00
Richard Beales
60b2b61b52 Merge pull request #1478 from Torantulino/master
Pulling into stable for version 0.2.0
2023-04-15 06:16:23 +01:00
polygon
82bf1c6367 Fix all 65 typos of it being gtp instead of GPT
In this file alone, Entrepreneur-GPT was referred to as Entrepreneur-GTP 65 times. Curious why, as it doesn't seem like a one time mistake/typo. Was referred to as Entrepreneur-GPT in the rest of the project, so FTFY.
2023-04-14 22:07:45 -07:00
Gershon Bialer
2644bc86db list_agents should return string not JSON 2023-04-14 21:42:54 -07:00
batyu
6e05db972a Allow local Development without pip install using "pip install -e ." 2023-04-15 06:41:53 +02:00
chao ma
773324dcd6 feat: Add support for running Chrome in Headless mode.
Add headless mode support for Chrome and refactor web page text extraction
2023-04-15 12:34:28 +08:00
Gershon Bialer
0b4f0f5622 Add unit test for testing adding a gent 2023-04-14 21:34:28 -07:00
Gershon Bialer
bac898f993 Fix list_agents to not call it self. 2023-04-14 20:59:58 -07:00
BillSchumacher
6a93537c42 AI name hotfix. (#1452)
* Pi's message.

* Fix most everything.

* Blacked

* Update agent.py

Hotfix.
2023-04-15 02:29:25 +01:00
Merwane Hamadi
dc4094b264 added smoke test 2023-04-14 17:20:02 -07:00
BillSchumacher
4bb7a598a5 Fix everything (#1444)
* Pi's message.

* Fix most everything.

* Blacked
2023-04-15 01:04:48 +01:00
Tymec
6c9ec32195 test: fixed imports 2023-04-15 01:34:51 +02:00
Tymec
753394228a Merge remote-tracking branch 'upstream/master' 2023-04-15 01:30:20 +02:00
CalCameron
16c0dc9267 Filer Logger that tracks changes to file operations to prevent looping 2023-04-14 17:47:16 -05:00
Merwane Hamadi
ca5a52f48a Update sys.path to use pathlib in json_tests.py 2023-04-14 15:46:02 -07:00
Merwane Hamadi
36091853e0 Add integration test for write_file command 2023-04-14 15:45:45 -07:00
Merwane Hamadi
7e21123a5d Add README.md with instructions on running tests 2023-04-14 15:45:45 -07:00
Jedakiah
c60e654a9b Merge remote-tracking branch 'origin/master'
# Conflicts:
#	autogpt/commands.py
2023-04-15 00:43:06 +02:00
merwanehamadi
b65b7acace added selenium dependencies (#1432) 2023-04-14 23:33:28 +01:00
Richard Beales
d57d3ea83e Merge pull request #1426 from merwanehamadi/feature/fix-commands.py
fix commands.py
2023-04-14 23:25:33 +01:00
Merwane Hamadi
b144464674 fix commands.py 2023-04-14 15:18:36 -07:00
BillSchumacher
a8cf64736f Pi's message. (#1418) 2023-04-14 23:02:11 +01:00
Tymec
062176d3f5 test: replaced MockConfig with real config
get_embedding function uses config
2023-04-14 22:49:13 +02:00
Tymec
091457a24f fix: removed keyword default from dict.get arguments 2023-04-14 22:48:25 +02:00
Richard Beales
1b3f82e729 Merge pull request #1393 from 0xArty/feature/pre-commit-formatter
Feature/pre commit formatter
2023-04-14 21:46:14 +01:00
Void&Null
55eef983d4 Implemented Selenium based web browsing. (#1397)
* Implemented Selenium based web browing.

Replaced the default web browsing function with one that uses selenium to gather information with a visual and an overlay.

Included a small bug fix for the missing google api key that would attempt to use official google with default api keys from the template.

* Fixed flake8 issues.
2023-04-14 21:35:19 +01:00
0xArty
19a011cf03 Merge branch 'master' into feature/pre-commit-formatter 2023-04-14 20:56:11 +01:00
0xArty
3ec5f1209b added sourcery back 2023-04-14 20:43:18 +01:00
0xArty
328ba5e69e formatting 2023-04-14 20:42:28 +01:00
0xArty
a0e3c238a4 migrating to black formatting 2023-04-14 20:41:45 +01:00
Merwane Hamadi
359c3bc067 make 0 the default temperature 2023-04-14 12:27:04 -07:00
0xArty
6ca6a8aa60 added more tools 2023-04-14 20:17:37 +01:00
Richard Beales
5389b2deb1 Merge pull request #1380 from merwanehamadi/autogpt-namespace-fix-imports
Autogpt namespace fix imports
2023-04-14 20:07:18 +01:00
0xArty
087642f793 added basic project info 2023-04-14 20:00:05 +01:00
0xArty
8da77020b9 added pyproject.toml and .flake8 2023-04-14 19:58:04 +01:00
Merwane Hamadi
9b56ebe5c4 removed json_tests.py test_that_apologies_containing_multiple_json_get_the_correct_one because it breaks 2023-04-14 11:55:18 -07:00
0xArty
4322784b01 added black to the requirments 2023-04-14 19:43:34 +01:00
0xArty
1804a804df updated the contributor guide 2023-04-14 19:36:19 +01:00
0xArty
9d0bc54b07 added pre-commit formatting 2023-04-14 19:29:21 +01:00
Jedakiah
7daa3fc8f9 Merge remote-tracking branch 'origin/master' 2023-04-14 20:18:04 +02:00
Merwane Hamadi
8dbc71da0c added message to redirect users 2023-04-14 11:15:17 -07:00