From 5129fdcc05b00dfffef5c4eb1e8fe653e1456d04 Mon Sep 17 00:00:00 2001 From: csh28 Date: Fri, 22 May 2026 10:59:34 +0800 Subject: [PATCH] fix: import asyncio. --- agent/mem0_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/mem0_manager.py b/agent/mem0_manager.py index 0847e1d..d44cf0f 100644 --- a/agent/mem0_manager.py +++ b/agent/mem0_manager.py @@ -4,6 +4,7 @@ Responsible for creating, caching, and managing the lifecycle of Mem0 client ins """ import logging +import asyncio from typing import Any, Dict, List, Optional, Literal from collections import OrderedDict from embedding.manager import get_model_manager