You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"time add: get mem_cube_id time user_id: {target_user_id} time is: {time.time() -time_start}"
681
+
)
677
682
683
+
time_start_0=time.time()
678
684
ifmem_cube_idnotinself.mem_cubes:
679
685
raiseValueError(f"MemCube '{mem_cube_id}' is not loaded. Please register.")
686
+
logger.info(
687
+
f"time add: get mem_cube_id check in mem_cubes time user_id: {target_user_id} time is: {time.time() -time_start_0}"
688
+
)
689
+
time_start_1=time.time()
680
690
if (
681
691
(messagesisnotNone)
682
692
andself.config.enable_textual_memory
683
693
andself.mem_cubes[mem_cube_id].text_mem
684
694
):
695
+
logger.info(
696
+
f"time add: messages is not None and enable_textual_memory and text_mem is not None time user_id: {target_user_id} time is: {time.time() -time_start_1}"
0 commit comments