This commit is contained in:
jxxghp
2025-11-18 16:44:39 +08:00
parent 05442a019f
commit 116569223c
+1 -1
View File
@@ -13,7 +13,7 @@ from langchain_core.runnables.history import RunnableWithMessageHistory
from app.agent.callback import StreamingCallbackHandler from app.agent.callback import StreamingCallbackHandler
from app.agent.memory import ConversationMemoryManager from app.agent.memory import ConversationMemoryManager
from app.agent.prompt import PromptManager from app.agent.prompt import PromptManager
from app.agent.tools import MoviePilotToolFactory from app.agent.tools.factory import MoviePilotToolFactory
from app.chain import ChainBase from app.chain import ChainBase
from app.core.config import settings from app.core.config import settings
from app.helper.message import MessageHelper from app.helper.message import MessageHelper