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
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
merwanehamadi
44f6d946f5
fix information retrieval challenge ( #4448 )
2023-05-27 18:26:30 -07:00
Kinance
4b7fa7f49d
Fix typo and links in documentation ( #4440 )
2023-05-27 10:52:38 +01: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
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