mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-11 13:32:34 +00:00
* feat: enhance memory recall limits and update documentation - Increased the memory recall limit in the Agent class from 5 to 15. - Updated the RecallMemoryTool to allow a recall limit of 20. - Expanded the documentation for the recall_memory feature to emphasize the importance of multiple queries for comprehensive results. * feat: increase memory recall limit and enhance memory context documentation - Increased the memory recall limit in the Agent class from 15 to 20. - Updated the memory context message to clarify the nature of the memories presented and the importance of using the Search memory tool for comprehensive results. * refactor: remove inferred_categories from RecallState and update category merging logic - Removed the inferred_categories field from RecallState to simplify state management. - Updated the _merged_categories method to only merge caller-supplied categories, enhancing clarity in category handling. * refactor: simplify category handling in RecallFlow - Updated the _merged_categories method to return only caller-supplied categories, removing the previous merging logic for inferred categories. This change enhances clarity and maintains consistency in category management.