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 |
|
James Collins
|
3b74d2150e
|
Organize all the llm stuff into a subpackage (#3436)
|
2023-04-28 12:00:54 -07:00 |
|
BillSchumacher
|
c110f3489d
|
Finish integrating command registry
|
2023-04-16 21:51:36 -05:00 |
|
BillSchumacher
|
167628c696
|
Add fields to disable the command if needed by configuration, blacked.
|
2023-04-16 15:49:36 -05:00 |
|
BillSchumacher
|
ec8ff0fcde
|
Merge branch 'command_registry' of https://github.com/kreneskyp/Auto-GPT into plugin-support
|
2023-04-16 15:25:21 -05:00 |
|
jayceslesar
|
8990911522
|
unify annotations to future syntax
|
2023-04-16 14:02:48 -04:00 |
|
BillSchumacher
|
1073954fb7
|
Reorg (#1537)
* Pi's message.
* Fix most everything.
* Blacked
* Add Typing, Docstrings everywhere, organize the code a bit.
* Black
* fix import
* Update message, dedupe.
* Increase backoff time.
* bump up retries
|
2023-04-15 13:56:23 +01:00 |
|