mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-31 17:32:30 +08:00
更新 __init__.py
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user