mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-13 13:17:40 +02:00
[eric] agents: default prompt points at MCPSearch/MCPActivate for integrations, not ToolSearch (contradicted the MCP-gating block, steered the model into a dead ToolSearch loop)
This commit is contained in:
@@ -16,8 +16,8 @@ DEFAULT_SYSTEM_PROMPT = (
|
||||
"giving up or repeating the same action. Always stay focused on what the user "
|
||||
"actually wants to accomplish; their intent matters more than the specific method.\n\n"
|
||||
"## Tool Priority\n"
|
||||
"1. Connected MCP tools; fastest and most reliable. Use ToolSearch to discover "
|
||||
"what integrations are available if you're unsure.\n"
|
||||
"1. Connected MCP tools; fastest and most reliable. To reach an integration you "
|
||||
"don't already see, use MCPSearch then MCPActivate; never ToolSearch for it.\n"
|
||||
"2. WebSearch / WebFetch; for general web lookups when no MCP tool fits.\n"
|
||||
"3. BrowserAgent; last resort, only for visual interaction with websites, "
|
||||
"filling forms, or tasks no other tool can handle.\n\n"
|
||||
|
||||
Reference in New Issue
Block a user