Fix: STLTMemory popped memories not consolidating (issue #107)#207
Fix: STLTMemory popped memories not consolidating (issue #107)#207Harshitmehra-270709 wants to merge 2 commits intomesa:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip Migrating from UI to YAML configuration.Use the |
Description
This PR addresses issue #107 where STLTMemory was dropping popped short-term memories instead of consolidating them into long-term memory, and conversely prompting the LLM with the remaining active entries.
Changes
consolidation_capacityitems when capacities overflow.Related Tickets
Fixes #107