mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
更新 __init__.py
This commit is contained in:
@@ -92,7 +92,7 @@ class MoviePilotAgent:
|
|||||||
# 中间件
|
# 中间件
|
||||||
middlewares = [
|
middlewares = [
|
||||||
# 工具选择
|
# 工具选择
|
||||||
LLMToolSelectorMiddleware(model=llm, max_tools=20),
|
# LLMToolSelectorMiddleware(model=llm, max_tools=20),
|
||||||
# 记忆管理
|
# 记忆管理
|
||||||
MemoryMiddleware(
|
MemoryMiddleware(
|
||||||
sources=[str(settings.CONFIG_PATH / "agent" / "MEMORY.md")]
|
sources=[str(settings.CONFIG_PATH / "agent" / "MEMORY.md")]
|
||||||
|
|||||||
Reference in New Issue
Block a user