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
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
Andres Caicedo
7508e9941f
Implement Logging of Self-Feedback in logs/Debug Folder ( #3868 )
...
* Adds SELF_FEEDBACK_FILE_NAME
* Add self-feedback logging to logs/Debug folder
* Reformatting
* Uses JSON file
* Update agent.py
Changes position
* Update agent.py
* Adds PROMPT_FEEDBACK_FILE_NAME
* Update agent.py
* Update agent.py
* Reformatting
* Update agent.py
* Update agent.py
* Changes file names
* Update agent.py
* Reformatting
* Update agent.py
* Changes conts names
* Update agent_manager.py
* Update agent_manager.py
* HARD reset
* Update test_get_self_feedback.py
* Update test_get_self_feedback.py
---------
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com >
2023-05-17 04:38:42 -07:00
AbTrax
e12438de41
Self feedback Improvement ( #3680 )
...
* Improved `Self-Feedback`
* minor tweak
* Test: Updated `test_get_self_feedback.py`
2023-05-05 09:09:21 -07:00
James Collins
3b74d2150e
Organize all the llm stuff into a subpackage ( #3436 )
2023-04-28 12:00:54 -07:00
merwanehamadi
58d84787f3
Test Agent.create_agent_feedback ( #3209 )
2023-04-25 08:41:57 -07:00