deerflow2/backend/packages/harness/deerflow/agents/memory
DanielWalnut 4ba3167f48
feat: flush memory before summarization (#2176)
* feat: flush memory before summarization

* fix: keep agent-scoped memory on summarization flush

* fix: harden summarization hook plumbing

* fix: address summarization review feedback

* style: format memory middleware
2026-04-14 15:01:06 +08:00
..
__init__.py feat: add memory management actions and local filters in memory settings (#1467) 2026-03-29 13:14:45 +08:00
message_processing.py feat: flush memory before summarization (#2176) 2026-04-14 15:01:06 +08:00
prompt.py fix: inject longTermBackground into memory prompt (#1734) 2026-04-03 11:21:58 +08:00
queue.py feat: flush memory before summarization (#2176) 2026-04-14 15:01:06 +08:00
storage.py fix(backend): use timezone-aware UTC in memory modules (fix pytest DeprecationWarnings) (#1992) 2026-04-08 16:28:00 +08:00
summarization_hook.py feat: flush memory before summarization (#2176) 2026-04-14 15:01:06 +08:00
updater.py feat: switch memory updater to async LLM calls (#2138) 2026-04-14 11:10:42 +08:00