mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 05:38:12 +00:00
- Added checks for read-only memory settings in `ConversationalAgentExecutor` to prevent modifications when memory is not writable. - Improved memory extraction logic to include metadata when remembering memories, enhancing context retention. - Updated logging from debug to warning level for memory initialization and save failures, ensuring better visibility of issues. These changes aim to improve the robustness and clarity of memory management within the CrewAI framework.