mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +08:00
add MoviePilot AI agent implementation and workflow manager
This commit is contained in:
@@ -847,7 +847,7 @@ class MessageChain(ChainBase):
|
||||
|
||||
# 异步处理AI智能体请求
|
||||
import asyncio
|
||||
from app.agent.agent import agent_manager
|
||||
from app.agent import agent_manager
|
||||
|
||||
# 生成会话ID
|
||||
session_id = f"user_{userid}_{hash(user_message) % 10000}"
|
||||
|
||||
Reference in New Issue
Block a user