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
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
0xf333
4269326ddf
Fix: Update run_continuous.sh to pass all command-line arguments
...
Description:
- Modified `run_continuous.sh` to include the `--continuous` flag directly in the command:
- Removed the unused `argument` variable.
- Added the `--continuous` flag to the `./run.sh` command.
- Ensured all command-line arguments are passed through to `run.sh` and the `autogpt` module.
This change improves the usability of the `run_continuous.sh` script by allowing users to provide
additional command-line arguments along with the `--continuous` flag. It ensures that all arguments
are properly passed to the `run.sh` script and eventually to the `autogpt` module, preventing
confusion and providing more flexible usage.
Suggestion from:
https://github.com/Significant-Gravitas/Auto-GPT/pull/1941#discussion_r1167977442
2023-04-16 17:03:18 -04: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
Bates Jernigan
7b7d7c1d74
add space on warning message
2023-04-16 16:33:52 -04: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
Eesa Hamza
2d24876530
Fix linter issues
2023-04-16 22:16:43 +03:00
BillSchumacher
3fadf2c90b
Blacked
2023-04-16 14:15:38 -05:00
BillSchumacher
c544cebbe6
Merge branch 'master' of https://github.com/BillSchumacher/Auto-GPT into plugin-support
2023-04-16 14:15:15 -05:00
Eesa Hamza
9b6bce4592
Improve the error logging for OAI Issues
2023-04-16 22:10:48 +03:00
Slowly-Grokking
5b3afeccc1
Merge branch 'Significant-Gravitas:master' into master
2023-04-16 14:06:02 -05:00
Jakub Bober
dc80a5a2ec
Add "Memory Backend Setup" subtitle
...
Add the subtitle to match the Table of Contents
2023-04-16 21:01:18 +02:00
Merwane Hamadi
fdb0a06803
fix conflict
2023-04-16 11:44:21 -07:00
Eesa Hamza
3944f29add
Fixed new backends not being added to supported memory
2023-04-16 21:40:09 +03:00
Merwane Hamadi
45a2dea042
fixed flake8
2023-04-16 11:34:38 -07:00
Merwane Hamadi
bb541ad3a7
Update requirements.txt with new dependencies and move tweepy
2023-04-16 11:34:38 -07:00
Merwane Hamadi
dca10ab876
Add benchmark test for Entrepreneur-GPT with difficult user
2023-04-16 11:34:38 -07:00
Merwane Hamadi
75162339f5
Add empty __init__.py to benchmark directory
2023-04-16 11:34:38 -07:00
Merwane Hamadi
b2b31dbc8f
Update logs.py with new print_assistant_thoughts function
2023-04-16 11:34:38 -07:00
Merwane Hamadi
63d2a1085c
Add JSON validation utility function
2023-04-16 11:34:38 -07:00
Merwane Hamadi
af50d6cfb5
Add JSON schema for LLM response format version 1
2023-04-16 11:34:38 -07:00
Merwane Hamadi
cfbec56b2b
Refactor parsing module and move JSON fix function to appropriate location
2023-04-16 11:34:37 -07:00
Merwane Hamadi
fec25cd690
Add master_json_fix_method module for unified JSON handling
2023-04-16 11:33:17 -07:00
Merwane Hamadi
5c67484295
Remove deprecated function from bracket_termination.py
2023-04-16 11:33:15 -07:00
Merwane Hamadi
70100af98e
Refactor get_command function in app.py to accept JSON directly
2023-04-16 11:32:27 -07:00
Merwane Hamadi
bf24cd9508
Refactor agent.py to improve JSON handling and validation
2023-04-16 11:32:27 -07:00
Merwane Hamadi
d934d226ce
Update .gitignore to properly handle virtual environments
2023-04-16 11:32:27 -07:00
Merwane Hamadi
005479f8c3
Add benchmark GitHub action workflow
2023-04-16 11:32:27 -07:00