@roll-agent/browser-use-agent 0.8.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SKILL.md +33 -13
- package/dist/diagnostics/effective-env.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/pages/zhipin/native-page.d.ts +22 -0
- package/dist/pages/zhipin/semantic-refs.d.ts +48 -0
- package/dist/recruitment-events/client.d.ts +41 -0
- package/dist/recruitment-events/zhipin-events.d.ts +34 -0
- package/dist/tools/navigate-active-tab.d.ts +6 -5
- package/dist/tools/zhipin-get-candidate-list.d.ts +1 -0
- package/dist/tools/zhipin-list-recommend-jobs.d.ts +31 -0
- package/dist/tools/zhipin-open-resume.d.ts +3 -1
- package/dist/tools/zhipin-say-hello.d.ts +3 -1
- package/dist/tools/zhipin-select-recommend-job.d.ts +4 -0
- package/package.json +2 -2
- package/references/env.yaml +14 -0
- package/references/zhipin-workflows.md +67 -8
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineAgent as e,createAgentLogger as t}from"@roll-agent/sdk";import{BrowserRuntimeConfigSchema as n}from"@roll-agent/browser";import{defineTool as a}from"@roll-agent/sdk";import{z as r}from"zod";import{createAgentLogger as o}from"@roll-agent/sdk";import{BrowserRuntime as i,BrowserContextManager as s,SessionStore as c}from"@roll-agent/browser";var l,d,u,m=!1,g=o("browser-use-agent");async function p(e){l||(m=!1,u=new c(e.sessionsDir),l=new i(e),await l.start(),d=new s(l,u))}function h(){if(!l)throw new Error("BrowserRuntime not initialized. Call initRuntime() first.");return l}function f(){if(!d)throw new Error("BrowserContextManager not initialized. Call initRuntime() first.");return d}function b(){if(!u)throw new Error("SessionStore not initialized. Call initRuntime() first.");return u}function y(e){m=e}function v(){return m}async function w(){const e=d,t=l,n=[];if(d=void 0,l=void 0,u=void 0,m=!1,e){g.info("Closing browser contexts...");try{await e.closeAll()}catch(e){n.push(new Error("Failed to close browser contexts",{cause:e})),g.error(`Failed to close browser contexts: ${e instanceof Error?e.stack??e.message:String(e)}`)}}if(t){g.info("Stopping browser process...");try{await t.stop()}catch(e){n.push(new Error("Failed to stop browser runtime",{cause:e})),g.error(`Failed to stop browser runtime: ${e instanceof Error?e.stack??e.message:String(e)}`)}}if(g.info("Browser runtime shutdown complete"),n.length>0)throw new AggregateError(n,"Browser runtime shutdown failed")}var x=r.object({success:r.boolean(),mode:r.string(),connected:r.boolean()}),S=a({name:"attach_browser_session",description:"调试工具:显式执行一次 connectOverCDP(),仅建立 Playwright Browser 连接,不做页面导航或 DOM 操作。",input:r.object({}),output:x,execute:async(e,t)=>{const n=h();return t.logger.info("Attaching Playwright browser session over CDP"),await n.getBrowser(),{success:!0,mode:n.mode,connected:!0}}});import{defineTool as C}from"@roll-agent/sdk";import{z as R}from"zod";import{BrowserStatusSchema as k}from"@roll-agent/browser";import{createHash as M}from"node:crypto";import{z as I}from"zod";var N=["REPLY_AUTHORITY_KEYS_URL","BROWSER_VISUAL_CURSOR","BROWSER_VISUAL_ACTIVITY"],A=/^[0-9a-f]{8}$/,P=I.object({present:I.boolean(),fingerprint:I.string().regex(A).optional()}),T=I.record(P);function E(e,t=process.env){return Object.fromEntries(e.map(e=>{const n=t[e];return"string"==typeof n&&n.length>0?[e,{present:!0,fingerprint:B(n)}]:[e,{present:!1}]}))}function B(e){return M("sha256").update(e).digest("hex").slice(0,8)}var q,F,O=180,L=60,$=280,D="roll-agent-visual-cursor-root",_="__rollVisualCursorState";function z(e){if(void 0!==e)return"true"===e||"false"!==e&&void 0}function j(){return void 0!==q?q:z(process.env.BROWSER_VISUAL_CURSOR)??!0}async function J(e){return await e.evaluate(e=>{const t=e.getBoundingClientRect();return t.width<=0||t.height<=0?null:{x:Math.round(t.left+t.width/2),y:Math.round(t.top+t.height/2)}})}async function V(e,t){await e.evaluate(e=>{const t="roll-agent-visual-cursor-root",n="roll-agent-visual-cursor-pointer",a="__rollVisualCursorState",r=(()=>{const e=document.getElementById(t);if(e)return e;const a=document.createElement("div");a.id=t,a.style.position="fixed",a.style.left="0",a.style.top="0",a.style.width="0",a.style.height="0",a.style.pointerEvents="none",a.style.zIndex="2147483647";const r=document.createElement("div");return r.id=n,r.setAttribute("aria-hidden","true"),r.style.position="fixed",r.style.left="0",r.style.top="0",r.style.width="24px",r.style.height="24px",r.style.opacity="0",r.style.transform="translate(-9999px, -9999px)",r.style.willChange="transform, opacity",r.style.filter="drop-shadow(0 4px 8px rgba(15, 23, 42, 0.28))",r.innerHTML='<svg viewBox="0 0 24 24" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L18 14L11.4 15.3L14.6 22L10.7 23.5L7.6 16.8L3 21V2Z" fill="#FFFFFF" stroke="#0F172A" stroke-width="1.5" stroke-linejoin="round"/></svg>',a.append(r),document.documentElement.append(a),a})(),o=r.querySelector(`#${n}`);if(!o)return;const i=window[a],s=e.point,c=e.durationMs,l=s.x-2,d=s.y-2;if(i?o.style.transition=`transform ${c}ms cubic-bezier(0.22, 1, 0.36, 1), opacity 120ms ease`:(o.style.transition="opacity 120ms ease",o.style.transform=`translate(${l}px, ${d}px)`),o.style.opacity="1",o.style.transform=`translate(${l}px, ${d}px)`,window[a]={x:s.x,y:s.y},!e.clickPulse)return;const u=document.createElement("div");u.setAttribute("aria-hidden","true"),u.style.position="fixed",u.style.left="0",u.style.top="0",u.style.width="18px",u.style.height="18px",u.style.borderRadius="9999px",u.style.border="2px solid rgba(20, 184, 166, 0.95)",u.style.background="rgba(20, 184, 166, 0.18)",u.style.pointerEvents="none",u.style.opacity="0.9",u.style.transform=`translate(${s.x-9}px, ${s.y-9}px) scale(0.55)`,u.style.transition=`transform ${e.pulseDurationMs}ms ease, opacity ${e.pulseDurationMs}ms ease`,r.append(u),requestAnimationFrame(()=>{u.style.opacity="0",u.style.transform=`translate(${s.x-18}px, ${s.y-18}px) scale(2)`}),globalThis.setTimeout(()=>{u.remove()},e.pulseDurationMs+40)},{point:t.point,durationMs:t.durationMs,clickPulse:t.clickPulse,pulseDurationMs:t.pulseDurationMs})}function H(e){const t=[e],n="function"==typeof e.frames?e.frames():[];return t.push(...n),t}async function U(e){await e.evaluate(({rootId:e,stateKey:t})=>{document.getElementById(e)?.remove(),delete window[t]},{rootId:D,stateKey:_})}async function W(e,t={}){if(e.isClosed())return!1;let n=!1;for(const a of H(e))if(a!==t.preserveTarget)try{await U(a),n=!0}catch{}return n}async function K(e,t,n={}){if(!j()||e.isClosed())return!1;try{await t.scrollIntoViewIfNeeded();const a=await J(t);if(!a)return!1;const r=n.durationMs??O,o=n.settleMs??L,i=n.target??e;return await W(e,{preserveTarget:i}),await V(n.target??e,{point:a,durationMs:r,clickPulse:!1,pulseDurationMs:$}),await e.waitForTimeout(Math.max(r+o,0)),!0}catch{return!1}}async function Y(e,t,n={}){if(!j()||e.isClosed())return!1;try{const a=await J(t);if(!a)return!1;const r=n.pulseDurationMs??$,o=n.target??e;return await W(e,{preserveTarget:o}),await V(o,{point:a,durationMs:0,clickPulse:!0,pulseDurationMs:r}),await e.waitForTimeout(r),!0}catch{return!1}}function G(e){if(void 0!==e)return"true"===e||"false"!==e&&void 0}function X(){return void 0!==F?F:G(process.env.BROWSER_VISUAL_ACTIVITY)??!0}var Z=k.extend({replyAuthorityKeysLoaded:R.boolean(),visualCursorEnabled:R.boolean(),visualActivityEnabled:R.boolean(),effectiveEnvSources:T}),Q=C({name:"browser_status",description:"查询浏览器运行状态和活跃 session 信息",input:R.object({}),output:Z,execute:async(e,t)=>{t.logger.info("Querying browser status");const n=h(),a=f(),r=b(),o=n.isRunning(),{headless:i,mode:s}=n.getConfig(),c=a.getActivePlatforms(),l=[];for(const e of c){const t=a.getPageCount(e),o=a.getCurrentUrl(e);let i=null,s="unknown";if(n.shouldRestoreSessionSnapshot()){const[t,n]=await Promise.all([r.loadCookies(e),r.loadLocalStorage(e)]);i=void 0!==t&&t.length>0||void 0!==n&&Object.keys(n).length>0,s=i?"snapshot":"none"}else n.usesPersistentProfile()&&(i=null,s="profile");l.push({platform:e,pagesOpen:t,currentUrl:o,hasLoginState:i,loginStateSource:s})}return{running:o,headless:i,mode:s,activeSessions:l,replyAuthorityKeysLoaded:v(),visualCursorEnabled:j(),visualActivityEnabled:X(),effectiveEnvSources:E(N)}}});import{defineTool as ee}from"@roll-agent/sdk";import{BrowserPageInfoSchema as te,PlatformSchema as ne}from"@roll-agent/browser";import{z as ae}from"zod";import{PLATFORMS as re}from"@roll-agent/browser";var oe={zhipin:"https://www.zhipin.com",yupao:"https://www.yupao.com"};function ie(e){return new URL(oe[e]).host}function se(e,t){try{return new URL(e).host.includes(ie(t))}catch{return!1}}function ce(e){return re.find(t=>se(e,t))}function le(e,t){const n=ce(t.url)??null;return{pageId:t.targetId,url:t.url,title:t.title,boundPlatform:e.getBoundPlatformForNativePage(t.targetId)??null,detectedPlatform:n,isSelectedForPlatform:e.isNativePageSelected(t.targetId)}}async function de(e,t){const n=t.url();return{pageId:e.getPageId(t),url:n,title:await t.title().catch(()=>""),boundPlatform:e.getBoundPlatformForPage(t)??null,detectedPlatform:ce(n)??null,isSelectedForPlatform:e.isSelectedPageForPlatform(t)}}var ue=ae.object({platform:ne.optional().describe("可选:仅返回指定平台相关的页面")}),me=ae.object({pages:ae.array(te)}),ge=ee({name:"list_pages",description:"通过原生 CDP 列出当前浏览器可见页面及其可选择的 pageId;登录前该值等同于原生 targetId。",input:ue,output:me,execute:async(e,t)=>{const n=f();t.logger.info("Listing browser pages");const a=(await n.listNativePages()).map(e=>le(n,e));return{pages:void 0===e.platform?a:a.filter(t=>t.boundPlatform===e.platform||t.detectedPlatform===e.platform)}}});import{defineTool as pe}from"@roll-agent/sdk";import{BrowserPageInfoSchema as he}from"@roll-agent/browser";import{z as fe}from"zod";async function be(e,t){return e.useTrackedPage(t,e=>se(e.url(),t))}async function ye(e,t){return(await e.listNativePages()).find(e=>se(e.url,t))}async function ve(e,t){const n=await ye(e,t);if(n)return await e.activateNativePage(n.targetId),{page:n,reusedExistingPage:!0};return{page:await e.openNativePage(oe[t]),reusedExistingPage:!1}}var we,xe=fe.object({url:fe.string().url().describe("要导航到的目标 URL")}),Se=fe.object({success:fe.boolean(),page:he});function Ce(){return{getContextManager:f,detectPlatformFromUrl:ce,matchesPlatformHost:se,findTrackedPlatformPage:be,toAttachedPageInfo:de,...we}}async function Re(e,t,n){const a=(await e.listNativePages()).find(e=>t.matchesPlatformHost(e.url,n));if(a)return await e.selectNativePage(n,a.targetId),await e.getPage(n)}async function ke(e,t,n,a){const r=t.detectPlatformFromUrl(n);if(!r){const t=await e.getActivePage();if(!t)throw new Error("No active browser tab detected. Use open_platform or select_page first.");return{page:t}}const o=await t.findTrackedPlatformPage(e,r);if(o)return a.info(`Reusing tracked ${r} page instead of navigating the current unrelated tab`),{page:o,platform:r};const i=await Re(e,t,r);if(i)return a.info(`Reusing native ${r} page instead of navigating the current unrelated tab`),{page:i,platform:r};const s=await e.getActivePage();if(!s)throw new Error("No active browser tab detected. Use open_platform or select_page first.");return a.warn(`No existing ${r} page found; falling back to navigating the current active tab`),{page:s,platform:r}}async function Me(e,t,n){return await e.selectAttachedPage(n,e.getPageId(t))}async function Ie(e,t){e.url()!==t&&await e.goto(t,{waitUntil:"domcontentloaded"})}var Ne=pe({name:"navigate_active_tab",description:"导航到指定 URL;若 URL 属于已知平台(Boss/鱼泡),优先复用已打开的平台页,避免把无关 tab 导航成第二个平台页。",input:xe,output:Se,execute:async(e,t)=>{const n=Ce(),a=n.getContextManager();t.logger.info(`Navigating active tab to ${e.url}`);const{page:r,platform:o}=await ke(a,n,e.url,t.logger);await r.bringToFront().catch(()=>{}),await Ie(r,e.url);const i=o??n.detectPlatformFromUrl(r.url()),s=i?await Me(a,r,i):r;return i?t.logger.info(`Bound navigated page to ${i}`):a.clearBindingForPage(r),{success:!0,page:await n.toAttachedPageInfo(a,s)}}});import{defineTool as Ae}from"@roll-agent/sdk";import{BrowserPageInfoSchema as Pe,PlatformSchema as Te}from"@roll-agent/browser";import{z as Ee}from"zod";var Be=Ee.object({platform:Te.describe("目标平台:`zhipin` 代表 BOSS直聘,`yupao` 代表鱼泡")}),qe=Ee.object({success:Ee.boolean(),page:Pe,reusedExistingTab:Ee.boolean()}),Fe=Ae({name:"open_platform",description:"打开并聚焦招聘平台主页,供用户手动登录或后续执行站内操作。",input:Be,output:qe,execute:async(e,t)=>{const{platform:n}=e,a=h(),r=f();t.logger.info(`Opening platform page for ${n}`);const{page:o,reusedExistingPage:i}=await ve(a,n);return r.rememberNativePageSelection(n,o),{success:!0,page:le(r,o),reusedExistingTab:i}}});import{defineTool as Oe}from"@roll-agent/sdk";import{BrowserPageInfoSchema as Le,PlatformSchema as $e}from"@roll-agent/browser";import{z as De}from"zod";var _e=De.object({platform:$e.describe("要将该页面绑定为当前活跃页的平台"),pageId:De.string().describe("通过 list_pages 返回的 pageId;登录前就是原生 targetId,登录后仍可作为稳定选择句柄")}),ze=De.object({success:De.boolean(),page:Le}),je=Oe({name:"select_page",description:"将指定 pageId 绑定为平台当前活跃页,并切换到前台;登录前走原生 CDP target 激活。",input:_e,output:ze,execute:async(e,t)=>{const n=f();t.logger.info(`Selecting page ${e.pageId} for ${e.platform}`);const a=await n.selectNativePage(e.platform,e.pageId);return{success:!0,page:le(n,a)}}});import{defineTool as Je}from"@roll-agent/sdk";import{BrowserPageInfoSchema as Ve}from"@roll-agent/browser";import{z as He}from"zod";var Ue=["native","native-watch","native-ws-connect","native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable","native-runtime-enable","native-evaluate-url","native-dom-read","browser-attach","page-attach","network-watch","page-evaluate","detector-fingerprint","storage-summary"],We=[...Ue,"native-ws-connect-watch","native-page-bring-front-watch","native-evaluate-url-no-runtime-enable-watch","native-dom-read-no-runtime-enable-watch","native-input-move-no-runtime-enable-watch","native-runtime-enable-watch","native-evaluate-url-watch","native-dom-read-watch","browser-attach-watch"],Ke=He.enum(["localStorage","sessionStorage"]),Ye=He.enum(["array","object","string","number","boolean","null"]),Ge=He.enum(["empty","json","string"]),Xe=He.enum(Ue),Ze=He.enum(We),Qe=He.enum(["request","response"]),et=He.enum(["apm-action-log","device-action-report","boss-risk-report","zhipin-security"]),tt=He.object({area:Ke,key:He.string(),valueLength:He.number().int().nonnegative(),valueKind:Ge,jsonKind:Ye.optional(),jsonTopLevelKeys:He.array(He.string()).optional(),jsonArrayLength:He.number().int().nonnegative().optional(),numericFields:He.record(He.number()).optional(),booleanFields:He.record(He.boolean()).optional(),arrayLengths:He.record(He.number().int().nonnegative()).optional()}),nt=He.object({name:He.string(),domain:He.string(),path:He.string(),expires:He.string(),valueLength:He.number().int().nonnegative(),httpOnly:He.boolean(),secure:He.boolean(),sameSite:He.string().optional()}),at=He.object({before:He.number().optional(),after:He.number().optional(),delta:He.number().optional()}),rt=He.object({before:He.boolean().optional(),after:He.boolean().optional()}),ot=He.object({before:He.number().int().nonnegative().optional(),after:He.number().int().nonnegative().optional(),delta:He.number().int().optional()}),it=He.object({area:Ke,key:He.string(),beforePresent:He.boolean(),afterPresent:He.boolean(),numericDeltas:He.record(at).optional(),booleanChanges:He.record(rt).optional(),arrayLengthDeltas:He.record(ot).optional()}),st=He.object({url:He.string(),title:He.string(),visibilityState:He.string(),hasFocus:He.boolean()}),ct=He.object({navigatorWebdriver:He.boolean().optional(),userAgentContainsHeadless:He.boolean(),languagesLength:He.number().int().nonnegative(),pluginsLength:He.number().int().nonnegative(),hasChromeRuntime:He.boolean(),permissionQueryIsNative:He.boolean().optional(),hasPlaywrightBinding:He.boolean(),hasPwInitScripts:He.boolean(),cdcKeys:He.array(He.string()),webdriverKeys:He.array(He.string()),automationLikeWindowKeys:He.array(He.string())}),lt=He.object({rootNodeId:He.number().int(),rootNodeName:He.string(),childNodeCount:He.number().int().nonnegative().optional(),bodyTextLength:He.number().int().nonnegative().optional(),elementCount:He.number().int().nonnegative().optional()}),dt=He.object({type:He.literal("mouseMoved"),x:He.number(),y:He.number()}),ut=He.object({targetId:He.string(),websocketUrlAvailable:He.boolean(),connected:He.boolean(),pageBroughtToFront:He.boolean().optional(),runtimeEnabled:He.boolean().optional(),evaluate:st.optional(),dom:lt.optional(),input:dt.optional()}),mt=He.object({phase:Xe,success:He.boolean(),durationMs:He.number().int().nonnegative(),error:He.string().optional()}),gt=He.object({phase:Ze,capturedAt:He.string(),targetFound:He.boolean(),page:Ve.optional(),urlChangedFromPrevious:He.boolean(),titleChangedFromPrevious:He.boolean(),previousUrl:He.string().optional(),currentUrl:He.string().optional(),previousTitle:He.string().optional(),currentTitle:He.string().optional()}),pt=He.object({kind:Qe,reason:et,capturedAt:He.string(),url:He.string(),method:He.string().optional(),resourceType:He.string().optional(),status:He.number().int().optional()}),ht=He.object({capturedAt:He.string(),url:He.string()}),ft=He.object({phase:Xe.default("native").describe("诊断阶段。默认 native 只枚举原生 CDP target;native-* 阶段使用原生 CDP page WebSocket;browser-attach 及更深阶段才会使用 Playwright attach。"),targetPageId:He.string().optional().describe("可选:通过 list_pages 或本工具 native 阶段看到的 BOSS 页面 pageId/targetId。"),watchMs:He.number().int().min(500).max(1e4).default(3e3).describe("native-watch / browser-attach 后置观察 / network-watch / storage-summary 内部等待窗口,单位毫秒。"),networkEventLimit:He.number().int().min(1).max(100).default(30).describe("network-watch 最多返回的相关 request/response 事件数。")}),bt=He.object({success:He.boolean(),requestedPhase:Xe,mode:He.string(),nativePages:He.array(Ve),targetPage:Ve.optional(),browserAttached:He.boolean(),pageAttached:He.boolean(),nativeTimeline:He.array(gt),networkEvents:He.array(pt).optional(),navigationEvents:He.array(ht).optional(),nativeCdp:ut.optional(),evaluate:st.optional(),detectorFingerprint:ct.optional(),storage:He.object({localStorage:He.array(tt),sessionStorage:He.array(tt),cookies:He.array(nt),counterDiffs:He.array(it)}).optional(),phases:He.array(mt),warnings:He.array(He.string())}),yt=["_AEG_CNT","_ZP_CNT_","__local__sec__store___"],vt=new Set(yt),wt=["native-ws-connect","native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable","native-runtime-enable","native-evaluate-url","native-dom-read"],xt=["native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable"],St={"native-ws-connect":"native-ws-connect-watch","native-page-bring-front":"native-page-bring-front-watch","native-evaluate-url-no-runtime-enable":"native-evaluate-url-no-runtime-enable-watch","native-dom-read-no-runtime-enable":"native-dom-read-no-runtime-enable-watch","native-input-move-no-runtime-enable":"native-input-move-no-runtime-enable-watch","native-runtime-enable":"native-runtime-enable-watch","native-evaluate-url":"native-evaluate-url-watch","native-dom-read":"native-dom-read-watch"};function Ct(e){if(null===e)return"null";if(Array.isArray(e))return"array";switch(typeof e){case"boolean":return"boolean";case"number":return"number";case"string":default:return"string";case"object":return"object"}}function Rt(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function kt(e){return wt.includes(e)}function Mt(e){return xt.includes(e)}function It(e){try{return JSON.parse(e)}catch{return}}function Nt(e){const t=Object.fromEntries(Object.entries(e).filter(e=>"number"==typeof e[1])),n=Object.fromEntries(Object.entries(e).filter(e=>"boolean"==typeof e[1])),a=Object.fromEntries(Object.entries(e).filter(e=>Array.isArray(e[1])).map(([e,t])=>[e,t.length]));return{...Object.keys(t).length>0?{numericFields:t}:{},...Object.keys(n).length>0?{booleanFields:n}:{},...Object.keys(a).length>0?{arrayLengths:a}:{}}}function At(e){return new Promise(t=>{setTimeout(t,e)})}function Pt(e){return vt.has(e)}function Tt(e,t){if(0===t.value.length)return{area:e,key:t.key,valueLength:0,valueKind:"empty"};const n=It(t.value);if(void 0===n)return{area:e,key:t.key,valueLength:t.value.length,valueKind:"string"};const a=Ct(n),r=Rt(n)&&Pt(t.key)?Nt(n):{};return{area:e,key:t.key,valueLength:t.value.length,valueKind:"json",jsonKind:a,...Rt(n)?{jsonTopLevelKeys:Object.keys(n)}:{},...Array.isArray(n)?{jsonArrayLength:n.length}:{},...r}}function Et(e){return{name:e.name,domain:e.domain,path:e.path,expires:e.expires>0?new Date(1e3*e.expires).toISOString():"Session",valueLength:e.value.length,httpOnly:e.httpOnly,secure:e.secure,...void 0!==e.sameSite?{sameSite:e.sameSite}:{}}}async function Bt(e,t){const n=Date.now();try{return{result:await t(),phaseResult:{phase:e,success:!0,durationMs:Date.now()-n}}}catch(t){return{phaseResult:{phase:e,success:!1,durationMs:Date.now()-n,error:t instanceof Error?t.message:String(t)}}}}function qt(e,t,n){if(void 0!==t){const a=e.find(e=>e.targetId===t);return a?se(a.url,"zhipin")?a:void n.push(`targetPageId "${t}" is not a zhipin page.`):void n.push(`targetPageId "${t}" not found in native pages.`)}const a=e.filter(e=>se(e.url,"zhipin"));if(1===a.length)return a[0];0===a.length?n.push("No zhipin native page found. Open Boss first or pass targetPageId."):n.push("Multiple zhipin native pages found. Pass targetPageId to avoid ambiguity.")}function Ft(e,t,n,a){const r=n?.url,o=n?.title,i=a?.currentUrl,s=a?.currentTitle;return{phase:t,capturedAt:(new Date).toISOString(),targetFound:void 0!==n,...void 0!==n?{page:le(e,n)}:{},urlChangedFromPrevious:void 0!==i&&void 0!==r&&i!==r,titleChangedFromPrevious:void 0!==s&&void 0!==o&&s!==o,...void 0!==i?{previousUrl:i}:{},...void 0!==r?{currentUrl:r}:{},...void 0!==s?{previousTitle:s}:{},...void 0!==o?{currentTitle:o}:{}}}async function Ot(e,t,n,a){const r=await e.listNativePages();return Ft(e,t,void 0!==n?r.find(e=>e.targetId===n):r.filter(e=>se(e.url,"zhipin"))[0],a)}async function Lt(e,t,n,a,r){try{const o=t[t.length-1],i=await Ot(e,n,a,o);t.push(i),i.urlChangedFromPrevious&&r.push(`Target URL changed after ${n}: ${i.previousUrl??"(unknown)"} -> ${i.currentUrl??"(missing)"}.`)}catch(e){r.push(`Failed to capture native snapshot after ${n}: ${e instanceof Error?e.message:String(e)}.`)}}async function $t(e,t,n,a,r,o){const i=t.length,s=Date.now();for(;;){await Lt(e,t,n,a,o);const i=r-(Date.now()-s);if(i<=0)break;await At(Math.min(500,i))}return t.slice(i).some(e=>e.urlChangedFromPrevious)}function Dt(e){if(!Rt(e))throw new Error("Native CDP evaluate did not return an object value.");const t=e.url,n=e.title,a=e.visibilityState,r=e.hasFocus;if("string"!=typeof t||"string"!=typeof n||"string"!=typeof a||"boolean"!=typeof r)throw new Error("Native CDP evaluate returned an unexpected page summary shape.");return{url:t,title:n,visibilityState:a,hasFocus:r}}function _t(e,t){if(!Rt(e))throw new Error("Native CDP DOM.getDocument did not return an object.");const n=e.root;if(!Rt(n))throw new Error("Native CDP DOM.getDocument did not return a root node.");const a=n.nodeId,r=n.nodeName,o=n.childNodeCount;if("number"!=typeof a||"string"!=typeof r)throw new Error("Native CDP DOM root node has an unexpected shape.");const i=Rt(t)?t:{},s=i.bodyTextLength,c=i.elementCount;return{rootNodeId:a,rootNodeName:r,..."number"==typeof o?{childNodeCount:o}:{},..."number"==typeof s?{bodyTextLength:s}:{},..."number"==typeof c?{elementCount:c}:{}}}async function zt(e){return Dt(await e.evaluateJson("(() => ({\n url: location.href,\n title: document.title,\n visibilityState: document.visibilityState,\n hasFocus: document.hasFocus()\n }))()"))}async function jt(e){return _t(await e.getDocument({depth:1,pierce:!1}),await e.evaluateJson('(() => ({\n bodyTextLength: document.body?.innerText?.length ?? 0,\n elementCount: document.querySelectorAll("*").length\n }))()'))}async function Jt(e){return _t(await e.getDocument({depth:1,pierce:!1}),void 0)}async function Vt(e){return await e.bringToFront(),!0}async function Ht(e){const t={type:"mouseMoved",x:0,y:0};return await e.dispatchMouseEvent({type:t.type,x:t.x,y:t.y}),t}async function Ut(e,t,n,a,r,o){await Lt(e,t,n,a,o);const i=await $t(e,t,St[n],a,r,o);return i&&o.push(`Native CDP phase ${n} was followed by a native URL change; stop before deeper native CDP operations.`),i}async function Wt(e,t,n,a){switch(e){case"native-page-bring-front":{const r=await Bt(e,async()=>await Vt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.pageBroughtToFront=r.result),r.phaseResult}case"native-evaluate-url-no-runtime-enable":{const r=await Bt(e,async()=>await zt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.evaluate=r.result),r.phaseResult}case"native-dom-read-no-runtime-enable":{const r=await Bt(e,async()=>await Jt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.dom=r.result),r.phaseResult}case"native-input-move-no-runtime-enable":{const r=await Bt(e,async()=>await Ht(t));return n.push(r.phaseResult),void 0!==r.result&&(a.input=r.result),r.phaseResult}}}async function Kt(e){const t={targetId:e.target.targetId,websocketUrlAvailable:"string"==typeof e.target.webSocketDebuggerUrl&&e.target.webSocketDebuggerUrl.length>0,connected:!1},n=e.target.webSocketDebuggerUrl;let a;try{const r=await Bt("native-ws-connect",async()=>{if(void 0===n||0===n.length)throw new Error("Native CDP target does not expose webSocketDebuggerUrl.");return await e.runtime.connectNativePage(e.target,{allowUnsafeRuntimeEnableForDiagnostics:!0})});if(e.phases.push(r.phaseResult),a=r.result,t.connected=r.phaseResult.success,!r.phaseResult.success||void 0===a)return{summary:t,triggeredNavigation:!1};const o=a;let i=await Ut(e.ctxManager,e.nativeTimeline,"native-ws-connect",e.targetPageId,e.watchMs,e.warnings);if("native-ws-connect"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};if(Mt(e.requestedPhase))return await Wt(e.requestedPhase,o,e.phases,t),i=await Ut(e.ctxManager,e.nativeTimeline,e.requestedPhase,e.targetPageId,e.watchMs,e.warnings),{summary:t,triggeredNavigation:i};const s=await Bt("native-runtime-enable",async()=>await o.unsafeEnableRuntimeForDiagnostics());if(e.phases.push(s.phaseResult),t.runtimeEnabled=s.phaseResult.success,i=await Ut(e.ctxManager,e.nativeTimeline,"native-runtime-enable",e.targetPageId,e.watchMs,e.warnings),!s.phaseResult.success||"native-runtime-enable"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};const c=await Bt("native-evaluate-url",async()=>await zt(o));if(e.phases.push(c.phaseResult),void 0!==c.result&&(t.evaluate=c.result),i=await Ut(e.ctxManager,e.nativeTimeline,"native-evaluate-url",e.targetPageId,e.watchMs,e.warnings),!c.phaseResult.success||"native-evaluate-url"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};const l=await Bt("native-dom-read",async()=>await jt(o));return e.phases.push(l.phaseResult),void 0!==l.result&&(t.dom=l.result),i=await Ut(e.ctxManager,e.nativeTimeline,"native-dom-read",e.targetPageId,e.watchMs,e.warnings),l.phaseResult.success,{summary:t,triggeredNavigation:i}}finally{a?.close()}}function Yt(e){const t=e.toLowerCase();return t.includes("device-action-report")?"device-action-report":t.includes("boss_risk_report")?"boss-risk-report":t.includes("apm-fe.zhipin.com")||t.includes("/wapi/zpapm/actionlog/")?"apm-action-log":t.includes("zhipin-security")||t.includes("/security/")?"zhipin-security":void 0}async function Gt(e,t,n){const a=[],r=[],o=e=>{a.length<n&&a.push(e)},i=e=>{const t=e.url(),n=Yt(t);void 0!==n&&o({kind:"request",reason:n,capturedAt:(new Date).toISOString(),url:t,method:e.method(),resourceType:e.resourceType()})},s=e=>{const t=e.url(),n=Yt(t);if(void 0===n)return;const a=e.request();o({kind:"response",reason:n,capturedAt:(new Date).toISOString(),url:t,method:a.method(),resourceType:a.resourceType(),status:e.status()})},c=e=>{r.push({capturedAt:(new Date).toISOString(),url:e.url()})};e.on("request",i),e.on("response",s),e.on("framenavigated",c);try{await At(t)}finally{e.off("request",i),e.off("response",s),e.off("framenavigated",c)}return{networkEvents:a,navigationEvents:r}}function Xt(e,t){const n=e.contexts().flatMap(e=>e.pages()).filter(e=>!e.isClosed()&&se(e.url(),"zhipin"));return n.find(e=>e.url()===t.url)??n[0]}function Zt(e,t){return{networkEvents:e.flatMap(e=>e.networkEvents).slice(0,t),navigationEvents:e.flatMap(e=>e.navigationEvents)}}async function Qt(e,t){return await e.evaluate(e=>{const t="localStorage"===e?window.localStorage:window.sessionStorage;return Array.from({length:t.length},(e,n)=>{const a=t.key(n)??"";return{key:a,value:a.length>0?t.getItem(a)??"":""}}).filter(e=>e.key.length>0)},t)}async function en(e){return(await e.evaluate(e=>{const t=["localStorage","sessionStorage"],n=[];for(const a of t){const t="localStorage"===a?window.localStorage:window.sessionStorage;for(const r of e){const e=t.getItem(r);null!==e&&n.push({area:a,key:r,value:e})}}return n},yt)).map(e=>Tt(e.area,{key:e.key,value:e.value}))}async function tn(e){return await e.evaluate(()=>({url:location.href,title:document.title,visibilityState:document.visibilityState,hasFocus:document.hasFocus()}))}async function nn(e){return await e.evaluate(()=>{const e=window,t=Object.keys(e),n=t.filter(e=>e.startsWith("cdc_")||e.includes("_cdc_")).slice(0,20),a=t.filter(e=>e.toLowerCase().includes("webdriver")).slice(0,20),r=t.filter(e=>{const t=e.toLowerCase();return t.includes("playwright")||t.includes("puppeteer")||t.includes("selenium")||t.includes("chromedriver")}).slice(0,20),o=navigator.permissions?.query,i="function"==typeof o?o.toString().includes("[native code]"):void 0;return{..."boolean"==typeof navigator.webdriver?{navigatorWebdriver:navigator.webdriver}:{},userAgentContainsHeadless:navigator.userAgent.toLowerCase().includes("headless"),languagesLength:navigator.languages?.length??0,pluginsLength:navigator.plugins?.length??0,hasChromeRuntime:"object"==typeof e.chrome&&null!==e.chrome&&"runtime"in e.chrome,...void 0!==i?{permissionQueryIsNative:i}:{},hasPlaywrightBinding:"__playwright__binding__"in e,hasPwInitScripts:"__pwInitScripts"in e,cdcKeys:n,webdriverKeys:a,automationLikeWindowKeys:r}})}function an(e){return new Map(e.map(e=>[`${e.area}:${e.key}`,e]))}function rn(e,t){return[...new Set([...Object.keys(e??{}),...Object.keys(t??{})])]}function on(e,t){return{...void 0!==e?{before:e}:{},...void 0!==t?{after:t}:{},...void 0!==e&&void 0!==t?{delta:t-e}:{}}}function sn(e,t){return{...void 0!==e?{before:e}:{},...void 0!==t?{after:t}:{},...void 0!==e&&void 0!==t?{delta:t-e}:{}}}function cn(e,t){const n=an(e),a=an(t),r=[...new Set([...n.keys(),...a.keys()])],o=[];for(const e of r){const t=n.get(e),r=a.get(e),i=r??t;if(!i)continue;const s={};for(const e of rn(t?.numericFields,r?.numericFields)){const n=t?.numericFields?.[e],a=r?.numericFields?.[e];n!==a&&(s[e]=on(n,a))}const c={};for(const e of rn(t?.booleanFields,r?.booleanFields)){const n=t?.booleanFields?.[e],a=r?.booleanFields?.[e];n!==a&&(c[e]={...void 0!==n?{before:n}:{},...void 0!==a?{after:a}:{}})}const l={};for(const e of rn(t?.arrayLengths,r?.arrayLengths)){const n=t?.arrayLengths?.[e],a=r?.arrayLengths?.[e];n!==a&&(l[e]=sn(n,a))}void 0!==t&&void 0!==r&&0===Object.keys(s).length&&0===Object.keys(c).length&&0===Object.keys(l).length||o.push({area:i.area,key:i.key,beforePresent:void 0!==t,afterPresent:void 0!==r,...Object.keys(s).length>0?{numericDeltas:s}:{},...Object.keys(c).length>0?{booleanChanges:c}:{},...Object.keys(l).length>0?{arrayLengthDeltas:l}:{}})}return o}async function ln(e,t){const[n,a,r]=await Promise.all([Qt(e,"localStorage"),Qt(e,"sessionStorage"),e.context().cookies()]),o=[...n.filter(e=>Pt(e.key)).map(e=>Tt("localStorage",e)),...a.filter(e=>Pt(e.key)).map(e=>Tt("sessionStorage",e))];return{localStorage:n.map(e=>Tt("localStorage",e)),sessionStorage:a.map(e=>Tt("sessionStorage",e)),cookies:r.filter(e=>e.domain.includes("zhipin.com")||e.domain.includes("bosszhipin.com")).map(e=>Et(e)),counterDiffs:cn(t,o)}}var dn=Je({name:"zhipin_diagnose_browser_state",description:"分阶段诊断 Boss 页面在原生 CDP page WebSocket、Playwright CDP attach、页面绑定、网络上报、evaluate、检测指纹、storage/cookie 读取时的状态;默认只做 native target 枚举,所有 storage/cookie 值均脱敏。",input:ft,output:bt,execute:async(e,t)=>{const n=e.phase??"native",a=e.watchMs??3e3,r=e.networkEventLimit??30,o=f(),i=h(),s=[],c=[],l=[];let d,u,m,g=!1,p=!1,b=e.targetPageId;t.logger.info(`Diagnosing zhipin browser state (phase: ${n})`);const y=await Bt("native",async()=>await o.listNativePages());c.push(y.phaseResult);const v=y.result??[],w=v.map(e=>le(o,e)),x=qt(v,e.targetPageId,s);if(x&&(d=le(o,x),b=x.targetId,l.push(Ft(o,"native",x,void 0))),!y.phaseResult.success||"native"===n)return{success:y.phaseResult.success,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if("native-watch"===n)return await $t(o,l,"native-watch",b,a,s),{success:y.phaseResult.success&&void 0!==b,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(!x)return{success:!1,requestedPhase:n,mode:i.mode,nativePages:w,browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(kt(n)){const e=await Kt({requestedPhase:n,target:x,runtime:i,ctxManager:o,targetPageId:b,watchMs:a,phases:c,nativeTimeline:l,warnings:s});return{success:c.every(e=>e.success)&&!e.triggeredNavigation,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,nativeCdp:e.summary,phases:c,warnings:s}}const S=await Bt("browser-attach",async()=>await i.getBrowser());c.push(S.phaseResult);const C=S.result;g=S.phaseResult.success,await Lt(o,l,"browser-attach",b,s);const R=await $t(o,l,"browser-attach-watch",b,a,s);if(R&&s.push("Browser attach was followed by a native URL change; treat this account/browser profile as unsafe for Playwright-backed zhipin tools."),!S.phaseResult.success||"browser-attach"===n)return{success:c.every(e=>e.success)&&!R,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(R)return{success:!1,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};const k=[];let M;"network-watch"===n&&void 0!==C&&(M=Xt(C,x),M?k.push(Gt(M,a,r)):s.push("No attached zhipin page found before page-attach; network-watch starts after page-attach.")),o.rememberNativePageSelection("zhipin",x);const I=await Bt("page-attach",async()=>await o.getPage("zhipin"));c.push(I.phaseResult);const N=I.result;if(p=I.phaseResult.success,N&&(d=await de(o,N)),await Lt(o,l,"page-attach",b,s),!I.phaseResult.success||!N){if("network-watch"===n&&k.length>0){const e=await Bt("network-watch",async()=>Zt(await Promise.all(k),r));c.push(e.phaseResult),e.result&&(u=e.result.networkEvents,m=e.result.navigationEvents)}return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==u?{networkEvents:u}:{},...void 0!==m?{navigationEvents:m}:{},phases:c,warnings:s}}if("page-attach"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if("network-watch"===n){M!==N&&k.push(Gt(N,a,r));const e=await Bt("network-watch",async()=>Zt(await Promise.all(k),r));return c.push(e.phaseResult),e.result&&(u=e.result.networkEvents,m=e.result.navigationEvents),await Lt(o,l,"network-watch",b,s),{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==u?{networkEvents:u}:{},...void 0!==m?{navigationEvents:m}:{},phases:c,warnings:s}}let A=[];if("storage-summary"===n){try{A=await en(N)}catch(e){s.push(`Failed to read storage counter baseline: ${e instanceof Error?e.message:String(e)}.`)}a>0&&await At(a)}const P=await Bt("page-evaluate",async()=>await tn(N));c.push(P.phaseResult);const T=P.result;if(await Lt(o,l,"page-evaluate",b,s),!P.phaseResult.success||"page-evaluate"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==T?{evaluate:T}:{},phases:c,warnings:s};const E=await Bt("detector-fingerprint",async()=>await nn(N));c.push(E.phaseResult);const B=E.result;if(await Lt(o,l,"detector-fingerprint",b,s),!E.phaseResult.success||"detector-fingerprint"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==T?{evaluate:T}:{},...void 0!==B?{detectorFingerprint:B}:{},phases:c,warnings:s};const q=await Bt("storage-summary",async()=>await ln(N,A));c.push(q.phaseResult);const F=q.result;return await Lt(o,l,"storage-summary",b,s),{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==T?{evaluate:T}:{},...void 0!==B?{detectorFingerprint:B}:{},...void 0!==F?{storage:F}:{},phases:c,warnings:s}}});import{defineTool as un}from"@roll-agent/sdk";import{z as mn}from"zod";var gn=14,pn=720;function hn(e){return`(() => {\n const args = ${JSON.stringify(e)};\n const activityRootId = "roll-agent-visual-activity-root";\n const activityViewportId = "roll-agent-visual-activity-viewport";\n const activityRegionId = "roll-agent-visual-activity-region";\n const activityCapsuleId = "roll-agent-visual-activity-capsule";\n const activityDotId = "roll-agent-visual-activity-dot";\n const activityLabelId = "roll-agent-visual-activity-label";\n const cursorRootId = "roll-agent-visual-cursor-root";\n const cursorPointerId = "roll-agent-visual-cursor-pointer";\n const cursorStateKey = "__rollVisualCursorState";\n\n const themes = {\n info: {\n accent: "#14b8a6",\n accentSoft: "rgba(20, 184, 166, 0.42)",\n accentGlow: "rgba(20, 184, 166, 0.18)",\n capsuleBg: "rgba(15, 23, 42, 0.82)",\n capsuleBorder: "rgba(45, 212, 191, 0.38)",\n text: "#F8FAFC",\n dot: "#2DD4BF"\n },\n success: {\n accent: "#22c55e",\n accentSoft: "rgba(34, 197, 94, 0.42)",\n accentGlow: "rgba(34, 197, 94, 0.18)",\n capsuleBg: "rgba(10, 24, 16, 0.86)",\n capsuleBorder: "rgba(74, 222, 128, 0.38)",\n text: "#F0FDF4",\n dot: "#4ADE80"\n },\n error: {\n accent: "#f59e0b",\n accentSoft: "rgba(245, 158, 11, 0.42)",\n accentGlow: "rgba(245, 158, 11, 0.2)",\n capsuleBg: "rgba(41, 24, 10, 0.88)",\n capsuleBorder: "rgba(251, 191, 36, 0.4)",\n text: "#FFFBEB",\n dot: "#FBBF24"\n }\n };\n\n const readRect = (selector, padding) => {\n if (!selector) return null;\n const element = document.querySelector(selector);\n if (!element) return null;\n const rect = element.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return null;\n const safePadding = Math.max(padding ?? 0, 0);\n const left = Math.max(rect.left - safePadding, 0);\n const top = Math.max(rect.top - safePadding, 0);\n const right = Math.min(rect.right + safePadding, window.innerWidth);\n const bottom = Math.min(rect.bottom + safePadding, window.innerHeight);\n return {\n x: Math.round(left),\n y: Math.round(top),\n width: Math.max(Math.round(right - left), 0),\n height: Math.max(Math.round(bottom - top), 0),\n centerX: Math.round(rect.left + rect.width / 2),\n centerY: Math.round(rect.top + rect.height / 2)\n };\n };\n\n const ensureActivityRoot = () => {\n let root = document.getElementById(activityRootId);\n if (root) return root;\n root = document.createElement("div");\n root.id = activityRootId;\n root.style.position = "fixed";\n root.style.inset = "0";\n root.style.pointerEvents = "none";\n root.style.zIndex = "2147483646";\n\n const viewport = document.createElement("div");\n viewport.id = activityViewportId;\n viewport.style.position = "fixed";\n viewport.style.inset = "10px";\n viewport.style.borderRadius = "20px";\n viewport.style.opacity = "0";\n viewport.style.transition = "opacity 180ms ease";\n\n const region = document.createElement("div");\n region.id = activityRegionId;\n region.style.position = "fixed";\n region.style.left = "0";\n region.style.top = "0";\n region.style.width = "0";\n region.style.height = "0";\n region.style.borderRadius = "18px";\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n region.style.transition =\n "transform 220ms cubic-bezier(0.22, 1, 0.36, 1), width 220ms ease, height 220ms ease, opacity 180ms ease";\n\n const capsule = document.createElement("div");\n capsule.id = activityCapsuleId;\n capsule.style.position = "fixed";\n capsule.style.left = "50%";\n capsule.style.top = "20px";\n capsule.style.display = "inline-flex";\n capsule.style.alignItems = "center";\n capsule.style.gap = "10px";\n capsule.style.padding = "10px 14px";\n capsule.style.borderRadius = "999px";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n capsule.style.transition = "opacity 180ms ease, transform 220ms ease";\n capsule.style.backdropFilter = "blur(12px)";\n capsule.style.fontSize = "13px";\n capsule.style.fontWeight = "600";\n capsule.style.lineHeight = "18px";\n capsule.style.whiteSpace = "nowrap";\n\n const dot = document.createElement("div");\n dot.id = activityDotId;\n dot.style.width = "8px";\n dot.style.height = "8px";\n dot.style.borderRadius = "999px";\n\n const label = document.createElement("div");\n label.id = activityLabelId;\n label.setAttribute("aria-live", "polite");\n\n capsule.append(dot, label);\n root.append(viewport, region, capsule);\n document.documentElement.append(root);\n return root;\n };\n\n const applyTheme = (themeName) => {\n const theme = themes[themeName] ?? themes.info;\n const viewport = document.getElementById(activityViewportId);\n const region = document.getElementById(activityRegionId);\n const capsule = document.getElementById(activityCapsuleId);\n const dot = document.getElementById(activityDotId);\n if (!viewport || !region || !capsule || !dot) return;\n viewport.style.border = "1px solid " + theme.accentSoft;\n viewport.style.boxShadow =\n "inset 0 0 0 1px " + theme.accentSoft + ", 0 0 52px " + theme.accentGlow;\n region.style.border = "1px solid " + theme.accentSoft;\n region.style.background = theme.accentGlow;\n region.style.boxShadow =\n "0 0 0 1px " + theme.accentSoft + ", 0 16px 42px " + theme.accentGlow;\n capsule.style.border = "1px solid " + theme.capsuleBorder;\n capsule.style.background = theme.capsuleBg;\n capsule.style.color = theme.text;\n capsule.style.boxShadow =\n "0 18px 46px rgba(15, 23, 42, 0.24), 0 0 0 1px " + theme.capsuleBorder;\n dot.style.background = theme.dot;\n dot.style.boxShadow = "0 0 0 5px " + theme.accentGlow;\n };\n\n const renderActivity = () => {\n if (!args.activity) return;\n ensureActivityRoot();\n applyTheme(args.activity.tone ?? "info");\n const viewport = document.getElementById(activityViewportId);\n const region = document.getElementById(activityRegionId);\n const capsule = document.getElementById(activityCapsuleId);\n const label = document.getElementById(activityLabelId);\n if (!viewport || !region || !capsule || !label) return;\n\n if (args.activity.mode === "clear") {\n viewport.style.opacity = "0";\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n return;\n }\n\n if (typeof args.activity.label === "string") {\n label.textContent = args.activity.label;\n }\n\n viewport.style.opacity = args.activity.mode === "complete" ? "0.9" : "0.72";\n capsule.style.opacity = "1";\n capsule.style.transform = "translate(-50%, 0)";\n\n const rect = args.activity.selector\n ? readRect(args.activity.selector, args.activity.padding ?? 14)\n : null;\n if (rect) {\n region.style.width = rect.width + "px";\n region.style.height = rect.height + "px";\n region.style.transform = "translate(" + rect.x + "px, " + rect.y + "px)";\n region.style.opacity = "1";\n } else {\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n }\n\n if (args.activity.mode === "complete") {\n window.setTimeout(() => {\n viewport.style.opacity = "0";\n region.style.opacity = "0";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n }, Math.max(args.activity.lingerMs ?? 720, 0));\n }\n };\n\n const ensureCursorRoot = () => {\n let root = document.getElementById(cursorRootId);\n if (root) return root;\n root = document.createElement("div");\n root.id = cursorRootId;\n root.style.position = "fixed";\n root.style.left = "0";\n root.style.top = "0";\n root.style.width = "0";\n root.style.height = "0";\n root.style.pointerEvents = "none";\n root.style.zIndex = "2147483647";\n\n const pointer = document.createElement("div");\n pointer.id = cursorPointerId;\n pointer.setAttribute("aria-hidden", "true");\n pointer.style.position = "fixed";\n pointer.style.left = "0";\n pointer.style.top = "0";\n pointer.style.width = "24px";\n pointer.style.height = "24px";\n pointer.style.opacity = "0";\n pointer.style.transform = "translate(-9999px, -9999px)";\n pointer.style.willChange = "transform, opacity";\n pointer.style.filter = "drop-shadow(0 4px 8px rgba(15, 23, 42, 0.28))";\n pointer.innerHTML =\n '<svg viewBox="0 0 24 24" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">' +\n '<path d="M4 2L18 14L11.4 15.3L14.6 22L10.7 23.5L7.6 16.8L3 21V2Z" fill="#FFFFFF" stroke="#0F172A" stroke-width="1.5" stroke-linejoin="round"/>' +\n '</svg>';\n\n root.append(pointer);\n document.documentElement.append(root);\n return root;\n };\n\n const readCursorPath = () => {\n if (!Array.isArray(args.cursor?.path?.points)) return null;\n const points = args.cursor.path.points\n .map((point) => {\n const x = Number(point?.x);\n const y = Number(point?.y);\n return Number.isFinite(x) && Number.isFinite(y)\n ? { centerX: Math.round(x), centerY: Math.round(y) }\n : null;\n })\n .filter((point) => point !== null);\n return points.length > 0 ? points : null;\n };\n\n const readCursorClick = () => {\n const point = args.cursor?.click?.point;\n const x = Number(point?.x);\n const y = Number(point?.y);\n if (!Number.isFinite(x) || !Number.isFinite(y)) return null;\n return {\n point: { centerX: Math.round(x), centerY: Math.round(y) },\n durationMs: Math.max(Number(args.cursor?.click?.durationMs ?? 620), 0)\n };\n };\n\n const renderClickPulse = (root, point, durationMs) => {\n const createPulse = (size, border, background, shadow, startScale, endScale, delayMs) => {\n const radius = size / 2;\n const pulse = document.createElement("div");\n pulse.setAttribute("aria-hidden", "true");\n pulse.style.position = "fixed";\n pulse.style.left = "0";\n pulse.style.top = "0";\n pulse.style.width = size + "px";\n pulse.style.height = size + "px";\n pulse.style.borderRadius = "9999px";\n pulse.style.border = border;\n pulse.style.background = background;\n pulse.style.boxShadow = shadow;\n pulse.style.pointerEvents = "none";\n pulse.style.opacity = "0.96";\n pulse.style.transformOrigin = "center center";\n pulse.style.transform =\n "translate(" + (point.centerX - radius) + "px, " + (point.centerY - radius) + "px) scale(" + startScale + ")";\n pulse.style.transition =\n "transform " + durationMs + "ms cubic-bezier(0.16, 1, 0.3, 1), opacity " + durationMs + "ms ease-out";\n root.append(pulse);\n\n window.setTimeout(() => {\n window.requestAnimationFrame(() => {\n pulse.style.opacity = "0";\n pulse.style.transform =\n "translate(" + (point.centerX - radius) + "px, " + (point.centerY - radius) + "px) scale(" + endScale + ")";\n });\n }, delayMs);\n\n window.setTimeout(() => {\n pulse.remove();\n }, durationMs + delayMs + 80);\n };\n\n createPulse(\n 28,\n "3px solid rgba(45, 212, 191, 0.98)",\n "rgba(20, 184, 166, 0.24)",\n "0 0 0 5px rgba(20, 184, 166, 0.18), 0 0 26px rgba(20, 184, 166, 0.34)",\n 0.55,\n 2.35,\n 0\n );\n createPulse(\n 14,\n "2px solid rgba(255, 255, 255, 0.95)",\n "rgba(255, 255, 255, 0.34)",\n "0 0 18px rgba(45, 212, 191, 0.45)",\n 0.7,\n 1.55,\n 65\n );\n };\n\n const renderCursor = () => {\n const path = readCursorPath();\n const click = readCursorClick();\n const point = path ? path[path.length - 1] : click?.point ?? null;\n if (!point) return;\n const root = ensureCursorRoot();\n const pointer = document.getElementById(cursorPointerId);\n if (!pointer) return;\n const targetX = point.centerX - 2;\n const targetY = point.centerY - 2;\n if (path && path.length > 1 && typeof pointer.animate === "function") {\n for (const animation of pointer.getAnimations()) {\n animation.cancel();\n }\n pointer.style.opacity = "1";\n const keyframes = path.map((entry) => ({\n transform: "translate(" + (entry.centerX - 2) + "px, " + (entry.centerY - 2) + "px)"\n }));\n const duration = Math.max(args.cursor.path.durationMs ?? 180, 0);\n const animation = pointer.animate(keyframes, {\n duration,\n easing: "cubic-bezier(0.22, 1, 0.36, 1)",\n fill: "forwards"\n });\n animation.onfinish = () => {\n pointer.style.transform = "translate(" + targetX + "px, " + targetY + "px)";\n };\n window[cursorStateKey] = { x: point.centerX, y: point.centerY };\n if (click) {\n renderClickPulse(root, click.point, click.durationMs);\n }\n return;\n }\n pointer.style.transition = "opacity 120ms ease";\n pointer.style.opacity = "1";\n pointer.style.transform = "translate(" + targetX + "px, " + targetY + "px)";\n window[cursorStateKey] = { x: point.centerX, y: point.centerY };\n if (click) {\n renderClickPulse(root, click.point, click.durationMs);\n }\n };\n\n renderActivity();\n renderCursor();\n return true;\n })()`}var fn=class{target;constructor(e){this.target=e}async begin(e,t="info"){return!!X()&&await this.render({activity:{mode:"begin",label:e,tone:t}})}async highlightSelector(e,t={}){const n={...X()?{activity:{mode:"highlight",selector:e,label:t.label,padding:t.padding??gn,tone:t.tone??"info"}}:{}};return"activity"in n&&await this.render(n)}async previewMouseMotion(e){j()&&0!==e.points.length&&await this.render({cursor:{path:{points:e.points,durationMs:e.durationMs}}})}async previewMouseClick(e){j()&&await this.render({cursor:{click:{point:e.point,durationMs:e.durationMs}}})}async succeed(e,t=pn){return!!X()&&await this.render({activity:{mode:"complete",label:e,tone:"success",lingerMs:t}})}async fail(e,t=pn){return!!X()&&await this.render({activity:{mode:"complete",label:e,tone:"error",lingerMs:t}})}async clear(){return!!X()&&await this.render({activity:{mode:"clear"}})}async render(e){try{return await this.target.evaluateJson(hn(e))}catch{return!1}}},bn=28,yn=90,vn=250,wn=620,xn=8,Sn=32,Cn=8;function Rn(e){return new Promise(t=>{setTimeout(t,e)})}function kn(e,t,n){return Math.min(Math.max(e,t),n)}function Mn(e,t){return Math.max(0,Math.floor(e??t))}function In(e){return{x:Math.round(Number.isFinite(e.x)?e.x:0),y:Math.round(Number.isFinite(e.y)?e.y:0)}}function Nn(e,t){return Math.hypot(t.x-e.x,t.y-e.y)}function An(e){return e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2}function Pn(e){const t=e.x>=96?-72:72,n=e.y>=72?-36:36;return{x:Math.max(1,e.x+t),y:Math.max(1,e.y+n)}}function Tn(e,t){return Math.round(e.x+e.y+t.x+t.y)%2==0?1:-1}function En(e,t){const n=Nn(e,t);if(n<=xn)return[e,t];const a=kn(Math.round(n/30),Cn,Sn),r=t.x-e.x,o=t.y-e.y,i=Math.max(n,1),s=-o/i,c=r/i,l=kn(.08*n,4,28)*Tn(e,t),d=[e];for(let i=1;i<a;i+=1){const u=i/a,m=An(u),g=Math.sin(Math.PI*u)*l,p=Math.sin(.13*(e.x+t.y+17*i))*Math.min(1.8,n/180);d.push({x:Math.round(e.x+r*m+s*(g+p)),y:Math.round(e.y+o*m+c*(g+p))})}return d.push(t),d}function Bn(e,t){const n=In(t);return En(void 0===e?Pn(n):In(e),n)}var qn=class{dispatcher;sleep;defaultStepDelayMs;lastPoint;constructor(e,t={}){this.dispatcher=e,this.sleep=t.sleep??Rn,this.defaultStepDelayMs=Mn(t.stepDelayMs,bn)}reset(e){this.lastPoint=void 0===e?void 0:In(e)}async moveTo(e,t={}){const n=Mn(t.stepDelayMs,this.defaultStepDelayMs),a=Bn(this.lastPoint,e),r=Math.max(a.length-1,0)*n;await(t.motionObserver?.previewMouseMotion({points:a,durationMs:r}));for(let e=0;e<a.length;e+=1){const r=a[e];void 0!==r&&(await this.dispatcher.dispatchMouseEvent({type:"mouseMoved",x:r.x,y:r.y,...void 0!==t.button?{button:t.button}:{},buttons:t.buttons??0}),e<a.length-1&&n>0&&await this.sleep(n))}return this.lastPoint=In(e),{points:a,durationMs:r}}async click(e,t={}){const n=t.button??"left",a=t.clickCount??1;await this.moveTo(e,{button:"none",buttons:0,...void 0!==t.motionObserver?{motionObserver:t.motionObserver}:{}}),await this.delayIfPositive(t.preClickDelayMs),await(t.motionObserver?.previewMouseClick?.({point:In(e),durationMs:wn})),await this.dispatcher.dispatchMouseEvent({type:"mousePressed",x:Math.round(e.x),y:Math.round(e.y),button:n,buttons:"left"===n?1:0,clickCount:a}),await this.delayIfPositive(t.pressDurationMs??yn),await this.dispatcher.dispatchMouseEvent({type:"mouseReleased",x:Math.round(e.x),y:Math.round(e.y),button:n,buttons:0,clickCount:a}),await this.delayIfPositive(t.settleMs??vn),this.lastPoint=In(e)}async drag(e,t,n={}){await this.moveTo(e,{button:"none",buttons:0,...void 0!==n.motionObserver?{motionObserver:n.motionObserver}:{},...void 0!==n.stepDelayMs?{stepDelayMs:n.stepDelayMs}:{}}),await this.dispatcher.dispatchMouseEvent({type:"mousePressed",x:Math.round(e.x),y:Math.round(e.y),button:"left",buttons:1,clickCount:1}),await this.delayIfPositive(n.pressDurationMs??yn),this.reset(e),await this.moveTo(t,{button:"left",buttons:1,...void 0!==n.motionObserver?{motionObserver:n.motionObserver}:{},...void 0!==n.stepDelayMs?{stepDelayMs:n.stepDelayMs}:{}}),await this.dispatcher.dispatchMouseEvent({type:"mouseReleased",x:Math.round(t.x),y:Math.round(t.y),button:"left",buttons:0,clickCount:1}),this.lastPoint=In(t)}async delayIfPositive(e){const t=Math.max(0,Math.floor(e??0));t>0&&await this.sleep(t)}};import{setTimeout as Fn}from"node:timers/promises";async function On(e,t=300,n=800){const a=Math.floor(Math.random()*(n-t))+t;await e.waitForTimeout(a)}function Ln(e){return e.trim().toLocaleLowerCase("zh-CN")}function $n(e,t){let n=0;for(const a of e)t.includes(a)&&(n+=1);return n}function Dn(e,t){if(void 0!==t.conversationId){const n=e.find(e=>e.conversationId===t.conversationId);if(n)return n}const n=t.candidateName;if(n){const t=Ln(n),a=e.filter(e=>e.name.length>0);let r=a.find(e=>Ln(e.name)===t);if(r)return r;if(r=a.find(e=>{const n=Ln(e.name);return n.includes(t)||t.includes(n)}),r)return r;const o=t.length<=2?1:t.length<=4?.75:.6;if(r=a.find(e=>{const n=Ln(e.name);return $n(t,n)>=Math.ceil(Math.min(t.length,n.length)*o)}),r)return r}if(void 0!==t.index)return e[t.index]}var _n=["chat-list","chat-history","recommend-list"],zn={"chat-list":{surface:"chat-list",defaultDirection:"down",containerSelectors:[".user-list.b-scroll-stable",".chat-user .user-list",".chat-user-list",".chat-list-wrapper",".chat-list-wrap",".chat-user .b-scroll-stable",".b-scroll-stable",".chat-user .user-container",".chat-user"],itemSelector:'.user-list.b-scroll-stable [role="listitem"], .geek-item',highlightSelector:".user-list.b-scroll-stable, .chat-user .user-container, .chat-user"},"chat-history":{surface:"chat-history",defaultDirection:"up",containerSelectors:[".conversation-message",".chat-message-list",".conversation-main",".conversation-box"],itemSelector:".chat-message-list > .message-item, .conversation-message .message-item",highlightSelector:".conversation-message, .chat-message-list, .conversation-main"},"recommend-list":{surface:"recommend-list",defaultDirection:"down",containerSelectors:["#recommend-list",".list-wrap.card-list-wrap",".card-list-wrap",".recommend-list-wrap",".recommend-list",".card-list",".candidate-list",".candidate-body",".geek-list",".list-wrap",".recommendV2"],itemSelector:".candidate-card-wrap, li.card-item, .geek-item",highlightSelector:".candidate-card-wrap, li.card-item, .geek-item"}};function jn(e){return zn[e]}var Jn={login:{notLoggedIn:".header-login-btn"},unread:{container:".chat-list-wrap",listItem:'[role="listitem"]',geekItemWrap:".geek-item-wrap",item:".chat-item",unreadBadge:".badge-count",unreadBadgeNew:".badge-count.badge-count-common-less",unreadBadgeSpan:".badge-count span",unreadDot:".red-dot",figure:".figure",badge:".badge",candidateName:".candidate-name",candidateNameAlt:".chat-item-name",candidateNameSelectors:'[class*="name"], .nickname, .geek-name',candidateNameNew:".geek-name",jobTitle:".source-job",lastMessage:".push-text",lastMessageAlt:".chat-last-msg",messageTime:".time, .time-shadow",clickArea:".chat-item-content",unreadCandidates:".geek-item"},chat:{chatContainer:".chat-container",messageList:".message-list",messageItem:".message-item",messageContent:".message-content",messageText:".text-content",userMessage:".message-right",candidateMessage:".message-left",messageTime:".message-time",senderName:".sender-name",inputBox:".chat-input",inputTextarea:"textarea.chat-input",inputEditorId:"#boss-chat-editor-input",sendButton:".btn-send",conversationEditor:".conversation-editor",submitButton:".submit-content .submit",submitButtonActive:".submit-content .submit.active",submitContent:".submit-content",sendButtonAlt:".conversation-editor .submit-content",sendIcon:".submit-content .icon-send",systemMessage:".system-msg"},chatDetails:{candidateInfoContainer:".base-info-single-container, .base-info-content",candidateName:".name-box, .geek-name, .base-name",candidateInfoItem:".geek-info-item, .base-info-item, .base-info-single-detial > div",candidateTag:".geek-tag, .high-light-boss",communicationPosition:".position-name",communicationPositionAlt:".position-item:not(.expect) .value.high-light-boss",candidateExpectContainer:".position-item.expect",candidateExpectValue:".position-item.expect .value.job",candidateExpectSalary:".position-item.expect .high-light-orange",candidatePosition:".geek-position, .position-name",candidatePositionAlt:".position-content .value, .position-item .value",chatMessageContainer:".conversation-message, .message-list",messageItem:".message-item",messageTime:".message-time .time",messageTextSpan:".text span",systemMessage:".item-system",friendMessage:".item-friend",myMessage:".item-myself",resumeMessage:".item-resume",readStatus:".status-read"},exchangeWechat:{exchangeButtonPath:"#container > div:nth-child(1) > div > div.chat-box > div.chat-container > div.chat-conversation > div.conversation-box > div.conversation-operate > div.toolbar-box > div.toolbar-box-right > div.operate-exchange-left > div:nth-child(3) > span.operate-btn",exchangeButtonFallback:".operate-exchange-left .operate-btn",confirmDialog:".exchange-tooltip",confirmButton:".exchange-tooltip .btn-box .boss-btn-primary.boss-btn",confirmButtonPath:"#container > div:nth-child(1) > div > div.chat-box > div.chat-container > div.chat-conversation > div.conversation-box > div.conversation-operate > div.toolbar-box > div.toolbar-box-right > div.operate-exchange-left > div:nth-child(3) > div > div > span.boss-btn-primary.boss-btn",cancelButton:".exchange-tooltip .btn-box .boss-btn-outline.boss-btn",wechatCard:".message-card-top-wrap",wechatCardAlt:'[class*="d-top-text"]'},username:{primary:".nav-item.nav-logout .user-name",fallbacks:["#header > div > div > div.nav-item.nav-logout > div.top-profile-logout.ui-dropmenu.ui-dropmenu-drop-arrow > div.ui-dropmenu-label > div > span.user-name",".ui-dropmenu-label .user-name",".nav-logout .user-name","#header .user-name",".top-profile .user-name",".nav-user .user-name",".user-name",'[class*="user-name"]','[class*="username"]','[data-qa="user-name"]',".header-user-name","#header .label-name"]},nav:{sidebar:".side-wrap.side-wrap-v2",chatLink:'.side-wrap.side-wrap-v2 a[href*="/web/chat/index"]',recommendLink:'.side-wrap.side-wrap-v2 a[href*="/web/chat/recommend"]'},recommend:{iframe:"#recommendFrame",resumeIframe:'iframe[src*="c-resume"]',filterButton:".recommend-filter .filter-label, .filter-label-wrap .filter-label, .filter-label",filterPanel:".filter-panel",candidateItem:"[data-geek], .geek-item",candidateName:".name",candidateBaseInfo:".base-info",workExps:".timeline-wrap.work-exps",expectInfo:".row-flex, .timeline-wrap.expect",salaryWrap:".salary-wrap",tagsWrap:".tags-wrap",greetButton:".btn-greet, .op-btn",resumeCanvas:"div#resume > canvas#resume, canvas#resume",closeResumeBtn:".close-btn, .dialog-close",closeResumeBtnV2:".recommendV2 .close-btn"},candidateProfile:{panel:".candidate-info, .resume-info, .geek-info",name:".candidate-info .name, .geek-info .name",age:".candidate-info .age, .geek-info .age",gender:".candidate-info .gender, .geek-info .gender",experience:".candidate-info .experience, .geek-info .work-exp",education:".candidate-info .education, .geek-info .edu",expectedSalary:".candidate-info .salary, .geek-info .expect-salary",expectedPosition:".candidate-info .position, .geek-info .expect-position",activeTime:".candidate-info .active-time, .geek-info .active"}},Vn=30,Hn=new Set(["招聘规范","消息","首页","推荐牛人","看简历","我的客服","面试","招聘数据","账号权益","升级VIP","职位","职位管理","牛人","公司","数据统计","设置","帮助中心","登录","注册","退出登录","退出","BOSS直聘","下载APP","搜索","发布职位"]);function Un(e){const t=e.trim();return!(0===t.length||t.length>Vn)&&(!Hn.has(t)&&!/登录|注册|退出|下载|帮助|设置|管理/.test(t))}function Wn(e){let t=e.priority;return Hn.has(e.text.trim())&&(t+=10),e.text.trim().length>10&&(t+=5),/^[\u4e00-\u9fff]{2,4}$/.test(e.text.trim())&&(t-=.5),void 0!==e.xRatio&&(t-=4*(e.xRatio-.5)),t}function Kn(e){const t=e.filter(e=>Un(e.text));if(0===t.length)return{found:!1};const n=new Map;for(const e of t){const t=e.text.trim(),a=n.get(t)??new Set;a.add(e.strategy),n.set(t,a)}const a=t.map(e=>{let t=Wn(e);const a=n.get(e.text.trim())?.size??1;return a>1&&(t-=.5*a),{evidence:e,score:t}}).sort((e,t)=>e.score-t.score)[0];return a?{found:!0,username:a.evidence.text.trim(),strategy:a.evidence.strategy,source:a.evidence.source}:{found:!1}}var Yn='.user-list.b-scroll-stable [role="listitem"], .geek-item',Gn='.user-list.b-scroll-stable, .user-list.b-scroll-stable [role="listitem"], .geek-item',Xn=".candidate-card-wrap",Zn="[data-geek], .geek-item",Qn=`${Xn}, ${Zn}`,ea=["/web/chat/recommend"],ta=250,na=300,aa=900,ra=1200,oa=4,ia=4,sa=250,ca=90,la=520,da=16,ua=50,ma=650,ga=10,pa=.015,ha="button, a, label, li, span, div, [role='button'], [role='radio']";function fa(e){return new Promise(t=>{setTimeout(t,e)})}function ba(e){return{x:e.x,y:e.y}}function ya(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function va(e){return e.includes("/web/chat/index")}function wa(e){return e.trim().toLocaleLowerCase("zh-CN")}function xa(e){return e.replace(/\s+/g,"").trim().toLocaleLowerCase("zh-CN")}function Sa(e,t){const n=wa(e),a=wa(t);return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function Ca(e){return"string"==typeof e?e:""}function Ra(e){return"number"==typeof e&&Number.isFinite(e)?e:0}function ka(e){return"boolean"==typeof e&&e}function Ma(e){return Array.isArray(e)?e.map((e,t)=>{const n=ya(e)?e:{};return{conversationId:Ca(n.conversationId),candidateId:Ca(n.candidateId),name:Ca(n.name),index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,position:Ca(n.position),hasUnread:ka(n.hasUnread),unreadCount:"number"==typeof n.unreadCount&&Number.isInteger(n.unreadCount)?n.unreadCount:0,lastMessageTime:Ca(n.lastMessageTime),messagePreview:Ca(n.messagePreview)}}):[]}function Ia(e){return Array.isArray(e)?e.flatMap(e=>{if(!ya(e))return[];const t=e.text,n=e.strategy,a=e.priority,r=e.source,o=e.xRatio;return"string"!=typeof t||"role-link"!==n&&"role-button"!==n&&"leaf-text"!==n&&"css-fallback"!==n||"number"!=typeof a||"string"!=typeof r?[]:[{text:t,strategy:n,priority:a,source:r,..."number"==typeof o?{xRatio:o}:{}}]}):[]}function Na(e){return Array.isArray(e)?e.map((e,t)=>{const n=ya(e)?e:{},a=n.tags;return{index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,candidateId:Ca(n.candidateId),name:Ca(n.name),age:Ca(n.age),experience:Ca(n.experience),education:Ca(n.education),workStatus:Ca(n.workStatus),company:Ca(n.company),currentPosition:Ca(n.currentPosition),expectedLocation:Ca(n.expectedLocation),expectedPosition:Ca(n.expectedPosition),expectedSalary:Ca(n.expectedSalary),tags:Array.isArray(a)?a.map(e=>Ca(e)).filter(Boolean):[],buttonText:Ca(n.buttonText)}}):[]}function Aa(e){return Array.isArray(e)?e.map((e,t)=>{const n=ya(e)?e:{};return{index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,value:Ca(n.value),label:Ca(n.label),isCurrent:ka(n.isCurrent)}}):[]}function Pa(e){return ya(e)?{found:ka(e.found),isOpen:ka(e.isOpen),currentLabel:Ca(e.currentLabel),currentValue:Ca(e.currentValue),options:Aa(e.options)}:{found:!1,isOpen:!1,currentLabel:"",currentValue:"",options:[]}}function Ta(e){if(!ya(e))return null;const t=Ca(e.conversationId),n=Ca(e.candidateId);return 0===t.length||0===n.length?null:{conversationId:t,candidateId:n,candidateName:Ca(e.candidateName)}}function Ea(e){if(!ya(e))return null;const t=Ca(e.candidateName);return t.length>0?{candidateName:t}:null}function Ba(e){return Array.isArray(e)?e.flatMap((e,t)=>{if(!ya(e))return[];const n=e.sender,a=e.messageType;return"candidate"!==n&&"recruiter"!==n&&"system"!==n||"text"!==a&&"system"!==a&&"resume"!==a&&"wechat-exchange"!==a?[]:[{index:"number"==typeof e.index&&Number.isInteger(e.index)?e.index:t,sender:n,messageType:a,content:Ca(e.content),time:Ca(e.time)}]}):[]}function qa(e){const t=ya(e)?e:{},n=t.tags;return{name:Ca(t.name),age:Ca(t.age),experience:Ca(t.experience),education:Ca(t.education),communicationPosition:Ca(t.communicationPosition),expectedJobText:Ca(t.expectedJobText),expectedSalary:Ca(t.expectedSalary),tags:Array.isArray(n)?n.map(e=>Ca(e)).filter(Boolean):[]}}function Fa(e){const t=ya(e)?e:{};return{selectedTarget:Ta(t.selectedTarget),activePanel:Ea(t.activePanel),candidateInfo:qa(t.candidateInfo),messages:Ba(t.messages)}}function Oa(e){return ya(e)?{found:ka(e.found),x:Ra(e.x),y:Ra(e.y)}:{found:!1,x:0,y:0}}function La(e){return ya(e)?{found:ka(e.found),left:Ra(e.left),top:Ra(e.top)}:{found:!1,left:0,top:0}}function $a(e){return ya(e)?{found:ka(e.found),cardSelector:Ca(e.cardSelector)||Xn,candidateId:Ca(e.candidateId),name:Ca(e.name),hasGreetButton:ka(e.hasGreetButton),..."string"==typeof e.error?{error:e.error}:{}}:{found:!1,cardSelector:Xn,candidateId:"",name:"",hasGreetButton:!1}}function Da(e){return ya(e)?{..."number"==typeof e.ageMin?{ageMin:e.ageMin}:{},..."number"==typeof e.ageMax?{ageMax:e.ageMax}:{},..."number"==typeof e.minRatio?{minRatio:e.minRatio}:{},..."number"==typeof e.maxRatio?{maxRatio:e.maxRatio}:{}}:{}}function _a(e){return ya(e)&&!0===e.ok?{ok:!0,current:Da(e.current),trackLeft:Ra(e.trackLeft),trackTop:Ra(e.trackTop),trackWidth:Ra(e.trackWidth),trackHeight:Ra(e.trackHeight),minHandleX:Ra(e.minHandleX),minHandleY:Ra(e.minHandleY),maxHandleX:Ra(e.maxHandleX),maxHandleY:Ra(e.maxHandleY)}:{ok:!1,error:ya(e)&&Ca(e.error)||"未找到年龄滑块"}}function za(e){return ya(e)?{containerFound:ka(e.containerFound),containerLabel:Ca(e.containerLabel),scrollTop:Ra(e.scrollTop),scrollHeight:Ra(e.scrollHeight),clientHeight:Ra(e.clientHeight),itemCount:Ra(e.itemCount),atStart:ka(e.atStart),atEnd:ka(e.atEnd)}:{containerFound:!1,containerLabel:"",scrollTop:0,scrollHeight:0,clientHeight:0,itemCount:0,atStart:!0,atEnd:!0}}function ja(e){return[e,...(e.childFrames??[]).flatMap(e=>ja(e))]}function Ja(e){const t=new Set,n=[];for(const a of e){const e=a.conversationId.length>0?`conversation:${a.conversationId}`:`fallback:${a.name}:${a.messagePreview}:${a.index}`;t.has(e)||(t.add(e),n.push(a))}return n}function Va(e){return e.candidateId.length>0?e.candidateId:0!==e.name.length?[e.name,e.age,e.experience,e.expectedLocation,e.expectedPosition,e.expectedSalary].join("|"):void 0}function Ha(e,t,n){const a=t.filter(e=>se(e.url,"zhipin")),r=a.find(t=>e.isNativePageSelected(t.targetId));if(n.requireChatPage){if(r&&va(r.url))return r;const e=a.filter(e=>va(e.url));if(1===e.length){const t=e[0];if(t)return t}if(r)throw new Error("Selected BOSS page is not a chat page; switch to chat page first.");if(e.length>1)throw new Error("Multiple BOSS chat pages found; select the target tab first.");throw new Error("No BOSS chat page found; switch to chat page first.")}if(r)return r;if(1===a.length){const e=a[0];if(e)return e}if(a.length>1)throw new Error("Multiple BOSS pages found; select the target tab first.");throw new Error("No BOSS page found.")}async function Ua(e={},t={}){const n=t.ctxManager??f(),a=t.runtime??h(),r=Ha(n,await n.listNativePages(),e),o=await a.connectNativePage(r);return new Ka({target:r,controller:o})}var Wa,Ka=class{target;controller;mouse;recommendFrameContextId;recommendFrameContextFrameId;constructor(e){this.target=e.target,this.controller=e.controller,this.mouse=new qn(e.controller)}get targetId(){return this.target.targetId}async inspectPage(){return{...this.target,url:await this.url().catch(()=>this.target.url),title:await this.title().catch(()=>this.target.title)}}async url(){return await this.evaluateJson("location.href")}async title(){return await this.evaluateJson("document.title")}async waitForSelector(e,t=5e3){const n=Date.now();for(;Date.now()-n<t;){if(await this.evaluateJson(`document.querySelector(${JSON.stringify(e)}) !== null`).catch(()=>!1))return!0;await fa(ta)}return!1}async evaluateJson(e){return await this.controller.evaluateJson(e)}async bringToFront(){await this.controller.bringToFront()}async isChatSurfaceOpen(){return await this.evaluateJson(`location.href.includes("/web/chat/index") ||\n document.querySelector("#container.chat-container-private") !== null ||\n document.querySelector(${JSON.stringify(Gn)}) !== null`)}async waitForChatSurface(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.isChatSurfaceOpen().catch(()=>!1))return!0;await fa(ta)}return!1}async isRecommendSurfaceOpen(){const e=[Jn.recommend.iframe,'iframe[name="recommendFrame"]','iframe[src*="recommend"]'].join(", ");return await this.evaluateJson(`(() => {\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ea)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (hasRecommendUrl) {\n return true;\n }\n\n if (href.includes("/web/chat/index")) {\n return false;\n }\n\n const recommendFrame = document.querySelector(${JSON.stringify(e)});\n return recommendFrame !== null;\n })()`)}async waitForRecommendSurface(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.isRecommendSurfaceOpen().catch(()=>!1))return!0;await fa(ta)}return!1}async resolveRecommendFrameContextId(){const e=await this.controller.getFrameTree().catch(()=>{});if(void 0===e)return;const t=ja(e).map(e=>e.frame),n=t.find(e=>"recommendFrame"===e.name),a=t.find(t=>t.id!==e.frame.id&&t.url.includes("recommend")),r=n??a;if(void 0===r)return;if(void 0!==this.recommendFrameContextId&&this.recommendFrameContextFrameId===r.id)return this.recommendFrameContextId;const o=await this.controller.createIsolatedWorld(r.id).catch(()=>{});return void 0!==o?(this.recommendFrameContextId=o,this.recommendFrameContextFrameId=r.id,o):void 0}async evaluateRecommendFrameJson(e){const t=await this.resolveRecommendFrameContextId();if(void 0!==t)return await this.controller.evaluateJson(e,{contextId:t}).catch(()=>{})}async readRecommendFrameOffset(){return La(await this.evaluateJson(`(() => {\n const iframe =\n document.querySelector(${JSON.stringify(Jn.recommend.iframe)}) ??\n document.querySelector('iframe[name="recommendFrame"]') ??\n document.querySelector('iframe[src*="recommend"]');\n if (!iframe) {\n return { found: false, left: 0, top: 0 };\n }\n const rect = iframe.getBoundingClientRect();\n return { found: rect.width > 0 && rect.height > 0, left: rect.left, top: rect.top };\n })()`).catch(()=>{}))}async resolveRecommendClickTarget(e){const t=Oa(await this.evaluateJson(e).catch(()=>{}));if(t.found)return t;const n=Oa(await this.evaluateRecommendFrameJson(e));if(!n.found)return n;const a=await this.readRecommendFrameOffset();return a.found?{found:!0,x:Math.round(n.x+a.left),y:Math.round(n.y+a.top)}:n}async dispatchNativeClick(e,t={}){return!!e.found&&(await this.mouse.click(ba(e),{...void 0!==t.motionObserver?{motionObserver:t.motionObserver}:{},...void 0!==t.preClickDelayMs?{preClickDelayMs:t.preClickDelayMs}:{},pressDurationMs:t.pressDurationMs??ca,settleMs:t.settleMs??sa}),!0)}async hasRecommendList(){if(!await this.isRecommendSurfaceOpen().catch(()=>!1))return!1;const e=`document.querySelector(${JSON.stringify(Qn)}) !== null`;return!!await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async waitForRecommendList(e=1e4){const t=Date.now();for(;Date.now()-t<e;)if(await this.isRecommendSurfaceOpen().catch(()=>!1)){if(await this.hasRecommendList().catch(()=>!1))return!0;await fa(ta)}else await fa(ta);return await this.hasRecommendList().catch(()=>!1)}async readRecommendJobSelectorState(){const e='(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const text = (element) => (element.textContent ?? "").replace(/\\s+/g, " ").trim();\n const wrap = document.querySelector(".job-selecter-wrap");\n if (!wrap) {\n return {\n found: false,\n isOpen: false,\n currentLabel: "",\n currentValue: "",\n options: []\n };\n }\n\n const list = wrap.querySelector(".ui-dropmenu-list");\n const options = Array.from(wrap.querySelectorAll(".job-list .job-item")).map(\n (item, index) => {\n const labelElement = item.querySelector(".label") ?? item;\n return {\n index,\n value: item.getAttribute("value") ?? item.getAttribute("data-value") ?? "",\n label: text(labelElement),\n isCurrent: item.classList.contains("curr")\n };\n },\n );\n const current = options.find((option) => option.isCurrent);\n const label = wrap.querySelector(".ui-dropmenu-label");\n return {\n found: true,\n isOpen: Boolean(list && visible(list)),\n currentLabel: current?.label ?? (label ? text(label) : ""),\n currentValue: current?.value ?? "",\n options\n };\n })()',t=Pa(await this.evaluateJson(e).catch(()=>{}));return t.found?t:Pa(await this.evaluateRecommendFrameJson(e))}async openRecommendJobSelector(e={}){if((await this.readRecommendJobSelectorState()).isOpen)return!0;const t=await this.resolveRecommendClickTarget('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const wrap = document.querySelector(".job-selecter-wrap");\n const label = wrap?.querySelector(".ui-dropmenu-label") ?? wrap;\n if (!label || !visible(label)) {\n return { found: false, x: 0, y: 0 };\n }\n label.scrollIntoView({ block: "center", inline: "center" });\n const rect = label.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()');return!!await this.dispatchNativeClick(t,e)&&(await fa(900),(await this.readRecommendJobSelectorState()).isOpen)}async setRecommendJobSearch(e,t={}){const n=await this.resolveRecommendClickTarget('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const input = document.querySelector(".job-selecter-wrap .top-chat-search input.ipt.chat-job-search");\n if (!(input instanceof HTMLInputElement) || !visible(input)) {\n return { found: false, x: 0, y: 0 };\n }\n input.scrollIntoView({ block: "center", inline: "center" });\n const rect = input.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()');if(!await this.dispatchNativeClick(n,t))return!1;if(await fa(260),await this.selectAllFocusedText(),await fa(160),await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await fa(90),await this.controller.dispatchKeyEvent({type:"keyUp",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),0===e.length)return await fa(500),!0;await fa(350);for(const t of Array.from(e))await this.controller.insertText(t),await fa(110);return await fa(650),!0}selectRecommendJobMatch(e,t){const n=e=>{const t=e[0];return{...void 0!==t?{selected:t}:{},matchedCount:e.length}};if(void 0!==e.jobValue){return n(t.filter(t=>t.value===e.jobValue))}if(void 0!==e.jobName){const a=xa(e.jobName),r=t.filter(e=>xa(e.label)===a);if(r.length>0)return n(r);return n(t.filter(e=>xa(e.label).includes(a)))}if(void 0!==e.index){return n(t.filter(t=>t.index===e.index))}return{matchedCount:0}}getCurrentRecommendJobOption(e){const t=e.options.find(e=>e.isCurrent);return void 0!==t?t:0!==e.currentLabel.length||0!==e.currentValue.length?{index:-1,value:e.currentValue,label:e.currentLabel,isCurrent:!0}:void 0}currentRecommendJobMatchesRequest(e,t){if(void 0===t)return!1;if(void 0!==e.jobValue&&t.value.length>0)return t.value===e.jobValue;if(void 0!==e.jobName&&t.label.length>0){const n=xa(e.jobName),a=xa(t.label);return a===n||a.includes(n)}return void 0!==e.index&&t.index===e.index}async clickRecommendJobOption(e,t={}){const n=await this.resolveRecommendClickTarget(`(() => {\n const expectedValue = ${JSON.stringify(e.value)};\n const expectedIndex = ${JSON.stringify(e.index)};\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const items = Array.from(document.querySelectorAll(".job-selecter-wrap .job-list .job-item"));\n const item = items.find((candidate, index) => {\n const value = candidate.getAttribute("value") ?? candidate.getAttribute("data-value") ?? "";\n return expectedValue.length > 0 ? value === expectedValue : index === expectedIndex;\n });\n if (!item || !visible(item)) {\n return { found: false, x: 0, y: 0 };\n }\n item.scrollIntoView({ block: "center", inline: "center" });\n const rect = item.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);return await this.dispatchNativeClick(n,t)}async selectRecommendJob(e,t={}){const n={...e};if(!await this.waitForRecommendList(3e3))return{success:!1,status:"recommend_not_ready",requested:n,options:[],matchedCount:0,error:"推荐牛人页未就绪"};if(!await this.openRecommendJobSelector(t)){const e=await this.readRecommendJobSelectorState(),t=e.options.find(e=>e.isCurrent);return{success:!1,status:e.found?"selector_not_found":"recommend_not_ready",requested:n,...void 0!==t?{current:t}:{},options:e.options,matchedCount:0,error:e.found?"未找到或无法打开岗位下拉":"未找到岗位下拉"}}await this.setRecommendJobSearch("",t),await fa(700);let a=await this.readRecommendJobSelectorState();const r=this.getCurrentRecommendJobOption(a);if(void 0!==r&&this.currentRecommendJobMatchesRequest(n,r))return{success:!0,status:"already_selected",requested:n,current:r,selected:r,options:a.options,matchedCount:1};let o=this.selectRecommendJobMatch(n,a.options);const i=n.searchKeyword??n.jobName;void 0===o.selected&&!1!==n.useSearch&&void 0!==i&&i.trim().length>0&&await this.setRecommendJobSearch(i,t)&&(await fa(900),a=await this.readRecommendJobSelectorState(),o=this.selectRecommendJobMatch(n,a.options));const s=this.getCurrentRecommendJobOption(a);if(void 0===o.selected)return{success:!1,status:"not_found",requested:n,...void 0!==s?{current:s}:{},options:a.options,matchedCount:o.matchedCount,error:"未找到匹配的招聘岗位"};if(o.selected.isCurrent)return{success:!0,status:"already_selected",requested:n,current:o.selected,selected:o.selected,options:a.options,matchedCount:o.matchedCount};if(!await this.clickRecommendJobOption(o.selected,t))return{success:!1,status:"selector_not_found",requested:n,...void 0!==s?{current:s}:{},selected:o.selected,options:a.options,matchedCount:o.matchedCount,error:"未能点击匹配的招聘岗位"};let c=await this.readRecommendJobSelectorState();for(let e=0;e<6;e+=1){const e=this.getCurrentRecommendJobOption(c);if(e?.value===o.selected.value||e?.label===o.selected.label)break;await fa(600),c=await this.readRecommendJobSelectorState()}const l=c.options.find(e=>e.value===o.selected?.value)??o.selected;return{success:!0,status:"selected",requested:n,current:l,selected:l,options:c.options.length>0?c.options:a.options,matchedCount:o.matchedCount}}async clickSidebarSection(e,t={}){const n="chat"===e?Jn.nav.chatLink:Jn.nav.recommendLink,a=Oa(await this.evaluateJson(`(() => {\n const selector = ${JSON.stringify(n)};\n const labels = ${JSON.stringify("chat"===e?["沟通","消息"]:["推荐牛人"])};\n const normalizedLabels = labels.map((label) => label.replace(/\\s+/g, ""));\n const interactiveSelector = 'a, button, [role="link"], [role="button"]';\n const textSelector = 'span, div, li, a, button, [role="link"], [role="button"]';\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const normalizeText = (element) =>\n (element.textContent ?? "").replace(/\\s+/g, "").trim();\n const matchesExactLabel = (element) => {\n const text = normalizeText(element);\n return normalizedLabels.some((label) => text === label);\n };\n const matchesInteractiveLabel = (element) => {\n const text = normalizeText(element);\n return normalizedLabels.some(\n (label) =>\n text === label ||\n text.startsWith(label) ||\n (text.includes(label) && text.length <= label.length + 8),\n );\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const readCenter = (element) => {\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n };\n\n const sidebar = document.querySelector(${JSON.stringify(Jn.nav.sidebar)}) ?? document;\n const selectorTargets = Array.from(document.querySelectorAll(selector))\n .filter((element) => visible(element))\n .sort((left, right) => area(left) - area(right));\n if (selectorTargets[0]) {\n return readCenter(selectorTargets[0]);\n }\n\n const interactiveTargets = Array.from(sidebar.querySelectorAll(interactiveSelector))\n .filter((element) => visible(element) && matchesInteractiveLabel(element))\n .sort((left, right) => area(left) - area(right));\n if (interactiveTargets[0]) {\n return readCenter(interactiveTargets[0]);\n }\n\n const exactTextTargets = Array.from(sidebar.querySelectorAll(textSelector))\n .filter((element) => visible(element) && matchesExactLabel(element))\n .sort((left, right) => area(left) - area(right));\n if (exactTextTargets[0]) {\n return readCenter(exactTextTargets[0]);\n }\n\n return { found: false, x: 0, y: 0 };\n })()`));return!!a.found&&await this.dispatchNativeClick(a,t)}async scrollSurface(e,t={}){const n=jn(e),a=t.direction??n.defaultDirection,r=Math.max(0,Math.floor(t.steps??1)),o=Math.max(0,Math.floor(t.settleMs??700)),i=await this.inspectSurface(e);let s=i,c=0;for(let n=0;n<r;n+=1){if("chat-list"===e&&s.itemCount>0){const n=await this.scrollSurfaceWithWheel(e,a,t.distance);if(void 0===n)break;if(s=n,c+=1,o>0){await fa(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}continue}if("up"===a&&s.atStart||"down"===a&&s.atEnd){if(s.itemCount<=0)break;const n=await this.scrollSurfaceWithWheel(e,a,t.distance);if(void 0===n)break;if(s=n,c+=1,o>0){await fa(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}continue}if(s=await this.scrollSurfaceOnce(e,a,t.distance),c+=1,o>0){await fa(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}}return{success:i.containerFound||s.containerFound||c>0,direction:a,stepsRequested:r,stepsCompleted:c,reachedBoundary:"up"===a?s.atStart:s.atEnd,before:i,after:s}}async readChatCandidates(e={}){const t=e.targetCount??20,n=e.autoScroll?e.maxScrolls??3:0,a=[];for(let e=0;e<=n;e+=1){a.push(...await this.readVisibleChatCandidates());const r=Ja(a);if(r.length>=t||e===n)return r;if(!(await this.scrollChatList()).ok)return r;await fa(na)}return Ja(a)}async openChat(e){if(await this.bringToFront().catch(()=>{}),!await this.isChatSurfaceOpen().catch(()=>!1)){if(!await this.clickSidebarSection("chat",{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}})||!await this.waitForChatSurface())return{found:!1,conversationId:"",candidateId:"",name:e.candidateName??"",index:e.index??-1,position:"",hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:"消息列表未加载"}}const t=void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index,n=Math.max(0,Math.floor(e.maxScrolls??(t?12:4))),a=async t=>{if(!await this.clickChatCandidate(t,{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}}))return{...t,found:!1,error:`未能点击候选人: ${t.name||t.conversationId}`};await fa(sa);let n=await this.waitForNativeChatReady(t);if(!n){await this.clickChatCandidate(t,{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}})&&(await fa(sa),n=await this.waitForNativeChatReady(t))}return n?{...t,found:!0}:{...t,found:!1,error:`打开候选人聊天后,右侧会话未同步切换到 ${t.name||t.conversationId}`}},r=async(n,r)=>{const o=[];for(let i=0;i<=r;i+=1){o.push(...await this.readVisibleChatCandidates());const s=Ja(o),c=!0!==e.preferUnread||t?Dn(s,e):s.find(e=>e.hasUnread);if(void 0!==c)return await a(c);if(i>=r)break;if(!(await this.scrollChatList(n)).ok)break;await fa(na)}},o=await r("down",t?0:n);if(void 0!==o)return o;if(t&&n>0){for(let e=0;e<n;e+=1){const e=await this.scrollChatList("up");if(!e.ok||e.after<=1||e.after>=e.before)break;await fa(na)}const e=await r("down",n);if(void 0!==e)return e}return{found:!1,conversationId:"",candidateId:"",name:e.candidateName??"",index:e.index??-1,position:"",hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:`未找到候选人: ${e.candidateName??(void 0!==e.conversationId?`conversationId ${e.conversationId}`:`index ${e.index??0}`)}`}}async readSelectedChatTarget(){return Ta(await this.evaluateJson('(() => {\n const selected = document.querySelector(".geek-item.selected");\n if (!selected) {\n return null;\n }\n\n const conversationId =\n selected.getAttribute("data-id") ??\n selected.closest(\'[role="listitem"]\')?.getAttribute("key") ??\n "";\n const candidateId =\n selected.getAttribute("data-geek") ??\n selected.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n const candidateName =\n selected\n .querySelector(\'[class*="name"], .nickname, .geek-name, .candidate-name\')\n ?.textContent?.trim() ?? "";\n\n return { conversationId, candidateId, candidateName };\n })()'))}async readActiveChatPanel(){return Ea(await this.evaluateJson('(() => {\n const rootSelectors = [".chat-conversation", ".conversation-box", ".conversation-message"];\n const nameSelectors = [\n ".base-info-single-detial .name-box",\n ".base-info-content .name-box",\n ".base-info-single-container .name-box",\n ".base-info-content .base-name",\n ".chat-user-name",\n ".name-box",\n ".base-name",\n ];\n\n for (const rootSelector of rootSelectors) {\n const root = document.querySelector(rootSelector);\n if (!root) continue;\n\n for (const nameSelector of nameSelectors) {\n const candidateName = root.querySelector(nameSelector)?.textContent?.trim() ?? "";\n if (candidateName.length > 0) {\n return { candidateName };\n }\n }\n }\n\n return null;\n })()'))}async waitForChatMessages(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.evaluateJson('document.querySelector(".chat-message-list .message-item, .conversation-message .message-item") !== null').catch(()=>!1))return!0;await fa(ta)}return await this.evaluateJson('document.querySelector(".chat-message-list .message-item, .conversation-message .message-item") !== null').catch(()=>!1)}async readCandidateChatDetails(e){const t=Math.max(0,Math.floor(e));return Fa(await this.evaluateJson(`(() => {\n const maxMsgs = ${JSON.stringify(t)};\n const selected = document.querySelector(".geek-item.selected");\n const selectedTarget = selected\n ? {\n conversationId:\n selected.getAttribute("data-id") ??\n selected.closest('[role="listitem"]')?.getAttribute("key") ??\n "",\n candidateId:\n selected.getAttribute("data-geek") ??\n selected.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n selected.getAttribute("data-id") ??\n selected.closest('[role="listitem"]')?.getAttribute("key") ??\n "",\n candidateName:\n selected\n .querySelector('[class*="name"], .nickname, .geek-name, .candidate-name')\n ?.textContent?.trim() ?? ""\n }\n : null;\n\n const conversationRoot =\n document.querySelector(".chat-conversation") ??\n document.querySelector(".conversation-box") ??\n document;\n\n const nameSelectors = [\n ".base-info-single-detial .name-box",\n ".base-info-content .name-box",\n ".base-info-single-container .name-box",\n ".base-info-content .base-name",\n ".chat-user-name",\n ".name-box",\n ".base-name"\n ];\n let activePanel = null;\n for (const nameSelector of nameSelectors) {\n const candidateName =\n conversationRoot.querySelector(nameSelector)?.textContent?.trim() ?? "";\n if (candidateName.length > 0) {\n activePanel = { candidateName };\n break;\n }\n }\n\n const detailArea = conversationRoot.querySelector(\n ".base-info-single-detial, .base-info-content, .base-info-single-container"\n );\n const name =\n detailArea\n ?.querySelector(".name-box, .base-name, .chat-user-name, .geek-name")\n ?.textContent?.trim() ?? "";\n\n const infoItems = detailArea\n ? detailArea.querySelectorAll(":scope > div")\n : conversationRoot.querySelectorAll(".geek-info-item, .base-info-item");\n const infoTexts = [];\n infoItems.forEach((el) => {\n const text = el.textContent?.trim();\n if (text) infoTexts.push(text);\n });\n const fullInfo = infoTexts.join(" ");\n\n const ageMatch = fullInfo.match(/(\\d{2,3})岁/);\n const age = ageMatch ? ageMatch[1] + "岁" : "";\n const expMatch = fullInfo.match(/(\\d+年(?:以上)?|应届生|在校生)/);\n const experience = expMatch?.[1] ?? "";\n const education = fullInfo.match(/(初中|高中|中专|大专|本科|硕士|博士)/)?.[1] ?? "";\n\n let communicationPosition = "";\n const posNameEl = conversationRoot.querySelector(".position-name");\n if (posNameEl) {\n const cloned = posNameEl.cloneNode(true);\n cloned.querySelectorAll(".popover-wrap, .tooltip-job").forEach((element) => element.remove());\n communicationPosition = cloned.textContent?.trim() ?? "";\n }\n\n let expectedJobText = "";\n const expectValue = conversationRoot.querySelector(".position-item.expect .value.job");\n if (expectValue) {\n expectedJobText = expectValue.textContent?.trim() ?? "";\n }\n const expectedSalary =\n conversationRoot\n .querySelector(".position-item.expect .high-light-orange")\n ?.textContent?.trim() ?? "";\n\n const tags = [];\n if (detailArea) {\n detailArea\n .querySelectorAll(".geek-tag, .base-info-item .high-light-boss")\n .forEach((element) => {\n const text = element.textContent?.trim();\n if (text && !text.includes("更换职位") && text.length < 20) tags.push(text);\n });\n }\n\n const msgItems = conversationRoot.querySelectorAll(\n ".chat-message-list > .message-item, .conversation-message .message-item"\n );\n const timeRegex = /\\d{1,2}:\\d{2}(?::\\d{2})?|\\d{4}-\\d{2}-\\d{2}/;\n const messages = [];\n let msgIdx = 0;\n\n msgItems.forEach((item) => {\n if (msgIdx >= maxMsgs) return;\n\n const hasFriend = item.querySelector(".item-friend") !== null;\n const hasMyself = item.querySelector(".item-myself") !== null;\n const hasSystem = item.querySelector(".item-system") !== null;\n const hasResume = item.querySelector(".item-resume") !== null;\n const hasDialog = item.querySelector(".message-dialog-center") !== null;\n\n let sender = "system";\n let messageType = "text";\n if (hasFriend) {\n sender = "candidate";\n } else if (hasMyself) {\n sender = "recruiter";\n } else if (hasSystem || hasDialog) {\n sender = "system";\n messageType = "system";\n }\n if (hasResume) messageType = "resume";\n\n const cardEl = item.querySelector(".message-card-top-wrap, [class*='d-top-text']");\n if (cardEl) {\n const cardText = cardEl.textContent ?? "";\n if (cardText.includes("微信") || cardText.includes("WeChat")) {\n messageType = "wechat-exchange";\n }\n }\n\n const timeEl = item.querySelector(".message-time .time, .message-time");\n const timeMatch = (timeEl?.textContent ?? "").match(timeRegex);\n const time = timeMatch ? timeMatch[0] : "";\n\n let content = "";\n if (messageType === "wechat-exchange" && cardEl) {\n const cardText = cardEl.textContent ?? "";\n const digitMatch = cardText.match(/\\b(\\d{8,15})\\b/);\n const wxMatch = cardText.match(/微信[::号]*\\s*([a-zA-Z0-9_-]{5,20})/);\n if (digitMatch) content = "[微信号: " + digitMatch[1] + "]";\n else if (wxMatch) content = "[微信号: " + wxMatch[1] + "]";\n else content = "[交换微信]";\n } else if (cardEl) {\n const titleEl = item.querySelector(".message-card-top-title");\n const descEl = item.querySelector(".dialog-content, .message-card-top-text");\n content = (titleEl?.textContent?.trim() ?? descEl?.textContent?.trim() ?? "").trim();\n } else {\n const textEl = item.querySelector(".text span, .text-content, .text");\n if (textEl) {\n content = (textEl.textContent?.trim() ?? "")\n .replace(timeRegex, "")\n .replace("已读", "")\n .trim();\n }\n }\n\n if (content || messageType !== "text") {\n messages.push({ index: msgIdx, sender, messageType, content, time });\n msgIdx += 1;\n }\n });\n\n return {\n selectedTarget,\n activePanel,\n candidateInfo: {\n name,\n age,\n experience,\n education,\n communicationPosition,\n expectedJobText,\n expectedSalary,\n tags\n },\n messages\n };\n })()`))}async inspectRecommendCard(e){const t=Math.max(0,Math.floor(e)),n=this.buildRecommendCardInspectionExpression(t),a=$a(await this.evaluateJson(n).catch(()=>{}));if(a.found)return a;const r=$a(await this.evaluateRecommendFrameJson(n));return r.found?r:a}async clickRecommendGreet(e,t={}){const n=await this.inspectRecommendCard(e);if(!n.found||!n.hasGreetButton)return{...n,clicked:!1,...n.found||void 0!==n.error?{}:{error:"索引超出范围"},...n.found&&!n.hasGreetButton?{error:"未找到打招呼按钮"}:{}};const a=await this.resolveRecommendClickTarget(this.buildRecommendGreetClickExpression(Math.max(0,Math.floor(e)))),r=await this.dispatchNativeClick(a,t);return{...n,clicked:r,...r?{}:{error:"未能点击打招呼按钮"}}}async exchangeWechat(e={}){const t=Oa(await this.evaluateJson('(() => {\n const selectors = [\n ".chat-conversation .conversation-operate .operate-exchange-left span.operate-btn",\n ".chat-conversation .conversation-operate span.operate-btn",\n ".conversation-box .conversation-operate .operate-exchange-left span.operate-btn",\n ".conversation-box .conversation-operate span.operate-btn",\n ".conversation-operate .operate-exchange-left span.operate-btn",\n ".conversation-operate .operate-exchange-left span"\n ];\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n for (const element of Array.from(document.querySelectorAll(selector))) {\n if (normalize(element.textContent) !== "换微信" || !visible(element)) continue;\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(t,e))return{success:!1,exchanged:!1,error:"未找到当前聊天输入区的「换微信」按钮"};if(!await this.waitForWechatExchangeDialog())return{success:!1,exchanged:!1,error:"确认对话框未弹出"};const n=Oa(await this.evaluateJson('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const tooltip = document.querySelector(".exchange-tooltip");\n const selectorGroups = tooltip\n ? [\n [tooltip, ".btn-box .boss-btn-primary.boss-btn"],\n [tooltip, ".btn-box span.boss-btn-primary"],\n [tooltip, "span.boss-btn-primary"],\n [tooltip, ".boss-btn-primary"]\n ]\n : [];\n for (const [root, selector] of selectorGroups) {\n const button = root.querySelector(selector);\n if (button && visible(button)) {\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n\n for (const container of Array.from(document.querySelectorAll("div, section, aside"))) {\n const text = container.textContent ?? "";\n if (!text.includes("交换微信") || !visible(container)) continue;\n const buttons = container.querySelectorAll(\n "span.boss-btn-primary, button.boss-btn-primary, span.boss-btn, button.boss-btn"\n );\n for (const button of Array.from(buttons)) {\n if (normalize(button.textContent) !== "确定" || !visible(button)) continue;\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(n,e))return{success:!1,exchanged:!1,error:"未找到确认按钮"};await fa(1800);const a=await this.readWechatNumber();return{success:!0,exchanged:!0,...void 0!==a?{wechatNumber:a}:{}}}async sendChatReply(e,t={}){const n=Oa(await this.evaluateJson('(() => {\n const selectors = ["#boss-chat-editor-input", "textarea.chat-input", ".chat-input"];\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n const element = document.querySelector(selector);\n if (!element || !visible(element)) continue;\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(n,t))return{success:!1,error:"未找到聊天输入框"};await this.selectAllFocusedText(),await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await this.controller.dispatchKeyEvent({type:"keyUp",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await this.controller.insertText(e),await fa(250);const a=Oa(await this.evaluateJson('(() => {\n const selectors = [\n ".submit-content .submit.active",\n ".submit-content .submit",\n ".submit-content",\n ".btn-send"\n ];\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n const button = document.querySelector(selector);\n if (!button || !visible(button)) continue;\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n for (const span of Array.from(document.querySelectorAll("span, button"))) {\n if ((span.textContent ?? "").replace(/\\s+/g, "").trim() !== "发送" || !visible(span)) {\n continue;\n }\n const rect = span.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));return await this.dispatchNativeClick(a,t)?(await fa(800),{success:!0}):{success:!1,error:"未找到发送按钮"}}async applyRecommendFilter(e,t={}){const n=await this.waitForRecommendFilterSurface(3e3);if(!await this.openRecommendFilterPanel(t))return{status:n?"filter_not_found":"recommend_not_ready",requested:e,error:n?"未找到或无法打开筛选按钮":"推荐牛人页未就绪"};if(await this.detectVipModal())return{status:"requires_vip",requested:e,error:"筛选条件触发 VIP 弹窗"};if(!await this.clickRecommendFilterOption("性别",e.gender,t))return{status:"filter_not_found",requested:e,error:`未找到性别筛选项:${e.gender}`};if(!await this.clickRecommendFilterOption("活跃度",e.activity,t))return{status:"filter_not_found",requested:e,error:`未找到活跃度筛选项:${e.activity}`};const a=await this.setRecommendAgeRange(e,t);if(!a.success)return{status:"age_not_applied",requested:e,error:a.error};if(await this.detectVipModal())return{status:"requires_vip",requested:e,error:"年龄筛选触发 VIP 弹窗"};const r=await this.readNativeAppliedFilterState(e,a.state);if(!await this.clickRecommendFilterSubmit(t))return{status:"submit_failed",requested:e,applied:r,error:"筛选确认失败"};const o=await this.readRecommendFilterButtonText();return{status:"applied",requested:e,applied:r,...void 0!==o?{filterButtonText:o}:{}}}async readRecommendCandidates(e={}){const t=e.targetCount,n=e.autoScroll?e.maxScrolls??4:0,a=await this.inspectSurface("recommend-list");let r=a;const o=new Map;let i=0,s=0,c=0,l="max-steps";const d=async()=>{let e=0;const t=await this.readVisibleRecommendCandidates();for(const n of t){const t=Va(n);void 0!==t&&0!==t.length&&(o.has(t)?s+=1:(o.set(t,n),e+=1))}return e};await d();for(let e=0;e<n;e+=1){if(void 0!==t&&o.size>=t){l="target-count";break}if(r.atEnd){let e=!1;for(let t=0;t<oa;t+=1){await fa(ra);const t=await d(),n=await this.inspectSurface("recommend-list"),a=t>0||n.scrollHeight>r.scrollHeight||n.itemCount>r.itemCount||!n.atEnd;if(r=n,a){t>0&&(c=0),e=!0;break}}if(!e){l="boundary";break}if(void 0!==t&&o.size>=t){l="target-count";break}}if(c>=ia){l="no-new-items";break}const e=await this.scrollSurface("recommend-list",{direction:"down",steps:1,settleMs:aa});r=e.after,i+=e.stepsCompleted;c=await d()>0?0:c+1}void 0!==t&&o.size>=t?l="target-count":i>=n&&(l="max-steps");const u=[...o.values()];return{success:a.containerFound,direction:"down",stepsRequested:n,stepsCompleted:i,reachedBoundary:r.atEnd,before:a,after:r,items:u,uniqueCount:u.length,duplicateCount:s,noNewRounds:c,stopReason:l}}async readUsernameEvidence(){return Ia(await this.evaluateJson(`(() => {\n const limit = ${Vn};\n const evidence = [];\n const viewportWidth = window.innerWidth || 1280;\n const push = (entry) => {\n const text = String(entry.text ?? "").trim();\n if (text.length > 0 && text.length <= limit) {\n evidence.push({ ...entry, text });\n }\n };\n const scope =\n document.querySelector("header") ??\n document.querySelector("#header") ??\n document.querySelector('[role="banner"]') ??\n document.querySelector('[role="navigation"]') ??\n document.body;\n\n if (scope) {\n for (const element of Array.from(scope.querySelectorAll('a, [role="link"]'))) {\n const text = element.textContent?.trim() ?? "";\n const rect = element.getBoundingClientRect();\n push({\n text,\n strategy: "role-link",\n priority: 1,\n source: "role:link",\n xRatio: (rect.x + rect.width / 2) / viewportWidth\n });\n }\n for (const element of Array.from(scope.querySelectorAll('button, [role="button"]'))) {\n const text = element.textContent?.trim() ?? "";\n const rect = element.getBoundingClientRect();\n push({\n text,\n strategy: "role-button",\n priority: 1,\n source: "role:button",\n xRatio: (rect.x + rect.width / 2) / viewportWidth\n });\n }\n\n const walker = document.createTreeWalker(scope, NodeFilter.SHOW_TEXT);\n while (walker.nextNode()) {\n const text = walker.currentNode.textContent?.trim() ?? "";\n push({\n text,\n strategy: "leaf-text",\n priority: 3,\n source: "leaf-text"\n });\n }\n }\n\n for (const selector of ${JSON.stringify([Jn.username.primary,...Jn.username.fallbacks])}) {\n try {\n push({\n text: document.querySelector(selector)?.textContent?.trim() ?? "",\n strategy: "css-fallback",\n priority: 4,\n source: selector\n });\n } catch {\n // Ignore invalid selectors from site-specific fallback list.\n }\n }\n\n return evidence;\n })()`))}close(){this.controller.close()}buildRecommendCardInspectionExpression(e){return`(() => {\n const index = ${JSON.stringify(e)};\n const primarySelector = ${JSON.stringify(Xn)};\n const fallbackSelector = ${JSON.stringify(Zn)};\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ea)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (!hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n found: false,\n cardSelector: primarySelector,\n candidateId: "",\n name: "",\n hasGreetButton: false,\n error: "推荐列表未加载"\n };\n }\n\n const root = iframe?.contentDocument ?? document;\n const primaryCards = Array.from(root.querySelectorAll(primarySelector));\n const cardSelector = primaryCards.length > 0 ? primarySelector : fallbackSelector;\n const cards = primaryCards.length > 0 ? primaryCards : Array.from(root.querySelectorAll(cardSelector));\n if (cards.length <= index) {\n return {\n found: false,\n cardSelector,\n candidateId: "",\n name: "",\n hasGreetButton: false,\n error: "索引超出范围"\n };\n }\n\n const item = cards[index];\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n "";\n const name = item.querySelector(".name")?.textContent?.trim() ?? "";\n const greetButton =\n item.querySelector("button.btn.btn-greet") ??\n item.querySelector("button.btn-greet") ??\n item.querySelector(".btn-greet") ??\n item.querySelector(".op-btn");\n const rect = greetButton?.getBoundingClientRect();\n const hasGreetButton = Boolean(rect && rect.width > 0 && rect.height > 0);\n\n return { found: true, cardSelector, candidateId, name, hasGreetButton };\n })()`}buildRecommendGreetClickExpression(e){return`(() => {\n const index = ${JSON.stringify(e)};\n const primarySelector = ${JSON.stringify(Xn)};\n const fallbackSelector = ${JSON.stringify(Zn)};\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const root = iframe?.contentDocument ?? document;\n const primaryCards = Array.from(root.querySelectorAll(primarySelector));\n const cards =\n primaryCards.length > 0\n ? primaryCards\n : Array.from(root.querySelectorAll(fallbackSelector));\n const item = cards[index];\n if (!item) return { found: false, x: 0, y: 0 };\n const button =\n item.querySelector("button.btn.btn-greet") ??\n item.querySelector("button.btn-greet") ??\n item.querySelector(".btn-greet") ??\n item.querySelector(".op-btn");\n if (!button) return { found: false, x: 0, y: 0 };\n button.scrollIntoView({ block: "center", inline: "center" });\n const rect = button.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return { found: false, x: 0, y: 0 };\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`}async waitForWechatExchangeDialog(e=5e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.evaluateJson('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const tooltip = document.querySelector(".exchange-tooltip");\n if (tooltip && visible(tooltip)) return true;\n for (const element of Array.from(document.querySelectorAll("div, section, aside"))) {\n const text = element.textContent ?? "";\n if (\n text.includes("交换微信") &&\n element.querySelector(".boss-btn-primary, .boss-btn") &&\n visible(element)\n ) {\n return true;\n }\n }\n return false;\n })()').catch(()=>!1))return!0;await fa(450)}return!1}async readWechatNumber(){const e=await this.evaluateJson('(() => {\n const cardSelectors = [\n ".message-card-top-wrap",\n \'[class*="d-top-text"]\',\n ".message-card-top-title"\n ];\n const parse = (text) => {\n const digitMatch = text.match(/\\b(\\d{8,15})\\b/);\n if (digitMatch) return digitMatch[1];\n const wxMatch = text.match(/微信[::号]*\\s*([a-zA-Z0-9_-]{5,20})/);\n if (wxMatch) return wxMatch[1];\n const letterMatch = text.match(/\\b([a-zA-Z][a-zA-Z0-9_-]{5,19})\\b/);\n if (letterMatch && !["微信", "WeChat"].includes(letterMatch[1])) {\n return letterMatch[1];\n }\n return null;\n };\n\n for (const selector of cardSelectors) {\n const cards = Array.from(document.querySelectorAll(selector));\n for (let index = cards.length - 1; index >= 0; index -= 1) {\n const parsed = parse(cards[index]?.textContent ?? "");\n if (parsed) return parsed;\n }\n }\n\n const msgItems = Array.from(document.querySelectorAll(".message-item"));\n for (let index = msgItems.length - 1; index >= 0; index -= 1) {\n const card = msgItems[index]?.querySelector(\'.message-card-top-wrap, [class*="d-top-text"]\');\n if (!card) continue;\n const parsed = parse(card.textContent ?? "");\n if (parsed) return parsed;\n }\n return null;\n })()').catch(()=>null);return"string"==typeof e&&e.length>0?e:void 0}async selectAllFocusedText(){const e=[4,2];for(const t of e)await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"a",code:"KeyA",windowsVirtualKeyCode:65,nativeVirtualKeyCode:65,modifiers:t}),await this.controller.dispatchKeyEvent({type:"keyUp",key:"a",code:"KeyA",windowsVirtualKeyCode:65,nativeVirtualKeyCode:65,modifiers:t}),await fa(40)}async waitForRecommendFilterSurface(e=1e4){const t=`(() => {\n return document.querySelector(${JSON.stringify(`${Jn.recommend.filterButton}, ${Xn}, ${Jn.recommend.candidateItem}`)}) !== null;\n })()`,n=Date.now();for(;Date.now()-n<e;){if(await this.evaluateJson(t).catch(()=>!1)||await this.evaluateRecommendFrameJson(t))return!0;await fa(ta)}return!1}async isRecommendFilterPanelVisible(){const e=`(() => {\n const panel = document.querySelector(${JSON.stringify(Jn.recommend.filterPanel)});\n if (!panel) return false;\n const rect = panel.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n })()`;return await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async openRecommendFilterPanel(e){if(await this.isRecommendFilterPanelVisible())return!0;for(let t=0;t<3;t+=1){await this.dismissPreviousFilterPrompt(e);const t=await this.resolveRecommendClickTarget(`(() => {\n const filterButtonSelector = ${JSON.stringify(Jn.recommend.filterButton)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const scoreCandidate = (element) => {\n const classes = classText(element);\n const parentClasses = element.parentElement ? classText(element.parentElement) : "";\n const ancestorClasses =\n element.closest(".recommend-filter, .filter-label-wrap, .filter-wrap") !== null\n ? "recommend-filter"\n : "";\n let score = 0;\n for (const value of [classes, parentClasses, ancestorClasses]) {\n if (/recommend-filter/.test(value)) score += 3;\n else if (/filter-label/.test(value)) score += 2;\n else if (/filter/.test(value)) score += 1;\n }\n return score;\n };\n const selectorCandidates = Array.from(document.querySelectorAll(filterButtonSelector));\n const textCandidates = Array.from(\n document.querySelectorAll("button, a, span, div, [role='button']")\n ).filter((element) => /^筛选(?:·\\d+)?$/.test(normalize(element.textContent)));\n const candidate = [...selectorCandidates, ...textCandidates]\n .filter(visible)\n .sort((a, b) => {\n const scoreDelta = scoreCandidate(b) - scoreCandidate(a);\n if (scoreDelta !== 0) return scoreDelta;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n return aRect.width * aRect.height - bRect.width * bRect.height;\n })[0];\n if (!candidate) return { found: false, x: 0, y: 0 };\n candidate.scrollIntoView({ block: "center", inline: "center" });\n const rect = candidate.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);if(await this.dispatchNativeClick(t,e)){const t=Date.now();for(;Date.now()-t<4e3;){if(await this.isRecommendFilterPanelVisible())return await this.dismissPreviousFilterPrompt(e),!0;await fa(ta)}}await fa(300)}return!1}async dismissPreviousFilterPrompt(e){const t=await this.resolveRecommendClickTarget('(() => {\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const roots = Array.from(document.body.querySelectorAll("div, section, aside"))\n .filter((element) => visible(element))\n .sort((a, b) => {\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n return aRect.width * aRect.height - bRect.width * bRect.height;\n });\n for (const root of roots) {\n const text = normalize(root.textContent);\n if (!text.includes("是否应用上次") && !text.includes("上次的筛选条件")) continue;\n const candidates = Array.from(\n root.querySelectorAll("button, a, span, div, [role=\'button\']")\n ).filter(visible);\n for (const candidate of candidates) {\n const buttonText = normalize(candidate.textContent);\n if (/^(取消|不应用|否|关闭|稍后)$/.test(buttonText)) {\n const rect = candidate.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n }\n return { found: false, x: 0, y: 0 };\n })()');return await this.dispatchNativeClick(t,e)}async clickRecommendFilterOption(e,t,n){const a=await this.resolveRecommendClickTarget(`(() => {\n const panelSelector = ${JSON.stringify(Jn.recommend.filterPanel)};\n const rowLabel = ${JSON.stringify(e)};\n const optionLabel = ${JSON.stringify(t)};\n const clickableSelector = ${JSON.stringify(ha)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const resolveClickable = (element, row) => {\n let current = element;\n while (current && current !== row.parentElement) {\n const tag = current.tagName.toLowerCase();\n const role = current.getAttribute("role") ?? "";\n if (\n tag === "button" ||\n tag === "a" ||\n tag === "label" ||\n tag === "li" ||\n role === "button" ||\n role === "radio"\n ) {\n return current;\n }\n current = current.parentElement;\n }\n return element;\n };\n\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return { found: false, x: 0, y: 0 };\n\n const rows = Array.from(panel.querySelectorAll("div, li, dl, dd, section, ul"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return visible(element) && text.includes(rowLabel) && text.includes(optionLabel);\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n });\n\n for (const row of rows) {\n const option = Array.from(row.querySelectorAll(clickableSelector))\n .filter((element) => visible(element) && normalize(element.textContent) === optionLabel)\n .sort((a, b) => area(a) - area(b))[0];\n if (!option) continue;\n const clickable = resolveClickable(option, row);\n clickable.scrollIntoView({ block: "center", inline: "center" });\n const rect = clickable.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n\n return { found: false, x: 0, y: 0 };\n })()`);return await this.dispatchNativeClick(a,n)}async detectVipModal(){const e='(() => {\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const modalPattern =\n /(购买VIP|VIP账号|开通VIP|开启VIP|专享筛选特权|扫码支付|立即开通|支付金额)/;\n return Array.from(document.body.querySelectorAll("div, section, aside"))\n .some((element) => visible(element) && modalPattern.test(normalize(element.textContent)));\n })()';return await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async readNativeAgeState(){const e=`(() => {\n const panelSelector = ${JSON.stringify(Jn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const parseAgeValue = (text) => {\n if (text.includes("不限")) return undefined;\n const match = text.match(/\\d+/);\n return match ? Number.parseInt(match[0], 10) : undefined;\n };\n const parseAgeState = (text) => {\n const normalized = normalize(text);\n const ageText = normalized.includes("年龄")\n ? normalized.slice(normalized.indexOf("年龄") + "年龄".length)\n : normalized;\n const numbers = Array.from(ageText.matchAll(/\\d+/g), (match) =>\n Number.parseInt(match[0], 10)\n ).filter((value) => Number.isInteger(value));\n const ageMin = numbers[0];\n const ageMax = ageText.includes("不限") ? undefined : numbers[1];\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {})\n };\n };\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const preferRailTrack = (elements) =>\n [...elements].sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const looksLikeSlider = (element) => {\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return /slider|range|track|bar/i.test(classes) || role === "slider";\n };\n const looksLikeHandle = (element) => {\n const rect = element.getBoundingClientRect();\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return (\n role === "slider" ||\n (/handle|handler|button|thumb|slider-btn|dot|point|circle|knob/i.test(classes) &&\n rect.width <= 80 &&\n rect.height <= 80)\n );\n };\n const readRatio = (dot, track) => {\n const styleLeft = dot.style.left;\n if (styleLeft.endsWith("%")) {\n const parsed = Number.parseFloat(styleLeft);\n if (Number.isFinite(parsed)) return Math.max(0, Math.min(1, parsed / 100));\n }\n const dotRect = dot.getBoundingClientRect();\n const trackRect = track.getBoundingClientRect();\n if (trackRect.width <= 0) return undefined;\n return Math.max(\n 0,\n Math.min(1, (dotRect.left + dotRect.width / 2 - trackRect.left) / trackRect.width)\n );\n };\n const ratioToAge = (ratio) =>\n Math.round(\n ${JSON.stringify(da)} +\n Math.max(0, Math.min(1, ratio)) *\n (${JSON.stringify(ua)} -\n ${JSON.stringify(da)})\n );\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return {};\n const row = Array.from(panel.querySelectorAll("div, li, section, dl, dd"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return (\n visible(element) &&\n text.includes("年龄") &&\n (/\\d+|不限/.test(text) ||\n Array.from(element.querySelectorAll("*")).some(\n (child) => looksLikeSlider(child) || looksLikeHandle(child),\n ))\n );\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return {};\n const dots = Array.from(row.querySelectorAll(".vue-slider-dot"))\n .filter(visible)\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const track = preferRailTrack(\n Array.from(row.querySelectorAll(".vue-slider-rail, .vue-slider")).filter(visible)\n )[0];\n if (dots.length >= 2) {\n const minDot = dots[0];\n const maxDot = dots[dots.length - 1];\n const minText = normalize(minDot?.querySelector(".vue-slider-dot-tooltip-text")?.textContent);\n const maxText = normalize(maxDot?.querySelector(".vue-slider-dot-tooltip-text")?.textContent);\n const rowText = normalize(row.textContent);\n const rowState = parseAgeState(rowText);\n const minRatio = track && minDot ? readRatio(minDot, track) : undefined;\n const maxRatio = track && maxDot ? readRatio(maxDot, track) : undefined;\n const ageMin =\n parseAgeValue(minText) ??\n rowState.ageMin ??\n (minRatio !== undefined ? ratioToAge(minRatio) : undefined);\n let ageMax = parseAgeValue(maxText) ?? rowState.ageMax;\n if (\n ageMax === undefined &&\n !maxText.includes("不限") &&\n !rowText.includes("不限") &&\n maxRatio !== undefined\n ) {\n ageMax = ratioToAge(maxRatio);\n }\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {}),\n ...(minRatio !== undefined ? { minRatio } : {}),\n ...(maxRatio !== undefined ? { maxRatio } : {})\n };\n }\n return parseAgeState(normalize(row.textContent));\n })()`,t=Da(await this.evaluateJson(e).catch(()=>{}));return void 0!==t.ageMin||void 0!==t.ageMax?t:Da(await this.evaluateRecommendFrameJson(e))}async resolveNativeAgeSlider(){const e=`(() => {\n const panelSelector = ${JSON.stringify(Jn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const parseAgeState = (text) => {\n const normalized = normalize(text);\n const ageText = normalized.includes("年龄")\n ? normalized.slice(normalized.indexOf("年龄") + "年龄".length)\n : normalized;\n const numbers = Array.from(ageText.matchAll(/\\d+/g), (match) =>\n Number.parseInt(match[0], 10)\n ).filter((value) => Number.isInteger(value));\n const ageMin = numbers[0];\n const ageMax = ageText.includes("不限") ? undefined : numbers[1];\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {})\n };\n };\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const preferRailTrack = (elements) =>\n [...elements].sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const looksLikeSlider = (element) => {\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return /slider|range|track|bar/i.test(classes) || role === "slider";\n };\n const looksLikeHandle = (element) => {\n const rect = element.getBoundingClientRect();\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return (\n role === "slider" ||\n (/handle|handler|button|thumb|slider-btn|dot|point|circle|knob/i.test(classes) &&\n rect.width <= 80 &&\n rect.height <= 80)\n );\n };\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return { ok: false, error: "未找到筛选面板" };\n const row = Array.from(panel.querySelectorAll("div, li, section, dl, dd"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return (\n visible(element) &&\n text.includes("年龄") &&\n Array.from(element.querySelectorAll("*")).some(\n (child) => looksLikeSlider(child) || looksLikeHandle(child)\n )\n );\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return { ok: false, error: "未找到年龄滑块" };\n\n const vueSliderDots = Array.from(row.querySelectorAll(".vue-slider-dot"))\n .filter(visible)\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const fallbackHandles = Array.from(row.querySelectorAll("*"))\n .filter((element) => visible(element) && looksLikeHandle(element))\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const handles = vueSliderDots.length >= 2 ? vueSliderDots : fallbackHandles;\n if (handles.length < 2) {\n return { ok: false, error: "未找到年龄滑块双手柄" };\n }\n\n const minHandle = handles[0];\n const maxHandle = handles[handles.length - 1];\n const minRect = minHandle.getBoundingClientRect();\n const maxRect = maxHandle.getBoundingClientRect();\n const minDistance = Math.max(40, maxRect.left - minRect.left);\n const tracks = [\n ...preferRailTrack(Array.from(row.querySelectorAll(".vue-slider-rail, .vue-slider"))),\n ...Array.from(row.querySelectorAll("*")).filter(looksLikeSlider)\n ]\n .filter((element, index, array) => array.indexOf(element) === index)\n .filter((element) => {\n if (!visible(element)) return false;\n const rect = element.getBoundingClientRect();\n return (\n rect.width >= Math.max(80, minDistance) &&\n rect.height <= 100 &&\n rect.left <= minRect.left + minRect.width &&\n rect.right >= maxRect.right - maxRect.width\n );\n })\n .sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const track = tracks[0];\n if (!track) return { ok: false, error: "未找到年龄滑块轨道" };\n const trackRect = track.getBoundingClientRect();\n return {\n ok: true,\n current: parseAgeState(normalize(row.textContent)),\n trackLeft: trackRect.left,\n trackTop: trackRect.top,\n trackWidth: trackRect.width,\n trackHeight: trackRect.height,\n minHandleX: Math.round(minRect.left + minRect.width / 2),\n minHandleY: Math.round(minRect.top + minRect.height / 2),\n maxHandleX: Math.round(maxRect.left + maxRect.width / 2),\n maxHandleY: Math.round(maxRect.top + maxRect.height / 2)\n };\n })()`,t=_a(await this.evaluateJson(e).catch(()=>{}));if(t.ok)return t;const n=_a(await this.evaluateRecommendFrameJson(e));if(!n.ok)return n;const a=await this.readRecommendFrameOffset();return a.found?{...n,trackLeft:n.trackLeft+a.left,trackTop:n.trackTop+a.top,minHandleX:n.minHandleX+a.left,minHandleY:n.minHandleY+a.top,maxHandleX:n.maxHandleX+a.left,maxHandleY:n.maxHandleY+a.top}:n}async dispatchNativeDrag(e,t,n,a,r={}){await this.mouse.drag({x:e,y:t},{x:n,y:a},{...void 0!==r.motionObserver?{motionObserver:r.motionObserver}:{},pressDurationMs:r.pressDurationMs??ca})}async dragAgeHandleToRatio(e,t,n){const a=await this.resolveNativeAgeSlider();if(!a.ok||a.trackWidth<=0)return!1;const r="min"===e?a.minHandleX:a.maxHandleX,o="min"===e?a.minHandleY:a.maxHandleY,i=a.trackLeft+Math.max(0,Math.min(1,t))*a.trackWidth,s=a.trackTop+Math.max(1,a.trackHeight/2);return await this.dispatchNativeDrag(r,o,i,s,n),await fa(ma),!0}estimateAgeRatio(e){return Math.max(0,Math.min(1,(e-da)/(ua-da)))}clampRatio(e,t,n){return Math.max(t,Math.min(n,e))}async setAgeHandleToNumber(e,t,n){const a=await this.readNativeAgeState(),r=a.minRatio??0,o=a.maxRatio??1;let i="min"===e?0:Math.min(1,r+pa),s="min"===e?Math.max(0,o-pa):1,c=this.clampRatio(this.estimateAgeRatio(t),i,s);for(let a=0;a<ga;a+=1){if(!await this.dragAgeHandleToRatio(e,c,n))return!1;const a=await this.readNativeAgeState(),r="min"===e?a.ageMin:a.ageMax;if(r===t)return!0;void 0===r?"max"===e?s=c:i=c:r<t?i=c:s=c;const o=(i+s)/2;if(Math.abs(o-c)<.001)break;c=this.clampRatio(o,i,s)}const l=await this.readNativeAgeState();return"min"===e?l.ageMin===t:l.ageMax===t}isDesiredAgeState(e,t,n){return e.ageMin===t&&e.ageMax===n}async setRecommendAgeRange(e,t){const n=e.ageMin??da,a=e.ageMax,r=await this.resolveNativeAgeSlider();if(!r.ok)return{success:!1,error:r.error};if(!await this.dragAgeHandleToRatio("max",1,t))return{success:!1,error:"年龄上限无法重置为不限"};if(!await this.setAgeHandleToNumber("min",n,t))return{success:!1,error:`年龄下限无法设置为 ${n}`};if(void 0===a){if(void 0!==(await this.readNativeAgeState()).ageMax&&!await this.dragAgeHandleToRatio("max",1,t))return{success:!1,error:"年龄上限无法设置为不限"}}else if(!await this.setAgeHandleToNumber("max",a,t))return{success:!1,error:`年龄上限无法设置为 ${a}`};const o=await this.readNativeAgeState();if(!this.isDesiredAgeState(o,n,a)){const e=void 0===o.ageMax?"不限":String(o.ageMax);return{success:!1,error:`年龄筛选未精确生效,当前为 ${o.ageMin??"未知"}-${e}`}}return{success:!0,state:o}}async readSelectedRecommendOptionText(e,t){const n=`(() => {\n const panelSelector = ${JSON.stringify(Jn.recommend.filterPanel)};\n const rowLabel = ${JSON.stringify(e)};\n const fallback = ${JSON.stringify(t)};\n const clickableSelector = ${JSON.stringify(ha)};\n const selectedClassPattern = /active|selected|checked|current|choose|chosen/i;\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const isSelected = (element) => {\n const classes = typeof element.className === "string" ? element.className : "";\n return (\n selectedClassPattern.test(classes) ||\n element.getAttribute("aria-checked") === "true" ||\n element.getAttribute("aria-selected") === "true"\n );\n };\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return fallback;\n const row = Array.from(panel.querySelectorAll("div, li, dl, dd, section, ul"))\n .filter((element) => visible(element) && normalize(element.textContent).includes(rowLabel))\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return fallback;\n const selected = Array.from(row.querySelectorAll(clickableSelector))\n .filter((element) => visible(element) && isSelected(element))\n .map((element) => normalize(element.textContent))\n .find((text) => text !== "" && text !== rowLabel);\n return selected ?? fallback;\n })()`,a=await this.evaluateJson(n).catch(()=>"");if(a.length>0&&a!==t)return a;const r=await this.evaluateRecommendFrameJson(n);return"string"==typeof r&&r.length>0?r:t}async readNativeAppliedFilterState(e,t){return{...void 0!==t.ageMin?{ageMin:t.ageMin}:{},...void 0!==t.ageMax?{ageMax:t.ageMax}:{},gender:await this.readSelectedRecommendOptionText("性别",e.gender),activity:await this.readSelectedRecommendOptionText("活跃度",e.activity)}}async clickRecommendFilterSubmit(e){const t=await this.resolveRecommendClickTarget(`(() => {\n const panelSelector = ${JSON.stringify(Jn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const panel = Array.from(document.querySelectorAll(panelSelector)).filter(visible)[0];\n if (!panel) return { found: false, x: 0, y: 0 };\n const button = Array.from(\n panel.querySelectorAll("button, a, span, div, [role='button']")\n )\n .filter(visible)\n .find((element) => normalize(element.textContent) === "确定");\n if (!button) return { found: false, x: 0, y: 0 };\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);if(!await this.dispatchNativeClick(t,e))return!1;const n=Date.now();for(;Date.now()-n<4e3;){if(!await this.isRecommendFilterPanelVisible())return await fa(600),!0;await fa(ta)}return!1}async readRecommendFilterButtonText(){const e=`(() => {\n const element = document.querySelector(${JSON.stringify(Jn.recommend.filterButton)});\n const text = element?.textContent?.replace(/\\s+/g, " ").trim() ?? "";\n return text.length > 0 ? text : null;\n })()`,t=await this.evaluateJson(e).catch(()=>null);if("string"==typeof t&&t.length>0)return t;const n=await this.evaluateRecommendFrameJson(e);return"string"==typeof n&&n.length>0?n:void 0}async readVisibleChatCandidates(){return Ma(await this.evaluateJson(`(() => {\n const items = Array.from(document.querySelectorAll(${JSON.stringify(Yn)}));\n return items.map((item, idx) => {\n const conversationId =\n item.getAttribute("data-id") ??\n item.closest('[role="listitem"]')?.getAttribute("key") ??\n "";\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n const nameEl = item.querySelector(\n '[class*="name"], .nickname, .geek-name, .candidate-name'\n );\n const name = nameEl?.textContent?.trim() ?? "";\n const position = item.querySelector(".source-job")?.textContent?.trim() ?? "";\n const badgeEl = item.querySelector(".badge-count");\n const unreadCount = parseInt(badgeEl?.textContent?.trim() ?? "0", 10) || 0;\n const hasUnread = unreadCount > 0 || item.querySelector(".red-dot") !== null;\n const lastMessageTime =\n item.querySelector(".time, .time-shadow")?.textContent?.trim() ?? "";\n const messagePreview = (\n item.querySelector(".push-text, .chat-last-msg")?.textContent?.trim() ?? ""\n ).slice(0, 100);\n\n return {\n conversationId,\n candidateId,\n name,\n index: idx,\n position,\n hasUnread,\n unreadCount,\n lastMessageTime,\n messagePreview,\n };\n });\n })()`))}async waitForNativeChatReady(e,t=6e3){const n=Date.now();for(;Date.now()-n<t;){const t=await this.readSelectedChatTarget().catch(()=>null),n=await this.readActiveChatPanel().catch(()=>null),a=null!==t&&(e.conversationId.length>0&&t.conversationId===e.conversationId||0===e.conversationId.length&&e.candidateId.length>0&&t.candidateId===e.candidateId),r=0===e.name.length||null!==n&&Sa(e.name,n.candidateName);if(a&&r)return!0;await fa(ta)}return!1}async clickChatCandidate(e,t={}){const n=Oa(await this.evaluateJson(`(() => {\n const expected = ${JSON.stringify({conversationId:e.conversationId,candidateId:e.candidateId,index:e.index})};\n const items = Array.from(document.querySelectorAll(${JSON.stringify(Yn)}));\n const readCandidate = (item, idx) => {\n const conversationId =\n item.getAttribute("data-id") ??\n item.closest('[role="listitem"]')?.getAttribute("key") ??\n "";\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n return { item, idx, conversationId, candidateId };\n };\n\n const candidates = items.map(readCandidate);\n const matched =\n candidates.find((entry) =>\n expected.conversationId.length > 0 &&\n entry.conversationId === expected.conversationId\n ) ??\n candidates.find((entry) =>\n expected.candidateId.length > 0 &&\n entry.candidateId === expected.candidateId\n ) ??\n candidates.find((entry) => entry.idx === expected.index);\n\n if (!matched) {\n return { found: false, x: 0, y: 0 };\n }\n\n matched.item.scrollIntoView({ block: "center", inline: "center" });\n const rect = matched.item.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) {\n return { found: false, x: 0, y: 0 };\n }\n\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`));return!!n.found&&await this.dispatchNativeClick(n,t)}async readVisibleRecommendCandidates(){if(!await this.isRecommendSurfaceOpen().catch(()=>!1))return[];const e=`(() => {\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ea)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (!hasRecommendUrl && href.includes("/web/chat/index")) {\n return [];\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (!hasRecommendUrl && !iframe && !hasRecommendShell) {\n return [];\n }\n\n const root = iframe?.contentDocument ?? document;\n let items = Array.from(root.querySelectorAll(${JSON.stringify(Xn)}));\n if (items.length === 0 && (hasRecommendUrl || iframe || hasRecommendShell)) {\n items = Array.from(root.querySelectorAll(${JSON.stringify(Zn)}));\n }\n\n return items.map((item, idx) => {\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n "";\n const name = item.querySelector(".name")?.textContent?.trim() ?? "";\n\n let age = "";\n let experience = "";\n let education = "";\n let workStatus = "";\n const baseInfoEl = item.querySelector(".base-info.join-text-wrap, .base-info");\n if (baseInfoEl) {\n let textParts = Array.from(baseInfoEl.querySelectorAll(":scope > *"))\n .map((child) => child.textContent?.trim() ?? "")\n .filter(Boolean);\n\n if (textParts.length <= 1) {\n textParts = [];\n baseInfoEl.childNodes.forEach((node) => {\n if (node.nodeType === Node.TEXT_NODE) {\n const text = node.textContent?.trim() ?? "";\n if (text) textParts.push(text);\n }\n });\n }\n\n if (textParts.length <= 1) {\n textParts = (baseInfoEl.textContent?.trim() ?? "")\n .split(/[丨·|]/)\n .map((text) => text.trim())\n .filter(Boolean);\n }\n\n for (const part of textParts) {\n if (!age && part.includes("岁")) {\n age = part;\n } else if (!experience && (part.includes("年") || part.includes("应届") || part.includes("在校"))) {\n experience = part;\n } else if (!education && /(初中|高中|中专|中技|大专|本科|硕士|博士)/.test(part)) {\n education = part;\n } else if (!workStatus && /(在职|离职|在校)/.test(part)) {\n workStatus = part;\n }\n }\n }\n\n const workExpEl =\n item.querySelector(".timeline-wrap.work-exps .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.work-exps .content");\n const workParts = (workExpEl?.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n const company = workParts[0] ?? "";\n const currentPosition = workParts[1] ?? "";\n\n let expectedLocation = "";\n let expectedPosition = "";\n const expectRow = item.querySelector(".row-flex:not(.geek-desc)");\n if (expectRow) {\n const labelText = expectRow.querySelector(".label")?.textContent ?? "";\n const contentEl = expectRow.querySelector(".content");\n if ((labelText.includes("期望") || labelText.includes("最近关注")) && contentEl) {\n const parts = (contentEl.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n if (!expectedLocation) {\n const expectEl =\n item.querySelector(".timeline-wrap.expect .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.expect .content");\n if (expectEl) {\n const parts = (expectEl.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n\n const tags = Array.from(\n item.querySelectorAll(".tags-wrap .tag-item, .tags-wrap .tag, .tags-wrap span")\n )\n .map((tag) => tag.textContent?.trim() ?? "")\n .filter(Boolean);\n\n return {\n index: idx,\n candidateId,\n name,\n age,\n experience,\n education,\n workStatus,\n company,\n currentPosition,\n expectedLocation,\n expectedPosition,\n expectedSalary: item.querySelector(".salary-wrap")?.textContent?.trim() ?? "",\n tags,\n buttonText: item.querySelector("button.btn.btn-greet")?.textContent?.trim() ?? "",\n };\n });\n })()`,t=Na(await this.evaluateJson(e));if(t.length>0)return t;return Na(await this.evaluateRecommendFrameJson(e))}async inspectSurface(e){const t=jn(e),n=`(() => {\n const surface = ${JSON.stringify(e)};\n const containerSelectors = ${JSON.stringify(t.containerSelectors)};\n const itemSelector = ${JSON.stringify(t.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ea)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (surface === "recommend-list" && !hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (surface === "recommend-list" && !hasRecommendUrl && !iframe && !hasRecommendShell) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const readItemCount = () => {\n if (surface === "chat-list") {\n const chatList = root.querySelector(".user-list.b-scroll-stable");\n const roleItems = chatList?.querySelectorAll('[role="listitem"]');\n if (roleItems && roleItems.length > 0) return roleItems.length;\n }\n return root.querySelectorAll(itemSelector).length;\n };\n const itemCount = readItemCount();\n const isVisible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n\n const isScrollable = (element) => {\n if (!isVisible(element)) return false;\n const view = element.ownerDocument?.defaultView ?? window;\n const style = view.getComputedStyle(element);\n if (style.overflowY === "hidden" || style.overflowY === "clip") return false;\n return element.scrollHeight > element.clientHeight + 2;\n };\n const labelFor = (element, fallback) => {\n if (element === document.scrollingElement) return "document";\n if (element === root.scrollingElement) return root === document ? "document" : "frame-document";\n return (\n element.id ||\n Array.from(element.classList ?? []).join(".") ||\n fallback ||\n element.tagName.toLowerCase()\n );\n };\n const targets = [];\n const pushTarget = (element, fallback) => {\n if (element && !isVisible(element)) return;\n if (!element || targets.some((target) => target.element === element)) return;\n targets.push({ element, label: labelFor(element, fallback) });\n };\n const readCssPixel = (value) => {\n const parsed = Number.parseFloat(value);\n return Number.isFinite(parsed) ? parsed : 0;\n };\n const findChatListElement = (element) => {\n if (surface !== "chat-list") return null;\n if (element.matches?.(".user-list.b-scroll-stable")) return element;\n return (\n element.querySelector?.(".user-list.b-scroll-stable") ??\n element.closest?.(".user-list.b-scroll-stable") ??\n null\n );\n };\n const readChatListSnapshot = (target) => {\n const list = findChatListElement(target.element);\n if (!list || itemCount <= 0 || !isVisible(list)) return null;\n\n const nativeScrollTop = Math.max(0, list.scrollTop);\n const nativeScrollHeight = Math.max(0, list.scrollHeight);\n const nativeClientHeight = Math.max(0, list.clientHeight);\n const nativeMaxScrollTop = Math.max(0, nativeScrollHeight - nativeClientHeight);\n if (nativeScrollHeight > nativeClientHeight + 2) {\n return {\n containerFound: true,\n containerLabel: labelFor(list, ".user-list.b-scroll-stable"),\n scrollTop: Math.round(nativeScrollTop),\n scrollHeight: Math.round(nativeScrollHeight),\n clientHeight: Math.round(nativeClientHeight),\n itemCount,\n atStart: nativeScrollTop <= 1,\n atEnd: nativeScrollTop >= nativeMaxScrollTop - 1\n };\n }\n\n const listRect = list.getBoundingClientRect();\n if (listRect.width <= 0 || listRect.height <= 0) return null;\n const group = list.querySelector('[role="group"]');\n if (!group) return null;\n\n const view = list.ownerDocument?.defaultView ?? window;\n const groupStyle = view.getComputedStyle(group);\n const paddingTop = Math.max(0, readCssPixel(groupStyle.paddingTop));\n const paddingBottom = Math.max(0, readCssPixel(groupStyle.paddingBottom));\n const roleItems = Array.from(list.querySelectorAll('[role="listitem"]'));\n const renderedItems =\n roleItems.length > 0 ? roleItems : Array.from(list.querySelectorAll(".geek-item"));\n const renderedHeight = renderedItems.reduce((sum, item) => {\n const rect = item.getBoundingClientRect();\n return sum + Math.max(0, rect.height);\n }, 0);\n const virtualHeight = Math.max(\n Math.round(paddingTop + renderedHeight + paddingBottom),\n Math.round(listRect.height)\n );\n return {\n containerFound: true,\n containerLabel: labelFor(list, ".user-list.b-scroll-stable") + ":virtual",\n scrollTop: Math.round(paddingTop),\n scrollHeight: virtualHeight,\n clientHeight: Math.round(listRect.height),\n itemCount,\n atStart: paddingTop <= 1,\n atEnd: paddingBottom <= 1\n };\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element, selector);\n }\n } catch {}\n }\n\n const firstVisibleItem = Array.from(root.querySelectorAll(itemSelector)).find(isVisible);\n let current = firstVisibleItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current, "item-ancestor");\n current = current.parentElement;\n }\n\n if (surface === "recommend-list" && root !== document) {\n const outerFrame = iframe ?? window.frameElement;\n let outer = outerFrame?.parentElement ?? null;\n while (outer && outer !== document.body && outer !== document.documentElement) {\n pushTarget(outer, "iframe-ancestor");\n outer = outer.parentElement;\n }\n pushTarget(document.scrollingElement, "document");\n pushTarget(document.documentElement, "documentElement");\n pushTarget(document.body, "body");\n }\n pushTarget(root.scrollingElement, root === document ? "document" : "frame-document");\n\n for (const target of targets) {\n const chatListSnapshot = readChatListSnapshot(target);\n if (chatListSnapshot) return chatListSnapshot;\n }\n\n const scrollTarget = targets.find((target) => isScrollable(target.element));\n if (!scrollTarget) {\n return {\n containerFound: false,\n containerLabel: targets[0]?.label ?? "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount,\n atStart: true,\n atEnd: true\n };\n }\n\n const scrollable = scrollTarget.element;\n const max = Math.max(0, scrollable.scrollHeight - scrollable.clientHeight);\n return {\n containerFound: true,\n containerLabel: scrollTarget.label,\n scrollTop: scrollable.scrollTop,\n scrollHeight: scrollable.scrollHeight,\n clientHeight: scrollable.clientHeight,\n itemCount,\n atStart: scrollable.scrollTop <= 1,\n atEnd: scrollable.scrollTop >= max - 1\n };\n })()`,a=za(await this.evaluateJson(n));if("recommend-list"!==e||a.itemCount>0)return a;const r=za(await this.evaluateRecommendFrameJson(n));return r.itemCount>0?r:a}async scrollSurfaceWithWheel(e,t,n){const a=jn(e);await this.bringToFront();const r=Oa(await this.evaluateJson(`(() => {\n const nativeWheelTarget = true;\n const surface = ${JSON.stringify(e)};\n const containerSelectors = ${JSON.stringify(a.containerSelectors)};\n const itemSelector = ${JSON.stringify(a.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const viewportWidth = window.innerWidth || document.documentElement.clientWidth || 0;\n const viewportHeight = window.innerHeight || document.documentElement.clientHeight || 0;\n const targets = [];\n const pushTarget = (element) => {\n if (!element || targets.includes(element)) return;\n targets.push(element);\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element);\n }\n } catch {}\n }\n\n const firstItem = Array.from(root.querySelectorAll(itemSelector)).find((element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n });\n pushTarget(firstItem);\n let current = firstItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current);\n current = current.parentElement;\n }\n\n const readPoint = (element) => {\n const rect = element.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return null;\n let left = rect.left;\n let top = rect.top;\n if (root !== document && iframe) {\n const frameRect = iframe.getBoundingClientRect();\n left += frameRect.left;\n top += frameRect.top;\n }\n const x = Math.round(Math.min(Math.max(left + rect.width / 2, 4), Math.max(4, viewportWidth - 4)));\n const y = Math.round(Math.min(Math.max(top + rect.height / 2, 4), Math.max(4, viewportHeight - 4)));\n return { found: true, x, y };\n };\n\n for (const element of targets) {\n const point = readPoint(element);\n if (point) return point;\n }\n\n return { found: false, x: 0, y: 0 };\n })()`));if(!r.found)return;await this.mouse.moveTo(ba(r)),await this.controller.dispatchMouseEvent({type:"mouseWheel",x:r.x,y:r.y,buttons:0,deltaX:0,deltaY:"up"===t?-(n??la):n??la}),await fa(120);const o=await this.inspectSurface(e);return o.containerFound?o:{...o,containerFound:!0,containerLabel:o.containerLabel.length>0?o.containerLabel:"native-wheel",atStart:"up"!==t&&o.atStart,atEnd:"down"!==t&&o.atEnd}}async scrollSurfaceOnce(e,t,n){const a=jn(e),r=`(() => {\n const surface = ${JSON.stringify(e)};\n const direction = ${JSON.stringify(t)};\n const explicitDistance = ${void 0!==n?JSON.stringify(n):"undefined"};\n const containerSelectors = ${JSON.stringify(a.containerSelectors)};\n const itemSelector = ${JSON.stringify(a.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Jn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ea)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (surface === "recommend-list" && !hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (surface === "recommend-list" && !hasRecommendUrl && !iframe && !hasRecommendShell) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const itemCount = root.querySelectorAll(itemSelector).length;\n const isVisible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const isScrollable = (element) => {\n if (!isVisible(element)) return false;\n const view = element.ownerDocument?.defaultView ?? window;\n const style = view.getComputedStyle(element);\n if (style.overflowY === "hidden" || style.overflowY === "clip") return false;\n return element.scrollHeight > element.clientHeight + 2;\n };\n const labelFor = (element, fallback) => {\n if (element === document.scrollingElement) return "document";\n if (element === root.scrollingElement) return root === document ? "document" : "frame-document";\n return (\n element.id ||\n Array.from(element.classList ?? []).join(".") ||\n fallback ||\n element.tagName.toLowerCase()\n );\n };\n const targets = [];\n const pushTarget = (element, fallback) => {\n if (element && !isVisible(element)) return;\n if (!element || targets.some((target) => target.element === element)) return;\n targets.push({ element, label: labelFor(element, fallback) });\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element, selector);\n }\n } catch {}\n }\n\n const firstVisibleItem = Array.from(root.querySelectorAll(itemSelector)).find(isVisible);\n let current = firstVisibleItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current, "item-ancestor");\n current = current.parentElement;\n }\n\n if (surface === "recommend-list" && root !== document) {\n const outerFrame = iframe ?? window.frameElement;\n let outer = outerFrame?.parentElement ?? null;\n while (outer && outer !== document.body && outer !== document.documentElement) {\n pushTarget(outer, "iframe-ancestor");\n outer = outer.parentElement;\n }\n pushTarget(document.scrollingElement, "document");\n pushTarget(document.documentElement, "documentElement");\n pushTarget(document.body, "body");\n }\n pushTarget(root.scrollingElement, root === document ? "document" : "frame-document");\n\n const scrollTarget = targets.find((target) => isScrollable(target.element));\n if (!scrollTarget) {\n return {\n containerFound: false,\n containerLabel: targets[0]?.label ?? "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount,\n atStart: true,\n atEnd: true\n };\n }\n\n const scrollable = scrollTarget.element;\n const max = Math.max(0, scrollable.scrollHeight - scrollable.clientHeight);\n const amount = explicitDistance ?? Math.max(320, Math.floor(scrollable.clientHeight * 0.85));\n scrollable.scrollTop =\n direction === "up"\n ? Math.max(0, scrollable.scrollTop - amount)\n : Math.min(max, scrollable.scrollTop + amount);\n\n return {\n containerFound: true,\n containerLabel: scrollTarget.label,\n scrollTop: scrollable.scrollTop,\n scrollHeight: scrollable.scrollHeight,\n clientHeight: scrollable.clientHeight,\n itemCount,\n atStart: scrollable.scrollTop <= 1,\n atEnd: scrollable.scrollTop >= max - 1\n };\n })()`,o=za(await this.evaluateJson(r));if("recommend-list"!==e||o.itemCount>0)return o;const i=za(await this.evaluateRecommendFrameJson(r));return i.itemCount>0?i:o}async scrollChatList(e="down"){const t=await this.scrollSurface("chat-list",{direction:e,steps:1,settleMs:0});return{ok:t.success&&t.stepsCompleted>0,before:t.before.scrollTop,after:t.after.scrollTop,max:Math.max(0,t.after.scrollHeight-t.after.clientHeight)}}},Ya=mn.object({name:mn.string(),conversationId:mn.string(),candidateId:mn.string(),position:mn.string(),time:mn.string(),preview:mn.string(),unreadCount:mn.number(),hasUnread:mn.boolean(),index:mn.number()}),Ga=mn.object({success:mn.boolean(),candidates:mn.array(Ya),total:mn.number(),stats:mn.object({withName:mn.number(),withUnread:mn.number()})});function Xa(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...Wa}}function Za(e){return e.conversationId.length>0?e.conversationId:e.candidateId.length>0?e.candidateId:0!==e.name.length?[e.name,e.position,e.lastMessageTime].join("|"):void 0}function Qa(e){const t=new Set,n=[];for(const a of e){const e=Za(a);void 0!==e&&t.has(e)||(void 0!==e&&t.add(e),n.push(a))}return n}var er=un({name:"zhipin_read_messages",description:"读取 BOSS直聘消息列表,默认返回全部候选人;若只看未读消息,传 onlyUnread=true",input:mn.object({limit:mn.number().optional().describe("最多返回条数"),onlyUnread:mn.boolean().default(!1).describe("是否只返回有未读消息的候选人;用户说“全部/所有消息列表”时应为 false,说“未读消息”时应为 true"),sortBy:mn.enum(["time","unreadCount","name"]).default("time"),autoScroll:mn.boolean().default(!0).describe("是否自动向下滚动消息列表并合并采集结果"),maxScrolls:mn.number().int().min(0).max(50).default(4).describe("自动滚动的最大步数")}),output:Ga,execute:async(e,t)=>{const n=e.onlyUnread??!1;let a,r;t.logger.info(`Reading zhipin messages (limit: ${e.limit??"all"}, onlyUnread: ${n})`);const o=Xa();try{a=await o.openNativePagePort({requireChatPage:!0}),r=o.createNativeVisualActivitySession(a),await r.begin("正在读取消息列表");if(!await a.waitForSelector('.user-list.b-scroll-stable, .user-list.b-scroll-stable [role="listitem"], .geek-item',5e3))return await r.fail("未找到消息列表"),{success:!1,candidates:[],total:0,stats:{withName:0,withUnread:0}};const i=n?"正在读取未读消息列表":"正在读取消息列表";await r.highlightSelector(".user-list.b-scroll-stable, .chat-user .user-container, .chat-user",{label:i,padding:8});const s=e.autoScroll??!0,c=e.maxScrolls??4,l=Qa(await a.readChatCandidates({autoScroll:s,maxScrolls:c,...void 0===e.limit||n?{}:{targetCount:e.limit}})).map(e=>({name:e.name,conversationId:e.conversationId,candidateId:e.candidateId,position:e.position,time:e.lastMessageTime,preview:e.messagePreview,unreadCount:e.unreadCount,hasUnread:e.hasUnread,index:e.index}));let d=n?l.filter(e=>e.hasUnread):l;const u=e.sortBy??"time";"time"===u||("unreadCount"===u?d.sort((e,t)=>t.unreadCount-e.unreadCount):"name"===u&&d.sort((e,t)=>e.name.localeCompare(t.name))),void 0!==e.limit&&(d=d.slice(0,e.limit));const m={withName:l.filter(e=>e.name.length>0).length,withUnread:l.filter(e=>e.hasUnread).length};return await r.succeed(n?`已读取 ${d.length} 条未读消息`:`已读取 ${d.length} 条消息`),t.logger.info(`Found ${d.length} candidates (${m.withUnread} with unread)`),{success:!0,candidates:d,total:l.length,stats:m}}catch(e){return await(r?.fail("读取消息列表失败")),t.logger.warn(`Native zhipin message read failed: ${e instanceof Error?e.message:String(e)}`),{success:!1,candidates:[],total:0,stats:{withName:0,withUnread:0}}}finally{a?.close()}}});import{BrowserPageInfoSchema as tr}from"@roll-agent/browser";import{defineTool as nr}from"@roll-agent/sdk";import{z as ar}from"zod";var rr,or=ar.object({success:ar.boolean(),alreadyOnChat:ar.boolean(),usedSidebarClick:ar.boolean(),chatReady:ar.boolean(),page:tr.optional(),error:ar.string().optional()});function ir(){return{getContextManager:f,openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...rr}}async function sr(e,t){return le(e,await t.inspectPage())}var cr=nr({name:"zhipin_open_chat_page",description:"通过点击 Boss 左侧导航切换回「沟通」页,避免让编排器依赖站内 URL 猜测。",input:ar.object({}),output:or,execute:async(e,t)=>{const n=ir(),a=n.getContextManager();let r,o;t.logger.info("Opening Boss chat page via native sidebar navigation");try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{});const e="正在切换到沟通页";if(await o.begin(e),await o.highlightSelector(Jn.nav.sidebar,{label:e,padding:10}),await r.isChatSurfaceOpen())return await o.succeed("已在沟通页"),{success:!0,alreadyOnChat:!0,usedSidebarClick:!1,chatReady:!0,page:await sr(a,r)};if(!await r.clickSidebarSection("chat",{...void 0!==o?{motionObserver:o}:{}}))return await o.fail("未找到沟通导航"),{success:!1,alreadyOnChat:!1,usedSidebarClick:!1,chatReady:!1,page:await sr(a,r),error:"未找到沟通导航"};t.logger.info("Clicked Boss sidebar nav: 沟通");return await r.waitForChatSurface()?(await o.succeed("已切换到沟通页"),{success:!0,alreadyOnChat:!1,usedSidebarClick:!0,chatReady:!0,page:await sr(a,r)}):(await o.fail("沟通页未就绪"),{success:!1,alreadyOnChat:!1,usedSidebarClick:!0,chatReady:!1,page:await sr(a,r),error:"沟通页未就绪"})}catch(e){return await(o?.fail("切换沟通页失败")),{success:!1,alreadyOnChat:!1,usedSidebarClick:!1,chatReady:!1,error:e instanceof Error?e.message:"切换沟通页失败"}}finally{r?.close()}}});import{defineTool as lr}from"@roll-agent/sdk";import{z as dr}from"zod";var ur,mr=dr.object({success:dr.boolean(),conversationId:dr.string(),candidateId:dr.string(),candidateName:dr.string(),index:dr.number(),hasUnread:dr.boolean(),unreadCount:dr.number(),lastMessageTime:dr.string(),messagePreview:dr.string(),error:dr.string().optional()});function gr(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...ur}}var pr=lr({name:"zhipin_open_chat",description:"打开指定候选人的聊天窗口(优先按 conversationId,其次姓名,最后才用索引)",input:dr.object({conversationId:dr.string().optional().describe("会话 ID。若已从 `zhipin_read_messages` 获取,优先传这个,最稳定"),candidateName:dr.string().optional().describe("候选人姓名。若用户说“打开鲁倩的聊天”,这里应提取为“鲁倩”"),index:dr.number().optional().describe("候选人在列表中的索引。仅在缺少 conversationId 时兜底"),preferUnread:dr.boolean().default(!1).describe("优先选择有未读消息的候选人")}),output:mr,execute:async(e,t)=>{t.logger.info(`Opening chat: name=${e.candidateName??"N/A"}, index=${e.index??"N/A"}`);const n=gr();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在打开目标聊天"),await r.highlightSelector(".user-list.b-scroll-stable, .chat-user .user-container, .chat-user",{label:"正在定位候选人",padding:8});const o=await a.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,preferUnread:e.preferUnread??!1,...void 0!==r?{motionObserver:r}:{}});return o.found?(await r.succeed(`已打开 ${o.name||"目标"} 的聊天`),t.logger.info(`Opened chat with ${o.name} (index: ${o.index})`),{success:!0,conversationId:o.conversationId,candidateId:o.candidateId,candidateName:o.name,index:o.index,hasUnread:o.hasUnread,unreadCount:o.unreadCount,lastMessageTime:o.lastMessageTime,messagePreview:o.messagePreview}):(await r.fail("打开聊天失败"),{success:!1,conversationId:"",candidateId:"",candidateName:e.candidateName??"",index:e.index??-1,hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:o.error??`未找到候选人: ${e.candidateName??`index ${e.index}`}`})}catch(n){return await(r?.fail("打开聊天失败")),t.logger.warn(`Native zhipin open chat failed: ${n instanceof Error?n.message:String(n)}`),{success:!1,conversationId:"",candidateId:"",candidateName:e.candidateName??"",index:e.index??-1,hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:n instanceof Error?n.message:"打开聊天失败"}}finally{a?.close()}}});import{defineTool as hr}from"@roll-agent/sdk";import{z as fr}from"zod";var br="·",yr=/[--—–]/;function vr(e){return(e??"").trim()}function wr(e){const t=vr(e);if(!t||!yr.test(t))return;const[n=""]=t.split(yr);return vr(n)||void 0}function xr(e){const t=vr(e);if(!t)return{expectedLocation:"",expectedPosition:""};const[n="",a=""]=t.split(br).map(e=>vr(e));return{expectedLocation:n,expectedPosition:a}}function Sr(e){const t=vr(e.communicationPosition),{expectedLocation:n,expectedPosition:a}=xr(e.expectedJobText),r=wr(t);return{communicationPosition:t,expectedLocation:n,expectedPosition:a,...void 0!==r?{preferredBrand:r}:{}}}var Cr,Rr=fr.object({index:fr.number(),sender:fr.enum(["candidate","recruiter","system"]),messageType:fr.enum(["text","system","resume","wechat-exchange"]),content:fr.string(),time:fr.string()}),kr=fr.object({name:fr.string(),age:fr.string(),experience:fr.string(),education:fr.string(),communicationPosition:fr.string(),expectedPosition:fr.string(),expectedLocation:fr.string(),expectedSalary:fr.string(),tags:fr.array(fr.string())}),Mr=fr.object({success:fr.boolean(),conversationId:fr.string(),candidateId:fr.string(),candidateInfo:kr,preferredBrand:fr.string().optional(),chatMessages:fr.array(Rr),formattedHistory:fr.array(fr.string()),stats:fr.object({totalMessages:fr.number(),candidateMessages:fr.number(),recruiterMessages:fr.number(),systemMessages:fr.number()}),error:fr.string().optional()});function Ir(){return{name:"",age:"",experience:"",education:"",communicationPosition:"",expectedPosition:"",expectedLocation:"",expectedSalary:"",tags:[]}}function Nr(e){return{success:!1,conversationId:"",candidateId:"",candidateInfo:Ir(),chatMessages:[],formattedHistory:[],stats:{totalMessages:0,candidateMessages:0,recruiterMessages:0,systemMessages:0},error:e}}function Ar(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function Pr(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...Cr}}var Tr=hr({name:"zhipin_get_candidate_info",description:"提取候选人资料和完整聊天记录。可指定 conversationId 或 candidateName 自动打开对应聊天;若已从 `zhipin_read_messages` 获取 conversationId,优先传它。",input:fr.object({conversationId:fr.string().optional().describe("会话 ID。若已从 `zhipin_read_messages` 获取,优先传这个,最稳定"),candidateName:fr.string().optional().describe("候选人姓名。若用户说“查看鲁倩的聊天详情”,这里应提取为“鲁倩”"),index:fr.number().optional().describe("候选人在列表中的索引(可选,仅兜底)"),maxMessages:fr.number().default(100).describe("最多返回的消息条数")}),output:Mr,execute:async(e,t)=>{const n=e.maxMessages??100,a=Pr(),r=void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index;let o,i;const s=r?"正在打开目标聊天":"正在准备当前聊天",c="正在提取聊天记录",l=async(e,t)=>(await(i?.fail(e)),Nr(t));try{o=await a.openNativePagePort(),i=a.createNativeVisualActivitySession(o),await i.begin(s);const d=r?await o.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,maxScrolls:4}):void 0;if(void 0!==d&&!d.found)return await l("打开聊天失败",d.error??"打开聊天失败");if(void 0===d&&!await o.isChatSurfaceOpen().catch(()=>!1))return await l("当前不是沟通页","当前页面不是 BOSS 沟通页,无法读取当前聊天详情");t.logger.info("Extracting candidate info"+(void 0!==d?` for ${d.name}`:" (current window)")),await i.begin(c),await i.highlightSelector(".chat-conversation, .conversation-box, .conversation-message",{label:c,padding:12});const u=d?.name??e.candidateName??"",m=await o.readActiveChatPanel();if(u.length>0&&(!m||!Ar(u,m.candidateName)))return await l("聊天面板未同步",`右侧聊天面板未切换到 ${u}`);const g=await o.readSelectedChatTarget();if(!g)return await l("未识别当前会话","未能提取当前选中聊天的 conversationId/candidateId");if(!(void 0===d||d.conversationId.length>0&&g.conversationId===d.conversationId||0===d.conversationId.length&&d.candidateId.length>0&&g.candidateId===d.candidateId))return await l("当前会话不一致",`当前选中会话与目标会话不一致: ${d?.name||d?.conversationId||""}`);if(m&&g.candidateName.length>0&&!Ar(g.candidateName,m.candidateName))return await l("左右面板不一致",`左侧选中会话与右侧聊天面板不一致: ${g.candidateName} / ${m.candidateName}`);await o.waitForChatMessages();const p=await o.readCandidateChatDetails(n),h=Sr({communicationPosition:p.candidateInfo.communicationPosition,expectedJobText:p.candidateInfo.expectedJobText}),f=p.messages.filter(e=>"candidate"===e.sender||"recruiter"===e.sender).map(e=>`${"candidate"===e.sender?"求职者":"我"}: ${e.content}`),b={totalMessages:p.messages.length,candidateMessages:p.messages.filter(e=>"candidate"===e.sender).length,recruiterMessages:p.messages.filter(e=>"recruiter"===e.sender).length,systemMessages:p.messages.filter(e=>"system"===e.sender).length};return await i.succeed(`已提取 ${b.totalMessages} 条聊天记录`),t.logger.info(`Extracted info for ${p.candidateInfo.name}: ${b.totalMessages} messages`),{success:!0,conversationId:g.conversationId,candidateId:g.candidateId,candidateInfo:{name:p.candidateInfo.name,age:p.candidateInfo.age,experience:p.candidateInfo.experience,education:p.candidateInfo.education,communicationPosition:h.communicationPosition,expectedPosition:h.expectedPosition,expectedLocation:h.expectedLocation,expectedSalary:p.candidateInfo.expectedSalary,tags:[...p.candidateInfo.tags]},...void 0!==h.preferredBrand?{preferredBrand:h.preferredBrand}:{},chatMessages:[...p.messages],formattedHistory:f,stats:b}}catch(e){return await(i?.fail("提取聊天记录失败")),t.logger.warn(`Native zhipin candidate info read failed: ${e instanceof Error?e.message:String(e)}`),Nr(e instanceof Error?e.message:"提取聊天记录失败")}finally{o?.close()}}});import{defineTool as Er}from"@roll-agent/sdk";import{z as Br}from"zod";function qr(e,t){return void 0!==t.accountId?e.accountId===t.accountId:e.username===t.username}import{z as Fr}from"zod";var Or="reply-authority-service",Lr="browser-use-agent/zhipin_send_reply",$r="zhipin",Dr=60,_r=Fr.object({platform:Fr.literal($r),username:Fr.string().min(1),accountId:Fr.string().min(1).optional()}),zr=Fr.object({v:Fr.literal(2),iss:Fr.literal(Or),kid:Fr.string().min(1),jti:Fr.string().min(1),iat:Fr.number().int(),exp:Fr.number().int(),aud:Fr.literal(Lr),platform:Fr.literal($r),tenantId:Fr.string().min(1),conversationId:Fr.string().min(1),candidateId:Fr.string().min(1),reply:Fr.string(),policyVersion:Fr.string().min(1),recruiterBinding:_r}),jr=Fr.object({kid:Fr.string().min(1),algorithm:Fr.literal("Ed25519"),publicKey:Fr.string().min(1),validFrom:Fr.string().min(1),validUntil:Fr.string().optional()}),Jr=Fr.object({keys:Fr.array(jr)}),Vr=new Map;function Hr(e){for(const[t,n]of Vr)n<e-Dr&&Vr.delete(t)}function Ur(e,t=Math.floor(Date.now()/1e3)){return Hr(t),Vr.has(e)}function Wr(e,t,n=Math.floor(Date.now()/1e3)){Hr(n),Vr.set(e,t)}import{createPublicKey as Kr,verify as Yr}from"node:crypto";var Gr=new Map,Xr=null;function Zr(){const e=process.env.REPLY_AUTHORITY_KEYS_URL?.trim();if(!e)throw new Error("REPLY_AUTHORITY_KEYS_URL 未配置,browser-use-agent 无法拉取 Reply Authority 公钥。");return e}function Qr(e){return Gr=new Map(e.map(e=>[e.kid,e]))}async function eo(){if(Xr)return Xr;Xr=(async()=>{const e=await fetch(Zr()),t=await e.json();if(!e.ok)throw new Error(`Reply Authority 公钥拉取失败 (${e.status})`);return Qr(Jr.parse(t).keys)})();try{return await Xr}finally{Xr=null}}async function to(){await eo()}async function no(e){const t=Gr.get(e);if(t)return t;const n=(await eo()).get(e);if(!n)throw new Error(`Unknown key ID: ${e}`);return n}function ao(e){if("object"==typeof e&&null!==e&&"v"in e&&"number"==typeof e.v&&2!==e.v)throw new Error("unexpected envelope version")}function ro(e){const t=e.split("."),n=t[0],a=t[1];if(2!==t.length||void 0===n||void 0===a||0===n.length||0===a.length)throw new Error("Invalid signed envelope format");let r,o="";try{o=Buffer.from(n,"base64url").toString("utf-8")}catch{throw new Error("Invalid signed envelope format")}try{r=JSON.parse(o)}catch{throw new Error("Envelope payload schema validation failed")}ao(r);const i=zr.safeParse(r);if(!i.success)throw new Error("Envelope payload schema validation failed");return{payload:i.data,payloadJson:o,signatureBase64:a}}function oo(e,t){if(e.exp<=e.iat)throw new Error("Envelope expiry must be after issue time");if(e.exp<t-Dr)throw new Error("Envelope expired");if(e.iat>t+Dr)throw new Error("Envelope issued in the future")}async function io(e,t=Math.floor(Date.now()/1e3)){const n=ro(e),a=await no(n.payload.kid),r=Kr({key:Buffer.from(a.publicKey,"base64url"),format:"der",type:"spki"});if(!Yr(null,Buffer.from(n.payloadJson,"utf-8"),r,Buffer.from(n.signatureBase64,"base64url")))throw new Error("Signature verification failed");return oo(n.payload,t),n.payload}var so,co=Br.object({success:Br.boolean(),sentMessage:Br.string(),error:Br.string().optional()});function lo(){return{getReplyAuthorityKeysLoaded:v,openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...so}}function uo(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}var mo=Er({name:"zhipin_send_reply",description:"发送消息。只接受由 Reply Authority Service 签发的 signedEnvelope;可指定 candidateName 自动打开对应聊天后发送,或不传则发送到当前选中的聊天窗口。",input:Br.object({signedEnvelope:Br.string().describe("Reply Authority Service 返回的紧凑签名信封"),candidateName:Br.string().optional().describe("候选人姓名。若用户说“回复鲁倩”,这里应提取为“鲁倩”"),index:Br.number().optional().describe("候选人在列表中的索引(可选)")}),output:co,execute:async(e,t)=>{const n=lo();let a,r,o="";if(!n.getReplyAuthorityKeysLoaded()){const e="Reply Authority 公钥尚未成功预加载,当前无法发送签名回复。请检查启动日志、`REPLY_AUTHORITY_KEYS_URL` 配置,以及 `browser_status.replyAuthorityKeysLoaded`。";return t.logger.error(e),{success:!1,sentMessage:o,error:e}}try{const i=await io(e.signedEnvelope);if(o=i.reply,Ur(i.jti))return{success:!1,sentMessage:o,error:"token 已消费,禁止重放"};a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在发送回复");const s=await a.openChat({conversationId:i.conversationId,candidateName:e.candidateName,index:e.index});if(!s.found)return await r.fail(s.error??"未找到目标聊天"),{success:!1,sentMessage:o,error:s.error??"未找到目标聊天"};const c=await a.readActiveChatPanel(),l=await a.readSelectedChatTarget();if(null===l)return await r.fail("未能提取当前聊天的 conversationId/candidateId"),{success:!1,sentMessage:o,error:"未能提取当前聊天的 conversationId/candidateId"};if(null!==c&&l.candidateName.length>0&&!uo(l.candidateName,c.candidateName)){const e=`左侧选中会话与右侧聊天面板不一致: ${l.candidateName} / ${c.candidateName}`;return await r.fail(e),{success:!1,sentMessage:o,error:e}}if(l.conversationId!==i.conversationId||l.candidateId!==i.candidateId)return await r.fail("发送目标与签名不匹配"),{success:!1,sentMessage:o,error:"发送目标与签名不匹配"};const d=Kn(await a.readUsernameEvidence());if(!d.found)return await r.fail("未找到用户名"),{success:!1,sentMessage:o,error:"未找到用户名,请确认当前页面已登录招聘者账号。"};const u={platform:"zhipin",username:d.username,strategy:d.strategy,source:d.source};if(!qr(u,i.recruiterBinding)){const e=`recruiter 绑定不匹配:当前账号 ${u.username} 与签发时 ${i.recruiterBinding.username} 不一致`;return await r.fail(e),{success:!1,sentMessage:o,error:e}}t.logger.info(`Sending native message (${o.length} chars) to ${l.candidateName||l.candidateId}`);const m=await a.sendChatReply(o,{...void 0!==r?{motionObserver:r}:{}});return m.success?(Wr(i.jti,i.exp),await r.succeed("已发送回复"),{success:!0,sentMessage:o}):(await r.fail(m.error??"发送失败"),{success:!1,sentMessage:o,error:m.error??"发送失败"})}catch(e){const t=e instanceof Error?e.message:String(e);return await(r?.fail(t)),{success:!1,sentMessage:o,error:t}}finally{a?.close()}}});import{defineTool as go}from"@roll-agent/sdk";import{z as po}from"zod";var ho,fo=po.object({success:po.boolean(),exchanged:po.boolean(),wechatNumber:po.string().optional(),error:po.string().optional()}),bo=900,yo=160,vo=1100;function wo(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...ho}}function xo(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}var So=go({name:"zhipin_exchange_wechat",description:'换微信。可指定 candidateName 自动打开对应聊天后执行,或不传则在当前窗口执行;例如"和鲁倩换微信"应提取 candidateName=鲁倩。',input:po.object({conversationId:po.string().optional().describe("会话 ID。若已从消息列表拿到,优先传这个"),candidateName:po.string().optional().describe('候选人姓名。若用户说"和鲁倩换微信",这里应提取为"鲁倩"'),index:po.number().optional().describe("候选人在列表中的索引(可选)")}),output:fo,execute:async(e,t)=>{const n=wo();let a,r;try{if(a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在换微信"),void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index){const t=await a.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,...void 0!==r?{motionObserver:r}:{}});if(!t.found)return await r.fail(t.error??"未找到目标聊天"),{success:!1,exchanged:!1,error:t.error??"未找到目标聊天"}}else if(!await a.isChatSurfaceOpen())return await r.fail("消息列表未加载"),{success:!1,exchanged:!1,error:"消息列表未加载"};const o=await a.readSelectedChatTarget();if(null===o)return await r.fail("未选中聊天联系人"),{success:!1,exchanged:!1,error:"未选中聊天联系人,无法点击当前聊天输入区的「换微信」按钮"};const i=await a.readActiveChatPanel();if(null!==i&&o.candidateName.length>0&&!xo(o.candidateName,i.candidateName)){const e=`左侧选中会话与右侧聊天面板不一致: ${o.candidateName} / ${i.candidateName}`;return await r.fail(e),{success:!1,exchanged:!1,error:e}}t.logger.info(`Starting native WeChat exchange with ${o.candidateName}`);const s=await a.exchangeWechat({preClickDelayMs:bo,pressDurationMs:yo,settleMs:vo,...void 0!==r?{motionObserver:r}:{}});return s.success?(await r.succeed("已完成换微信"),s):(await r.fail(s.error??"换微信失败"),s)}catch(e){const t=e instanceof Error?e.message:String(e);return await(r?.fail(t)),{success:!1,exchanged:!1,error:t}}finally{a?.close()}}});import{defineTool as Co}from"@roll-agent/sdk";import{z as Ro}from"zod";var ko,Mo=Ro.object({success:Ro.boolean(),username:Ro.string(),usedSelector:Ro.string().optional(),usedStrategy:Ro.string().optional(),source:Ro.string().optional(),error:Ro.string().optional()});function Io(){return{openNativePagePort:Ua,pickBestUsername:Kn,createNativeVisualActivitySession:e=>new fn(e),...ko}}var No=Co({name:"zhipin_get_username",description:"获取当前登录的招聘者用户名",input:Ro.object({}),output:Mo,execute:async(e,t)=>{t.logger.info("Getting zhipin username");const n=Io();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在识别登录账号"),await r.highlightSelector('header, #header, [role="banner"], [role="navigation"]',{label:"正在识别登录账号",padding:10});const e=n.pickBestUsername(await a.readUsernameEvidence());if(!e.found)throw new Error("未找到用户名,请确认当前页面已登录招聘者账号。");return await r.succeed(`已识别账号:${e.username}`),t.logger.info(`Username: ${e.username} (strategy: ${e.strategy}, source: ${e.source})`),{success:!0,username:e.username,usedSelector:"css-fallback"===e.strategy?e.source:void 0,usedStrategy:e.strategy,source:e.source}}catch(e){return await(r?.fail("获取用户名失败")),{success:!1,username:"",error:e instanceof Error?`获取用户名失败:${e.message}`:"获取用户名失败"}}finally{a?.close()}}});import{defineTool as Ao}from"@roll-agent/sdk";import{z as Po}from"zod";var To,Eo=["unknown","top","middle","bottom","only-page"],Bo=Po.object({containerFound:Po.boolean(),containerLabel:Po.string(),scrollTop:Po.number(),scrollHeight:Po.number(),clientHeight:Po.number(),itemCount:Po.number(),atStart:Po.boolean(),atEnd:Po.boolean()}),qo=Po.object({success:Po.boolean(),surface:Po.enum(_n),direction:Po.enum(["up","down"]),stepsRequested:Po.number(),stepsCompleted:Po.number(),reachedBoundary:Po.boolean(),atTop:Po.boolean(),atBottom:Po.boolean(),canScrollUp:Po.boolean(),canScrollDown:Po.boolean(),position:Po.enum(Eo),before:Bo,after:Bo,error:Po.string().optional()});function Fo(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...To}}function Oo(){return{containerFound:!1,containerLabel:"",scrollTop:0,scrollHeight:0,clientHeight:0,itemCount:0,atStart:!0,atEnd:!0}}function Lo(e){return e.containerFound?e.atStart&&e.atEnd?"only-page":e.atStart?"top":e.atEnd?"bottom":"middle":"unknown"}function $o(e){return{atTop:e.containerFound&&e.atStart,atBottom:e.containerFound&&e.atEnd,canScrollUp:e.containerFound&&!e.atStart,canScrollDown:e.containerFound&&!e.atEnd,position:Lo(e)}}var Do=Ao({name:"zhipin_scroll_view",description:"滚动或检查 BOSS直聘页面内部动态列表容器。用于调试或显式翻页,支持 chat-list、chat-history、recommend-list;steps=0 时只返回当前位置和顶部/底部边界。",input:Po.object({surface:Po.enum(_n).describe("要滚动的页面区域"),direction:Po.enum(["up","down"]).optional().describe("滚动方向;不传则使用该区域默认方向"),steps:Po.number().int().min(0).max(20).default(1).describe("滚动步数;传 0 时不滚动,只检查当前列表是否在顶部/底部"),distance:Po.number().int().positive().optional().describe("每步滚动像素;不传则按容器高度估算"),settleMs:Po.number().int().min(0).max(5e3).default(700).describe("每步后等待 DOM 更新的毫秒数")}),output:qo,execute:async(e,t)=>{const n=Fo(),a=jn(e.surface),r=e.direction??a.defaultDirection,o=e.steps??1,i=e.settleMs??700;let s,c;try{s=await n.openNativePagePort({requireChatPage:"chat-list"===e.surface||"chat-history"===e.surface}),c=n.createNativeVisualActivitySession(s);const l=`正在滚动 ${e.surface}`;await c.begin(l),await c.highlightSelector(a.highlightSelector,{label:l,padding:8});const d=await s.scrollSurface(e.surface,{direction:r,steps:o,settleMs:i,...void 0!==e.distance?{distance:e.distance}:{}});return d.success?(await c.succeed(`已滚动 ${d.stepsCompleted}/${d.stepsRequested} 步`),t.logger.info(`Scrolled ${e.surface}: ${d.stepsCompleted}/${d.stepsRequested}, items ${d.before.itemCount} -> ${d.after.itemCount}`),{success:d.success,surface:e.surface,direction:d.direction,stepsRequested:d.stepsRequested,stepsCompleted:d.stepsCompleted,reachedBoundary:d.reachedBoundary,...$o(d.after),before:d.before,after:d.after}):(await c.fail("列表未加载"),{success:!1,surface:e.surface,direction:r,stepsRequested:o,stepsCompleted:0,reachedBoundary:!0,...$o(d.after),before:d.before,after:d.after,error:"列表未加载"})}catch(t){await(c?.fail("滚动失败"));const n=Oo();return{success:!1,surface:e.surface,direction:r,stepsRequested:o,stepsCompleted:0,reachedBoundary:!0,...$o(n),before:n,after:n,error:t instanceof Error?t.message:"滚动失败"}}finally{s?.close()}}});import{defineTool as _o}from"@roll-agent/sdk";import{z as zo}from"zod";var jo,Jo=["不限","男","女"],Vo=["不限","刚刚活跃","今日活跃","3日内活跃","本周活跃","本月活跃"],Ho=["applied","recommend_not_ready","filter_not_found","requires_vip","age_not_applied","submit_failed","error"],Uo=zo.object({ageMin:zo.number().int().min(16).optional(),ageMax:zo.number().int().min(16).optional(),gender:zo.enum(Jo),activity:zo.enum(Vo)}),Wo=zo.object({ageMin:zo.number().optional(),ageMax:zo.number().optional(),gender:zo.string(),activity:zo.string()}),Ko=zo.object({success:zo.boolean(),status:zo.enum(Ho),requested:Uo,applied:Wo.optional(),filterButtonText:zo.string().optional(),error:zo.string().optional()}),Yo=zo.object({ageMin:zo.number().int().min(16).optional().describe("年龄下限;未传则重置为 16"),ageMax:zo.number().int().min(16).optional().describe("年龄上限;未传则重置为不限"),gender:zo.enum(Jo).default("不限").describe("性别筛选,只支持:不限、男、女"),activity:zo.enum(Vo).default("不限").describe("活跃度[单选],只支持:不限、刚刚活跃、今日活跃、3日内活跃、本周活跃、本月活跃")}).refine(e=>void 0===e.ageMin||void 0===e.ageMax||e.ageMin<=e.ageMax,{path:["ageMax"],message:"ageMax must be greater than or equal to ageMin"}),Go=350,Xo=130,Zo=600;function Qo(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...jo}}function ei(e){const t=e.gender??"不限",n=e.activity??"不限";return{...void 0!==e.ageMin?{ageMin:e.ageMin}:{},...void 0!==e.ageMax?{ageMax:e.ageMax}:{},gender:t,activity:n}}function ti(e){return{success:"applied"===e.status,status:e.status,requested:e.requested,...void 0!==e.applied?{applied:e.applied}:{},...void 0!==e.filterButtonText?{filterButtonText:e.filterButtonText}:{},...void 0!==e.error?{error:e.error}:{}}}var ni=_o({name:"zhipin_filter_recommend_candidates",description:"在 BOSS「推荐牛人」页打开筛选面板,只设置年龄、性别、活跃度[单选] 三个维度并提交。",input:Yo,output:Ko,execute:async(e,t)=>{const n=Qo(),a=ei(e);let r,o;t.logger.info(`Filtering Boss recommend candidates through native CDP: gender=${a.gender}, activity=${a.activity}, ageMin=${a.ageMin??"16"}, ageMax=${a.ageMax??"不限"}`);try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{}),await o.begin("正在打开推荐筛选");if(!await r.waitForRecommendList(3e3))return await o.fail("推荐牛人页未就绪"),ti({status:"recommend_not_ready",requested:a,error:"推荐牛人页未就绪"});await o.begin("正在设置推荐筛选"),await o.highlightSelector(Jn.recommend.filterButton,{label:"正在设置推荐筛选",padding:8});const e=await r.applyRecommendFilter(a,{preClickDelayMs:Go,pressDurationMs:Xo,settleMs:Zo,...void 0!==o?{motionObserver:o}:{}});return"applied"===e.status?await o.succeed("已应用推荐筛选"):await o.fail(e.error??e.status),ti(e)}catch(e){const t=e instanceof Error?e.message:"推荐筛选失败";return await(o?.fail(t)),ti({status:"error",requested:a,error:t})}finally{r?.close()}}});import{defineTool as ai}from"@roll-agent/sdk";import{z as ri}from"zod";var oi,ii=["target-count","boundary","no-new-items","max-steps"],si=ri.object({index:ri.number(),candidateId:ri.string(),name:ri.string(),age:ri.string(),experience:ri.string(),education:ri.string(),workStatus:ri.string(),company:ri.string(),currentPosition:ri.string(),expectedLocation:ri.string(),expectedPosition:ri.string(),expectedSalary:ri.string(),tags:ri.array(ri.string()),buttonText:ri.string()}),ci=ri.object({containerLabel:ri.string(),stepsRequested:ri.number(),stepsCompleted:ri.number(),reachedBoundary:ri.boolean(),stopReason:ri.enum(ii),uniqueCount:ri.number(),duplicateCount:ri.number(),noNewRounds:ri.number(),beforeItemCount:ri.number(),afterItemCount:ri.number(),beforeScrollHeight:ri.number(),afterScrollHeight:ri.number()}),li=ri.object({success:ri.boolean(),candidates:ri.array(si),total:ri.number(),scrollStats:ci.optional(),error:ri.string().optional()});function di(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...oi}}var ui=ai({name:"zhipin_get_candidate_list",description:"获取推荐列表页的候选人卡片信息",input:ri.object({maxResults:ri.number().optional().describe("最多返回条数"),autoScroll:ri.boolean().default(!0).describe("是否自动向下滚动动态列表并合并采集结果"),maxScrolls:ri.number().int().min(0).max(50).default(4).describe("自动滚动的最大步数")}),output:li,execute:async(e,t)=>{t.logger.info("Getting candidate list from recommend page through native backend");const n=di();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在打开推荐列表");if(!await a.waitForRecommendList())return await r.fail("推荐列表未加载"),{success:!1,candidates:[],total:0,error:"推荐列表未加载"};const o="正在读取推荐列表";await r.begin(o),await r.highlightSelector(".candidate-card-wrap, li.card-item, [data-geek], .geek-item",{label:o,padding:8});const i=await a.readRecommendCandidates({autoScroll:e.autoScroll??!0,maxScrolls:e.maxScrolls??4,...void 0!==e.maxResults?{targetCount:e.maxResults}:{}}),s=void 0!==e.maxResults?i.items.slice(0,e.maxResults):[...i.items],c=!1===e.autoScroll?void 0:{containerLabel:i.after.containerLabel,stepsRequested:i.stepsRequested,stepsCompleted:i.stepsCompleted,reachedBoundary:i.reachedBoundary,stopReason:i.stopReason,uniqueCount:i.uniqueCount,duplicateCount:i.duplicateCount,noNewRounds:i.noNewRounds,beforeItemCount:i.before.itemCount,afterItemCount:i.after.itemCount,beforeScrollHeight:i.before.scrollHeight,afterScrollHeight:i.after.scrollHeight};return await r.succeed(`已读取 ${s.length} 位候选人`),t.logger.info(`Found ${s.length} candidates in recommend list`+(c?`, scroll stop: ${c.stopReason}`:"")),{success:!0,candidates:s,total:s.length,...void 0!==c?{scrollStats:c}:{}}}catch(e){return await(r?.fail("读取推荐列表失败")),{success:!1,candidates:[],total:0,error:e instanceof Error?e.message:"读取推荐列表失败"}}finally{a?.close()}}});import{BrowserPageInfoSchema as mi}from"@roll-agent/browser";import{defineTool as gi}from"@roll-agent/sdk";import{z as pi}from"zod";var hi,fi=pi.object({success:pi.boolean(),alreadyOnRecommend:pi.boolean(),usedSidebarClick:pi.boolean(),recommendReady:pi.boolean(),page:mi.optional(),error:pi.string().optional()});function bi(){return{getContextManager:f,openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...hi}}async function yi(e,t){return le(e,await t.inspectPage())}var vi=gi({name:"zhipin_open_recommend_page",description:"通过点击 Boss 左侧导航切换到「推荐牛人」页,避免让编排器依赖站内 URL 猜测。",input:pi.object({}),output:fi,execute:async(e,t)=>{const n=bi(),a=n.getContextManager();let r,o;t.logger.info("Opening Boss recommend page via native sidebar navigation");try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{});const e="正在切换到推荐牛人页";if(await o.begin(e),await o.highlightSelector(Jn.nav.sidebar,{label:e,padding:10}),await r.isRecommendSurfaceOpen())return await o.succeed("已在推荐牛人页"),{success:!0,alreadyOnRecommend:!0,usedSidebarClick:!1,recommendReady:!0,page:await yi(a,r)};if(!await r.clickSidebarSection("recommend",{...void 0!==o?{motionObserver:o}:{}}))return await o.fail("未找到推荐牛人导航"),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!1,recommendReady:!1,page:await yi(a,r),error:"未找到推荐牛人导航"};t.logger.info("Clicked Boss sidebar nav: 推荐牛人");return await r.waitForRecommendSurface()?(await o.succeed("已切换到推荐牛人页"),{success:!0,alreadyOnRecommend:!1,usedSidebarClick:!0,recommendReady:!0,page:await yi(a,r)}):(await o.fail("推荐牛人页未就绪"),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!0,recommendReady:!1,page:await yi(a,r),error:"推荐牛人页未就绪"})}catch(e){return await(o?.fail("切换推荐牛人页失败")),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!1,recommendReady:!1,error:e instanceof Error?e.message:"切换推荐牛人页失败"}}finally{r?.close()}}});import{defineTool as wi}from"@roll-agent/sdk";import{z as xi}from"zod";var Si,Ci=["selected","already_selected","not_found","recommend_not_ready","selector_not_found"],Ri=xi.object({index:xi.number(),value:xi.string(),label:xi.string(),isCurrent:xi.boolean()}),ki=xi.object({jobValue:xi.string().optional(),jobName:xi.string().optional(),index:xi.number().optional(),searchKeyword:xi.string().optional(),useSearch:xi.boolean().optional()}),Mi=xi.object({success:xi.boolean(),status:xi.enum(Ci),requested:ki,current:Ri.optional(),selected:Ri.optional(),options:xi.array(Ri),matchedCount:xi.number(),error:xi.string().optional()}),Ii=xi.object({jobValue:xi.string().min(1).optional().describe("岗位下拉 li.job-item 的 value,来自本工具或页面 DOM;最稳定,优先匹配"),jobName:xi.string().min(1).optional().describe("岗位标题/名称,缺少 jobValue 时用于文本匹配"),index:xi.number().int().min(0).optional().describe("当前岗位下拉快照里的 index,仅在缺少 jobValue/jobName 时兜底"),searchKeyword:xi.string().min(1).optional().describe("下拉搜索框关键词;不传时用 jobName 作为搜索关键词"),useSearch:xi.boolean().default(!0).describe("初始可见项未命中时是否使用下拉搜索框收敛候选项")}).refine(e=>void 0!==e.jobValue||void 0!==e.jobName||void 0!==e.index,{path:["jobValue"],message:"jobValue、jobName、index 至少需要提供一个"}),Ni=900,Ai=180,Pi=1400;function Ti(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),...Si}}function Ei(e){return{...void 0!==e.jobValue?{jobValue:e.jobValue}:{},...void 0!==e.jobName?{jobName:e.jobName}:{},...void 0!==e.index?{index:e.index}:{},...void 0!==e.searchKeyword?{searchKeyword:e.searchKeyword}:{},useSearch:e.useSearch??!0}}function Bi(e){return{index:e.index,value:e.value,label:e.label,isCurrent:e.isCurrent}}function qi(e){return{success:e.success,status:e.status,requested:e.requested,...void 0!==e.current?{current:Bi(e.current)}:{},...void 0!==e.selected?{selected:Bi(e.selected)}:{},options:e.options.map(Bi),matchedCount:e.matchedCount,...void 0!==e.error?{error:e.error}:{}}}var Fi=wi({name:"zhipin_select_recommend_job",description:"在 BOSS「推荐牛人」页切换顶部招聘岗位筛选。优先传 jobValue,其次 jobName,index 仅作当前快照兜底。",input:Ii,output:Mi,execute:async(e,t)=>{const n=Ti(),a=Ei(e);let r,o;t.logger.info(`Selecting Boss recommend job: value=${a.jobValue??"N/A"}, name=${a.jobName??"N/A"}, index=${a.index??"N/A"}`);try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{}),await o.begin("正在选择推荐岗位"),await o.highlightSelector(".job-selecter-wrap",{label:"正在选择推荐岗位",padding:8});const e=await r.selectRecommendJob(a,{preClickDelayMs:Ni,pressDurationMs:Ai,settleMs:Pi,...void 0!==o?{motionObserver:o}:{}});return e.success?await o.succeed("already_selected"===e.status?"推荐岗位已是目标岗位":"已选择推荐岗位"):await o.fail(e.error??"选择推荐岗位失败"),qi(e)}catch(e){const t=e instanceof Error?e.message:"选择推荐岗位失败";return await(o?.fail(t)),qi({success:!1,status:"selector_not_found",requested:a,options:[],matchedCount:0,error:t})}finally{r?.close()}}});import{defineTool as Oi}from"@roll-agent/sdk";import{z as Li}from"zod";var $i,Di=Li.object({index:Li.number(),candidateName:Li.string(),candidateId:Li.string(),success:Li.boolean(),error:Li.string().optional()}),_i=Li.object({success:Li.boolean(),results:Li.array(Di),summary:Li.object({total:Li.number(),succeeded:Li.number(),failed:Li.number()})}),zi=[2400,3100,3800],ji=650,Ji=140,Vi=1200;function Hi(){return{openNativePagePort:Ua,createNativeVisualActivitySession:e=>new fn(e),sleep:async e=>await new Promise(t=>{setTimeout(t,e)}),...$i}}var Ui=Oi({name:"zhipin_say_hello",description:"在推荐列表页对候选人点击「打招呼」按钮(支持批量)",input:Li.object({indices:Li.array(Li.number()).min(1).describe("要打招呼的候选人索引列表")}),output:_i,execute:async(e,t)=>{t.logger.info(`Saying hello to ${e.indices.length} candidates through native CDP`);const n=Hi();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在打开推荐列表");if(!await a.waitForRecommendList()){await r.fail("推荐列表未加载");const t=e.indices.map(e=>({index:e,candidateName:"",candidateId:"",success:!1,error:"推荐列表未加载"}));return{success:!1,results:t,summary:{total:t.length,succeeded:0,failed:t.length}}}const t=e.indices.length>1?"正在批量打招呼":"正在打招呼";await r.begin(t),await r.highlightSelector(".candidate-card-wrap, [data-geek], .geek-item",{label:t,padding:8});const o=[];for(const[t,i]of e.indices.entries()){if(t>0){const e=zi[(t-1)%zi.length]??zi[0];await n.sleep(e)}const e=await a.clickRecommendGreet(i,{preClickDelayMs:ji,pressDurationMs:Ji,settleMs:Vi,...void 0!==r?{motionObserver:r}:{}});o.push({index:i,candidateName:e.name,candidateId:e.candidateId,success:e.clicked,...void 0!==e.error?{error:e.error}:{}})}const i={total:o.length,succeeded:o.filter(e=>e.success).length,failed:o.filter(e=>!e.success).length};return 0===i.failed?await r.succeed(`已完成 ${i.succeeded}/${i.total} 位候选人`):await r.fail(`已完成 ${i.succeeded}/${i.total} 位候选人`),{success:0===i.failed,results:o,summary:i}}catch(t){const n=t instanceof Error?t.message:String(t);await(r?.fail(n));const a=e.indices.map(e=>({index:e,candidateName:"",candidateId:"",success:!1,error:n}));return{success:!1,results:a,summary:{total:a.length,succeeded:0,failed:a.length}}}finally{a?.close()}}});import{defineTool as Wi}from"@roll-agent/sdk";import{z as Ki}from"zod";var Yi="recommendFrame",Gi="recommend",Xi="#recommendFrame",Zi=".candidate-card-wrap",Qi="[data-geek], .geek-item",es=`${Zi}, ${Qi}`,ts="[data-geek], .card-inner, .geek-item",ns="[data-geek]",as=".name",rs=[".recommendV2 .boss-popup__close",".dialog-lib-resume .boss-popup__close",".boss-dialog .boss-popup__close",".boss-popup__close",".close-btn",".dialog-close"],os=[".boss-popup__close",".close-btn",".dialog-close",".modal-close"],is=".boss-popup__wrapper, .dialog-lib-resume, .boss-dialog",ss=".boss-popup__wrapper",cs='iframe[src*="c-resume"]',ls="canvas#resume, div#resume canvas";function ds(e){return e.hasNamedRecommendFrame?"named-frame":e.hasRecommendUrlFrame?"recommend-url-frame":"main-page"}function us(e){return e>0?Zi:Qi}function ms(e){return{candidateId:(e.ownDataGeek??e.childDataGeek??"").trim(),name:(e.nameText??"").trim()}}function gs(e){const t=(e.recommendFrameRect?.x??0)+(e.resumeFrameRect?.x??0),n=(e.recommendFrameRect?.y??0)+(e.resumeFrameRect?.y??0);return{x:Math.round(t+e.canvasRect.x),y:Math.round(n+e.canvasRect.y),width:Math.round(e.canvasRect.width),height:Math.round(e.canvasRect.height)}}function ps(e){return e.evaluate(e=>document.querySelectorAll(e).length,Zi).then(us)}function hs(e){const t=e.frame(Yi),n=e.frames().find(e=>e.url().includes(Gi)),a=ds({hasNamedRecommendFrame:null!==t,hasRecommendUrlFrame:void 0!==n});return"named-frame"===a?t??e:"recommend-url-frame"===a?n??e:e}async function fs(e,t=1e4){try{return await e.waitForSelector(es,{timeout:t}),!0}catch{return!1}}async function bs(e,t){const n=await ps(e),a=e.locator(n);if(await a.count()<=t)return{found:!1,cardSelector:n,candidateId:"",name:"",hasGreetButton:!1,error:"索引超出范围"};const r=a.nth(t),o=await r.evaluate((e,t)=>{const n=e.getAttribute("data-geek")??e.querySelector(t.candidateIdSelector)?.getAttribute("data-geek")??"",a=e.querySelector(t.candidateNameSelector)?.textContent?.trim()??"",r=e.querySelector("button.btn.btn-greet");return{candidateId:n,name:a,hasGreetButton:null!==r&&r.offsetWidth>0}},{candidateIdSelector:ns,candidateNameSelector:as}),i=ms({ownDataGeek:o.candidateId,nameText:o.name});return{found:!0,cardSelector:n,candidateId:i.candidateId,name:i.name,hasGreetButton:o.hasGreetButton}}var ys=Ki.object({success:Ki.boolean(),candidateName:Ki.string(),candidateId:Ki.string(),error:Ki.string().optional()}),vs=Wi({name:"zhipin_open_resume",description:"在推荐列表页点击候选人卡片打开简历详情弹窗",input:Ki.object({index:Ki.number().describe("候选人在列表中的索引")}),output:ys,execute:async(e,t)=>{t.logger.info(`Opening resume for candidate at index ${e.index}`);const n=f(),a=await n.getPage("zhipin"),r=hs(a);if(!await fs(r))return{success:!1,candidateName:"",candidateId:"",error:"推荐列表未加载"};const o=await bs(r,e.index);if(!o.found)return{success:!1,candidateName:"",candidateId:"",error:o.error??`索引 ${e.index} 超出范围`};const i=r.locator(o.cardSelector).nth(e.index),s=await i.locator(ts).count()>0?i.locator(ts).first():i;return await s.scrollIntoViewIfNeeded(),await K(a,s,{target:r}),await s.hover(),await On(a,200,400),await Y(a,s,{target:r}),await s.click(),await On(a,1e3,2e3),t.logger.info(`Opened resume for ${o.name}`),{success:!0,candidateName:o.name,candidateId:o.candidateId}}});import{defineTool as ws}from"@roll-agent/sdk";import{z as xs}from"zod";var Ss=xs.object({x:xs.number(),y:xs.number(),width:xs.number(),height:xs.number()}),Cs=xs.object({success:xs.boolean(),screenshotArea:Ss.optional(),canvasInfo:xs.object({width:xs.number(),height:xs.number()}).optional(),error:xs.string().optional()}),Rs=ws({name:"zhipin_locate_resume_canvas",description:"定位简历详情中嵌套 iframe 内的 canvas 元素坐标(用于截图)",input:xs.object({}),output:Cs,execute:async(e,t)=>{t.logger.info("Locating resume canvas in nested iframes");const n=f(),a=await n.getPage("zhipin");try{const e=a.frame(Yi)??a.frames().find(e=>e.url().includes(Gi));if(!e)return{success:!1,error:"未找到推荐页 iframe"};const n=await e.$(cs);if(!n)return{success:!1,error:"未找到简历 iframe"};const r=await n.contentFrame();if(!r)return{success:!1,error:"无法访问简历 iframe 内容"};try{await r.waitForSelector(ls,{timeout:5e3})}catch{return{success:!1,error:"简历 canvas 未加载"}}const o=await r.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{width:t.width,height:t.height,clientWidth:n.width,clientHeight:n.height,x:n.x,y:n.y}},ls);if(!o)return{success:!1,error:"无法获取 canvas 信息"};const i=await a.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{x:n.x,y:n.y}},Xi),s=gs({recommendFrameRect:i,resumeFrameRect:await e.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{x:n.x,y:n.y}},cs),canvasRect:{x:o.x,y:o.y,width:o.clientWidth,height:o.clientHeight}});return t.logger.info(`Canvas located at (${s.x}, ${s.y})`),{success:!0,screenshotArea:s,canvasInfo:{width:o.width,height:o.height}}}catch(e){return{success:!1,error:e instanceof Error?e.message:String(e)}}}});import{defineTool as ks}from"@roll-agent/sdk";import{z as Ms}from"zod";var Is=Ms.object({success:Ms.boolean(),closed:Ms.boolean(),error:Ms.string().optional()}),Ns=ks({name:"zhipin_close_resume",description:"关闭简历详情弹窗",input:Ms.object({}),output:Is,execute:async(e,t)=>{t.logger.info("Closing resume detail modal");const n=f(),a=await n.getPage("zhipin"),r=a.frame(Yi)??a.frames().find(e=>e.url().includes(Gi));if(!await(async()=>{if(r)for(const e of rs){const t=r.locator(e).first();if(await t.isVisible())return await K(a,t,{target:r}),await Y(a,t,{target:r}),await t.click(),!0}for(const e of os){const t=a.locator(e).first();if(await t.isVisible())return await K(a,t),await Y(a,t),await t.click(),!0}return!1})())return{success:!1,closed:!1,error:"未找到关闭按钮"};let o=!1;for(let e=0;e<5;e++){await a.waitForTimeout(300);const e=r?await r.$(is):await a.$(ss);if(!e||!await e.isVisible()){o=!0;break}}return t.logger.info(o?"Resume modal closed and verified":"Resume modal close unverified"),{success:!0,closed:!0}}});import{defineTool as As}from"@roll-agent/sdk";import{z as Ps}from"zod";import{waitForSelector as Ts}from"@roll-agent/browser";var Es={login:{qrCode:".login-qr img, .qr-code img",loginSuccess:".user-info, .header-user"},messageList:{container:".chat-list, .msg-list",item:".chat-item, .msg-item",candidateName:".chat-item .name, .msg-item .name",lastMessage:".chat-item .msg, .msg-item .content",unreadBadge:".chat-item .unread, .msg-item .badge",timestamp:".chat-item .time, .msg-item .time"},chat:{input:".chat-input textarea, .msg-input textarea",sendButton:".btn-send, .send-btn",messageItem:".chat-msg, .msg-bubble",messageText:".chat-msg .text, .msg-bubble .text"}};import{navigateTo as Bs,waitForSelector as qs}from"@roll-agent/browser";var Fs="https://www.yupao.com",Os=`${Fs}/chat`,Ls=`${Fs}/login`;async function $s(e){e.url().includes("/chat")||await Bs(e,Os),await qs(e,Es.messageList.container,{timeout:15e3})}async function Ds(e,t){const n=`${Fs}/chat?id=${encodeURIComponent(t)}`;await Bs(e,n),await qs(e,Es.chat.input,{timeout:15e3})}async function _s(e,t){await $s(e),await Ts(e,Es.messageList.item,{timeout:1e4});const n=Es.messageList;return await e.$$eval(n.item,(e,t)=>{const n=[],a=t.maxItems?e.slice(0,t.maxItems):e;for(const e of a){const a=e.querySelector(t.sel.candidateName),r=e.querySelector(t.sel.lastMessage),o=e.querySelector(t.sel.unreadBadge),i=e.querySelector(t.sel.timestamp),s=e.getAttribute("data-id")??e.getAttribute("data-conversation-id")??e.querySelector("a")?.getAttribute("href")?.match(/id=([^&]+)/)?.[1]??"";n.push({conversationId:s,candidateName:a?.textContent?.trim()??"",lastMessage:r?.textContent?.trim()??"",unreadCount:parseInt(o?.textContent?.trim()??"0",10)||0,timestamp:i?.textContent?.trim()??""})}return n},{sel:n,maxItems:t})}var zs=Ps.object({limit:Ps.number().optional().describe("最多返回的消息条数")}),js=Ps.object({conversationId:Ps.string(),candidateName:Ps.string(),lastMessage:Ps.string(),unreadCount:Ps.number(),timestamp:Ps.string()}),Js=Ps.object({messages:Ps.array(js),total:Ps.number()}),Vs=As({name:"yupao_read_messages",description:"读取鱼泡未读消息列表",input:zs,output:Js,execute:async(e,t)=>{t.logger.info(`Reading yupao messages (limit: ${e.limit??"all"})`);const n=f(),a=await n.getPage("yupao"),r=await _s(a,e.limit);return t.logger.info(`Found ${r.length} messages`),{messages:r.map(e=>({...e})),total:r.length}}});import{defineTool as Hs}from"@roll-agent/sdk";import{z as Us}from"zod";import{waitForSelector as Ws,typeText as Ks,clickElement as Ys}from"@roll-agent/browser";async function Gs(e,t,n){try{return await Ds(e,t),await Ks(e,Es.chat.input,n),await Ys(e,Es.chat.sendButton),await Ws(e,Es.chat.messageItem,{timeout:5e3}),{success:!0}}catch(e){return{success:!1,error:e instanceof Error?e.message:String(e)}}}var Xs=Us.object({conversationId:Us.string().describe("对话 ID"),message:Us.string().describe("要发送的回复消息")}),Zs=Us.object({success:Us.boolean(),conversationId:Us.string(),sentMessage:Us.string(),error:Us.string().optional()}),Qs=Hs({name:"yupao_send_reply",description:"向鱼泡指定对话发送回复消息",input:Xs,output:Zs,execute:async(e,t)=>{const{conversationId:n,message:a}=e;t.logger.info(`Sending reply to yupao conversation ${n}`);const r=f(),o=await r.getPage("yupao"),i=await Gs(o,n,a);return i.success?t.logger.info("Reply sent successfully"):t.logger.error(`Failed to send reply: ${i.error}`),{success:i.success,conversationId:n,sentMessage:a,error:i.error}}}),ec=t("browser-use-agent");function tc(e){if(void 0!==e){if("true"===e)return!0;if("false"===e)return!1;throw new Error(`Expected boolean env value "true" or "false", received "${e}".`)}}function nc(e,t){if(void 0===e)return;const n=Number.parseInt(e,10);if(!Number.isInteger(n))throw new Error(`${t} must be an integer, received "${e}".`);return n}function ac(e){if(void 0===e)return;const t=JSON.parse(e);if(!Array.isArray(t)||!t.every(e=>"string"==typeof e))throw new Error("BROWSER_ARGS_JSON must be a JSON string array.");return t}function rc(){return n.parse({mode:process.env.BROWSER_MODE,headless:tc(process.env.BROWSER_HEADLESS),cdpUrl:process.env.BROWSER_CDP_URL,cdpHost:process.env.BROWSER_CDP_HOST,cdpPort:nc(process.env.BROWSER_CDP_PORT,"BROWSER_CDP_PORT"),channel:process.env.BROWSER_CHANNEL,executablePath:process.env.BROWSER_EXECUTABLE_PATH,userDataDir:process.env.BROWSER_USER_DATA_DIR,args:ac(process.env.BROWSER_ARGS_JSON),sessionsDir:process.env.BROWSER_SESSIONS_DIR})}var oc=e({name:"browser-use-agent",tools:[Q,ge,Ne,Fe,je,dn,er,cr,pr,Tr,mo,So,No,Do,vi,Fi,ni,ui,Ui,vs,Rs,Ns,Vs,Qs,S]},{onShutdown:w});async function ic(){await p(rc());try{await to(),y(!0)}catch(e){y(!1),ec.error(`Failed to preload Reply Authority keys during startup; browser_status.replyAuthorityKeysLoaded=false. ${e instanceof Error?e.stack??e.message:String(e)}`)}await oc.listen({transport:{type:"http",port:parseInt(process.env.BROWSER_AGENT_PORT??"3100",10),host:process.env.BROWSER_AGENT_HOST??"127.0.0.1"}})}ic().catch(async e=>{ec.error(`Fatal error: ${e instanceof Error?e.stack??e.message:String(e)}`),await w().catch(()=>{}),process.exit(1)});
|
|
1
|
+
import{defineAgent as e,createAgentLogger as t}from"@roll-agent/sdk";import{BrowserRuntimeConfigSchema as n}from"@roll-agent/browser";import{defineTool as a}from"@roll-agent/sdk";import{z as r}from"zod";import{createAgentLogger as o}from"@roll-agent/sdk";import{BrowserRuntime as i,BrowserContextManager as s,SessionStore as c}from"@roll-agent/browser";var l,d,u,m=!1,g=o("browser-use-agent");async function p(e){l||(m=!1,u=new c(e.sessionsDir),l=new i(e),await l.start(),d=new s(l,u))}function f(){if(!l)throw new Error("BrowserRuntime not initialized. Call initRuntime() first.");return l}function h(){if(!d)throw new Error("BrowserContextManager not initialized. Call initRuntime() first.");return d}function b(){if(!u)throw new Error("SessionStore not initialized. Call initRuntime() first.");return u}function y(e){m=e}function v(){return m}async function w(){const e=d,t=l,n=[];if(d=void 0,l=void 0,u=void 0,m=!1,e){g.info("Closing browser contexts...");try{await e.closeAll()}catch(e){n.push(new Error("Failed to close browser contexts",{cause:e})),g.error(`Failed to close browser contexts: ${e instanceof Error?e.stack??e.message:String(e)}`)}}if(t){g.info("Stopping browser process...");try{await t.stop()}catch(e){n.push(new Error("Failed to stop browser runtime",{cause:e})),g.error(`Failed to stop browser runtime: ${e instanceof Error?e.stack??e.message:String(e)}`)}}if(g.info("Browser runtime shutdown complete"),n.length>0)throw new AggregateError(n,"Browser runtime shutdown failed")}var x=r.object({success:r.boolean(),mode:r.string(),connected:r.boolean()}),S=a({name:"attach_browser_session",description:"调试工具:显式执行一次 connectOverCDP(),仅建立 Playwright Browser 连接,不做页面导航或 DOM 操作。",input:r.object({}),output:x,execute:async(e,t)=>{const n=f();return t.logger.info("Attaching Playwright browser session over CDP"),await n.getBrowser(),{success:!0,mode:n.mode,connected:!0}}});import{defineTool as C}from"@roll-agent/sdk";import{z as R}from"zod";import{BrowserStatusSchema as k}from"@roll-agent/browser";import{createHash as I}from"node:crypto";import{z as M}from"zod";var N=["REPLY_AUTHORITY_KEYS_URL","RECRUITMENT_EVENTS_ENABLED","RECRUITMENT_EVENTS_API_BASE_URL","RECRUITMENT_EVENTS_API_TOKEN","RECRUITMENT_EVENTS_DEFAULT_AGENT_ID","BROWSER_VISUAL_CURSOR","BROWSER_VISUAL_ACTIVITY"],P=/^[0-9a-f]{8}$/,T=M.object({present:M.boolean(),fingerprint:M.string().regex(P).optional()}),A=M.record(T);function E(e,t=process.env){return Object.fromEntries(e.map(e=>{const n=t[e];return"string"==typeof n&&n.length>0?[e,{present:!0,fingerprint:B(n)}]:[e,{present:!1}]}))}function B(e){return I("sha256").update(e).digest("hex").slice(0,8)}var _,q,F=180,O=60,j=280,$="roll-agent-visual-cursor-root",L="__rollVisualCursorState";function D(e){if(void 0!==e)return"true"===e||"false"!==e&&void 0}function z(){return void 0!==_?_:D(process.env.BROWSER_VISUAL_CURSOR)??!0}async function J(e){return await e.evaluate(e=>{const t=e.getBoundingClientRect();return t.width<=0||t.height<=0?null:{x:Math.round(t.left+t.width/2),y:Math.round(t.top+t.height/2)}})}async function V(e,t){await e.evaluate(e=>{const t="roll-agent-visual-cursor-root",n="roll-agent-visual-cursor-pointer",a="__rollVisualCursorState",r=(()=>{const e=document.getElementById(t);if(e)return e;const a=document.createElement("div");a.id=t,a.style.position="fixed",a.style.left="0",a.style.top="0",a.style.width="0",a.style.height="0",a.style.pointerEvents="none",a.style.zIndex="2147483647";const r=document.createElement("div");return r.id=n,r.setAttribute("aria-hidden","true"),r.style.position="fixed",r.style.left="0",r.style.top="0",r.style.width="24px",r.style.height="24px",r.style.opacity="0",r.style.transform="translate(-9999px, -9999px)",r.style.willChange="transform, opacity",r.style.filter="drop-shadow(0 4px 8px rgba(15, 23, 42, 0.28))",r.innerHTML='<svg viewBox="0 0 24 24" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L18 14L11.4 15.3L14.6 22L10.7 23.5L7.6 16.8L3 21V2Z" fill="#FFFFFF" stroke="#0F172A" stroke-width="1.5" stroke-linejoin="round"/></svg>',a.append(r),document.documentElement.append(a),a})(),o=r.querySelector(`#${n}`);if(!o)return;const i=window[a],s=e.point,c=e.durationMs,l=s.x-2,d=s.y-2;if(i?o.style.transition=`transform ${c}ms cubic-bezier(0.22, 1, 0.36, 1), opacity 120ms ease`:(o.style.transition="opacity 120ms ease",o.style.transform=`translate(${l}px, ${d}px)`),o.style.opacity="1",o.style.transform=`translate(${l}px, ${d}px)`,window[a]={x:s.x,y:s.y},!e.clickPulse)return;const u=document.createElement("div");u.setAttribute("aria-hidden","true"),u.style.position="fixed",u.style.left="0",u.style.top="0",u.style.width="18px",u.style.height="18px",u.style.borderRadius="9999px",u.style.border="2px solid rgba(20, 184, 166, 0.95)",u.style.background="rgba(20, 184, 166, 0.18)",u.style.pointerEvents="none",u.style.opacity="0.9",u.style.transform=`translate(${s.x-9}px, ${s.y-9}px) scale(0.55)`,u.style.transition=`transform ${e.pulseDurationMs}ms ease, opacity ${e.pulseDurationMs}ms ease`,r.append(u),requestAnimationFrame(()=>{u.style.opacity="0",u.style.transform=`translate(${s.x-18}px, ${s.y-18}px) scale(2)`}),globalThis.setTimeout(()=>{u.remove()},e.pulseDurationMs+40)},{point:t.point,durationMs:t.durationMs,clickPulse:t.clickPulse,pulseDurationMs:t.pulseDurationMs})}function H(e){const t=[e],n="function"==typeof e.frames?e.frames():[];return t.push(...n),t}async function U(e){await e.evaluate(({rootId:e,stateKey:t})=>{document.getElementById(e)?.remove(),delete window[t]},{rootId:$,stateKey:L})}async function K(e,t={}){if(e.isClosed())return!1;let n=!1;for(const a of H(e))if(a!==t.preserveTarget)try{await U(a),n=!0}catch{}return n}async function W(e,t,n={}){if(!z()||e.isClosed())return!1;try{await t.scrollIntoViewIfNeeded();const a=await J(t);if(!a)return!1;const r=n.durationMs??F,o=n.settleMs??O,i=n.target??e;return await K(e,{preserveTarget:i}),await V(n.target??e,{point:a,durationMs:r,clickPulse:!1,pulseDurationMs:j}),await e.waitForTimeout(Math.max(r+o,0)),!0}catch{return!1}}async function Y(e,t,n={}){if(!z()||e.isClosed())return!1;try{const a=await J(t);if(!a)return!1;const r=n.pulseDurationMs??j,o=n.target??e;return await K(e,{preserveTarget:o}),await V(o,{point:a,durationMs:0,clickPulse:!0,pulseDurationMs:r}),await e.waitForTimeout(r),!0}catch{return!1}}function G(e){if(void 0!==e)return"true"===e||"false"!==e&&void 0}function X(){return void 0!==q?q:G(process.env.BROWSER_VISUAL_ACTIVITY)??!0}var Z=k.extend({replyAuthorityKeysLoaded:R.boolean(),visualCursorEnabled:R.boolean(),visualActivityEnabled:R.boolean(),effectiveEnvSources:A}),Q=C({name:"browser_status",description:"查询浏览器运行状态和活跃 session 信息",input:R.object({}),output:Z,execute:async(e,t)=>{t.logger.info("Querying browser status");const n=f(),a=h(),r=b(),o=n.isRunning(),{headless:i,mode:s}=n.getConfig(),c=a.getActivePlatforms(),l=[];for(const e of c){const t=a.getPageCount(e),o=a.getCurrentUrl(e);let i=null,s="unknown";if(n.shouldRestoreSessionSnapshot()){const[t,n]=await Promise.all([r.loadCookies(e),r.loadLocalStorage(e)]);i=void 0!==t&&t.length>0||void 0!==n&&Object.keys(n).length>0,s=i?"snapshot":"none"}else n.usesPersistentProfile()&&(i=null,s="profile");l.push({platform:e,pagesOpen:t,currentUrl:o,hasLoginState:i,loginStateSource:s})}return{running:o,headless:i,mode:s,activeSessions:l,replyAuthorityKeysLoaded:v(),visualCursorEnabled:z(),visualActivityEnabled:X(),effectiveEnvSources:E(N)}}});import{defineTool as ee}from"@roll-agent/sdk";import{BrowserPageInfoSchema as te,PlatformSchema as ne}from"@roll-agent/browser";import{z as ae}from"zod";import{PLATFORMS as re}from"@roll-agent/browser";var oe={zhipin:"https://www.zhipin.com",yupao:"https://www.yupao.com"};function ie(e){return new URL(oe[e]).host}function se(e,t){try{return new URL(e).host.includes(ie(t))}catch{return!1}}function ce(e){return re.find(t=>se(e,t))}function le(e,t){const n=ce(t.url)??null;return{pageId:t.targetId,url:t.url,title:t.title,boundPlatform:e.getBoundPlatformForNativePage(t.targetId)??null,detectedPlatform:n,isSelectedForPlatform:e.isNativePageSelected(t.targetId)}}async function de(e,t){const n=t.url();return{pageId:e.getPageId(t),url:n,title:await t.title().catch(()=>""),boundPlatform:e.getBoundPlatformForPage(t)??null,detectedPlatform:ce(n)??null,isSelectedForPlatform:e.isSelectedPageForPlatform(t)}}var ue=ae.object({platform:ne.optional().describe("可选:仅返回指定平台相关的页面")}),me=ae.object({pages:ae.array(te)}),ge=ee({name:"list_pages",description:"通过原生 CDP 列出当前浏览器可见页面及其可选择的 pageId;登录前该值等同于原生 targetId。",input:ue,output:me,execute:async(e,t)=>{const n=h();t.logger.info("Listing browser pages");const a=(await n.listNativePages()).map(e=>le(n,e));return{pages:void 0===e.platform?a:a.filter(t=>t.boundPlatform===e.platform||t.detectedPlatform===e.platform)}}});import{setTimeout as pe}from"node:timers/promises";import{defineTool as fe}from"@roll-agent/sdk";import{BrowserPageInfoSchema as he}from"@roll-agent/browser";import{z as be}from"zod";var ye,ve=15e3,we=250,xe=["/web/chat"],Se=be.object({url:be.string().url().describe("要导航到的目标 URL")}),Ce=be.object({success:be.boolean(),page:he});function Re(){return{getContextManager:h,getRuntime:f,detectPlatformFromUrl:ce,matchesPlatformHost:se,toNativePageInfo:le,delay:pe,...ye}}function ke(e){return"object"==typeof e&&null!==e}function Ie(e){return!!ke(e)&&("string"==typeof e.url&&"string"==typeof e.title&&"string"==typeof e.readyState)}function Me(e,t){if("zhipin"!==t)return;const n=new URL(e).pathname;if(void 0!==xe.find(e=>n===e||n.startsWith(`${e}/`)))throw new Error("navigate_active_tab 不支持直接导航 BOSS 后台聊天/推荐路径;请使用 zhipin_open_chat_page 或 zhipin_open_recommend_page。")}async function Ne(e,t,n,a,r){const o=n.detectPlatformFromUrl(a),i=await t.listNativePages();if(o){const s=i.find(e=>n.matchesPlatformHost(e.url,o));if(s)return r.info(`Reusing native ${o} page for navigation`),await t.activateNativePage(s.targetId),e.rememberNativePageSelection(o,s),{page:s,platform:o};r.info(`Opening native ${o} page for navigation`);const c=await t.openNativePage(a);return e.rememberNativePageSelection(o,c),{page:c,platform:o}}return r.info("Opening a new native page for non-platform navigation"),{page:await t.openNativePage(a)}}async function Pe(e){const t=await e.evaluateJson("(() => ({ url: location.href, title: document.title, readyState: document.readyState }))()");if(!Ie(t))throw new Error("Native CDP Runtime.evaluate returned an unexpected page load state.");return t}async function Te(e,t,n,a){const r=Date.now();let o;for(;Date.now()-r<ve;){try{const t=await Pe(e);if(("interactive"===t.readyState||"complete"===t.readyState)&&Ae(t.url,n,a))return t}catch(e){o=e instanceof Error?e:new Error(String(e))}await t.delay(we)}throw new Error(`Native navigation did not reach document ready state within ${ve}ms${o?`: ${o.message}`:""}`)}function Ae(e,t,n){if(e===t)return!0;try{const t=new URL(e);return("http:"===t.protocol||"https:"===t.protocol)&&e!==n}catch{return!1}}async function Ee(e,t,n){t.url!==n&&await e.navigate(n)}async function Be(e,t,n){return{...(await e.listNativePages()).find(e=>e.targetId===t.targetId)??t,url:n.url,title:n.title}}var _e=fe({name:"navigate_active_tab",description:"通过 native CDP 打开或导航页面;已知平台优先复用平台 tab,不触发 Playwright attach,不直接跳转 BOSS 后台聊天/推荐路径。",input:Se,output:Ce,execute:async(e,t)=>{const n=Re(),a=n.getContextManager(),r=n.getRuntime(),o=n.detectPlatformFromUrl(e.url);Me(e.url,o),t.logger.info(`Native navigating to ${e.url}`);const i=await Ne(a,r,n,e.url,t.logger),s=await r.connectNativePage(i.page);try{await s.bringToFront().catch(()=>{}),await Ee(s,i.page,e.url);const o=await Te(s,n,e.url,i.page.url),c=await Be(r,i.page,o),l=i.platform??n.detectPlatformFromUrl(c.url);return l&&(a.rememberNativePageSelection(l,c),t.logger.info(`Bound native navigated page to ${l}`)),{success:!0,page:n.toNativePageInfo(a,c)}}finally{s.close()}}});import{defineTool as qe}from"@roll-agent/sdk";import{BrowserPageInfoSchema as Fe,PlatformSchema as Oe}from"@roll-agent/browser";import{z as je}from"zod";async function $e(e,t){return(await e.listNativePages()).find(e=>se(e.url,t))}async function Le(e,t){const n=await $e(e,t);if(n)return await e.activateNativePage(n.targetId),{page:n,reusedExistingPage:!0};return{page:await e.openNativePage(oe[t]),reusedExistingPage:!1}}var De=je.object({platform:Oe.describe("目标平台:`zhipin` 代表 BOSS直聘,`yupao` 代表鱼泡")}),ze=je.object({success:je.boolean(),page:Fe,reusedExistingTab:je.boolean()}),Je=qe({name:"open_platform",description:"打开并聚焦招聘平台主页,供用户手动登录或后续执行站内操作。",input:De,output:ze,execute:async(e,t)=>{const{platform:n}=e,a=f(),r=h();t.logger.info(`Opening platform page for ${n}`);const{page:o,reusedExistingPage:i}=await Le(a,n);return r.rememberNativePageSelection(n,o),{success:!0,page:le(r,o),reusedExistingTab:i}}});import{defineTool as Ve}from"@roll-agent/sdk";import{BrowserPageInfoSchema as He,PlatformSchema as Ue}from"@roll-agent/browser";import{z as Ke}from"zod";var We=Ke.object({platform:Ue.describe("要将该页面绑定为当前活跃页的平台"),pageId:Ke.string().describe("通过 list_pages 返回的 pageId;登录前就是原生 targetId,登录后仍可作为稳定选择句柄")}),Ye=Ke.object({success:Ke.boolean(),page:He}),Ge=Ve({name:"select_page",description:"将指定 pageId 绑定为平台当前活跃页,并切换到前台;登录前走原生 CDP target 激活。",input:We,output:Ye,execute:async(e,t)=>{const n=h();t.logger.info(`Selecting page ${e.pageId} for ${e.platform}`);const a=await n.selectNativePage(e.platform,e.pageId);return{success:!0,page:le(n,a)}}});import{defineTool as Xe}from"@roll-agent/sdk";import{BrowserPageInfoSchema as Ze}from"@roll-agent/browser";import{z as Qe}from"zod";var et=["native","native-watch","native-ws-connect","native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable","native-runtime-enable","native-evaluate-url","native-dom-read","browser-attach","page-attach","network-watch","page-evaluate","detector-fingerprint","storage-summary"],tt=[...et,"native-ws-connect-watch","native-page-bring-front-watch","native-evaluate-url-no-runtime-enable-watch","native-dom-read-no-runtime-enable-watch","native-input-move-no-runtime-enable-watch","native-runtime-enable-watch","native-evaluate-url-watch","native-dom-read-watch","browser-attach-watch"],nt=Qe.enum(["localStorage","sessionStorage"]),at=Qe.enum(["array","object","string","number","boolean","null"]),rt=Qe.enum(["empty","json","string"]),ot=Qe.enum(et),it=Qe.enum(tt),st=Qe.enum(["request","response"]),ct=Qe.enum(["apm-action-log","device-action-report","boss-risk-report","zhipin-security"]),lt=Qe.object({area:nt,key:Qe.string(),valueLength:Qe.number().int().nonnegative(),valueKind:rt,jsonKind:at.optional(),jsonTopLevelKeys:Qe.array(Qe.string()).optional(),jsonArrayLength:Qe.number().int().nonnegative().optional(),numericFields:Qe.record(Qe.number()).optional(),booleanFields:Qe.record(Qe.boolean()).optional(),arrayLengths:Qe.record(Qe.number().int().nonnegative()).optional()}),dt=Qe.object({name:Qe.string(),domain:Qe.string(),path:Qe.string(),expires:Qe.string(),valueLength:Qe.number().int().nonnegative(),httpOnly:Qe.boolean(),secure:Qe.boolean(),sameSite:Qe.string().optional()}),ut=Qe.object({before:Qe.number().optional(),after:Qe.number().optional(),delta:Qe.number().optional()}),mt=Qe.object({before:Qe.boolean().optional(),after:Qe.boolean().optional()}),gt=Qe.object({before:Qe.number().int().nonnegative().optional(),after:Qe.number().int().nonnegative().optional(),delta:Qe.number().int().optional()}),pt=Qe.object({area:nt,key:Qe.string(),beforePresent:Qe.boolean(),afterPresent:Qe.boolean(),numericDeltas:Qe.record(ut).optional(),booleanChanges:Qe.record(mt).optional(),arrayLengthDeltas:Qe.record(gt).optional()}),ft=Qe.object({url:Qe.string(),title:Qe.string(),visibilityState:Qe.string(),hasFocus:Qe.boolean()}),ht=Qe.object({navigatorWebdriver:Qe.boolean().optional(),userAgentContainsHeadless:Qe.boolean(),languagesLength:Qe.number().int().nonnegative(),pluginsLength:Qe.number().int().nonnegative(),hasChromeRuntime:Qe.boolean(),permissionQueryIsNative:Qe.boolean().optional(),hasPlaywrightBinding:Qe.boolean(),hasPwInitScripts:Qe.boolean(),cdcKeys:Qe.array(Qe.string()),webdriverKeys:Qe.array(Qe.string()),automationLikeWindowKeys:Qe.array(Qe.string())}),bt=Qe.object({rootNodeId:Qe.number().int(),rootNodeName:Qe.string(),childNodeCount:Qe.number().int().nonnegative().optional(),bodyTextLength:Qe.number().int().nonnegative().optional(),elementCount:Qe.number().int().nonnegative().optional()}),yt=Qe.object({type:Qe.literal("mouseMoved"),x:Qe.number(),y:Qe.number()}),vt=Qe.object({targetId:Qe.string(),websocketUrlAvailable:Qe.boolean(),connected:Qe.boolean(),pageBroughtToFront:Qe.boolean().optional(),runtimeEnabled:Qe.boolean().optional(),evaluate:ft.optional(),dom:bt.optional(),input:yt.optional()}),wt=Qe.object({phase:ot,success:Qe.boolean(),durationMs:Qe.number().int().nonnegative(),error:Qe.string().optional()}),xt=Qe.object({phase:it,capturedAt:Qe.string(),targetFound:Qe.boolean(),page:Ze.optional(),urlChangedFromPrevious:Qe.boolean(),titleChangedFromPrevious:Qe.boolean(),previousUrl:Qe.string().optional(),currentUrl:Qe.string().optional(),previousTitle:Qe.string().optional(),currentTitle:Qe.string().optional()}),St=Qe.object({kind:st,reason:ct,capturedAt:Qe.string(),url:Qe.string(),method:Qe.string().optional(),resourceType:Qe.string().optional(),status:Qe.number().int().optional()}),Ct=Qe.object({capturedAt:Qe.string(),url:Qe.string()}),Rt=Qe.object({phase:ot.default("native").describe("诊断阶段。默认 native 只枚举原生 CDP target;native-* 阶段使用原生 CDP page WebSocket;browser-attach 及更深阶段才会使用 Playwright attach。"),targetPageId:Qe.string().optional().describe("可选:通过 list_pages 或本工具 native 阶段看到的 BOSS 页面 pageId/targetId。"),watchMs:Qe.number().int().min(500).max(1e4).default(3e3).describe("native-watch / browser-attach 后置观察 / network-watch / storage-summary 内部等待窗口,单位毫秒。"),networkEventLimit:Qe.number().int().min(1).max(100).default(30).describe("network-watch 最多返回的相关 request/response 事件数。")}),kt=Qe.object({success:Qe.boolean(),requestedPhase:ot,mode:Qe.string(),nativePages:Qe.array(Ze),targetPage:Ze.optional(),browserAttached:Qe.boolean(),pageAttached:Qe.boolean(),nativeTimeline:Qe.array(xt),networkEvents:Qe.array(St).optional(),navigationEvents:Qe.array(Ct).optional(),nativeCdp:vt.optional(),evaluate:ft.optional(),detectorFingerprint:ht.optional(),storage:Qe.object({localStorage:Qe.array(lt),sessionStorage:Qe.array(lt),cookies:Qe.array(dt),counterDiffs:Qe.array(pt)}).optional(),phases:Qe.array(wt),warnings:Qe.array(Qe.string())}),It=["_AEG_CNT","_ZP_CNT_","__local__sec__store___"],Mt=new Set(It),Nt=["native-ws-connect","native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable","native-runtime-enable","native-evaluate-url","native-dom-read"],Pt=["native-page-bring-front","native-evaluate-url-no-runtime-enable","native-dom-read-no-runtime-enable","native-input-move-no-runtime-enable"],Tt={"native-ws-connect":"native-ws-connect-watch","native-page-bring-front":"native-page-bring-front-watch","native-evaluate-url-no-runtime-enable":"native-evaluate-url-no-runtime-enable-watch","native-dom-read-no-runtime-enable":"native-dom-read-no-runtime-enable-watch","native-input-move-no-runtime-enable":"native-input-move-no-runtime-enable-watch","native-runtime-enable":"native-runtime-enable-watch","native-evaluate-url":"native-evaluate-url-watch","native-dom-read":"native-dom-read-watch"};function At(e){if(null===e)return"null";if(Array.isArray(e))return"array";switch(typeof e){case"boolean":return"boolean";case"number":return"number";case"string":default:return"string";case"object":return"object"}}function Et(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function Bt(e){return Nt.includes(e)}function _t(e){return Pt.includes(e)}function qt(e){try{return JSON.parse(e)}catch{return}}function Ft(e){const t=Object.fromEntries(Object.entries(e).filter(e=>"number"==typeof e[1])),n=Object.fromEntries(Object.entries(e).filter(e=>"boolean"==typeof e[1])),a=Object.fromEntries(Object.entries(e).filter(e=>Array.isArray(e[1])).map(([e,t])=>[e,t.length]));return{...Object.keys(t).length>0?{numericFields:t}:{},...Object.keys(n).length>0?{booleanFields:n}:{},...Object.keys(a).length>0?{arrayLengths:a}:{}}}function Ot(e){return new Promise(t=>{setTimeout(t,e)})}function jt(e){return Mt.has(e)}function $t(e,t){if(0===t.value.length)return{area:e,key:t.key,valueLength:0,valueKind:"empty"};const n=qt(t.value);if(void 0===n)return{area:e,key:t.key,valueLength:t.value.length,valueKind:"string"};const a=At(n),r=Et(n)&&jt(t.key)?Ft(n):{};return{area:e,key:t.key,valueLength:t.value.length,valueKind:"json",jsonKind:a,...Et(n)?{jsonTopLevelKeys:Object.keys(n)}:{},...Array.isArray(n)?{jsonArrayLength:n.length}:{},...r}}function Lt(e){return{name:e.name,domain:e.domain,path:e.path,expires:e.expires>0?new Date(1e3*e.expires).toISOString():"Session",valueLength:e.value.length,httpOnly:e.httpOnly,secure:e.secure,...void 0!==e.sameSite?{sameSite:e.sameSite}:{}}}async function Dt(e,t){const n=Date.now();try{return{result:await t(),phaseResult:{phase:e,success:!0,durationMs:Date.now()-n}}}catch(t){return{phaseResult:{phase:e,success:!1,durationMs:Date.now()-n,error:t instanceof Error?t.message:String(t)}}}}function zt(e,t,n){if(void 0!==t){const a=e.find(e=>e.targetId===t);return a?se(a.url,"zhipin")?a:void n.push(`targetPageId "${t}" is not a zhipin page.`):void n.push(`targetPageId "${t}" not found in native pages.`)}const a=e.filter(e=>se(e.url,"zhipin"));if(1===a.length)return a[0];0===a.length?n.push("No zhipin native page found. Open Boss first or pass targetPageId."):n.push("Multiple zhipin native pages found. Pass targetPageId to avoid ambiguity.")}function Jt(e,t,n,a){const r=n?.url,o=n?.title,i=a?.currentUrl,s=a?.currentTitle;return{phase:t,capturedAt:(new Date).toISOString(),targetFound:void 0!==n,...void 0!==n?{page:le(e,n)}:{},urlChangedFromPrevious:void 0!==i&&void 0!==r&&i!==r,titleChangedFromPrevious:void 0!==s&&void 0!==o&&s!==o,...void 0!==i?{previousUrl:i}:{},...void 0!==r?{currentUrl:r}:{},...void 0!==s?{previousTitle:s}:{},...void 0!==o?{currentTitle:o}:{}}}async function Vt(e,t,n,a){const r=await e.listNativePages();return Jt(e,t,void 0!==n?r.find(e=>e.targetId===n):r.filter(e=>se(e.url,"zhipin"))[0],a)}async function Ht(e,t,n,a,r){try{const o=t[t.length-1],i=await Vt(e,n,a,o);t.push(i),i.urlChangedFromPrevious&&r.push(`Target URL changed after ${n}: ${i.previousUrl??"(unknown)"} -> ${i.currentUrl??"(missing)"}.`)}catch(e){r.push(`Failed to capture native snapshot after ${n}: ${e instanceof Error?e.message:String(e)}.`)}}async function Ut(e,t,n,a,r,o){const i=t.length,s=Date.now();for(;;){await Ht(e,t,n,a,o);const i=r-(Date.now()-s);if(i<=0)break;await Ot(Math.min(500,i))}return t.slice(i).some(e=>e.urlChangedFromPrevious)}function Kt(e){if(!Et(e))throw new Error("Native CDP evaluate did not return an object value.");const t=e.url,n=e.title,a=e.visibilityState,r=e.hasFocus;if("string"!=typeof t||"string"!=typeof n||"string"!=typeof a||"boolean"!=typeof r)throw new Error("Native CDP evaluate returned an unexpected page summary shape.");return{url:t,title:n,visibilityState:a,hasFocus:r}}function Wt(e,t){if(!Et(e))throw new Error("Native CDP DOM.getDocument did not return an object.");const n=e.root;if(!Et(n))throw new Error("Native CDP DOM.getDocument did not return a root node.");const a=n.nodeId,r=n.nodeName,o=n.childNodeCount;if("number"!=typeof a||"string"!=typeof r)throw new Error("Native CDP DOM root node has an unexpected shape.");const i=Et(t)?t:{},s=i.bodyTextLength,c=i.elementCount;return{rootNodeId:a,rootNodeName:r,..."number"==typeof o?{childNodeCount:o}:{},..."number"==typeof s?{bodyTextLength:s}:{},..."number"==typeof c?{elementCount:c}:{}}}async function Yt(e){return Kt(await e.evaluateJson("(() => ({\n url: location.href,\n title: document.title,\n visibilityState: document.visibilityState,\n hasFocus: document.hasFocus()\n }))()"))}async function Gt(e){return Wt(await e.getDocument({depth:1,pierce:!1}),await e.evaluateJson('(() => ({\n bodyTextLength: document.body?.innerText?.length ?? 0,\n elementCount: document.querySelectorAll("*").length\n }))()'))}async function Xt(e){return Wt(await e.getDocument({depth:1,pierce:!1}),void 0)}async function Zt(e){return await e.bringToFront(),!0}async function Qt(e){const t={type:"mouseMoved",x:0,y:0};return await e.dispatchMouseEvent({type:t.type,x:t.x,y:t.y}),t}async function en(e,t,n,a,r,o){await Ht(e,t,n,a,o);const i=await Ut(e,t,Tt[n],a,r,o);return i&&o.push(`Native CDP phase ${n} was followed by a native URL change; stop before deeper native CDP operations.`),i}async function tn(e,t,n,a){switch(e){case"native-page-bring-front":{const r=await Dt(e,async()=>await Zt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.pageBroughtToFront=r.result),r.phaseResult}case"native-evaluate-url-no-runtime-enable":{const r=await Dt(e,async()=>await Yt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.evaluate=r.result),r.phaseResult}case"native-dom-read-no-runtime-enable":{const r=await Dt(e,async()=>await Xt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.dom=r.result),r.phaseResult}case"native-input-move-no-runtime-enable":{const r=await Dt(e,async()=>await Qt(t));return n.push(r.phaseResult),void 0!==r.result&&(a.input=r.result),r.phaseResult}}}async function nn(e){const t={targetId:e.target.targetId,websocketUrlAvailable:"string"==typeof e.target.webSocketDebuggerUrl&&e.target.webSocketDebuggerUrl.length>0,connected:!1},n=e.target.webSocketDebuggerUrl;let a;try{const r=await Dt("native-ws-connect",async()=>{if(void 0===n||0===n.length)throw new Error("Native CDP target does not expose webSocketDebuggerUrl.");return await e.runtime.connectNativePage(e.target,{allowUnsafeRuntimeEnableForDiagnostics:!0})});if(e.phases.push(r.phaseResult),a=r.result,t.connected=r.phaseResult.success,!r.phaseResult.success||void 0===a)return{summary:t,triggeredNavigation:!1};const o=a;let i=await en(e.ctxManager,e.nativeTimeline,"native-ws-connect",e.targetPageId,e.watchMs,e.warnings);if("native-ws-connect"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};if(_t(e.requestedPhase))return await tn(e.requestedPhase,o,e.phases,t),i=await en(e.ctxManager,e.nativeTimeline,e.requestedPhase,e.targetPageId,e.watchMs,e.warnings),{summary:t,triggeredNavigation:i};const s=await Dt("native-runtime-enable",async()=>await o.unsafeEnableRuntimeForDiagnostics());if(e.phases.push(s.phaseResult),t.runtimeEnabled=s.phaseResult.success,i=await en(e.ctxManager,e.nativeTimeline,"native-runtime-enable",e.targetPageId,e.watchMs,e.warnings),!s.phaseResult.success||"native-runtime-enable"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};const c=await Dt("native-evaluate-url",async()=>await Yt(o));if(e.phases.push(c.phaseResult),void 0!==c.result&&(t.evaluate=c.result),i=await en(e.ctxManager,e.nativeTimeline,"native-evaluate-url",e.targetPageId,e.watchMs,e.warnings),!c.phaseResult.success||"native-evaluate-url"===e.requestedPhase||i)return{summary:t,triggeredNavigation:i};const l=await Dt("native-dom-read",async()=>await Gt(o));return e.phases.push(l.phaseResult),void 0!==l.result&&(t.dom=l.result),i=await en(e.ctxManager,e.nativeTimeline,"native-dom-read",e.targetPageId,e.watchMs,e.warnings),l.phaseResult.success,{summary:t,triggeredNavigation:i}}finally{a?.close()}}function an(e){const t=e.toLowerCase();return t.includes("device-action-report")?"device-action-report":t.includes("boss_risk_report")?"boss-risk-report":t.includes("apm-fe.zhipin.com")||t.includes("/wapi/zpapm/actionlog/")?"apm-action-log":t.includes("zhipin-security")||t.includes("/security/")?"zhipin-security":void 0}async function rn(e,t,n){const a=[],r=[],o=e=>{a.length<n&&a.push(e)},i=e=>{const t=e.url(),n=an(t);void 0!==n&&o({kind:"request",reason:n,capturedAt:(new Date).toISOString(),url:t,method:e.method(),resourceType:e.resourceType()})},s=e=>{const t=e.url(),n=an(t);if(void 0===n)return;const a=e.request();o({kind:"response",reason:n,capturedAt:(new Date).toISOString(),url:t,method:a.method(),resourceType:a.resourceType(),status:e.status()})},c=e=>{r.push({capturedAt:(new Date).toISOString(),url:e.url()})};e.on("request",i),e.on("response",s),e.on("framenavigated",c);try{await Ot(t)}finally{e.off("request",i),e.off("response",s),e.off("framenavigated",c)}return{networkEvents:a,navigationEvents:r}}function on(e,t){const n=e.contexts().flatMap(e=>e.pages()).filter(e=>!e.isClosed()&&se(e.url(),"zhipin"));return n.find(e=>e.url()===t.url)??n[0]}function sn(e,t){return{networkEvents:e.flatMap(e=>e.networkEvents).slice(0,t),navigationEvents:e.flatMap(e=>e.navigationEvents)}}async function cn(e,t){return await e.evaluate(e=>{const t="localStorage"===e?window.localStorage:window.sessionStorage;return Array.from({length:t.length},(e,n)=>{const a=t.key(n)??"";return{key:a,value:a.length>0?t.getItem(a)??"":""}}).filter(e=>e.key.length>0)},t)}async function ln(e){return(await e.evaluate(e=>{const t=["localStorage","sessionStorage"],n=[];for(const a of t){const t="localStorage"===a?window.localStorage:window.sessionStorage;for(const r of e){const e=t.getItem(r);null!==e&&n.push({area:a,key:r,value:e})}}return n},It)).map(e=>$t(e.area,{key:e.key,value:e.value}))}async function dn(e){return await e.evaluate(()=>({url:location.href,title:document.title,visibilityState:document.visibilityState,hasFocus:document.hasFocus()}))}async function un(e){return await e.evaluate(()=>{const e=window,t=Object.keys(e),n=t.filter(e=>e.startsWith("cdc_")||e.includes("_cdc_")).slice(0,20),a=t.filter(e=>e.toLowerCase().includes("webdriver")).slice(0,20),r=t.filter(e=>{const t=e.toLowerCase();return t.includes("playwright")||t.includes("puppeteer")||t.includes("selenium")||t.includes("chromedriver")}).slice(0,20),o=navigator.permissions?.query,i="function"==typeof o?o.toString().includes("[native code]"):void 0;return{..."boolean"==typeof navigator.webdriver?{navigatorWebdriver:navigator.webdriver}:{},userAgentContainsHeadless:navigator.userAgent.toLowerCase().includes("headless"),languagesLength:navigator.languages?.length??0,pluginsLength:navigator.plugins?.length??0,hasChromeRuntime:"object"==typeof e.chrome&&null!==e.chrome&&"runtime"in e.chrome,...void 0!==i?{permissionQueryIsNative:i}:{},hasPlaywrightBinding:"__playwright__binding__"in e,hasPwInitScripts:"__pwInitScripts"in e,cdcKeys:n,webdriverKeys:a,automationLikeWindowKeys:r}})}function mn(e){return new Map(e.map(e=>[`${e.area}:${e.key}`,e]))}function gn(e,t){return[...new Set([...Object.keys(e??{}),...Object.keys(t??{})])]}function pn(e,t){return{...void 0!==e?{before:e}:{},...void 0!==t?{after:t}:{},...void 0!==e&&void 0!==t?{delta:t-e}:{}}}function fn(e,t){return{...void 0!==e?{before:e}:{},...void 0!==t?{after:t}:{},...void 0!==e&&void 0!==t?{delta:t-e}:{}}}function hn(e,t){const n=mn(e),a=mn(t),r=[...new Set([...n.keys(),...a.keys()])],o=[];for(const e of r){const t=n.get(e),r=a.get(e),i=r??t;if(!i)continue;const s={};for(const e of gn(t?.numericFields,r?.numericFields)){const n=t?.numericFields?.[e],a=r?.numericFields?.[e];n!==a&&(s[e]=pn(n,a))}const c={};for(const e of gn(t?.booleanFields,r?.booleanFields)){const n=t?.booleanFields?.[e],a=r?.booleanFields?.[e];n!==a&&(c[e]={...void 0!==n?{before:n}:{},...void 0!==a?{after:a}:{}})}const l={};for(const e of gn(t?.arrayLengths,r?.arrayLengths)){const n=t?.arrayLengths?.[e],a=r?.arrayLengths?.[e];n!==a&&(l[e]=fn(n,a))}void 0!==t&&void 0!==r&&0===Object.keys(s).length&&0===Object.keys(c).length&&0===Object.keys(l).length||o.push({area:i.area,key:i.key,beforePresent:void 0!==t,afterPresent:void 0!==r,...Object.keys(s).length>0?{numericDeltas:s}:{},...Object.keys(c).length>0?{booleanChanges:c}:{},...Object.keys(l).length>0?{arrayLengthDeltas:l}:{}})}return o}async function bn(e,t){const[n,a,r]=await Promise.all([cn(e,"localStorage"),cn(e,"sessionStorage"),e.context().cookies()]),o=[...n.filter(e=>jt(e.key)).map(e=>$t("localStorage",e)),...a.filter(e=>jt(e.key)).map(e=>$t("sessionStorage",e))];return{localStorage:n.map(e=>$t("localStorage",e)),sessionStorage:a.map(e=>$t("sessionStorage",e)),cookies:r.filter(e=>e.domain.includes("zhipin.com")||e.domain.includes("bosszhipin.com")).map(e=>Lt(e)),counterDiffs:hn(t,o)}}var yn=Xe({name:"zhipin_diagnose_browser_state",description:"分阶段诊断 Boss 页面在原生 CDP page WebSocket、Playwright CDP attach、页面绑定、网络上报、evaluate、检测指纹、storage/cookie 读取时的状态;默认只做 native target 枚举,所有 storage/cookie 值均脱敏。",input:Rt,output:kt,execute:async(e,t)=>{const n=e.phase??"native",a=e.watchMs??3e3,r=e.networkEventLimit??30,o=h(),i=f(),s=[],c=[],l=[];let d,u,m,g=!1,p=!1,b=e.targetPageId;t.logger.info(`Diagnosing zhipin browser state (phase: ${n})`);const y=await Dt("native",async()=>await o.listNativePages());c.push(y.phaseResult);const v=y.result??[],w=v.map(e=>le(o,e)),x=zt(v,e.targetPageId,s);if(x&&(d=le(o,x),b=x.targetId,l.push(Jt(o,"native",x,void 0))),!y.phaseResult.success||"native"===n)return{success:y.phaseResult.success,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if("native-watch"===n)return await Ut(o,l,"native-watch",b,a,s),{success:y.phaseResult.success&&void 0!==b,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(!x)return{success:!1,requestedPhase:n,mode:i.mode,nativePages:w,browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(Bt(n)){const e=await nn({requestedPhase:n,target:x,runtime:i,ctxManager:o,targetPageId:b,watchMs:a,phases:c,nativeTimeline:l,warnings:s});return{success:c.every(e=>e.success)&&!e.triggeredNavigation,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,nativeCdp:e.summary,phases:c,warnings:s}}const S=await Dt("browser-attach",async()=>await i.getBrowser());c.push(S.phaseResult);const C=S.result;g=S.phaseResult.success,await Ht(o,l,"browser-attach",b,s);const R=await Ut(o,l,"browser-attach-watch",b,a,s);if(R&&s.push("Browser attach was followed by a native URL change; treat this account/browser profile as unsafe for Playwright-backed zhipin tools."),!S.phaseResult.success||"browser-attach"===n)return{success:c.every(e=>e.success)&&!R,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if(R)return{success:!1,requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};const k=[];let I;"network-watch"===n&&void 0!==C&&(I=on(C,x),I?k.push(rn(I,a,r)):s.push("No attached zhipin page found before page-attach; network-watch starts after page-attach.")),o.rememberNativePageSelection("zhipin",x);const M=await Dt("page-attach",async()=>await o.getPage("zhipin"));c.push(M.phaseResult);const N=M.result;if(p=M.phaseResult.success,N&&(d=await de(o,N)),await Ht(o,l,"page-attach",b,s),!M.phaseResult.success||!N){if("network-watch"===n&&k.length>0){const e=await Dt("network-watch",async()=>sn(await Promise.all(k),r));c.push(e.phaseResult),e.result&&(u=e.result.networkEvents,m=e.result.navigationEvents)}return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==u?{networkEvents:u}:{},...void 0!==m?{navigationEvents:m}:{},phases:c,warnings:s}}if("page-attach"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,phases:c,warnings:s};if("network-watch"===n){I!==N&&k.push(rn(N,a,r));const e=await Dt("network-watch",async()=>sn(await Promise.all(k),r));return c.push(e.phaseResult),e.result&&(u=e.result.networkEvents,m=e.result.navigationEvents),await Ht(o,l,"network-watch",b,s),{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==u?{networkEvents:u}:{},...void 0!==m?{navigationEvents:m}:{},phases:c,warnings:s}}let P=[];if("storage-summary"===n){try{P=await ln(N)}catch(e){s.push(`Failed to read storage counter baseline: ${e instanceof Error?e.message:String(e)}.`)}a>0&&await Ot(a)}const T=await Dt("page-evaluate",async()=>await dn(N));c.push(T.phaseResult);const A=T.result;if(await Ht(o,l,"page-evaluate",b,s),!T.phaseResult.success||"page-evaluate"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==A?{evaluate:A}:{},phases:c,warnings:s};const E=await Dt("detector-fingerprint",async()=>await un(N));c.push(E.phaseResult);const B=E.result;if(await Ht(o,l,"detector-fingerprint",b,s),!E.phaseResult.success||"detector-fingerprint"===n)return{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==A?{evaluate:A}:{},...void 0!==B?{detectorFingerprint:B}:{},phases:c,warnings:s};const _=await Dt("storage-summary",async()=>await bn(N,P));c.push(_.phaseResult);const q=_.result;return await Ht(o,l,"storage-summary",b,s),{success:c.every(e=>e.success),requestedPhase:n,mode:i.mode,nativePages:w,...void 0!==d?{targetPage:d}:{},browserAttached:g,pageAttached:p,nativeTimeline:l,...void 0!==A?{evaluate:A}:{},...void 0!==B?{detectorFingerprint:B}:{},...void 0!==q?{storage:q}:{},phases:c,warnings:s}}});import{defineTool as vn}from"@roll-agent/sdk";import{z as wn}from"zod";var xn=14,Sn=720;function Cn(e){return`(() => {\n const args = ${JSON.stringify(e)};\n const activityRootId = "roll-agent-visual-activity-root";\n const activityViewportId = "roll-agent-visual-activity-viewport";\n const activityRegionId = "roll-agent-visual-activity-region";\n const activityCapsuleId = "roll-agent-visual-activity-capsule";\n const activityDotId = "roll-agent-visual-activity-dot";\n const activityLabelId = "roll-agent-visual-activity-label";\n const cursorRootId = "roll-agent-visual-cursor-root";\n const cursorPointerId = "roll-agent-visual-cursor-pointer";\n const cursorStateKey = "__rollVisualCursorState";\n\n const themes = {\n info: {\n accent: "#14b8a6",\n accentSoft: "rgba(20, 184, 166, 0.42)",\n accentGlow: "rgba(20, 184, 166, 0.18)",\n capsuleBg: "rgba(15, 23, 42, 0.82)",\n capsuleBorder: "rgba(45, 212, 191, 0.38)",\n text: "#F8FAFC",\n dot: "#2DD4BF"\n },\n success: {\n accent: "#22c55e",\n accentSoft: "rgba(34, 197, 94, 0.42)",\n accentGlow: "rgba(34, 197, 94, 0.18)",\n capsuleBg: "rgba(10, 24, 16, 0.86)",\n capsuleBorder: "rgba(74, 222, 128, 0.38)",\n text: "#F0FDF4",\n dot: "#4ADE80"\n },\n error: {\n accent: "#f59e0b",\n accentSoft: "rgba(245, 158, 11, 0.42)",\n accentGlow: "rgba(245, 158, 11, 0.2)",\n capsuleBg: "rgba(41, 24, 10, 0.88)",\n capsuleBorder: "rgba(251, 191, 36, 0.4)",\n text: "#FFFBEB",\n dot: "#FBBF24"\n }\n };\n\n const readRect = (selector, padding) => {\n if (!selector) return null;\n const element = document.querySelector(selector);\n if (!element) return null;\n const rect = element.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return null;\n const safePadding = Math.max(padding ?? 0, 0);\n const left = Math.max(rect.left - safePadding, 0);\n const top = Math.max(rect.top - safePadding, 0);\n const right = Math.min(rect.right + safePadding, window.innerWidth);\n const bottom = Math.min(rect.bottom + safePadding, window.innerHeight);\n return {\n x: Math.round(left),\n y: Math.round(top),\n width: Math.max(Math.round(right - left), 0),\n height: Math.max(Math.round(bottom - top), 0),\n centerX: Math.round(rect.left + rect.width / 2),\n centerY: Math.round(rect.top + rect.height / 2)\n };\n };\n\n const ensureActivityRoot = () => {\n let root = document.getElementById(activityRootId);\n if (root) return root;\n root = document.createElement("div");\n root.id = activityRootId;\n root.style.position = "fixed";\n root.style.inset = "0";\n root.style.pointerEvents = "none";\n root.style.zIndex = "2147483646";\n\n const viewport = document.createElement("div");\n viewport.id = activityViewportId;\n viewport.style.position = "fixed";\n viewport.style.inset = "10px";\n viewport.style.borderRadius = "20px";\n viewport.style.opacity = "0";\n viewport.style.transition = "opacity 180ms ease";\n\n const region = document.createElement("div");\n region.id = activityRegionId;\n region.style.position = "fixed";\n region.style.left = "0";\n region.style.top = "0";\n region.style.width = "0";\n region.style.height = "0";\n region.style.borderRadius = "18px";\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n region.style.transition =\n "transform 220ms cubic-bezier(0.22, 1, 0.36, 1), width 220ms ease, height 220ms ease, opacity 180ms ease";\n\n const capsule = document.createElement("div");\n capsule.id = activityCapsuleId;\n capsule.style.position = "fixed";\n capsule.style.left = "50%";\n capsule.style.top = "20px";\n capsule.style.display = "inline-flex";\n capsule.style.alignItems = "center";\n capsule.style.gap = "10px";\n capsule.style.padding = "10px 14px";\n capsule.style.borderRadius = "999px";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n capsule.style.transition = "opacity 180ms ease, transform 220ms ease";\n capsule.style.backdropFilter = "blur(12px)";\n capsule.style.fontSize = "13px";\n capsule.style.fontWeight = "600";\n capsule.style.lineHeight = "18px";\n capsule.style.whiteSpace = "nowrap";\n\n const dot = document.createElement("div");\n dot.id = activityDotId;\n dot.style.width = "8px";\n dot.style.height = "8px";\n dot.style.borderRadius = "999px";\n\n const label = document.createElement("div");\n label.id = activityLabelId;\n label.setAttribute("aria-live", "polite");\n\n capsule.append(dot, label);\n root.append(viewport, region, capsule);\n document.documentElement.append(root);\n return root;\n };\n\n const applyTheme = (themeName) => {\n const theme = themes[themeName] ?? themes.info;\n const viewport = document.getElementById(activityViewportId);\n const region = document.getElementById(activityRegionId);\n const capsule = document.getElementById(activityCapsuleId);\n const dot = document.getElementById(activityDotId);\n if (!viewport || !region || !capsule || !dot) return;\n viewport.style.border = "1px solid " + theme.accentSoft;\n viewport.style.boxShadow =\n "inset 0 0 0 1px " + theme.accentSoft + ", 0 0 52px " + theme.accentGlow;\n region.style.border = "1px solid " + theme.accentSoft;\n region.style.background = theme.accentGlow;\n region.style.boxShadow =\n "0 0 0 1px " + theme.accentSoft + ", 0 16px 42px " + theme.accentGlow;\n capsule.style.border = "1px solid " + theme.capsuleBorder;\n capsule.style.background = theme.capsuleBg;\n capsule.style.color = theme.text;\n capsule.style.boxShadow =\n "0 18px 46px rgba(15, 23, 42, 0.24), 0 0 0 1px " + theme.capsuleBorder;\n dot.style.background = theme.dot;\n dot.style.boxShadow = "0 0 0 5px " + theme.accentGlow;\n };\n\n const renderActivity = () => {\n if (!args.activity) return;\n ensureActivityRoot();\n applyTheme(args.activity.tone ?? "info");\n const viewport = document.getElementById(activityViewportId);\n const region = document.getElementById(activityRegionId);\n const capsule = document.getElementById(activityCapsuleId);\n const label = document.getElementById(activityLabelId);\n if (!viewport || !region || !capsule || !label) return;\n\n if (args.activity.mode === "clear") {\n viewport.style.opacity = "0";\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n return;\n }\n\n if (typeof args.activity.label === "string") {\n label.textContent = args.activity.label;\n }\n\n viewport.style.opacity = args.activity.mode === "complete" ? "0.9" : "0.72";\n capsule.style.opacity = "1";\n capsule.style.transform = "translate(-50%, 0)";\n\n const rect = args.activity.selector\n ? readRect(args.activity.selector, args.activity.padding ?? 14)\n : null;\n if (rect) {\n region.style.width = rect.width + "px";\n region.style.height = rect.height + "px";\n region.style.transform = "translate(" + rect.x + "px, " + rect.y + "px)";\n region.style.opacity = "1";\n } else {\n region.style.opacity = "0";\n region.style.transform = "translate(-9999px, -9999px)";\n }\n\n if (args.activity.mode === "complete") {\n window.setTimeout(() => {\n viewport.style.opacity = "0";\n region.style.opacity = "0";\n capsule.style.opacity = "0";\n capsule.style.transform = "translate(-50%, -8px)";\n }, Math.max(args.activity.lingerMs ?? 720, 0));\n }\n };\n\n const ensureCursorRoot = () => {\n let root = document.getElementById(cursorRootId);\n if (root) return root;\n root = document.createElement("div");\n root.id = cursorRootId;\n root.style.position = "fixed";\n root.style.left = "0";\n root.style.top = "0";\n root.style.width = "0";\n root.style.height = "0";\n root.style.pointerEvents = "none";\n root.style.zIndex = "2147483647";\n\n const pointer = document.createElement("div");\n pointer.id = cursorPointerId;\n pointer.setAttribute("aria-hidden", "true");\n pointer.style.position = "fixed";\n pointer.style.left = "0";\n pointer.style.top = "0";\n pointer.style.width = "24px";\n pointer.style.height = "24px";\n pointer.style.opacity = "0";\n pointer.style.transform = "translate(-9999px, -9999px)";\n pointer.style.willChange = "transform, opacity";\n pointer.style.filter = "drop-shadow(0 4px 8px rgba(15, 23, 42, 0.28))";\n pointer.innerHTML =\n '<svg viewBox="0 0 24 24" width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">' +\n '<path d="M4 2L18 14L11.4 15.3L14.6 22L10.7 23.5L7.6 16.8L3 21V2Z" fill="#FFFFFF" stroke="#0F172A" stroke-width="1.5" stroke-linejoin="round"/>' +\n '</svg>';\n\n root.append(pointer);\n document.documentElement.append(root);\n return root;\n };\n\n const readCursorPath = () => {\n if (!Array.isArray(args.cursor?.path?.points)) return null;\n const points = args.cursor.path.points\n .map((point) => {\n const x = Number(point?.x);\n const y = Number(point?.y);\n return Number.isFinite(x) && Number.isFinite(y)\n ? { centerX: Math.round(x), centerY: Math.round(y) }\n : null;\n })\n .filter((point) => point !== null);\n return points.length > 0 ? points : null;\n };\n\n const readCursorClick = () => {\n const point = args.cursor?.click?.point;\n const x = Number(point?.x);\n const y = Number(point?.y);\n if (!Number.isFinite(x) || !Number.isFinite(y)) return null;\n return {\n point: { centerX: Math.round(x), centerY: Math.round(y) },\n durationMs: Math.max(Number(args.cursor?.click?.durationMs ?? 620), 0)\n };\n };\n\n const renderClickPulse = (root, point, durationMs) => {\n const createPulse = (size, border, background, shadow, startScale, endScale, delayMs) => {\n const radius = size / 2;\n const pulse = document.createElement("div");\n pulse.setAttribute("aria-hidden", "true");\n pulse.style.position = "fixed";\n pulse.style.left = "0";\n pulse.style.top = "0";\n pulse.style.width = size + "px";\n pulse.style.height = size + "px";\n pulse.style.borderRadius = "9999px";\n pulse.style.border = border;\n pulse.style.background = background;\n pulse.style.boxShadow = shadow;\n pulse.style.pointerEvents = "none";\n pulse.style.opacity = "0.96";\n pulse.style.transformOrigin = "center center";\n pulse.style.transform =\n "translate(" + (point.centerX - radius) + "px, " + (point.centerY - radius) + "px) scale(" + startScale + ")";\n pulse.style.transition =\n "transform " + durationMs + "ms cubic-bezier(0.16, 1, 0.3, 1), opacity " + durationMs + "ms ease-out";\n root.append(pulse);\n\n window.setTimeout(() => {\n window.requestAnimationFrame(() => {\n pulse.style.opacity = "0";\n pulse.style.transform =\n "translate(" + (point.centerX - radius) + "px, " + (point.centerY - radius) + "px) scale(" + endScale + ")";\n });\n }, delayMs);\n\n window.setTimeout(() => {\n pulse.remove();\n }, durationMs + delayMs + 80);\n };\n\n createPulse(\n 28,\n "3px solid rgba(45, 212, 191, 0.98)",\n "rgba(20, 184, 166, 0.24)",\n "0 0 0 5px rgba(20, 184, 166, 0.18), 0 0 26px rgba(20, 184, 166, 0.34)",\n 0.55,\n 2.35,\n 0\n );\n createPulse(\n 14,\n "2px solid rgba(255, 255, 255, 0.95)",\n "rgba(255, 255, 255, 0.34)",\n "0 0 18px rgba(45, 212, 191, 0.45)",\n 0.7,\n 1.55,\n 65\n );\n };\n\n const renderCursor = () => {\n const path = readCursorPath();\n const click = readCursorClick();\n const point = path ? path[path.length - 1] : click?.point ?? null;\n if (!point) return;\n const root = ensureCursorRoot();\n const pointer = document.getElementById(cursorPointerId);\n if (!pointer) return;\n const targetX = point.centerX - 2;\n const targetY = point.centerY - 2;\n if (path && path.length > 1 && typeof pointer.animate === "function") {\n for (const animation of pointer.getAnimations()) {\n animation.cancel();\n }\n pointer.style.opacity = "1";\n const keyframes = path.map((entry) => ({\n transform: "translate(" + (entry.centerX - 2) + "px, " + (entry.centerY - 2) + "px)"\n }));\n const duration = Math.max(args.cursor.path.durationMs ?? 180, 0);\n const animation = pointer.animate(keyframes, {\n duration,\n easing: "cubic-bezier(0.22, 1, 0.36, 1)",\n fill: "forwards"\n });\n animation.onfinish = () => {\n pointer.style.transform = "translate(" + targetX + "px, " + targetY + "px)";\n };\n window[cursorStateKey] = { x: point.centerX, y: point.centerY };\n if (click) {\n renderClickPulse(root, click.point, click.durationMs);\n }\n return;\n }\n pointer.style.transition = "opacity 120ms ease";\n pointer.style.opacity = "1";\n pointer.style.transform = "translate(" + targetX + "px, " + targetY + "px)";\n window[cursorStateKey] = { x: point.centerX, y: point.centerY };\n if (click) {\n renderClickPulse(root, click.point, click.durationMs);\n }\n };\n\n renderActivity();\n renderCursor();\n return true;\n })()`}var Rn=class{target;constructor(e){this.target=e}async begin(e,t="info"){return!!X()&&await this.render({activity:{mode:"begin",label:e,tone:t}})}async highlightSelector(e,t={}){const n={...X()?{activity:{mode:"highlight",selector:e,label:t.label,padding:t.padding??xn,tone:t.tone??"info"}}:{}};return"activity"in n&&await this.render(n)}async previewMouseMotion(e){z()&&0!==e.points.length&&await this.render({cursor:{path:{points:e.points,durationMs:e.durationMs}}})}async previewMouseClick(e){z()&&await this.render({cursor:{click:{point:e.point,durationMs:e.durationMs}}})}async succeed(e,t=Sn){return!!X()&&await this.render({activity:{mode:"complete",label:e,tone:"success",lingerMs:t}})}async fail(e,t=Sn){return!!X()&&await this.render({activity:{mode:"complete",label:e,tone:"error",lingerMs:t}})}async clear(){return!!X()&&await this.render({activity:{mode:"clear"}})}async render(e){try{return await this.target.evaluateJson(Cn(e))}catch{return!1}}},kn=28,In=90,Mn=250,Nn=620,Pn=8,Tn=32,An=8;function En(e){return new Promise(t=>{setTimeout(t,e)})}function Bn(e,t,n){return Math.min(Math.max(e,t),n)}function _n(e,t){return Math.max(0,Math.floor(e??t))}function qn(e){return{x:Math.round(Number.isFinite(e.x)?e.x:0),y:Math.round(Number.isFinite(e.y)?e.y:0)}}function Fn(e,t){return Math.hypot(t.x-e.x,t.y-e.y)}function On(e){return e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2}function jn(e){const t=e.x>=96?-72:72,n=e.y>=72?-36:36;return{x:Math.max(1,e.x+t),y:Math.max(1,e.y+n)}}function $n(e,t){return Math.round(e.x+e.y+t.x+t.y)%2==0?1:-1}function Ln(e,t){const n=Fn(e,t);if(n<=Pn)return[e,t];const a=Bn(Math.round(n/30),An,Tn),r=t.x-e.x,o=t.y-e.y,i=Math.max(n,1),s=-o/i,c=r/i,l=Bn(.08*n,4,28)*$n(e,t),d=[e];for(let i=1;i<a;i+=1){const u=i/a,m=On(u),g=Math.sin(Math.PI*u)*l,p=Math.sin(.13*(e.x+t.y+17*i))*Math.min(1.8,n/180);d.push({x:Math.round(e.x+r*m+s*(g+p)),y:Math.round(e.y+o*m+c*(g+p))})}return d.push(t),d}function Dn(e,t){const n=qn(t);return Ln(void 0===e?jn(n):qn(e),n)}var zn=class{dispatcher;sleep;defaultStepDelayMs;lastPoint;constructor(e,t={}){this.dispatcher=e,this.sleep=t.sleep??En,this.defaultStepDelayMs=_n(t.stepDelayMs,kn)}reset(e){this.lastPoint=void 0===e?void 0:qn(e)}async moveTo(e,t={}){const n=_n(t.stepDelayMs,this.defaultStepDelayMs),a=Dn(this.lastPoint,e),r=Math.max(a.length-1,0)*n;await(t.motionObserver?.previewMouseMotion({points:a,durationMs:r}));for(let e=0;e<a.length;e+=1){const r=a[e];void 0!==r&&(await this.dispatcher.dispatchMouseEvent({type:"mouseMoved",x:r.x,y:r.y,...void 0!==t.button?{button:t.button}:{},buttons:t.buttons??0}),e<a.length-1&&n>0&&await this.sleep(n))}return this.lastPoint=qn(e),{points:a,durationMs:r}}async click(e,t={}){const n=t.button??"left",a=t.clickCount??1;await this.moveTo(e,{button:"none",buttons:0,...void 0!==t.motionObserver?{motionObserver:t.motionObserver}:{}}),await this.delayIfPositive(t.preClickDelayMs),await(t.motionObserver?.previewMouseClick?.({point:qn(e),durationMs:Nn})),await this.dispatcher.dispatchMouseEvent({type:"mousePressed",x:Math.round(e.x),y:Math.round(e.y),button:n,buttons:"left"===n?1:0,clickCount:a}),await this.delayIfPositive(t.pressDurationMs??In),await this.dispatcher.dispatchMouseEvent({type:"mouseReleased",x:Math.round(e.x),y:Math.round(e.y),button:n,buttons:0,clickCount:a}),await this.delayIfPositive(t.settleMs??Mn),this.lastPoint=qn(e)}async drag(e,t,n={}){await this.moveTo(e,{button:"none",buttons:0,...void 0!==n.motionObserver?{motionObserver:n.motionObserver}:{},...void 0!==n.stepDelayMs?{stepDelayMs:n.stepDelayMs}:{}}),await this.dispatcher.dispatchMouseEvent({type:"mousePressed",x:Math.round(e.x),y:Math.round(e.y),button:"left",buttons:1,clickCount:1}),await this.delayIfPositive(n.pressDurationMs??In),this.reset(e),await this.moveTo(t,{button:"left",buttons:1,...void 0!==n.motionObserver?{motionObserver:n.motionObserver}:{},...void 0!==n.stepDelayMs?{stepDelayMs:n.stepDelayMs}:{}}),await this.dispatcher.dispatchMouseEvent({type:"mouseReleased",x:Math.round(t.x),y:Math.round(t.y),button:"left",buttons:0,clickCount:1}),this.lastPoint=qn(t)}async delayIfPositive(e){const t=Math.max(0,Math.floor(e??0));t>0&&await this.sleep(t)}};import{setTimeout as Jn}from"node:timers/promises";async function Vn(e,t=300,n=800){const a=Math.floor(Math.random()*(n-t))+t;await e.waitForTimeout(a)}function Hn(e){return e.trim().toLocaleLowerCase("zh-CN")}function Un(e,t){let n=0;for(const a of e)t.includes(a)&&(n+=1);return n}function Kn(e,t){if(void 0!==t.conversationId){const n=e.find(e=>e.conversationId===t.conversationId);if(n)return n}const n=t.candidateName;if(n){const t=Hn(n),a=e.filter(e=>e.name.length>0);let r=a.find(e=>Hn(e.name)===t);if(r)return r;if(r=a.find(e=>{const n=Hn(e.name);return n.includes(t)||t.includes(n)}),r)return r;const o=t.length<=2?1:t.length<=4?.75:.6;if(r=a.find(e=>{const n=Hn(e.name);return Un(t,n)>=Math.ceil(Math.min(t.length,n.length)*o)}),r)return r}if(void 0!==t.index)return e[t.index]}var Wn=["chat-list","chat-history","recommend-list"],Yn={"chat-list":{surface:"chat-list",defaultDirection:"down",containerSelectors:[".user-list.b-scroll-stable",".chat-user .user-list",".chat-user-list",".chat-list-wrapper",".chat-list-wrap",".chat-user .b-scroll-stable",".b-scroll-stable",".chat-user .user-container",".chat-user"],itemSelector:'.user-list.b-scroll-stable [role="listitem"], .geek-item',highlightSelector:".user-list.b-scroll-stable, .chat-user .user-container, .chat-user"},"chat-history":{surface:"chat-history",defaultDirection:"up",containerSelectors:[".conversation-message",".chat-message-list",".conversation-main",".conversation-box"],itemSelector:".chat-message-list > .message-item, .conversation-message .message-item",highlightSelector:".conversation-message, .chat-message-list, .conversation-main"},"recommend-list":{surface:"recommend-list",defaultDirection:"down",containerSelectors:["#recommend-list",".list-wrap.card-list-wrap",".card-list-wrap",".recommend-list-wrap",".recommend-list",".card-list",".candidate-list",".candidate-body",".geek-list",".list-wrap",".recommendV2"],itemSelector:".candidate-card-wrap, li.card-item, .geek-item",highlightSelector:".candidate-card-wrap, li.card-item, .geek-item"}};function Gn(e){return Yn[e]}var Xn={login:{notLoggedIn:".header-login-btn"},unread:{container:".chat-list-wrap",listItem:'[role="listitem"]',geekItemWrap:".geek-item-wrap",item:".chat-item",unreadBadge:".badge-count",unreadBadgeNew:".badge-count.badge-count-common-less",unreadBadgeSpan:".badge-count span",unreadDot:".red-dot",figure:".figure",badge:".badge",candidateName:".candidate-name",candidateNameAlt:".chat-item-name",candidateNameSelectors:'[class*="name"], .nickname, .geek-name',candidateNameNew:".geek-name",jobTitle:".source-job",lastMessage:".push-text",lastMessageAlt:".chat-last-msg",messageTime:".time, .time-shadow",clickArea:".chat-item-content",unreadCandidates:".geek-item"},chat:{chatContainer:".chat-container",messageList:".message-list",messageItem:".message-item",messageContent:".message-content",messageText:".text-content",userMessage:".message-right",candidateMessage:".message-left",messageTime:".message-time",senderName:".sender-name",inputBox:".chat-input",inputTextarea:"textarea.chat-input",inputEditorId:"#boss-chat-editor-input",sendButton:".btn-send",conversationEditor:".conversation-editor",submitButton:".submit-content .submit",submitButtonActive:".submit-content .submit.active",submitContent:".submit-content",sendButtonAlt:".conversation-editor .submit-content",sendIcon:".submit-content .icon-send",systemMessage:".system-msg"},chatDetails:{candidateInfoContainer:".base-info-single-container, .base-info-content",candidateName:".name-box, .geek-name, .base-name",candidateInfoItem:".geek-info-item, .base-info-item, .base-info-single-detial > div",candidateTag:".geek-tag, .high-light-boss",communicationPosition:".position-name",communicationPositionAlt:".position-item:not(.expect) .value.high-light-boss",candidateExpectContainer:".position-item.expect",candidateExpectValue:".position-item.expect .value.job",candidateExpectSalary:".position-item.expect .high-light-orange",candidatePosition:".geek-position, .position-name",candidatePositionAlt:".position-content .value, .position-item .value",chatMessageContainer:".conversation-message, .message-list",messageItem:".message-item",messageTime:".message-time .time",messageTextSpan:".text span",systemMessage:".item-system",friendMessage:".item-friend",myMessage:".item-myself",resumeMessage:".item-resume",readStatus:".status-read"},exchangeWechat:{exchangeButtonPath:"#container > div:nth-child(1) > div > div.chat-box > div.chat-container > div.chat-conversation > div.conversation-box > div.conversation-operate > div.toolbar-box > div.toolbar-box-right > div.operate-exchange-left > div:nth-child(3) > span.operate-btn",exchangeButtonFallback:".operate-exchange-left .operate-btn",confirmDialog:".exchange-tooltip",confirmButton:".exchange-tooltip .btn-box .boss-btn-primary.boss-btn",confirmButtonPath:"#container > div:nth-child(1) > div > div.chat-box > div.chat-container > div.chat-conversation > div.conversation-box > div.conversation-operate > div.toolbar-box > div.toolbar-box-right > div.operate-exchange-left > div:nth-child(3) > div > div > span.boss-btn-primary.boss-btn",cancelButton:".exchange-tooltip .btn-box .boss-btn-outline.boss-btn",wechatCard:".message-card-top-wrap",wechatCardAlt:'[class*="d-top-text"]'},username:{primary:".nav-item.nav-logout .user-name",fallbacks:["#header > div > div > div.nav-item.nav-logout > div.top-profile-logout.ui-dropmenu.ui-dropmenu-drop-arrow > div.ui-dropmenu-label > div > span.user-name",".ui-dropmenu-label .user-name",".nav-logout .user-name","#header .user-name",".top-profile .user-name",".nav-user .user-name",".user-name",'[class*="user-name"]','[class*="username"]','[data-qa="user-name"]',".header-user-name","#header .label-name"]},nav:{sidebar:".side-wrap.side-wrap-v2",chatLink:'.side-wrap.side-wrap-v2 a[href*="/web/chat/index"]',recommendLink:'.side-wrap.side-wrap-v2 a[href*="/web/chat/recommend"]'},recommend:{iframe:"#recommendFrame",resumeIframe:'iframe[src*="c-resume"]',filterButton:".recommend-filter .filter-label, .filter-label-wrap .filter-label, .filter-label",filterPanel:".filter-panel",candidateItem:"[data-geek], .geek-item",candidateName:".name",candidateBaseInfo:".base-info",workExps:".timeline-wrap.work-exps",expectInfo:".row-flex, .timeline-wrap.expect",salaryWrap:".salary-wrap",tagsWrap:".tags-wrap",greetButton:".btn-greet, .op-btn",resumeCanvas:"div#resume > canvas#resume, canvas#resume",closeResumeBtn:".close-btn, .dialog-close",closeResumeBtnV2:".recommendV2 .close-btn"},candidateProfile:{panel:".candidate-info, .resume-info, .geek-info",name:".candidate-info .name, .geek-info .name",age:".candidate-info .age, .geek-info .age",gender:".candidate-info .gender, .geek-info .gender",experience:".candidate-info .experience, .geek-info .work-exp",education:".candidate-info .education, .geek-info .edu",expectedSalary:".candidate-info .salary, .geek-info .expect-salary",expectedPosition:".candidate-info .position, .geek-info .expect-position",activeTime:".candidate-info .active-time, .geek-info .active"}},Zn=30,Qn=new Set(["招聘规范","消息","首页","推荐牛人","看简历","我的客服","面试","招聘数据","账号权益","升级VIP","职位","职位管理","牛人","公司","数据统计","设置","帮助中心","登录","注册","退出登录","退出","BOSS直聘","下载APP","搜索","发布职位"]);function ea(e){const t=e.trim();return!(0===t.length||t.length>Zn)&&(!Qn.has(t)&&!/登录|注册|退出|下载|帮助|设置|管理/.test(t))}function ta(e){let t=e.priority;return Qn.has(e.text.trim())&&(t+=10),e.text.trim().length>10&&(t+=5),/^[\u4e00-\u9fff]{2,4}$/.test(e.text.trim())&&(t-=.5),void 0!==e.xRatio&&(t-=4*(e.xRatio-.5)),t}function na(e){const t=e.filter(e=>ea(e.text));if(0===t.length)return{found:!1};const n=new Map;for(const e of t){const t=e.text.trim(),a=n.get(t)??new Set;a.add(e.strategy),n.set(t,a)}const a=t.map(e=>{let t=ta(e);const a=n.get(e.text.trim())?.size??1;return a>1&&(t-=.5*a),{evidence:e,score:t}}).sort((e,t)=>e.score-t.score)[0];return a?{found:!0,username:a.evidence.text.trim(),strategy:a.evidence.strategy,source:a.evidence.source}:{found:!1}}var aa='.user-list.b-scroll-stable [role="listitem"], .geek-item',ra='.user-list.b-scroll-stable, .user-list.b-scroll-stable [role="listitem"], .geek-item',oa=".candidate-card-wrap",ia="[data-geek], .geek-item",sa=`${oa}, ${ia}`,ca=["/web/chat/recommend"],la=250,da=300,ua=900,ma=1200,ga=4,pa=4,fa=250,ha=90,ba=520,ya=16,va=50,wa=650,xa=10,Sa=.015,Ca="button, a, label, li, span, div, [role='button'], [role='radio']";function Ra(e){return new Promise(t=>{setTimeout(t,e)})}function ka(e){return{x:e.x,y:e.y}}function Ia(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function Ma(e){return e.includes("/web/chat/index")}function Na(e){return e.trim().toLocaleLowerCase("zh-CN")}function Pa(e){return e.replace(/\s+/g,"").trim().toLocaleLowerCase("zh-CN")}function Ta(e,t){const n=Na(e),a=Na(t);return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function Aa(e){return"string"==typeof e?e:""}function Ea(e){return"number"==typeof e&&Number.isFinite(e)?e:0}function Ba(e){return"boolean"==typeof e&&e}function _a(e){return Array.isArray(e)?e.map((e,t)=>{const n=Ia(e)?e:{};return{conversationId:Aa(n.conversationId),candidateId:Aa(n.candidateId),name:Aa(n.name),index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,position:Aa(n.position),hasUnread:Ba(n.hasUnread),unreadCount:"number"==typeof n.unreadCount&&Number.isInteger(n.unreadCount)?n.unreadCount:0,lastMessageTime:Aa(n.lastMessageTime),messagePreview:Aa(n.messagePreview)}}):[]}function qa(e){return Array.isArray(e)?e.flatMap(e=>{if(!Ia(e))return[];const t=e.text,n=e.strategy,a=e.priority,r=e.source,o=e.xRatio;return"string"!=typeof t||"role-link"!==n&&"role-button"!==n&&"leaf-text"!==n&&"css-fallback"!==n||"number"!=typeof a||"string"!=typeof r?[]:[{text:t,strategy:n,priority:a,source:r,..."number"==typeof o?{xRatio:o}:{}}]}):[]}function Fa(e){return Array.isArray(e)?e.map((e,t)=>{const n=Ia(e)?e:{},a=n.tags;return{index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,candidateId:Aa(n.candidateId),name:Aa(n.name),age:Aa(n.age),experience:Aa(n.experience),education:Aa(n.education),workStatus:Aa(n.workStatus),company:Aa(n.company),currentPosition:Aa(n.currentPosition),expectedLocation:Aa(n.expectedLocation),expectedPosition:Aa(n.expectedPosition),expectedSalary:Aa(n.expectedSalary),tags:Array.isArray(a)?a.map(e=>Aa(e)).filter(Boolean):[],buttonText:Aa(n.buttonText)}}):[]}function Oa(e){return Array.isArray(e)?e.map((e,t)=>{const n=Ia(e)?e:{};return{index:"number"==typeof n.index&&Number.isInteger(n.index)?n.index:t,value:Aa(n.value),label:Aa(n.label),isCurrent:Ba(n.isCurrent)}}):[]}function ja(e){return Ia(e)?{found:Ba(e.found),isOpen:Ba(e.isOpen),currentLabel:Aa(e.currentLabel),currentValue:Aa(e.currentValue),options:Oa(e.options)}:{found:!1,isOpen:!1,currentLabel:"",currentValue:"",options:[]}}function $a(e){if(!Ia(e))return null;const t=Aa(e.conversationId),n=Aa(e.candidateId);return 0===t.length||0===n.length?null:{conversationId:t,candidateId:n,candidateName:Aa(e.candidateName)}}function La(e){if(!Ia(e))return null;const t=Aa(e.candidateName);return t.length>0?{candidateName:t}:null}function Da(e){return Array.isArray(e)?e.flatMap((e,t)=>{if(!Ia(e))return[];const n=e.sender,a=e.messageType;return"candidate"!==n&&"recruiter"!==n&&"system"!==n||"text"!==a&&"system"!==a&&"resume"!==a&&"wechat-exchange"!==a?[]:[{index:"number"==typeof e.index&&Number.isInteger(e.index)?e.index:t,sender:n,messageType:a,content:Aa(e.content),time:Aa(e.time)}]}):[]}function za(e){const t=Ia(e)?e:{},n=t.tags;return{name:Aa(t.name),age:Aa(t.age),experience:Aa(t.experience),education:Aa(t.education),communicationPosition:Aa(t.communicationPosition),expectedJobText:Aa(t.expectedJobText),expectedSalary:Aa(t.expectedSalary),tags:Array.isArray(n)?n.map(e=>Aa(e)).filter(Boolean):[]}}function Ja(e){const t=Ia(e)?e:{};return{selectedTarget:$a(t.selectedTarget),activePanel:La(t.activePanel),candidateInfo:za(t.candidateInfo),messages:Da(t.messages)}}function Va(e){return Ia(e)?{found:Ba(e.found),x:Ea(e.x),y:Ea(e.y)}:{found:!1,x:0,y:0}}function Ha(e){return Ia(e)?{found:Ba(e.found),left:Ea(e.left),top:Ea(e.top)}:{found:!1,left:0,top:0}}function Ua(e){return Ia(e)?{found:Ba(e.found),cardSelector:Aa(e.cardSelector)||oa,candidateId:Aa(e.candidateId),name:Aa(e.name),..."string"==typeof e.age?{age:e.age}:{},..."string"==typeof e.experience?{experience:e.experience}:{},..."string"==typeof e.education?{education:e.education}:{},..."string"==typeof e.workStatus?{workStatus:e.workStatus}:{},..."string"==typeof e.company?{company:e.company}:{},..."string"==typeof e.currentPosition?{currentPosition:e.currentPosition}:{},..."string"==typeof e.expectedLocation?{expectedLocation:e.expectedLocation}:{},..."string"==typeof e.expectedPosition?{expectedPosition:e.expectedPosition}:{},..."string"==typeof e.expectedSalary?{expectedSalary:e.expectedSalary}:{},hasGreetButton:Ba(e.hasGreetButton),..."string"==typeof e.error?{error:e.error}:{}}:{found:!1,cardSelector:oa,candidateId:"",name:"",hasGreetButton:!1}}function Ka(e){return Ia(e)?{..."number"==typeof e.ageMin?{ageMin:e.ageMin}:{},..."number"==typeof e.ageMax?{ageMax:e.ageMax}:{},..."number"==typeof e.minRatio?{minRatio:e.minRatio}:{},..."number"==typeof e.maxRatio?{maxRatio:e.maxRatio}:{}}:{}}function Wa(e){return Ia(e)&&!0===e.ok?{ok:!0,current:Ka(e.current),trackLeft:Ea(e.trackLeft),trackTop:Ea(e.trackTop),trackWidth:Ea(e.trackWidth),trackHeight:Ea(e.trackHeight),minHandleX:Ea(e.minHandleX),minHandleY:Ea(e.minHandleY),maxHandleX:Ea(e.maxHandleX),maxHandleY:Ea(e.maxHandleY)}:{ok:!1,error:Ia(e)&&Aa(e.error)||"未找到年龄滑块"}}function Ya(e){return Ia(e)?{containerFound:Ba(e.containerFound),containerLabel:Aa(e.containerLabel),scrollTop:Ea(e.scrollTop),scrollHeight:Ea(e.scrollHeight),clientHeight:Ea(e.clientHeight),itemCount:Ea(e.itemCount),atStart:Ba(e.atStart),atEnd:Ba(e.atEnd)}:{containerFound:!1,containerLabel:"",scrollTop:0,scrollHeight:0,clientHeight:0,itemCount:0,atStart:!0,atEnd:!0}}function Ga(e){return[e,...(e.childFrames??[]).flatMap(e=>Ga(e))]}function Xa(e){const t=new Set,n=[];for(const a of e){const e=a.conversationId.length>0?`conversation:${a.conversationId}`:`fallback:${a.name}:${a.messagePreview}:${a.index}`;t.has(e)||(t.add(e),n.push(a))}return n}function Za(e){return e.candidateId.length>0?e.candidateId:0!==e.name.length?[e.name,e.age,e.experience,e.expectedLocation,e.expectedPosition,e.expectedSalary].join("|"):void 0}function Qa(e,t,n){const a=t.filter(e=>se(e.url,"zhipin")),r=a.find(t=>e.isNativePageSelected(t.targetId));if(n.requireChatPage){if(r&&Ma(r.url))return r;const e=a.filter(e=>Ma(e.url));if(1===e.length){const t=e[0];if(t)return t}if(r)throw new Error("Selected BOSS page is not a chat page; switch to chat page first.");if(e.length>1)throw new Error("Multiple BOSS chat pages found; select the target tab first.");throw new Error("No BOSS chat page found; switch to chat page first.")}if(r)return r;if(1===a.length){const e=a[0];if(e)return e}if(a.length>1)throw new Error("Multiple BOSS pages found; select the target tab first.");throw new Error("No BOSS page found.")}async function er(e={},t={}){const n=t.ctxManager??h(),a=t.runtime??f(),r=Qa(n,await n.listNativePages(),e),o=await a.connectNativePage(r);return new tr({target:r,controller:o})}var tr=class{target;controller;mouse;recommendFrameContextId;recommendFrameContextFrameId;constructor(e){this.target=e.target,this.controller=e.controller,this.mouse=new zn(e.controller)}get targetId(){return this.target.targetId}async inspectPage(){return{...this.target,url:await this.url().catch(()=>this.target.url),title:await this.title().catch(()=>this.target.title)}}async url(){return await this.evaluateJson("location.href")}async title(){return await this.evaluateJson("document.title")}async waitForSelector(e,t=5e3){const n=Date.now();for(;Date.now()-n<t;){if(await this.evaluateJson(`document.querySelector(${JSON.stringify(e)}) !== null`).catch(()=>!1))return!0;await Ra(la)}return!1}async evaluateJson(e){return await this.controller.evaluateJson(e)}async bringToFront(){await this.controller.bringToFront()}async isChatSurfaceOpen(){return await this.evaluateJson(`location.href.includes("/web/chat/index") ||\n document.querySelector("#container.chat-container-private") !== null ||\n document.querySelector(${JSON.stringify(ra)}) !== null`)}async waitForChatSurface(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.isChatSurfaceOpen().catch(()=>!1))return!0;await Ra(la)}return!1}async isRecommendSurfaceOpen(){const e=[Xn.recommend.iframe,'iframe[name="recommendFrame"]','iframe[src*="recommend"]'].join(", ");return await this.evaluateJson(`(() => {\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ca)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (hasRecommendUrl) {\n return true;\n }\n\n if (href.includes("/web/chat/index")) {\n return false;\n }\n\n const recommendFrame = document.querySelector(${JSON.stringify(e)});\n return recommendFrame !== null;\n })()`)}async waitForRecommendSurface(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.isRecommendSurfaceOpen().catch(()=>!1))return!0;await Ra(la)}return!1}async resolveRecommendFrameContextId(){const e=await this.controller.getFrameTree().catch(()=>{});if(void 0===e)return;const t=Ga(e).map(e=>e.frame),n=t.find(e=>"recommendFrame"===e.name),a=t.find(t=>t.id!==e.frame.id&&t.url.includes("recommend")),r=n??a;if(void 0===r)return;if(void 0!==this.recommendFrameContextId&&this.recommendFrameContextFrameId===r.id)return this.recommendFrameContextId;const o=await this.controller.createIsolatedWorld(r.id).catch(()=>{});return void 0!==o?(this.recommendFrameContextId=o,this.recommendFrameContextFrameId=r.id,o):void 0}async evaluateRecommendFrameJson(e){const t=await this.resolveRecommendFrameContextId();if(void 0!==t)return await this.controller.evaluateJson(e,{contextId:t}).catch(()=>{})}async readRecommendFrameOffset(){return Ha(await this.evaluateJson(`(() => {\n const iframe =\n document.querySelector(${JSON.stringify(Xn.recommend.iframe)}) ??\n document.querySelector('iframe[name="recommendFrame"]') ??\n document.querySelector('iframe[src*="recommend"]');\n if (!iframe) {\n return { found: false, left: 0, top: 0 };\n }\n const rect = iframe.getBoundingClientRect();\n return { found: rect.width > 0 && rect.height > 0, left: rect.left, top: rect.top };\n })()`).catch(()=>{}))}async resolveRecommendClickTarget(e){const t=Va(await this.evaluateJson(e).catch(()=>{}));if(t.found)return t;const n=Va(await this.evaluateRecommendFrameJson(e));if(!n.found)return n;const a=await this.readRecommendFrameOffset();return a.found?{found:!0,x:Math.round(n.x+a.left),y:Math.round(n.y+a.top)}:n}async dispatchNativeClick(e,t={}){return!!e.found&&(await this.mouse.click(ka(e),{...void 0!==t.motionObserver?{motionObserver:t.motionObserver}:{},...void 0!==t.preClickDelayMs?{preClickDelayMs:t.preClickDelayMs}:{},pressDurationMs:t.pressDurationMs??ha,settleMs:t.settleMs??fa}),!0)}async hasRecommendList(){if(!await this.isRecommendSurfaceOpen().catch(()=>!1))return!1;const e=`document.querySelector(${JSON.stringify(sa)}) !== null`;return!!await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async waitForRecommendList(e=1e4){const t=Date.now();for(;Date.now()-t<e;)if(await this.isRecommendSurfaceOpen().catch(()=>!1)){if(await this.hasRecommendList().catch(()=>!1))return!0;await Ra(la)}else await Ra(la);return await this.hasRecommendList().catch(()=>!1)}async readRecommendJobSelectorState(){const e='(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const text = (element) => (element.textContent ?? "").replace(/\\s+/g, " ").trim();\n const wrap = document.querySelector(".job-selecter-wrap");\n if (!wrap) {\n return {\n found: false,\n isOpen: false,\n currentLabel: "",\n currentValue: "",\n options: []\n };\n }\n\n const list = wrap.querySelector(".ui-dropmenu-list");\n const options = Array.from(wrap.querySelectorAll(".job-list .job-item")).map(\n (item, index) => {\n const labelElement = item.querySelector(".label") ?? item;\n return {\n index,\n value: item.getAttribute("value") ?? item.getAttribute("data-value") ?? "",\n label: text(labelElement),\n isCurrent: item.classList.contains("curr")\n };\n },\n );\n const current = options.find((option) => option.isCurrent);\n const label = wrap.querySelector(".ui-dropmenu-label");\n return {\n found: true,\n isOpen: Boolean(list && visible(list)),\n currentLabel: current?.label ?? (label ? text(label) : ""),\n currentValue: current?.value ?? "",\n options\n };\n })()',t=ja(await this.evaluateJson(e).catch(()=>{}));return t.found?t:ja(await this.evaluateRecommendFrameJson(e))}async openRecommendJobSelector(e={}){if((await this.readRecommendJobSelectorState()).isOpen)return!0;const t=await this.resolveRecommendClickTarget('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const wrap = document.querySelector(".job-selecter-wrap");\n const label = wrap?.querySelector(".ui-dropmenu-label") ?? wrap;\n if (!label || !visible(label)) {\n return { found: false, x: 0, y: 0 };\n }\n label.scrollIntoView({ block: "center", inline: "center" });\n const rect = label.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()');return!!await this.dispatchNativeClick(t,e)&&(await Ra(900),(await this.readRecommendJobSelectorState()).isOpen)}async setRecommendJobSearch(e,t={}){const n=await this.resolveRecommendClickTarget('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const input = document.querySelector(".job-selecter-wrap .top-chat-search input.ipt.chat-job-search");\n if (!(input instanceof HTMLInputElement) || !visible(input)) {\n return { found: false, x: 0, y: 0 };\n }\n input.scrollIntoView({ block: "center", inline: "center" });\n const rect = input.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()');if(!await this.dispatchNativeClick(n,t))return!1;if(await Ra(260),await this.selectAllFocusedText(),await Ra(160),await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await Ra(90),await this.controller.dispatchKeyEvent({type:"keyUp",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),0===e.length)return await Ra(500),!0;await Ra(350);for(const t of Array.from(e))await this.controller.insertText(t),await Ra(110);return await Ra(650),!0}selectRecommendJobMatch(e,t){const n=e=>{const t=e[0];return{...void 0!==t?{selected:t}:{},matchedCount:e.length}};if(void 0!==e.jobValue){return n(t.filter(t=>t.value===e.jobValue))}if(void 0!==e.jobName){const a=Pa(e.jobName),r=t.filter(e=>Pa(e.label)===a);if(r.length>0)return n(r);return n(t.filter(e=>Pa(e.label).includes(a)))}if(void 0!==e.index){return n(t.filter(t=>t.index===e.index))}return{matchedCount:0}}getCurrentRecommendJobOption(e){const t=e.options.find(e=>e.isCurrent);return void 0!==t?t:0!==e.currentLabel.length||0!==e.currentValue.length?{index:-1,value:e.currentValue,label:e.currentLabel,isCurrent:!0}:void 0}currentRecommendJobMatchesRequest(e,t){if(void 0===t)return!1;if(void 0!==e.jobValue&&t.value.length>0)return t.value===e.jobValue;if(void 0!==e.jobName&&t.label.length>0){const n=Pa(e.jobName),a=Pa(t.label);return a===n||a.includes(n)}return void 0!==e.index&&t.index===e.index}hasRecommendJobAlternative(e,t){return t.some(n=>!n.isCurrent&&(void 0===e?t.length>1:n.value.length>0&&e.value.length>0?n.value!==e.value:n.label!==e.label||n.index!==e.index))}async clickRecommendJobOption(e,t={}){const n=await this.resolveRecommendClickTarget(`(() => {\n const expectedValue = ${JSON.stringify(e.value)};\n const expectedIndex = ${JSON.stringify(e.index)};\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const items = Array.from(document.querySelectorAll(".job-selecter-wrap .job-list .job-item"));\n const item = items.find((candidate, index) => {\n const value = candidate.getAttribute("value") ?? candidate.getAttribute("data-value") ?? "";\n return expectedValue.length > 0 ? value === expectedValue : index === expectedIndex;\n });\n if (!item || !visible(item)) {\n return { found: false, x: 0, y: 0 };\n }\n item.scrollIntoView({ block: "center", inline: "center" });\n const rect = item.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);return await this.dispatchNativeClick(n,t)}async listRecommendJobs(e={}){if(!await this.waitForRecommendList(3e3))return{success:!1,status:"recommend_not_ready",options:[],availableCount:0,canSwitch:!1,error:"推荐牛人页未就绪"};if(!await this.openRecommendJobSelector(e)){const e=await this.readRecommendJobSelectorState(),t=this.getCurrentRecommendJobOption(e);return{success:!1,status:e.found?"selector_not_found":"recommend_not_ready",...void 0!==t?{current:t}:{},options:e.options,availableCount:e.options.length,canSwitch:!1,error:e.found?"未找到或无法打开岗位下拉":"未找到岗位下拉"}}await this.setRecommendJobSearch("",e),await Ra(700);const t=await this.readRecommendJobSelectorState(),n=this.getCurrentRecommendJobOption(t);return{success:!0,status:"listed",...void 0!==n?{current:n}:{},options:t.options,availableCount:t.options.length,canSwitch:this.hasRecommendJobAlternative(n,t.options)}}async selectRecommendJob(e,t={}){const n={...e};if(!await this.waitForRecommendList(3e3))return{success:!1,status:"recommend_not_ready",requested:n,options:[],matchedCount:0,error:"推荐牛人页未就绪"};if(!await this.openRecommendJobSelector(t)){const e=await this.readRecommendJobSelectorState(),t=e.options.find(e=>e.isCurrent);return{success:!1,status:e.found?"selector_not_found":"recommend_not_ready",requested:n,...void 0!==t?{current:t}:{},options:e.options,matchedCount:0,error:e.found?"未找到或无法打开岗位下拉":"未找到岗位下拉"}}await this.setRecommendJobSearch("",t),await Ra(700);let a=await this.readRecommendJobSelectorState();const r=this.getCurrentRecommendJobOption(a);if(void 0!==r&&this.currentRecommendJobMatchesRequest(n,r)&&!0!==n.forceClick)return{success:!0,status:"already_selected",requested:n,current:r,selected:r,options:a.options,matchedCount:1};let o=this.selectRecommendJobMatch(n,a.options);const i=n.searchKeyword??n.jobName;void 0===o.selected&&!1!==n.useSearch&&void 0!==i&&i.trim().length>0&&await this.setRecommendJobSearch(i,t)&&(await Ra(900),a=await this.readRecommendJobSelectorState(),o=this.selectRecommendJobMatch(n,a.options));const s=this.getCurrentRecommendJobOption(a);if(void 0===o.selected)return{success:!1,status:"not_found",requested:n,...void 0!==s?{current:s}:{},options:a.options,matchedCount:o.matchedCount,error:"未找到匹配的招聘岗位"};if(o.selected.isCurrent&&!0!==n.forceClick)return{success:!0,status:"already_selected",requested:n,current:o.selected,selected:o.selected,options:a.options,matchedCount:o.matchedCount};if(!await this.clickRecommendJobOption(o.selected,t))return{success:!1,status:"selector_not_found",requested:n,...void 0!==s?{current:s}:{},selected:o.selected,options:a.options,matchedCount:o.matchedCount,error:"未能点击匹配的招聘岗位"};let c=await this.readRecommendJobSelectorState();for(let e=0;e<6;e+=1){const e=this.getCurrentRecommendJobOption(c);if(e?.value===o.selected.value||e?.label===o.selected.label)break;await Ra(600),c=await this.readRecommendJobSelectorState()}const l=c.options.find(e=>e.value===o.selected?.value)??o.selected;return{success:!0,status:"selected",requested:n,current:l,selected:l,options:c.options.length>0?c.options:a.options,matchedCount:o.matchedCount}}async clickSidebarSection(e,t={}){const n="chat"===e?Xn.nav.chatLink:Xn.nav.recommendLink,a=Va(await this.evaluateJson(`(() => {\n const selector = ${JSON.stringify(n)};\n const labels = ${JSON.stringify("chat"===e?["沟通","消息"]:["推荐牛人"])};\n const normalizedLabels = labels.map((label) => label.replace(/\\s+/g, ""));\n const interactiveSelector = 'a, button, [role="link"], [role="button"]';\n const textSelector = 'span, div, li, a, button, [role="link"], [role="button"]';\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const normalizeText = (element) =>\n (element.textContent ?? "").replace(/\\s+/g, "").trim();\n const matchesExactLabel = (element) => {\n const text = normalizeText(element);\n return normalizedLabels.some((label) => text === label);\n };\n const matchesInteractiveLabel = (element) => {\n const text = normalizeText(element);\n return normalizedLabels.some(\n (label) =>\n text === label ||\n text.startsWith(label) ||\n (text.includes(label) && text.length <= label.length + 8),\n );\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const readCenter = (element) => {\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n };\n\n const sidebar = document.querySelector(${JSON.stringify(Xn.nav.sidebar)}) ?? document;\n const selectorTargets = Array.from(document.querySelectorAll(selector))\n .filter((element) => visible(element))\n .sort((left, right) => area(left) - area(right));\n if (selectorTargets[0]) {\n return readCenter(selectorTargets[0]);\n }\n\n const interactiveTargets = Array.from(sidebar.querySelectorAll(interactiveSelector))\n .filter((element) => visible(element) && matchesInteractiveLabel(element))\n .sort((left, right) => area(left) - area(right));\n if (interactiveTargets[0]) {\n return readCenter(interactiveTargets[0]);\n }\n\n const exactTextTargets = Array.from(sidebar.querySelectorAll(textSelector))\n .filter((element) => visible(element) && matchesExactLabel(element))\n .sort((left, right) => area(left) - area(right));\n if (exactTextTargets[0]) {\n return readCenter(exactTextTargets[0]);\n }\n\n return { found: false, x: 0, y: 0 };\n })()`));return!!a.found&&await this.dispatchNativeClick(a,t)}async scrollSurface(e,t={}){const n=Gn(e),a=t.direction??n.defaultDirection,r=Math.max(0,Math.floor(t.steps??1)),o=Math.max(0,Math.floor(t.settleMs??700)),i=await this.inspectSurface(e);let s=i,c=0;for(let n=0;n<r;n+=1){if("chat-list"===e&&s.itemCount>0){const n=await this.scrollSurfaceWithWheel(e,a,t.distance);if(void 0===n)break;if(s=n,c+=1,o>0){await Ra(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}continue}if("up"===a&&s.atStart||"down"===a&&s.atEnd){if(s.itemCount<=0)break;const n=await this.scrollSurfaceWithWheel(e,a,t.distance);if(void 0===n)break;if(s=n,c+=1,o>0){await Ra(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}continue}if(s=await this.scrollSurfaceOnce(e,a,t.distance),c+=1,o>0){await Ra(o);const t=await this.inspectSurface(e);s=t.containerFound||!s.containerFound?t:s}}return{success:i.containerFound||s.containerFound||c>0,direction:a,stepsRequested:r,stepsCompleted:c,reachedBoundary:"up"===a?s.atStart:s.atEnd,before:i,after:s}}async readChatCandidates(e={}){const t=e.targetCount??20,n=e.autoScroll?e.maxScrolls??3:0,a=[];for(let e=0;e<=n;e+=1){a.push(...await this.readVisibleChatCandidates());const r=Xa(a);if(r.length>=t||e===n)return r;if(!(await this.scrollChatList()).ok)return r;await Ra(da)}return Xa(a)}async openChat(e){if(await this.bringToFront().catch(()=>{}),!await this.isChatSurfaceOpen().catch(()=>!1)){if(!await this.clickSidebarSection("chat",{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}})||!await this.waitForChatSurface())return{found:!1,conversationId:"",candidateId:"",name:e.candidateName??"",index:e.index??-1,position:"",hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:"消息列表未加载"}}const t=void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index,n=Math.max(0,Math.floor(e.maxScrolls??(t?12:4))),a=async t=>{if(!await this.clickChatCandidate(t,{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}}))return{...t,found:!1,error:`未能点击候选人: ${t.name||t.conversationId}`};await Ra(fa);let n=await this.waitForNativeChatReady(t);if(!n){await this.clickChatCandidate(t,{...void 0!==e.motionObserver?{motionObserver:e.motionObserver}:{}})&&(await Ra(fa),n=await this.waitForNativeChatReady(t))}return n?{...t,found:!0}:{...t,found:!1,error:`打开候选人聊天后,右侧会话未同步切换到 ${t.name||t.conversationId}`}},r=async(n,r)=>{const o=[];for(let i=0;i<=r;i+=1){o.push(...await this.readVisibleChatCandidates());const s=Xa(o),c=!0!==e.preferUnread||t?Kn(s,e):s.find(e=>e.hasUnread);if(void 0!==c)return await a(c);if(i>=r)break;if(!(await this.scrollChatList(n)).ok)break;await Ra(da)}},o=await r("down",t?0:n);if(void 0!==o)return o;if(t&&n>0){for(let e=0;e<n;e+=1){const e=await this.scrollChatList("up");if(!e.ok||e.after<=1||e.after>=e.before)break;await Ra(da)}const e=await r("down",n);if(void 0!==e)return e}return{found:!1,conversationId:"",candidateId:"",name:e.candidateName??"",index:e.index??-1,position:"",hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:`未找到候选人: ${e.candidateName??(void 0!==e.conversationId?`conversationId ${e.conversationId}`:`index ${e.index??0}`)}`}}async readSelectedChatTarget(){return $a(await this.evaluateJson('(() => {\n const selected = document.querySelector(".geek-item.selected");\n if (!selected) {\n return null;\n }\n\n const conversationId =\n selected.getAttribute("data-id") ??\n selected.closest(\'[role="listitem"]\')?.getAttribute("key") ??\n "";\n const candidateId =\n selected.getAttribute("data-geek") ??\n selected.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n const candidateName =\n selected\n .querySelector(\'[class*="name"], .nickname, .geek-name, .candidate-name\')\n ?.textContent?.trim() ?? "";\n\n return { conversationId, candidateId, candidateName };\n })()'))}async readActiveChatPanel(){return La(await this.evaluateJson('(() => {\n const rootSelectors = [".chat-conversation", ".conversation-box", ".conversation-message"];\n const nameSelectors = [\n ".base-info-single-detial .name-box",\n ".base-info-content .name-box",\n ".base-info-single-container .name-box",\n ".base-info-content .base-name",\n ".chat-user-name",\n ".name-box",\n ".base-name",\n ];\n\n for (const rootSelector of rootSelectors) {\n const root = document.querySelector(rootSelector);\n if (!root) continue;\n\n for (const nameSelector of nameSelectors) {\n const candidateName = root.querySelector(nameSelector)?.textContent?.trim() ?? "";\n if (candidateName.length > 0) {\n return { candidateName };\n }\n }\n }\n\n return null;\n })()'))}async waitForChatMessages(e=8e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.evaluateJson('document.querySelector(".chat-message-list .message-item, .conversation-message .message-item") !== null').catch(()=>!1))return!0;await Ra(la)}return await this.evaluateJson('document.querySelector(".chat-message-list .message-item, .conversation-message .message-item") !== null').catch(()=>!1)}async readCandidateChatDetails(e){const t=Math.max(0,Math.floor(e));return Ja(await this.evaluateJson(`(() => {\n const maxMsgs = ${JSON.stringify(t)};\n const selected = document.querySelector(".geek-item.selected");\n const selectedTarget = selected\n ? {\n conversationId:\n selected.getAttribute("data-id") ??\n selected.closest('[role="listitem"]')?.getAttribute("key") ??\n "",\n candidateId:\n selected.getAttribute("data-geek") ??\n selected.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n selected.getAttribute("data-id") ??\n selected.closest('[role="listitem"]')?.getAttribute("key") ??\n "",\n candidateName:\n selected\n .querySelector('[class*="name"], .nickname, .geek-name, .candidate-name')\n ?.textContent?.trim() ?? ""\n }\n : null;\n\n const conversationRoot =\n document.querySelector(".chat-conversation") ??\n document.querySelector(".conversation-box") ??\n document;\n\n const nameSelectors = [\n ".base-info-single-detial .name-box",\n ".base-info-content .name-box",\n ".base-info-single-container .name-box",\n ".base-info-content .base-name",\n ".chat-user-name",\n ".name-box",\n ".base-name"\n ];\n let activePanel = null;\n for (const nameSelector of nameSelectors) {\n const candidateName =\n conversationRoot.querySelector(nameSelector)?.textContent?.trim() ?? "";\n if (candidateName.length > 0) {\n activePanel = { candidateName };\n break;\n }\n }\n\n const detailArea = conversationRoot.querySelector(\n ".base-info-single-detial, .base-info-content, .base-info-single-container"\n );\n const name =\n detailArea\n ?.querySelector(".name-box, .base-name, .chat-user-name, .geek-name")\n ?.textContent?.trim() ?? "";\n\n const infoItems = detailArea\n ? detailArea.querySelectorAll(":scope > div")\n : conversationRoot.querySelectorAll(".geek-info-item, .base-info-item");\n const infoTexts = [];\n infoItems.forEach((el) => {\n const text = el.textContent?.trim();\n if (text) infoTexts.push(text);\n });\n const fullInfo = infoTexts.join(" ");\n\n const ageMatch = fullInfo.match(/(\\d{2,3})岁/);\n const age = ageMatch ? ageMatch[1] + "岁" : "";\n const expMatch = fullInfo.match(/(\\d+年(?:以上)?|应届生|在校生)/);\n const experience = expMatch?.[1] ?? "";\n const education = fullInfo.match(/(初中|高中|中专|大专|本科|硕士|博士)/)?.[1] ?? "";\n\n let communicationPosition = "";\n const posNameEl = conversationRoot.querySelector(".position-name");\n if (posNameEl) {\n const cloned = posNameEl.cloneNode(true);\n cloned.querySelectorAll(".popover-wrap, .tooltip-job").forEach((element) => element.remove());\n communicationPosition = cloned.textContent?.trim() ?? "";\n }\n\n let expectedJobText = "";\n const expectValue = conversationRoot.querySelector(".position-item.expect .value.job");\n if (expectValue) {\n expectedJobText = expectValue.textContent?.trim() ?? "";\n }\n const expectedSalary =\n conversationRoot\n .querySelector(".position-item.expect .high-light-orange")\n ?.textContent?.trim() ?? "";\n\n const tags = [];\n if (detailArea) {\n detailArea\n .querySelectorAll(".geek-tag, .base-info-item .high-light-boss")\n .forEach((element) => {\n const text = element.textContent?.trim();\n if (text && !text.includes("更换职位") && text.length < 20) tags.push(text);\n });\n }\n\n const msgItems = conversationRoot.querySelectorAll(\n ".chat-message-list > .message-item, .conversation-message .message-item"\n );\n const timeRegex = /\\d{1,2}:\\d{2}(?::\\d{2})?|\\d{4}-\\d{2}-\\d{2}/;\n const messages = [];\n let msgIdx = 0;\n\n msgItems.forEach((item) => {\n if (msgIdx >= maxMsgs) return;\n\n const hasFriend = item.querySelector(".item-friend") !== null;\n const hasMyself = item.querySelector(".item-myself") !== null;\n const hasSystem = item.querySelector(".item-system") !== null;\n const hasResume = item.querySelector(".item-resume") !== null;\n const hasDialog = item.querySelector(".message-dialog-center") !== null;\n\n let sender = "system";\n let messageType = "text";\n if (hasFriend) {\n sender = "candidate";\n } else if (hasMyself) {\n sender = "recruiter";\n } else if (hasSystem || hasDialog) {\n sender = "system";\n messageType = "system";\n }\n if (hasResume) messageType = "resume";\n\n const cardEl = item.querySelector(".message-card-top-wrap, [class*='d-top-text']");\n if (cardEl) {\n const cardText = cardEl.textContent ?? "";\n if (cardText.includes("微信") || cardText.includes("WeChat")) {\n messageType = "wechat-exchange";\n }\n }\n\n const timeEl = item.querySelector(".message-time .time, .message-time");\n const timeMatch = (timeEl?.textContent ?? "").match(timeRegex);\n const time = timeMatch ? timeMatch[0] : "";\n\n let content = "";\n if (messageType === "wechat-exchange" && cardEl) {\n const cardText = cardEl.textContent ?? "";\n const digitMatch = cardText.match(/\\b(\\d{8,15})\\b/);\n const wxMatch = cardText.match(/微信[::号]*\\s*([a-zA-Z0-9_-]{5,20})/);\n if (digitMatch) content = "[微信号: " + digitMatch[1] + "]";\n else if (wxMatch) content = "[微信号: " + wxMatch[1] + "]";\n else content = "[交换微信]";\n } else if (cardEl) {\n const titleEl = item.querySelector(".message-card-top-title");\n const descEl = item.querySelector(".dialog-content, .message-card-top-text");\n content = (titleEl?.textContent?.trim() ?? descEl?.textContent?.trim() ?? "").trim();\n } else {\n const textEl = item.querySelector(".text span, .text-content, .text");\n if (textEl) {\n content = (textEl.textContent?.trim() ?? "")\n .replace(timeRegex, "")\n .replace("已读", "")\n .trim();\n }\n }\n\n if (content || messageType !== "text") {\n messages.push({ index: msgIdx, sender, messageType, content, time });\n msgIdx += 1;\n }\n });\n\n return {\n selectedTarget,\n activePanel,\n candidateInfo: {\n name,\n age,\n experience,\n education,\n communicationPosition,\n expectedJobText,\n expectedSalary,\n tags\n },\n messages\n };\n })()`))}async inspectRecommendCard(e){const t=Math.max(0,Math.floor(e)),n=this.buildRecommendCardInspectionExpression(t),a=Ua(await this.evaluateJson(n).catch(()=>{}));if(a.found)return a;const r=Ua(await this.evaluateRecommendFrameJson(n));return r.found?r:a}async clickRecommendGreet(e,t={}){const n=await this.inspectRecommendCard(e);if(!n.found||!n.hasGreetButton)return{...n,clicked:!1,...n.found||void 0!==n.error?{}:{error:"索引超出范围"},...n.found&&!n.hasGreetButton?{error:"未找到打招呼按钮"}:{}};const a=await this.resolveRecommendClickTarget(this.buildRecommendGreetClickExpression(Math.max(0,Math.floor(e)))),r=await this.dispatchNativeClick(a,t);return{...n,clicked:r,...r?{}:{error:"未能点击打招呼按钮"}}}async exchangeWechat(e={}){const t=Va(await this.evaluateJson('(() => {\n const selectors = [\n ".chat-conversation .conversation-operate .operate-exchange-left span.operate-btn",\n ".chat-conversation .conversation-operate span.operate-btn",\n ".conversation-box .conversation-operate .operate-exchange-left span.operate-btn",\n ".conversation-box .conversation-operate span.operate-btn",\n ".conversation-operate .operate-exchange-left span.operate-btn",\n ".conversation-operate .operate-exchange-left span"\n ];\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n for (const element of Array.from(document.querySelectorAll(selector))) {\n if (normalize(element.textContent) !== "换微信" || !visible(element)) continue;\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(t,e))return{success:!1,exchanged:!1,error:"未找到当前聊天输入区的「换微信」按钮"};if(!await this.waitForWechatExchangeDialog())return{success:!1,exchanged:!1,error:"确认对话框未弹出"};const n=Va(await this.evaluateJson('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const tooltip = document.querySelector(".exchange-tooltip");\n const selectorGroups = tooltip\n ? [\n [tooltip, ".btn-box .boss-btn-primary.boss-btn"],\n [tooltip, ".btn-box span.boss-btn-primary"],\n [tooltip, "span.boss-btn-primary"],\n [tooltip, ".boss-btn-primary"]\n ]\n : [];\n for (const [root, selector] of selectorGroups) {\n const button = root.querySelector(selector);\n if (button && visible(button)) {\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n\n for (const container of Array.from(document.querySelectorAll("div, section, aside"))) {\n const text = container.textContent ?? "";\n if (!text.includes("交换微信") || !visible(container)) continue;\n const buttons = container.querySelectorAll(\n "span.boss-btn-primary, button.boss-btn-primary, span.boss-btn, button.boss-btn"\n );\n for (const button of Array.from(buttons)) {\n if (normalize(button.textContent) !== "确定" || !visible(button)) continue;\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(n,e))return{success:!1,exchanged:!1,error:"未找到确认按钮"};await Ra(1800);const a=await this.readWechatNumber();return{success:!0,exchanged:!0,...void 0!==a?{wechatNumber:a}:{}}}async sendChatReply(e,t={}){const n=Va(await this.evaluateJson('(() => {\n const selectors = ["#boss-chat-editor-input", "textarea.chat-input", ".chat-input"];\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n const element = document.querySelector(selector);\n if (!element || !visible(element)) continue;\n element.scrollIntoView({ block: "center", inline: "center" });\n const rect = element.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));if(!await this.dispatchNativeClick(n,t))return{success:!1,error:"未找到聊天输入框"};await this.selectAllFocusedText(),await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await this.controller.dispatchKeyEvent({type:"keyUp",key:"Backspace",code:"Backspace",windowsVirtualKeyCode:8,nativeVirtualKeyCode:8}),await this.controller.insertText(e),await Ra(250);const a=Va(await this.evaluateJson('(() => {\n const selectors = [\n ".submit-content .submit.active",\n ".submit-content .submit",\n ".submit-content",\n ".btn-send"\n ];\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n for (const selector of selectors) {\n const button = document.querySelector(selector);\n if (!button || !visible(button)) continue;\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n for (const span of Array.from(document.querySelectorAll("span, button"))) {\n if ((span.textContent ?? "").replace(/\\s+/g, "").trim() !== "发送" || !visible(span)) {\n continue;\n }\n const rect = span.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n return { found: false, x: 0, y: 0 };\n })()').catch(()=>{}));return await this.dispatchNativeClick(a,t)?(await Ra(800),{success:!0}):{success:!1,error:"未找到发送按钮"}}async applyRecommendFilter(e,t={}){const n=await this.waitForRecommendFilterSurface(3e3);if(!await this.openRecommendFilterPanel(t))return{status:n?"filter_not_found":"recommend_not_ready",requested:e,error:n?"未找到或无法打开筛选按钮":"推荐牛人页未就绪"};if(await this.detectVipModal())return{status:"requires_vip",requested:e,error:"筛选条件触发 VIP 弹窗"};if(!await this.clickRecommendFilterOption("性别",e.gender,t))return{status:"filter_not_found",requested:e,error:`未找到性别筛选项:${e.gender}`};if(!await this.clickRecommendFilterOption("活跃度",e.activity,t))return{status:"filter_not_found",requested:e,error:`未找到活跃度筛选项:${e.activity}`};const a=await this.setRecommendAgeRange(e,t);if(!a.success)return{status:"age_not_applied",requested:e,error:a.error};if(await this.detectVipModal())return{status:"requires_vip",requested:e,error:"年龄筛选触发 VIP 弹窗"};const r=await this.readNativeAppliedFilterState(e,a.state);if(!await this.clickRecommendFilterSubmit(t))return{status:"submit_failed",requested:e,applied:r,error:"筛选确认失败"};const o=await this.readRecommendFilterButtonText();return{status:"applied",requested:e,applied:r,...void 0!==o?{filterButtonText:o}:{}}}async readRecommendCandidates(e={}){const t=e.targetCount,n=e.autoScroll?e.maxScrolls??4:0,a=await this.inspectSurface("recommend-list");let r=a;const o=new Map;let i=0,s=0,c=0,l="max-steps";const d=async()=>{let e=0;const t=await this.readVisibleRecommendCandidates();for(const n of t){const t=Za(n);void 0!==t&&0!==t.length&&(o.has(t)?s+=1:(o.set(t,n),e+=1))}return e};await d();for(let e=0;e<n;e+=1){if(void 0!==t&&o.size>=t){l="target-count";break}if(r.atEnd){let e=!1;for(let t=0;t<ga;t+=1){await Ra(ma);const t=await d(),n=await this.inspectSurface("recommend-list"),a=t>0||n.scrollHeight>r.scrollHeight||n.itemCount>r.itemCount||!n.atEnd;if(r=n,a){t>0&&(c=0),e=!0;break}}if(!e){l="boundary";break}if(void 0!==t&&o.size>=t){l="target-count";break}}if(c>=pa){l="no-new-items";break}const e=await this.scrollSurface("recommend-list",{direction:"down",steps:1,settleMs:ua});r=e.after,i+=e.stepsCompleted;c=await d()>0?0:c+1}void 0!==t&&o.size>=t?l="target-count":i>=n&&(l="max-steps");const u=[...o.values()];return{success:a.containerFound,direction:"down",stepsRequested:n,stepsCompleted:i,reachedBoundary:r.atEnd,before:a,after:r,items:u,uniqueCount:u.length,duplicateCount:s,noNewRounds:c,stopReason:l}}async readUsernameEvidence(){return qa(await this.evaluateJson(`(() => {\n const limit = ${Zn};\n const evidence = [];\n const viewportWidth = window.innerWidth || 1280;\n const push = (entry) => {\n const text = String(entry.text ?? "").trim();\n if (text.length > 0 && text.length <= limit) {\n evidence.push({ ...entry, text });\n }\n };\n const scope =\n document.querySelector("header") ??\n document.querySelector("#header") ??\n document.querySelector('[role="banner"]') ??\n document.querySelector('[role="navigation"]') ??\n document.body;\n\n if (scope) {\n for (const element of Array.from(scope.querySelectorAll('a, [role="link"]'))) {\n const text = element.textContent?.trim() ?? "";\n const rect = element.getBoundingClientRect();\n push({\n text,\n strategy: "role-link",\n priority: 1,\n source: "role:link",\n xRatio: (rect.x + rect.width / 2) / viewportWidth\n });\n }\n for (const element of Array.from(scope.querySelectorAll('button, [role="button"]'))) {\n const text = element.textContent?.trim() ?? "";\n const rect = element.getBoundingClientRect();\n push({\n text,\n strategy: "role-button",\n priority: 1,\n source: "role:button",\n xRatio: (rect.x + rect.width / 2) / viewportWidth\n });\n }\n\n const walker = document.createTreeWalker(scope, NodeFilter.SHOW_TEXT);\n while (walker.nextNode()) {\n const text = walker.currentNode.textContent?.trim() ?? "";\n push({\n text,\n strategy: "leaf-text",\n priority: 3,\n source: "leaf-text"\n });\n }\n }\n\n for (const selector of ${JSON.stringify([Xn.username.primary,...Xn.username.fallbacks])}) {\n try {\n push({\n text: document.querySelector(selector)?.textContent?.trim() ?? "",\n strategy: "css-fallback",\n priority: 4,\n source: selector\n });\n } catch {\n // Ignore invalid selectors from site-specific fallback list.\n }\n }\n\n return evidence;\n })()`))}close(){this.controller.close()}buildRecommendCardInspectionExpression(e){return`(() => {\n const index = ${JSON.stringify(e)};\n const primarySelector = ${JSON.stringify(oa)};\n const fallbackSelector = ${JSON.stringify(ia)};\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ca)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (!hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n found: false,\n cardSelector: primarySelector,\n candidateId: "",\n name: "",\n hasGreetButton: false,\n error: "推荐列表未加载"\n };\n }\n\n const root = iframe?.contentDocument ?? document;\n const primaryCards = Array.from(root.querySelectorAll(primarySelector));\n const cardSelector = primaryCards.length > 0 ? primarySelector : fallbackSelector;\n const cards = primaryCards.length > 0 ? primaryCards : Array.from(root.querySelectorAll(cardSelector));\n if (cards.length <= index) {\n return {\n found: false,\n cardSelector,\n candidateId: "",\n name: "",\n hasGreetButton: false,\n error: "索引超出范围"\n };\n }\n\n const item = cards[index];\n const splitParts = (text) => (text ?? "")\n .split(/[丨·|]/)\n .map((part) => part.trim())\n .filter(Boolean);\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n "";\n const name = item.querySelector(".name")?.textContent?.trim() ?? "";\n let age = "";\n let experience = "";\n let education = "";\n let workStatus = "";\n const baseInfoEl = item.querySelector(".base-info.join-text-wrap, .base-info");\n if (baseInfoEl) {\n let textParts = Array.from(baseInfoEl.querySelectorAll(":scope > *"))\n .map((child) => child.textContent?.trim() ?? "")\n .filter(Boolean);\n\n if (textParts.length <= 1) {\n textParts = splitParts(baseInfoEl.textContent?.trim() ?? "");\n }\n\n for (const part of textParts) {\n if (!age && part.includes("岁")) {\n age = part;\n } else if (!experience && (part.includes("年") || part.includes("应届") || part.includes("在校"))) {\n experience = part;\n } else if (!education && /(初中|高中|中专|中技|大专|本科|硕士|博士)/.test(part)) {\n education = part;\n } else if (!workStatus && /(在职|离职|在校)/.test(part)) {\n workStatus = part;\n }\n }\n }\n const workExpEl =\n item.querySelector(".timeline-wrap.work-exps .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.work-exps .content");\n const workParts = splitParts(workExpEl?.textContent?.trim() ?? "");\n const company = workParts[0] ?? "";\n const currentPosition = workParts[1] ?? "";\n let expectedLocation = "";\n let expectedPosition = "";\n const expectRow = item.querySelector(".row-flex:not(.geek-desc)");\n if (expectRow) {\n const labelText = expectRow.querySelector(".label")?.textContent ?? "";\n const contentEl = expectRow.querySelector(".content");\n if ((labelText.includes("期望") || labelText.includes("最近关注")) && contentEl) {\n const parts = splitParts(contentEl.textContent?.trim() ?? "");\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n if (!expectedLocation) {\n const expectEl =\n item.querySelector(".timeline-wrap.expect .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.expect .content");\n if (expectEl) {\n const parts = splitParts(expectEl.textContent?.trim() ?? "");\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n const greetButton =\n item.querySelector("button.btn.btn-greet") ??\n item.querySelector("button.btn-greet") ??\n item.querySelector(".btn-greet") ??\n item.querySelector(".op-btn");\n const rect = greetButton?.getBoundingClientRect();\n const hasGreetButton = Boolean(rect && rect.width > 0 && rect.height > 0);\n\n return {\n found: true,\n cardSelector,\n candidateId,\n name,\n age,\n experience,\n education,\n workStatus,\n company,\n currentPosition,\n expectedLocation,\n expectedPosition,\n expectedSalary: item.querySelector(".salary-wrap")?.textContent?.trim() ?? "",\n hasGreetButton\n };\n })()`}buildRecommendGreetClickExpression(e){return`(() => {\n const index = ${JSON.stringify(e)};\n const primarySelector = ${JSON.stringify(oa)};\n const fallbackSelector = ${JSON.stringify(ia)};\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const root = iframe?.contentDocument ?? document;\n const primaryCards = Array.from(root.querySelectorAll(primarySelector));\n const cards =\n primaryCards.length > 0\n ? primaryCards\n : Array.from(root.querySelectorAll(fallbackSelector));\n const item = cards[index];\n if (!item) return { found: false, x: 0, y: 0 };\n const button =\n item.querySelector("button.btn.btn-greet") ??\n item.querySelector("button.btn-greet") ??\n item.querySelector(".btn-greet") ??\n item.querySelector(".op-btn");\n if (!button) return { found: false, x: 0, y: 0 };\n button.scrollIntoView({ block: "center", inline: "center" });\n const rect = button.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return { found: false, x: 0, y: 0 };\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`}async waitForWechatExchangeDialog(e=5e3){const t=Date.now();for(;Date.now()-t<e;){if(await this.evaluateJson('(() => {\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const tooltip = document.querySelector(".exchange-tooltip");\n if (tooltip && visible(tooltip)) return true;\n for (const element of Array.from(document.querySelectorAll("div, section, aside"))) {\n const text = element.textContent ?? "";\n if (\n text.includes("交换微信") &&\n element.querySelector(".boss-btn-primary, .boss-btn") &&\n visible(element)\n ) {\n return true;\n }\n }\n return false;\n })()').catch(()=>!1))return!0;await Ra(450)}return!1}async readWechatNumber(){const e=await this.evaluateJson('(() => {\n const cardSelectors = [\n ".message-card-top-wrap",\n \'[class*="d-top-text"]\',\n ".message-card-top-title"\n ];\n const parse = (text) => {\n const digitMatch = text.match(/\\b(\\d{8,15})\\b/);\n if (digitMatch) return digitMatch[1];\n const wxMatch = text.match(/微信[::号]*\\s*([a-zA-Z0-9_-]{5,20})/);\n if (wxMatch) return wxMatch[1];\n const letterMatch = text.match(/\\b([a-zA-Z][a-zA-Z0-9_-]{5,19})\\b/);\n if (letterMatch && !["微信", "WeChat"].includes(letterMatch[1])) {\n return letterMatch[1];\n }\n return null;\n };\n\n for (const selector of cardSelectors) {\n const cards = Array.from(document.querySelectorAll(selector));\n for (let index = cards.length - 1; index >= 0; index -= 1) {\n const parsed = parse(cards[index]?.textContent ?? "");\n if (parsed) return parsed;\n }\n }\n\n const msgItems = Array.from(document.querySelectorAll(".message-item"));\n for (let index = msgItems.length - 1; index >= 0; index -= 1) {\n const card = msgItems[index]?.querySelector(\'.message-card-top-wrap, [class*="d-top-text"]\');\n if (!card) continue;\n const parsed = parse(card.textContent ?? "");\n if (parsed) return parsed;\n }\n return null;\n })()').catch(()=>null);return"string"==typeof e&&e.length>0?e:void 0}async selectAllFocusedText(){const e=[4,2];for(const t of e)await this.controller.dispatchKeyEvent({type:"rawKeyDown",key:"a",code:"KeyA",windowsVirtualKeyCode:65,nativeVirtualKeyCode:65,modifiers:t}),await this.controller.dispatchKeyEvent({type:"keyUp",key:"a",code:"KeyA",windowsVirtualKeyCode:65,nativeVirtualKeyCode:65,modifiers:t}),await Ra(40)}async waitForRecommendFilterSurface(e=1e4){const t=`(() => {\n return document.querySelector(${JSON.stringify(`${Xn.recommend.filterButton}, ${oa}, ${Xn.recommend.candidateItem}`)}) !== null;\n })()`,n=Date.now();for(;Date.now()-n<e;){if(await this.evaluateJson(t).catch(()=>!1)||await this.evaluateRecommendFrameJson(t))return!0;await Ra(la)}return!1}async isRecommendFilterPanelVisible(){const e=`(() => {\n const panel = document.querySelector(${JSON.stringify(Xn.recommend.filterPanel)});\n if (!panel) return false;\n const rect = panel.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n })()`;return await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async openRecommendFilterPanel(e){if(await this.isRecommendFilterPanelVisible())return!0;for(let t=0;t<3;t+=1){await this.dismissPreviousFilterPrompt(e);const t=await this.resolveRecommendClickTarget(`(() => {\n const filterButtonSelector = ${JSON.stringify(Xn.recommend.filterButton)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const scoreCandidate = (element) => {\n const classes = classText(element);\n const parentClasses = element.parentElement ? classText(element.parentElement) : "";\n const ancestorClasses =\n element.closest(".recommend-filter, .filter-label-wrap, .filter-wrap") !== null\n ? "recommend-filter"\n : "";\n let score = 0;\n for (const value of [classes, parentClasses, ancestorClasses]) {\n if (/recommend-filter/.test(value)) score += 3;\n else if (/filter-label/.test(value)) score += 2;\n else if (/filter/.test(value)) score += 1;\n }\n return score;\n };\n const selectorCandidates = Array.from(document.querySelectorAll(filterButtonSelector));\n const textCandidates = Array.from(\n document.querySelectorAll("button, a, span, div, [role='button']")\n ).filter((element) => /^筛选(?:·\\d+)?$/.test(normalize(element.textContent)));\n const candidate = [...selectorCandidates, ...textCandidates]\n .filter(visible)\n .sort((a, b) => {\n const scoreDelta = scoreCandidate(b) - scoreCandidate(a);\n if (scoreDelta !== 0) return scoreDelta;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n return aRect.width * aRect.height - bRect.width * bRect.height;\n })[0];\n if (!candidate) return { found: false, x: 0, y: 0 };\n candidate.scrollIntoView({ block: "center", inline: "center" });\n const rect = candidate.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);if(await this.dispatchNativeClick(t,e)){const t=Date.now();for(;Date.now()-t<4e3;){if(await this.isRecommendFilterPanelVisible())return await this.dismissPreviousFilterPrompt(e),!0;await Ra(la)}}await Ra(300)}return!1}async dismissPreviousFilterPrompt(e){const t=await this.resolveRecommendClickTarget('(() => {\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const roots = Array.from(document.body.querySelectorAll("div, section, aside"))\n .filter((element) => visible(element))\n .sort((a, b) => {\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n return aRect.width * aRect.height - bRect.width * bRect.height;\n });\n for (const root of roots) {\n const text = normalize(root.textContent);\n if (!text.includes("是否应用上次") && !text.includes("上次的筛选条件")) continue;\n const candidates = Array.from(\n root.querySelectorAll("button, a, span, div, [role=\'button\']")\n ).filter(visible);\n for (const candidate of candidates) {\n const buttonText = normalize(candidate.textContent);\n if (/^(取消|不应用|否|关闭|稍后)$/.test(buttonText)) {\n const rect = candidate.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n }\n }\n return { found: false, x: 0, y: 0 };\n })()');return await this.dispatchNativeClick(t,e)}async clickRecommendFilterOption(e,t,n){const a=await this.resolveRecommendClickTarget(`(() => {\n const panelSelector = ${JSON.stringify(Xn.recommend.filterPanel)};\n const rowLabel = ${JSON.stringify(e)};\n const optionLabel = ${JSON.stringify(t)};\n const clickableSelector = ${JSON.stringify(Ca)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const resolveClickable = (element, row) => {\n let current = element;\n while (current && current !== row.parentElement) {\n const tag = current.tagName.toLowerCase();\n const role = current.getAttribute("role") ?? "";\n if (\n tag === "button" ||\n tag === "a" ||\n tag === "label" ||\n tag === "li" ||\n role === "button" ||\n role === "radio"\n ) {\n return current;\n }\n current = current.parentElement;\n }\n return element;\n };\n\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return { found: false, x: 0, y: 0 };\n\n const rows = Array.from(panel.querySelectorAll("div, li, dl, dd, section, ul"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return visible(element) && text.includes(rowLabel) && text.includes(optionLabel);\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n });\n\n for (const row of rows) {\n const option = Array.from(row.querySelectorAll(clickableSelector))\n .filter((element) => visible(element) && normalize(element.textContent) === optionLabel)\n .sort((a, b) => area(a) - area(b))[0];\n if (!option) continue;\n const clickable = resolveClickable(option, row);\n clickable.scrollIntoView({ block: "center", inline: "center" });\n const rect = clickable.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n }\n\n return { found: false, x: 0, y: 0 };\n })()`);return await this.dispatchNativeClick(a,n)}async detectVipModal(){const e='(() => {\n const normalize = (text) => (text ?? "").replace(/\\s+/g, " ").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const modalPattern =\n /(购买VIP|VIP账号|开通VIP|开启VIP|专享筛选特权|扫码支付|立即开通|支付金额)/;\n return Array.from(document.body.querySelectorAll("div, section, aside"))\n .some((element) => visible(element) && modalPattern.test(normalize(element.textContent)));\n })()';return await this.evaluateJson(e).catch(()=>!1)||(await this.evaluateRecommendFrameJson(e)??!1)}async readNativeAgeState(){const e=`(() => {\n const panelSelector = ${JSON.stringify(Xn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const parseAgeValue = (text) => {\n if (text.includes("不限")) return undefined;\n const match = text.match(/\\d+/);\n return match ? Number.parseInt(match[0], 10) : undefined;\n };\n const parseAgeState = (text) => {\n const normalized = normalize(text);\n const ageText = normalized.includes("年龄")\n ? normalized.slice(normalized.indexOf("年龄") + "年龄".length)\n : normalized;\n const numbers = Array.from(ageText.matchAll(/\\d+/g), (match) =>\n Number.parseInt(match[0], 10)\n ).filter((value) => Number.isInteger(value));\n const ageMin = numbers[0];\n const ageMax = ageText.includes("不限") ? undefined : numbers[1];\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {})\n };\n };\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const preferRailTrack = (elements) =>\n [...elements].sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const looksLikeSlider = (element) => {\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return /slider|range|track|bar/i.test(classes) || role === "slider";\n };\n const looksLikeHandle = (element) => {\n const rect = element.getBoundingClientRect();\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return (\n role === "slider" ||\n (/handle|handler|button|thumb|slider-btn|dot|point|circle|knob/i.test(classes) &&\n rect.width <= 80 &&\n rect.height <= 80)\n );\n };\n const readRatio = (dot, track) => {\n const styleLeft = dot.style.left;\n if (styleLeft.endsWith("%")) {\n const parsed = Number.parseFloat(styleLeft);\n if (Number.isFinite(parsed)) return Math.max(0, Math.min(1, parsed / 100));\n }\n const dotRect = dot.getBoundingClientRect();\n const trackRect = track.getBoundingClientRect();\n if (trackRect.width <= 0) return undefined;\n return Math.max(\n 0,\n Math.min(1, (dotRect.left + dotRect.width / 2 - trackRect.left) / trackRect.width)\n );\n };\n const ratioToAge = (ratio) =>\n Math.round(\n ${JSON.stringify(ya)} +\n Math.max(0, Math.min(1, ratio)) *\n (${JSON.stringify(va)} -\n ${JSON.stringify(ya)})\n );\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return {};\n const row = Array.from(panel.querySelectorAll("div, li, section, dl, dd"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return (\n visible(element) &&\n text.includes("年龄") &&\n (/\\d+|不限/.test(text) ||\n Array.from(element.querySelectorAll("*")).some(\n (child) => looksLikeSlider(child) || looksLikeHandle(child),\n ))\n );\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return {};\n const dots = Array.from(row.querySelectorAll(".vue-slider-dot"))\n .filter(visible)\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const track = preferRailTrack(\n Array.from(row.querySelectorAll(".vue-slider-rail, .vue-slider")).filter(visible)\n )[0];\n if (dots.length >= 2) {\n const minDot = dots[0];\n const maxDot = dots[dots.length - 1];\n const minText = normalize(minDot?.querySelector(".vue-slider-dot-tooltip-text")?.textContent);\n const maxText = normalize(maxDot?.querySelector(".vue-slider-dot-tooltip-text")?.textContent);\n const rowText = normalize(row.textContent);\n const rowState = parseAgeState(rowText);\n const minRatio = track && minDot ? readRatio(minDot, track) : undefined;\n const maxRatio = track && maxDot ? readRatio(maxDot, track) : undefined;\n const ageMin =\n parseAgeValue(minText) ??\n rowState.ageMin ??\n (minRatio !== undefined ? ratioToAge(minRatio) : undefined);\n let ageMax = parseAgeValue(maxText) ?? rowState.ageMax;\n if (\n ageMax === undefined &&\n !maxText.includes("不限") &&\n !rowText.includes("不限") &&\n maxRatio !== undefined\n ) {\n ageMax = ratioToAge(maxRatio);\n }\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {}),\n ...(minRatio !== undefined ? { minRatio } : {}),\n ...(maxRatio !== undefined ? { maxRatio } : {})\n };\n }\n return parseAgeState(normalize(row.textContent));\n })()`,t=Ka(await this.evaluateJson(e).catch(()=>{}));return void 0!==t.ageMin||void 0!==t.ageMax?t:Ka(await this.evaluateRecommendFrameJson(e))}async resolveNativeAgeSlider(){const e=`(() => {\n const panelSelector = ${JSON.stringify(Xn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const parseAgeState = (text) => {\n const normalized = normalize(text);\n const ageText = normalized.includes("年龄")\n ? normalized.slice(normalized.indexOf("年龄") + "年龄".length)\n : normalized;\n const numbers = Array.from(ageText.matchAll(/\\d+/g), (match) =>\n Number.parseInt(match[0], 10)\n ).filter((value) => Number.isInteger(value));\n const ageMin = numbers[0];\n const ageMax = ageText.includes("不限") ? undefined : numbers[1];\n return {\n ...(ageMin !== undefined ? { ageMin } : {}),\n ...(ageMax !== undefined ? { ageMax } : {})\n };\n };\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const classText = (element) =>\n typeof element.className === "string" ? element.className : "";\n const preferRailTrack = (elements) =>\n [...elements].sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const looksLikeSlider = (element) => {\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return /slider|range|track|bar/i.test(classes) || role === "slider";\n };\n const looksLikeHandle = (element) => {\n const rect = element.getBoundingClientRect();\n const classes = classText(element);\n const role = element.getAttribute("role") ?? "";\n return (\n role === "slider" ||\n (/handle|handler|button|thumb|slider-btn|dot|point|circle|knob/i.test(classes) &&\n rect.width <= 80 &&\n rect.height <= 80)\n );\n };\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return { ok: false, error: "未找到筛选面板" };\n const row = Array.from(panel.querySelectorAll("div, li, section, dl, dd"))\n .filter((element) => {\n const text = normalize(element.textContent);\n return (\n visible(element) &&\n text.includes("年龄") &&\n Array.from(element.querySelectorAll("*")).some(\n (child) => looksLikeSlider(child) || looksLikeHandle(child)\n )\n );\n })\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return { ok: false, error: "未找到年龄滑块" };\n\n const vueSliderDots = Array.from(row.querySelectorAll(".vue-slider-dot"))\n .filter(visible)\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const fallbackHandles = Array.from(row.querySelectorAll("*"))\n .filter((element) => visible(element) && looksLikeHandle(element))\n .sort((a, b) => a.getBoundingClientRect().left - b.getBoundingClientRect().left);\n const handles = vueSliderDots.length >= 2 ? vueSliderDots : fallbackHandles;\n if (handles.length < 2) {\n return { ok: false, error: "未找到年龄滑块双手柄" };\n }\n\n const minHandle = handles[0];\n const maxHandle = handles[handles.length - 1];\n const minRect = minHandle.getBoundingClientRect();\n const maxRect = maxHandle.getBoundingClientRect();\n const minDistance = Math.max(40, maxRect.left - minRect.left);\n const tracks = [\n ...preferRailTrack(Array.from(row.querySelectorAll(".vue-slider-rail, .vue-slider"))),\n ...Array.from(row.querySelectorAll("*")).filter(looksLikeSlider)\n ]\n .filter((element, index, array) => array.indexOf(element) === index)\n .filter((element) => {\n if (!visible(element)) return false;\n const rect = element.getBoundingClientRect();\n return (\n rect.width >= Math.max(80, minDistance) &&\n rect.height <= 100 &&\n rect.left <= minRect.left + minRect.width &&\n rect.right >= maxRect.right - maxRect.width\n );\n })\n .sort((a, b) => {\n const aClasses = classText(a);\n const bClasses = classText(b);\n if (/vue-slider-rail/.test(aClasses) && !/vue-slider-rail/.test(bClasses)) return -1;\n if (!/vue-slider-rail/.test(aClasses) && /vue-slider-rail/.test(bClasses)) return 1;\n const aRect = a.getBoundingClientRect();\n const bRect = b.getBoundingClientRect();\n const heightDelta = aRect.height - bRect.height;\n if (heightDelta !== 0) return heightDelta;\n return bRect.width - aRect.width;\n });\n const track = tracks[0];\n if (!track) return { ok: false, error: "未找到年龄滑块轨道" };\n const trackRect = track.getBoundingClientRect();\n return {\n ok: true,\n current: parseAgeState(normalize(row.textContent)),\n trackLeft: trackRect.left,\n trackTop: trackRect.top,\n trackWidth: trackRect.width,\n trackHeight: trackRect.height,\n minHandleX: Math.round(minRect.left + minRect.width / 2),\n minHandleY: Math.round(minRect.top + minRect.height / 2),\n maxHandleX: Math.round(maxRect.left + maxRect.width / 2),\n maxHandleY: Math.round(maxRect.top + maxRect.height / 2)\n };\n })()`,t=Wa(await this.evaluateJson(e).catch(()=>{}));if(t.ok)return t;const n=Wa(await this.evaluateRecommendFrameJson(e));if(!n.ok)return n;const a=await this.readRecommendFrameOffset();return a.found?{...n,trackLeft:n.trackLeft+a.left,trackTop:n.trackTop+a.top,minHandleX:n.minHandleX+a.left,minHandleY:n.minHandleY+a.top,maxHandleX:n.maxHandleX+a.left,maxHandleY:n.maxHandleY+a.top}:n}async dispatchNativeDrag(e,t,n,a,r={}){await this.mouse.drag({x:e,y:t},{x:n,y:a},{...void 0!==r.motionObserver?{motionObserver:r.motionObserver}:{},pressDurationMs:r.pressDurationMs??ha})}async dragAgeHandleToRatio(e,t,n){const a=await this.resolveNativeAgeSlider();if(!a.ok||a.trackWidth<=0)return!1;const r="min"===e?a.minHandleX:a.maxHandleX,o="min"===e?a.minHandleY:a.maxHandleY,i=a.trackLeft+Math.max(0,Math.min(1,t))*a.trackWidth,s=a.trackTop+Math.max(1,a.trackHeight/2);return await this.dispatchNativeDrag(r,o,i,s,n),await Ra(wa),!0}estimateAgeRatio(e){return Math.max(0,Math.min(1,(e-ya)/(va-ya)))}clampRatio(e,t,n){return Math.max(t,Math.min(n,e))}async setAgeHandleToNumber(e,t,n){const a=await this.readNativeAgeState(),r=a.minRatio??0,o=a.maxRatio??1;let i="min"===e?0:Math.min(1,r+Sa),s="min"===e?Math.max(0,o-Sa):1,c=this.clampRatio(this.estimateAgeRatio(t),i,s);for(let a=0;a<xa;a+=1){if(!await this.dragAgeHandleToRatio(e,c,n))return!1;const a=await this.readNativeAgeState(),r="min"===e?a.ageMin:a.ageMax;if(r===t)return!0;void 0===r?"max"===e?s=c:i=c:r<t?i=c:s=c;const o=(i+s)/2;if(Math.abs(o-c)<.001)break;c=this.clampRatio(o,i,s)}const l=await this.readNativeAgeState();return"min"===e?l.ageMin===t:l.ageMax===t}isDesiredAgeState(e,t,n){return e.ageMin===t&&e.ageMax===n}async setRecommendAgeRange(e,t){const n=e.ageMin??ya,a=e.ageMax,r=await this.resolveNativeAgeSlider();if(!r.ok)return{success:!1,error:r.error};if(!await this.dragAgeHandleToRatio("max",1,t))return{success:!1,error:"年龄上限无法重置为不限"};if(!await this.setAgeHandleToNumber("min",n,t))return{success:!1,error:`年龄下限无法设置为 ${n}`};if(void 0===a){if(void 0!==(await this.readNativeAgeState()).ageMax&&!await this.dragAgeHandleToRatio("max",1,t))return{success:!1,error:"年龄上限无法设置为不限"}}else if(!await this.setAgeHandleToNumber("max",a,t))return{success:!1,error:`年龄上限无法设置为 ${a}`};const o=await this.readNativeAgeState();if(!this.isDesiredAgeState(o,n,a)){const e=void 0===o.ageMax?"不限":String(o.ageMax);return{success:!1,error:`年龄筛选未精确生效,当前为 ${o.ageMin??"未知"}-${e}`}}return{success:!0,state:o}}async readSelectedRecommendOptionText(e,t){const n=`(() => {\n const panelSelector = ${JSON.stringify(Xn.recommend.filterPanel)};\n const rowLabel = ${JSON.stringify(e)};\n const fallback = ${JSON.stringify(t)};\n const clickableSelector = ${JSON.stringify(Ca)};\n const selectedClassPattern = /active|selected|checked|current|choose|chosen/i;\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const area = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width * rect.height;\n };\n const isSelected = (element) => {\n const classes = typeof element.className === "string" ? element.className : "";\n return (\n selectedClassPattern.test(classes) ||\n element.getAttribute("aria-checked") === "true" ||\n element.getAttribute("aria-selected") === "true"\n );\n };\n const panel = Array.from(document.querySelectorAll(panelSelector))\n .filter(visible)\n .sort((a, b) => area(a) - area(b))[0];\n if (!panel) return fallback;\n const row = Array.from(panel.querySelectorAll("div, li, dl, dd, section, ul"))\n .filter((element) => visible(element) && normalize(element.textContent).includes(rowLabel))\n .sort((a, b) => {\n const areaDelta = area(a) - area(b);\n if (areaDelta !== 0) return areaDelta;\n return normalize(a.textContent).length - normalize(b.textContent).length;\n })[0];\n if (!row) return fallback;\n const selected = Array.from(row.querySelectorAll(clickableSelector))\n .filter((element) => visible(element) && isSelected(element))\n .map((element) => normalize(element.textContent))\n .find((text) => text !== "" && text !== rowLabel);\n return selected ?? fallback;\n })()`,a=await this.evaluateJson(n).catch(()=>"");if(a.length>0&&a!==t)return a;const r=await this.evaluateRecommendFrameJson(n);return"string"==typeof r&&r.length>0?r:t}async readNativeAppliedFilterState(e,t){return{...void 0!==t.ageMin?{ageMin:t.ageMin}:{},...void 0!==t.ageMax?{ageMax:t.ageMax}:{},gender:await this.readSelectedRecommendOptionText("性别",e.gender),activity:await this.readSelectedRecommendOptionText("活跃度",e.activity)}}async clickRecommendFilterSubmit(e){const t=await this.resolveRecommendClickTarget(`(() => {\n const panelSelector = ${JSON.stringify(Xn.recommend.filterPanel)};\n const normalize = (text) => (text ?? "").replace(/\\s+/g, "").trim();\n const visible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const panel = Array.from(document.querySelectorAll(panelSelector)).filter(visible)[0];\n if (!panel) return { found: false, x: 0, y: 0 };\n const button = Array.from(\n panel.querySelectorAll("button, a, span, div, [role='button']")\n )\n .filter(visible)\n .find((element) => normalize(element.textContent) === "确定");\n if (!button) return { found: false, x: 0, y: 0 };\n const rect = button.getBoundingClientRect();\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`);if(!await this.dispatchNativeClick(t,e))return!1;const n=Date.now();for(;Date.now()-n<4e3;){if(!await this.isRecommendFilterPanelVisible())return await Ra(600),!0;await Ra(la)}return!1}async readRecommendFilterButtonText(){const e=`(() => {\n const element = document.querySelector(${JSON.stringify(Xn.recommend.filterButton)});\n const text = element?.textContent?.replace(/\\s+/g, " ").trim() ?? "";\n return text.length > 0 ? text : null;\n })()`,t=await this.evaluateJson(e).catch(()=>null);if("string"==typeof t&&t.length>0)return t;const n=await this.evaluateRecommendFrameJson(e);return"string"==typeof n&&n.length>0?n:void 0}async readVisibleChatCandidates(){return _a(await this.evaluateJson(`(() => {\n const items = Array.from(document.querySelectorAll(${JSON.stringify(aa)}));\n return items.map((item, idx) => {\n const conversationId =\n item.getAttribute("data-id") ??\n item.closest('[role="listitem"]')?.getAttribute("key") ??\n "";\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n const nameEl = item.querySelector(\n '[class*="name"], .nickname, .geek-name, .candidate-name'\n );\n const name = nameEl?.textContent?.trim() ?? "";\n const position = item.querySelector(".source-job")?.textContent?.trim() ?? "";\n const badgeEl = item.querySelector(".badge-count");\n const unreadCount = parseInt(badgeEl?.textContent?.trim() ?? "0", 10) || 0;\n const hasUnread = unreadCount > 0 || item.querySelector(".red-dot") !== null;\n const lastMessageTime =\n item.querySelector(".time, .time-shadow")?.textContent?.trim() ?? "";\n const messagePreview = (\n item.querySelector(".push-text, .chat-last-msg")?.textContent?.trim() ?? ""\n ).slice(0, 100);\n\n return {\n conversationId,\n candidateId,\n name,\n index: idx,\n position,\n hasUnread,\n unreadCount,\n lastMessageTime,\n messagePreview,\n };\n });\n })()`))}async waitForNativeChatReady(e,t=6e3){const n=Date.now();for(;Date.now()-n<t;){const t=await this.readSelectedChatTarget().catch(()=>null),n=await this.readActiveChatPanel().catch(()=>null),a=null!==t&&(e.conversationId.length>0&&t.conversationId===e.conversationId||0===e.conversationId.length&&e.candidateId.length>0&&t.candidateId===e.candidateId),r=0===e.name.length||null!==n&&Ta(e.name,n.candidateName);if(a&&r)return!0;await Ra(la)}return!1}async clickChatCandidate(e,t={}){const n=Va(await this.evaluateJson(`(() => {\n const expected = ${JSON.stringify({conversationId:e.conversationId,candidateId:e.candidateId,index:e.index})};\n const items = Array.from(document.querySelectorAll(${JSON.stringify(aa)}));\n const readCandidate = (item, idx) => {\n const conversationId =\n item.getAttribute("data-id") ??\n item.closest('[role="listitem"]')?.getAttribute("key") ??\n "";\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n conversationId;\n return { item, idx, conversationId, candidateId };\n };\n\n const candidates = items.map(readCandidate);\n const matched =\n candidates.find((entry) =>\n expected.conversationId.length > 0 &&\n entry.conversationId === expected.conversationId\n ) ??\n candidates.find((entry) =>\n expected.candidateId.length > 0 &&\n entry.candidateId === expected.candidateId\n ) ??\n candidates.find((entry) => entry.idx === expected.index);\n\n if (!matched) {\n return { found: false, x: 0, y: 0 };\n }\n\n matched.item.scrollIntoView({ block: "center", inline: "center" });\n const rect = matched.item.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) {\n return { found: false, x: 0, y: 0 };\n }\n\n return {\n found: true,\n x: Math.round(rect.left + rect.width / 2),\n y: Math.round(rect.top + rect.height / 2)\n };\n })()`));return!!n.found&&await this.dispatchNativeClick(n,t)}async readVisibleRecommendCandidates(){if(!await this.isRecommendSurfaceOpen().catch(()=>!1))return[];const e=`(() => {\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ca)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (!hasRecommendUrl && href.includes("/web/chat/index")) {\n return [];\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (!hasRecommendUrl && !iframe && !hasRecommendShell) {\n return [];\n }\n\n const root = iframe?.contentDocument ?? document;\n let items = Array.from(root.querySelectorAll(${JSON.stringify(oa)}));\n if (items.length === 0 && (hasRecommendUrl || iframe || hasRecommendShell)) {\n items = Array.from(root.querySelectorAll(${JSON.stringify(ia)}));\n }\n\n return items.map((item, idx) => {\n const candidateId =\n item.getAttribute("data-geek") ??\n item.querySelector("[data-geek]")?.getAttribute("data-geek") ??\n "";\n const name = item.querySelector(".name")?.textContent?.trim() ?? "";\n\n let age = "";\n let experience = "";\n let education = "";\n let workStatus = "";\n const baseInfoEl = item.querySelector(".base-info.join-text-wrap, .base-info");\n if (baseInfoEl) {\n let textParts = Array.from(baseInfoEl.querySelectorAll(":scope > *"))\n .map((child) => child.textContent?.trim() ?? "")\n .filter(Boolean);\n\n if (textParts.length <= 1) {\n textParts = [];\n baseInfoEl.childNodes.forEach((node) => {\n if (node.nodeType === Node.TEXT_NODE) {\n const text = node.textContent?.trim() ?? "";\n if (text) textParts.push(text);\n }\n });\n }\n\n if (textParts.length <= 1) {\n textParts = (baseInfoEl.textContent?.trim() ?? "")\n .split(/[丨·|]/)\n .map((text) => text.trim())\n .filter(Boolean);\n }\n\n for (const part of textParts) {\n if (!age && part.includes("岁")) {\n age = part;\n } else if (!experience && (part.includes("年") || part.includes("应届") || part.includes("在校"))) {\n experience = part;\n } else if (!education && /(初中|高中|中专|中技|大专|本科|硕士|博士)/.test(part)) {\n education = part;\n } else if (!workStatus && /(在职|离职|在校)/.test(part)) {\n workStatus = part;\n }\n }\n }\n\n const workExpEl =\n item.querySelector(".timeline-wrap.work-exps .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.work-exps .content");\n const workParts = (workExpEl?.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n const company = workParts[0] ?? "";\n const currentPosition = workParts[1] ?? "";\n\n let expectedLocation = "";\n let expectedPosition = "";\n const expectRow = item.querySelector(".row-flex:not(.geek-desc)");\n if (expectRow) {\n const labelText = expectRow.querySelector(".label")?.textContent ?? "";\n const contentEl = expectRow.querySelector(".content");\n if ((labelText.includes("期望") || labelText.includes("最近关注")) && contentEl) {\n const parts = (contentEl.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n if (!expectedLocation) {\n const expectEl =\n item.querySelector(".timeline-wrap.expect .content.join-text-wrap") ??\n item.querySelector(".timeline-wrap.expect .content");\n if (expectEl) {\n const parts = (expectEl.textContent?.trim() ?? "")\n .split("·")\n .map((text) => text.trim());\n expectedLocation = parts[0] ?? "";\n expectedPosition = parts[1] ?? "";\n }\n }\n\n const tags = Array.from(\n item.querySelectorAll(".tags-wrap .tag-item, .tags-wrap .tag, .tags-wrap span")\n )\n .map((tag) => tag.textContent?.trim() ?? "")\n .filter(Boolean);\n\n return {\n index: idx,\n candidateId,\n name,\n age,\n experience,\n education,\n workStatus,\n company,\n currentPosition,\n expectedLocation,\n expectedPosition,\n expectedSalary: item.querySelector(".salary-wrap")?.textContent?.trim() ?? "",\n tags,\n buttonText: item.querySelector("button.btn.btn-greet")?.textContent?.trim() ?? "",\n };\n });\n })()`,t=Fa(await this.evaluateJson(e));if(t.length>0)return t;return Fa(await this.evaluateRecommendFrameJson(e))}async inspectSurface(e){const t=Gn(e),n=`(() => {\n const surface = ${JSON.stringify(e)};\n const containerSelectors = ${JSON.stringify(t.containerSelectors)};\n const itemSelector = ${JSON.stringify(t.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ca)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (surface === "recommend-list" && !hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (surface === "recommend-list" && !hasRecommendUrl && !iframe && !hasRecommendShell) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const readItemCount = () => {\n if (surface === "chat-list") {\n const chatList = root.querySelector(".user-list.b-scroll-stable");\n const roleItems = chatList?.querySelectorAll('[role="listitem"]');\n if (roleItems && roleItems.length > 0) return roleItems.length;\n }\n return root.querySelectorAll(itemSelector).length;\n };\n const itemCount = readItemCount();\n const isVisible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n\n const isScrollable = (element) => {\n if (!isVisible(element)) return false;\n const view = element.ownerDocument?.defaultView ?? window;\n const style = view.getComputedStyle(element);\n if (style.overflowY === "hidden" || style.overflowY === "clip") return false;\n return element.scrollHeight > element.clientHeight + 2;\n };\n const labelFor = (element, fallback) => {\n if (element === document.scrollingElement) return "document";\n if (element === root.scrollingElement) return root === document ? "document" : "frame-document";\n return (\n element.id ||\n Array.from(element.classList ?? []).join(".") ||\n fallback ||\n element.tagName.toLowerCase()\n );\n };\n const targets = [];\n const pushTarget = (element, fallback) => {\n if (element && !isVisible(element)) return;\n if (!element || targets.some((target) => target.element === element)) return;\n targets.push({ element, label: labelFor(element, fallback) });\n };\n const readCssPixel = (value) => {\n const parsed = Number.parseFloat(value);\n return Number.isFinite(parsed) ? parsed : 0;\n };\n const findChatListElement = (element) => {\n if (surface !== "chat-list") return null;\n if (element.matches?.(".user-list.b-scroll-stable")) return element;\n return (\n element.querySelector?.(".user-list.b-scroll-stable") ??\n element.closest?.(".user-list.b-scroll-stable") ??\n null\n );\n };\n const readChatListSnapshot = (target) => {\n const list = findChatListElement(target.element);\n if (!list || itemCount <= 0 || !isVisible(list)) return null;\n\n const nativeScrollTop = Math.max(0, list.scrollTop);\n const nativeScrollHeight = Math.max(0, list.scrollHeight);\n const nativeClientHeight = Math.max(0, list.clientHeight);\n const nativeMaxScrollTop = Math.max(0, nativeScrollHeight - nativeClientHeight);\n if (nativeScrollHeight > nativeClientHeight + 2) {\n return {\n containerFound: true,\n containerLabel: labelFor(list, ".user-list.b-scroll-stable"),\n scrollTop: Math.round(nativeScrollTop),\n scrollHeight: Math.round(nativeScrollHeight),\n clientHeight: Math.round(nativeClientHeight),\n itemCount,\n atStart: nativeScrollTop <= 1,\n atEnd: nativeScrollTop >= nativeMaxScrollTop - 1\n };\n }\n\n const listRect = list.getBoundingClientRect();\n if (listRect.width <= 0 || listRect.height <= 0) return null;\n const group = list.querySelector('[role="group"]');\n if (!group) return null;\n\n const view = list.ownerDocument?.defaultView ?? window;\n const groupStyle = view.getComputedStyle(group);\n const paddingTop = Math.max(0, readCssPixel(groupStyle.paddingTop));\n const paddingBottom = Math.max(0, readCssPixel(groupStyle.paddingBottom));\n const roleItems = Array.from(list.querySelectorAll('[role="listitem"]'));\n const renderedItems =\n roleItems.length > 0 ? roleItems : Array.from(list.querySelectorAll(".geek-item"));\n const renderedHeight = renderedItems.reduce((sum, item) => {\n const rect = item.getBoundingClientRect();\n return sum + Math.max(0, rect.height);\n }, 0);\n const virtualHeight = Math.max(\n Math.round(paddingTop + renderedHeight + paddingBottom),\n Math.round(listRect.height)\n );\n return {\n containerFound: true,\n containerLabel: labelFor(list, ".user-list.b-scroll-stable") + ":virtual",\n scrollTop: Math.round(paddingTop),\n scrollHeight: virtualHeight,\n clientHeight: Math.round(listRect.height),\n itemCount,\n atStart: paddingTop <= 1,\n atEnd: paddingBottom <= 1\n };\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element, selector);\n }\n } catch {}\n }\n\n const firstVisibleItem = Array.from(root.querySelectorAll(itemSelector)).find(isVisible);\n let current = firstVisibleItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current, "item-ancestor");\n current = current.parentElement;\n }\n\n if (surface === "recommend-list" && root !== document) {\n const outerFrame = iframe ?? window.frameElement;\n let outer = outerFrame?.parentElement ?? null;\n while (outer && outer !== document.body && outer !== document.documentElement) {\n pushTarget(outer, "iframe-ancestor");\n outer = outer.parentElement;\n }\n pushTarget(document.scrollingElement, "document");\n pushTarget(document.documentElement, "documentElement");\n pushTarget(document.body, "body");\n }\n pushTarget(root.scrollingElement, root === document ? "document" : "frame-document");\n\n for (const target of targets) {\n const chatListSnapshot = readChatListSnapshot(target);\n if (chatListSnapshot) return chatListSnapshot;\n }\n\n const scrollTarget = targets.find((target) => isScrollable(target.element));\n if (!scrollTarget) {\n return {\n containerFound: false,\n containerLabel: targets[0]?.label ?? "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount,\n atStart: true,\n atEnd: true\n };\n }\n\n const scrollable = scrollTarget.element;\n const max = Math.max(0, scrollable.scrollHeight - scrollable.clientHeight);\n return {\n containerFound: true,\n containerLabel: scrollTarget.label,\n scrollTop: scrollable.scrollTop,\n scrollHeight: scrollable.scrollHeight,\n clientHeight: scrollable.clientHeight,\n itemCount,\n atStart: scrollable.scrollTop <= 1,\n atEnd: scrollable.scrollTop >= max - 1\n };\n })()`,a=Ya(await this.evaluateJson(n));if("recommend-list"!==e||a.itemCount>0)return a;const r=Ya(await this.evaluateRecommendFrameJson(n));return r.itemCount>0?r:a}async scrollSurfaceWithWheel(e,t,n){const a=Gn(e);await this.bringToFront();const r=Va(await this.evaluateJson(`(() => {\n const nativeWheelTarget = true;\n const surface = ${JSON.stringify(e)};\n const containerSelectors = ${JSON.stringify(a.containerSelectors)};\n const itemSelector = ${JSON.stringify(a.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const viewportWidth = window.innerWidth || document.documentElement.clientWidth || 0;\n const viewportHeight = window.innerHeight || document.documentElement.clientHeight || 0;\n const targets = [];\n const pushTarget = (element) => {\n if (!element || targets.includes(element)) return;\n targets.push(element);\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element);\n }\n } catch {}\n }\n\n const firstItem = Array.from(root.querySelectorAll(itemSelector)).find((element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n });\n pushTarget(firstItem);\n let current = firstItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current);\n current = current.parentElement;\n }\n\n const readPoint = (element) => {\n const rect = element.getBoundingClientRect();\n if (rect.width <= 0 || rect.height <= 0) return null;\n let left = rect.left;\n let top = rect.top;\n if (root !== document && iframe) {\n const frameRect = iframe.getBoundingClientRect();\n left += frameRect.left;\n top += frameRect.top;\n }\n const x = Math.round(Math.min(Math.max(left + rect.width / 2, 4), Math.max(4, viewportWidth - 4)));\n const y = Math.round(Math.min(Math.max(top + rect.height / 2, 4), Math.max(4, viewportHeight - 4)));\n return { found: true, x, y };\n };\n\n for (const element of targets) {\n const point = readPoint(element);\n if (point) return point;\n }\n\n return { found: false, x: 0, y: 0 };\n })()`));if(!r.found)return;await this.mouse.moveTo(ka(r)),await this.controller.dispatchMouseEvent({type:"mouseWheel",x:r.x,y:r.y,buttons:0,deltaX:0,deltaY:"up"===t?-(n??ba):n??ba}),await Ra(120);const o=await this.inspectSurface(e);return o.containerFound?o:{...o,containerFound:!0,containerLabel:o.containerLabel.length>0?o.containerLabel:"native-wheel",atStart:"up"!==t&&o.atStart,atEnd:"down"!==t&&o.atEnd}}async scrollSurfaceOnce(e,t,n){const a=Gn(e),r=`(() => {\n const surface = ${JSON.stringify(e)};\n const direction = ${JSON.stringify(t)};\n const explicitDistance = ${void 0!==n?JSON.stringify(n):"undefined"};\n const containerSelectors = ${JSON.stringify(a.containerSelectors)};\n const itemSelector = ${JSON.stringify(a.itemSelector)};\n const iframe = document.querySelector(${JSON.stringify(Xn.recommend.iframe)});\n const href = location.href;\n const recommendUrlMarkers = ${JSON.stringify(ca)};\n const hasRecommendUrl = recommendUrlMarkers.some((marker) => href.includes(marker));\n if (surface === "recommend-list" && !hasRecommendUrl && href.includes("/web/chat/index")) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const hasRecommendShell =\n document.querySelector(".recommendV2, .recommend-list-wrap, .recommend-list, .candidate-list, .recommend-filter, .candidate-card-wrap") !== null;\n if (surface === "recommend-list" && !hasRecommendUrl && !iframe && !hasRecommendShell) {\n return {\n containerFound: false,\n containerLabel: "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount: 0,\n atStart: true,\n atEnd: true\n };\n }\n\n const root = surface === "recommend-list" ? (iframe?.contentDocument ?? document) : document;\n const itemCount = root.querySelectorAll(itemSelector).length;\n const isVisible = (element) => {\n const rect = element.getBoundingClientRect();\n return rect.width > 0 && rect.height > 0;\n };\n const isScrollable = (element) => {\n if (!isVisible(element)) return false;\n const view = element.ownerDocument?.defaultView ?? window;\n const style = view.getComputedStyle(element);\n if (style.overflowY === "hidden" || style.overflowY === "clip") return false;\n return element.scrollHeight > element.clientHeight + 2;\n };\n const labelFor = (element, fallback) => {\n if (element === document.scrollingElement) return "document";\n if (element === root.scrollingElement) return root === document ? "document" : "frame-document";\n return (\n element.id ||\n Array.from(element.classList ?? []).join(".") ||\n fallback ||\n element.tagName.toLowerCase()\n );\n };\n const targets = [];\n const pushTarget = (element, fallback) => {\n if (element && !isVisible(element)) return;\n if (!element || targets.some((target) => target.element === element)) return;\n targets.push({ element, label: labelFor(element, fallback) });\n };\n\n for (const selector of containerSelectors) {\n try {\n for (const element of Array.from(root.querySelectorAll(selector))) {\n pushTarget(element, selector);\n }\n } catch {}\n }\n\n const firstVisibleItem = Array.from(root.querySelectorAll(itemSelector)).find(isVisible);\n let current = firstVisibleItem?.parentElement ?? null;\n while (current && current !== root.body && current !== root.documentElement) {\n pushTarget(current, "item-ancestor");\n current = current.parentElement;\n }\n\n if (surface === "recommend-list" && root !== document) {\n const outerFrame = iframe ?? window.frameElement;\n let outer = outerFrame?.parentElement ?? null;\n while (outer && outer !== document.body && outer !== document.documentElement) {\n pushTarget(outer, "iframe-ancestor");\n outer = outer.parentElement;\n }\n pushTarget(document.scrollingElement, "document");\n pushTarget(document.documentElement, "documentElement");\n pushTarget(document.body, "body");\n }\n pushTarget(root.scrollingElement, root === document ? "document" : "frame-document");\n\n const scrollTarget = targets.find((target) => isScrollable(target.element));\n if (!scrollTarget) {\n return {\n containerFound: false,\n containerLabel: targets[0]?.label ?? "",\n scrollTop: 0,\n scrollHeight: 0,\n clientHeight: 0,\n itemCount,\n atStart: true,\n atEnd: true\n };\n }\n\n const scrollable = scrollTarget.element;\n const max = Math.max(0, scrollable.scrollHeight - scrollable.clientHeight);\n const amount = explicitDistance ?? Math.max(320, Math.floor(scrollable.clientHeight * 0.85));\n scrollable.scrollTop =\n direction === "up"\n ? Math.max(0, scrollable.scrollTop - amount)\n : Math.min(max, scrollable.scrollTop + amount);\n\n return {\n containerFound: true,\n containerLabel: scrollTarget.label,\n scrollTop: scrollable.scrollTop,\n scrollHeight: scrollable.scrollHeight,\n clientHeight: scrollable.clientHeight,\n itemCount,\n atStart: scrollable.scrollTop <= 1,\n atEnd: scrollable.scrollTop >= max - 1\n };\n })()`,o=Ya(await this.evaluateJson(r));if("recommend-list"!==e||o.itemCount>0)return o;const i=Ya(await this.evaluateRecommendFrameJson(r));return i.itemCount>0?i:o}async scrollChatList(e="down"){const t=await this.scrollSurface("chat-list",{direction:e,steps:1,settleMs:0});return{ok:t.success&&t.stepsCompleted>0,before:t.before.scrollTop,after:t.after.scrollTop,max:Math.max(0,t.after.scrollHeight-t.after.clientHeight)}}};import{createHash as nr}from"node:crypto";var ar,rr,or={fetch:fetch,env:process.env},ir="https://huajune.duliday.com",sr=new Set;function cr(e,t){const n=e[t]?.trim();return void 0===n||0===n.length?void 0:n}function lr(e,t){const n=cr(e,t);if(void 0!==n){if("true"===n)return!0;if("false"===n)return!1;throw new Error(`Expected boolean env value "true" or "false" for ${t}, received "${n}".`)}}function dr(e){const t=lr(e,"RECRUITMENT_EVENTS_ENABLED"),n=cr(e,"RECRUITMENT_EVENTS_API_BASE_URL")??ir,a=cr(e,"RECRUITMENT_EVENTS_API_TOKEN"),r=cr(e,"RECRUITMENT_EVENTS_DEFAULT_AGENT_ID");return{enabled:t??!0,apiBaseUrl:n,...void 0!==a?{apiToken:a}:{},...void 0!==r?{defaultAgentId:r}:{}}}function ur(e){return e.defaultAgentId}function mr(e,t,n){sr.has(t)||(sr.add(t),e.warn(n))}function gr(e){return`${e.replace(/\/+$/,"")}/api/v1/recruitment-events`}function pr(e){return"object"==typeof e&&null!==e}function fr(e,t){const n=e[t];return"string"==typeof n?n:void 0}function hr(e){if(!pr(e)||!pr(e.data)||!Array.isArray(e.data.results))return;const t=e.data.results.find(e=>pr(e)&&"error"===fr(e,"status"));if(!pr(t))return;const n=fr(t,"idempotencyKey"),a=t.error,r=pr(a)?fr(a,"code"):void 0,o=pr(a)?fr(a,"message"):void 0;return`Recruitment events API rejected event${void 0!==n?` ${n}`:""}${void 0!==r?` ${r}`:""}${void 0!==o?`: ${o}`:""}`}async function br(e,t,n){const a=dr(n.env);if(!a.enabled)return;const r=ur(a);if(void 0===a.apiToken||void 0===r)return void mr(t,"missing-required-config","Recruitment events tracking is enabled by default; require RECRUITMENT_EVENTS_API_TOKEN and RECRUITMENT_EVENTS_DEFAULT_AGENT_ID.");const o={events:[{...e,agentId:r,eventTime:e.eventTime??(new Date).toISOString()}]},i=await n.fetch(gr(a.apiBaseUrl),{method:"POST",headers:{Authorization:`Bearer ${a.apiToken}`,"Content-Type":"application/json"},body:JSON.stringify(o)});if(!i.ok){const e=await i.text().catch(()=>"");throw new Error(`Recruitment events API request failed (${i.status})${e.length>0?`: ${e}`:""}`)}const s=hr(await i.json().catch(()=>{}));if(void 0!==s)throw new Error(s)}function yr(e,t){return`${e}:${nr("sha256").update(JSON.stringify(t.map(e=>e??""))).digest("hex").slice(0,24)}`}function vr(e,t){(async()=>{const n=rr??(async(e,t)=>{await br(e,t,{...or,...ar})});await n(e,t)})().catch(e=>{t.warn(`Recruitment event tracking failed: ${e instanceof Error?e.message:String(e)}`)})}function wr(){return(new Date).toISOString().slice(0,10)}function xr(e){const t=e?.trim();return void 0!==t&&t.length>0?t:void 0}function Sr(e,t,n){const a=e?.candidateInfo,r=xr(a?.age),o=xr(a?.education),i=xr(a?.expectedSalary);return{name:xr(a?.name)??t,position:n,...void 0!==r?{age:r}:{},...void 0!==o?{education:o}:{},...void 0!==i?{expectedSalary:i}:{}}}function Cr(e){return xr(e?.candidateInfo.communicationPosition)??""}function Rr(e){const t=xr(e?.candidateInfo.expectedJobText);if(void 0===t)return"";const n=t.split(/[·||]/).map(e=>e.trim()).filter(Boolean);return n.length>1?n[1]??"":t}function kr(e){const t=xr(e?.candidateInfo.expectedJobText);if(void 0===t)return;const n=t.split(/[·||]/).map(e=>e.trim()).filter(Boolean);return n.length>1?xr(n[0]):void 0}function Ir(e){return e.length>0?{job:{jobName:e}}:{}}function Mr(e,t){return e.trim().length>0&&t.trim().length>0}function Nr(e){const t=e.content.trim(),n=/微信(?:号)?\s*[::]?\s*([A-Za-z0-9_-]{5,})/.exec(t);return void 0!==n?.[1]?n[1]:/^[A-Za-z][A-Za-z0-9_-]{5,}$/.test(t)?t:void 0}function Pr(e,t){for(const n of e)n.hasUnread&&0!==n.name.length&&Mr(n.name,n.position)&&vr({idempotencyKey:yr("zhipin-message-received",[n.conversationId,n.candidateId,n.name,n.position,wr()]),sourcePlatform:"zhipin",dataSource:"api_callback",eventType:"message_received",candidate:{name:n.name,position:n.position},job:{jobId:0,jobName:n.position},details:{unreadCount:n.unreadCount>0?n.unreadCount:1,lastMessagePreview:n.preview,conversationId:n.conversationId,candidateId:n.candidateId}},t)}function Tr(e,t){const n=Cr(e.candidateDetails),a=n,r=Sr(e.candidateDetails,e.candidateName,a);if(!Mr(r.name,r.position))return;const o=kr(e.candidateDetails);vr({idempotencyKey:yr("zhipin-message-sent",[e.conversationId,e.candidateId,e.replyId]),sourcePlatform:"zhipin",dataSource:"api_callback",eventType:"message_sent",candidate:{...r,...void 0!==o?{expectedLocation:o}:{}},...Ir(n),details:{content:e.message,isAutoReply:!0,unreadCountBeforeReply:e.unreadCountBeforeReply,wasUnreadBeforeReply:e.unreadCountBeforeReply>0,conversationId:e.conversationId,candidateId:e.candidateId}},t)}function Ar(e,t){if(!e.clicked||0===e.name.length)return;const n=xr(e.expectedPosition);if(void 0===n||!Mr(e.name,n))return;const a=xr(e.age),r=xr(e.education),o=xr(e.expectedSalary),i=xr(e.expectedLocation);vr({idempotencyKey:yr("zhipin-candidate-contacted",[e.candidateId,e.name,wr()]),sourcePlatform:"zhipin",dataSource:"api_callback",eventType:"candidate_contacted",candidate:{name:e.name,position:n,...void 0!==a?{age:a}:{},...void 0!==r?{education:r}:{},...void 0!==o?{expectedSalary:o}:{},...void 0!==i?{expectedLocation:i}:{}},details:{candidateId:e.candidateId}},t)}function Er(e,t){const n=Cr(e.candidateDetails),a=Sr(e.candidateDetails,e.candidateName,n);if(!Mr(a.name,a.position))return;const r=kr(e.candidateDetails);vr({idempotencyKey:yr("zhipin-wechat-requested",[e.conversationId,e.candidateId,wr()]),sourcePlatform:"zhipin",dataSource:"api_callback",eventType:"wechat_exchanged",candidate:{...a,...void 0!==r?{expectedLocation:r}:{}},...Ir(n),details:{exchangeType:e.exchangeType??(void 0!==e.wechatNumber?"accepted":"requested"),conversationId:e.conversationId,candidateId:e.candidateId,...void 0!==e.wechatNumber?{wechatNumber:e.wechatNumber}:{}}},t)}function Br(e,t,n,a){const r=Cr(e),o=Rr(e),i=kr(e),s=Sr(e,e.candidateInfo.name,o);if(!Mr(s.name,s.position))return;const c=e.messages.find(e=>"wechat-exchange"===e.messageType);if(void 0===c)return;const l=Nr(c);vr({idempotencyKey:yr("zhipin-wechat-completed",[t,n]),sourcePlatform:"zhipin",dataSource:"api_callback",eventType:"wechat_exchanged",candidate:{...s,...void 0!==i?{expectedLocation:i}:{}},...Ir(r),details:{exchangeType:"completed",conversationId:t,candidateId:n,messageIndex:c.index,...void 0!==l?{wechatNumber:l}:{}}},a)}var _r,qr=wn.object({name:wn.string(),conversationId:wn.string(),candidateId:wn.string(),position:wn.string(),time:wn.string(),preview:wn.string(),unreadCount:wn.number(),hasUnread:wn.boolean(),index:wn.number()}),Fr=wn.object({success:wn.boolean(),candidates:wn.array(qr),total:wn.number(),stats:wn.object({withName:wn.number(),withUnread:wn.number()})});function Or(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),..._r}}function jr(e){return e.conversationId.length>0?e.conversationId:e.candidateId.length>0?e.candidateId:0!==e.name.length?[e.name,e.position,e.lastMessageTime].join("|"):void 0}function $r(e){const t=new Set,n=[];for(const a of e){const e=jr(a);void 0!==e&&t.has(e)||(void 0!==e&&t.add(e),n.push(a))}return n}var Lr=vn({name:"zhipin_read_messages",description:"读取 BOSS直聘消息列表,默认返回全部候选人;若只看未读消息,传 onlyUnread=true",input:wn.object({limit:wn.number().optional().describe("最多返回条数"),onlyUnread:wn.boolean().default(!1).describe("是否只返回有未读消息的候选人;用户说“全部/所有消息列表”时应为 false,说“未读消息”时应为 true"),sortBy:wn.enum(["time","unreadCount","name"]).default("time"),autoScroll:wn.boolean().default(!0).describe("是否自动向下滚动消息列表并合并采集结果"),maxScrolls:wn.number().int().min(0).max(50).default(4).describe("自动滚动的最大步数")}),output:Fr,execute:async(e,t)=>{const n=e.onlyUnread??!1;let a,r;t.logger.info(`Reading zhipin messages (limit: ${e.limit??"all"}, onlyUnread: ${n})`);const o=Or();try{a=await o.openNativePagePort({requireChatPage:!0}),r=o.createNativeVisualActivitySession(a),await r.begin("正在读取消息列表");if(!await a.waitForSelector('.user-list.b-scroll-stable, .user-list.b-scroll-stable [role="listitem"], .geek-item',5e3))return await r.fail("未找到消息列表"),{success:!1,candidates:[],total:0,stats:{withName:0,withUnread:0}};const i=n?"正在读取未读消息列表":"正在读取消息列表";await r.highlightSelector(".user-list.b-scroll-stable, .chat-user .user-container, .chat-user",{label:i,padding:8});const s=e.autoScroll??!0,c=e.maxScrolls??4,l=$r(await a.readChatCandidates({autoScroll:s,maxScrolls:c,...void 0===e.limit||n?{}:{targetCount:e.limit}})).map(e=>({name:e.name,conversationId:e.conversationId,candidateId:e.candidateId,position:e.position,time:e.lastMessageTime,preview:e.messagePreview,unreadCount:e.unreadCount,hasUnread:e.hasUnread,index:e.index}));let d=n?l.filter(e=>e.hasUnread):l;const u=e.sortBy??"time";"time"===u||("unreadCount"===u?d.sort((e,t)=>t.unreadCount-e.unreadCount):"name"===u&&d.sort((e,t)=>e.name.localeCompare(t.name))),void 0!==e.limit&&(d=d.slice(0,e.limit));const m={withName:l.filter(e=>e.name.length>0).length,withUnread:l.filter(e=>e.hasUnread).length};return await r.succeed(n?`已读取 ${d.length} 条未读消息`:`已读取 ${d.length} 条消息`),t.logger.info(`Found ${d.length} candidates (${m.withUnread} with unread)`),Pr(d,t.logger),{success:!0,candidates:d,total:l.length,stats:m}}catch(e){return await(r?.fail("读取消息列表失败")),t.logger.warn(`Native zhipin message read failed: ${e instanceof Error?e.message:String(e)}`),{success:!1,candidates:[],total:0,stats:{withName:0,withUnread:0}}}finally{a?.close()}}});import{BrowserPageInfoSchema as Dr}from"@roll-agent/browser";import{defineTool as zr}from"@roll-agent/sdk";import{z as Jr}from"zod";var Vr,Hr=Jr.object({success:Jr.boolean(),alreadyOnChat:Jr.boolean(),usedSidebarClick:Jr.boolean(),chatReady:Jr.boolean(),page:Dr.optional(),error:Jr.string().optional()});function Ur(){return{getContextManager:h,openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Vr}}async function Kr(e,t){return le(e,await t.inspectPage())}var Wr=zr({name:"zhipin_open_chat_page",description:"通过点击 Boss 左侧导航切换回「沟通」页,避免让编排器依赖站内 URL 猜测。",input:Jr.object({}),output:Hr,execute:async(e,t)=>{const n=Ur(),a=n.getContextManager();let r,o;t.logger.info("Opening Boss chat page via native sidebar navigation");try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{});const e="正在切换到沟通页";if(await o.begin(e),await o.highlightSelector(Xn.nav.sidebar,{label:e,padding:10}),await r.isChatSurfaceOpen())return await o.succeed("已在沟通页"),{success:!0,alreadyOnChat:!0,usedSidebarClick:!1,chatReady:!0,page:await Kr(a,r)};if(!await r.clickSidebarSection("chat",{...void 0!==o?{motionObserver:o}:{}}))return await o.fail("未找到沟通导航"),{success:!1,alreadyOnChat:!1,usedSidebarClick:!1,chatReady:!1,page:await Kr(a,r),error:"未找到沟通导航"};t.logger.info("Clicked Boss sidebar nav: 沟通");return await r.waitForChatSurface()?(await o.succeed("已切换到沟通页"),{success:!0,alreadyOnChat:!1,usedSidebarClick:!0,chatReady:!0,page:await Kr(a,r)}):(await o.fail("沟通页未就绪"),{success:!1,alreadyOnChat:!1,usedSidebarClick:!0,chatReady:!1,page:await Kr(a,r),error:"沟通页未就绪"})}catch(e){return await(o?.fail("切换沟通页失败")),{success:!1,alreadyOnChat:!1,usedSidebarClick:!1,chatReady:!1,error:e instanceof Error?e.message:"切换沟通页失败"}}finally{r?.close()}}});import{defineTool as Yr}from"@roll-agent/sdk";import{z as Gr}from"zod";var Xr,Zr=Gr.object({success:Gr.boolean(),conversationId:Gr.string(),candidateId:Gr.string(),candidateName:Gr.string(),index:Gr.number(),hasUnread:Gr.boolean(),unreadCount:Gr.number(),lastMessageTime:Gr.string(),messagePreview:Gr.string(),error:Gr.string().optional()});function Qr(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Xr}}var eo=Yr({name:"zhipin_open_chat",description:"打开指定候选人的聊天窗口(优先按 conversationId,其次姓名,最后才用索引)",input:Gr.object({conversationId:Gr.string().optional().describe("会话 ID。若已从 `zhipin_read_messages` 获取,优先传这个,最稳定"),candidateName:Gr.string().optional().describe("候选人姓名。若用户说“打开鲁倩的聊天”,这里应提取为“鲁倩”"),index:Gr.number().optional().describe("候选人在列表中的索引。仅在缺少 conversationId 时兜底"),preferUnread:Gr.boolean().default(!1).describe("优先选择有未读消息的候选人")}),output:Zr,execute:async(e,t)=>{t.logger.info(`Opening chat: name=${e.candidateName??"N/A"}, index=${e.index??"N/A"}`);const n=Qr();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在打开目标聊天"),await r.highlightSelector(".user-list.b-scroll-stable, .chat-user .user-container, .chat-user",{label:"正在定位候选人",padding:8});const o=await a.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,preferUnread:e.preferUnread??!1,...void 0!==r?{motionObserver:r}:{}});return o.found?(await r.succeed(`已打开 ${o.name||"目标"} 的聊天`),t.logger.info(`Opened chat with ${o.name} (index: ${o.index})`),{success:!0,conversationId:o.conversationId,candidateId:o.candidateId,candidateName:o.name,index:o.index,hasUnread:o.hasUnread,unreadCount:o.unreadCount,lastMessageTime:o.lastMessageTime,messagePreview:o.messagePreview}):(await r.fail("打开聊天失败"),{success:!1,conversationId:"",candidateId:"",candidateName:e.candidateName??"",index:e.index??-1,hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:o.error??`未找到候选人: ${e.candidateName??`index ${e.index}`}`})}catch(n){return await(r?.fail("打开聊天失败")),t.logger.warn(`Native zhipin open chat failed: ${n instanceof Error?n.message:String(n)}`),{success:!1,conversationId:"",candidateId:"",candidateName:e.candidateName??"",index:e.index??-1,hasUnread:!1,unreadCount:0,lastMessageTime:"",messagePreview:"",error:n instanceof Error?n.message:"打开聊天失败"}}finally{a?.close()}}});import{defineTool as to}from"@roll-agent/sdk";import{z as no}from"zod";var ao="·",ro=/[--—–]/;function oo(e){return(e??"").trim()}function io(e){const t=oo(e);if(!t||!ro.test(t))return;const[n=""]=t.split(ro);return oo(n)||void 0}function so(e){const t=oo(e);if(!t)return{expectedLocation:"",expectedPosition:""};const[n="",a=""]=t.split(ao).map(e=>oo(e));return{expectedLocation:n,expectedPosition:a}}function co(e){const t=oo(e.communicationPosition),{expectedLocation:n,expectedPosition:a}=so(e.expectedJobText),r=io(t);return{communicationPosition:t,expectedLocation:n,expectedPosition:a,...void 0!==r?{preferredBrand:r}:{}}}var lo,uo=no.object({index:no.number(),sender:no.enum(["candidate","recruiter","system"]),messageType:no.enum(["text","system","resume","wechat-exchange"]),content:no.string(),time:no.string()}),mo=no.object({name:no.string(),age:no.string(),experience:no.string(),education:no.string(),communicationPosition:no.string(),expectedPosition:no.string(),expectedLocation:no.string(),expectedSalary:no.string(),tags:no.array(no.string())}),go=no.object({success:no.boolean(),conversationId:no.string(),candidateId:no.string(),candidateInfo:mo,preferredBrand:no.string().optional(),chatMessages:no.array(uo),formattedHistory:no.array(no.string()),stats:no.object({totalMessages:no.number(),candidateMessages:no.number(),recruiterMessages:no.number(),systemMessages:no.number()}),error:no.string().optional()});function po(){return{name:"",age:"",experience:"",education:"",communicationPosition:"",expectedPosition:"",expectedLocation:"",expectedSalary:"",tags:[]}}function fo(e){return{success:!1,conversationId:"",candidateId:"",candidateInfo:po(),chatMessages:[],formattedHistory:[],stats:{totalMessages:0,candidateMessages:0,recruiterMessages:0,systemMessages:0},error:e}}function ho(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function bo(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...lo}}var yo=to({name:"zhipin_get_candidate_info",description:"提取候选人资料和完整聊天记录。可指定 conversationId 或 candidateName 自动打开对应聊天;若已从 `zhipin_read_messages` 获取 conversationId,优先传它。",input:no.object({conversationId:no.string().optional().describe("会话 ID。若已从 `zhipin_read_messages` 获取,优先传这个,最稳定"),candidateName:no.string().optional().describe("候选人姓名。若用户说“查看鲁倩的聊天详情”,这里应提取为“鲁倩”"),index:no.number().optional().describe("候选人在列表中的索引(可选,仅兜底)"),maxMessages:no.number().default(100).describe("最多返回的消息条数")}),output:go,execute:async(e,t)=>{const n=e.maxMessages??100,a=bo(),r=void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index;let o,i;const s=r?"正在打开目标聊天":"正在准备当前聊天",c="正在提取聊天记录",l=async(e,t)=>(await(i?.fail(e)),fo(t));try{o=await a.openNativePagePort(),i=a.createNativeVisualActivitySession(o),await i.begin(s);const d=r?await o.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,maxScrolls:4}):void 0;if(void 0!==d&&!d.found)return await l("打开聊天失败",d.error??"打开聊天失败");if(void 0===d&&!await o.isChatSurfaceOpen().catch(()=>!1))return await l("当前不是沟通页","当前页面不是 BOSS 沟通页,无法读取当前聊天详情");t.logger.info("Extracting candidate info"+(void 0!==d?` for ${d.name}`:" (current window)")),await i.begin(c),await i.highlightSelector(".chat-conversation, .conversation-box, .conversation-message",{label:c,padding:12});const u=d?.name??e.candidateName??"",m=await o.readActiveChatPanel();if(u.length>0&&(!m||!ho(u,m.candidateName)))return await l("聊天面板未同步",`右侧聊天面板未切换到 ${u}`);const g=await o.readSelectedChatTarget();if(!g)return await l("未识别当前会话","未能提取当前选中聊天的 conversationId/candidateId");if(!(void 0===d||d.conversationId.length>0&&g.conversationId===d.conversationId||0===d.conversationId.length&&d.candidateId.length>0&&g.candidateId===d.candidateId))return await l("当前会话不一致",`当前选中会话与目标会话不一致: ${d?.name||d?.conversationId||""}`);if(m&&g.candidateName.length>0&&!ho(g.candidateName,m.candidateName))return await l("左右面板不一致",`左侧选中会话与右侧聊天面板不一致: ${g.candidateName} / ${m.candidateName}`);await o.waitForChatMessages();const p=await o.readCandidateChatDetails(n),f=co({communicationPosition:p.candidateInfo.communicationPosition,expectedJobText:p.candidateInfo.expectedJobText}),h=p.messages.filter(e=>"candidate"===e.sender||"recruiter"===e.sender).map(e=>`${"candidate"===e.sender?"求职者":"我"}: ${e.content}`),b={totalMessages:p.messages.length,candidateMessages:p.messages.filter(e=>"candidate"===e.sender).length,recruiterMessages:p.messages.filter(e=>"recruiter"===e.sender).length,systemMessages:p.messages.filter(e=>"system"===e.sender).length};return await i.succeed(`已提取 ${b.totalMessages} 条聊天记录`),t.logger.info(`Extracted info for ${p.candidateInfo.name}: ${b.totalMessages} messages`),Br(p,g.conversationId,g.candidateId,t.logger),{success:!0,conversationId:g.conversationId,candidateId:g.candidateId,candidateInfo:{name:p.candidateInfo.name,age:p.candidateInfo.age,experience:p.candidateInfo.experience,education:p.candidateInfo.education,communicationPosition:f.communicationPosition,expectedPosition:f.expectedPosition,expectedLocation:f.expectedLocation,expectedSalary:p.candidateInfo.expectedSalary,tags:[...p.candidateInfo.tags]},...void 0!==f.preferredBrand?{preferredBrand:f.preferredBrand}:{},chatMessages:[...p.messages],formattedHistory:h,stats:b}}catch(e){return await(i?.fail("提取聊天记录失败")),t.logger.warn(`Native zhipin candidate info read failed: ${e instanceof Error?e.message:String(e)}`),fo(e instanceof Error?e.message:"提取聊天记录失败")}finally{o?.close()}}});import{defineTool as vo}from"@roll-agent/sdk";import{z as wo}from"zod";function xo(e,t){return void 0!==t.accountId?e.accountId===t.accountId:e.username===t.username}import{z as So}from"zod";var Co="reply-authority-service",Ro="browser-use-agent/zhipin_send_reply",ko="zhipin",Io=60,Mo=So.object({platform:So.literal(ko),username:So.string().min(1),accountId:So.string().min(1).optional()}),No=So.object({v:So.literal(2),iss:So.literal(Co),kid:So.string().min(1),jti:So.string().min(1),iat:So.number().int(),exp:So.number().int(),aud:So.literal(Ro),platform:So.literal(ko),tenantId:So.string().min(1),conversationId:So.string().min(1),candidateId:So.string().min(1),reply:So.string(),policyVersion:So.string().min(1),recruiterBinding:Mo}),Po=So.object({kid:So.string().min(1),algorithm:So.literal("Ed25519"),publicKey:So.string().min(1),validFrom:So.string().min(1),validUntil:So.string().optional()}),To=So.object({keys:So.array(Po)}),Ao=new Map;function Eo(e){for(const[t,n]of Ao)n<e-Io&&Ao.delete(t)}function Bo(e,t=Math.floor(Date.now()/1e3)){return Eo(t),Ao.has(e)}function _o(e,t,n=Math.floor(Date.now()/1e3)){Eo(n),Ao.set(e,t)}import{createPublicKey as qo,verify as Fo}from"node:crypto";var Oo=new Map,jo=null;function $o(){const e=process.env.REPLY_AUTHORITY_KEYS_URL?.trim();if(!e)throw new Error("REPLY_AUTHORITY_KEYS_URL 未配置,browser-use-agent 无法拉取 Reply Authority 公钥。");return e}function Lo(e){return Oo=new Map(e.map(e=>[e.kid,e]))}async function Do(){if(jo)return jo;jo=(async()=>{const e=await fetch($o()),t=await e.json();if(!e.ok)throw new Error(`Reply Authority 公钥拉取失败 (${e.status})`);return Lo(To.parse(t).keys)})();try{return await jo}finally{jo=null}}async function zo(){await Do()}async function Jo(e){const t=Oo.get(e);if(t)return t;const n=(await Do()).get(e);if(!n)throw new Error(`Unknown key ID: ${e}`);return n}function Vo(e){if("object"==typeof e&&null!==e&&"v"in e&&"number"==typeof e.v&&2!==e.v)throw new Error("unexpected envelope version")}function Ho(e){const t=e.split("."),n=t[0],a=t[1];if(2!==t.length||void 0===n||void 0===a||0===n.length||0===a.length)throw new Error("Invalid signed envelope format");let r,o="";try{o=Buffer.from(n,"base64url").toString("utf-8")}catch{throw new Error("Invalid signed envelope format")}try{r=JSON.parse(o)}catch{throw new Error("Envelope payload schema validation failed")}Vo(r);const i=No.safeParse(r);if(!i.success)throw new Error("Envelope payload schema validation failed");return{payload:i.data,payloadJson:o,signatureBase64:a}}function Uo(e,t){if(e.exp<=e.iat)throw new Error("Envelope expiry must be after issue time");if(e.exp<t-Io)throw new Error("Envelope expired");if(e.iat>t+Io)throw new Error("Envelope issued in the future")}async function Ko(e,t=Math.floor(Date.now()/1e3)){const n=Ho(e),a=await Jo(n.payload.kid),r=qo({key:Buffer.from(a.publicKey,"base64url"),format:"der",type:"spki"});if(!Fo(null,Buffer.from(n.payloadJson,"utf-8"),r,Buffer.from(n.signatureBase64,"base64url")))throw new Error("Signature verification failed");return Uo(n.payload,t),n.payload}var Wo,Yo=wo.object({success:wo.boolean(),sentMessage:wo.string(),error:wo.string().optional()});function Go(){return{getReplyAuthorityKeysLoaded:v,openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Wo}}function Xo(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function Zo(e){return"function"==typeof e.readCandidateChatDetails}async function Qo(e){if(Zo(e))return await e.readCandidateChatDetails(50).catch(()=>{})}var ei=vo({name:"zhipin_send_reply",description:"发送消息。只接受由 Reply Authority Service 签发的 signedEnvelope;可指定 candidateName 自动打开对应聊天后发送,或不传则发送到当前选中的聊天窗口。",input:wo.object({signedEnvelope:wo.string().describe("Reply Authority Service 返回的紧凑签名信封"),candidateName:wo.string().optional().describe("候选人姓名。若用户说“回复鲁倩”,这里应提取为“鲁倩”"),index:wo.number().optional().describe("候选人在列表中的索引(可选)")}),output:Yo,execute:async(e,t)=>{const n=Go();let a,r,o="";if(!n.getReplyAuthorityKeysLoaded()){const e="Reply Authority 公钥尚未成功预加载,当前无法发送签名回复。请检查启动日志、`REPLY_AUTHORITY_KEYS_URL` 配置,以及 `browser_status.replyAuthorityKeysLoaded`。";return t.logger.error(e),{success:!1,sentMessage:o,error:e}}try{const i=await Ko(e.signedEnvelope);if(o=i.reply,Bo(i.jti))return{success:!1,sentMessage:o,error:"token 已消费,禁止重放"};a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在发送回复");const s=await a.openChat({conversationId:i.conversationId,candidateName:e.candidateName,index:e.index});if(!s.found)return await r.fail(s.error??"未找到目标聊天"),{success:!1,sentMessage:o,error:s.error??"未找到目标聊天"};const c=await a.readActiveChatPanel(),l=await a.readSelectedChatTarget();if(null===l)return await r.fail("未能提取当前聊天的 conversationId/candidateId"),{success:!1,sentMessage:o,error:"未能提取当前聊天的 conversationId/candidateId"};if(null!==c&&l.candidateName.length>0&&!Xo(l.candidateName,c.candidateName)){const e=`左侧选中会话与右侧聊天面板不一致: ${l.candidateName} / ${c.candidateName}`;return await r.fail(e),{success:!1,sentMessage:o,error:e}}if(l.conversationId!==i.conversationId||l.candidateId!==i.candidateId)return await r.fail("发送目标与签名不匹配"),{success:!1,sentMessage:o,error:"发送目标与签名不匹配"};const d=na(await a.readUsernameEvidence());if(!d.found)return await r.fail("未找到用户名"),{success:!1,sentMessage:o,error:"未找到用户名,请确认当前页面已登录招聘者账号。"};const u={platform:"zhipin",username:d.username,strategy:d.strategy,source:d.source};if(!xo(u,i.recruiterBinding)){const e=`recruiter 绑定不匹配:当前账号 ${u.username} 与签发时 ${i.recruiterBinding.username} 不一致`;return await r.fail(e),{success:!1,sentMessage:o,error:e}}t.logger.info(`Sending native message (${o.length} chars) to ${l.candidateName||l.candidateId}`);const m=await a.sendChatReply(o,{...void 0!==r?{motionObserver:r}:{}});if(!m.success)return await r.fail(m.error??"发送失败"),{success:!1,sentMessage:o,error:m.error??"发送失败"};const g=await Qo(a);return Tr({conversationId:l.conversationId,candidateId:l.candidateId,replyId:i.jti,candidateName:l.candidateName,message:o,unreadCountBeforeReply:s.unreadCount,...void 0!==g?{candidateDetails:g}:{}},t.logger),_o(i.jti,i.exp),await r.succeed("已发送回复"),{success:!0,sentMessage:o}}catch(e){const t=e instanceof Error?e.message:String(e);return await(r?.fail(t)),{success:!1,sentMessage:o,error:t}}finally{a?.close()}}});import{defineTool as ti}from"@roll-agent/sdk";import{z as ni}from"zod";var ai,ri=ni.object({success:ni.boolean(),exchanged:ni.boolean(),wechatNumber:ni.string().optional(),error:ni.string().optional()}),oi=900,ii=160,si=1100;function ci(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...ai}}function li(e,t){const n=e.trim().toLocaleLowerCase("zh-CN"),a=t.trim().toLocaleLowerCase("zh-CN");return n.length>0&&a.length>0&&(n===a||n.includes(a)||a.includes(n))}function di(e){return"function"==typeof e.readCandidateChatDetails}async function ui(e){if(di(e))return await e.readCandidateChatDetails(50).catch(()=>{})}var mi=ti({name:"zhipin_exchange_wechat",description:'换微信。可指定 candidateName 自动打开对应聊天后执行,或不传则在当前窗口执行;例如"和鲁倩换微信"应提取 candidateName=鲁倩。',input:ni.object({conversationId:ni.string().optional().describe("会话 ID。若已从消息列表拿到,优先传这个"),candidateName:ni.string().optional().describe('候选人姓名。若用户说"和鲁倩换微信",这里应提取为"鲁倩"'),index:ni.number().optional().describe("候选人在列表中的索引(可选)")}),output:ri,execute:async(e,t)=>{const n=ci();let a,r;try{if(a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在换微信"),void 0!==e.conversationId||void 0!==e.candidateName||void 0!==e.index){const t=await a.openChat({conversationId:e.conversationId,candidateName:e.candidateName,index:e.index,...void 0!==r?{motionObserver:r}:{}});if(!t.found)return await r.fail(t.error??"未找到目标聊天"),{success:!1,exchanged:!1,error:t.error??"未找到目标聊天"}}else if(!await a.isChatSurfaceOpen())return await r.fail("消息列表未加载"),{success:!1,exchanged:!1,error:"消息列表未加载"};const o=await a.readSelectedChatTarget();if(null===o)return await r.fail("未选中聊天联系人"),{success:!1,exchanged:!1,error:"未选中聊天联系人,无法点击当前聊天输入区的「换微信」按钮"};const i=await a.readActiveChatPanel();if(null!==i&&o.candidateName.length>0&&!li(o.candidateName,i.candidateName)){const e=`左侧选中会话与右侧聊天面板不一致: ${o.candidateName} / ${i.candidateName}`;return await r.fail(e),{success:!1,exchanged:!1,error:e}}t.logger.info(`Starting native WeChat exchange with ${o.candidateName}`);const s=await ui(a),c=await a.exchangeWechat({preClickDelayMs:oi,pressDurationMs:ii,settleMs:si,...void 0!==r?{motionObserver:r}:{}});return c.success?(c.exchanged&&Er({conversationId:o.conversationId,candidateId:o.candidateId,candidateName:o.candidateName,...void 0!==c.wechatNumber?{wechatNumber:c.wechatNumber}:{},...void 0!==s?{candidateDetails:s}:{}},t.logger),await r.succeed("已完成换微信"),c):(await r.fail(c.error??"换微信失败"),c)}catch(e){const t=e instanceof Error?e.message:String(e);return await(r?.fail(t)),{success:!1,exchanged:!1,error:t}}finally{a?.close()}}});import{defineTool as gi}from"@roll-agent/sdk";import{z as pi}from"zod";var fi,hi=pi.object({success:pi.boolean(),username:pi.string(),usedSelector:pi.string().optional(),usedStrategy:pi.string().optional(),source:pi.string().optional(),error:pi.string().optional()});function bi(){return{openNativePagePort:er,pickBestUsername:na,createNativeVisualActivitySession:e=>new Rn(e),...fi}}var yi=gi({name:"zhipin_get_username",description:"获取当前登录的招聘者用户名",input:pi.object({}),output:hi,execute:async(e,t)=>{t.logger.info("Getting zhipin username");const n=bi();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在识别登录账号"),await r.highlightSelector('header, #header, [role="banner"], [role="navigation"]',{label:"正在识别登录账号",padding:10});const e=n.pickBestUsername(await a.readUsernameEvidence());if(!e.found)throw new Error("未找到用户名,请确认当前页面已登录招聘者账号。");return await r.succeed(`已识别账号:${e.username}`),t.logger.info(`Username: ${e.username} (strategy: ${e.strategy}, source: ${e.source})`),{success:!0,username:e.username,usedSelector:"css-fallback"===e.strategy?e.source:void 0,usedStrategy:e.strategy,source:e.source}}catch(e){return await(r?.fail("获取用户名失败")),{success:!1,username:"",error:e instanceof Error?`获取用户名失败:${e.message}`:"获取用户名失败"}}finally{a?.close()}}});import{defineTool as vi}from"@roll-agent/sdk";import{z as wi}from"zod";var xi,Si=["unknown","top","middle","bottom","only-page"],Ci=wi.object({containerFound:wi.boolean(),containerLabel:wi.string(),scrollTop:wi.number(),scrollHeight:wi.number(),clientHeight:wi.number(),itemCount:wi.number(),atStart:wi.boolean(),atEnd:wi.boolean()}),Ri=wi.object({success:wi.boolean(),surface:wi.enum(Wn),direction:wi.enum(["up","down"]),stepsRequested:wi.number(),stepsCompleted:wi.number(),reachedBoundary:wi.boolean(),atTop:wi.boolean(),atBottom:wi.boolean(),canScrollUp:wi.boolean(),canScrollDown:wi.boolean(),position:wi.enum(Si),before:Ci,after:Ci,error:wi.string().optional()});function ki(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...xi}}function Ii(){return{containerFound:!1,containerLabel:"",scrollTop:0,scrollHeight:0,clientHeight:0,itemCount:0,atStart:!0,atEnd:!0}}function Mi(e){return e.containerFound?e.atStart&&e.atEnd?"only-page":e.atStart?"top":e.atEnd?"bottom":"middle":"unknown"}function Ni(e){return{atTop:e.containerFound&&e.atStart,atBottom:e.containerFound&&e.atEnd,canScrollUp:e.containerFound&&!e.atStart,canScrollDown:e.containerFound&&!e.atEnd,position:Mi(e)}}var Pi=vi({name:"zhipin_scroll_view",description:"滚动或检查 BOSS直聘页面内部动态列表容器。用于调试或显式翻页,支持 chat-list、chat-history、recommend-list;steps=0 时只返回当前位置和顶部/底部边界。",input:wi.object({surface:wi.enum(Wn).describe("要滚动的页面区域"),direction:wi.enum(["up","down"]).optional().describe("滚动方向;不传则使用该区域默认方向"),steps:wi.number().int().min(0).max(20).default(1).describe("滚动步数;传 0 时不滚动,只检查当前列表是否在顶部/底部"),distance:wi.number().int().positive().optional().describe("每步滚动像素;不传则按容器高度估算"),settleMs:wi.number().int().min(0).max(5e3).default(700).describe("每步后等待 DOM 更新的毫秒数")}),output:Ri,execute:async(e,t)=>{const n=ki(),a=Gn(e.surface),r=e.direction??a.defaultDirection,o=e.steps??1,i=e.settleMs??700;let s,c;try{s=await n.openNativePagePort({requireChatPage:"chat-list"===e.surface||"chat-history"===e.surface}),c=n.createNativeVisualActivitySession(s);const l=`正在滚动 ${e.surface}`;await c.begin(l),await c.highlightSelector(a.highlightSelector,{label:l,padding:8});const d=await s.scrollSurface(e.surface,{direction:r,steps:o,settleMs:i,...void 0!==e.distance?{distance:e.distance}:{}});return d.success?(await c.succeed(`已滚动 ${d.stepsCompleted}/${d.stepsRequested} 步`),t.logger.info(`Scrolled ${e.surface}: ${d.stepsCompleted}/${d.stepsRequested}, items ${d.before.itemCount} -> ${d.after.itemCount}`),{success:d.success,surface:e.surface,direction:d.direction,stepsRequested:d.stepsRequested,stepsCompleted:d.stepsCompleted,reachedBoundary:d.reachedBoundary,...Ni(d.after),before:d.before,after:d.after}):(await c.fail("列表未加载"),{success:!1,surface:e.surface,direction:r,stepsRequested:o,stepsCompleted:0,reachedBoundary:!0,...Ni(d.after),before:d.before,after:d.after,error:"列表未加载"})}catch(t){await(c?.fail("滚动失败"));const n=Ii();return{success:!1,surface:e.surface,direction:r,stepsRequested:o,stepsCompleted:0,reachedBoundary:!0,...Ni(n),before:n,after:n,error:t instanceof Error?t.message:"滚动失败"}}finally{s?.close()}}});import{defineTool as Ti}from"@roll-agent/sdk";import{z as Ai}from"zod";var Ei,Bi=["不限","男","女"],_i=["不限","刚刚活跃","今日活跃","3日内活跃","本周活跃","本月活跃"],qi=["applied","recommend_not_ready","filter_not_found","requires_vip","age_not_applied","submit_failed","error"],Fi=Ai.object({ageMin:Ai.number().int().min(16).optional(),ageMax:Ai.number().int().min(16).optional(),gender:Ai.enum(Bi),activity:Ai.enum(_i)}),Oi=Ai.object({ageMin:Ai.number().optional(),ageMax:Ai.number().optional(),gender:Ai.string(),activity:Ai.string()}),ji=Ai.object({success:Ai.boolean(),status:Ai.enum(qi),requested:Fi,applied:Oi.optional(),filterButtonText:Ai.string().optional(),error:Ai.string().optional()}),$i=Ai.object({ageMin:Ai.number().int().min(16).optional().describe("年龄下限;未传则重置为 16"),ageMax:Ai.number().int().min(16).optional().describe("年龄上限;未传则重置为不限"),gender:Ai.enum(Bi).default("不限").describe("性别筛选,只支持:不限、男、女"),activity:Ai.enum(_i).default("不限").describe("活跃度[单选],只支持:不限、刚刚活跃、今日活跃、3日内活跃、本周活跃、本月活跃")}).refine(e=>void 0===e.ageMin||void 0===e.ageMax||e.ageMin<=e.ageMax,{path:["ageMax"],message:"ageMax must be greater than or equal to ageMin"}),Li=350,Di=130,zi=600;function Ji(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Ei}}function Vi(e){const t=e.gender??"不限",n=e.activity??"不限";return{...void 0!==e.ageMin?{ageMin:e.ageMin}:{},...void 0!==e.ageMax?{ageMax:e.ageMax}:{},gender:t,activity:n}}function Hi(e){return{success:"applied"===e.status,status:e.status,requested:e.requested,...void 0!==e.applied?{applied:e.applied}:{},...void 0!==e.filterButtonText?{filterButtonText:e.filterButtonText}:{},...void 0!==e.error?{error:e.error}:{}}}var Ui=Ti({name:"zhipin_filter_recommend_candidates",description:"在 BOSS「推荐牛人」页打开筛选面板,只设置年龄、性别、活跃度[单选] 三个维度并提交。",input:$i,output:ji,execute:async(e,t)=>{const n=Ji(),a=Vi(e);let r,o;t.logger.info(`Filtering Boss recommend candidates through native CDP: gender=${a.gender}, activity=${a.activity}, ageMin=${a.ageMin??"16"}, ageMax=${a.ageMax??"不限"}`);try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{}),await o.begin("正在打开推荐筛选");if(!await r.waitForRecommendList(3e3))return await o.fail("推荐牛人页未就绪"),Hi({status:"recommend_not_ready",requested:a,error:"推荐牛人页未就绪"});await o.begin("正在设置推荐筛选"),await o.highlightSelector(Xn.recommend.filterButton,{label:"正在设置推荐筛选",padding:8});const e=await r.applyRecommendFilter(a,{preClickDelayMs:Li,pressDurationMs:Di,settleMs:zi,...void 0!==o?{motionObserver:o}:{}});return"applied"===e.status?await o.succeed("已应用推荐筛选"):await o.fail(e.error??e.status),Hi(e)}catch(e){const t=e instanceof Error?e.message:"推荐筛选失败";return await(o?.fail(t)),Hi({status:"error",requested:a,error:t})}finally{r?.close()}}});import{defineTool as Ki}from"@roll-agent/sdk";import{z as Wi}from"zod";var Yi=["target-count","boundary","no-new-items","max-steps"],Gi="@c",Xi="@j",Zi=/^@?c([1-9]\d*)$/i,Qi=/^@?j([1-9]\d*)$/i,es=new Map,ts=new Map;function ns(e){if(!Number.isInteger(e)||e<0)throw new Error("候选人索引必须是从 0 开始的非负整数");return`${Gi}${String(e+1)}`}function as(e){if(!Number.isInteger(e)||e<0)throw new Error("岗位索引必须是从 0 开始的非负整数");return`${Xi}${String(e+1)}`}function rs(e){const t=Zi.exec(e.trim()),n=t?.[1];if(!n)return;const a=Number(n);return Number.isInteger(a)?a-1:void 0}function os(e){const t=Qi.exec(e.trim()),n=t?.[1];if(!n)return;const a=Number(n);return Number.isInteger(a)?a-1:void 0}function is(e){if(void 0!==e.index){if(!Number.isInteger(e.index)||e.index<0)throw new Error("index 必须是从 0 开始的非负整数");return e.index}if(void 0===e.candidateRef)throw new Error("必须提供 index 或 candidateRef");return ls(e.candidateRef).index}function ss(e){const t=e.map((e,t)=>({...e,candidateRef:ns(t)}));return es=new Map(t.map(e=>[e.candidateRef,e])),t}function cs(e){const t=e.map((e,t)=>({...e,jobRef:as(t)}));return ts=new Map(t.map(e=>[e.jobRef,e])),t}function ls(e){const t=rs(e);if(void 0===t)throw new Error(`candidateRef "${e}" 格式无效,应类似 @c1`);const n=ns(t);return es.get(n)??{index:t,candidateRef:n,candidateId:""}}function ds(e){const t=os(e);if(void 0===t)throw new Error(`jobRef "${e}" 格式无效,应类似 @j1`);const n=as(t),a=ts.get(n);if(void 0===a)throw new Error(`岗位引用 ${n} 已过期,请先调用 zhipin_list_recommend_jobs`);return a}function us(e){const t=[];for(const n of e.indices??[])t.push({index:is({index:n}),candidateRef:ns(n),candidateId:""});for(const n of e.candidateRefs??[])t.push(ls(n));if(0===t.length)throw new Error("必须提供 indices 或 candidateRefs");return gs(t)}function ms(e,t){return!1!==t.found&&(e.candidateId.length>0&&t.candidateId.length>0?e.candidateId===t.candidateId:!(e.name&&t.name&&t.name.length>0)||ps(e.name)===ps(t.name))}function gs(e){const t=new Map;for(const n of e)t.has(n.candidateRef)||t.set(n.candidateRef,n);return[...t.values()]}function ps(e){return e.trim().toLocaleLowerCase("zh-CN")}var fs,hs=Wi.object({index:Wi.number(),candidateRef:Wi.string(),candidateId:Wi.string(),name:Wi.string(),age:Wi.string(),experience:Wi.string(),education:Wi.string(),workStatus:Wi.string(),company:Wi.string(),currentPosition:Wi.string(),expectedLocation:Wi.string(),expectedPosition:Wi.string(),expectedSalary:Wi.string(),tags:Wi.array(Wi.string()),buttonText:Wi.string()}),bs=Wi.object({containerLabel:Wi.string(),stepsRequested:Wi.number(),stepsCompleted:Wi.number(),reachedBoundary:Wi.boolean(),stopReason:Wi.enum(Yi),uniqueCount:Wi.number(),duplicateCount:Wi.number(),noNewRounds:Wi.number(),beforeItemCount:Wi.number(),afterItemCount:Wi.number(),beforeScrollHeight:Wi.number(),afterScrollHeight:Wi.number()}),ys=Wi.object({success:Wi.boolean(),candidates:Wi.array(hs),total:Wi.number(),scrollStats:bs.optional(),error:Wi.string().optional()});function vs(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...fs}}var ws=Ki({name:"zhipin_get_candidate_list",description:"获取推荐列表页的候选人卡片信息",input:Wi.object({maxResults:Wi.number().optional().describe("最多返回条数"),autoScroll:Wi.boolean().default(!0).describe("是否自动向下滚动动态列表并合并采集结果"),maxScrolls:Wi.number().int().min(0).max(50).default(4).describe("自动滚动的最大步数")}),output:ys,execute:async(e,t)=>{t.logger.info("Getting candidate list from recommend page through native backend");const n=vs();let a,r;try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await r.begin("正在打开推荐列表");if(!await a.waitForRecommendList())return await r.fail("推荐列表未加载"),{success:!1,candidates:[],total:0,error:"推荐列表未加载"};const o="正在读取推荐列表";await r.begin(o),await r.highlightSelector(".candidate-card-wrap, li.card-item, [data-geek], .geek-item",{label:o,padding:8});const i=await a.readRecommendCandidates({autoScroll:e.autoScroll??!0,maxScrolls:e.maxScrolls??4,...void 0!==e.maxResults?{targetCount:e.maxResults}:{}}),s=void 0!==e.maxResults?i.items.slice(0,e.maxResults):[...i.items],c=ss(s),l=s.map((e,t)=>{const n=c[t];if(!n)throw new Error(`候选人引用生成失败:position ${String(t)}`);return{...e,candidateRef:n.candidateRef}}),d=!1===e.autoScroll?void 0:{containerLabel:i.after.containerLabel,stepsRequested:i.stepsRequested,stepsCompleted:i.stepsCompleted,reachedBoundary:i.reachedBoundary,stopReason:i.stopReason,uniqueCount:i.uniqueCount,duplicateCount:i.duplicateCount,noNewRounds:i.noNewRounds,beforeItemCount:i.before.itemCount,afterItemCount:i.after.itemCount,beforeScrollHeight:i.before.scrollHeight,afterScrollHeight:i.after.scrollHeight};return await r.succeed(`已读取 ${l.length} 位候选人`),t.logger.info(`Found ${l.length} candidates in recommend list`+(d?`, scroll stop: ${d.stopReason}`:"")),{success:!0,candidates:l,total:l.length,...void 0!==d?{scrollStats:d}:{}}}catch(e){return await(r?.fail("读取推荐列表失败")),{success:!1,candidates:[],total:0,error:e instanceof Error?e.message:"读取推荐列表失败"}}finally{a?.close()}}});import{defineTool as xs}from"@roll-agent/sdk";import{z as Ss}from"zod";var Cs,Rs=["listed","recommend_not_ready","selector_not_found"],ks=Ss.object({index:Ss.number(),jobRef:Ss.string().optional(),value:Ss.string(),label:Ss.string(),isCurrent:Ss.boolean()}),Is=Ss.object({success:Ss.boolean(),status:Ss.enum(Rs),current:ks.optional(),jobs:Ss.array(ks),availableCount:Ss.number(),canSwitch:Ss.boolean(),error:Ss.string().optional()}),Ms=450,Ns=140,Ps=750;function Ts(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Cs}}function As(e,t){return{index:e.index,...void 0!==t?{jobRef:t}:{},value:e.value,label:e.label,isCurrent:e.isCurrent}}function Es(e,t){return e.value.length>0&&t.value.length>0?e.value===t.value:e.index===t.index&&e.label===t.label}function Bs(e){const t=cs(e.options),n=e.options.map((e,n)=>As(e,t[n]?.jobRef));let a;if(void 0!==e.current){const t=e.current;a=n.find(e=>Es(e,t))??As(t)}return{success:e.success,status:e.status,...void 0!==a?{current:a}:{},jobs:n,availableCount:e.availableCount,canSwitch:e.canSwitch,...void 0!==e.error?{error:e.error}:{}}}var _s=xs({name:"zhipin_list_recommend_jobs",description:"读取 BOSS「推荐牛人」页顶部招聘岗位下拉选项,只读不切换;返回 jobRef/jobValue/current/canSwitch。",input:Ss.object({}),output:Is,execute:async(e,t)=>{const n=Ts();let a,r;t.logger.info("Listing Boss recommend jobs through native CDP");try{a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在读取推荐岗位"),await r.highlightSelector(".job-selecter-wrap",{label:"正在读取推荐岗位",padding:8});const e=await a.listRecommendJobs({preClickDelayMs:Ms,pressDurationMs:Ns,settleMs:Ps,...void 0!==r?{motionObserver:r}:{}});return e.success?await r.succeed(`已读取 ${e.availableCount} 个推荐岗位`):await r.fail(e.error??"读取推荐岗位失败"),Bs(e)}catch(e){const t=e instanceof Error?e.message:"读取推荐岗位失败";return await(r?.fail(t)),Bs({success:!1,status:"selector_not_found",options:[],availableCount:0,canSwitch:!1,error:t})}finally{a?.close()}}});import{BrowserPageInfoSchema as qs}from"@roll-agent/browser";import{defineTool as Fs}from"@roll-agent/sdk";import{z as Os}from"zod";var js,$s=Os.object({success:Os.boolean(),alreadyOnRecommend:Os.boolean(),usedSidebarClick:Os.boolean(),recommendReady:Os.boolean(),page:qs.optional(),error:Os.string().optional()});function Ls(){return{getContextManager:h,openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...js}}async function Ds(e,t){return le(e,await t.inspectPage())}var zs=Fs({name:"zhipin_open_recommend_page",description:"通过点击 Boss 左侧导航切换到「推荐牛人」页,避免让编排器依赖站内 URL 猜测。",input:Os.object({}),output:$s,execute:async(e,t)=>{const n=Ls(),a=n.getContextManager();let r,o;t.logger.info("Opening Boss recommend page via native sidebar navigation");try{r=await n.openNativePagePort(),o=n.createNativeVisualActivitySession(r),await r.bringToFront().catch(()=>{});const e="正在切换到推荐牛人页";if(await o.begin(e),await o.highlightSelector(Xn.nav.sidebar,{label:e,padding:10}),await r.isRecommendSurfaceOpen())return await o.succeed("已在推荐牛人页"),{success:!0,alreadyOnRecommend:!0,usedSidebarClick:!1,recommendReady:!0,page:await Ds(a,r)};if(!await r.clickSidebarSection("recommend",{...void 0!==o?{motionObserver:o}:{}}))return await o.fail("未找到推荐牛人导航"),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!1,recommendReady:!1,page:await Ds(a,r),error:"未找到推荐牛人导航"};t.logger.info("Clicked Boss sidebar nav: 推荐牛人");return await r.waitForRecommendSurface()?(await o.succeed("已切换到推荐牛人页"),{success:!0,alreadyOnRecommend:!1,usedSidebarClick:!0,recommendReady:!0,page:await Ds(a,r)}):(await o.fail("推荐牛人页未就绪"),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!0,recommendReady:!1,page:await Ds(a,r),error:"推荐牛人页未就绪"})}catch(e){return await(o?.fail("切换推荐牛人页失败")),{success:!1,alreadyOnRecommend:!1,usedSidebarClick:!1,recommendReady:!1,error:e instanceof Error?e.message:"切换推荐牛人页失败"}}finally{r?.close()}}});import{defineTool as Js}from"@roll-agent/sdk";import{z as Vs}from"zod";var Hs,Us=["selected","already_selected","not_found","recommend_not_ready","selector_not_found"],Ks=Vs.object({index:Vs.number(),value:Vs.string(),label:Vs.string(),isCurrent:Vs.boolean()}),Ws=Vs.object({jobRef:Vs.string().optional(),jobValue:Vs.string().optional(),jobName:Vs.string().optional(),index:Vs.number().optional(),searchKeyword:Vs.string().optional(),useSearch:Vs.boolean().optional(),forceClick:Vs.boolean().optional()}),Ys=Vs.object({success:Vs.boolean(),status:Vs.enum(Us),requested:Ws,current:Ks.optional(),selected:Ks.optional(),options:Vs.array(Ks),matchedCount:Vs.number(),error:Vs.string().optional()}),Gs=Vs.object({jobRef:Vs.string().regex(Qi,"jobRef 应类似 @j1").optional().describe("岗位语义引用,如 @j1;来自 zhipin_list_recommend_jobs 输出,优先级最高"),jobValue:Vs.string().min(1).optional().describe("岗位下拉 li.job-item 的 value,来自本工具或页面 DOM;最稳定,优先匹配"),jobName:Vs.string().min(1).optional().describe("岗位标题/名称,缺少 jobValue 时用于文本匹配"),index:Vs.number().int().min(0).optional().describe("当前岗位下拉快照里的 index,仅在缺少 jobValue/jobName 时兜底"),searchKeyword:Vs.string().min(1).optional().describe("下拉搜索框关键词;不传时用 jobName 作为搜索关键词"),useSearch:Vs.boolean().default(!0).describe("初始可见项未命中时是否使用下拉搜索框收敛候选项"),forceClick:Vs.boolean().default(!1).describe("目标岗位已选中时是否仍点击一次岗位项;默认 false,避免无意义重复点击")}).refine(e=>void 0!==e.jobRef||void 0!==e.jobValue||void 0!==e.jobName||void 0!==e.index,{path:["jobRef"],message:"jobRef、jobValue、jobName、index 至少需要提供一个"}),Xs=900,Zs=180,Qs=1400;function ec(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),...Hs}}function tc(e){if(void 0!==e.jobRef){const t=ds(e.jobRef);return{jobRef:t.jobRef,...t.value.length>0?{jobValue:t.value}:{},...0===t.value.length&&t.label.length>0?{jobName:t.label}:{},index:t.index,...void 0!==e.searchKeyword?{searchKeyword:e.searchKeyword}:{},useSearch:e.useSearch??!0,forceClick:e.forceClick??!1}}return{...void 0!==e.jobValue?{jobValue:e.jobValue}:{},...void 0!==e.jobName?{jobName:e.jobName}:{},...void 0!==e.index?{index:e.index}:{},...void 0!==e.searchKeyword?{searchKeyword:e.searchKeyword}:{},useSearch:e.useSearch??!0,forceClick:e.forceClick??!1}}function nc(e){return{...void 0!==e.jobRef?{jobRef:e.jobRef}:{},...void 0!==e.jobValue?{jobValue:e.jobValue}:{},...void 0!==e.jobName?{jobName:e.jobName}:{},...void 0!==e.index?{index:e.index}:{},...void 0!==e.searchKeyword?{searchKeyword:e.searchKeyword}:{},useSearch:e.useSearch??!0,forceClick:e.forceClick??!1}}function ac(e){return{index:e.index,value:e.value,label:e.label,isCurrent:e.isCurrent}}function rc(e){return{success:e.success,status:e.status,requested:e.requested,...void 0!==e.current?{current:ac(e.current)}:{},...void 0!==e.selected?{selected:ac(e.selected)}:{},options:e.options.map(ac),matchedCount:e.matchedCount,...void 0!==e.error?{error:e.error}:{}}}var oc=Js({name:"zhipin_select_recommend_job",description:"在 BOSS「推荐牛人」页切换顶部招聘岗位筛选。优先传 jobRef,其次 jobValue,再次 jobName,index 仅作当前快照兜底。",input:Gs,output:Ys,execute:async(e,t)=>{const n=ec();let a,r;try{const o=tc(e);t.logger.info(`Selecting Boss recommend job: ref=${o.jobRef??"N/A"}, value=${o.jobValue??"N/A"}, name=${o.jobName??"N/A"}, index=${o.index??"N/A"}, forceClick=${!0===o.forceClick}`),a=await n.openNativePagePort(),r=n.createNativeVisualActivitySession(a),await a.bringToFront().catch(()=>{}),await r.begin("正在选择推荐岗位"),await r.highlightSelector(".job-selecter-wrap",{label:"正在选择推荐岗位",padding:8});const i=await a.selectRecommendJob(o,{preClickDelayMs:Xs,pressDurationMs:Zs,settleMs:Qs,...void 0!==r?{motionObserver:r}:{}});return i.success?await r.succeed("already_selected"===i.status?"推荐岗位已是目标岗位":"已选择推荐岗位"):await r.fail(i.error??"选择推荐岗位失败"),rc(i)}catch(t){const n=t instanceof Error?t.message:"选择推荐岗位失败";return await(r?.fail(n)),rc({success:!1,status:void 0!==e.jobRef?"not_found":"selector_not_found",requested:nc(e),options:[],matchedCount:0,error:n})}finally{a?.close()}}});import{defineTool as ic}from"@roll-agent/sdk";import{z as sc}from"zod";var cc,lc=sc.object({index:sc.number(),candidateRef:sc.string(),candidateName:sc.string(),candidateId:sc.string(),success:sc.boolean(),error:sc.string().optional()}),dc=sc.object({success:sc.boolean(),results:sc.array(lc),summary:sc.object({total:sc.number(),succeeded:sc.number(),failed:sc.number()})}),uc=[1400,1800,2200],mc=450,gc=140,pc=750,fc=sc.object({indices:sc.array(sc.number().int().min(0)).min(1).optional().describe("要打招呼的候选人索引列表"),candidateRefs:sc.array(sc.string().regex(Zi,"candidateRef 应类似 @c1")).min(1).optional().describe("要打招呼的候选人语义引用列表,如 @c1;来自 zhipin_get_candidate_list 输出")}).refine(e=>(e.indices?.length??0)>0||(e.candidateRefs?.length??0)>0,"必须提供 indices 或 candidateRefs");function hc(){return{openNativePagePort:er,createNativeVisualActivitySession:e=>new Rn(e),sleep:async e=>await new Promise(t=>{setTimeout(t,e)}),...cc}}var bc=ic({name:"zhipin_say_hello",description:"在推荐列表页对候选人点击「打招呼」按钮(支持批量)",input:fc,output:dc,execute:async(e,t)=>{const n=us(e);t.logger.info(`Saying hello to ${n.length} candidates through native CDP`);const a=hc();let r,o;try{r=await a.openNativePagePort(),o=a.createNativeVisualActivitySession(r),await o.begin("正在打开推荐列表");if(!await r.waitForRecommendList()){await o.fail("推荐列表未加载");const e=n.map(e=>({index:e.index,candidateRef:e.candidateRef,candidateName:"",candidateId:"",success:!1,error:"推荐列表未加载"}));return{success:!1,results:e,summary:{total:e.length,succeeded:0,failed:e.length}}}const e=n.length>1?"正在批量打招呼":"正在打招呼";await o.begin(e),await o.highlightSelector(".candidate-card-wrap, [data-geek], .geek-item",{label:e,padding:8});const i=[];for(const[e,s]of n.entries()){if(e>0){const t=uc[(e-1)%uc.length]??uc[0];await a.sleep(t)}if(yc(s)){const e=await r.inspectRecommendCard(s.index);if(!ms(s,e)){i.push({index:s.index,candidateRef:s.candidateRef,candidateName:e.name,candidateId:e.candidateId,success:!1,error:`候选人引用 ${s.candidateRef} 已过期,请重新获取推荐列表`});continue}}const n=await r.clickRecommendGreet(s.index,{preClickDelayMs:mc,pressDurationMs:gc,settleMs:pc,...void 0!==o?{motionObserver:o}:{}});i.push({index:s.index,candidateRef:s.candidateRef,candidateName:n.name,candidateId:n.candidateId,success:n.clicked,...void 0!==n.error?{error:n.error}:{}}),Ar(n,t.logger)}const s={total:i.length,succeeded:i.filter(e=>e.success).length,failed:i.filter(e=>!e.success).length};return 0===s.failed?await o.succeed(`已完成 ${s.succeeded}/${s.total} 位候选人`):await o.fail(`已完成 ${s.succeeded}/${s.total} 位候选人`),{success:0===s.failed,results:i,summary:s}}catch(e){const t=e instanceof Error?e.message:String(e);await(o?.fail(t));const a=n.map(e=>({index:e.index,candidateRef:e.candidateRef,candidateName:"",candidateId:"",success:!1,error:t}));return{success:!1,results:a,summary:{total:a.length,succeeded:0,failed:a.length}}}finally{r?.close()}}});function yc(e){return e.candidateId.length>0||void 0!==e.name&&e.name.length>0}import{defineTool as vc}from"@roll-agent/sdk";import{z as wc}from"zod";var xc="recommendFrame",Sc="recommend",Cc="#recommendFrame",Rc=".candidate-card-wrap",kc="[data-geek], .geek-item",Ic=`${Rc}, ${kc}`,Mc="[data-geek], .card-inner, .geek-item",Nc="[data-geek]",Pc=".name",Tc=[".recommendV2 .boss-popup__close",".dialog-lib-resume .boss-popup__close",".boss-dialog .boss-popup__close",".boss-popup__close",".close-btn",".dialog-close"],Ac=[".boss-popup__close",".close-btn",".dialog-close",".modal-close"],Ec=".boss-popup__wrapper, .dialog-lib-resume, .boss-dialog",Bc=".boss-popup__wrapper",_c='iframe[src*="c-resume"]',qc="canvas#resume, div#resume canvas";function Fc(e){return e.hasNamedRecommendFrame?"named-frame":e.hasRecommendUrlFrame?"recommend-url-frame":"main-page"}function Oc(e){return e>0?Rc:kc}function jc(e){return{candidateId:(e.ownDataGeek??e.childDataGeek??"").trim(),name:(e.nameText??"").trim()}}function $c(e){const t=(e.recommendFrameRect?.x??0)+(e.resumeFrameRect?.x??0),n=(e.recommendFrameRect?.y??0)+(e.resumeFrameRect?.y??0);return{x:Math.round(t+e.canvasRect.x),y:Math.round(n+e.canvasRect.y),width:Math.round(e.canvasRect.width),height:Math.round(e.canvasRect.height)}}function Lc(e){return e.evaluate(e=>document.querySelectorAll(e).length,Rc).then(Oc)}function Dc(e){const t=e.frame(xc),n=e.frames().find(e=>e.url().includes(Sc)),a=Fc({hasNamedRecommendFrame:null!==t,hasRecommendUrlFrame:void 0!==n});return"named-frame"===a?t??e:"recommend-url-frame"===a?n??e:e}async function zc(e,t=1e4){try{return await e.waitForSelector(Ic,{timeout:t}),!0}catch{return!1}}async function Jc(e,t){const n=await Lc(e),a=e.locator(n);if(await a.count()<=t)return{found:!1,cardSelector:n,candidateId:"",name:"",hasGreetButton:!1,error:"索引超出范围"};const r=a.nth(t),o=await r.evaluate((e,t)=>{const n=e.getAttribute("data-geek")??e.querySelector(t.candidateIdSelector)?.getAttribute("data-geek")??"",a=e.querySelector(t.candidateNameSelector)?.textContent?.trim()??"",r=e.querySelector("button.btn.btn-greet");return{candidateId:n,name:a,hasGreetButton:null!==r&&r.offsetWidth>0}},{candidateIdSelector:Nc,candidateNameSelector:Pc}),i=jc({ownDataGeek:o.candidateId,nameText:o.name});return{found:!0,cardSelector:n,candidateId:i.candidateId,name:i.name,hasGreetButton:o.hasGreetButton}}var Vc=wc.object({success:wc.boolean(),candidateRef:wc.string().optional(),candidateName:wc.string(),candidateId:wc.string(),error:wc.string().optional()}),Hc=wc.object({index:wc.number().int().min(0).optional().describe("候选人在列表中的 0-based 索引"),candidateRef:wc.string().regex(Zi,"candidateRef 应类似 @c1").optional().describe("候选人语义引用,如 @c1;来自 zhipin_get_candidate_list 输出")}).refine(e=>void 0!==e.index||void 0!==e.candidateRef,"必须提供 index 或 candidateRef"),Uc=vc({name:"zhipin_open_resume",description:"在推荐列表页点击候选人卡片打开简历详情弹窗",input:Hc,output:Vc,execute:async(e,t)=>{const n=Kc(e),a=n.index,r=n.candidateRef;t.logger.info(`Opening resume for candidate ${r} at index ${a}`);const o=h(),i=await o.getPage("zhipin"),s=Dc(i);if(!await zc(s))return{success:!1,candidateRef:r,candidateName:"",candidateId:"",error:"推荐列表未加载"};const c=await Jc(s,a);if(!c.found)return{success:!1,candidateRef:r,candidateName:"",candidateId:"",error:c.error??`候选人引用 ${r} 超出范围`};if(Wc(n)&&!ms(n,c))return{success:!1,candidateRef:r,candidateName:c.name,candidateId:c.candidateId,error:`候选人引用 ${r} 已过期,请重新获取推荐列表`};const l=s.locator(c.cardSelector).nth(a),d=await l.locator(Mc).count()>0?l.locator(Mc).first():l;return await d.scrollIntoViewIfNeeded(),await W(i,d,{target:s}),await d.hover(),await Vn(i,200,400),await Y(i,d,{target:s}),await d.click(),await Vn(i,1e3,2e3),t.logger.info(`Opened resume for ${c.name}`),{success:!0,candidateRef:r,candidateName:c.name,candidateId:c.candidateId}}});function Kc(e){if(void 0!==e.candidateRef)return ls(e.candidateRef);const t=is(e);return{index:t,candidateRef:ns(t),candidateId:""}}function Wc(e){return e.candidateId.length>0||void 0!==e.name&&e.name.length>0}import{defineTool as Yc}from"@roll-agent/sdk";import{z as Gc}from"zod";var Xc=Gc.object({x:Gc.number(),y:Gc.number(),width:Gc.number(),height:Gc.number()}),Zc=Gc.object({success:Gc.boolean(),screenshotArea:Xc.optional(),canvasInfo:Gc.object({width:Gc.number(),height:Gc.number()}).optional(),error:Gc.string().optional()}),Qc=Yc({name:"zhipin_locate_resume_canvas",description:"定位简历详情中嵌套 iframe 内的 canvas 元素坐标(用于截图)",input:Gc.object({}),output:Zc,execute:async(e,t)=>{t.logger.info("Locating resume canvas in nested iframes");const n=h(),a=await n.getPage("zhipin");try{const e=a.frame(xc)??a.frames().find(e=>e.url().includes(Sc));if(!e)return{success:!1,error:"未找到推荐页 iframe"};const n=await e.$(_c);if(!n)return{success:!1,error:"未找到简历 iframe"};const r=await n.contentFrame();if(!r)return{success:!1,error:"无法访问简历 iframe 内容"};try{await r.waitForSelector(qc,{timeout:5e3})}catch{return{success:!1,error:"简历 canvas 未加载"}}const o=await r.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{width:t.width,height:t.height,clientWidth:n.width,clientHeight:n.height,x:n.x,y:n.y}},qc);if(!o)return{success:!1,error:"无法获取 canvas 信息"};const i=await a.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{x:n.x,y:n.y}},Cc),s=$c({recommendFrameRect:i,resumeFrameRect:await e.evaluate(e=>{const t=document.querySelector(e);if(!t)return null;const n=t.getBoundingClientRect();return{x:n.x,y:n.y}},_c),canvasRect:{x:o.x,y:o.y,width:o.clientWidth,height:o.clientHeight}});return t.logger.info(`Canvas located at (${s.x}, ${s.y})`),{success:!0,screenshotArea:s,canvasInfo:{width:o.width,height:o.height}}}catch(e){return{success:!1,error:e instanceof Error?e.message:String(e)}}}});import{defineTool as el}from"@roll-agent/sdk";import{z as tl}from"zod";var nl=tl.object({success:tl.boolean(),closed:tl.boolean(),error:tl.string().optional()}),al=el({name:"zhipin_close_resume",description:"关闭简历详情弹窗",input:tl.object({}),output:nl,execute:async(e,t)=>{t.logger.info("Closing resume detail modal");const n=h(),a=await n.getPage("zhipin"),r=a.frame(xc)??a.frames().find(e=>e.url().includes(Sc));if(!await(async()=>{if(r)for(const e of Tc){const t=r.locator(e).first();if(await t.isVisible())return await W(a,t,{target:r}),await Y(a,t,{target:r}),await t.click(),!0}for(const e of Ac){const t=a.locator(e).first();if(await t.isVisible())return await W(a,t),await Y(a,t),await t.click(),!0}return!1})())return{success:!1,closed:!1,error:"未找到关闭按钮"};let o=!1;for(let e=0;e<5;e++){await a.waitForTimeout(300);const e=r?await r.$(Ec):await a.$(Bc);if(!e||!await e.isVisible()){o=!0;break}}return t.logger.info(o?"Resume modal closed and verified":"Resume modal close unverified"),{success:!0,closed:!0}}});import{defineTool as rl}from"@roll-agent/sdk";import{z as ol}from"zod";import{waitForSelector as il}from"@roll-agent/browser";var sl={login:{qrCode:".login-qr img, .qr-code img",loginSuccess:".user-info, .header-user"},messageList:{container:".chat-list, .msg-list",item:".chat-item, .msg-item",candidateName:".chat-item .name, .msg-item .name",lastMessage:".chat-item .msg, .msg-item .content",unreadBadge:".chat-item .unread, .msg-item .badge",timestamp:".chat-item .time, .msg-item .time"},chat:{input:".chat-input textarea, .msg-input textarea",sendButton:".btn-send, .send-btn",messageItem:".chat-msg, .msg-bubble",messageText:".chat-msg .text, .msg-bubble .text"}};import{navigateTo as cl,waitForSelector as ll}from"@roll-agent/browser";var dl="https://www.yupao.com",ul=`${dl}/chat`,ml=`${dl}/login`;async function gl(e){e.url().includes("/chat")||await cl(e,ul),await ll(e,sl.messageList.container,{timeout:15e3})}async function pl(e,t){const n=`${dl}/chat?id=${encodeURIComponent(t)}`;await cl(e,n),await ll(e,sl.chat.input,{timeout:15e3})}async function fl(e,t){await gl(e),await il(e,sl.messageList.item,{timeout:1e4});const n=sl.messageList;return await e.$$eval(n.item,(e,t)=>{const n=[],a=t.maxItems?e.slice(0,t.maxItems):e;for(const e of a){const a=e.querySelector(t.sel.candidateName),r=e.querySelector(t.sel.lastMessage),o=e.querySelector(t.sel.unreadBadge),i=e.querySelector(t.sel.timestamp),s=e.getAttribute("data-id")??e.getAttribute("data-conversation-id")??e.querySelector("a")?.getAttribute("href")?.match(/id=([^&]+)/)?.[1]??"";n.push({conversationId:s,candidateName:a?.textContent?.trim()??"",lastMessage:r?.textContent?.trim()??"",unreadCount:parseInt(o?.textContent?.trim()??"0",10)||0,timestamp:i?.textContent?.trim()??""})}return n},{sel:n,maxItems:t})}var hl=ol.object({limit:ol.number().optional().describe("最多返回的消息条数")}),bl=ol.object({conversationId:ol.string(),candidateName:ol.string(),lastMessage:ol.string(),unreadCount:ol.number(),timestamp:ol.string()}),yl=ol.object({messages:ol.array(bl),total:ol.number()}),vl=rl({name:"yupao_read_messages",description:"读取鱼泡未读消息列表",input:hl,output:yl,execute:async(e,t)=>{t.logger.info(`Reading yupao messages (limit: ${e.limit??"all"})`);const n=h(),a=await n.getPage("yupao"),r=await fl(a,e.limit);return t.logger.info(`Found ${r.length} messages`),{messages:r.map(e=>({...e})),total:r.length}}});import{defineTool as wl}from"@roll-agent/sdk";import{z as xl}from"zod";import{waitForSelector as Sl,typeText as Cl,clickElement as Rl}from"@roll-agent/browser";async function kl(e,t,n){try{return await pl(e,t),await Cl(e,sl.chat.input,n),await Rl(e,sl.chat.sendButton),await Sl(e,sl.chat.messageItem,{timeout:5e3}),{success:!0}}catch(e){return{success:!1,error:e instanceof Error?e.message:String(e)}}}var Il=xl.object({conversationId:xl.string().describe("对话 ID"),message:xl.string().describe("要发送的回复消息")}),Ml=xl.object({success:xl.boolean(),conversationId:xl.string(),sentMessage:xl.string(),error:xl.string().optional()}),Nl=wl({name:"yupao_send_reply",description:"向鱼泡指定对话发送回复消息",input:Il,output:Ml,execute:async(e,t)=>{const{conversationId:n,message:a}=e;t.logger.info(`Sending reply to yupao conversation ${n}`);const r=h(),o=await r.getPage("yupao"),i=await kl(o,n,a);return i.success?t.logger.info("Reply sent successfully"):t.logger.error(`Failed to send reply: ${i.error}`),{success:i.success,conversationId:n,sentMessage:a,error:i.error}}}),Pl=t("browser-use-agent");function Tl(e){if(void 0!==e){if("true"===e)return!0;if("false"===e)return!1;throw new Error(`Expected boolean env value "true" or "false", received "${e}".`)}}function Al(e,t){if(void 0===e)return;const n=Number.parseInt(e,10);if(!Number.isInteger(n))throw new Error(`${t} must be an integer, received "${e}".`);return n}function El(e){if(void 0===e)return;const t=JSON.parse(e);if(!Array.isArray(t)||!t.every(e=>"string"==typeof e))throw new Error("BROWSER_ARGS_JSON must be a JSON string array.");return t}function Bl(){return n.parse({mode:process.env.BROWSER_MODE,headless:Tl(process.env.BROWSER_HEADLESS),cdpUrl:process.env.BROWSER_CDP_URL,cdpHost:process.env.BROWSER_CDP_HOST,cdpPort:Al(process.env.BROWSER_CDP_PORT,"BROWSER_CDP_PORT"),channel:process.env.BROWSER_CHANNEL,executablePath:process.env.BROWSER_EXECUTABLE_PATH,userDataDir:process.env.BROWSER_USER_DATA_DIR,args:El(process.env.BROWSER_ARGS_JSON),sessionsDir:process.env.BROWSER_SESSIONS_DIR})}var _l=e({name:"browser-use-agent",tools:[Q,ge,_e,Je,Ge,yn,Lr,Wr,eo,yo,ei,mi,yi,Pi,zs,_s,oc,Ui,ws,bc,Uc,Qc,al,vl,Nl,S]},{onShutdown:w});async function ql(){await p(Bl());try{await zo(),y(!0)}catch(e){y(!1),Pl.error(`Failed to preload Reply Authority keys during startup; browser_status.replyAuthorityKeysLoaded=false. ${e instanceof Error?e.stack??e.message:String(e)}`)}await _l.listen({transport:{type:"http",port:parseInt(process.env.BROWSER_AGENT_PORT??"3100",10),host:process.env.BROWSER_AGENT_HOST??"127.0.0.1"}})}ql().catch(async e=>{Pl.error(`Fatal error: ${e instanceof Error?e.stack??e.message:String(e)}`),await w().catch(()=>{}),process.exit(1)});
|