mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
* Add MVP memory management actions * Fix memory settings locale coverage * Polish memory management interactions * Add memory search and type filters * Refine memory settings review feedback * docs: simplify memory settings review setup * fix: restore memory updater compatibility helpers * fix: address memory settings review feedback * docs: soften memory sample review wording --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com> Co-authored-by: JeffJiang <for-eleven@hotmail.com>
1.1 KiB
1.1 KiB
Memory Settings Review
Use this when reviewing the Memory Settings search, filter, delete, and clear-all flow locally.
Quick Review
-
Start DeerFlow locally.
make dev -
Load the sample memory fixture.
python scripts/load_memory_sample.py -
Open the app and review
Settings > Memory.Default local URLs:
- App:
http://localhost:2026 - Local frontend-only fallback:
http://localhost:3000
- App:
What To Check
- Search
memoryand confirm multiple facts are matched. - Search
Chineseand confirm text filtering works. - Search
workflowand confirm category text is also searchable. - Switch between
All,Facts, andSummaries. - Delete the disposable sample fact and confirm the list updates immediately.
- Clear all memory and confirm the page enters the empty state.
Fixture Files
- Sample fixture:
backend/docs/memory-settings-sample.json - Default local runtime target:
backend/.deer-flow/memory.json
The loader script creates a timestamped backup automatically before overwriting an existing runtime memory file.