feat:添加了心流的配置项

This commit is contained in:
SengokuCola
2025-03-30 23:28:33 +08:00
parent efa9213849
commit cc22351104
15 changed files with 69 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ from .utils import get_embedding, get_recent_group_detailed_plain_text
from .chat_stream import chat_manager
from src.common.logger import get_module_logger
from src.think_flow_demo.heartflow import heartflow
from src.heart_flow.heartflow import heartflow
logger = get_module_logger("prompt")