Auto-GPT-Bot
ed5fd3416a
smol-developer-20230718001759
2023-07-18 00:17:59 +00:00
merwanehamadi
2d8fa5ca6f
Use report location ( #165 )
2023-07-17 20:15:10 -04:00
Luke
d76317fbf3
Update BULLETIN.md and version numbers ( #5002 )
...
Co-authored-by: lc0rp <2609411+lc0rp@users.noreply.github.com >
v0.4.5
2023-07-17 20:11:30 -04:00
Sohrab Saran
a758acef2c
Fix execute_python_file workspace mount & Windows path formatting ( #4996 )
...
* fix for #4975
* Add TODO based on code comment.
* Use builtin `Path.as_posix()`
* Remove TODO
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-17 20:24:47 +02:00
Reinier van der Leer
515742ee61
Fix loading the plugins config ( #5000 )
2023-07-17 19:11:55 +02:00
Silen Naihin
8aa6452cc4
file naming when --test ( #164 )
2023-07-17 11:24:16 -04:00
Silen Naihin
dffc1dfd51
internal_info.json dynamic changes ( #163 )
2023-07-17 09:39:24 -04:00
Silen Naihin
ce4cefe7e7
Dynamic home path for runs ( #119 )
2023-07-16 18:24:06 -07:00
Auto-GPT-Bot
5c7acbc719
gpt-engineer-20230716225908
2023-07-16 22:59:08 +00:00
Auto-GPT-Bot
a36eadf554
Auto-GPT-20230716225231
2023-07-16 22:52:31 +00:00
merwanehamadi
b904041ea1
Update reports when pushing to master ( #162 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-16 15:49:36 -07:00
merwanehamadi
117e8c8dd1
Fix pipes issue ( #117 )
2023-07-16 08:10:53 -07:00
merwanehamadi
2cfafcfbf0
Fix cutoff errors ( #116 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-16 07:54:49 -07:00
merwanehamadi
2704bcee5e
Allow change location of reports ( #115 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-16 07:26:36 -07:00
Silen Naihin
9f3a2d4f05
Dynamic cutoff and other quality of life ( #101 )
2023-07-15 22:10:20 -04:00
merwanehamadi
757baba3ff
Remove cache true on pr ( #111 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-15 18:09:29 -07:00
merwanehamadi
02dce41937
Fix ci ( #110 )
2023-07-15 18:00:37 -07:00
merwanehamadi
5886d75059
Add three sum challenge ( #108 )
...
Co-authored-by: Silen Naihin <silen.naihin@gmail.com >
2023-07-15 19:52:42 -04:00
Erik Peterson
cbd2e49d97
Clean up workspace between each test ( #109 )
2023-07-15 16:23:49 -07:00
merwanehamadi
dab4e90e15
Update Auto-GPT score ( #106 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-15 09:53:56 -07:00
merwanehamadi
bb65473416
Update Auto-GPT to current version of master ( #105 )
2023-07-15 08:57:28 -07:00
merwanehamadi
8be2a0b2e1
Display results per category ( #104 )
2023-07-14 18:45:24 -07:00
merwanehamadi
66fc7ccb31
Display smol-developer-results ( #103 )
2023-07-14 18:26:17 -07:00
Lei Zhang
5ae044f53d
Integrate plugin.handle_text_embedding hook ( #2804 )
...
* add feature custom text embedding in plugin
* black code format
* _get_embedding_with_plugin()
* Fix docstring & type hint
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-15 03:10:32 +02:00
merwanehamadi
7de965ab3f
Show Auto-GPT results ( #102 )
2023-07-14 18:04:35 -07:00
ido777
c821b294c6
Fix orjson encoding text with UTF-8 surrogates ( #3666 )
...
* added lib ftfy (fixes text for you), to solve surrogates errors
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-15 00:23:59 +02:00
merwanehamadi
281cb0ef37
Start showing benchmark results ( #100 )
2023-07-14 17:56:56 -04:00
merwanehamadi
7bc7d9213d
Replace hidden files with custom python ( #99 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-14 14:39:47 -07:00
merwanehamadi
a9702e4629
Add basic code generation challenge ( #98 )
2023-07-14 13:27:48 -04:00
GECORegulatory
376ecf0c5f
Replaced Fictitious color name Fore.ORANGE ( #4972 )
...
Changed Colorama.Fore.ORANGE to YELLOW in config.py, As Colorama does not support an ORANGE color. This fixes a fatal error in run.sh when trying to set the API key through the input() method.
Co-authored-by: James Collins <collijk@uw.edu >
2023-07-14 09:24:49 -07:00
merwanehamadi
3a9dfa4c59
Update submodules and upload artifacts ( #97 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-13 20:47:55 -07:00
Vasek Mlejnsky
7c4fc45b4a
Add initial share logs page ( #4965 )
...
* Add initial share logs page
* Fix title sizes
* Update share_logs.md
Added some text for reasons to share logs
* Add section on how to share logs using e2b
* Fix path to images with sizes
* Fix paths to images in docs
* Fix formatting
* Fix formatting
* Fix grammar
* Make position in menu more prominent
* original log directory was incorrect
I took the directory from usage.md but that is incorrect
* Updated the directory for the logs
Updated the directory for the logs
* added some text
and made it pretty
---------
Co-authored-by: NeonN3mesis <129052650+NeonN3mesis@users.noreply.github.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-14 02:14:57 +02:00
Antonov Maxim
ed12b2c7d6
Allow absolute paths when not restricting to workspace root ( #4946 )
...
* restrict_to_root fix
* Fix formatting
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-13 19:21:25 +02:00
Reinier van der Leer
a0f5aa942d
Fix Netlify preview builds
2023-07-13 18:35:50 +02:00
James Collins
c9adedf746
Refactor/rename agent subpackage to agents ( #4961 )
...
* Add links to github issues in the README and clarify run instructions
* Rename agent subpackage to agents
* Revert all unwanted changes
* Use relative import in `agents/__init__.py`
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-13 07:31:49 -07:00
James Collins
4177c37b51
Refactor/move functions in app to agent ( #4957 )
...
* Add links to github issues in the README and clarify run instructions
* Move things only used by the agent out of app.py and into the agent module
* Fix busted dynamic import
2023-07-12 19:36:00 -07:00
James Collins
077e143cc2
Documentation/collate rearch notes ( #4958 )
...
* Add links to github issues in the README and clarify run instructions
* Added a new doc in the core package with architecture notes.
2023-07-12 18:38:48 -07:00
merwanehamadi
78df4915cf
Remove dependencies if a specific test is asked by the user ( #95 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-12 14:35:12 -07:00
merwanehamadi
48ac1c91cd
Remove dependencies cache ( #94 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-12 14:30:06 -07:00
merwanehamadi
e0b16cf4ac
Fix Smol developer and gpt engineer ( #93 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-07-12 10:54:50 -07:00
James Collins
3582ada3df
Add links to github issues in the README and clarify run instructions ( #4954 )
2023-07-12 10:21:20 -07:00
Reinier van der Leer
21c0cdcb76
Disable proxy for internal pull requests ( #4953 )
2023-07-12 17:50:18 +02:00
Reinier van der Leer
b00570f6d9
Fix CI warnings
2023-07-12 15:04:24 +02:00
Silen Naihin
8d0c5179ed
fixing backslashes, adding basic metrics ( #89 )
2023-07-12 01:37:59 -04:00
merwanehamadi
e292ffebaf
Enable cache ( #92 )
2023-07-11 21:37:49 -07:00
merwanehamadi
504634b4a6
Add custom properties to Helicone ( #91 )
2023-07-11 20:50:56 -07:00
merwanehamadi
b3c506cd94
Fix Auto-GPT looping forever ( #87 )
2023-07-11 20:02:29 -04:00
Reinier van der Leer
d676280a5c
Sync release v0.4.4 + stable back into master ( #4947 )
2023-07-12 00:02:06 +02:00
Reinier van der Leer
e746a45158
Merge branch 'master' into release-v0.4.4
2023-07-11 23:51:48 +02:00
Reinier van der Leer
2240033b07
Release v0.4.4 ( #4906 )
v0.4.4
2023-07-11 23:49:44 +02:00