Commit Graph

14 Commits (3bf5934b20b906f977776e2d41033027ecb5df9b)

Author SHA1 Message Date
Richard Beales a8fe3085fd
Merge pull request #2558 from jlxip/master
Use readline if available
2023-04-21 21:17:14 +01:00
jlxip 504a85bbdb
Use readline if available 2023-04-21 22:01:06 +02:00
BillSchumacher d7679d755f
Fix all commands and cleanup 2023-04-19 18:17:04 -05:00
Richard Beales 4ba46307f7 Print the current Git branch on startup - warn if unsupported 2023-04-19 06:57:15 +01:00
Richard Beales 3ebe125d3f Bugfix - filename for announcement was wrong 2023-04-18 22:16:11 +01:00
Richard Beales 88ebebf74f Implement suggestions from pi - save current news to file 2023-04-18 21:45:09 +01:00
Richard Beales 913c933e8c isort 2023-04-18 20:13:31 +01:00
Richard Beales 90e6a55e37 Black formatting 2023-04-18 20:11:26 +01:00
Richard Beales 4a07790910 Added ability to output news/announcements on startup 2023-04-18 20:09:07 +01:00
Merwane Hamadi da65bc3f68 black 2023-04-17 13:47:38 -07: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 4bb7a598a5
Fix everything (#1444)
* Pi's message.

* Fix most everything.

* Blacked
2023-04-15 01:04:48 +01:00
0xArty 328ba5e69e formatting 2023-04-14 20:42:28 +01:00
Dino Hensen d64f866bfa Convert to python module named autogpt.
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00