sugopher
sugopher
plugin version: 3.3.0-main 1. mac book pro 13.3 inch , chrome browser and open the DevTools 2. iPhone 12, safari browser
Only occurs in some unkown circumstances ``` 2025-09-15 07:00:08 | memu.memory.memory_agent:306 | INFO | Function time used: 2.46 seconds 2025-09-15 07:00:08 | memu.memory.memory_agent:246 | INFO | 🔄 Iteration 6/20 2025-09-15...
there are three retrieve method - /retrieve/default-categories - /retrieve/related-clustered-categories - /retrieve/related-memory-items default categories include system category (activity, event, profile) and custom category. there is no introduction about how to add...
session_date does not work, seems it is reassigned in memory_agent.py run method. ``` @router.post("/memorize", response_model=MemorizeResponse) async def memorize_conversation( request: MemorizeRequest, background_tasks: BackgroundTasks, memory_svc: MemoryService = Depends(get_memory_service), task_svc: TaskService = Depends(get_task_service),...
if the conversation_text or conversation use not English, sometimes the memory items stored in profile.md/activity.md/event.md etc. mix use English and Native Language
hybrid search is more precise.
include_categories field in related-memory-items not worked. it is only used in RelatedMemoryItemsResponse ``` @router.post("/retrieve/related-memory-items", response_model=RelatedMemoryItemsResponse) async def retrieve_related_memory_items( request: RelatedMemoryItemsRequest, memory_svc: MemoryService = Depends(get_memory_service), ) ```
### Description memU version: v1.1.2 llm profile config in test_postgres.py: ``` llm_profiles={ "default": { "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1", "api_key": "xxxxxx", "chat_model": "qwen-max", "embed_model": "text-embedding-v3", "client_backend": "sdk" } }, ``` run : python...
### Description run `python test_postgres.py` twice, rows in table `resources` and `memory_items` duplicated ### Current Behavior N/A ### Proposed Improvement Long-term memory should automatically integrate, merge, and resolve conflicts. ###...