[fix]修复服务启动 (#3)

This commit is contained in:
lanceyq
2025-12-04 18:50:09 +08:00
committed by GitHub
parent b9c705998b
commit 0117194a67
23 changed files with 675 additions and 269 deletions

View File

@@ -7,8 +7,8 @@ This module provides utilities for detecting and processing multimodal inputs
import logging
from typing import List
from app.core.memory.agent.multimodal.speech_model import Vico_recognition
# TODO 后续更新
# from app.core.memory.agent.multimodal.speech_model import Vico_recognition
from app.core.memory.agent.utils.llm_tools import picture_model_requests
logger = logging.getLogger(__name__)

View File

@@ -1,8 +1,5 @@
"""
MemSci 记忆系统主入口 - 重构版本
该模块是重构后的记忆系统主入口,使用新的模块化架构。
旧版本入口app/core/memory/src/main.py已删除。
MemSci 记忆系统主入口
主要功能:
1. 协调整个知识提取流水线