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.