mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
[eric] browser: the routing classifier treats the browser as last resort; native integrations beat it, search beats a page visit, reading beats acting
This commit is contained in:
@@ -52,7 +52,12 @@ P_CLASSIFIER_SYSTEM = (
|
||||
"NO: any part clearly needs something a browser cannot do: local files or "
|
||||
"folders, writing or running code, a terminal, creating documents or "
|
||||
"spreadsheets, SMS to a phone number, or other desktop apps. Also NO for "
|
||||
"plain conversation or questions answerable without visiting any site.\n"
|
||||
"plain conversation or questions answerable without visiting any site. "
|
||||
"Also NO when the task names an app the user message says is connected as "
|
||||
"a native integration: the main agent's own tools beat a browser there.\n"
|
||||
"The browser is the LAST resort: prefer READ over ACT whenever the goal is "
|
||||
"information rather than an action on a page, and prefer NO over READ when "
|
||||
"a plain web search could answer it without visiting a specific page.\n"
|
||||
"Examples:\n"
|
||||
"'go to maya's linkedin and text her thanks' -> ACT\n"
|
||||
"'open hacker news and tell me the top story' -> READ (the answer is the "
|
||||
|
||||
Reference in New Issue
Block a user