mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor(agent): 按需加载 Agent 运行时 (#6336)
This commit is contained in:
@@ -434,7 +434,7 @@ async def test_graph_keeps_mcp_first_winner_and_catalogs_all_collisions(
|
||||
side_effect=_capture_subagents,
|
||||
),
|
||||
patch(
|
||||
"app.agent.orchestrator.MoviePilotToolFactory.get_tool_selector_always_include_names",
|
||||
"app.agent.tools.factory.MoviePilotToolFactory.get_tool_selector_always_include_names",
|
||||
return_value=[],
|
||||
),
|
||||
patch(
|
||||
|
||||
Reference in New Issue
Block a user