feat(agent): inject retrieved MCP tools in stream executor

This commit is contained in:
fengyl07
2026-07-07 16:01:26 +08:00
parent bf0831a664
commit 51bf09208d
3 changed files with 82 additions and 2 deletions

View File

@@ -41,5 +41,8 @@
"enable_thinking": false,
"reasoning_effort": "high",
"knowledge": true,
"self_evolution_enabled": true
"self_evolution_enabled": true,
"mcp_tool_retrieval_enabled": false,
"mcp_tool_retrieval_threshold": 20,
"mcp_tool_retrieval_top_k": 10
}