feat:PFC重构,模块化拆分

This commit is contained in:
SengokuCola
2025-04-08 22:31:47 +08:00
parent e3b2d5b88c
commit 687c3f6710
12 changed files with 661 additions and 385 deletions

View File

@@ -1,6 +1,6 @@
from typing import Dict, Optional
from src.common.logger import get_module_logger
from .pfc import Conversation
from .conversation import Conversation
import traceback
logger = get_module_logger("pfc_manager")