refactor: 进一步重构agents目录结构 符合多agent架构
This commit is contained in:
@@ -92,7 +92,7 @@ class ChatOrchestrator:
|
||||
conversation.conversation_stage = state.current_stage
|
||||
await db.commit()
|
||||
|
||||
from app.agents.prompts.profile_prompts import format_user_profile_context
|
||||
from app.agents.chat.prompts_profile import format_user_profile_context
|
||||
|
||||
user_profile_context = ""
|
||||
if user:
|
||||
|
||||
Reference in New Issue
Block a user