Erik Peterson
ff4e53d0e6
Streamline / clarify shell command control configuration ( #4628 )
...
* Streamline / clarify shell command control configuration
* Fix lint
2023-06-09 11:48:20 -07:00
Erik Peterson
cce50bef50
Fix issues with information retrieval challenge a ( #4622 )
...
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-09 11:02:52 -07:00
Auto-GPT-Bot
8215039785
Update cassette submodule
2023-06-09 17:46:06 +00:00
Erik Peterson
94280b2d14
Add command for directly executing python code ( #4581 )
...
* Add command for directly executing python code
* Fix docstring
* Clarify / update filename references
---------
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-09 10:40:32 -07:00
merwanehamadi
3d06b2e4c0
Decrement information retrieval challenge a ( #4637 )
2023-06-09 10:02:03 -07:00
merwanehamadi
12ed5a957b
Fix debug code challenge ( #4632 )
2023-06-09 08:40:06 -07:00
merwanehamadi
3b0d49a3e0
Make test write file hard ( #4481 )
2023-06-09 07:50:57 -07:00
merwanehamadi
bd2e26a20f
Inform users that challenges can be flaky ( #4616 )
...
* Inform users that challenges can be flaky
* Update challenge_decorator.py
2023-06-09 07:43:56 -07:00
merwanehamadi
f4505add69
Set proxy headers as secrets ( #4620 )
2023-06-07 19:39:07 -07:00
Stefan Ayala
1e851ba3ea
Feat set token limits based on model ( #4498 )
...
* feat: set max token limits for better user experience
* fix: use OPEN_AI_CHAT_MODELS max limits
* fix: use the old default of 8000
* fix: formatting so isort/black checks pass
* fix: avoid circular dependencies
* fix: use better to avoid circular imports
* feat: introduce soft limits and use them
* fix: circular import issue and missing field
* fix: move import to avoid overriding doc comment
* feat: DRY things up and set token limit for fast llm models too
* tests: make linter tests happy
* test: use the max token limits in config.py test
* fix: remove fast token limit from config
* feat: remove smart token limit from config
* fix: remove unused soft_token_limit var
* fix: remove unneeded tests, settings aren't in config anymore
---------
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-07 10:16:53 +02:00
Nicholas Tindle
dae58f8167
Update .gitignore ( #4610 )
2023-06-07 01:46:09 -05:00
Marc Bornträger
c9f1f050af
feat: log new-line so user can differentiate sections better in console ( #1569 )
...
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Nicholas Tindle <nicktindle@outlook.com >
2023-06-07 00:32:43 -05:00
Robin Richtsfeld
624af3945c
Update .gitignore ( #882 )
...
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
2023-06-07 00:12:12 -05:00
Jan
463dc54733
Clean up apt cache in docker build ( #2821 )
...
* Dockerfile: reduce layer bloat
* Re-separate layers
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-07 03:14:47 +02:00
Erik Peterson
fdc6e12945
Improve logic and error messages for file reading and writing with Python code ( #4567 )
...
* Fix issues with file reading and writing with Python code
* Change error message, use Workspace.get_path
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-07 02:54:02 +02:00
Reinier van der Leer
20a4922b40
Increase thresholds for PR autolabeler ( #4602 )
2023-06-06 16:37:43 -07:00
merwanehamadi
1b04e5cafc
Fix duckduckgo rate limiting ( #4592 )
...
* Fix duckduckgo rate limiting
* use list instead of loop
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-07 01:20:52 +02:00
Auto-GPT-Bot
835decc6c1
Update challenge scores
2023-06-06 21:48:57 +00:00
merwanehamadi
53efa8f6bf
Update cassette submodule & fix current_score.json generation ( #4601 )
...
* Update cassette submodule
* add a new line when building current_score.json
2023-06-06 23:46:41 +02:00
Erik Peterson
055806e124
Fix inverted logic for deny_command ( #4563 )
2023-06-06 22:56:17 +02:00
Reinier van der Leer
dafbd11686
Rearrange tests & fix CI ( #4596 )
...
* Rearrange tests into unit/integration/challenge categories
* Fix linting + `tests.challenges` imports
* Fix obscured duplicate test in test_url_validation.py
* Move VCR conftest to tests.vcr
* Specify tests to run & their order (unit -> integration -> challenges) in CI
* Fail Docker CI when tests fail
* Fix import & linting errors in tests
* Fix `get_text_summary`
* Fix linting errors
* Clean up pytest args in CI
* Remove bogus tests from GoCodeo
2023-06-06 10:48:49 -07:00
Auto-GPT-Bot
8a881f70a3
Update cassette submodule
2023-06-06 14:35:43 +00:00
merwanehamadi
ee6b97ef5e
Fix Python CI "update cassettes" step ( #4591 )
...
* Fix updated cassettes step
* Clarifications
* Use github.ref_name instead of github.ref
* Fix duplicate runs on `master`
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-06 16:27:08 +02:00
Auto-GPT-Bot
60ac0c4da1
Update challenge scores
2023-06-05 14:39:45 +00:00
Reinier van der Leer
53add7b594
Sync release v0.4.0 back into master ( #4585 )
2023-06-05 16:31:21 +02:00
Reinier van der Leer
576f24e3ae
Merge branch 'master' into release-0.4.0
2023-06-05 16:08:35 +02:00
Reinier van der Leer
3dbc377308
Update version numbers for v0.4.0 release
2023-06-04 20:05:57 +02:00
Benny van der Lans
74e8a886e6
Add replace_in_file command ( #4565 )
...
Resubmission of #3643
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-04 19:37:35 +02:00
Reinier van der Leer
120fe762df
Update bulletin with highlights for v0.4.0 release ( #4576 )
2023-06-04 19:31:58 +02:00
merwanehamadi
59d31b021d
Skip flaky challenges ( #4573 )
2023-06-04 18:20:13 +02:00
merwanehamadi
af28510aba
Fix test_web_selenium ( #4554 )
2023-06-04 16:38:32 +02:00
Reinier van der Leer
84e58051fa
Clean up CI git logic
2023-06-04 16:01:40 +02:00
Merwane Hamadi
02846fcf91
remove information retrieval challenge b from beaten challenges
2023-06-03 21:24:36 -07:00
Merwane Hamadi
0a20fa4fdf
Fix CI git authentication and cassettes
2023-06-03 21:19:58 -07:00
Reinier van der Leer
c4e2d8fbdd
debug
2023-06-04 03:28:26 +02:00
Reinier van der Leer
3e5868f223
Fix CI git diff
2023-06-04 02:40:51 +02:00
Reinier van der Leer
4c11b21dff
Fix CI git authorization
2023-06-04 02:01:35 +02:00
Auto-GPT-Bot
378126822f
Update submodule reference
2023-06-03 14:51:55 +00:00
Auto-GPT-Bot
55a8e242b0
Update current score
2023-06-03 14:51:53 +00:00
merwanehamadi
79ba85a22e
Cache Python Packages in the CI pipeline ( #4488 )
2023-06-03 15:48:32 +01:00
Reinier van der Leer
ce44012866
Fix pushing cassettes in CI
2023-06-02 23:27:15 +02:00
merwanehamadi
4cc6e27f02
Remove news about config ( #4553 )
2023-06-02 23:09:16 +02:00
Reinier van der Leer
9156db41a1
Merge remote-tracking branch 'origin/stable' into release-0.4.0
2023-06-02 22:58:50 +02:00
Reinier van der Leer
9247f9480c
Fix CI for internal PRs with CI changes ( #4552 )
...
* Port fixed CI workflow from master
* Trigger CI
* Improve CI concurrency check
2023-06-02 13:49:05 -07:00
Richard Beales
fc0688673e
Update BULLETIN.md
2023-06-02 12:08:33 +01:00
Reinier van der Leer
15c157343d
Remove Redis memory configuration from docker-compose configs
2023-06-01 23:23:57 +02:00
Reinier van der Leer
3fffe65a3b
Update bulletin for v0.4.0
2023-06-01 17:01:30 +02:00
kaneda2004
63b79a88c6
Adding support for openai_organization env variable ( #289 )
2023-05-30 19:02:16 -07:00
merwanehamadi
9e9b128b72
ignore cassettes and current score for all push events in github action ( #4485 )
2023-05-30 19:16:49 -05:00
Auto-GPT-Bot
64973bfe12
Update submodule reference
2023-05-30 23:33:40 +00:00