merwanehamadi
44f6d946f5
fix information retrieval challenge ( #4448 )
2023-05-27 18:26:30 -07:00
k-boikov
064e95b46b
Allow spinning to be disabled ( #4329 )
2023-05-27 00:01:34 +03:00
k-boikov
ddf59273e6
Remove obsolete full_message_history kwarg from tests ( #4411 )
2023-05-25 22:00:52 +03:00
Reinier van der Leer
bfbe613960
Vector memory revamp (part 1: refactoring) ( #4208 )
...
Additional changes:
* Improve typing
* Modularize message history memory & fix/refactor lots of things
* Fix summarization
* Move memory relevance calculation to MemoryItem & improve test
* Fix import warnings in web_selenium.py
* Remove `memory_add` ghost command
* Implement overlap in `split_text`
* Move memory tests into subdirectory
* Remove deprecated `get_ada_embedding()` and helpers
* Fix used token calculation in `chat_with_ai`
* Replace Message TypedDict by dataclass
* Fix AgentManager singleton issues in tests
---------
Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co >
2023-05-25 20:31:11 +02:00
merwanehamadi
6c4426d8e6
Refactor challenges to use cycle count instead of time ( #4222 )
...
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-05-15 21:44:36 -05:00
Media
900de5fe63
Challenge: Kubernetes and documentation ( #4121 )
...
* challenge_kubes_and_readme
* docs
* testing
* black and isort
* revision
* lint
* comments
* blackisort
* docs
* docs
* deleting_cassette
* suggestions
* misspelling_errors
---------
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-05-13 12:21:21 -07:00
merwanehamadi
b0163230a9
create information retrieval challenge a ( #3770 )
...
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-05-04 17:44:10 +01:00
Nicholas Tindle
d74428057e
Move task_complete command out of prompt ( #3663 )
...
* feat: move task_complete command out of prompt
* fix: formatting fixes
* Add the shutdown command to the test agents
* tests: update test vcrs
---------
Co-authored-by: James Collins <collijk@uw.edu >
2023-05-03 16:40:49 -07:00
merwanehamadi
cdd91f7ea3
Feature/challenge memory management ( #3425 )
...
Co-authored-by: JS <38794445+jonathansheets517@users.noreply.github.com >
Co-authored-by: Richard Beales <rich@richbeales.net >
2023-04-29 21:09:58 +01:00
Reinier van der Leer
3d89ed1787
Fix imports, type hints and fixtures for goal oriented tests ( #3415 )
2023-04-27 19:16:56 +02:00
merwanehamadi
adbb47fb65
scrape text regression test ( #3387 )
...
Co-authored-by: James Collins <collijk@uw.edu >
2023-04-27 09:27:15 -07:00