Skip to content

Commit e11d1ae

Browse files
committed
fix (memory): bugfixes to async memory updates
1 parent 8edb21d commit e11d1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/workers/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from workers.utils.api_client import notify_user, push_task_list_update
1717
from main.config import INTEGRATIONS_CONFIG # This is the new field
1818
from main.tasks.prompts import TASK_CREATION_PROMPT
19+
from mcp_hub.memory.utils import initialize_embedding_model, initialize_agents, cud_memory
1920
from mcp_hub.tasks.prompts import RESOURCE_MANAGER_SYSTEM_PROMPT
2021
from main.llm import run_agent_with_fallback as run_main_agent_with_fallback
2122
from main.db import MongoManager

0 commit comments

Comments
 (0)