Auto-GPT-Bot
de97097db1
Update cassette submodule
2023-06-24 13:27:34 +00:00
merwanehamadi
cfdb24efac
Link all challenges to benchmark python hook ( #4786 )
2023-06-24 06:20:58 -07:00
Auto-GPT-Bot
7309c12592
Update cassette submodule
2023-06-24 04:20:41 +00:00
merwanehamadi
222101b30e
Create run_task python hook to interface with benchmarks ( #4778 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-23 21:15:20 -07:00
Auto-GPT-Bot
15ff666d3f
Update cassette submodule
2023-06-22 02:57:02 +00:00
Erik Peterson
857d26d101
Add OpenAI function call support ( #4683 )
...
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-22 04:52:44 +02:00
WladBlank
32038c9f5b
Fix up Python execution commands ( #4756 )
...
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-06-21 09:38:39 -07:00
merwanehamadi
4e3f832dc3
Remove config singleton ( #4737 )
2023-06-20 06:47:59 -07:00
Auto-GPT-Bot
012a286921
Update cassette submodule
2023-06-20 02:29:06 +00:00
Auto-GPT-Bot
7632067768
Update cassette submodule
2023-06-20 01:14:08 +00:00
Merwane Hamadi
f4c000a547
Fixes LLM thinking command descriptions are orders
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-19 16:23:09 -07:00
Merwane Hamadi
162d77707b
Fix test API manager
2023-06-19 16:22:31 -07:00
Luke
2568164cb3
Fixing circular imports
2023-06-19 20:54:52 +00:00
Luke
71ca4ea990
Updates to sync 0.4.1 to master
2023-06-19 19:36:46 +00:00
Luke K (pr-0f3t)
eb2410ac6c
Merge remote-tracking branch 'upstream/master' into Release-v0.4.1
2023-06-19 14:08:06 -04:00
Auto-GPT-Bot
7d923f83e6
Update cassette submodule
2023-06-19 03:35:37 +00:00
Auto-GPT-Bot
ee7d04775e
Update cassette submodule
2023-06-19 03:05:39 +00:00
Auto-GPT-Bot
8077d2a249
Update cassette submodule
2023-06-19 02:10:07 +00:00
merwanehamadi
a7f805604c
Pass config everywhere in order to get rid of singleton ( #4666 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-18 19:05:41 -07:00
Erik Peterson
096d27f342
Fix execute_command coming from plugins ( #4729 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-17 14:53:58 -07:00
Erik Peterson
7bac56b57d
Fix execute_command coming from plugins ( #4730 )
2023-06-17 14:45:34 -07:00
Auto-GPT-Bot
dc1b484630
Update cassette submodule
2023-06-17 15:46:07 +00:00
merwanehamadi
10d7747ae2
Use JSON format for commands signature ( #4714 )
...
* Use JSON for command signature
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
* Improve plugin backward compatibility (#4716 )
* Fixed plugin test
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
* Fix Docker-CI
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
* Put back commands, clean typing and signatures
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
---------
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Erik Peterson <e@eriklp.com >
Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com >
2023-06-17 08:39:17 -07:00
Luke
4a307ad4eb
Fixed plugin test
2023-06-16 11:53:25 +00:00
merwanehamadi
d923004e20
Remove app commands, audio text and playwright ( #4711 )
...
* Remove App Commands and Audio Text
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
* Remove self feedback
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
---------
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Erik Peterson <e@eriklp.com >
2023-06-15 15:04:51 -07:00
Reinier van der Leer
9943c58fba
Fix test_make_agent
2023-06-15 23:59:15 +02:00
merwanehamadi
a30e5a85b2
Remove write_tests command ( #4707 )
...
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Erik Peterson <e@eriklp.com >
2023-06-15 13:32:20 -07:00
Erik Peterson
195a7fcad8
Refactor module layout of command classes ( #4706 )
2023-06-15 11:34:41 -07:00
Reinier van der Leer
f0a5250da5
Implement loading MemoryItems from file in JSONFileMemory ( #4703 )
...
Further changes:
* remove `init` param from `get_memory()`, replace usages by `memory.clear()`
* make token length calculation optional in `MemoryItem.dump()`
2023-06-15 17:45:14 +02:00
Reinier van der Leer
a1e5be7077
Update OpenAI model info and remove duplicate modelsinfo.py ( #4700 )
...
* Update OpenAI model info and remove duplicate modelsinfo.py
* Fix max_tokens for gpt-4-0613
2023-06-15 08:14:24 -07:00
James Collins
6e6e7fcc9a
Extract openai API calls and retry at lowest level ( #3696 )
...
* Extract open ai api calls and retry at lowest level
* Forgot a test
* Gotta fix my local docker config so I can let pre-commit hooks run, ugh
* fix: merge artiface
* Fix linting
* Update memory.vector.utils
* feat: make sure resp exists
* fix: raise error message if created
* feat: rename file
* fix: partial test fix
* fix: update comments
* fix: linting
* fix: remove broken test
* fix: require a model to exist
* fix: BaseError issue
* fix: runtime error
* Fix mock response in test_make_agent
* add 429 as errors to retry
---------
Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com >
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
Co-authored-by: Nicholas Tindle <nicktindle@outlook.com >
Co-authored-by: Luke K (pr-0f3t) <2609441+lc0rp@users.noreply.github.com >
Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-14 07:59:26 -07:00
Erik Peterson
49d1a5a17b
Rework plugin config to be file-based ( #4673 )
2023-06-13 20:54:55 -07:00
merwanehamadi
3df8c1b501
Make benchmarks create cassettes without using them ( #4664 )
2023-06-13 11:29:20 -07:00
Auto-GPT-Bot
857c330d58
Update challenge scores
2023-06-13 16:59:27 +00:00
Erik Peterson
07d9b584f7
Correct and clean up JSON handling ( #4655 )
...
* Correct and clean up JSON handling
* Use ast for message history too
* Lint
* Add comments explaining why we use literal_eval
* Add descriptions to llm_response_format schema
* Parse responses in code blocks
* Be more careful when parsing in code blocks
* Lint
2023-06-13 09:54:50 -07:00
merwanehamadi
d5afbbee26
Add challenge name and level to pytest logs ( #4661 )
2023-06-12 08:03:14 -07:00
Reinier van der Leer
a9d177eeeb
Remove unused function split_file from file_operations.py ( #4658 )
2023-06-12 02:20:39 +02:00
merwanehamadi
2ce6ae6707
Change memory challenge expectations ( #4657 )
2023-06-11 14:34:02 -07:00
Erik Peterson
fd04db12fa
Use prompt_toolkit to enable keyboard navigation in CLI ( #4649 )
...
* Use prompt_toolkit to enable keyboard navigation in CLI
* Also update other tests
---------
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-11 14:19:42 -07:00
Kinance
bc5dbb6692
Implement Batch Summarization in MessageHistory Class to manage context length under model's token limit ( #4652 )
...
* Implement Batch Running Summarization to avoid max token error
* Rename test func
2023-06-11 13:04:41 -07:00
merwanehamadi
9150f32f8b
Fix benchmark logs ( #4653 )
2023-06-11 15:34:57 +01:00
merwanehamadi
6fb9b6d03b
Retry regression tests ( #4648 )
2023-06-11 15:21:26 +01:00
Auto-GPT-Bot
4e621280bb
Update cassette submodule
2023-06-10 22:51:23 +00:00
Erik Peterson
0594ba33a2
Pass agent to commands instead of config ( #4645 )
...
* Add config as attribute to Agent, rename old config to ai_config
* Code review: Pass ai_config
* Pass agent to commands instead of config
* Lint
* Fix merge error
* Fix memory challenge a
---------
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-10 15:48:50 -07:00
merwanehamadi
097ce08908
Create benchmarks.yml ( #4647 )
2023-06-10 15:11:24 -07:00
Erik Peterson
6b9e3b21d3
Add config as attribute to Agent, rename old config to ai_config ( #4638 )
...
* Add config as attribute to Agent, rename old config to ai_config
* Code review: Pass ai_config
---------
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-06-10 14:47:26 -07:00
Erik Peterson
15c6b0c1c3
Implement directory-based plugin system ( #4548 )
...
* Implement directory-based plugin system
* Fix Selenium test
---------
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com >
2023-06-10 13:16:00 -07:00
merwanehamadi
3c51ff501f
dcrement memory challenge c ( #4639 )
2023-06-09 20:46:06 -07:00
Auto-GPT-Bot
f5a447308d
Update cassette submodule
2023-06-10 00:29:33 +00:00
Auto-GPT-Bot
3f2547295f
Update cassette submodule
2023-06-09 22:31:11 +00:00