deerflow2/backend/packages/harness/deerflow/agents/memory
MT-Mint ade336f30a refactor(memory): 提取 JSON 工具函数到共享模块
将 thread_summary.py 中的 _strip_code_fence、_extract_json_object、
_escape_inner_quotes_in_json_strings 三个函数提取到新建的
json_utils.py 共享模块,thread_updater.py 同步使用统一接口。
2026-06-11 17:51:15 +08:00
..
__init__.py feat: add memory management actions and local filters in memory settings (#1467) 2026-03-29 13:14:45 +08:00
json_utils.py refactor(memory): 提取 JSON 工具函数到共享模块 2026-06-11 17:51:15 +08:00
prompt.py feat(backend): 统一"发送附件"语义为上传+提及 2026-04-16 11:40:55 +08:00
queue.py fix(memory): case-insensitive fact deduplication and positive reinforcement detection (#1804) 2026-04-05 16:23:00 +08:00
storage.py ci: enforce code formatting checks for backend and frontend (#1536) 2026-03-29 15:34:38 +08:00
thread_prompt.py fix(thread-memory): 修复语言识别与队列健壮性 2026-05-18 16:03:53 +08:00
thread_queue.py fix(thread-memory): 修复语言识别与队列健壮性 2026-05-18 16:03:53 +08:00
thread_storage.py refactor(memory): 切换线程记忆为纯 memory_json 存储 2026-05-18 16:03:53 +08:00
thread_summary.py refactor(memory): 提取 JSON 工具函数到共享模块 2026-06-11 17:51:15 +08:00
thread_updater.py refactor(memory): 提取 JSON 工具函数到共享模块 2026-06-11 17:51:15 +08:00
updater.py feat(backend): 统一"发送附件"语义为上传+提及 2026-04-16 11:40:55 +08:00