Commit Graph

21 Commits

Author SHA1 Message Date
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
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
Merwane Hamadi
70100af98e Refactor get_command function in app.py to accept JSON directly 2023-04-16 11:32:27 -07: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
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
0d1fd4fcf0 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1436 2023-04-16 01:32:18 -05:00
chao ma
2576b299e7 Fix google api fetch error 2023-04-16 12:45:49 +08:00
BillSchumacher
017371b492 Merge branch 'master' of https://github.com/Significant-Gravitas/Auto-GPT into pr/1718 2023-04-15 19:32:05 -05:00
DaoAdvocate
cfba3d0a60 twitter_send_tweets_command 2023-04-15 23:48:27 +01:00
gucky92
9696fc622c Transcribing audio 2023-04-15 23:19:20 +02:00
BillSchumacher
11d6dabe37 Quality update 2023-04-15 14:55:13 -05:00
Richard Beales
e0590e08d7 Merge pull request #1471 from gersh/fix_agents
Fix list_agents to return string instead of JSON object
2023-04-15 18:46:50 +01:00
Richard Beales
f6a8da0b07 Merge pull request #1507 from jacobtohahn/fix_agent_key_error
Fix agent key error
2023-04-15 18:41:50 +01:00
Richard Beales
63936209a0 Create a list of synonyms for commands when the AI hallucinates (#1526) 2023-04-15 18:25:45 +01:00
Richard Beales
33b7866377 Merge pull request #1229 from edcohen08/clone-github-repository
command clone github repository
2023-04-15 18:19:47 +01:00
Gershon Bialer
6a3fcda751 Merge remote-tracking branch 'origin/master' into fix_agents 2023-04-15 10:04:15 -07:00
Jacob Hahn
26b3126c34 Merge branch 'master' into fix_agent_key_error 2023-04-15 12:36:18 -04:00
Jedakiah
02db53e12f Fixed error when google search contains funny characters 2023-04-15 17:01:29 +02:00
Eddie Cohen
99c4f93ee3 fix rebasing 2023-04-15 10:59:40 -04: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