Reinier van der Leer
ef7b417105
fix(pr-label): mitigate excessive concurrent runs
2023-04-17 18:16:37 +02:00
Tom Kaitchuck
6b64158356
Unbound summary size
...
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com >
2023-04-17 17:08:21 +01:00
jimmycliff obonyo
23e7031326
install chrome/firefox for headless browing when running in docker container
2023-04-17 17:06:56 +01:00
REal0day
a2a6f84f13
internal resource request bug
2023-04-17 17:05:45 +01:00
BillSchumacher
316f37bfce
Merge pull request #2198 from Pwuts/patch-1
...
fix(pr-label): set job permissions explicitly
2023-04-17 10:51:02 -05:00
Reinier van der Leer
e7c3ff9b9e
fix(pr-label): set job permissions explicitly
2023-04-17 17:47:58 +02:00
rickythefox
baf31e69e5
Use python:3-alpine image for code execution ( #1192 )
2023-04-17 16:45:23 +01:00
BillSchumacher
7fd55fa2f4
Merge pull request #2195 from Pwuts/patch-1
...
feat(pr-labels): auto-label conflicting PRs
2023-04-17 10:36:53 -05:00
Reinier van der Leer
35106ef662
feat(pr-labels): auto-label conflicting PRs
2023-04-17 17:33:50 +02:00
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
superherointj
d47466ddf9
Add Nix flakes support through direnv
...
* Nix (https://nixos.org ) is a reproducible build system.
* Enables Nix users to use/develop Auto-GPT, without installing PIP or any other future Auto-GPT dependency.
2023-04-17 16:22:46 +01:00
Eesa Hamza
10cd0f3362
Add the OpenAI API Keys Configuration to the top of the readme
2023-04-17 13:14:58 +01:00
Richard Beales
f41febd3ae
Merge pull request #2083 from Song2017/master
...
add docker requirements - jsonschema
2023-04-17 07:37:29 +01:00
Richard Beales
be712fc606
Merge pull request #905 from endolith/noqa
...
Remove irrelevant noqa comments
2023-04-17 07:14:41 +01:00
Richard Beales
cf25831ad5
Merge pull request #2003 from BatesJernigan/format-error-msg
...
feat: (aesthetic) add space on warning message
2023-04-17 07:13:47 +01:00
Richard Beales
6dbe84a1bf
Merge pull request #1555 from nolan23/update-docs
...
move comment to correct position
2023-04-17 07:12:25 +01:00
Richard Beales
eefbccd957
Merge pull request #2012 from 0xf333/0xf333_branch
...
Fix: Update run_continuous.sh to correctly pass all command-line arguments
2023-04-17 07:09:45 +01:00
Richard Beales
2cb559ebdd
Merge pull request #2061 from wangxuqi/milvus_memory_test_fix
...
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
2023-04-17 07:08:41 +01:00
Ben Song
0fa8073947
add docker requirements - jsonschema
2023-04-17 11:53:05 +08: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
xuqi.wxq
1d4dc0c534
Fix milvus test Error: 'NameError: name 'MockConfig' is not defined'
2023-04-17 10:17:26 +08: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
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
Bates Jernigan
7b7d7c1d74
add space on warning message
2023-04-16 16:33:52 -04: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