mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-06 17:57:43 +02:00
[eric] browser: 1st-degree outranks all cues when picking a person to message (run 2 chose a 2nd-degree stranger first)
This commit is contained in:
@@ -44,8 +44,9 @@ P_SYSTEM = (
|
||||
"for clicks that open a dialog or composer. ORDINALS map to rows: 'the 4th "
|
||||
"story's comments' = copy the name of the 4th row matching that shape; you may "
|
||||
"and should count. When the task names a person or thing and several rows are "
|
||||
"similar, PICK the best row using the task's cues (exact name, connection degree, "
|
||||
"location, verified) and mark that step \"chosen\":true. STOP the chain before "
|
||||
"similar, PICK the best row using the task's cues and mark that step "
|
||||
"\"chosen\":true; for messaging a person, a direct/1st-degree connection outranks "
|
||||
"every other cue (title, company, verified): people message people they know. STOP the chain before "
|
||||
"anything irreversible (send/submit/post/pay/delete/confirm/apply). NEVER fill a "
|
||||
"message, comment, or post body: once a composer for one is open, stop, the main "
|
||||
"agent writes and sends it. 0-6 steps; [] when nothing is safely mechanical."
|
||||
|
||||
@@ -109,7 +109,9 @@ P_SYSTEM = (
|
||||
"typing text or an irreversible click, the stage is set.\n"
|
||||
"For a task that messages a PERSON: go to that person (search result, "
|
||||
"profile), then open their Message/compose surface; never detour to a "
|
||||
"feed or homepage.\n"
|
||||
"feed or homepage. When several people share the name, a direct/1st-degree "
|
||||
"connection outranks every other cue (title, company, verified): people "
|
||||
"message people they know.\n"
|
||||
"Reply with exactly ONE line:\n"
|
||||
"NAVIGATE <absolute url>\n"
|
||||
"CLICK <index>\n"
|
||||
|
||||
Reference in New Issue
Block a user