deerflow2/backend/packages/harness/deerflow/agents/memory
MT-Mint e338fa90d6 refactor(memory): 切换线程记忆为纯 memory_json 存储
移除 thread_memory 对 memory_md/Markdown 解析的运行时依赖,仅保留 memory_json 读写路径。\n同步更新 SQLite/MySQL 存储实现与测试基线,并补充迁移文档的最终状态说明。
2026-05-18 16:03:53 +08:00
..
__init__.py feat: add memory management actions and local filters in memory settings (#1467) 2026-03-29 13:14:45 +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 feat: 使用大模型美观输出,等待用户输入之后,大模型输出规范json,再反序列化存入数据库。 2026-05-18 16:03:53 +08:00
thread_updater.py fix(thread-memory): 修复语言识别与队列健壮性 2026-05-18 16:03:53 +08:00
updater.py feat(backend): 统一"发送附件"语义为上传+提及 2026-04-16 11:40:55 +08:00