Commit Graph

1365 Commits

Author SHA1 Message Date
Evgeny Vakhteev
49e4b75039 removing accidentially commited ./docker 2023-04-18 13:16:10 -07:00
Evgeny Vakhteev
c62c8c6e71 merge BillSchumacher/plugin-support, conflicts 2023-04-18 13:13:38 -07:00
Evgeny Vakhteev
894026cdd4 reshaping code and fixing tests 2023-04-18 12:52:09 -07:00
Evgeny Vakhteev
9fd80a8660 tests, model 2023-04-17 20:51:27 -07:00
Evgeny Vakhteev
193c80849f separating OpenAI Plugin base class 2023-04-17 18:42:42 -07:00
Evgeny Vakhteev
9ed5e0f1fc adding plugin interface instantiation 2023-04-17 17:13:53 -07:00
Evgeny Vakhteev
7f4e38844f adding openai plugin loader 2023-04-17 14:57:55 -07:00
Evgeny Vakhteev
08ad320d19 moving load plugins into plugins from main, adding tests 2023-04-17 09:33:01 -07:00
BillSchumacher
fe85f079b0 Fix early abort 2023-04-17 01:09:17 -05:00
BillSchumacher
8386188356 Fix early abort 2023-04-17 00:49:51 -05:00
BillSchumacher
fbd4e06df5 Add early abort functions. 2023-04-16 23:39:33 -05:00
BillSchumacher
3715ebc7eb Add hooks for chat completion 2023-04-16 23:30:42 -05:00
BillSchumacher
d394b032d7 Fix test 2023-04-16 23:23:31 -05:00
BillSchumacher
23d3dafc51 Maybe fix tests, fix safe_path function. 2023-04-16 23:18:29 -05:00
BillSchumacher
708374d95b fix linting 2023-04-16 22:56:34 -05:00
BillSchumacher
81c65af560 blacked 2023-04-16 22:51:39 -05:00
BillSchumacher
c0aa423d7b Fix agent remembering do nothing command, use correct google function, disabled image_gen if not configured. 2023-04-16 22:46:38 -05:00
BillSchumacher
03c137741a Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support 2023-04-16 22:13:37 -05:00
BillSchumacher
c110f3489d Finish integrating command registry 2023-04-16 21:51:36 -05: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
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
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
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
Benedict Hobart
8f0d553e4e Improve dev containers so autogpt can browse the web 2023-04-16 22:59:43 +01:00
0xArty
955a5b0a43 Marked local chache tests as integration tests as they require api keys 2023-04-16 22:17:03 +01:00
0xArty
147d3733bf Change ci to pytest 2023-04-16 22:17:03 +01:00
0xArty
627533bed6 minimall add pytest (#1859)
* minimall add pytest

* updated docs and pytest command

* proveted milvus integration test running if milvus is not installed
2023-04-16 21:55:53 +01:00
BillSchumacher
167628c696 Add fields to disable the command if needed by configuration, blacked. 2023-04-16 15:49:36 -05:00
BillSchumacher
df5cc3303f move tests and cleanup. 2023-04-16 15:35:25 -05:00
BillSchumacher
ec8ff0fcde Merge branch 'command_registry' of https://github.com/kreneskyp/Auto-GPT into plugin-support 2023-04-16 15:25:21 -05:00
Richard Beales
7d9269e1a1 Merge pull request #1679 from Slowly-Grokking/master
data_ingestion.py 'no module named 'autogpt'" fix and ReadMe update
2023-04-16 21:17:45 +01:00
Richard Beales
33aae9ab17 Merge pull request #1743 from lonrun/lonrundev
Add run scripts for shell
2023-04-16 20:59:01 +01:00
Richard Beales
399690e1ef Merge pull request #1925 from MrBrain295/patch-1
Fix README.md
2023-04-16 20:58:01 +01: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
BillSchumacher
176f74bd3a Merge pull request #1866 from merwanehamadi/feature/benchmark
benchmark json errors, clean json parsing code and implement json schema
2023-04-16 14:35:08 -05:00
Richard Beales
34f9bc40b3 Merge pull request #1983 from jakubbober/patch-1
Add "Memory Backend Setup" subtitle
2023-04-16 20:24:10 +01:00
BillSchumacher
3fadf2c90b Blacked 2023-04-16 14:15:38 -05:00