更新 __init__.py

This commit is contained in:
jxxghp
2026-03-23 21:31:46 +08:00
committed by GitHub
parent 873e3832b6
commit faa046eea4

View File

@@ -92,7 +92,7 @@ class MoviePilotAgent:
# 中间件
middlewares = [
# 工具选择
LLMToolSelectorMiddleware(model=llm, max_tools=20),
# LLMToolSelectorMiddleware(model=llm, max_tools=20),
# 记忆管理
MemoryMiddleware(
sources=[str(settings.CONFIG_PATH / "agent" / "MEMORY.md")]