deerflow2/backend/src/agents/memory
hetaoBackend e289d9d99a fix: add file mtime-based cache invalidation for memory data
Implement automatic cache invalidation based on file modification time to ensure memory data consistency across Gateway API and agent prompts. The cache now automatically reloads when the memory file is updated externally.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 13:50:01 +08:00
..
__init__.py feat: add global memory mechanism for personalized conversations 2026-02-03 13:31:05 +08:00
prompt.py feat: add global memory mechanism for personalized conversations 2026-02-03 13:31:05 +08:00
queue.py feat: add global memory mechanism for personalized conversations 2026-02-03 13:31:05 +08:00
updater.py fix: add file mtime-based cache invalidation for memory data 2026-02-03 13:50:01 +08:00