coze-bridge 0.1.47 → 0.1.50

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.
Files changed (2) hide show
  1. package/dist/index.js +65 -65
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5,25 +5,25 @@ import { dirname as __coze_dirname } from 'node:path';
5
5
  const require = __coze_createRequire(import.meta.url);
6
6
  const __filename = __coze_fileURLToPath(import.meta.url);
7
7
  const __dirname = __coze_dirname(__filename);
8
- var D0=Object.create;var Kr=Object.defineProperty;var R0=Object.getOwnPropertyDescriptor;var N0=Object.getOwnPropertyNames;var O0=Object.getPrototypeOf,L0=Object.prototype.hasOwnProperty;var Q=(n=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(n,{get:(e,s)=>(typeof require<"u"?require:e)[s]}):n)(function(n){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+n+'" is not supported')});var Ie=(n,e)=>()=>(n&&(e=n(n=0)),e);var we=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Gr=(n,e)=>{for(var s in e)Kr(n,s,{get:e[s],enumerable:!0})},B0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of N0(e))!L0.call(n,c)&&c!==s&&Kr(n,c,{get:()=>e[c],enumerable:!(o=R0(e,c))||o.enumerable});return n};var je=(n,e,s)=>(s=n!=null?D0(O0(n)):{},B0(e||!n||!n.__esModule?Kr(s,"default",{value:n,enumerable:!0}):s,n));function ps(n){return yn[gs]<=yn[n]}function vn(n){hs={...n}}function _n(n,e,s,o){if(yn[n]<yn[gs])return;let c=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...hs,...o});n==="error"||n==="warn"?z0.write(`${c}
9
- `):M0.write(`${c}
10
- `)}function k(n){return{debug:(e,s)=>_n("debug",n,e,s),info:(e,s)=>_n("info",n,e,s),warn:(e,s)=>_n("warn",n,e,s),error:(e,s)=>_n("error",n,e,s),child:e=>k(`${n}.${e}`)}}var yn,gs,M0,z0,hs,F=Ie(()=>{"use strict";yn={debug:10,info:20,warn:30,error:40},gs=(()=>{let n=process.env.COZE_BRIDGE_LOG_LEVEL;return n==="debug"||n==="info"||n==="warn"||n==="error"?n:"info"})(),M0=process.stdout,z0=process.stderr,hs={}});import{chmod as X0,mkdir as Z0,readFile as Q0,rename as vs,writeFile as bs}from"node:fs/promises";import{dirname as ex}from"node:path";async function Ct(n){try{let e=await Q0(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function Cn(n,e,s){await Z0(ex(n),{recursive:!0});let o=`${JSON.stringify(e,null,2)}
11
- `,c=`${n}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{s?.mode!==void 0?await bs(c,o,{encoding:"utf8",mode:s.mode}):await bs(c,o,"utf8"),await vs(c,n),s?.mode!==void 0&&await X0(n,s.mode)}catch(x){await vs(c,c).catch(()=>{});let{rm:u}=await import("node:fs/promises");throw await u(c,{force:!0}).catch(()=>{}),x}}var In=Ie(()=>{"use strict"});import{promises as Ss}from"node:fs";import{homedir as tx}from"node:os";import{sep as nx,join as ue,resolve as Es}from"node:path";function U(n){let e=n??tx(),s=ue(e,".coze"),o=ue(s,"bridge"),c=ue(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:c,libEntry:ue(c,"index.js"),binDir:ue(o,"bin"),pidFile:ue(o,"bridge.pid"),portFile:ue(o,"bridge.port"),tokenFile:ue(o,"bridge.token"),patTokenFile:ue(o,"pat-token"),logFile:ue(o,"bridge.log"),installLock:ue(o,"install.lock"),configFile:ue(o,"config.json"),agentsRoot:ue(s,"agents")}}function We(n,e=U()){let s=ue(e.agentsRoot,n);return{root:s,config:ue(s,"config.json"),workspace:ue(s,"workspace"),logs:ue(s,"logs")}}async function As(n,e){let s=await Ss.realpath(Es(n)).catch(()=>null);if(!s)return!1;let o=await Ss.realpath(Es(e)).catch(()=>null);if(!o)return!1;let c=process.platform==="win32"?s.toLowerCase():s,x=process.platform==="win32"?o.toLowerCase():o;return c===x||c.startsWith(x+nx)}var re=Ie(()=>{"use strict"});var kn={};Gr(kn,{AGENT_CONFIG_FILE_MODE:()=>Pn,enforceAgentConfigMode:()=>sx,loadAgentConfig:()=>pe,persistAgentSessions:()=>Wr,persistAgentSkills:()=>Tn,saveAgentConfig:()=>Pe});import{chmod as rx,stat as ix}from"node:fs/promises";function pe(n,e){return Ct(We(n,e).config)}function Pe(n,e){return Cn(We(n.agentId,e).config,n,{mode:Pn})}async function sx(n,e){if(process.platform==="win32")return;let s=We(n,e).config;try{let o=await ix(s);if(!o.isFile())return;let c=o.mode&511;c!==Pn&&(await rx(s,Pn),Cs.warn("agent config mode auto-corrected to 0600",{path:s,from:c.toString(8)}))}catch(o){if(o.code==="ENOENT")return;Cs.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function Wr(n,e,s){let o=await pe(n,s);o&&(o.sessions=Object.fromEntries(e),await Pe(o,s))}async function Tn(n,e,s){let o=await pe(n,s);o&&(o.skills=e,await Pe(o,s))}var Cs,Pn,rt=Ie(()=>{"use strict";In();F();re();Cs=k("agent-config"),Pn=384});function Co(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?Gd:e}function ct(n){return Ct(n??U().configFile)}function Fe(n,e){return Cn(e??U().configFile,n)}var Gd,Lt=Ie(()=>{"use strict";In();re();Gd=10*6e4});var Qo=we(ie=>{"use strict";var E=L;(function(n,e){let s=L,o=n();for(;;)try{if(-parseInt(s(1677))/1*(parseInt(s(575))/2)+-parseInt(s(1486))/3*(-parseInt(s(1286))/4)+parseInt(s(1322))/5+parseInt(s(1026))/6+parseInt(s(531))/7+parseInt(s(1102))/8*(-parseInt(s(562))/9)+-parseInt(s(788))/10*(parseInt(s(1917))/11)===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(rr,598235);var Ku=Object[E(1777)+"operty"],Gu=Object[E(840)+E(678)+"mes"],Jo=(n,e)=>function(){return n&&(e=(0,n[{tmhfh:function(c,x){return c(x)}}.tmhfh(Gu,n)[0]])(n=0)),e},ju=(n,e)=>{let s={ZJnId:function(c,x,u,l){return c(x,u,l)}};for(var o in e)s.ZJnId(Ku,n,o,{get:e[o],enumerable:!0})};function Wu(){return Ko||(Ko=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function $u(){let n=E;return Go||(Go=[IDBCursor[n(1e3)+"e"][n(658)],IDBCursor.prototype.continue,IDBCursor[n(1e3)+"e"].continuePrimaryKey])}function Ju(n){let e=E,s={amUBC:e(824),KniWo:function(c,x){return c(x)},TBEzs:function(c){return c()},PBEuL:e(836),gxHTW:function(c,x,u){return c(x,u)},ggMUp:function(c,x,u){return c(x,u)},AjXJZ:e(1970),Bcjma:e(1820)},o=new Promise((c,x)=>{let u=e,l={foLIy:s[u(1249)],WtcXc:function(_,S){return s[u(1972)](_,S)},GgnrH:function(_){return s[u(1338)](_)},aaaSC:function(_){return s.TBEzs(_)}},h=()=>{let _=u;n[_(1798)+_(1395)+"ner"](l[_(1800)],m),n[_(1798)+"entListe"+_(1441)](_(836),w)},m=()=>{l[u(1942)](c,qe(n.result)),l.GgnrH(h)},w=()=>{let _=u;l[_(1942)](x,n[_(836)]),l[_(884)](h)};n[u(1030)+u(594)](s[u(1249)],m),n[u(1030)+"Listener"](s.PBEuL,w)});return o[e(981)](c=>{let x=e,u={ErGhV:function(l,h,m){return s[L(1858)](l,h,m)},umAMf:x(1806),TZJID:function(l,h,m){return s[x(1714)](l,h,m)},bGFBi:"going away, network offl"+x(663)};if(s[x(811)]===s[x(585)]){if(this[x(1985)+x(808)](),this[x(633)+x(1096)](),this[x(1242)+x(1763)+"rs"](),this[x(1130)+x(521)](1e3,_0x379136),this[x(1840)+"Lock"]=!1,_0x1357a7&&this[x(621)+x(849)]()&&!this["_readyCl"+x(1745)]){if(this[x(1162)+x(1686)]?.[x(1019)+x(733)+"es"]()){let h=this[x(1162)+x(1686)]?.[x(571)+x(1159)+"nt"]();this[x(1536)+x(1474)+"ent"](_0x5aa05f(x(1806),{code:1006,reason:x(1548)+h+(x(1453)+x(1334)+"tries re"+x(959)),wasClean:!0}))}else{let h=this[x(1694)]["reconnec"+x(1987)+x(1601)](_0x1c6f2f,_0x521838);this[x(1536)+"hCloseEvent"](_0x321e95("close",{code:_0x4e877f,reason:_0x29455f,wasClean:!0,willReconnect:h})),h&&this._connect()}return}this["_navigat"+x(849)]()||this[x(1014)+x(1745)]?this[x(1536)+x(1474)+"ent"](u[x(1900)](_0x3b1c19,u[x(537)],{code:_0x153099,reason:x(1269)})):this[x(1536)+x(1474)+x(1813)](u.TZJID(_0x5c69ab,x(1806),{code:1006,reason:u[x(609)]})),this[x(902)]=null,this[x(1162)+x(1686)]?.[x(1447)+"pointConfig"](),this[x(1749)+x(1947)]?.["resetCou"+x(1558)]()}else c instanceof IDBCursor&&xi[x(1496)](c,n)})[e(1434)](()=>{}),tr.set(o,n),o}function Vu(n){let e=E,s={zyzBk:e(1258),FWpBF:e(836),wDpgo:function(c,x){return c(x)},DThdg:"AbortError",Qaeyj:function(c){return c()},slNWB:"abort"};if(er[e(1317)](n))return;let o=new Promise((c,x)=>{let u=e,l=()=>{let w=L;n[w(1798)+w(1395)+w(1441)](s.zyzBk,h),n[w(1798)+"entListe"+w(1441)](s[w(1847)],m),n[w(1798)+w(1395)+"ner"](w(1416),m)},h=()=>{c(),l()},m=()=>{let w=L;s[w(601)](x,n.error||new DOMException(s[w(1743)],s[w(1743)])),s[w(875)](l)};n[u(1030)+u(594)]("complete",h),n["addEvent"+u(594)](s[u(1847)],m),n[u(1030)+"Listener"](s.slNWB,m)});er[e(1496)](n,o)}function Yu(n){nr={qNoWk:function(o,c){return o(c)}}[E(1457)](n,nr)}function Xu(n){let e=E,s={kZvjn:function(o,c){return o(c)},OYTop:function(o,c){return o(c)},GDVbz:function(o,c){return o(c)},fkFBD:function(o,c){return o in c},cspDj:e(1381)+"oreNames"};return n===IDBDatabase[e(1e3)+"e"][e(1756)+"ion"]&&!s[e(1165)](s.cspDj,IDBTransaction.prototype)?function(o,...c){let x=e,u=n.call(an(this),o,...c);return ci.set(u,o.sort?o[x(992)]():[o]),s.kZvjn(qe,u)}:$u()[e(892)](n)?function(...o){let c=e;return n[c(625)](s[c(822)](an,this),o),s.OYTop(qe,xi[c(1385)](this))}:function(...o){let c=e;return s[c(835)](qe,n[c(625)](an(this),o))}}function Zu(n){let e=E,s={NqNWB:function(o,c){return o===c},igHOX:e(1581),zOESH:function(o,c){return o(c)},SBAZR:function(o,c){return o instanceof c},ZNQeO:function(o,c){return o(c)},UlAUJ:function(o,c,x){return o(c,x)},bnZeR:function(o){return o()}};return s[e(695)](typeof n,s[e(1128)])?s[e(894)](Xu,n):(s[e(779)](n,IDBTransaction)&&s[e(1698)](Vu,n),s[e(1174)](Vo,n,s[e(1775)](Wu))?new Proxy(n,nr):n)}function qe(n){let e=E,s={nEkRO:function(c,x){return c instanceof x},qExgq:function(c,x){return c(x)},EhAxt:function(c,x){return c!==x}};if(s[e(1559)](n,IDBRequest))return s[e(1768)](Ju,n);if(Zn[e(1317)](n))return Zn[e(1385)](n);let o=s[e(1768)](Zu,n);return s[e(951)](o,n)&&(Zn.set(n,o),tr[e(1496)](o,n)),o}var Vo,Ko,Go,xi,er,ci,Zn,tr,nr,an,jo=Jo({"node_modules/idb/build/wrap-idb-value.js"(){let n=E,e={OOTeI:function(s,o){return s instanceof o},JUuPH:function(s,o){return s===o},lPgTx:"done",rGOKc:function(s,o){return s===o},ofixO:function(s,o){return s instanceof o},ziqfi:function(s,o){return s===o},XoJBC:"store",KVxby:function(s,o){return s in o}};Vo=(s,o)=>o[n(1883)](c=>s instanceof c),xi=new WeakMap,er=new WeakMap,ci=new WeakMap,Zn=new WeakMap,tr=new WeakMap,nr={get(s,o,c){let x=n;if(e.OOTeI(s,IDBTransaction)){if(e.JUuPH(o,e.lPgTx))return er[x(1385)](s);if(o===x(1381)+x(741))return s[x(1381)+x(741)]||ci.get(s);if(e[x(958)](o,x(517)))return c[x(1381)+x(741)][1]?void 0:c[x(1381)+"ore"](c[x(1381)+x(741)][0])}return qe(s[o])},set(s,o,c){return s[o]=c,!0},has(s,o){let c=n;return e[c(1225)](s,IDBTransaction)&&(e.rGOKc(o,e[c(1124)])||e.ziqfi(o,e[c(1112)]))?!0:e[c(1483)](o,s)}},an=s=>tr[n(1385)](s)}}),Yo={};ju(Yo,{deleteDB:()=>ef,openDB:()=>Qu,unwrap:()=>an,wrap:()=>qe});function Qu(n,e,{blocked:s,upgrade:o,blocking:c,terminated:x}={}){let u=E,l={jMpNK:function(w,_,S){return w(_,S)},VmvFD:function(w,_){return w>=_},xARtE:u(1642),IWVbI:"PWXpS",cmGks:function(w,_,S,T,I){return w(_,S,T,I)},TUmot:function(w,_){return w(_)},GNiwe:function(w,_){return w(_)},NPshm:"close",EcXde:"versionc"+u(1618),CZEBl:u(1529),xwqYZ:u(1382),ldrqB:u(901)+u(1347),kSZDx:u(1904)},h=indexedDB[u(1939)](n,e),m=l[u(1211)](qe,h);return o&&(l[u(1058)]===l.xwqYZ?(l.jMpNK(_0x147f59,_0x3a3350,58),_0x214eee(_0x2a9df6,_0x56db0b)):h[u(1030)+"Listener"](l[u(1666)],w=>{let _=u,S={cwntB:function(T,I){return l[L(1544)](T,I)}};if(l[_(523)]!==l[_(518)])l.cmGks(o,l[_(1635)](qe,h.result),w[_(525)+"on"],w[_(1862)+"on"],l[_(1211)](qe,h[_(1756)+_(1845)]));else return S[_(1049)](_0x10931d[_(900)],_0x2917bf[_(1073)])})),s&&h[u(1030)+u(594)](l[u(854)],()=>s()),m[u(981)](w=>{let _=u;x&&w["addEvent"+_(594)](l.NPshm,()=>x()),c&&w[_(1030)+_(594)](l[_(1074)],()=>c())})[u(1434)](()=>{}),m}function ef(n,{blocked:e}={}){let s=E,o={XAKEO:"blocked",eLLRM:function(x,u){return x(u)}},c=indexedDB.deleteDatabase(n);return e&&c[s(1030)+s(594)](o.XAKEO,()=>e()),o[s(1721)](qe,c)[s(981)](()=>{})}function Wo(n,e){let s=E,o={rXnhb:function(h,m){return h(m)},OSiYA:s(1313),huDAs:s(1231)+"e",kEtwm:"readonly",baSab:function(h,m){return h instanceof m},BzDhK:function(h,m){return h in m},DoulL:function(h,m){return h===m},oYMGr:"string",vZTSX:function(h,m){return h!==m}};if(!(o[s(1198)](n,IDBDatabase)&&!o.BzDhK(e,n)&&o[s(1765)](typeof e,o.oYMGr)))return;if(Qn.get(e))return Qn[s(1385)](e);let c=e[s(916)](/FromIndex$/,""),x=o[s(1332)](e,c),u=Zo[s(892)](c);if(!o[s(622)](c,(x?IDBIndex:IDBObjectStore)[s(1e3)+"e"])||!(u||Xo.includes(c)))return;let l=async function(h,...m){let w=s,_={gSPdT:function(S,T){return o[L(1015)](S,T)}};if(o[w(1278)]!=="hNUnT"){let S=this[w(1756)+w(1845)](h,u?o[w(615)]:o[w(1927)]),T=S.store;return x&&(T=T[w(1826)](m[w(1929)]())),(await Promise[w(1569)]([T[c](...m),u&&S.done]))[0]}else{let S=_0x2e9a4d[w(1100)+"tabase"](_0x521d01);return _0x5bd311&&S[w(1030)+w(594)](w(1904),()=>_0x3cd367()),rjjvwC.gSPdT(_0x346510,S)[w(981)](()=>{})}};return Qn.set(e,l),l}var Xo,Zo,Qn,tf=Jo({"node_modules/idb/build/index.js"(){let n=E,e={NaMQB:function(c,x){return c(x)},vSSIL:function(c){return c()},xghEv:"add",eZwuj:n(1873),zHRLF:"get",hRYjR:n(1506),Qibql:n(999)+"ys",Sxmet:n(829)},s=(n(1009)+n(1981)).split("|"),o=0;for(;;){switch(s[o++]){case"0":e[n(1515)](Yu,c=>({...c,get:(x,u,l)=>Wo(x,u)||c.get(x,u,l),has:(x,u)=>!!Wo(x,u)||c.has(x,u)}));continue;case"1":e[n(848)](jo);continue;case"2":Qn=new Map;continue;case"3":Zo=[n(1608),e.xghEv,e.eZwuj,"clear"];continue;case"4":e[n(848)](jo);continue;case"5":Xo=[e[n(1832)],n(584),e[n(1607)],e[n(1354)],e[n(1199)]];continue}break}}}),nf={idb:function(n){let e=E;n.exports=Promise[e(989)]().then(()=>(tf(),Yo)).then(function(s){return s})}},$o={};function Ue(n){let e=E,s={slTMH:function(x,u){return x!==u}};var o=$o[n];if(s[e(1801)](void 0,o))return o[e(1931)];var c=$o[n]={exports:{}};return nf[n](c,c[e(1931)],Ue),c[e(1931)]}Ue.d=(n,e)=>{let s=L;for(var o in e)Ue.o(e,o)&&!Ue.o(n,o)&&Object[s(1777)+s(1424)](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=E;Ue.o=(e,s)=>Object.prototype["hasOwnPr"+n(1424)].call(e,s)})(),(()=>{let n=E,e={FxlXh:function(s,o){return s!=o},qHflE:n(1550)+"d",rJptJ:n(708)};Ue.r=s=>{let o=n;e[o(1321)](e[o(1084)],typeof Symbol)&&Symbol[o(1177)+o(1710)]&&Object[o(1777)+o(1424)](s,Symbol["toString"+o(1710)],{value:e[o(671)]}),Object[o(1777)+o(1424)](s,o(642)+"le",{value:!0})}})();function L(n,e){n=n-495;let s=rr(),o=s[n];if(L.SgFHiM===void 0){var c=function(h){let m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",w="",_="";for(let S=0,T,I,C=0;I=h.charAt(C++);~I&&(T=S%4?T*64+I:I,S++%4)?w+=String.fromCharCode(255&T>>(-2*S&6)):0)I=m.indexOf(I);for(let S=0,T=w.length;S<T;S++)_+="%"+("00"+w.charCodeAt(S).toString(16)).slice(-2);return decodeURIComponent(_)};L.jgionq=c,L.nAbmGl={},L.SgFHiM=!0}let x=s[0],u=n+x,l=L.nAbmGl[u];return l?o=l:(o=L.jgionq(o),L.nAbmGl[u]=o),o}var ee={};(()=>{let n=E,e={XGZOB:function(i,t){return i(t)},PIQba:function(i,t){return i+t},yiDru:function(i,t){return i+t},GMQrE:function(i,t){return i*t},NoIuu:function(i,t){return i*t},BTtWU:function(i,t,r){return i(t,r)},NWtmo:function(i,t){return i+t},zdSWy:function(i,t){return i(t)},dvxip:function(i,t,r){return i(t,r)},UJTUV:n(1503),sguZr:function(i,t,r){return i(t,r)},RiADR:function(i,t){return i===t},mlTJJ:n(1005),RUwFR:function(i,t){return i(t)},OxBJw:function(i,t){return i+t},AFleH:function(i,t){return i+t},PWCGZ:n(1171),ltiNG:n(791),Bwizz:function(i,t){return i>>t},cBawU:function(i,t){return i&t},bOBrs:function(i,t){return i>>t},BKumH:n(1479),KYyRv:function(i,t){return i>t},iGoNU:function(i,t){return i<t},YgbRu:function(i,t){return i>t},KQIwp:function(i,t){return i-t},zKJnk:n(749),htmXw:"mSgiE",EvfYN:function(i,t){return i!==t},hyeMB:n(520),ZuUyO:n(1819),NOnMy:function(i,t){return i-t},yiGkv:function(i,t){return i!==t},ddKRc:function(i,t){return i!==t},mTUAD:function(i,t){return i|t},TftEY:function(i,t){return i<<t},sILuL:function(i,t){return i!==t},HHxpK:n(1021),TvHUY:function(i,t){return i!==t},YZexo:function(i,t,r){return i(t,r)},mWJxn:function(i,t){return i>>>t},PtDQr:function(i,t,r){return i(t,r)},PMohN:function(i,t){return i(t)},PmgiO:n(861)+n(1859)+n(783)+n(1837),KIguZ:function(i,t){return i===t},yVFrG:function(i){return i()},woMSA:function(i,t,r){return i(t,r)},tZrMa:function(i,t,r){return i(t,r)},mMoUj:function(i,t,r){return i(t,r)},jwTuF:function(i,t){return i!==t},fDJVW:function(i,t){return i!==t},mGBGR:function(i,t,r){return i(t,r)},jOuKH:function(i,t,r){return i(t,r)},cpUFY:function(i,t){return i(t)},tmhPU:function(i){return i()},upKgy:function(i,t){return i(t)},OyDCv:function(i,t){return i!==t},vvbsb:function(i,t){return i===t},Htcja:n(1606),tpYhs:function(i,t,r){return i(t,r)},bwgHr:function(i,t,r){return i(t,r)},zyEii:function(i,t,r){return i(t,r)},hBUXF:function(i,t,r){return i(t,r)},vsBsd:function(i,t,r){return i(t,r)},BxOJh:function(i,t){return i!==t},qcMWj:function(i,t){return i!==t},IKwCW:n(1097),ZqtQi:function(i,t,r){return i(t,r)},HIDnD:function(i,t,r){return i(t,r)},QEkvt:function(i,t,r){return i(t,r)},wsJav:function(i,t){return i(t)},JlYtU:function(i,t,r,a){return i(t,r,a)},TObtW:function(i,t){return i(t)},ZHmGR:function(i,t,r){return i(t,r)},HggDr:n(1999),Zsdym:function(i,t){return i(t)},eCuTG:function(i,t,r){return i(t,r)},CTxtq:function(i,t){return i(t)},jlQfG:function(i,t){return i(t)},XHqAj:function(i,t,r){return i(t,r)},oUCFa:function(i,t,r){return i(t,r)},KDYiK:n(861)+n(1859)+n(783)+n(1154),vepvj:function(i,t){return i===t},UGeio:"Missing "+n(1859)+n(783)+n(501),ZdqrE:function(i,t){return i(t)},oCIcK:function(i,t){return i(t)},rdrVB:function(i,t,r){return i(t,r)},wfhtd:function(i,t,r){return i(t,r)},bwfZU:n(1140)+n(1914)+n(1304),UFSrO:function(i,t){return i===t},KLgzg:"pOeQW",kwLUy:function(i,t){return i>>t},RKklI:function(i,t){return i>=t},KOUKS:n(836),UKCoa:function(i,t){return i!==t},GQTsG:n(947),jWloT:function(i,t){return i>t},RmZIV:n(1581),ltFna:function(i,t){return i(t)},tIrPo:function(i,t){return i instanceof t},AYCtF:function(i){return i()},bnRhw:function(i,t){return i===t},BhjjZ:n(914),eLYIL:n(777),JiGyc:function(i,t){return i>=t},sbseH:n(941),BxlDT:n(956),foyib:function(i,t){return i+t},afYIE:function(i,t){return i>t},zWyCf:n(930),hvttK:n(939),BwYPr:function(i,t){return i>t},ePloQ:"Read past limit",CAQMw:function(i,t,r){return i(t,r)},NsdsN:function(i,t){return i(t)},cAgCU:n(1348)+"reason",hqpwj:function(i,t){return i<t},zhcAW:function(i,t){return i===t},MtTHA:function(i,t){return i>=t},gqcbI:function(i,t){return i+t},flxKJ:function(i,t){return i+t},ZFSVb:function(i,t){return i|t},ybCaO:function(i,t){return i<<t},oPywN:function(i,t){return i&t},HfSKa:function(i,t){return i&t},VuAwm:function(i,t){return i>=t},MMKbJ:function(i,t){return i<<t},nEGFQ:function(i,t){return i|t},vniOX:function(i,t){return i|t},oiAwV:function(i,t){return i<<t},ozQyi:function(i,t){return i&t},pBFgf:function(i,t){return i<<t},ImKnu:function(i,t){return i&t},DgGhs:function(i,t){return i<t},qZKDH:function(i,t){return i>=t},tgAZY:n(1110),mZluC:function(i,t){return i==t},VWgCC:function(i,t){return i>=t},OXWwd:function(i,t){return i+t},xpany:"VzERo",ZMMwx:n(1068),SWLYx:function(i,t){return i+t},HJZjr:function(i,t){return i+t},wWXgJ:function(i,t){return i|t},oAQPQ:function(i,t){return i<<t},LAFze:function(i,t){return i|t},FtWsG:function(i,t){return i|t},bKVWh:function(i,t){return i|t},BIldM:function(i,t){return i<<t},YAaha:function(i,t){return i<<t},XQAkz:function(i,t){return i&t},fWvkW:function(i,t){return i>t},uuVuU:function(i,t){return i&t},NxFrC:function(i,t){return i>>t},ACfRT:function(i,t){return i+t},rIbbv:function(i,t){return i+t},GQkfG:function(i,t){return i&t},AbPpQ:function(i,t){return i>>t},lztYW:function(i,t){return i&t},ZTOUP:function(i,t){return i|t},LdyoE:n(1901),uDSAu:function(i,t){return i<=t},rnTXw:function(i,t){return i<t},pKNaH:function(i,t){return i<t},MhTAX:function(i,t,r){return i(t,r)},Ogdko:n(1648),vDbvX:function(i,t){return i<t},JGvDM:function(i,t){return i+t},dwPYp:function(i,t){return i-t},lvjmt:function(i,t){return i+t},dhIRR:function(i,t){return i<t},yfWpY:function(i,t){return i>>t},LTfJu:function(i,t){return i<t},ateKT:function(i,t){return i&t},fSFPC:function(i,t){return i|t},tfoQu:function(i,t,r){return i(t,r)},MqDYH:function(i,t){return i<<t},bVQqs:n(1659),nyIvI:n(1512),KluoQ:function(i,t){return i(t)},TrDdz:function(i,t){return i&t},NHOjj:function(i,t){return i&t},pdvrl:function(i,t,r){return i(t,r)},qjbwE:function(i,t,r){return i(t,r)},nfEsF:function(i,t){return i===t},BAxgV:function(i,t){return i>>>t},OkMdv:function(i,t){return i<<t},Cvrpp:n(1443),aStTx:function(i,t){return i(t)},GkWWu:function(i,t){return i(t)},OHJCZ:function(i,t){return i(t)},WDwil:function(i,t){return i&t},MJJho:function(i,t){return i<<t},xcEFf:function(i,t){return i&t},QTDZo:function(i,t){return i&t},mMaMg:function(i,t){return i===t},kLYre:n(1952),KEZAT:function(i,t){return i<<t},dBVwF:function(i,t){return i&t},WmCXQ:function(i,t){return i(t)},seBxE:function(i,t){return i&t},oOAKh:function(i,t){return i&t},LdUjs:function(i,t){return i(t)},hyioU:function(i,t){return i<<t},bQTOJ:function(i,t){return i<<t},QvBSY:function(i,t){return i<t},kZlPP:function(i,t){return i<t},NixtK:function(i,t){return i&t},mfgwu:function(i,t){return i!==t},KFiWu:function(i,t){return i+t},ljjnx:function(i,t){return i!==t},YkCZK:function(i,t){return i|t},ZwuAA:function(i,t){return i>>>t},qRLXp:function(i,t){return i&t},LoYdY:function(i,t){return i>>>t},xNZEW:function(i,t){return i&t},xgSJO:function(i,t){return i+t},yfanE:function(i,t){return i!==t},ptCgg:function(i,t){return i+t},FnqxD:function(i,t){return i&t},YgpoN:function(i,t){return i>>>t},ApSLj:function(i,t){return i!==t},GlYkw:function(i,t){return i>>>t},yJgzo:function(i,t){return i>>>t},ItJuu:function(i,t){return i!==t},abRQR:function(i,t){return i&t},cfZeZ:function(i,t){return i|t},uFJEo:function(i,t){return i(t)},vyFCA:function(i,t){return i|t},SMOAO:function(i,t){return i===t},tQOkN:function(i,t){return i|t},CAjJS:function(i,t){return i|t},yKorB:function(i,t){return i<<t},xwPDN:function(i,t){return i<<t},zZdEZ:function(i,t){return i|t},Phbzc:function(i,t){return i<<t},vzKrs:function(i,t){return i<<t},zZNem:function(i,t){return i|t},oJMVZ:function(i,t){return i|t},sdldv:function(i,t){return i|t},BVWPE:function(i,t){return i|t},uLkTL:function(i,t){return i|t},TkerX:function(i,t){return i<<t},zfHSN:function(i,t){return i<<t},XEMMN:function(i,t){return i&t},JXUQO:function(i,t){return i&t},JqXgk:function(i,t){return i>>>t},ubPCs:function(i,t){return i&t},IeIef:function(i,t){return i>>>t},txIwc:function(i,t){return i&t},HSGpv:function(i,t){return i&t},UXjYn:function(i,t){return i>=t},WwQsi:function(i,t){return i+t},PdFbo:function(i,t){return i/t},sAlTM:function(i,t){return i>>>t},TuYDu:function(i,t){return i*t},jwdBB:n(911),rCBst:function(i,t){return i===t},YkgFt:function(i,t){return i&t},cPajz:function(i,t){return i<t},LHWru:function(i,t){return i(t)},UNPiv:n(1701),ghNkE:"GZBsv",MCcKO:function(i,t){return i&t},CHQAu:function(i,t){return i>>>t},QObpH:function(i,t){return i>>>t},DEDlK:function(i,t){return i+t},sJTcX:function(i,t){return i+t},oMIXt:function(i,t){return i+t},Xzssm:function(i,t){return i|t},FNGJg:function(i,t){return i<<t},Okcak:function(i,t){return i!==t},mQxji:function(i,t){return i>>>t},Rhtor:function(i,t){return i===t},QqSMk:function(i,t){return i+t},fJnvp:function(i,t){return i*t},lsABl:function(i,t){return i>>>t},AeVfg:n(720),gqxrP:n(969),vtDRR:function(i,t){return i+t},ruiyN:n(855),ilrmV:function(i,t){return i&t},HmDZp:function(i,t){return i&t},oqtSx:function(i,t){return i>>>t},aFgtk:function(i,t){return i>>>t},uBnRQ:function(i,t){return i&t},ECjrg:function(i,t){return i&t},NdGuz:function(i,t){return i>>>t},RvYYn:function(i,t){return i>>>t},nOpaB:function(i,t){return i>>>t},udErx:function(i,t){return i>>>t},WrOsd:function(i,t){return i&t},eInxw:function(i,t){return i&t},ZCrab:function(i,t){return i&t},RXEmd:n(952)+n(1724),vdkAY:n(612)+n(1451),AixxQ:n(559)+"RROR",qOLze:"OPEN_ERROR",gCfxS:n(1377)+n(1132),vmWlo:n(1575)+n(1967)+"R",YvNxP:n(1567),rszWp:n(512)+n(1136)+n(630)+"g",mCrSc:function(i,t){return i===t},vvtFn:n(1733),LmNGx:"2|4|1|3|0",fyqSQ:n(1935),aYQoz:n(1806),yPtXT:function(i,t){return i!==t},wNimR:"SPEAl",vtVwA:function(i,t){return i!==t},okvST:n(1076),qBYMe:function(i,t){return i(t)},guWin:n(1543)+n(1543)+n(1543)+n(1543),qPUkW:n(1784),woYAD:function(i,t){return i(t)},rBvCk:n(1373),svuCP:function(i,t){return i(t)},wKeJs:function(i,t){return i|t},LmCJD:function(i,t){return i||t},FkEpp:function(i,t){return i>>>t},GLQou:n(1368),ovGKC:function(i,t){return i>=t},BGgho:n(718),MHAui:function(i,t){return i instanceof t},PKCXz:function(i,t){return i+t},CUyYz:n(1728)+n(1170),SHkJm:function(i,t){return i===t},cPpdU:function(i,t){return i<t},ESZYe:function(i,t){return i===t},FMpnY:n(837),sCmci:n(1442),AcfEM:function(i,t,r){return i(t,r)},JXmgG:function(i,t,r){return i(t,r)},owATG:n(1788),VXZiN:n(1240),HdEZC:"open",WNtzT:function(i,t){return i+t},jQpDm:function(i,t,r){return i(t,r)},RvuHh:n(1741),mtHma:function(i,t){return i instanceof t},prOIk:function(i,t){return i+t},TmSya:n(1295),NPgtA:n(543),aiOrH:function(i,t){return i(t)},CvqVQ:function(i,t){return i!==t},AtFHF:n(499),mmdmy:"BSVON",zKGUV:function(i,t){return i||t},neCWa:function(i,t){return i!=t},kiLXD:n(1550)+"d",vPVpl:n(710)+"3",qwmsD:function(i,t){return i<=t},bBDUE:n(1986)+n(1071)+n(1333)+n(1290)+n(921),vnelS:function(i,t,r){return i(t,r)},Uxdbm:function(i,t,r){return i(t,r)},ztmOL:n(893),FGoSK:n(1603),Wloje:n(1915),dgOfL:"AhUqq",ZAsbp:function(i,t){return i<t},IFTFW:function(i,t){return i===t},DseCe:function(i,t){return i&t},MMPSG:function(i,t){return i&t},jyFIS:"ZbpbJ",FAmiV:n(1079),lyAYK:function(i,t){return i|t},QBptI:function(i,t){return i<<t},bpWYF:function(i,t){return i>=t},yVMdb:function(i,t){return i<t},nclul:function(i,t){return i|t},zUHZK:function(i,t){return i|t},zWHPz:function(i,t){return i<<t},ffKQY:function(i,t){return i>>t},xsfVd:function(i,t){return i<t},WKgiq:function(i,t){return i|t},sqUgx:function(i,t){return i===t},yErdD:function(i,t){return i&t},LVnFS:function(i,t){return i+t},gKghC:function(i,t){return i|t},MJHQx:function(i,t){return i&t},hEfuH:function(i,t){return i|t},eWHHh:function(i,t){return i+t},mKTsQ:function(i,t){return i<<t},FvyNm:function(i,t){return i|t},tYAjy:function(i,t){return i|t},unzol:function(i,t){return i|t},uUYxz:function(i,t){return i>>t},BiicS:function(i,t){return i|t},xIqAS:function(i,t){return i>>t},Bncbr:function(i,t){return i&t},wFmtA:n(934),iyUnx:function(i,t){return i(t)},kUtCV:function(i,t){return i instanceof t},fIxaF:n(1281)+"ion/json",AhSWr:function(i,t){return i==t},DXkni:n(1131)+n(998)+n(1902),tiDwq:n(1214),GXbDz:n(689),tQSug:function(i,t,r){return i(t,r)},yRJmO:n(1025),HXpem:function(i,t){return i>=t},NjCZE:function(i,t,r){return i(t,r)},mcXfB:function(i,t){return i|t},buKIO:function(i,t){return i<<t},KFHYa:function(i,t){return i<=t},JQGCk:n(1397),VDAVN:"text/jav"+n(1713),ZOmsd:n(1114),ijVkD:n(1781),wCuCQ:n(842),fKqSd:function(i,t){return i===t},LwLID:n(714),UUDmg:"idb",QaYzR:function(i,t,r,a){return i(t,r,a)},PqBIM:function(i,t){return i|t},rbCfC:function(i,t){return i<<t},cAaTz:function(i,t){return i<<t},HkKCL:function(i,t){return i<<t},Vwdya:function(i,t){return i!==t},lmTSG:n(933),Ekxta:"fJjCZ",RXmZO:function(i,t){return i||t},rKZmo:function(i,t){return i||t},ESKBv:function(i,t){return i||t},oICLH:function(i,t){return i||t},xnZgp:function(i,t){return i||t},BGxfj:function(i,t){return i||t},tEEBU:function(i,t){return i||t},tcmRA:function(i,t){return i||t},twOkB:function(i,t){return i===t},PzcGU:n(752),QykuV:n(1306),iZoxU:n(1866)+n(830)+"d",XvCmh:n(1546),gMOhd:n(1937)+"id",FZkDq:function(i,t){return i instanceof t},nyAjg:n(740),spwPX:n(517),ffgzC:function(i,t){return i in t},xojFA:n(1815),QCnVe:function(i,t,r,a){return i(t,r,a)},tEPGs:n(1372)+"er_qos_ack",sHXjz:function(i,t,r,a){return i(t,r,a)},gRicg:function(i,t,r){return i(t,r)},PnrTk:function(i,t,r,a){return i(t,r,a)},EBNKU:function(i,t){return i&&t},aBmHb:"is_ack",xiPCI:"ack_id",JhHyE:n(1410),vOlRK:function(i,t){return i!==t},gmsjB:n(1092),hUbqy:function(i,t){return i(t)},PXIhl:function(i,t){return i instanceof t},TFSXd:function(i,t){return i instanceof t},yvgwb:n(1281)+n(1641)+";charset"+n(683),AOWbL:"none_none",hXPNF:"binary",UhjyB:function(i,t,r,a){return i(t,r,a)},DePWI:function(i){return i()},FxvUA:function(i,t){return i>t},xSKxN:function(i,t){return i+t},PMDPT:function(i,t){return i===t},GtWnv:n(557),NFUvu:function(i,t){return i+t},Orgiy:n(1150),RbfHS:function(i,t){return i||t},ypuWC:n(877),kJUyw:function(i,t){return i>=t},ooNxf:function(i,t){return i>>>t},ATAIY:function(i,t){return i<<t},IjJWU:n(1179)+"1",zqlmM:function(i,t,r,a){return i(t,r,a)},FuTka:function(i,t){return i===t},aAjFo:n(637),tZqDL:"IQmyE",XChZY:function(i,t){return i|t},WQHUv:function(i,t){return i+t},KLDoi:function(i,t){return i+t},rAJKR:function(i,t){return i|t},HWSDj:function(i,t){return i+t},YItFT:function(i,t){return i+t},bIcic:function(i,t){return i+t},YRBGK:function(i,t){return i+t},JCnoK:function(i,t){return i&t},oYUuG:function(i,t){return i>>>t},ZPLlJ:function(i,t){return i+t},FSZhF:function(i,t){return i&t},zVNhO:function(i,t){return i+t},aIefa:function(i,t){return i&t},BBzHe:function(i,t){return i+t},HxBZj:n(1568)+n(1667)+n(1600)+"9",PioKL:function(i,t){return i<t},Tpyll:function(i,t){return i|t},sGqso:function(i,t){return i>>>t},Yeqtu:function(i,t){return i&t},aOlbU:function(i,t){return i>>>t},jVAoU:function(i,t){return i<<t},fQQQI:function(i,t){return i|t},uSEeF:function(i,t){return i<t},YLdSA:function(i,t){return i>>>t},eFScj:function(i,t){return i*t},WLMMb:"wHNgY",dkISH:n(546)+n(831),YGUiP:function(i,t,r,a){return i(t,r,a)},jubEZ:n(1239),UGDZP:"service",vvyZj:"service-"+n(1017),KqEZM:function(i,t,r,a){return i(t,r,a)},gozeL:n(1017),texKB:function(i,t,r,a){return i(t,r,a)},DoLGO:function(i,t){return i(t)},JTMcm:n(968)+n(618),dfQFy:function(i,t,r){return i(t,r)},JjhvZ:function(i,t){return i+t},gtBED:function(i,t,r){return i(t,r)},zKYJE:n(1556)+"_EXIST",eiPHK:function(i,t,r){return i(t,r)},wtdpU:"cursor_n"+n(912),HJydK:function(i,t){return i!==t},OtiMi:n(792),SnFNL:n(1323)+n(1582),zgtrS:"ALL",FnKZy:function(i,t,r,a){return i(t,r,a)},ClvIR:n(1294),oOwzk:n(1186),JfPLS:function(i,t,r,a){return i(t,r,a)},VfdLN:n(691),QIwzx:function(i,t){return i!==t},LgoBy:"bxwvt",yHSqM:"aTHRc",JSaXm:"10|8|6|1"+n(1966)+n(1259)+"9",yIurr:function(i,t){return i|t},kgExX:function(i,t){return i&t},OAMEb:function(i,t){return i|t},HRZYm:function(i,t){return i<<t},uomNm:function(i,t,r,a){return i(t,r,a)},gWyXh:function(i,t){return i<t},EamUM:function(i,t){return i<<t},KhHJX:function(i,t){return i<t},pIuGI:function(i,t){return i<<t},XFDVz:function(i,t){return i<t},SxJjN:function(i,t){return i|t},bklYC:function(i,t){return i<t},Csxyx:function(i,t){return i||t},cWZVM:n(610),OzCAT:n(1191),MozNc:"veDQr",Aihkf:function(i,t){return i|t},nwsiR:"code",dmzQQ:function(i,t,r){return i(t,r)},XfLuY:n(1372)+n(496),IJcYE:function(i,t,r){return i(t,r)},gGTPj:n(1372)+n(993),ZUgmi:function(i,t,r,a){return i(t,r,a)},sBTMO:n(910)+"s",AkPCT:"x-msg-cu"+n(542)+"e",rUoKw:function(i,t,r){return i(t,r)},xozcs:n(536)+n(1375)+"ue",JNNMu:function(i){return i()},pvSIn:function(i,t){return i>t},prHij:n(1459),ZchLp:n(1267),UMCus:function(i,t){return i+t},gCRQA:n(1732),mrZdG:function(i,t){return i===t},XrToX:function(i){return i()},BdJLP:function(i,t,r){return i(t,r)},iuIVo:function(i){return i()},AUgHB:function(i){return i()},WIdcG:"iBMNh",vZcdt:function(i){return i()},jBmij:function(i,t){return i<t},myjwN:function(i,t){return i===t},uvxBf:"cJGfg",FHYMS:function(i,t,r){return i(t,r)},ZMfEC:function(i){return i()},sWnYp:function(i,t){return i!==t},OCcae:n(688),Kxgrc:function(i,t){return i===t},rwqUW:n(1643),HtGIJ:function(i,t){return i===t},BUhmM:n(1611)+n(1771)+"s",rfLxi:function(i,t,r){return i(t,r)},swMXB:function(i,t,r){return i(t,r)},WLvwo:function(i,t,r){return i(t,r)},KLMNb:function(i,t){return i!==t},tDrCs:n(561),KMtAs:n(772),bYOVP:n(1884)+n(978),UiTHX:"pbbp2",tFHRQ:n(745),dNwbL:function(i,t){return i==t},GHbTJ:function(i,t){return i===t},WKxLV:n(1895)+n(1433)+n(1708),QtAyI:function(i,t){return i(t)},aCijj:n(1895)+n(1379)+n(1409)+n(1103)+"ket constructor "+n(1426)+n(1219),snhNW:function(i,t,r){return i(t,r)},mgwyb:n(903)+"t",jlKKP:"stop imm"+n(665)+n(1116)+"ct",BFWAN:"pageshow",yTtWH:"online",sTYsl:function(i,t){return i===t},ltRBj:"CgSPp",VxfAa:n(1064),qeYTb:n(881),RXcVp:n(931),AKLut:function(i,t){return i===t},HQZcA:"iqqxv",KumOA:n(1683),HPjzN:n(593),WMmaK:n(1774)+"d",JjOSm:function(i,t){return i||t},TTkIW:function(i,t){return i==t},zCvmQ:function(i,t,r){return i(t,r)},VQFfI:function(i,t,r){return i(t,r)},CFhAI:function(i,t){return i||t},behXr:function(i,t,r){return i(t,r)},kwojv:n(1918),ZjPRF:function(i,t){return i-t},xrMmt:function(i,t,r){return i(t,r)},InEJW:function(i,t,r){return i(t,r)},NxWgc:function(i,t){return i+t},fGcna:n(1473)+"t limit",BCCOZ:n(1668),DndxB:n(802)+">",ZSSyJ:function(i,t){return i-t},XlEsj:function(i,t){return i>t},pRkOp:function(i,t){return i===t},ISjxK:function(i,t,r){return i(t,r)},GMQwX:function(i,t,r){return i(t,r)},XRkvZ:n(1979)+n(1469)+n(903)+n(1436)+n(1182),sSraS:"iZqOE",olJrn:function(i,t){return i+t},iPjoy:function(i,t){return i===t},SzttU:n(1723),WvlvR:n(712),SxNHm:n(1829),IkqOW:n(1504)+"1",JrDTZ:n(1974)+"0",JxdLU:function(i,t){return i===t},uFGfG:n(1614),UzAAW:function(i,t,r){return i(t,r)},mVOvc:n(1269),EpCBH:function(i,t,r){return i(t,r)},uahWa:n(1979)+"ay, network offline",PZekn:function(i,t){return i(t)},VLDKb:n(1351),iclto:n(1725),ywrhp:function(i,t,r){return i(t,r)},XVMco:function(i,t){return i!==t},cWyZt:n(1028),zfDiH:n(896)+n(1841)+"ce not i"+n(1277)+"ed",dpYjq:n(896)+"s alread"+n(990),zVsUB:function(i,t){return i==t},LEHBR:n(1895)+n(1921)+n(1537)+n(603)+n(1500)+"e a string or an"+n(516)+n(1791),HIDLI:function(i,t){return i!=t},GksQN:function(i,t){return i instanceof t},DTVCs:function(i,t){return i(t)},HUXqP:n(1895)+"rovide a"+n(566)+n(831),kSYSc:function(i,t){return i instanceof t},lwETG:function(i,t){return i instanceof t},AFnex:function(i,t){return i(t)},EpUnj:function(i,t){return i===t},TWJlO:n(578),nMNlq:"manual r"+n(1746)+n(1893),fYjuc:n(991)+"0",tZLyH:n(1279),LojLP:n(1611)+"e_timeout",VjnEt:function(i,t,r){return i(t,r)},MlUTH:function(i,t){return i(t)},fwTzt:n(1062),RuFhU:function(i,t){return i*t},uWToM:function(i,t){return i/t},nPyxL:function(i,t){return i===t},ALeol:function(i,t){return i===t},hpHUM:n(564),inYFd:function(i,t){return i!=t},CrZNh:function(i,t){return i===t},GMZos:"Dedicate"+n(873)+n(827)+"pe",MJIEd:n(735),OzcVl:function(i,t){return i!=t},xTypa:function(i,t){return i!=t},NBxti:n(729)+n(1685)+"alScope",XAlMA:function(i,t){return i===t},ArKUo:n(1344)+n(918)+n(643),HXVyp:function(i,t){return i!=t},lhBJI:function(i,t){return i===t},VAPWW:n(541)+n(1439)};Ue.r(ee),Ue.d(ee,{FWS:()=>P0,CustomErrorEvent:()=>Xi,createCloseEvent:()=>Re,ReconnectEvent:()=>Yi,createErrorEvent:()=>Ce,decodedFrame:()=>_t,createOpenEvent:()=>rs,CustomCloseEvent:()=>Zi,createReconnectEvent:()=>Nr,FrontierMessageEvent:()=>es,encodeFrame:()=>ne,createMessageEvent:()=>ns,OpenEvent:()=>ts,ErrorCode:()=>et,Event:()=>bt,MessageEvent:()=>Qi});let s="";function o(i=""){let t=n,r="02",a=""+Date[t(1736)](),d=s||(s=e[t(1445)](h,i)),g=Math.random().toString(16)[t(509)](-6);return e[t(1891)](e[t(1891)](e.yiDru(r,a),d),g)}function c(){let i=n;return e[i(843)](e[i(1913)](1e4,Date.now()),Math[i(635)](e[i(1836)](1e4,Math[i(970)]())))}function x(i){let t=n;return e[t(1891)](e[t(1445)](Array,8).join("0"),e.BTtWU(parseInt,i,10)[t(1177)](2))[t(509)](-8)}function u(i){let t=n;return e[t(957)](e[t(1367)](Array,4)[t(1024)]("0"),e[t(793)](parseInt,i,2)[t(1177)](16)).slice(-4)}function l(i){let t=n;if(e[t(587)](t(954),e[t(581)]))this.emit(e[t(1673)],e[t(1345)](_0x457578,e[t(1673)],{..._0x8d5455}));else{let r=i[t(1647)](/\./)[t(1091)](g=>x(g)),a=[];return a[0]=e.RUwFR(u,e[t(1374)](r[0],r[1])),a[1]=e.RUwFR(u,e.AFleH(r[2],r[3])),[e[t(1213)],t(1171),"0000",e[t(1213)],t(1171),e[t(1063)],a[0],a[1]][t(1024)]("")}}function h(i){let t=n,r=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[t(1534)](i),a=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[t(1534)](i);return r?l(i):a?e[t(1445)](m,i):"00000000"+t(1543)+t(1543)+t(1543)}function m(i){let t=n,r={jViJc:function(a,d,g){return a(d,g)},DyHgu:function(a,d){return e[L(1878)](a,d)},aeUxr:function(a,d){return e[L(1374)](a,d)},GqimD:function(a,d){return e.cBawU(a,d)},ZhugJ:function(a,d){return e[L(545)](a,d)},KepEm:function(a,d){return a|d},fwnvz:function(a,d){return a&d}};if(e[t(628)]!==t(1479))_0x44c11d-=65536,_0x3f04e7+=r[t(1314)](_0x571310,r.DyHgu(_0x27033d,10)+55296,r[t(592)](r.GqimD(1023,_0x2b9d52),56320)),_0xf7e0b3+=3;else{let a="",d=[],g=0,p=0,f=!0,y="0000";if(e.KYyRv(i.indexOf("::"),-1)){let b=i[t(1647)]("::");for(let D=0;e.iGoNU(D,b[t(926)]);D++){let G=b[D];if(e[t(1086)](G[t(1726)](":"),0)){let R=G[t(1647)](":");f&&(g=R[t(926)]),p+=R[t(926)];for(let z=0;e[t(890)](z,R[t(926)]);z++)if(R[z][t(926)]!==4){let ye=y[t(1206)+"g"](0,e[t(1399)](4,R[z][t(926)])),ve=ye.concat(R[z]);d.push(ve)}else d[t(1874)](R[z]);f=!1}else{if(e.RiADR(e[t(669)],e[t(1645)]))return t(1362)+"_"+this[t(1592)];if(e[t(1272)](4,G.length))if(e[t(1272)](e[t(1490)],e[t(1454)])){let R=y[t(1206)+"g"](0,e[t(1399)](4,G[t(926)])),z=R[t(1408)](G);d[t(1874)](z)}else _0x590c4b[_0x2f2166++]=r[t(1960)](_0x2eeb6b,18)&7|240,_0x58d1e8[_0x3fd8be++]=r.KepEm(r[t(596)](r.DyHgu(_0x453633,12),63),128);else d[t(1874)](G);f&&(g+=1),p+=1,f=!1}}let P="";for(let D=0;e[t(890)](D,e[t(1018)](8,p));D++)P=P[t(1408)](y);for(let D=0;D<d[t(926)];D++)D===g&&(a=a[t(1408)](P)),a=a[t(1408)](d[D]);return a}{let b=i.split(":");for(let P=0;P<b.length;P++){let D=b[P];if(e[t(1896)](4,b[P][t(926)])){let G=y[t(1206)+"g"](0,e[t(1399)](4,b[P][t(926)])),R=G[t(1408)](D);a=a[t(1408)](R)}else a=a[t(1408)](D)}return a}}}function w(i,t){let r=n,a={nKtkx:function(d,g){return d+g},Hnrrh:function(d,g){return e.ddKRc(d,g)},PzyMq:function(d,g){return e.mTUAD(d,g)},kfcgv:function(d,g){return e.TftEY(d,g)},gPRHf:function(d,g){return d&g},ttUCS:function(d,g){return d&g},JUzlZ:function(d,g){return d<g},DHhjC:function(d,g){return e[L(1591)](d,g)}};if(e.sILuL(e[r(1331)],e.HHxpK))_0x2ced4e=_0x174de7[a[r(799)](a.nKtkx(_0x6a78ee,_0xf72ced),1)],a[r(1260)](192&_0x168b0d,128)?_0x1c6884+=_0x33180e:(_0x59d7fe=a[r(1053)](a.kfcgv(a[r(1557)](31,_0x2607e6),6),a[r(1957)](63,_0x220411)),a[r(1318)](_0x3edb5f,128)?_0x3b5625+=_0x304dba:(_0x184da1+=a.DHhjC(_0x587560,_0x5d6b6f),_0x313d97++));else{let d=i[r(1837)];e[r(1711)](void 0,d)&&(e[r(1345)](V,t,10),e[r(1586)](fe,t,d));let g=i[r(1729)];e[r(1190)](void 0,g)&&(e[r(793)](V,t,18),fe(t,g))}}function _(i){let t=n,r={};e:for(;!de(i);){let a=e[t(1591)](Y,i);switch(e[t(886)](a,3)){case 0:break e;case 1:r[t(1837)]=e[t(1284)](Z,i,e.PMohN(Y,i));break;case 2:r[t(1729)]=e[t(1586)](Z,i,e[t(1445)](Y,i));break;default:e[t(1284)](X,i,7&a)}}if(e[t(587)](void 0,r.key))throw new Error(e.PmgiO);if(e[t(1257)](void 0,r[t(1729)]))throw new Error(t(861)+"required field: "+t(1729));return r}function S(i){let t=n,r=e[t(1870)](se);return e[t(1358)](T,i,r),e[t(1445)](he,r)}function T(i,t){let r=n,a={KYnfF:function(ve,be,wn){return e[L(640)](ve,be,wn)},lBZRS:function(ve,be){return ve(be)},swwNx:function(ve,be){return ve===be}},d=i[r(1154)];d!==void 0&&(e.mMoUj(V,t,8),W(t,d));let g=i[r(1680)];e.jwTuF(void 0,g)&&(e[r(723)](V,t,16),e[r(640)](W,t,g));let p=i[r(549)];e[r(1339)](void 0,p)&&(e[r(1660)](V,t,24),W(t,e[r(1445)](K,p)));let f=i[r(501)];e[r(1896)](void 0,f)&&(e.PtDQr(V,t,32),e[r(915)](W,t,e[r(1200)](K,f)));let y=i[r(1168)];if(e[r(1711)](void 0,y))for(let ve of y){V(t,42);let be=e[r(888)](se);w(ve,be),e[r(723)](V,t,be.limit),e[r(1284)](Ge,t,be),e.upKgy(oe,be)}let b=i[r(1293)+r(1035)];e[r(1718)](void 0,b)&&(e.vvbsb(e[r(1531)],e[r(1531)])?(e[r(700)](V,t,50),e[r(700)](fe,t,b)):(a[r(882)](_0x4aeeb4,_0x13f7da,32),a.KYnfF(_0xb0fda4,_0x1460d8,a[r(1945)](_0x3f63c4,_0x4d5459))));let P=i[r(728)+"ype"];e[r(1711)](void 0,P)&&(e[r(657)](V,t,58),e[r(568)](fe,t,P));let D=i.payload;e[r(1711)](void 0,D)&&(e.hBUXF(V,t,66),e.BTtWU(V,t,D[r(926)]),e[r(606)](_e,t,D));let G=i.LogIDNew;e[r(1718)](void 0,G)&&(e.sguZr(V,t,74),fe(t,G));let R=i[r(1308)+r(1661)];if(e[r(1280)](void 0,R)){if(e[r(1516)](r(1097),e[r(937)]))return a[r(1048)](0,this.high)&&a[r(1048)](0,this[r(785)]);V(t,82),e[r(715)](fe,t,R)}let z=i.msgID;e[r(1280)](void 0,z)&&(V(t,90),e[r(1345)](fe,t,z));let ye=i[r(1792)+"e"];ye!==void 0&&(e[r(1867)](V,t,96),e[r(1008)](W,t,e[r(1301)](K,ye)))}function I(i){let t=n;return e[t(1200)](C,e[t(1407)](De,i))}function C(i){let t=n,r={hWHwP:function(g,p,f,y){return e.JlYtU(g,p,f,y)}},a={};e:for(;!e[t(1693)](de,i);){let g=e.wsJav(Y,i);switch(e[t(886)](g,3)){case 0:break e;case 1:a[t(1154)]=ut(i,!0);break;case 2:a.LogID=e[t(1700)](ut,i,!0);break;case 3:a[t(549)]=e[t(1591)](Y,i);break;case 4:a[t(501)]=e[t(1301)](Y,i);break;case 5:if(e[t(883)]!==t(1999))for(var d in _0x41c31f)JaHkBm[t(716)](_0xc68223,_0x5cc3bd,d,{get:_0x5427ed[d],enumerable:!0});else{let p=e[t(1498)](H,i);(a[t(1168)]||(a[t(1168)]=[])).push(e[t(1407)](_,i)),i.limit=p;break}case 6:a[t(1293)+t(1035)]=e.woMSA(Z,i,e[t(1367)](Y,i));break;case 7:a["payloadT"+t(705)]=e[t(1639)](Z,i,e.CTxtq(Y,i));break;case 8:a[t(1860)]=M(i,e[t(1882)](Y,i));break;case 9:a[t(500)]=e[t(1345)](Z,i,e[t(1301)](Y,i));break;case 10:a[t(1308)+t(1661)]=e.XHqAj(Z,i,Y(i));break;case 11:a[t(1253)]=Z(i,e[t(1693)](Y,i));break;case 12:a[t(1792)+"e"]=Y(i);break;default:e.oUCFa(X,i,7&g)}}if(a[t(1154)]===void 0)throw new Error(e[t(627)]);if(e[t(711)](void 0,a.LogID))throw new Error(t(861)+t(1859)+t(783)+"LogID");if(a[t(549)]===void 0)throw new Error("Missing "+t(1859)+" field: "+t(549));if(e[t(582)](void 0,a.method))throw new Error(e[t(919)]);return a}function H(i){let t=n,r=e.ZdqrE(Y,i),a=i[t(1073)];return i[t(1073)]=e[t(1374)](i.offset,r),a}function X(i,t){let r=n;switch(t){case 0:for(;e.cBawU(128,e[r(1287)](te,i)););break;case 2:e.rdrVB(xe,i,e[r(1200)](Y,i));break;case 5:e[r(1660)](xe,i,4);break;case 1:e[r(1644)](xe,i,8);break;default:throw new Error(e[r(1374)](e[r(1020)],t))}}function K(i){let t=n;return e[t(588)](e[t(1863)],e[t(1863)])?(i|=0,{low:i,high:e[t(887)](i,31),unsigned:e[t(1757)](i,0)}):_0x1333b1[t(1381)+"oreNames"][1]?void 0:_0x2b3432[t(1381)+t(1727)](_0x517097[t(1381)+t(741)][0])}let J=[];function se(){let i=n,t=J[i(1709)]();return t?(t[i(900)]=t[i(1073)]=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function oe(i){let t=n,r={KlEkG:e[t(1872)],rlzaL:function(a,d,g){return e[t(1075)](a,d,g)}};e[t(1990)](e.GQTsG,e.GQTsG)?this.emit(r[t(648)],r[t(1625)](_0x33e6a6,t(836),{message:this[t(1120)+"rrorMess"+t(986)](_0x186516)})):J[t(1874)](i)}function De(i){return{bytes:i,offset:0,limit:i[n(926)]}}function he(i){let t=n,r=i[t(513)],a=i[t(1073)];return e[t(588)](r.length,a)?r:r.subarray(0,a)}function xe(i,t){let r=n;if(e.jWloT(e.NWtmo(i[r(900)],t),i[r(1073)]))throw new Error(r(1473)+r(1087));i[r(900)]+=t}function de(i){let t=n;return e.bnRhw(e[t(1299)],e[t(1812)])?rXZKZl.vepvj(typeof _0x83e1ff,rXZKZl[t(1448)])?rXZKZl.ltFna(_0xb76fb3,_0x34f0b8):(rXZKZl[t(1455)](_0x51ca67,_0x97e01b)&&_0x5eee2a(_0x2530c4),_0x567e7e(_0x64c60,rXZKZl[t(1003)](_0x5c3ca0))?new _0x1b656a(_0x44d121,_0x446052):_0x389777):e[t(1325)](i[t(900)],i[t(1073)])}function A(i,t){let r=n;if(e[r(1718)](e.sbseH,e.BxlDT)){let a=i.bytes,d=i[r(900)],g=i.limit,p=e[r(586)](d,t);if(p>a.length){let f=new Uint8Array(e.GMQrE(2,p));f[r(1496)](a),i[r(513)]=f}return i[r(900)]=p,e[r(1983)](p,g)&&(i[r(1073)]=p),d}else try{this[r(1948)]?.close(),this._qosDB=void 0}catch(a){_0x3a651e[r(1634)](a)}}function N(i,t){let r=n;if(e[r(1990)](e[r(1393)],e[r(1923)])){let a=i[r(900)];if(e.BwYPr(a+t,i.limit))throw new Error(e[r(1499)]);return i.offset+=t,a}else return this[r(1536)+r(961)+r(1178)](_0x2af93f),e.AYCtF(_0x4dca9c)}function M(i,t){let r=n,a=e[r(1779)](N,i,t);return i[r(513)][r(1655)](a,a+t)}function _e(i,t){let r=n,a=e[r(1660)](A,i,t[r(926)]);i[r(513)][r(1496)](t,a)}function Z(i,t){let r=n,a=e[r(1660)](N,i,t),d=String[r(1653)+r(776)],g=i[r(513)],p="\uFFFD",f="";for(let y=0;e[r(1489)](y,t);y++){let b=g[e.AFleH(y,a)],P,D,G,R;e[r(616)](128&b,0)?f+=d(b):e[r(1002)](e[r(850)](224,b),192)?e[r(860)](e[r(1374)](y,1),t)?f+=p:(P=g[e[r(963)](e[r(1484)](y,a),1)],e[r(1718)](e[r(850)](192,P),128)?f+=p:(R=e[r(623)](e[r(1360)](e[r(770)](31,b),6),e[r(1599)](63,P)),e[r(890)](R,128)?f+=p:(f+=d(R),y++))):e[r(850)](240,b)==224?e[r(1319)](e[r(586)](y,2),t)?f+=p:(P=g[y+a+1],D=g[e[r(586)](e[r(963)](y,a),2)],(e[r(623)](P,e[r(1583)](D,8))&49344)!==32896?f+=p:(R=e[r(1157)](e.vniOX(e[r(1636)](e.ozQyi(15,b),12),e.pBFgf(e[r(1599)](63,P),6)),e[r(1106)](63,D)),e[r(789)](R,2048)||e[r(1236)](R,55296)&&R<=57343?f+=p:e[r(863)](e[r(739)],e[r(739)])?(_0x5b12f7[r(758)][r(1740)+"ild"](_0x41be45),_0x1d512b[r(1362)+"JSONP"]=void 0,e[r(534)](_0x2cc585,_0x1c2561&&_0x100536[r(1566)]||e[r(1210)])):(f+=d(R),y+=2))):e[r(786)](e[r(770)](248,b),240)?e[r(736)](e[r(709)](y,3),t)?f+=p:e[r(1487)]!==e.ZMMwx?(P=g[e[r(709)](e[r(1248)](y,a),1)],D=g[e[r(1891)](y+a,2)],G=g[e[r(1484)](e[r(1011)](y,a),3)],(e[r(579)](e.wWXgJ(P,e[r(1398)](D,8)),e.TftEY(G,16))&12632256)!==8421504?f+=p:(R=e[r(932)](e[r(744)](e[r(1989)](e[r(1194)](7&b,18),e[r(1692)](e[r(850)](63,P),12)),e.YAaha(e[r(925)](63,D),6)),e[r(770)](63,G)),e[r(789)](R,65536)||e[r(724)](R,1114111)?f+=p:(R-=65536,f+=d((R>>10)+55296,e[r(963)](e.uuVuU(1023,R),56320)),y+=3))):(this[r(845)]=!0,this._connect()):f+=p}return f}function fe(i,t){let r=n,a=t[r(926)],d=0;for(let f=0;f<a;f++){if(e.LdyoE==="RVIbK")return this[r(659)].binaryType;{let y=t[r(917)+"At"](f);y>=55296&&e[r(1978)](y,56319)&&e[r(1489)](e.OXWwd(f,1),a)&&(y=e[r(1399)]((y<<10)+t[r(917)+"At"](++f),56613888)),d+=e.rnTXw(y,128)?1:e[r(1924)](y,2048)?2:e[r(1924)](y,65536)?3:4}}e[r(784)](V,i,d);let g=A(i,d),p=i.bytes;for(let f=0;f<a;f++)if(e[r(588)](e[r(1797)],r(1648))){let y=t[r(917)+"At"](f);y>=55296&&y<=56319&&e[r(980)](e[r(660)](f,1),a)&&(y=e[r(1327)](e[r(946)](e[r(1583)](y,10),t[r(917)+"At"](++f)),56613888)),e[r(1953)](y,128)?p[g++]=y:(y<2048?p[g++]=e[r(774)](y,6)&31|192:(e[r(1195)](y,65536)?p[g++]=e.LAFze(e[r(1415)](e[r(774)](y,12),15),224):(p[g++]=e[r(1126)](e[r(1909)](e[r(538)](y,18),7),240),p[g++]=e[r(1989)](e[r(1400)](e[r(1846)](y,12),63),128)),p[g++]=e.nEGFQ(y>>6&63,128)),p[g++]=e[r(866)](e[r(1106)](63,y),128))}else{let y=(r(1988)+"3|5")[r(1647)]("|"),b=0;for(;;){switch(y[b++]){case"0":_0x3be542[_0x5099b3++]=e[r(579)](e.NxFrC(_0xb8f323,18),240);continue;case"1":_0x524d69=e.ACfRT(e[r(1386)](65536,e[r(1398)](e[r(1909)](1023,_0x27e17c),10)),e[r(1106)](1023,_0x4f92e5));continue;case"2":++_0x2aca64;continue;case"3":_0x762387[_0x4f9796++]=e[r(932)](e.GQkfG(e[r(1846)](_0x2ad568,6),63),128);continue;case"4":_0x3dc5a4[_0x51de52++]=e[r(1580)](_0x196e52>>12,63)|128;continue;case"5":_0x4fe762[_0x61fc8e++]=e[r(608)](63&_0x210dda,128);continue}break}}}function Ge(i,t){let r=n,a=e[r(765)](A,i,t[r(1073)]),d=i.bytes,g=t.bytes;for(let p=0,f=t[r(1073)];e[r(789)](p,f);p++)d[e[r(1123)](p,a)]=g[p]}function te(i){let t=n;return i[t(513)][e[t(1700)](N,i,1)]}function Ze(i,t){let r=n,a=e[r(1284)](A,i,1);i.bytes[a]=t}function Y(i){let t=n,r=0,a=0,d;do e[t(577)]===e.nyIvI?(_0x199366=_0x2feead(_0x1530a8),_0x64dc6e|=e[t(1108)](e[t(1106)](127,_0x50f9fb),7)):(d=e[t(1438)](te,i),e.LTfJu(r,32)&&(a|=e[t(1994)](127,d)<<r),r+=7);while(e[t(1631)](128,d));return a}function V(i,t){let r=n;for(t>>>=0;e[r(736)](t,128);)e[r(809)](Ze,i,e[r(1400)](127,t)|128),t>>>=7;e[r(756)](Ze,i,t)}function ut(i,t){let r=n,a={puaBl:function(d,g){return e[L(1365)](d,g)},QXOAK:function(d,g){return e[L(1111)](d,g)},ZPMaP:function(d,g){return d|g},PCrhA:function(d,g){return d|g},ttbcU:function(d,g){return e[L(1830)](d,g)},Guqeg:function(d,g){return e[L(579)](d,g)},jIFZt:function(d,g){return e.YAaha(d,g)}};if(e[r(1696)]===e[r(1696)]){let d=0,g=0,p=0,f;if(f=e.aStTx(te,i),d=e.ImKnu(127,f),128&f&&(f=e[r(1705)](te,i),d|=e[r(693)](127&f,7),e.ImKnu(128,f)&&(f=e[r(1610)](te,i),d|=e[r(1692)](e[r(1824)](127,f),14),e[r(1415)](128,f)&&(f=e[r(1778)](te,i),d|=e[r(806)](e[r(1715)](127,f),21),e[r(1054)](128,f)))))if(e[r(1552)](e[r(1831)],e.kLYre))f=e[r(1301)](te,i),g=127&f,e[r(1715)](128,f)&&(f=e[r(534)](te,i),g|=e[r(1070)](e[r(889)](127,f),7),128&f&&(f=te(i),g|=e[r(693)](e[r(1956)](127,f),14),e.ozQyi(128,f)&&(f=e[r(1254)](te,i),g|=(127&f)<<21,e[r(1400)](128,f)&&(f=te(i),p=e[r(528)](127,f),e[r(1630)](128,f)&&(f=e[r(1946)](te,i),p|=e[r(1437)](e[r(1956)](127,f),7))))));else return(this[r(754)+"rs"][_0x3d2711]||(this._listeners[_0x371a02]=[]))[r(1874)]({fn:_0x48e9f0,ctx:_0x433d09||this}),this;return{low:e.mTUAD(d,e[r(1583)](g,28)),high:e[r(608)](e[r(1111)](g,4),p<<24),unsigned:t}}else return a.puaBl(_0x38c59d,_0x267b3b)?_0x53dbbf:new _0x5364eb(a[r(1888)](a[r(1971)](a[r(1109)](a.PCrhA(_0x3384b7.call(_0x1a36f0,0),_0x156707.call(_0x1c12b3,1)<<8),a[r(858)](_0x27edcd[r(1993)](_0x42c348,2),16)),_0x322679.call(_0x39506f,3)<<24),0),a[r(1888)](a[r(1491)](a.Guqeg(_0x247a2c[r(1993)](_0x159860,4)|a.ttbcU(_0x30bb73.call(_0x178914,5),8),a[r(858)](_0x21aac9[r(1993)](_0x1739ef,6),16)),a.jIFZt(_0x3ba9dd[r(1993)](_0x417121,7),24)),0),!0)}function W(i,t){let r=n,a=e[r(1111)](t.low,0),d=e[r(886)](e[r(1989)](t[r(785)]>>>28,e[r(535)](t[r(1032)],4)),0),g=e[r(1111)](t[r(1032)],24),p=g===0?d===0?e.QvBSY(a,16384)?a<128?1:2:e[r(1720)](a,2097152)?3:4:e[r(661)](d,16384)?e[r(980)](d,128)?5:6:e[r(789)](d,2097152)?7:8:g<128?9:10,f=A(i,p),y=i[r(513)];switch(p){case 10:y[e[r(1386)](f,9)]=e[r(1324)](e[r(886)](g,7),1);case 9:y[f+8]=e.mfgwu(9,p)?e.vniOX(128,g):e.oPywN(127,g);case 8:y[e.KFiWu(f,7)]=e[r(803)](8,p)?e[r(1751)](e[r(949)](d,21),128):e[r(1340)](e[r(795)](d,21),127);case 7:y[f+6]=e.TvHUY(7,p)?e.ZFSVb(e[r(886)](d,14),128):e[r(795)](d,14)&127;case 6:y[e[r(843)](f,5)]=e.OyDCv(6,p)?e[r(608)](e[r(949)](d,7),128):e[r(920)](e[r(1111)](d,7),127);case 5:y[e[r(1658)](f,4)]=e[r(1524)](5,p)?e[r(1751)](128,d):e.cBawU(127,d);case 4:y[e[r(984)](f,3)]=e[r(1718)](4,p)?e[r(1157)](e[r(949)](a,21),128):e[r(1857)](e.YgpoN(a,21),127);case 3:y[f+2]=e.ApSLj(3,p)?e[r(1958)](a,14)|128:e[r(1630)](e[r(1753)](a,14),127);case 2:y[e[r(660)](f,1)]=e[r(692)](2,p)?a>>>7|128:e[r(674)](a>>>7,127);case 1:y[f]=e[r(692)](1,p)?e.cfZeZ(128,a):e[r(1054)](127,a)}}function _t(i){return e[n(942)](I,i)}function ne(i){return e[n(857)](S,i)}let yt=65536,me=e.fwTzt,vt=e[n(1913)](yt,yt),$i=e[n(1674)](vt,vt),Ji=e[n(539)]($i,2),Qe=String[n(1e3)+"e"].charCodeAt;class j{constructor(t,r,a){let d=n;this.isLong=!0,this.low=e.vyFCA(0,t),this[d(1032)]=0|r,this[d(572)]=!!a}static[n(679)](t){let r=n;return t&&e[r(1695)](!0,t[r(679)])}static[n(1814)](t,r,a){return new j(t,r,a)}static fromBytes(t,r,a){let d=n;return a?j[d(626)+d(675)](t,r):j[d(626)+d(1118)](t,r)}static["fromByte"+n(675)](t,r){let a=n;return new j(e[a(1061)](e[a(662)](t[0],e[a(856)](t[1],8))|e[a(1108)](t[2],16),e.xwPDN(t[3],24)),e[a(983)](e.wWXgJ(e[a(639)](t[4],t[5]<<8),e[a(1337)](t[6],16)),e[a(1692)](t[7],24)),r)}static[n(626)+n(1118)](t,r){let a=n;return new j(e[a(662)](e[a(662)](e[a(856)](t[4],24),t[5]<<16),e[a(554)](t[6],8))|t[7],e[a(878)](e[a(662)](e[a(608)](e[a(1337)](t[0],24),e[a(693)](t[1],16)),t[2]<<8),t[3]),r)}static fromHash(t){let r=n;return e.UFSrO(t,me)?Vi:new j(e[r(1111)](e.CAjJS(e[r(1507)](e[r(613)](Qe.call(t,0),e[r(856)](Qe[r(1993)](t,1),8)),e.ybCaO(Qe[r(1993)](t,2),16)),e[r(693)](Qe[r(1993)](t,3),24)),0),e[r(639)](e[r(666)](e[r(591)](Qe[r(1993)](t,4),Qe[r(1993)](t,5)<<8),e[r(703)](Qe[r(1993)](t,6),16)),e.zfHSN(Qe[r(1993)](t,7),24))>>>0,!0)}[n(1244)](){let t=n;return String[t(1653)+t(776)](e[t(1405)](255,this[t(785)]),e.JXUQO(e.JqXgk(this[t(785)],8),255),e.ubPCs(e[t(645)](this[t(785)],16),255),this.low>>>24,e[t(732)](255,this[t(1032)]),e.BAxgV(this[t(1032)],8)&255,e[t(1350)](e[t(886)](this[t(1032)],16),255),e[t(1111)](this[t(1032)],24))}static[n(1681)+"er"](t,r=!0){let a=n;if(isNaN(t))return r?Uc:Vi;if(r){if(t>=$i)return Hc}else{if(e.uDSAu(t,-Ji))return Kc;if(e.UXjYn(e[a(775)](t,1),Ji))return qc}return j.fromBits(t%vt|0,e[a(1758)](t,vt)|0,r)}[n(1444)](){let t=n;return this[t(572)]?e[t(946)]((this[t(1032)]>>>0)*vt,e[t(1707)](this.low,0)):e.TuYDu(this[t(1032)],vt)+(this.low>>>0)}[n(1682)](){let t=n;if(e[t(1002)](e[t(636)],e[t(636)]))return e[t(1365)](0,this[t(1032)])&&e.rCBst(0,this[t(785)]);this.on(_0xeccf0d,_0x917c0a)}[n(1839)](t){let r=n;if(e[r(1848)]===e[r(1949)])_0x1baf25=e[r(1126)]((31&_0x535fb8)<<6,e[r(1346)](63,_0x326b60)),e[r(924)](_0x810094,128)?_0x206142+=_0x20bd9b:(_0x5177e0+=e.LHWru(_0x3ab825,_0xa971c1),_0x2de08b++);else{j.isLong(t)||(t=j.fromNumber(t));let a=e[r(645)](this.high,16),d=e[r(1307)](65535,this.high),g=e.ZwuAA(this[r(785)],16),p=e[r(1106)](65535,this.low),f=e[r(1268)](t[r(1032)],16),y=e[r(528)](65535,t.high),b=e[r(1773)](t[r(785)],16),P=e[r(1340)](65535,t[r(785)]),D=0,G=0,R=0,z=0;return z+=e[r(1590)](p,P),R+=z>>>16,z&=65535,R+=e[r(1390)](g,b),G+=R>>>16,R&=65535,G+=d+y,D+=e.IeIef(G,16),G&=65535,D+=e[r(1612)](a,f),D&=65535,j[r(1814)](e[r(1194)](R,16)|z,e[r(1105)](e.FNGJg(D,16),G),this[r(572)])}}[n(1135)](t){let r=n;return j[r(679)](t)||(t=j[r(1681)+"er"](t)),e.Okcak(this[r(572)],t[r(572)])&&e[r(1552)](e[r(1452)](this[r(1032)],31),1)&&e[r(587)](e.sAlTM(t[r(1032)],31),1)?!1:this.high===t[r(1032)]&&e[r(975)](this[r(785)],t[r(785)])}addOne(){let t=n;return e.sILuL(e[t(874)],e[t(701)])?this.low===-1&&e[t(1552)](-1,this[t(1032)])?j[t(1814)](0,0,this[t(572)]):e[t(1365)](-1,this[t(785)])?j[t(1814)](0,e[t(737)](this[t(1032)],1),this[t(572)]):j[t(1814)](e[t(946)](this[t(785)],1),this.high,this.unsigned):this[t(572)]?e[t(1461)](e[t(1069)](e.QObpH(this[t(1032)],0),_0x3fe64d),e[t(1958)](this.low,0)):e[t(1123)](e.NoIuu(this[t(1032)],_0x414de3),e[t(1465)](this.low,0))}[n(1493)](t){let r=n;if(e[r(1257)](e[r(1156)],e[r(1156)]))return t?this.toBytesLE():this[r(1255)+"E"]();_0x186d19[r(1931)]=_0x4840cf[r(989)]()[r(981)](()=>(_0x53d62b(),_0x15f47f))[r(981)](function(a){return a})}[n(1573)+"E"](){let t=n,r=this.high,a=this[t(785)];return[e[t(1263)](255,a),e[t(1630)](e[t(1707)](a,8),255),e[t(684)](e[t(976)](a,16),255),e[t(508)](a,24),e[t(504)](255,r),e[t(514)](e[t(1707)](r,8),255),e[t(1221)](r>>>16,255),e[t(1827)](r,24)]}[n(1255)+"E"](){let t=n,r=this[t(1032)],a=this[t(785)];return[e.RvYYn(r,24),e[t(762)](r,16)&255,e[t(889)](e[t(1389)](r,8),255),e[t(908)](255,r),e.lsABl(a,24),e.eInxw(a>>>16,255),e[t(889)](e[t(949)](a,8),255),e[t(694)](255,a)]}}let Vi=new j(0,0,!1),Uc=new j(0,0,!0),qc=j.fromBits(-1,2147483647,!1),Hc=j[n(1814)](-1,-1,!0),Kc=j[n(1814)](0,-2147483648,!1);var et=(function(i){let t=n,r=e[t(1742)][t(1647)]("|"),a=0;for(;;){switch(r[a++]){case"0":i[i[e[t(1508)]]=5002]=e[t(1508)];continue;case"1":i[i[e[t(1535)]]=5001]=e[t(1535)];continue;case"2":i[i[e[t(1363)]]=5005]=e.qOLze;continue;case"3":i[i[e.gCfxS]=5004]=e.gCfxS;continue;case"4":return i;case"5":i[i[e[t(604)]]=5003]=e.vmWlo;continue}break}})({});class bt{constructor(t){let r=n;this[r(1962)]=t,this[r(1245)]=null}}class Yi extends bt{constructor(t,r){let a=n;if(e[a(1896)]("uTlhD",e[a(1669)]))return this[a(1948)][a(1302)];super(t),this[a(1503)]=r&&r.message||null}}class Xi extends bt{constructor(t,r){let a=n,d={MQGms:e[a(1807)]};if(e[a(1759)](a(567),e[a(965)])){let g=this[a(1162)+a(1686)]?.[a(571)+a(1159)+"nt"]();this._debug(a(1548)+g+" timeout"),this[a(870)+a(1403)](1001,d.MQGms,!0)}else super(t),this[a(836)]=r&&r[a(836)]||null,this[a(1494)]=r&&r[a(1494)]||0,this[a(742)]=r&&r[a(742)]||"",this[a(1036)]=r&&r.lineno||0,this[a(1503)]=r&&r.message||"",this[a(1158)]=r&&r[a(1158)]||5001}}class Zi extends bt{constructor(t,r){let a=n,d=e.LmNGx.split("|"),g=0;for(;;){switch(d[g++]){case"0":this["willReco"+a(1435)]=r&&r[a(1864)+a(1435)]||!1;continue;case"1":this.reason=r&&r[a(1098)]||"";continue;case"2":super(t);continue;case"3":this[a(1730)]=r&&r[a(1730)]||!1;continue;case"4":this[a(1158)]=r&&r[a(1158)]||0;continue}break}}}class Qi extends bt{constructor(t,r){let a=n;if(e[a(573)](e[a(798)],e[a(798)]))super(t),this.data=r&&r[a(1349)]||null;else try{this[a(902)]&&this[a(902)][a(1806)](_0x1cda56,_0x57cc29)}catch{}}}class es extends Qi{constructor(t,r){let a=n;super(t),this[a(1349)]=r&&r[a(1349)]||null,this[a(1503)]=r&&r.message||null}}class ts extends bt{constructor(t,r){let a=n,d={JlOMS:e.aYQoz};e[a(826)](e[a(1818)],e[a(1818)])?this[a(905)](d[a(1107)],_0x2eec6d(a(1806),{..._0x284428})):(super(t),this[a(1349)]=r&&r[a(1349)]||null)}}function Ce(i,{message:t,code:r,error:a}){return new Xi(i,{message:t,code:r,error:a})}function Re(i,{code:t,reason:r,wasClean:a,willReconnect:d}){let g=n;return e.vtVwA(e.okvST,g(1222))?new Zi(i,{code:t,reason:r,wasClean:a,willReconnect:d}):this[g(659)][g(1169)]}function ns(i,{data:t,message:r}){return new es(i,{data:t,message:r})}function rs(i,{data:t}){return new ts(i,{data:t})}function Nr(i,{message:t}){let r=n;if(r(1425)==="Wlidp")return new Yi(i,{message:t});{let a=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[r(1534)](_0xbd20e0),d=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[r(1534)](_0x14f6be);return a?_0x62e44b(_0x314604):d?e[r(767)](_0x16eb4c,_0xfad93):e[r(1045)]}}class is{constructor(t,r){let a=n;this.endpoints=t,this.maxRetries=r,this[a(851)+a(1246)]=0,this[a(1598)+a(1315)+a(1413)+"t"]=0}[n(1447)+n(1392)+n(1141)](){let t=n;e.rCBst(t(1784),e[t(859)])?(this[t(851)+"ndex"]=0,this[t(1598)+"ndpointT"+t(1413)+"t"]=0):(this["_miniNav"+t(638)+"line"]=_0x585ba0,_0x32c9c2?this[t(1821)+t(1122)]():this[t(1821)+"ffLine"]())}[n(553)+"es"](){let t=n,r={iVvgL:function(a,d){return e[L(1619)](a,d)}};if(e.rBvCk!==e[t(1922)]){let a=GIpnVi[t(1933)](_0x399dac,_0x42f3cd),d=_0x421c54.limit;return _0x170e94[t(1073)]=_0xb569d1[t(900)]+a,d}else this[t(1598)+t(1315)+"riesCount"]=0}[n(571)+n(1159)+"nt"](){let t=n,r={SCZPg:function(a,d){return a<d},XflUK:function(a,d){return e.KYyRv(a,d)},yhBsN:function(a,d){return e[L(1539)](a,d)},FlwUZ:function(a,d){return a>d},fDyOE:function(a,d){return a+d},TyJig:function(a,d){return a&d},SFQCl:function(a,d){return e.wKeJs(a,d)},Hjbug:function(a,d){return e[L(1291)](a,d)},Ekxtk:function(a,d){return e[L(1809)](a,d)}};if(e[t(692)](t(1298),e[t(1133)]))return this[t(1217)+"s"][this["currentI"+t(1246)]];{let a=r.Hjbug(_0x2ce500,8192),d=r[t(1216)](a,1),g=null,p=a;return function(f){let y=t;if(r[y(1371)](f,1)||r.XflUK(f,d))return r.yhBsN(_0x375f64,f);r[y(1663)](r[y(1173)](p,f),a)&&(g=r[y(1429)](_0x564853,a),p=0);let b=_0x5928c5[y(1993)](g,p,p+=f);return r.TyJig(7,p)&&(p=r[y(1173)](r.SFQCl(7,p),1)),b}}}["getCurrentEndpointTriesC"+n(510)](){let t=n;return this["currentE"+t(1315)+t(1413)+"t"]}[n(1019)+n(733)+"es"](){let t=n;return!!(e[t(810)](this[t(851)+t(1246)],this[t(1217)+"s"].length)||e[t(1365)](this[t(851)+t(1246)],e[t(1327)](this[t(1217)+"s"][t(926)],1))&&this["currentE"+t(1315)+t(1413)+"t"]===this[t(1316)+"es"])}[n(1633)+n(773)+n(1795)+n(1460)+"tries"](){let t=n;return this["currentI"+t(1246)]==this.endpoints[t(926)]?!0:e[t(1472)](this["currentE"+t(1315)+t(1413)+"t"],this.maxRetries)}["replaceBackupEnd"+n(1188)+n(1517)+n(1786)](){let t=n;return this["currentE"+t(1315)+t(1413)+"t"]=1,this[t(851)+"ndex"]++,this[t(1217)+"s"][this[t(851)+t(1246)]]}["getCurre"+n(1159)+"ntAndUpdateCount"](){let t=n;return this[t(1598)+"ndpointTriesCount"]++,this[t(571)+t(1159)+"nt"]()}}let St=(e[n(1256)](e[n(1083)],typeof globalThis)&&e[n(522)]("Window",globalThis["construc"+n(1629)][n(1017)])||e.kiLXD!=typeof window&&e[n(1973)](e.hpHUM,window[n(1370)+n(1629)][n(1017)]))&&e[n(1023)](e[n(1083)],typeof document),ft=e[n(1023)](n(1550)+"d",typeof globalThis)&&(e[n(1670)](n(735),globalThis[n(1370)+n(1629)][n(1017)])||e[n(1002)](e[n(505)],globalThis[n(1370)+n(1629)][n(1017)]))&&typeof tt<"u",jt=(e.HIDLI(e[n(1083)],typeof globalThis)&&e.rCBst(e[n(997)],globalThis[n(1370)+n(1629)][n(1017)])||e.mZluC(n(1550)+"d",typeof globalThis)||e.OzcVl(e.kiLXD,typeof globalThis)&&!!globalThis[n(1717)+"Bridge"])&&e.OzcVl(e[n(1083)],typeof wx),Wt=e[n(502)](e[n(1083)],typeof globalThis)&&(e[n(1869)](e[n(505)],globalThis[n(1370)+n(1629)].name)||e.NBxti===globalThis[n(1370)+n(1629)][n(1017)]||e[n(1562)](e[n(869)],globalThis[n(1370)+n(1629)][n(1017)]))&&e[n(1256)](e[n(1083)],typeof self),Gc=e.HXVyp(n(1550)+"d",typeof globalThis)&&e[n(997)]===globalThis[n(1370)+n(1629)].name&&e.kiLXD!=typeof global&&e[n(1310)](e.MJIEd,global[n(1370)+"tor"][n(1017)])&&e[n(1083)]!=typeof process&&!!process.version;class Or{constructor(){this._listeners={}}emit(t,...r){let a=n;if(e.KIguZ(e[a(1533)],a(1889)))return!!_0x483fc7?.[a(1080)](d=>d.key===_0x1668cf&&d[a(1729)]===_0x3e5b83);{let d=this[a(754)+"rs"][t];if(d)d.slice()[a(1604)](g=>g.fn[a(625)](g[a(1678)],r));else if(e[a(1695)](e[a(1872)],t)&&!this.onerror){let g=r[a(926)]&&r[0];if(e[a(1004)](g,Error))throw g;let p=new Error(e[a(1458)](e.CUyYz,g?e[a(1461)](e.AFleH(" (",g.message),")"):""));throw p.context=g,g}return this}}off(t,r){let a=n;if(t===void 0)this[a(754)+"rs"]={};else if(e[a(1421)](void 0,r))this._listeners[t]=null;else{let d=this[a(754)+"rs"][t];if(d)for(let g=0;e[a(1247)](g,d.length);)e[a(1928)](d[g].fn,r)?d[a(1038)](g,1):++g}return this}on(t,r,a){let d=n;if(e[d(1577)]===e.sCmci)this[d(1962)]=_0x4659bc,this[d(1245)]=null;else return(this[d(754)+"rs"][t]||(this[d(754)+"rs"][t]=[]))[d(1874)]({fn:r,ctx:a||this}),this}}class jc extends Or{_formatErrorMessage(t){let r=n;return t[r(796)]||t.errNo?(r(1547)+" "+(t[r(796)]||"")+" code: "+(t[r(804)]||"")).trim():JSON[r(1906)+"y"](t)}constructor(t,r,a){let d=n;super(),this[d(659)]=null,jt&&wx[d(656)+"ocket"]&&(this[d(659)]=wx[d(656)+d(682)]({url:t,protocols:r,header:a,fail:this["_createSocketFai"+d(790)].bind(this),success:this[d(1810)+d(614)+d(1941)+d(1208)][d(1856)](this)})),ft&&tt["connectS"+d(682)]&&(this[d(659)]=tt.connectSocket({url:t,protocols:r,header:a,fail:this[d(1810)+d(1440)+d(790)].bind(this),success:this[d(1810)+d(614)+d(1941)+d(1208)].bind(this)}))}[n(1810)+n(614)+n(1941)+n(1208)](){let t=n;Promise[t(989)]()[t(981)](()=>{this["_addWsLi"+t(1411)]()})}[n(1810)+n(1440)+n(790)](t){let r=n;if(e[r(582)](e[r(1149)],r(1788)))Promise[r(989)]()[r(981)](()=>{let a=r,d=e[a(1125)](Ce,e[a(1872)],{message:this[a(1120)+"rrorMessage"](t)});this[a(905)](e[a(1872)],d);let g=e[a(1196)](Re,e[a(1078)],{reason:this[a(1120)+a(1672)+"age"](t)});this[a(905)](e.aYQoz,g)});else return _0x9598a8|=0,{low:_0x26b508,high:_0x214c32>>31,unsigned:_0x732aa1>=0}}["_addWsLi"+n(1411)](){let t=n,r={rZrEh:function(a,d){return e[L(1828)](a,d)},GHDVr:"close",XDwVR:function(a,d,g){return e[L(1127)](a,d,g)},PBaIO:t(1503),GFlnO:function(a,d){return e[t(616)](a,d)},HhspV:e[t(1432)],zgOto:function(a,d,g){return a(d,g)},dKnMi:t(836)};this._socket.onOpen(a=>{let d=t;if(e[d(1516)](d(1240),e[d(647)])){let g=this["_message"+d(1273)].reduce((p,f)=>(p+=f&&f[d(1613)+"th"]||0,p),0);return r[d(971)](g,this[d(902)]?this[d(902)]["buffered"+d(923)]:0)}else this[d(905)](e[d(1955)],e.wfhtd(rs,e.HdEZC,{...a,data:a.errMsg||""}))}),this._socket[t(1289)](a=>{let d=t;this[d(905)](r[d(677)],r[d(1380)](Re,r[d(677)],{...a}))}),this[t(659)][t(552)+"e"](a=>{this[t(905)](r.PBaIO,ns(r.PBaIO,{...a}))}),this._socket[t(1766)](a=>{let d=t;r.GFlnO(d(1959),r[d(936)])?(this[d(1592)]=_0x117c69,this[d(1383)]=_0x47a7d2,this[d(1948)]=_0x569838):this.emit(d(836),r[d(1330)](Ce,r[d(1359)],{...a,message:a[d(796)]||""}))})}[n(1264)](t){let r=n,a={cKYgt:function(d,g,p){return e[L(715)](d,g,p)},crwnV:e[r(1872)]};if(e.mtHma(t,Uint8Array)){let d=t[r(1620)][r(509)](t[r(879)+"et"],e.prOIk(t.byteLength,t[r(879)+"et"]));this._socket&&this[r(659)].send({data:d,fail:g=>{let p=r;this[p(905)](p(836),a.cKYgt(Ce,p(836),{message:this["_formatE"+p(1672)+p(986)](g)}))}})}else this[r(659)]&&this[r(659)][r(1264)]({data:t,fail:d=>{let g=r;this[g(905)](a[g(1423)],a.cKYgt(Ce,a[g(1423)],{message:this[g(1120)+g(1672)+"age"](d)}))}})}[n(1806)](t,r){this[n(659)]&&this._socket.close({code:t,reason:r})}["addEvent"+n(594)](t,r){this.on(t,r)}[n(1798)+n(1395)+n(1441)](t,r){let a=n;if(e[a(1552)](e[a(1897)],e[a(533)])){let d=this[a(1948)][a(1851)+a(698)](this[a(590)]),g=_0x197730[a(1066)](e.LmCJD(d,"{}"));return g[_0x138354]=void 0,this[a(1948)][a(1652)+"geSync"](this[a(590)],_0x46111b[a(1906)+"y"](g))}else this[a(726)](t,r)}get readyState(){let t=n;return this[t(659)][t(1876)+"te"]}get binaryType(){let t=n;return this._socket[t(1478)+"pe"]}set[n(1478)+"pe"](t){}get[n(1169)](){let t=n;if(e[t(1886)](e.AtFHF,e[t(1418)]))return this[t(659)][t(1169)];_0x17fc36+=e[t(1703)](_0x1ed0ef,_0x27c9ba),_0x42f34f++}get[n(595)](){let t=n;return this._socket[t(595)]}get[n(1541)+"ns"](){let t=n;return this[t(659)][t(1541)+"ns"]}get[n(1597)+"Amount"](){let t=n;if(e.SHkJm(t(1640),"eEyhT"))e[t(1586)](_0x3b3729,_0x49b401,127&_0x474c53|128),_0x18ca36>>>=7;else return 0}}function Wc(i,t){let r=n;if(t)return new t(i[r(1169)],i[r(595)]);if(e[r(1262)](jt,ft))return new jc(i[r(1169)],i[r(595)],i.headers);if(e[r(1262)](St,Wt)&&e.neCWa(e[r(1083)],typeof WebSocket)&&WebSocket)return new WebSocket(i.url,i[r(595)+"s"])}function $c(i){let t=n,r=e[t(1892)][t(1647)]("|"),a=0;for(;;){switch(r[a++]){case"0":if(jt&&wx[t(656)+t(682)])return!0;continue;case"1":if(i)return!0;continue;case"2":if(ft&&tt[t(656)+t(682)])return!0;continue;case"3":return!1;case"4":if((St||Wt)&&e[t(1083)]!=typeof WebSocket&&WebSocket)return!0;continue}break}}function ss(i,t,r){let a=n,d=-1;async function g(p){let f=L;return e[f(1181)](p,d)?Promise.reject(new Error(e[f(871)])):(d=p,p===r.length?Promise[f(989)]():r[p][f(1856)](i)(t,g.bind(null,p+1)))}e[a(1591)](g,0)}function os(i){let t=n,r={lUItN:e.ztmOL,foeZi:t(928),CAGcu:e.FGoSK},a=0,d=0;for(let g=0;g<i[t(926)];++g)e[t(573)](e[t(899)],e.dgOfL)?(!_0x1d78f0[t(629)+"d"]&&(this._isBrowser&&_0x5e7989["removeEv"+t(1395)+t(1441)](r.lUItN,this[t(1624)+"ageHide"]),this._isBrowser&&_0x514a2e[t(1798)+"entListe"+t(1441)](r[t(2001)],this[t(1624)+t(719)]),this[t(1806)]()),this[t(743)+"er"]&&_0x4c4a11[t(1798)+t(1395)+t(1441)](t(1861),this[t(1821)+t(1122)]),this._isBrowser&&_0x3c8fc4[t(1798)+"entListe"+t(1441)](r[t(1510)],this[t(1821)+"ffLine"])):(d=i.charCodeAt(g),e[t(768)](d,128)?a+=1:e[t(661)](d,2048)?a+=2:e[t(1495)](e.DseCe(64512,d),55296)&&e[t(616)](e[t(1596)](64512,i[t(917)+"At"](g+1)),56320)?e[t(1234)]!==e[t(2e3)]?(++g,a+=4):(e[t(1077)](_0x2deb4a,_0x4e990f,50),e[t(987)](_0x1823ff,_0x30ab7d,_0x2856ca)):a+=3);return a}function as(i,t,r){let a=n;if(r-t<1)return"";let d="";for(let g=t;g<r;){let p=i[g++];if(e[a(1978)](p,127))d+=String["fromChar"+a(776)](p);else if(e[a(810)](p,192)&&p<224)d+=String[a(1653)+"Code"](e[a(1212)](e.QBptI(e.uuVuU(31,p),6),e[a(1909)](63,i[g++])));else if(e[a(1572)](p,224)&&e[a(605)](p,240))d+=String[a(1653)+"Code"](e[a(1105)](e.nclul((15&p)<<12,e[a(1631)](63,i[g++])<<6),63&i[g++]));else if(p>=240){let f=e[a(744)](e.zUHZK(e[a(1817)](7&p,18),(63&i[g++])<<12)|e[a(1360)](e[a(1956)](63,i[g++]),6),e[a(1824)](63,i[g++]))-65536;d+=String[a(1653)+a(776)](e[a(957)](55296,e.ffKQY(f,10))),d+=String[a(1653)+a(776)](56320+(1023&f))}}return d}function Lr(i,t,r){let a=n,d=r,g,p;for(let f=0;e.QvBSY(f,i[a(926)]);++f)if(g=i[a(917)+"At"](f),e.xsfVd(g,128))t[r++]=g;else if(e[a(890)](g,2048))t[r++]=e.cfZeZ(e[a(887)](g,6),192),t[r++]=e[a(1041)](e[a(850)](63,g),128);else if((64512&g)===55296&&e[a(1869)](e[a(1808)](64512,p=i[a(917)+"At"](e[a(1905)](f,1))),56320)){let y=("3|2|1|0|"+a(1919))[a(1647)]("|"),b=0;for(;;){switch(y[b++]){case"0":t[r++]=e[a(1520)](e.MJHQx(e.ffKQY(g,12),63),128);continue;case"1":t[r++]=e[a(527)](g>>18,240);continue;case"2":++f;continue;case"3":g=e[a(1374)](e[a(1593)](65536,e[a(1865)](e.xcEFf(1023,g),10)),1023&p);continue;case"4":t[r++]=e.FvyNm(e.ilrmV(g>>6,63),128);continue;case"5":t[r++]=e.tYAjy(63&g,128);continue}break}}else t[r++]=e[a(569)](e[a(1602)](g,12),224),t[r++]=e[a(1961)](e.xIqAS(g,6)&63,128),t[r++]=e[a(1145)](e[a(1940)](63,g),128);return e[a(1018)](r,d)}async function cs(i){let t=n;if(e[t(786)](e[t(1471)],typeof i)){let r=new Uint8Array(e.iyUnx(os,i));return e[t(620)](Lr,i,r,0),r}return e[t(1004)](i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i[t(1620)],i.byteOffset,i[t(1613)+"th"])}function Jc(i){let t=n;try{return e[t(1755)](t(934),typeof i)&&(i instanceof ArrayBuffer||i[t(1620)]&&e.kUtCV(i[t(1620)],ArrayBuffer))||e[t(1755)](t(934),typeof i)?"":(JSON.parse(i),e[t(1699)])}catch{return e.AhSWr(e[t(1471)],typeof i)?e[t(950)]:""}}let Vc=(i,t)=>{let r=n;switch(i){case e[r(1739)]:case e[r(753)]:return{[r(1555)+i]:1,"x-tt-env":t};default:return{}}};class Yc{constructor(t){let r=n,a={AzTHt:function(d,g,p){return e[L(650)](d,g,p)},wdebv:e[r(1078)]};if(e[r(573)](e.yRJmO,e[r(1243)]))this["maxLossC"+r(510)]=t,this.count=0;else{this[r(1536)+r(1474)+"ent"](a[r(1951)](_0x57f859,a[r(1898)],{code:1e3,reason:"bye"})),this[r(1162)+r(1686)]?.[r(1447)+"pointCon"+r(1141)](),this["_pingLos"+r(1947)]?.[r(1519)+r(1558)]();return}}[n(868)](){this.count++}["checkRea"+n(574)+"nt"](){let t=n;return e[t(1804)](this[t(829)],this[t(1309)+"ount"])}["resetCou"+n(1558)](t=0){let r=n;this[r(1309)+r(510)]=t,this[r(829)]=0}}async function Xc(i){let t=n,r={TyXtq:function(a,d,g){return a(d,g)},UcAuX:e.KOUKS,XNuEA:function(a,d,g){return e.NjCZE(a,d,g)},PQFVM:e[t(1078)],gSamd:function(a,d){return e[t(1399)](a,d)},AuOTI:function(a,d){return e[t(1882)](a,d)},PgjQT:e[t(1210)],JyIal:function(a,d){return a+d},BqaOT:function(a,d){return e[t(660)](a,d)},vwRDJ:function(a,d){return e[t(770)](a,d)},iJCSn:function(a,d){return e[t(556)](a,d)},hdTuG:function(a,d){return e[t(823)](a,d)},thdYu:function(a,d){return a<d},XVXLL:function(a,d){return e[t(810)](a,d)},EyXXk:function(a,d){return e[t(1446)](a,d)},psNPX:function(a,d){return a===d},zsCFG:e[t(1072)],ujcVj:e.VDAVN,FstRZ:t(1964),CaCnG:function(a,d){return a!==d},UoYTu:e[t(1271)],wNGoU:e[t(738)]};if(e.ljjnx("oHvPn",e.wCuCQ)){let a={IDmOL:function(d,g,p){let f=t;return mTKkVW[f(913)](d,g,p)},qSSdr:mTKkVW.UcAuX,srFNQ:function(d,g,p){return mTKkVW.XNuEA(d,g,p)},QMnTL:mTKkVW[t(1192)]};_0x3f8206[t(989)]().then(()=>{let d=t,g=a[d(1466)](_0x3b407f,a[d(1664)],{message:this[d(1120)+d(1672)+"age"](_0x136df2)});this[d(905)](a[d(1664)],g);let p=a.srFNQ(_0x169422,d(1806),{reason:this[d(1120)+d(1672)+"age"](_0x299489)});this[d(905)](a.QMnTL,p)})}else return new Promise(a=>{let d=t,g={WEzPx:function(p,f){return r[L(1697)](p,f)},DGfGz:r[d(1261)],ONAaX:function(p,f){return r[d(1849)](p,f)},BIxXF:function(p,f){return r[d(1687)](p,f)},gjoSP:function(p,f){return r.vwRDJ(p,f)},ItHdl:function(p,f){return r[d(1163)](p,f)},rJOFm:function(p,f){return r[d(651)](p,f)},NOFqs:function(p,f){return r[d(1163)](p,f)},vEVyb:function(p,f){return p&f},rparq:function(p,f){return r[d(1215)](p,f)},DZXuX:function(p,f){return r[d(814)](p,f)},PEpKl:function(p,f){return r.XVXLL(p,f)},pYkXh:function(p,f){return r[d(1632)](p,f)}};if(!St)return r[d(1697)](a,r[d(1261)]);try{if(r[d(935)](d(1975),r[d(1761)]))return this[d(1948)][d(1161)+d(507)]();{let p=document["createEl"+d(1998)](d(690));window[d(1362)+d(1976)]=f=>{let y=d;document[y(758)][y(1740)+y(1656)](p),window[y(1362)+y(1976)]=void 0,g[y(938)](a,f&&f[y(1566)]||g[y(1521)])},p[d(1962)]=r[d(1265)],p[d(1554)]=r[d(1687)](i[d(916)](/^ws/,r.FstRZ),"&jscallb"+d(1101)+"tierJSONP");try{r.CaCnG(r[d(1391)],r[d(1391)])?(_0xbbc7f7=_0x369737[TiqPeK[d(1227)](TiqPeK[d(1227)](_0x32122c,_0x26bd5b),1)],_0x5da0f4=_0x56dad9[TiqPeK[d(1227)](TiqPeK.BIxXF(_0x4a1d32,_0x5091d1),2)],TiqPeK[d(1623)](TiqPeK[d(1384)](_0x23a025,TiqPeK[d(948)](_0x1ec9e6,8)),49344)!==32896?_0x32116f+=_0x597b4c:(_0x12a9ca=TiqPeK[d(1977)](TiqPeK[d(1384)](TiqPeK[d(1623)](15,_0x21f666)<<12,TiqPeK.rJOFm(TiqPeK.vEVyb(63,_0x409eb7),6)),TiqPeK.rparq(63,_0x307a26)),TiqPeK[d(498)](_0x8c8ed6,2048)||TiqPeK[d(1099)](_0x1614a6,55296)&&TiqPeK[d(1394)](_0x3be490,57343)?_0x2a5401+=_0x2490ff:(_0xaf20eb+=TiqPeK.WEzPx(_0x4642ec,_0x5c5395),_0x3f6a4e+=2))):document.body[d(576)+"ild"](p)}catch{document[d(758)][d(1740)+"ild"](p)}}}catch{if(r[d(1754)]===d(1885)){let p=_0x5ce404[d(1206)+"g"](0,mTKkVW[d(757)](4,_0x4db6a9[_0x394381][d(926)])),f=p[d(1408)](_0x13c717[_0x56e18e]);_0x5f3273.push(f)}else window["frontier"+d(1976)]=void 0,a(r[d(1261)])}})}function nt(i,t,r){let a=n;if(e.fKqSd(e[a(1637)],e.LwLID))return!!i?.[a(1080)](d=>d[a(1837)]===t&&d[a(1729)]===r);if(_0x50e8bc[a(926)]!==4){let d=_0x7b7397[a(1206)+"g"](0,4-_0x35ef6b.length),g=d[a(1408)](_0x40d086);_0x5557bd[a(1874)](g)}else _0x3f1443[a(1874)](_0xbc37cd);_0x14b0f2&&(_0x8e10d+=1),_0x33d831+=1,_0x5b7fd3=!1}function Et(i,t){let r=n;return i?.find(a=>a[r(1837)]===t)?.[r(1729)]}let Br=null;async function Zc(){let i=n;return Br||(Br=Promise[i(989)]()[i(981)](Ue.bind(Ue,e[i(544)]))),Br}class Qc extends Or{constructor(t,r){let a=n;super(),this[a(828)]=t,this[a(966)]=r,this[a(1948)]=void 0,this[a(1501)+a(702)]=null}async[n(794)](){await this[n(1799)]()}async[n(1799)](){let t=n;if(!this[t(1948)]){if(this[t(1501)+t(702)])return this._initPromise;try{let r=this._dbName,a=this[t(966)];this[t(1501)+t(702)]=(async()=>{let d=t,{openDB:g}=await e[d(1003)](Zc);this[d(1948)]=await e.QaYzR(g,"frontier_"+r,1,{upgrade(p){let f=d;p[f(1342)+f(945)+"e"](r,{keyPath:a})}})})(),await this[t(1501)+"mise"]}catch(r){console[t(1634)](r)}finally{this[t(1501)+t(702)]=null}}}async get(t){let r=n;try{return e[r(1551)](r(649),r(1621))?(await this._init(),this[r(1948)]?.get(this[r(828)],t)):new _0x463ec8(e[r(579)](e[r(1456)](e[r(668)](_0x27bafb[4],24),_0x1b72fa[5]<<16)|e[r(1817)](_0x243c52[6],8),_0x4f39de[7]),e[r(1212)](e[r(1070)](_0x2cd1e0[0],24)|e.cAaTz(_0x5c90c6[1],16)|e[r(1401)](_0x5e0f40[2],8),_0x4e680e[3]),_0x3996f3)}catch(a){console[r(1634)](a)}}async set(t,r){let a=n;return await this[a(1799)](),this._qosDB?.[a(1608)](this[a(828)],t)}async[n(1230)](t){let r=n;try{if(e[r(706)](e[r(1406)],e[r(1406)]))this[r(902)]&&this[r(902)][r(1806)](_0x286905,_0x5b5984);else return await this[r(1799)](),this[r(1948)]?.[r(1873)](this[r(828)],t)}catch(a){console[r(1634)](a)}}async[n(1565)](){let t=n;try{return await this[t(1799)](),this._qosDB?.[t(1565)](this[t(828)])}catch(r){console[t(1634)](r)}}async[n(1001)](){let t=n;return await this._init(),this[t(1948)]?.[t(999)+"ys"](this[t(828)])}async getAll(){let t=n;return await this[t(1799)](),this[t(1948)]?.getAll(this._dbName)}async closeDB(){let t=n;try{this._qosDB?.close(),this[t(1948)]=void 0}catch(r){e[t(1339)](e[t(1104)],e[t(1104)])?this["_initPro"+t(702)]=null:console.log(r)}}get isReady(){let t=n;try{return!!this[t(1948)]}catch(r){return console.log(r),!1}}}class e0{constructor(t,r){let a=n;this[a(1592)]=t,this[a(1383)]=r,this[a(1948)]=localStorage}async openDB(){}get[n(590)](){return n(1362)+"_"+this._DBName}async[n(1385)](t){let r=n,a=this[r(1948)][r(1067)](this[r(590)]);return JSON[r(1066)](e[r(1147)](a,"{}"))[t]}async[n(1496)](t,r){let a=n,d=this[a(1948)].getItem(this[a(590)]),g=JSON.parse(e[a(1991)](d,"{}"));return g[r||t[this[a(1383)]]]=t,this[a(1948)][a(497)](this[a(590)],JSON[a(1906)+"y"](g)),r||t[this[a(1383)]]}async del(t){let r=n,a=this[r(1948)][r(1067)](this[r(590)]),d=JSON.parse(e[r(1417)](a,"{}"));return d[t]=void 0,this[r(1948)].setItem(this[r(590)],JSON[r(1906)+"y"](d))}async[n(1565)](){return this._qosDB.clear()}async[n(1001)](){let t=n,r=this[t(1948)][t(1067)](this._prefix),a=JSON[t(1066)](e[t(1262)](r,"{}"));return Object[t(1001)](a)}async getAll(){let t=n,r=this._qosDB[t(1067)](this[t(590)]),a=JSON[t(1066)](e[t(813)](r,"{}"));return Object[t(1789)](a)}[n(611)](){return Promise[n(989)]()}get[n(1302)](){return!!this[n(1948)]}}class t0{constructor(t,r){let a=n;this[a(1592)]=t,this[a(1383)]=r,this[a(1948)]=ft?tt:jt?wx:null}async[n(794)](){}get[n(590)](){return n(1362)+"_"+this._DBName}async get(t){let r=n,a=this[r(1948)][r(1851)+"geSync"](this._prefix);return JSON[r(1066)](a||"{}")[t]}async[n(1496)](t,r){let a=n,d=this[a(1948)]["getStora"+a(698)](this[a(590)]),g=JSON[a(1066)](e[a(1081)](d,"{}"));return g[r||t[this[a(1383)]]]=t,this[a(1948)]["setStora"+a(698)](this[a(590)],JSON[a(1906)+"y"](g)),r||t[this[a(1383)]]}async del(t){let r=n,a=this[r(1948)][r(1851)+"geSync"](this[r(590)]),d=JSON.parse(e[r(1197)](a,"{}"));return d[t]=void 0,this[r(1948)][r(1652)+"geSync"](this._prefix,JSON[r(1906)+"y"](d))}async[n(1565)](){let t=n;return this[t(1948)]["clearSto"+t(507)]()}async[n(1001)](){let t=n,r=this._qosDB[t(1851)+"geInfoSync"](this._prefix),a=JSON[t(1066)](e[t(922)](r,"{}"));return Object.keys(a)}async[n(1506)](){let t=n,r=this[t(1948)][t(1851)+"geInfoSync"](this._prefix),a=JSON[t(1066)](e[t(797)](r,"{}"));return Object[t(1789)](a)}[n(611)](){return Promise.resolve()}get[n(1302)](){let t=n;if(e[t(982)](e[t(1238)],e[t(1881)]))_0x49ba54&&this[t(766)+"anager"][t(1842)+t(599)+t(1638)](_0x43ee6d);else return!!this._qosDB}}function xs(i,t){let r=n;if(e[r(1991)](ft,ft))return new t0(i,t);if((St||Wt)&&e[r(1083)]!=typeof indexedDB)return new Qc(i,t);if(e[r(922)](St,Wt)&&e[r(1083)]!=typeof localStorage)return new e0(i,t);throw new Error(e[r(725)])}class n0{constructor(){let t=n;this[t(524)+t(1037)+"Id"]=null,this[t(524)+"l"]=36e5,this[t(1948)]=e[t(650)](xs,e.XvCmh,e[t(634)])}async[n(524)+n(1899)](){let t=n;e[t(1498)](clearInterval,this["_interva"+t(1037)+"Id"]),this[t(524)+"lTimeoutId"]=setInterval(()=>{this[t(820)+"ired"]()},this[t(524)+"l"])}async openDB(){let t=n;await this[t(1948)][t(794)]()[t(981)](()=>{let r=t;this[r(524)+r(1899)]()})}async[n(820)+n(600)](){let t=n;(await this._qosDB?.[t(1506)]()||[]).filter(({timestamp:d})=>d<Date[t(1736)]())[t(1604)](d=>{let g=t;this[g(1948)]?.[g(1230)](d[g(1937)+"id"])})}async[n(1230)](t){let r=n;return this[r(1948)]?.[r(1230)](t)}async[n(1496)](t,r){let a=n;return this[a(1948)]?.[a(1496)]({message_id:t,timestamp:r})}async get(t){let r=n;return this[r(1948)]?.[r(1385)](t)}async closeDB(){let t=n;e[t(1619)](clearInterval,this["_interva"+t(1037)+"Id"]),await this._qosDB?.[t(611)]()}get[n(1302)](){let t=n,r={lTEuY:function(a,d){return e.FZkDq(a,d)},BWsqo:function(a,d){return e[L(1257)](a,d)},bBRLu:e[t(1879)],CyFjF:e[t(817)],FFJtm:function(a,d){return e[t(704)](a,d)}};return e[t(1911)]!==t(1007)?this[t(1948)]?.[t(1302)]:LppUEA[t(819)](_0x5f47db,_0x20ec73)&&(LppUEA[t(1305)](_0x4572ff,LppUEA.bBRLu)||_0x52e740===LppUEA[t(1571)])?!0:LppUEA.FFJtm(_0x2325b5,_0x232483)}}function Mr(i){let t=n,r=!!this[t(1694)][t(1329)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=e[t(1480)](nt,i[t(1503)][t(1168)],t(1372)+t(1180),"2"),d=a&&nt(i.message.headers,e[t(1241)],"1"),g=a&&e[t(1854)](nt,i[t(1503)][t(1168)],t(1372)+t(844)+"k","1"),p=g?e[t(664)](Et,i[t(1503)][t(1168)],"x_frontier_ack_m"+t(731))?.[t(1647)](",")[t(1877)](Boolean)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:d,isAckCleanupMessage:g,ackMsgIds:p}}async function ds(){let i=n;return this[i(1502)+i(519)]||(this["_QoSMana"+i(519)]=new n0),this[i(1502)+i(519)][i(1302)]||await this._QoSManager.openDB(),this["_QoSMana"+i(519)]}async function r0(i,t){let r=n,{enableAutoAck:a}=this._options,d=e[r(560)](nt,i[r(1503)].headers,r(1320),"1"),g=e[r(1480)](nt,i[r(1503)].headers,"is_ack","1"),p=Mr[r(1993)](this,i);if(e[r(1734)](a,d)){let{SeqID:f,LogID:y,service:b,LogIDNew:P,method:D}=i[r(1503)];this[r(548)]({SeqID:f,LogID:y,LogIDNew:P,service:b,method:D,headers:[{key:e[r(1805)],value:"1"},{key:e[r(853)],value:e[r(1991)](P,"")},{key:"ack_code",value:"0"}]})}g&&!p[r(977)]&&this["_dispatc"+r(1589)+r(1532)](i),e[r(888)](t)}async function i0(i,t){let r=n;this[r(847)](e[r(1209)],i[r(1503)]),e[r(888)](t)}async function s0(i,t){let r=n;if(e[r(1356)](e.gmsjB,r(1737))){let a=e.hUbqy(_t,await e.aiOrH(cs,i.data));try{if(e[r(1665)](a.payload,Uint8Array)){let d=e.PXIhl(this[r(1694)].payloadEncoding,Object)?{force:!!this._options["payloadE"+r(1035)].force,encoding:this[r(1694)][r(1293)+"ncoding"][r(672)]?this._options[r(1293)+r(1035)][r(672)][r(916)](/\s/g,"")[r(1984)+r(1731)]():""}:{force:!1,encoding:this[r(1694)][r(1293)+r(1035)]?this[r(1694)][r(1293)+r(1035)][r(916)](/\s/g,"")[r(1984)+r(1731)]():""},g=a[r(1293)+"ncoding"]?a.payloadEncoding.replace(/\s/g,"")["toLowerC"+r(1731)]():"",p=e.TFSXd(this._options["payloadT"+r(705)],Object)?{force:!!this[r(1694)][r(728)+r(705)][r(1570)],type:this[r(1694)][r(728)+"ype"][r(1962)]?this[r(1694)][r(728)+r(705)][r(1962)][r(916)](/\s/g,"")[r(1984)+r(1731)]():""}:{force:!1,type:this[r(1694)][r(728)+r(705)]?this[r(1694)][r(728)+r(705)][r(916)](/\s/g,"")[r(1984)+r(1731)]():""},f=a[r(728)+r(705)]?a["payloadT"+r(705)][r(916)](/\s/g,"")["toLowerC"+r(1731)]():"",y=p[r(1570)]?p[r(1962)]:f||p[r(1962)],b=d[r(1570)]?d[r(672)]:g||d[r(672)],P=["text/pla"+r(998)+r(1902),e[r(1699)],e.yvgwb,e[r(1471)]],D=[e.AOWbL,e.hXPNF];this[r(1694)][r(1770)+r(1202)+"extPayload"]&&P[r(892)](y)&&(!b||D[r(892)](b))?a[r(619)+r(818)]=e[r(1518)](as,a[r(1860)],0,a[r(1860)][r(1613)+"th"]):a[r(619)+"oad"]=""}else a[r(619)+r(818)]=""}catch(d){a[r(619)+r(818)]="",console[r(1634)](d)}i[r(1503)]=a,e.DePWI(t)}else return this._qosDB?.del(_0x51f82c)}function o0(i,t,r){let a=n,d={sJDZo:function(b,P){return e[L(924)](b,P)},qANyy:function(b,P){return e[L(1617)](b,P)},HdkXM:function(b,P){return b(P)},uhptl:function(b,P){return e[L(1824)](b,P)},nuzrI:function(b,P){return e[L(1579)](b,P)}},g=e.xnZgp(r,8192),p=e[a(1268)](g,1),f=null,y=g;return function(b){let P=a;if(d[P(761)](b,1)||d[P(1511)](b,p))return d[P(1587)](i,b);y+b>g&&(f=d[P(1587)](i,g),y=0);let D=t.call(f,y,y+=b);return d[P(1353)](7,y)&&(y=d.nuzrI(7|y,1)),D}}let a0=4294967295;function c0(i,t,r){let a=n;if(e[a(1251)](e[a(1252)],a(557)))return e[a(1539)](RangeError,e[a(1113)](e.DEDlK(e[a(709)](a(1485)+"t of ran"+a(907),i),e[a(1292)])+e[a(1588)](t,1),e[a(1034)])+r);_0x12e2df=_0x2a1fcc[a(1408)](_0x34912b),_0x3aa5bc=_0x5c9edd.concat(_0x27d36a[_0x2f5d26])}function x0(i,t,r){let a=n;if(r>a0)throw new Error(a(1890)+a(547)+"e");let d=3;for(;e[a(1143)](d,0);){let g=e.ImKnu(255,r);e[a(1932)](Fr,g,i,t+d),r>>>=8,d--}return e[a(1578)](t,4)}function d0(i,t){let r=n,a=0,d=t,g=e[r(1123)](t,4);for(;e[r(661)](d,g);){let{value:p,offset:f}=e.jOuKH(zr,i,d);d=f,a=e[r(1744)](e[r(1270)](a,8),0),a+=p}return{value:a,offset:g}}function u0(i,t,r){let a=n,d=e.IjJWU[a(1647)]("|"),g=0;for(;;){switch(d[g++]){case"0":if(!i)return r;continue;case"1":return Lr(i,t,r)+r;case"2":if(e.rnTXw(i[a(926)],40))return e[a(1891)](e.zqlmM(Lr,i,t,r),r);continue;case"3":if(t[a(1369)+"e"])return e[a(660)](t.utf8Write(i,r),r);continue;case"4":if(t.write)return e.flxKJ(t[a(1907)](i,r),r);continue}break}}function f0(i,t){let r=n;if(e[r(681)](e[r(1467)],e[r(699)]))return _0x4a4b7c.resolve();{let a=new j(e[r(1553)](e[r(1041)](e.zWHPz(i[e.WQHUv(t,4)],24)|i[t+5]<<16,e[r(1194)](i[e.KLDoi(t,6)],8)),i[e[r(973)](t,7)]),e.rAJKR(e[r(983)](e[r(1692)](i[t+0],24),e[r(703)](i[e[r(1912)](t,1)],16)),i[e[r(730)](t,2)]<<8)|i[e[r(1275)](t,3)],!0);return t+=8,{value:a,offset:e[r(1475)](t,8)}}}function l0(i,t,r){let a=n,d=i[a(785)],g=i[a(1032)];return t[r]=e[a(1827)](g,24),t[r+1]=g>>>16&255,t[r+2]=e[a(1160)](e[a(1809)](g,8),255),t[e[a(843)](r,3)]=255&g,t[r+4]=e[a(515)](d,24),t[r+5]=e[a(1630)](e[a(670)](d,16),255),t[r+6]=e.LoYdY(d,8)&255,t[e[a(1458)](r,7)]=255&d,r+=8,r}function zr(i,t){let r=n;return i[r(1787)+"8"]?{value:i[r(1787)+"8"](t),offset:e[r(1431)](t,1)}:{value:e[r(1622)](255,i[t]),offset:e[r(1982)](t,1)}}function Fr(i,t,r){let a=n;return t[a(526)+"t8"]?t[a(526)+"t8"](i,r):t[r]=e[a(1526)](255,i),e.BBzHe(r,1)}let g0=function(i){return new Uint8Array(i)},h0=e[n(1755)](e[n(1083)],typeof Buffer)?Buffer[n(1010)+"afe"]:e[n(723)](o0,g0,Uint8Array[n(1e3)+"e"][n(1655)]);(()=>{let i=n,t={DiqyV:e[i(1046)],SDAAF:function(a,d){return a>>>d},zGaJq:function(a,d){return e[i(932)](a,d)},AJFHX:function(a,d){return e[i(1428)](a,d)},JRtNm:function(a,d){return e.cBawU(a,d)},LUoxR:function(a,d){return e[i(1514)](a,d)},reEkU:function(a,d){return e[i(1689)](a,d)},ypvoZ:function(a,d){return e[i(1420)](a,d)},fcsrD:function(a,d){return e[i(1679)](a,d)},lMqVi:function(a,d){return e.aOlbU(a,d)},PjQFx:function(a,d){return e[i(1151)](a,d)},SvCZM:function(a,d){return e.cBawU(a,d)},XlaZe:function(a,d){return e[i(825)](a,d)},iKFko:function(a,d){return e[i(1605)](a,d)},xbVtJ:function(a,d){return e[i(1094)](a,d)},DeDgS:function(a,d){return e[i(1583)](a,d)},DbGde:function(a,d,g,p){return e.QCnVe(a,d,g,p)},hZwCO:function(a,d){return e[i(996)](a,d)}},r=4294967295;return function(a,d,g=!0){let p=i,f=t[p(1762)][p(1647)]("|"),y=0;for(;;){switch(f[y++]){case"0":r=t[p(1509)](t[p(1916)](r,t[p(686)](t[p(1584)](127,a[d]),21)),0);continue;case"1":if(t[p(1793)](a[d++],128))return{value:g?r:t.reEkU(0,r),offset:d};continue;case"2":if(t[p(1793)](a[d++],128))return{value:g?r:0|r,offset:d};continue;case"3":r=t[p(1057)](t[p(1738)](127,a[d]),0);continue;case"4":r=t[p(747)](t.zGaJq(r,t[p(864)](t.SvCZM(127,a[d]),14)),0);continue;case"5":if(t.LUoxR(a[d++],128))return{value:g?r:t.XlaZe(0,r),offset:d};continue;case"6":if(t[p(1908)](a[d++],128))return{value:g?r:t[p(1916)](0,r),offset:d};continue;case"7":r=t[p(800)](t.XlaZe(r,t.DeDgS(127&a[d],7)),0);continue;case"8":if((d+=5)>a[p(926)])throw d=a[p(926)],t.DbGde(c0,d,10,a[p(926)]);continue;case"9":return{value:g?r:0|r,offset:d};case"10":if(t[p(1908)](a[d++],128))return{value:g?r:t.hZwCO(0,r),offset:d};continue;case"11":r=t[p(748)](r,t[p(1584)](15,a[d])<<28)>>>0;continue}break}}})();let p0=16,Ur=32;function m0(i){let t=n;if(e.PMDPT(e[t(1468)],t(1088))){let r=0,a={};for(let d=0;e.PioKL(d,i[t(926)]);d++)a[i[d][t(1875)+"ame"]]=e.oCIcK(os,i[d][t(1875)+t(912)]),r+=e[t(1431)](14,a[i[d][t(1875)+t(912)]]);return[r,a]}else{let r=new _0x54430f(e[t(1464)](2,_0x5a74c5));r.set(_0x18137d),_0x540b5c[t(513)]=r}}function us(i,t,r){let a=n,[d,g]=e.PMohN(m0,i),p=e.DoLGO(h0,d),f=0;return i.forEach(y=>{let b=L;console[b(1634)](e[b(1934)],y,y[b(549)]),f=e[b(1203)](Fr,0,p,f),console[b(1634)](e[b(1335)],f),f=x0(p,f,y[b(549)]||0),console[b(1634)](e[b(778)],f),f=Fr(g[y[b(1875)+b(912)]],p,f),console[b(1634)](e[b(872)],f),f=e[b(1235)](u0,y[b(1875)+b(912)],p,f),console[b(1634)](e[b(1497)],f),f=e[b(1311)](l0,j[b(1681)+"er"](y[b(1852)]||t),p,f),console[b(1634)](b(1172),f)}),{frameType:Ur,headers:[{key:e[a(746)],value:r}],payload:p}}function w0(i){let t=n,r=0,a=[];for(;e[t(605)](r,i.byteLength);){let{offset:d}=e[t(765)](zr,i,r);r=d;let g={cursor_name:"",cursor:0,service:0},{value:p,offset:f}=e.dfQFy(d0,i,r);g[t(549)]=p,r=f;let{value:y,offset:b}=zr(i,r);r=b,g[t(1875)+t(912)]=e[t(560)](as,i,r,e[t(1012)](r,y)),r+=y;let{value:P,offset:D}=e.gtBED(f0,i,r);g[t(1852)]=P[t(1444)](),r=D,a.push(g)}return a}function _0(){let i=n;return{frameType:Ur,headers:[{key:e[i(746)],value:e[i(1803)]}],payload:void 0}}class y0{constructor(t,r,a){let d=n;this[d(1969)+"ameSpace"]=t,this._cursorFileName=r,this[d(1175)+"Strategy"]=a,this[d(1948)]=e.eiPHK(xs,this[d(1969)+d(759)],e[d(558)])}async[n(794)](){let t=n;e[t(1750)](e.OtiMi,e[t(1237)])?_0x5bac3f=rXZKZl[t(1367)](_0x1b3052,_0x3e4c96):await this._qosDB[t(794)]()}async[n(1204)+"rs"](){let t=n;if(!this[t(1948)][t(1302)])return;let r=this[t(1175)+t(1229)],a=await this[t(1948)][t(1506)]();switch(console[t(1634)](e[t(1996)],a),r){case e[t(696)]:return a&&a[t(926)]?e[t(760)](us,a,0,this["_cursorF"+t(1153)]):void 0;case e[t(812)]:return;case e[t(1184)]:return a&&a[t(926)]?e.JfPLS(us,a,0,this[t(1233)+t(1153)]):e.DePWI(_0)}}async[n(1496)](t,r,a){let d=n;return console[d(1634)](e[d(1662)],t,r,a),this[d(1948)][d(1496)]({cursor_name:t,cursor:r,service:a})}async[n(1476)+"rs"](t){let r=n,a=w0(t);for(let d of a)console[r(1634)](r(780)+"r",a),await this[r(1948)].set(d)}async get(t){let r=n;return(await this[r(1948)].get(t))?.[r(1852)]}async[n(611)](){let t=n;await this[t(1948)][t(611)]()}[n(1842)+n(599)+n(1638)](t){let r=n;this[r(1233)+"ileName"]=t}get[n(1302)](){let t=n;if(e[t(532)](e[t(867)],e[t(1117)]))return this._qosDB[t(1302)];this["_addWsLi"+t(1411)]()}}let v0=e[n(1044)];async function fs(i){let t=n,r={RNulD:function(f,y,b){return e.tZrMa(f,y,b)},SJiqd:e.aYQoz};if(!this[t(1694)].enableQoS)return null;let{aID:a,fpID:d,messageStrategy:g}=this[t(1694)],p=e[t(909)](i,v0);try{if(this[t(766)+"anager"])if(e[t(1139)](e[t(782)],t(610))){let f=e[t(1676)].split("|"),y=0;for(;;){switch(f[y++]){case"0":_0x3ce5f2=e[t(976)](e[t(1065)](_0x25d8ce,e[t(530)](127,_0xc64b3f[_0x569149])<<21),0);continue;case"1":_0x1c508d=e.udErx(e[t(1137)](_0xd1c8cb,e[t(1378)](e[t(1630)](127,_0x1b7b49[_0x3a311b]),14)),0);continue;case"2":if(e.BwYPr(_0x214eff+=5,_0x4617b1[t(926)]))throw _0x1d485c=_0x4c3d64[t(926)],e[t(1404)](_0x5d70c5,_0x49ffb7,10,_0x1ada96[t(926)]);continue;case"3":if(e[t(1527)](_0x4a7fbb[_0x11a48b++],128))return{value:_0x50b0f4?_0x36b943:e[t(591)](0,_0x4a4bde),offset:_0x50ab49};continue;case"4":_0x29a641=(_0x3d4114|e[t(1366)](e.seBxE(15,_0xba1da3[_0x1cc38d]),28))>>>0;continue;case"5":if(e.KhHJX(_0x39266c[_0x41956e++],128))return{value:_0x4d9c2a?_0x41c315:e[t(1145)](0,_0x41d583),offset:_0x102025};continue;case"6":_0x404c8d=e.FkEpp(e.hEfuH(_0x2297f6,e[t(1430)](127&_0x230f59[_0x2a2b82],7)),0);continue;case"7":if(e[t(680)](_0x6e4ac5[_0x447c1b++],128))return{value:_0x1da844?_0x359000:0|_0x750cac,offset:_0x57d88d};continue;case"8":if(e[t(1527)](_0x4b1fbf[_0x25bff9++],128))return{value:_0x1e6b97?_0x13ae28:e[t(591)](0,_0x794c42),offset:_0x1d2ee3};continue;case"9":return{value:_0x3da621?_0x22badb:e[t(862)](0,_0x353947),offset:_0x2aa2d0};case"10":_0x5e39a8=e[t(1340)](127,_0x32a2b4[_0x51cb24])>>>0;continue;case"11":if(e.bklYC(_0x33b98f[_0x1ab8e3++],128))return{value:_0x42777b?_0x1d8b9f:e.sdldv(0,_0x488a30),offset:_0xbbfd07};continue}break}}else i&&this[t(766)+t(1594)][t(1842)+t(599)+t(1638)](i);else this["_cursorM"+t(1594)]=new y0(d+"_"+a+"_"+p,p,g);return this["_cursorM"+t(1594)][t(1302)]||await this[t(766)+"anager"][t(794)](),this["_cursorM"+t(1594)]}catch{if(e.vepvj(e[t(1823)],e[t(1992)])){if(this[t(1162)+t(1686)]?.[t(1019)+t(733)+"es"]()){let y=this["_endpoin"+t(1686)]?.[t(571)+t(1159)+"nt"]();this[t(1536)+"hCloseEvent"](r.RNulD(_0x22c009,t(1806),{code:1006,reason:t(1548)+y+(t(1453)+t(1334)+"tries reached"),wasClean:!0}))}else{let y=this[t(1694)][t(903)+"tInterce"+t(1601)](_0x44e0bd,_0x28206b);this[t(1536)+t(1474)+"ent"](_0x453e77(r.SJiqd,{code:_0x5e6a67,reason:_0x805b74,wasClean:!0,willReconnect:y})),y&&this[t(1840)]()}return}else return null}}async function b0(i,t){let r=n,a={QNBdt:function(R,z){return e[L(1505)](R,z)},hJNlc:function(R,z){return e[L(1422)](R,z)},HTBHV:function(R,z){return e.zZdEZ(R,z)},iTyKM:function(R,z){return R<<z}},d=e[r(1480)](nt,i[r(1503)][r(1168)],e[r(943)],"-1"),g=e.QCnVe(nt,i[r(1503)].headers,r(940),"1"),p=e[r(1040)](Et,i[r(1503)][r(1168)],e[r(1043)]),f=Number(e[r(1336)](Et,i[r(1503)][r(1168)],e[r(1965)]))||0,y=Mr[r(1993)](this,i),b=e[r(1224)](nt,i[r(1503)][r(1168)],e[r(1481)],"2"),P=e.rdrVB(Et,i.message[r(1168)],e[r(1595)]),D=e[r(1287)](Number,e[r(602)](Et,i.message[r(1168)],e[r(1205)]));if(y[r(977)])return e[r(1152)](t);let G=y[r(1523)+r(583)]?await ds.call(this):null;if(e[r(1039)](i[r(1503)].service,0)&&g&&!d||i.message[r(549)]>0)if(e.prHij!==e[r(750)]){if(p&&y[r(1523)+r(583)]&&G)return!!!await G[r(1385)](p)&&(this[r(1536)+"hMessage"+r(1178)](i),await G[r(1496)](p,e[r(598)](Date.now(),f))),t();if(b){let R=await fs[r(1993)](this);if(!R)return e[r(1312)]!==e[r(1312)]?new _0x356b10(svXOrq[r(865)](svXOrq[r(865)](_0x3b2ef8[0],_0x37a037[1]<<8)|svXOrq[r(1276)](_0xd9a9[2],16),svXOrq[r(1276)](_0x404f7c[3],24)),svXOrq[r(865)](svXOrq.HTBHV(_0x423ff7[4]|_0x3b7be4[5]<<8,svXOrq[r(1276)](_0x156db5[6],16)),svXOrq[r(1226)](_0x51c5fa[7],24)),_0xe180d8):(this[r(1536)+r(961)+r(1178)](i),t());let z=await R.get(P)??-1;if(z<D)this["_dispatc"+r(961)+r(1178)](i),R[r(1496)](P,D,i[r(1503)][r(549)]);else throw new Error(r(1095)+" message"+r(654)+D+(r(1013)+r(927)+r(1540)+"r ")+z);return e[r(1870)](t)}return this[r(1536)+r(961)+"Event"](i),e.JNNMu(t)}else return this._qosDB[r(1565)]()}async function S0(i,t){let r=n,a=Mr[r(1993)](this,i);if(!a[r(1523)+r(583)])return t();let d=await ds[r(1993)](this);if(a[r(1530)+r(1764)+"age"]&&a.ackMsgIds.length)for(let g of a[r(960)+"s"])await d.del(g);t()}async function E0(i,t){let r=n,a=e.sqUgx(i[r(1503)][r(1792)+"e"],p0),d=e.mrZdG(i[r(1503)][r(1792)+"e"],Ur);if(!a&&!d)return e.XrToX(t);let g=e[r(1926)](Et,i[r(1503)][r(1168)],e[r(746)]);if(!g)return e[r(644)](t);let p=await fs.call(this,g);if(!p)return e[r(815)](t);if(a){let f=await p[r(1204)+"rs"](),y={frameType:f?.[r(1792)+"e"],SeqID:j[r(1681)+"er"](this[r(1855)]++),LogID:j[r(1681)+"er"](this[r(1694)][r(876)+"erator"]()),service:9e3,method:5,headers:f?.[r(1168)],payload:f?.payload},b=S(y);this._ws&&this._ws[r(1876)+"te"]&&this[r(902)][r(1264)](b)}if(d){let f=i.message[r(1860)];f&&p[r(1476)+"rs"](f)}}let A0=async function(i,t){let r=n;e.WIdcG!==e[r(1449)]?_0x189ae4[r(1874)](_0xc2a584):(this[r(845)]=!1,clearTimeout(this[r(1840)+r(1850)+r(955)]),e[r(1288)](t))},C0=async function(i,t){let r=n;if(!this[r(902)]||e[r(1524)](this[r(902)][r(1876)+"te"],this[r(1138)]))return t();let{pingInterval:a}=this._options;this[r(1162)+"tManager"]?.[r(1447)+"pointCon"+r(1141)]();for(let g=0;e[r(1006)](g,this[r(1175)+"Queue"][r(926)]);g++)if(e[r(751)](e[r(511)],e[r(511)])){let p=this[r(1175)+r(1273)][g];if(e.vepvj(this._ws.readyState,this[r(1138)])&&e[r(1524)](null,p))this[r(902)]&&this[r(902)][r(1264)](p),this[r(1175)+"Queue"][g]=null;else break}else _0x3607aa(_0xd3613,this[r(1704)+r(1549)+"e"](_0x519fa1));this[r(1175)+r(1273)]=this["_message"+r(1273)][r(1877)](g=>!!g),this[r(1561)+"gTimeoutId"]=e[r(1201)](setTimeout,()=>this[r(885)](),a),this[r(1536)+r(1328)+"nt"](i),this[r(743)+"er"]&&this[r(902)]&&(this[r(902)][r(1478)+"pe"]=this._binaryType);let d=this[r(1162)+r(1686)]?.["getCurre"+r(1159)+"nt"]();this._debug(r(1148)+d+r(1930)),e[r(764)](t)},I0=async function(i,t){let r=n,a=this._endpointManager?.[r(571)+r(1159)+"nt"]();this._debug(r(1148)+a),e[r(1903)](t)};class P0 extends Or{constructor(t){let r=n;if(e[r(839)]===e[r(1722)])_0x299e12[r(989)]()[r(981)](()=>{let a=r;this[a(1134)+a(1411)]()});else{super(),this[r(597)+r(638)+r(1651)]=!0,this[r(743)+"er"]=St,this[r(1910)]=Gc,this[r(891)+"T"]=ft,this[r(1646)+"X"]=jt,this[r(673)+"r"]=Wt,this[r(1175)+r(1273)]=[],this[r(1162)+r(1686)]=null,this._readyClosed=!1,this["_binaryT"+r(705)]=e[r(1776)],this[r(1840)+r(1218)]=!1,this[r(1840)+r(1850)+r(955)]=null,this[r(1185)+r(1129)+r(1300)]=null,this[r(1561)+r(944)+"Id"]=null,this[r(1855)]=0,this[r(845)]=!1,this[r(1627)]="",this[r(1502)+r(519)]=null,this[r(766)+r(1594)]=null,this[r(1749)+r(1947)]=null,this[r(1482)+"ls"]=e[r(580)],this[r(1250)]=3,this.CONNECTING=0,this.OPEN=1,this[r(1121)]=2,this[r(655)]=p=>{let f=r,y={JRmPk:f(881)};if(e.sWnYp(f(688),e[f(1142)]))_0x3630b5=y[f(1688)],_0x29f264=_0x406807[f(916)](/(^http)((?:[s]*:\/\/))/,""),_0x1ba95f=/(^ws)((?:[s]*:\/\/))/.test(_0x229f2d)?_0xd1cb74:""+_0x2ec1dc+_0x5a2cd6;else try{ss(this,p,[A0,C0,I0])}catch(b){let P=e[f(1075)](Ce,e[f(1872)],{message:b[f(1503)],code:et[f(1488)+"OR"],error:b});this[f(1536)+f(979)+f(1813)](P)}},this[r(1796)+"ge"]=async p=>{let f=r,{pingInterval:y,pingFrequency:b}=this[f(1694)];if((p[f(1349)]==="hi"&&e[f(540)](e[f(1853)],b)||e[f(1285)](f(745),b))&&(this[f(1985)+f(808)](),this[f(905)](e[f(1542)],f(824)),this[f(1561)+f(944)+"Id"]=e[f(664)](setTimeout,this[f(885)][f(1856)](this),y)),!e[f(573)]("hi",p[f(1349)]))try{ss(this,p,[s0,r0,S0,E0,b0,i0])}catch(P){let D=e[f(915)](Ce,f(836),{message:P[f(1503)],code:et[f(1377)+"ERROR"],error:P});this[f(1536)+f(979)+f(1813)](D)}},this[r(1650)]=p=>{let f=r,y=this[f(1162)+"tManager"]?.[f(1019)+f(733)+"es"](),b=this[f(1162)+f(1686)]?.[f(571)+f(1159)+"nt"]();if(y&&!p[f(1503)]){let P=f(1548)+b+(" fail, m"+f(1056)+"es reached");this[f(1536)+f(979)+f(1813)](e[f(1868)](Ce,f(836),{message:P,code:et[f(1575)+f(1967)+"R"],error:p}));return}this._ws&&e[f(573)](this._ws.readyState,this[f(1138)])&&this[f(870)+f(1403)](),this[f(1536)+"hErrorEv"+f(1813)](e.swMXB(Ce,e.KOUKS,{message:p[f(1503)],code:et[f(559)+f(781)],error:p}))},this[r(1387)]=async p=>{let f=r;this[f(633)+f(1096)](),this[f(1985)+"ngTimer"](),this[f(1242)+f(1763)+"rs"](),this._ws=null,this[f(1840)+f(1218)]=!1;let y=this[f(1162)+f(1686)]?.[f(1019)+f(733)+"es"]();if(!y&&this[f(621)+"orOnline"]()&&!this["_readyCl"+f(1745)]){let b=this[f(1162)+f(1686)]?.[f(571)+f(1159)+"nt"](),P=this[f(1694)]["reconnectInterce"+f(1601)](p[f(1158)],p[f(1098)]);this[f(1536)+f(1474)+f(1813)](e[f(765)](Re,e[f(1078)],{code:1006,reason:p[f(1098)]||"connecting faile"+f(1783)+f(1525)+f(897)+f(1220)+b,willReconnect:P})),P&&this[f(1840)]();return}if(p[f(1158)]!==1e3&&this["_readyCl"+f(1745)]){this[f(1536)+"hCloseEv"+f(1813)](e[f(1166)](Re,e[f(1078)],{code:1e3,reason:"bye"})),this._endpointManager?.["resetEndpointCon"+f(1141)](),this["_pingLos"+f(1947)]?.[f(1519)+f(1558)]();return}if(p[f(1158)]!==1e3&&y){let b=this[f(1162)+"tManager"]?.[f(571)+"ntEndpoint"](),P=p[f(1098)];P||(P=await Xc(this._url)),P=f(852)+f(1355)+f(1657)+P+(f(1822)+f(1675))+b+(", max retries re"+f(959)),this[f(1536)+f(1474)+"ent"](e[f(756)](Re,f(1806),{code:p[f(1158)],reason:P}));let D=f(1548)+b+(f(1029)+"ax retri"+f(801)+"ed");this[f(1536)+f(979)+f(1813)](e[f(723)](Ce,e[f(1872)],{message:D,code:et[f(1575)+f(1967)+"R"]})),this["_endpoin"+f(1686)]?.[f(1447)+f(1392)+f(1141)](),this[f(1749)+"sCounter"]?.[f(1519)+f(1558)]();return}if(e.KLMNb(1e3,p.code)&&!p[f(1098)]){let b=this[f(1162)+"tManager"]?.[f(571)+f(1159)+"nt"]();this[f(1536)+f(1474)+f(1813)](Re(e[f(1078)],{code:p.code,reason:f(852)+f(1355)+f(1783)+f(1525)+f(897)+f(1220)+b})),this[f(1162)+f(1686)]?.["resetEnd"+f(1392)+f(1141)](),this[f(1749)+"sCounter"]?.[f(1519)+"nter"]();return}this[f(1536)+f(1474)+f(1813)](p),this[f(1162)+f(1686)]?.[f(1447)+f(1392)+f(1141)](),this[f(1749)+f(1947)]?.[f(1519)+f(1558)]()},this[r(555)]=null,this[r(1164)]=null,this[r(1880)+"e"]=null,this[r(1361)]=null,this[r(1563)+r(1746)]=null,this[r(994)+r(1167)]=null,this[r(1274)+r(1522)+r(1082)+"ct"]=null,this._handleOnLine=this[r(1821)+r(1122)][r(1856)](this),this[r(1821)+"ffLine"]=this[r(1821)+r(962)][r(1856)](this),this["_handleP"+r(1528)]=this._handlePageHide[r(1856)](this),this[r(1624)+r(719)]=this[r(1624)+r(719)][r(1856)](this),this[r(1694)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:1/0,service:0,logIDGenerator:c,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:e[r(1690)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:r(1186),env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:a,ws:d}=t,g=Array[r(550)](a)?a:e[r(632)](e.wFmtA,typeof a)?[a]:[];if(!g||e[r(1560)](0,g[r(926)]))throw new Error(e.WKxLV);if(!e.QtAyI($c,d))throw new Error(e.aCijj);Object[r(1802)](this[r(1694)],t),this._endpointManager=new is(g,this[r(1694)].maxRetries),this[r(1749)+r(1947)]=new Yc(this[r(1694)][r(1782)+r(565)]),this[r(1694)][r(495)+r(1022)]&&(this[r(845)]=!0,this[r(1840)]()),this[r(1694)][r(807)+r(1747)+r(1016)]&&(this[r(891)+"T"]||this[r(1646)+"X"]?this[r(967)+r(1716)+r(841)]():this[r(743)+"er"]&&this[r(1450)+"balEventListener"]())}}[n(1821)+n(1122)](){let t=n;this[t(1694)][t(1833)+t(974)+"nect"]||this["_readyCl"+t(1745)]||this[t(646)+t(1746)]()}[n(1821)+n(962)](){let t=n;this["_destroy"+t(727)+"t"]();let r=e[t(1538)](Nr,e[t(1735)],{message:e[t(880)]});this[t(1274)+t(1522)+"yReconnect"]&&this[t(1274)+t(1522)+t(1082)+"ct"](r)}[n(1450)+n(1943)+n(594)](){let t=n;this[t(743)+"er"]&&window["addEvent"+t(594)](t(1861),this["_handleO"+t(1122)]),this[t(743)+"er"]&&window["addEvent"+t(594)](e[t(1228)],this[t(1821)+t(962)]),this[t(743)+"er"]&&window[t(1030)+t(594)](e[t(1059)],this._handlePageHide),this[t(743)+"er"]&&window[t(1030)+"Listener"](e.BFWAN,this[t(1624)+t(719)])}[n(1834)+"balEvent"+n(594)](){let t=n;this[t(743)+"er"]&&window[t(1798)+t(1395)+t(1441)](e[t(846)],this[t(1821)+t(1122)]),this[t(743)+"er"]&&window.removeEventListener(e[t(1228)],this["_handleO"+t(962)]),this._isBrowser&&window[t(1798)+t(1395)+t(1441)](e[t(1059)],this["_handleP"+t(1528)]),this[t(743)+"er"]&&window[t(1798)+t(1395)+t(1441)]("pageshow",this[t(1624)+"ageShow"])}[n(1624)+n(1528)](t){let r=n,a={wZvLB:e.tiDwq,bGdKg:e[r(753)]};if(e[r(1477)](e[r(1719)],e[r(1719)]))!t[r(629)+"d"]&&(this[r(743)+"er"]&&window[r(1798)+"entListener"](e[r(1059)],this[r(1624)+r(1528)]),this[r(743)+"er"]&&window[r(1798)+r(1395)+"ner"](r(928),this[r(1624)+r(719)]),this[r(1806)]()),this[r(743)+"er"]&&window[r(1798)+r(1395)+r(1441)](r(1861),this[r(1821)+"nLine"]),this[r(743)+"er"]&&window[r(1798)+"entListe"+r(1441)](e.FGoSK,this[r(1821)+r(962)]);else switch(_0x168099){case YZDqmr[r(1671)]:case YZDqmr[r(1887)]:return{[r(1555)+_0x395d27]:1,"x-tt-env":_0x4a5768};default:return{}}}["_handleP"+n(719)](t){let r=n;t.persisted&&(this[r(621)+r(849)]()&&(!this[r(902)]||e[r(1990)](this._ws[r(1876)+"te"],this[r(1138)])||e[r(1339)](this[r(902)][r(1876)+"te"],this[r(612)+"NG"]))&&this[r(1821)+r(1122)](),this._isBrowser&&window[r(1030)+r(594)](e[r(846)],this["_handleO"+r(1122)]),this[r(743)+"er"]&&window[r(1030)+r(594)](e.FGoSK,this[r(1821)+r(962)]))}async[n(1093)+"eUrl"](t){let r=n,{fpID:a,deviceID:d,bddID:g,ttwID:p,accessKey:f,aID:y,customParams:b={},enableAutoAck:P,enableQoS:D,QoSLevel:G,env:R}=this[r(1694)],z,ye,ve;if(this[r(743)+"er"]||this[r(1646)+"X"]||this._isMiniTT)z=location&&e[r(1513)]==location[r(595)]?e[r(995)]:e[r(1462)],ye=t[r(916)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),ve=/^wss(.*:\/\/)/[r(1534)](t)?t:""+z+ye;else if(e[r(1388)]("iqqxv",e.HQZcA))z=e[r(995)],ye=t[r(916)](/(^http)((?:[s]*:\/\/))/,""),ve=/(^ws)((?:[s]*:\/\/))/[r(1534)](ye)?ye:""+z+ye;else{let At="connect "+_0x15a878+(r(1453)+r(1334)+r(906)+r(959));this[r(847)](At),this[r(1536)+r(979)+r(1813)](_0x5f1dea(e[r(1872)],{message:At,code:_0x17ebf7[r(1575)+r(1967)+"R"]}));return}let be=g?e[r(1266)]:p?e[r(1232)]:e[r(1463)],wn=g||p||d;if(e.JjOSm(!wn,!be))throw new Error(r(1895)+r(1772)+r(833)+r(1427)+r(563));let ls=e.TTkIW(e.RmZIV,typeof b)?await b():b,T0=R?Vc(R[r(1564)],R[r(607)]):{},qr=Object[r(1802)]({device_platform:r(1545),version_code:r(1027)+"0",access_key:f,fpid:a,aid:y,[be]:wn,xsack:P?1:0,xaack:P?1:0,xsqos:D?1:0,qos_level:D?G:void 0,qos_sdk_version:2,...T0},ls),k0=Object[r(1001)](qr)[r(964)]((At,Hr)=>qr[Hr]!==void 0?""+At+(At?"&":"?")+Hr+"="+qr[Hr]:At,"");return ve+"/ws/v2"+k0}async[n(1840)](){let t=n;if(!(this["_connect"+t(1218)]||this[t(1014)+t(1745)])){this[t(1840)+t(1218)]=!0;try{let r=this[t(1162)+t(1686)]?.["checkCur"+t(773)+t(1795)+t(1460)+t(1189)](),{timeoutInterval:a}=this[t(1694)];if(r){let g=this._endpointManager?.[t(571)+"ntEndpoint"](),p=this[t(1162)+t(1686)]?.[t(1146)+t(1341)+t(1188)+"UpdateCo"+t(1786)](),f=this["_endpoin"+t(1686)]?.[t(571)+"ntEndpoi"+t(1925)+t(510)]();if(p){let y="connect "+g+(t(1453)+t(1334)+t(906)+"ached, w"+t(1760)+"backup e"+t(1402))+p+(t(1042)+"y"),b=e.zCvmQ(Ce,e.KOUKS,{message:y,code:et["MAX_RETR"+t(1967)+"R"]});this[t(847)](y),this["_dispatc"+t(979)+t(1813)](b),this[t(1627)]=await this._generateUrl(p),this._debug("connect "+p+" "+f+t(1654)),this["_removeW"+t(1763)+"rs"]()}else{let y="connect "+g+(t(1453)+t(1334)+"tries re"+t(959));this._debug(y),this[t(1536)+t(979)+t(1813)](e[t(771)](Ce,e.KOUKS,{message:y,code:et[t(1575)+t(1967)+"R"]}));return}}else{let g=this[t(1162)+t(1686)]?.[t(571)+t(1159)+"ntAndUpd"+t(972)](),p=this._endpointManager?.[t(571)+t(1159)+t(1925)+t(510)]();this[t(1627)]=await this[t(1093)+t(1060)](e[t(953)](g,"")),this[t(847)](t(1548)+g+" "+p+t(1654)),this[t(1242)+"sListeners"]()}if(this[t(845)])this[t(845)]=!1;else{let g=e.behXr(Nr,e[t(1735)],{message:e[t(652)]});this[t(1563)+t(1746)]&&this[t(1563)+"econnect"](g)}let d=this["_endpoin"+t(1686)]?.[t(571)+"ntEndpointTriesC"+t(510)]()||0;e[t(1983)](d,1)&&await this[t(687)](e[t(1297)](d,1)),this[t(847)]("connecti"+t(1419)+this[t(1627)]+(t(1050)+t(1938))+this[t(1482)+"ls"]),this[t(902)]=e[t(988)](Wc,{url:this[t(1627)],protocols:[this._protocols],headers:this._options[t(1576)+t(1414)+"s"]["customHt"+t(570)]},this[t(1694)].ws),(this[t(743)+"er"]||this[t(673)+"r"])&&this[t(902)]&&(this._ws[t(1478)+"pe"]=this[t(685)+t(705)]),this[t(1134)+t(1411)](),this[t(1840)+t(1850)+t(955)]=e[t(1790)](setTimeout,this[t(1052)+"ut"][t(1856)](this),a)}catch(r){throw this[t(1840)+"Lock"]=!1,r}}}["_clearTi"+n(1096)](){let t=n,r={yPZuY:function(a,d){return e.afYIE(a,d)},fwsLr:function(a,d){return e.NxWgc(a,d)},zGuYH:e[t(1811)]};if(e[t(1552)](t(1668),e[t(1769)]))clearTimeout(this["_connect"+t(1850)+t(955)]),this[t(1840)+t(1850)+t(955)]=null;else{if(HyJPlj.yPZuY(HyJPlj[t(1047)](_0x395687[t(900)],_0x29f402),_0x432ef5[t(1073)]))throw new _0x3ce5f8(HyJPlj[t(1283)]);_0x45b522.offset+=_0x25bed4}}[n(1985)+n(808)](){let t=n;clearTimeout(this[t(1561)+t(944)+"Id"]),clearTimeout(this[t(1185)+t(1129)+"tId"]),this["_pingPon"+t(944)+"Id"]=null,this[t(1185)+t(1129)+t(1300)]=null}[n(847)](...t){let r=n;this[r(1694)][r(641)]&&console[r(1634)][r(625)](console,[e[r(1343)],...t])}_getIntervalValue(t){let r=n,{initReconnectInterval:a,maxReconnectInterval:d,reconnectIntervalGrowFactor:g}=this[r(1694)],p=a*Math[r(838)](g,e[r(529)](t,1));return e[r(1470)](p,d)?d:p}[n(885)](){let t=n;if(this._ws&&e[t(1816)](this[t(902)][t(1876)+"te"],this[t(612)+"NG"])){this[t(1985)+t(808)](),this[t(1561)+t(944)+"Id"]=e.ISjxK(setTimeout,this._ping[t(1856)](this),this[t(1694)][t(755)+t(1089)]);return}if(!this[t(902)]||e[t(1524)](this[t(902)].readyState,this.OPEN))return void this[t(646)+"econnect"]();this[t(902)]&&this[t(902)][t(1264)]("hi"),this["_reconne"+t(1129)+t(1300)]=e[t(1282)](setTimeout,this[t(646)+t(1746)+t(1615)][t(1856)](this),this._options[t(631)+"outInter"+t(1684)])}[n(646)+"econnectTimeout"](){let t=n;this[t(1749)+t(1947)]?.addCount(),this[t(905)](t(1611)+t(929)+"t",t(1279)),this[t(1749)+"sCounter"]?.[t(1019)+t(574)+"nt"]()?this._handleReconnect():this._ping()}[n(621)+n(849)](){let t=n;return this[t(891)+"T"]||this[t(1646)+"X"]?this["_miniNavigatorOn"+t(1651)]:(this[t(743)+"er"]||this[t(673)+"r"])&&this[t(1694)][t(807)+t(1747)+t(1016)]?navigator[t(1780)]:!0}[n(646)+"econnect"](){let t=n;!this[t(621)+"orOnline"]()||this[t(1014)+t(1745)]||(this[t(1162)+t(1686)]?.["resetEnd"+t(1392)+t(1141)](),this["_pingLos"+t(1947)]?.["resetCou"+t(1558)](),this[t(902)]?this[t(870)+t(1403)](1001,e[t(1844)],!0):this[t(1840)]())}[n(967)+n(1716)+n(841)](){let t=n,r={flWZJ:function(a,d,g){return a(d,g)},KMuky:"error",viTuz:function(a,d){return a===d},kjWTi:e[t(1031)]};this._isMiniTT?tt[t(1752)+t(1626)+"hange"](({isConnected:a})=>{let d=t,g={qEhlu:function(p,f,y){return r[L(1412)](p,f,y)},kqFND:r[d(551)]};if(r.viTuz(r[d(1963)],d(1843)))this[d(597)+d(638)+d(1651)]=a,a?this[d(1821)+d(1122)]():this[d(1821)+d(962)]();else{let p=SAzSNQ[d(713)](_0x17a68a,SAzSNQ[d(1767)],{message:_0x2e3631[d(1503)],code:_0x3039ee.OPEN_ERROR,error:_0x58ba2e});this["_dispatc"+d(979)+d(1813)](p)}}):this[t(1646)+"X"]&&wx.onNetworkStatusChange(({isConnected:a})=>{let d=t;this["_miniNav"+d(638)+d(1651)]=a,a?this[d(1821)+d(1122)]():this[d(1821)+d(962)]()})}_wait(t){return new Promise(r=>{let a=L;e.zyEii(setTimeout,r,this["_getInte"+a(1549)+"e"](t))})}[n(870)+"ect"](t=1e3,r="",a=!1){let d=n;this[d(902)]&&this[d(707)+d(727)+"t"](t,r,a)}[n(1052)+"ut"](){let t=n,r=this[t(1162)+t(1686)]?.[t(571)+t(1159)+"nt"]();this[t(847)]("connect "+r+t(1453)),this[t(870)+"ect"](1001,e.rszWp,!0)}[n(548)](t){let r=n,a={FZWyP:function(g,p){return e[L(769)](g,p)}},d=ne(t);if(this._ws&&e.iPjoy(this._ws[r(1876)+"te"],this[r(1138)]))if(e[r(706)](e[r(787)],r(1723))){let p=""+_0x31034e[r(1736)](),f=_0x1a0d62||(_0x926b5d=_0x250779(_0x87c09)),y=_0x49cc38[r(970)]()[r(1177)](16)[r(509)](-6);return SvLZDh[r(895)](SvLZDh[r(895)]("02",p)+f,y)}else this[r(902)]&&this[r(902)][r(1264)](d),this[r(847)](e.WvlvR,t)}_removeWsListeners(){let t=n,r={Bohxj:function(a,d){return e[L(722)](a,d)}};if(e[t(681)](t(1396),e.SxNHm))return chokUe.Bohxj(_0x56404f,_0x2e1b3e);{let a=e[t(1144)][t(1647)]("|"),d=0;for(;;){switch(a[d++]){case"0":this[t(902)][t(1798)+"entListe"+t(1441)](t(1939),this[t(655)]);continue;case"1":this[t(902)][t(1798)+t(1395)+t(1441)](e[t(1872)],this[t(1650)]);continue;case"2":this[t(902)][t(1798)+"entListe"+t(1441)](t(1503),this[t(1796)+"ge"]);continue;case"3":if(!this[t(902)])return;continue;case"4":this._ws[t(1798)+"entListe"+t(1441)](t(1806),this._onClose);continue}break}}}[n(1134)+n(1411)](){let t=n,r=e[t(816)][t(1647)]("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(902)][t(1030)+"Listener"](e[t(1872)],this._onError);continue;case"1":if(!this[t(902)])return;continue;case"2":this[t(902)][t(1030)+t(594)](e.UJTUV,this[t(1796)+"ge"]);continue;case"3":this[t(902)]["addEvent"+t(594)](e[t(1955)],this[t(655)]);continue;case"4":this[t(902)][t(1030)+t(594)](e[t(1078)],this[t(1387)]);continue}break}}[n(1130)+n(521)](t=1e3,r=""){let a=n;try{this[a(902)]&&this[a(902)][a(1806)](t,r)}catch{}}_destroyWebSocket(t=1e3,r="",a=!1){let d=n;if(e[d(1936)](e[d(1352)],e[d(1352)])){if(this[d(1985)+d(808)](),this[d(633)+d(1096)](),this["_removeW"+d(1763)+"rs"](),this[d(1130)+d(521)](1e3,r),this["_connect"+d(1218)]=!1,a&&this[d(621)+"orOnline"]()&&!this[d(1014)+d(1745)]){if(this[d(1162)+d(1686)]?.[d(1019)+d(733)+"es"]()){let p=this["_endpoin"+d(1686)]?.["getCurre"+d(1159)+"nt"]();this["_dispatc"+d(1474)+"ent"](Re(e[d(1078)],{code:1006,reason:"connect "+p+(" timeout"+d(1334)+"tries reached"),wasClean:!0}))}else{let p=this._options[d(903)+d(1987)+"ptor"](t,r);this[d(1536)+d(1474)+"ent"](e[d(1085)](Re,e.aYQoz,{code:t,reason:r,wasClean:!0,willReconnect:p})),p&&this._connect()}return}this[d(621)+d(849)]()||this["_readyCl"+d(1745)]?this[d(1536)+d(1474)+"ent"](e.sguZr(Re,e[d(1078)],{code:t,reason:e[d(1119)]})):this[d(1536)+"hCloseEv"+d(1813)](e[d(1303)](Re,e[d(1078)],{code:1006,reason:e[d(1616)]})),this[d(902)]=null,this[d(1162)+"tManager"]?.[d(1447)+d(1392)+d(1141)](),this[d(1749)+d(1947)]?.[d(1519)+d(1558)]()}else _0x3fbb84[d(1634)](_0x526a71)}[n(1536)+n(1328)+"nt"](t){let r=n;this[r(905)](e[r(1955)],t),this[r(1361)]&&this.onopen(t)}[n(1536)+n(961)+"Event"](t){let r=n;this[r(905)]("message",t),this[r(1880)+"e"]&&this[r(1880)+"e"](t)}_dispatchAckMessageEvent(t){let r=n;this[r(905)](r(1585),t),this[r(994)+r(1167)]&&this[r(994)+"eAck"](t)}[n(1536)+n(979)+n(1813)](t){let r=n;this[r(905)](e[r(1872)],t),this[r(1164)]&&this.onerror(t)}["_dispatc"+n(1474)+"ent"](t){let r=n;this[r(905)](e[r(1078)],t),this[r(555)]&&this[r(555)](t)}get binaryType(){let t=n;return this._ws?this[t(902)][t(1478)+"pe"]:this["_binaryT"+t(705)]}set[n(1478)+"pe"](t){let r=n;this[r(685)+r(705)]=t,this[r(902)]&&(this[r(902)][r(1478)+"pe"]=t)}get retryCount(){let t=n;return e[t(985)]===t(1351)?this["_endpoin"+t(1686)]?.["getCurre"+t(1159)+"ntTriesC"+t(510)]()||0:rXZKZl[t(1296)](_0xcfce50,_0x40aaae.apply(rXZKZl[t(1882)](_0x11f569,this),_0x5629a3))}get[n(1597)+"Amount"](){let t=n,r=this[t(1175)+"Queue"][t(964)]((a,d)=>(a+=d&&d[t(1613)+"th"]||0,a),0);return e[t(1386)](r,this[t(902)]?this[t(902)][t(1597)+"Amount"]:0)}get extensions(){let t=n;if(e[t(1365)](e[t(734)],e[t(734)]))return this[t(902)]?this[t(902)].extensions:"";_0x1fb567.set(_0x4f203b,_0x21be72),_0x22a2ca[t(1496)](_0x49c59d,_0x5b912d)}get protocol(){let t=n;return this[t(902)]?this[t(902)].protocol:""}get[n(1876)+"te"](){let t=n;return this._ws?this[t(902)][t(1876)+"te"]:this[t(1694)][t(495)+t(1022)]?this[t(612)+"NG"]:this.CLOSED}get[n(1169)](){let t=n;return this[t(902)]?this[t(902)].url:this[t(1627)]}[n(1806)](t=1e3,r){let a=n;if(e[a(1825)](a(1028),e[a(1997)])){let d=this[a(1694)][a(903)+a(1987)+a(1601)](_0xb63241,_0x1045df);this[a(1536)+a(1474)+"ent"](e[a(1894)](_0x38d8de,e[a(1078)],{code:_0x2e299b,reason:_0x47c9c1,wasClean:!0,willReconnect:d})),d&&this[a(1840)]()}else{let d=("2|0|1|5|"+a(676))[a(1647)]("|"),g=0;for(;;){switch(d[g++]){case"0":this[a(633)+a(1096)]();continue;case"1":this["_clearPi"+a(808)]();continue;case"2":this[a(1014)+a(1745)]=!0;continue;case"3":if(!this[a(902)])return void this[a(847)](e[a(763)]);continue;case"4":if(e[a(1869)](this._ws[a(1876)+"te"],this[a(1250)])||e.rCBst(this[a(902)].readyState,this[a(1121)]))return void this[a(847)](e[a(697)]);continue;case"5":this[a(1834)+a(1943)+a(594)]();continue;case"6":this[a(1502)+"ger"]?.[a(611)]();continue;case"7":this[a(707)+"WebSocket"](t,r);continue}break}}}async[n(1264)](t,r){let a=n;if(e[a(503)](null,t))throw new Error(e[a(1574)]);e[a(503)](a(667),typeof t)&&(t=JSON[a(1906)+"y"](t)),e.HIDLI(e[a(1471)],typeof t)&&!(t instanceof ArrayBuffer)&&!(t[a(1620)]&&e[a(1183)](t[a(1620)],ArrayBuffer))&&(t=JSON[a(1906)+"y"](t));let d=await e[a(1407)](cs,t),g=Jc(t),{method:p=0,service:f=this[a(1694)][a(549)],logID:y=this[a(1694)][a(876)+a(1326)](),headers:b=this[a(1694)][a(1168)],payloadEncoding:P=this[a(1694)]["payloadE"+a(1035)],payloadType:D=this._options[a(728)+a(705)],logIDNew:G=this[a(1694)]["logIDNew"+a(1051)][a(805)+a(1968)+a(1187)+"ew"]?e.DTVCs(o,this[a(1694)][a(1223)+a(1051)][a(821)]):""}=r||{};if(!f)throw new Error(e.HUXqP);let R={SeqID:j[a(1681)+"er"](this[a(1855)]++),LogID:j[a(1681)+"er"](y),service:f,method:p,headers:b,payloadEncoding:e[a(589)](P,Object)?P[a(672)]?P[a(672)]:"":P,payloadType:e[a(1691)](D,Object)?D[a(1962)]?D.type:g:D||g,payload:d,LogIDNew:G},z=e[a(1176)](ne,R);return this._ws&&e.EpUnj(this[a(902)].readyState,this[a(1138)])?(this._ws&&this[a(902)][a(1264)](z),this[a(847)](e[a(1838)],R)):e[a(717)](this._messageQueue[a(926)],this[a(1694)][a(721)+a(506)+a(1702)])?(this[a(1175)+a(1273)].push(z),this[a(847)](a(1207),R)):(this[a(1175)+a(1273)].shift(),this[a(1175)+a(1273)][a(1874)](z)),{seqID:this[a(1855)],logID:y,logIDNew:G}}async reconnect(t){let r=n,{url:a}=e[r(1147)](t,{}),d=Array[r(550)](a)?a:e.wFmtA==typeof a?[a]:[];t&&Object[r(1802)](this[r(1694)],t),d&&d[r(926)]?this[r(1162)+r(1686)]=new is(d,this[r(1694)][r(1316)+"es"]):this[r(1162)+"tManager"]?.[r(1447)+r(1392)+r(1141)](),this["_pingLos"+r(1947)]?.["resetCou"+r(1558)](this._options[r(1782)+"Count"]),this[r(1014)+r(1745)]=!1,this[r(902)]&&this[r(902)][r(1876)+"te"]!==this[r(1250)]?this["_disconn"+r(1403)](1e3,e.nMNlq,!0):(this[r(845)]=!0,this[r(1840)]())}async connect(){let t=n;if(!this[t(1840)+t(1218)]){let r=e.fYjuc[t(1647)]("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(1840)]();continue;case"1":this[t(1749)+"sCounter"]?.[t(1519)+t(1558)]();continue;case"2":this[t(1014)+"osed"]=!1;continue;case"3":this[t(845)]=!0;continue;case"4":this["_endpoin"+t(1686)]?.[t(1447)+"pointCon"+t(1141)]();continue}break}}}["addEvent"+n(594)](t,r){this.on(t,r)}[n(1794)+"Event"](t){let{type:r}=t;this.emit(r,t)}[n(1798)+n(1395)+n(1441)](t,r){this.off(t,r)}[n(1980)](){let t=n,r={LNmeJ:function(a,d){return e[L(832)](a,d)},mVAXv:e[t(1542)],NVUoK:"ping_onc"+t(929)+"t"};return new Promise((a,d)=>{let g=t,p={LMJDa:function(b,P){return b(P)},LSrEx:e[g(1090)],IIQkx:e.BUhmM,DoqPW:e[g(1706)]};this[g(1985)+g(808)](),this[g(1561)+g(944)+"Id"]=e.VjnEt(setTimeout,this[g(885)][g(1856)](this),this[g(1694)][g(755)+g(1089)]);let f=()=>{let b=g;r.LNmeJ(a,b(824)),this[b(726)](r[b(834)],f),this[b(726)](r.NVUoK,y)},y=()=>{let b=g;p[b(1712)](d,p[b(904)]),this[b(726)](p[b(624)],f),this[b(726)](p[b(1193)],y)};this.on(e[g(1542)],f),this.on(e[g(1706)],y),this[g(885)]()})}}})(),ie[E(1871)+"oseEvent"]=ee[E(1871)+E(1115)],ie[E(1033)+E(1155)]=ee[E(1033)+E(1155)],ie[E(898)+"e"]=ee[E(898)+"e"],ie.Event=ee[E(1178)],ie[E(1950)]=ee[E(1950)],ie["FrontierMessageE"+E(1376)]=ee[E(1954)+E(1628)+"vent"],ie["MessageE"+E(1376)]=ee[E(1628)+E(1376)],ie[E(1357)+"t"]=ee[E(1357)+"t"],ie["Reconnec"+E(1364)]=ee[E(1944)+E(1364)],ie[E(1920)+E(1115)]=ee[E(1920)+"oseEvent"],ie[E(1609)+E(1155)]=ee[E(1609)+E(1155)],ie[E(617)+E(1055)+"nt"]=ee[E(617)+E(1055)+"nt"],ie["createOp"+E(1995)]=ee.createOpenEvent,ie[E(1835)+"connectE"+E(1376)]=ee["createRe"+E(1748)+E(1376)],ie[E(1649)+E(1785)]=ee[E(1649)+E(1785)],ie[E(653)+E(912)]=ee[E(653)+E(912)];for(Xn in ee)["CustomCl"+E(1115),E(1033)+E(1155),"ErrorCode",E(1178),E(1950),E(1954)+E(1628)+E(1376),E(1628)+E(1376),"OpenEvent",E(1944)+E(1364),E(1920)+"oseEvent","createEr"+E(1155),"createMe"+E(1055)+"nt",E(1492)+E(1995),E(1835)+E(1748)+E(1376),E(1649)+E(1785),E(653)+E(912)][E(1726)](Xn)===-1&&(ie[Xn]=ee[Xn]);var Xn;function rr(){let n=["BwvZC2fNzq","m3WWFdr8mNW","qwLOA2y","z2v0qwXS","B0PnvLO","DMrRqvK","u0rbquy","q0fhy3u","CufoExK","vhLZC0G","vNHMqwe","ugLVs0W","tMfnuui","Cwnnv2O","vxbKyxrLq28","vwHQEui","CMvZzxrdB3u","z0TNAem","reDMr3O","BwvKAwf0zwW","AxnrB1nnzxm","EwzHBKu","D24GCMvHC28","yuLLzMe","z1D5wgG","ywDLsgLKzq","ANjXAKq","Axnby2TdBgu","shrJAMe","ywDLrxzLBNq","qKDNAg8","DgvZDa","qwL4Efe","x2rPC3bHDgm","ihzHBgLKigq","C25OtLC","C3z1q1a","ywWGy3vYC28","zxH0zw5ZAw8","qLvOBu0","mdaWmdaWmda","vM12rKq","D2vI","Cw9Z","BwvZC2fNztO","y29UBMvJDca","CNzHBfzHBhu","Dw5KzwzPBMu","vNDKEwe","Bu1HtwC","wenOwLK","C3jJ","Ec11C2uT","rKLmrv9ot1q","z1bssgy","BNrLCG","BKvRuK8","r0HIveO","x3bPBMDqB24","wefStue","B25tDgfYDfi","EfvZzuvUDG","y2XLyxi","BxnN","DvrSAeq","m3W1FdD8nNW","ywXS","zM9Yy2u","q3LgAKy","yNbxwuy","Dg9cExrLC0W","teviqLi","tufyx1jfvfi","BwLUAvbYB2C","rK1WBLK","ChjpswS","EfnlEe4","BhP0wvC","zNvUy3rPB24","CLzHBhvLCW","tu1lyKO","sLj0tM0","ywnR","wvPLEg8","sgrRwe0","uMjMsfm","AefJA01LC3m","reveBeS","uLv3rLi","x0rctMfTzq","zvDisgG","yw5Hz2vY","qwTqq1q","tu1qu0C","yNvMzMvYzwq","y3vYCMvUDeu","sgzts2e","mtf8mtb8ohW","ChrVCG","DvvzEhO","B2zMBgLUzq","zM9YrwfJAa","Dvnfzuy","rNnjEu8","AfjzALi","Chv0","y3jLyxrLrxi","t0Hkq1O","CgLUz19VBMm","B01jwhq","yNL0zuXLBMC","ywHpB1u","vgLTzw91Da","DwfOv2e","rNH2vue","AgfUz2u","D29zquq","yNvMzMvY","z0vTA0K","rLnAAey","z2PVu1a","x2HHBMrSzva","CMX6yuW","A1n0yxr1C0m","x3vYBa","twvZC2fNzuu","Dg9Y","B09bs2G","tKHpAMO","rxLywgS","y2HLy2TdDxi","Bg9N","vfvTB3q","B2LbD1y","thDmsuq","tMfTzq","zun1veC","A25dsKi","Aw9Ul2PZB24","zffNCeG","ywX3yxLZ","D2zODgq","AhrTwhC","x2LZtwLUAvC","C3bSAxq","wLLREeO","zgvJB2rLzey","x29UrxjYB3i","BgLUzq","C2v0u3rVCMe","zNjVBunOyxi","ihrPBwvZ","C3vIyxjYyxK","AwXK","zcWG","EgDtsK8","tfPnyLC","BuDcr1i","BwLUzW","vMzKte4","rMX3vvO","Cvntzhi","BxriBwe","BgrYCui","nhWYFdb8mxW","uuzUuKm","wxzoEfa","q3jAtMG","D1P2tei","CNjVCK1LC3m","vuPuvvy","uNvgAfu","Bwu6ia","sLnHwg0","mtKXCvvtsKDz","y3r4","wwvXDhu","tg9Nsuq","zNjVBu51Bwi","AxnAzxjV","yMrFzgLK","DMfS","CMTLCKDSB2i","De1HBMfNzxi","qNfHt1q","sLjTugS","vhb5BgW","DeziuLe","BhDfveC","qKLSze0","ve9IDfC","x29WDgLVBNm","u01pqu8","q3zYCha","qxvpveK","wK5rzu8","zKL4yuy","wKHTr1i","Cezstvi","zw5NDgG","ywLpCKG","x2DLDeLUDgu","r2Txv3u","tg9Qtfa","C0fSve0","ywXPzcb1CMW","Cg9W","vgfN","vhzivvK","te1krge","yxnJCMLWDa","z2Dnvxa","EgnfrMy","zxrxB3jRq2G","v2vPEgLUsLm","t3Leq3y","BhrsqMO","A1PSufa","zuXmuK0","s010qxm","Bgz4rgC","mNW0","EwXjtLy","Aw5KzxHpzG","B3jL","vw5Oyw5KBgu","DMfSDwu","D2fZq2XLyw4","yxnL","yufsChC","zgPWteG","rujos1u","BwD3Ewi","BM93","suzNvhi","zMnZCKq","DgLeD3e","CMvTB3zLq2G","sfHVy3i","uLHfBwq","rfrOzgC","B29oEgy","B3nLza","zwnVBM5Ly3q","DhDVCMTdAge","y29UBMvJDeu","x3bPBMDmB3m","seP5zeS","wwTdwKS","B25ozxr3B3i","EuPNEM8","D05hB1u","BMvdv2e","DhjHBNnHy3q","uKTRBeK","ugrgyM8","BunYu2m","AwXSihvZzsa","ENndrKC","rgLXEvy","C0XPC3rLBMu","yw51Ce1LC3m","rg91BeW","B25fCNjVCG","A3fgtKq","Cuv4z3e","qKndt1O","zw5HyMXLvhi","zv9ZDwnJzxm","CM92AwrLigi","uu9ICeG","zgv2AwnLx2K","yM5Azvi","yLLpvLa","zgvMAw5Luhi","q1r4Dhe","q0frtxC","B25mAw5L","qMTjExu","CgLUz0XVC3m","zcWGDw5RBM8","uvPSuM4","CMfTzq","Dw50","CMvHzfvjBNq","C091wxC","DMfSDwvZ","sw5fsLC","zMzLCG","zNjHBwvuExa","tfvVEfi","zgLZCgf0y2G","B2LUDfjLywm","x29UtwvZC2e","t2DKA28","CMvTB3zLrxy","x2LUAxq","zM9msxK","C2XutuG","yxnZAwDU","EKTzsKu","sfHWzw0","yujTsgi","y2XVC2u","CNn6v3a","EuvYzeq","rMTfCha","x2nYzwf0zvm","zKDJBMe","zuXzsuW","zw50","zNjVBujPDhm","v0nAv3O","CfjRt3a","ELDiuhO","D05PBvi","vgvoy2q","whnRBNO","x2HHBMrSzu8","lcbOB3n0BMe","t3Pdqvq","v0r3AwW","wfzny28","Aw5KzxG","tMrhDxO","v050ELq","AgztuNC","t2Tnzhy","A0XzCMu","EKHstey","zgLZywjSzue","x2rYB3bhBg8","y3jLyxrLuMu","tM9jDxu","A2v5","vfDkBe8","ywrK","x2nVBM5Ly3q","CYbPBNn0yw4","DxbKyxrLq3u","AvPXt0u","wfjRDLO","Aw9U","qwjqCfe","rLDWqKy","vu5qAxy","sNLjywW","Aw9UvgLTzw8","z2v0u3rVCMe","y3vYC29Y","CNDXvvC","C0HyANO","x3nLCuLK","yMLUza","rM5XEeq","z3HivfC","CMvXDwLYzwq","Cgf5Bg9Hza","B25SAw5L","BMv3vMvYC2K","s0XNEMC","D2LSBfjLy28","BuTuC1e","Aw5PDcbrB1m","seLeBKq","CMzmEgK","C3fvz3G","EvzgCKC","q3vZDg9Tq2W","s09vs1m","zgvSzxrL","ChvZAa","y3vYC29Yx24","CMvHzhLtDge","zMLSDgvY","qNDPENO","BNLbAMC","B25TzxnZywC","uxLRDvy","AMXrzKC","C29Tzq","yxjYyxLIDwy","AeLorvu","q3zXvLe","yKDKs2C","uvHpquS","yvzcu3e","Aw50zwDLCIa","ueLryMe","DLbwCgW","Aw5N","ExDYAha","CgXLyxnLiha","EwLhA3y","vg1tEwe","D2rLyNy","BezSDxnO","rxjhAfy","sgr0wgW","zxq9DxrMltG","wK1Mrum","yMXVy2TLza","tfzUrLm","C3rYAw5NAwy","D3jPDgu","AuTgA28","B3PrEwK","x2LZtM9Kzq","Eg9QrKe","sfDtrgO","r01rCKu","zw50zwqGDhK","qxDdzxq","EKDHsNe","mtq4mdzpqNfizKi","C3rHCNq","nhW1","y3jLyxrLq2W","CM92AwrLige","CKj2q2S","Ahz0DeS","CeToyuG","BNruCMLLC0m","qMrktfa","A0v0D20","rvnAwwu","C2HPzNq","ihn1y2nLC3m","zxHWB3j0CW","uwfzELi","Avz2z0W","zgTju0G","BvDRBvm","sNHKtfu","BwvZC2fNzv8","Bhm6ia","B3bLBG","qM5JyNi","y2vZC0HHBMq","v3rJwgm","yMfSrxzLBNq","uMvJB25Uzwm","BejAuLm","tgrvANm","C0nVDw50zxi","x3fVC0rc","z2HoA0u","rLDt","qxPushq","vhbvAvq","zgHjuLi","rNjVBNrPzxi","sgrfwKm","r1fRzKC","Dhrvq1m","r2XzA3C","AK9Hsw0","wMH1z0O","qMLPy1m","DhLWzq","A2PxvgK","Ahr0Ca","z0DuugO","mxWXFdn8mhW","suvtx0vsuK8","Dg9hzw5LCMe","x2n1CNnVCK4","zKXtswS","wLbnyva","s25Pv28","quXLB2W","mxWZFdr8mNW","C1bXr1u","sLnptLa","tK9gCxm","Durtqxu","z29PBMCGyxC","CgLUz09Uy2u","mNWW","ELzoAe8","ywzzsuu","Dg9mB3DLCKm","x2nSzwfYugK","BMv4DcGPigm","DeLUDgvYy2u","mxWYFdb8nhW","yKTwv2G","vuTdB2e","CKTABw8","tw96tMm","y2fSBa","vhjezhO","zw5fDMvUDa","u25gtKW","y1D5wNq","zw1LBNq","sMXPv1i","rKfTAvy","zM9LwMK","yxv0B21HDgK","zxjFBxnNAwq","C2v0sxrLBq","rfPyDvG","tMjoufK","tg9NsurozxC","Bwv0Ag9K","Efr5Cge","ELzZvui","Dwjqq3m","r01AB3m","z2vrDwv1zuW","CMfNzvn5BMm","yuzNDgS","C2XPy2u","B3vUDa","Dxz4qMy","DgLTzw91DcW","yNL0zxm","DujUuLe","B1LvDuC","igfYCMf5yNu","C3rVCMu","svDwyKK","z2vY","C2zUD3C","BMnLq2XVC2u","BLb5EeW","EefsDeu","x2LUDgvYDMe","B2XKvMvYC2K","D3jPDgvvAw4","AevMDuG","C2vcEeu","wLntEuO","A2DfEfG","mtm1mJuZm3LlEMXnAa","uuL3ENG","tLbNDee","tNnKC04","yLfut0O","Ec1TC2CTy3u","Dw1btwy","tNHgCKm","DvDuB00","s3HNCMm","x194x21Zz18","CNnVCL9Uyw0","AuXhENG","vvveBwC","yK9cCNm","y3vYC29YlNm","Dg9VigXHCMC","x3nLBMrby2S","C2vYDMLJzq","AxnbCNjHEq","s011A3K","B25nzxnZywC","CMvZzxruCMK","DNPlCNm","B25JBg9Zzq","BwnyzKi","DKPTwLK","D3rKCfu","tKfusvzfx0u","ug5YvgS","u0nxuMW","ou1tt21hCq","CIb0DhDjra","v2LUzg93","q291BNq","ihzHBgLKihm","uK5cshm","ENLfAwK","Dw56B2W","DhbizwfKzxi","z2v0q3vYCMu","Dw5ZAwDUzwq","CKncC3q","y2HnyxHdB3u","nJCWnK1bD0HJra","yxbWzw5Kq2G","yLzrCxm","C2vUDa","Bvrvquq","vwLusfG","BwXusKO","DMvWDMO","C2fNzq","z2v0s2v5","qMnQBwe","zM95Awi","uMLbrfi","vuztCK8","A1nzu2m","x3bYzwzPEa","DuXRveW","ywvvEhi","Dhr3Awq","tgLZDgvUzxi","ChjVDg9JB2W","zNDUDNO","x21PBMLoyxy","vu1dDxm","CNnVCKzPBgu","AxjLza","D0rWz28","CLvVs3C","yxrHlcbKyxq","DM1xBg8","Evznzgi","DNncC2q","Efrurw52","wLrpvva","yKDgqMK","y2Dny3G","y2XVC2veqG","q09otKvdveK","C2rSzhy","B2nRzxrtDwm","Ahveqxm","EMHJqvC","y3jLyxrLtwu","AwXLx25HBwu","Dgv4DfbHEwW","sMXzDfu","x25HDMLNyxq","qNPeAeS","wKztvMi","suLrA3G","yxbWBhK","zNjVBuj5Dgu","s0rzAuS","qKT1BuG","CgvYC2LZDgu","B25Uzwn0Aw4","CgLUz1rPBwu","ze53yKW","x2nSzwfYvgK","z01pAgq","zMXVB3i","ANDKqKi","tLnLs2y","AwDHDg9Yt24","ELPKrvO","DfPYtwe","zgvIDwC","x19LC01Vzhu","yMfSu2nVCgu","AxvjvM8","swvjzwy","x2HHBMrSzvi","vLHAAu4","s2XfA0C","vKDdB3a","DfftDwC","AgruDuC","A3DVANy","zw5JB2rLrNi","ign1CNnVCIa","x29Ut3bLBG","y29UBMvJDfm","yNDNshi","ywr2yw5Jzq","x3nVy2TLDa","sKD2re0","CM5uwhC","q0fQsLm","Aw5L","z1jPy2C","zwrPyxrLBhK","qLzxueu","BNvTyMvY","CMjdzKm","EKTkBMS","wwDWB04","CKPWDeO","zw5JB2rPBMC","x2LZv29YA2u","ywjsuvi","C0Xf","nNWZFdr8nW","r0HevNi","B3bLCNr5tMe","AxnmB25N","wezevNO","rNvuA2e","B2nRzxq","pxv0zI04","sg1ewNa","x2jPBMfYEvq","quPgsfG","x3DHAxq","ueH2Avi","ChbL","C2nYAxb0","C2v0zgi","sxrkDxu","Cejgz2y","wKnYywi","tNfov0i","EMD0CLm","zhbzANe","z2vtEw5J","DfPXreW","DhbzAhm","z3f4CLa","BwLZzq","vgTLCLG","zMzNEKm","ExbL","ANDuDuy","x2rLC3rYB3K","tw9KDwXL","t1HxD2q","mxWWFdj8nhW","DNzIC2i","C2vUzf9Hy2S","CuvOBhu","wgD1zKe","wNf0uwK","AfDiD1a","yMTSwum","EgrwsvK","ywDLu2HVDW","yMf3BMe","Bwf4twvZC2e","ue1VAe4","qLr0v1u","zLD2A1C","AvPVEfu","B2zM","v2vIu29JA2u","Cgf5Bg9Hzfq","u2HHCMvKv28","wuL0rLq","C2DPza","DhHjD2m","y2HnyxHuCMK","AwnSDg8","t2jQzwn0","vLDNq0m","DNreuLi","AwPwA0q","DgDbwLK","zg9Uzq","B3jLtMfTzxm","zMLSzw5HBwu","x2LZqNjVD3m","rNrxC0C","yxv0BW","sLrny20","Be1XvMK","CMvfA1u","Ee5eAgm","wMnOtha","BxLQD04","rMvfBeu","r1HIrhO","x2XPC3rLBMu","CgLUz0LUDgu","CwPID0u","z1nHBwq","yM9KEq","yw1Lu3bHy2u","rM5lwNK","C0PewM8","BK9Wyui","EMzeAuG","whjuB1G","DgzVuxu","x2n1CNnVCK0","Cujztwu","wKfZyNa","B2XkCM4","B1b5D04","vLfgzKK","rhLmzgi","CMvUDevUzha","EwzxCfK","v3DrC2K","q29Kzq","CKfXCuC","vuDewLa","u0jbwLi","C2v0y3vYC28","uLjpuG","y1DAvK0","igzPzwXKoIa","twHuqvG","Bg93","BvPSDum","u3P0Dfu","mJG3mhHbq1zLvW","rgDhAhm","BeHHBMrSzxi","zMzMzG","t2vwAg0","zhz4Axa","B3bLBKrc","tg9zzfK","zxjYtxnN","DgnTuKe","zNLXu1e","BKT0A3G","EgjwDeO","zxmGCMvHy2G","rLjptLrjrvi","BgPQBNG","zxjYtM8","zw5HyMXLqxu","tuPkAg8","BgLZDgvUtMu","BMDuAw1LCG","Cgr2CMW","B3zhs0m","qwPysLO","q2X2svi","B0LdteG","DgHKwxu","qvvNsei","sNjevfO","C3b3ufG","B2fK","BfrfDvK","zMX1C2HfEha","DxnLCKLW","A1P2AM4","yNvlsu8","C3vJy2vZCW","zLfruuK","Evb0wfq","Bg9IywXty28","x2rItMfTzq","y291BNq","reiGzMfPBgu","zxj2AwnL","twXvveG","zgrjrcWGzgu","Bvzbwhy","r0rwyNO","zxjYB3i","qu11vgm","Cg93","DerYq3m","z2v0t3DUuhi","yw5Nzq","B0H2ug4","EwLeCNu","zxjFAxnFywm","x2LZsw5PDa","Evr0v0G","x2rLyNvN","DLntsuW","B3jpBMXPBMu","y0jHD1u","y3vYCMvUDeK","y29UBMvJDgK","EgLqq0K","A1nArhG","qwjTz2O","EuTVCKi","yvn0vhG","DhrIy1u","CvbvA1C","txrusee","twLZC2LUzYa","u3HkAK4","C0LmDuW","ugPrrNG","uu5czhq","zLnguem","tgDVqNK","ywrKq291BNq","qxjlvw8","x2rPC2nVBM4","yKjevuu","DNz5wMO","zfDVCMTLCKC","qwvwzMC","uwfLEwO","Bg9Nsurhzw4","id4G","ELPozw0","yNL0zu9MzNm","AMXls1a","D3nZoI8V","s1LUzKy","sgDNrhi","ywfHu0m","x3bPBMC","BvDkEg4","A3DmvxK","Dg1Oufu","zejwD0y","AuDVtLu","x2LZtwLUAvq","Aw5JBhvKzxm","CgfNzwHPzgu","EK9fu0G","rLPxEva","y2XVC2uSihC","BIWGAg9ZDg4","rxjYB3jdB2q","v2XVAMu","B2zMC2v0","DxbNCMfKzw4","x3DZ","CMvJB25Uzwm","tfnYrxG","zw1PDa","DhjPzxmGCMu","z2u6ia","v3jpC2q","q3n4ExG","Ec1TC2CTCw8","q1nIAwe","yw1L","vhLyDhe","vNL2rLe","AK91s0G","CMvWBgfJzq","y2HHCKnVzgu","B3jRzxjhBg8","vuDLAw8","Ee5ArvC","ChjVy2vZCW","DevfqLu","qw1VDw50","y1bHANO","wffbA3O","BgvUz3rO","DgHHBIbSB2m","CgfNzxnOB3C","zv90Aw1LB3u","B1vevMO","D3m6lY8","tefgEMu","u2zlwhm","C3rYAw5N","ChnoufG","sgHZCfy","suT3q1C","v0v6uhG","rwXJwfu","AxnFywnR","sNjPAw8","Duzkrw8","BNDZAvi","z1rPBwvVDxq","AMvJDfn0B3i","BhzQBxq","Eu1Prwu","CKPprM0","wND1que","rfHRBMK","rwHbEhq","mxWWFdv8m3W","q0zOquK","DKzHt0C","Dxrjza","vK1tvLq","tLD0Bw8","CKDps2m","ywnOzwq","ywnRtxnNswq","Ae1LC3nHz2u","zMzmAw5L","z3fJyKK","CMvKDwnL","DNz0rM4","x2TLEvbHDgG","x29UugfNzu4","y3vYC29Yx2y","Dw1Yy3a","CMfUzg9T","CLPYrwG","yxrLq291BNq","qunMuLq","DxrVuMvJB24","uMH0B3i","B3f0u3G","AxnrB1nby2S","zMvY","AevYCM9Yrxy","DKrIDLG","DgHLBG","DhDpA0i","D1Dyz0O","Chrdz2C","vKXes2i","ywDL","vxHKyM0","EhjnBxq","CMvZB2X2zq","EsbJBg9Zzwq","nhWXFdj8m3W","C29YDa","zxjFDhrS","B25szwnLAxy","Cwvzvgi","rNz5tM0","tuPjrwq","Aw47y2HHCNm","z2v0qwXSs2u","ChjVDg90Exa","A2v5CW","yM5sAhC","qvLdDey","tuHbDwK","tw1evKq","AKjTAwO","wur0zMy","uuvRDNq","nhWXFdv8m3W","ywXSB2nvBNm","sePAANi","sMPODLO","igXHCMDLCIa","x3jLywr5q2W","CLHUAgi","BMDLza","BMfTzq","tK9UtxK","y2HLy2Tszwe","yNDMwLu","s1HHqKq","y09Wzw4","Aw5zrMq","AM9PBG","C0nIsuS","mZu0otu2ngTQzvrQza","zNDZxZeUmc4","B21uv3i","igzHAwWSig0","ywrKrxzLBNq","C1nYyvm","AgLNAa","q3vZDg9Trxi","Exb1v0m","BMnVzgLUzW","BgLUzw5V","BfrPBwvVDxq","C3bSAwnL","Chztsw4","zg16uve","v0TNAxe","ihrVihjLDhi","wgzmDvK","vKfqv1C","z3vxAw4","shHcwMO","zNDZthi","C3D3tNG","y3DUDei","ihbYB3rVy28","q29UzMLN","x29UvgLTzw8","uhP5txe","uvrewM8","C3nHz2vfDMu","yxGGCMv0CMK","Exb2B1O","q1PfqMW","ENrTt0W","zvvYBa","DffpA04","aaaaaaaaaaa","BhrPtKC","Ahr0Chm6","EuL1CNi","CgfYC2u","z2v0sxrLBq","Bff4Afu","zKPUDNa","s0vAqvq","ywXSzwqGBxu","sLfhq2S","BgLTAxq","rwnyzgu","Bu1VvwO","uuTLCM0","DM5LBfm","yvLrB3O","r3Hgruu","zMLUza","Eg5Az3a","EvjLy29UBMu","A2Lmweq","CuHMBeu","vxPbqvC","wwDIuNu","DcbSAw1PDa","D0Hoz1K","CNzHBa","DfPmEuG","BwfW","yxnzrve","x2DLBMvYyxq","wuXKu0e","CMvJzxzPzwq","BwvY","u3HNsMy","CMvHC29U","uevWs2W","zgvSzxrLrge","ywnRpwzYB24","nJa0mJq4ofLqCKfwvG","lcbxzwjtB2m","rwT4Dge","whPZC20","sw1lBNu","sMXptvm","txfewuG","uenYAee","t0XZD1u","qKf4z1y","wg9kqKm","tKzvDNu","uKPrreK","B3nLrxzLBNq","ihjLy29UBMu","EuHtCu0","C0jf","BvzpDMm","x2zVCM1HDeu","q0Xpu0LorW","BKXPBMu","quzSzuG","BfbNvhG","qwnMru0","DM5Pt1G","ALfWrg0","AwDit1G","y3ruAw1LB3u","x3DZsw5ZDge","Dgv4Dc9WBge","rvjst1i","r0XrB3u","x2fKzfDZtgK","zxf1ywXZ","ihrYEsbYzwm","t0fnrwi","t1bftG","DNrwD0e","vw5PBxbSzw0","zMLN","t0nJywu","A0PvExC","swTXt1C","BMnSDwW","CMvWBgfJzui","uLHTwK8","B3bLBIa","B3DbveC","icSG","ALzbB1u","sK5otxu","AwXLtMfTzq","u2vXsuq","CM9YrxzLBNq","CNvPEu4","BKvhrLe","y29Kzq","BNrfBMrWB2K","sKnUB0S","y2XLyxjtDg8","x2vUzhbVAw4","AuPdu24","B25LCNjVCG","zMTgqKq","v0X2D28","zufJAW","AgvHzgvYCW","DxjS","zcbLCNjVCI4","mdaWma","y3vYDMfSDwu","zKr5t0u","vwXbvuO","x21LC3nHz2u","quzUzxG","Dg9tDhjPBMC","rxzLBNq","mhWYFdn8nhW","zxjFCw9Z","CxDTC0q","DMvY","r2TZuu4","B093EMS","x3jLy29UBMu","q09oveLovuu","DgvmB2Djre4","Cg9PBNrbBMq","DhjPzxm","zgrluMm","vKfSCfe","uffgvK0","rg9XufC","vgz0rvK","tfrMsNu","sLHTz0C","qKD4zMO","yMftywi","u3HTzxq","y3bvrLK","rKHztvm","yw5ZzM9YBvq","wuDvAva","z2v0q3vYC28","Eg96y3m","C3vIC3rYAw4","zw5XDwv1zq","BgvY","sMHiEuu","y0fNq1u","r05PD2u","BhLbwuS","ufDdr1O","yM9L","DNDsreO","rwT4DgS","zw5KCg9PBNq","tg9JAW","Aw5Lza","yw1LoIa","runQCMC","zw5vD0u","Bg9NsurozxC","wLvNBwK","B2zPEe8","Avr5s00","t05byvG","rKDVu0S","u3rYyxrLz3K","zgvS","CMvHzhDYAxq","sfbQEK4","x2n1CNnVCKy","ANLgsvm","s3ffwK0","CvPlreG","t3rPtwK","uhPJr1u","AgvHzgvY","Ee1HAwK","Devqr3m","x3jLBw92zvC","EvjkBu8","Dg9iyxnO","DgfYz2v0","BMrLEa","y1bWzfu","u1DmwxG","yw1vqKm","q0Xpu0ve","ue1eufq","r3rxBNy","BxnNsuq","v21dwfe","Dg9cExrLC0i","seLeteK","s0LNDvO","y29TCgXLDgu","n3W0Fdv8mNW","sg5YCMG","ugDQuvq","EKThvvy","AwXYBvy","C2vUza","DwPJvMO","s3vTt0e","zxvUwg0","q0Hrqxu","yNLL","qvrbsvK","wK9TC2q","rxzMwu4","uxvLDwu","B25tDg9Wsw0","yKLJAwm","AePoBgm","BML0AwfSAxO","t1nPwue","DgLTzw91Da","qNHpsMG","yxbWBgLJyxq","r01rD1G","EKD1wuG","uhreuxi","shrhsuO","nZmYC1j6Cxv2","B0njy0S","DLPJzhq","B25dBg9Zzq","Aw1LCYbPBIa","tg1dsKq","t3jNAxK","Cgf5Bg9Hzeu","su5tvefova","uurHBNC","ufPLA24","wMPquKy","z1j3uw0","qMHQALO","DeLK","D3nkyxy","AxnszwfKEq","rxbdqKG","Cgu6ia","qLDZCw8","t2jcB1O","tunJs08","C2vYDMvYvgK","Bwf4tg9ZC0m","BgHcsKK","Dgv4s0i","z0nsuue","CfbxyvO","ALzPsMm","BMrWB2LUDfq","Bwf4uMv0CMK","AgfZ","sLv6BfO","vNvbD20","BMvLzf9Hy2S","rNHSwgG","ndC4mZaYnwvYz0D2Cq","ywXSq3vYC28","tML4DeS","sMLhEwm","zxjHDg9Y","zhDqwxa","Ae9Wzw5fDMu","zw5HyMXLuw8","EMDpDg8","seH4CeS","DLPuu1G","BhrPCgXLihq","lcbTyxGGCMu","ANvIrvO","suPJwuu","ugHIEMm","vejfENm","zKrkvLC","Cvjmwha","ywnRDxbfBMq","y3jLyxrLt2i","rg5KEei","u2vYDMLJzvC","C2D1wNi","wwTNrNq","zwvKzwq","Dw5RBM93BIa","zgf0yq","sfnhChy","vg9mywO","DuzhzKC","DwHWDgW","uwLICwW","BMCGzMfPBgu","DK9SuKS","t3bLBKv2zw4","D29nu0e","zeTUtwK","Ewjdyu8","B25VCgvU","zNjVBNrPzxi","Cu9mEMu","Dev2zw50","BMzfC0y","rwfTvu0","EMrtv3K","ChryBLy","DxrMofDYAxq","y29UC3rYDwm","u0nAugC","Ef9MCM9UDgK","u2L0A2u","t3HcsNC","CNnVCL92ywW","DMvUDa","tuvtu0fhrv8","sfjAww0","CM92AwrLihC","wer3vLi","B2jQzwn0u3q","v2HAs2W","x3bHDgHlzxK","sxrizgW","z2v0","CKLIyNy","x29Uq2XVC2u","quTmDxq","DwrfCNG","C0Puy1G","vw9zvhu","Cg9PBNrdB24","ELD5q2y","CfLRwgG","zw50tgLZDgu","serAtNq","Aw1SEfq","B0frufe","s1fjD3a","yxrLs1q","sgTlq0W","BMrWB2LUDca","zwn0","Dw9TtM0","wevntu4","Bg1uu0C","Dxblz3K","y29Uy2f0","CYbWyxjHBxm","CMvJzwL2zwq","C3rLBMvYCW","zMXxwKO","CMLLC0nVDw4","CMfTugfYyw0","DxvwDvu","ywjVCNq","rvnlqNy","Bw1KBxK","BMCGDxjSoIa","C0DXC28","u0HRsM0","EMziu04","y3j3BLy","B3bLCNr5","v2XPzha","AxmGDw5Kzwy","DMLJzuLeig8","uujWDeK","EwHcC04","CeL1r0K","wLbmBeO","uNz1sgG","CM92AwrLihy","y2f0y2G","BM5Ly3q","DgLUzYbZzxi","AhLPB1u","s2X1B1e","Cw9Zx18","B2nRzxrgywK","BMvY","rhfPvei","EezxDxy","Dg9oDw1Izxi","weDAt0i","s0ziwwe","CMvZzxrfBMq","uM1Asvy","v0LKy0C","x2LUAxrhBg8","tKDFrvjst1i","Bvf4AMK","ihrPBwvVDxq","wNvvEu8","DeLYug8","uhfcsu0","Cu5Vv2S","ueTdwhO","svHcy08","AgvKtwf4uMu","uxfttwS","uLHJvNa","v01TyuS","zuzty2O","BhnbqMW","surTt0W","yufQrM8","v0Xntwi","yxKSihrYEsa","wgXfC2O","D0zTDee","s1L5uNy","u2TPCcbWyxm","AenSB3nLrxy","wvjcr0S","C2v0q3vYC28","C1rzC2W","yMLUyxj5vhK","yK5gv0S","uunUvMu","C0jutu8","x3bYB3rVy28","s1z4yNK","zMX4s0O","Aw5KzxGGB3u","mta0nZnbAe9JDfe","EhbHBNK","t1bftL9fuLi","AhfWD2O","AhLLtui","r3vXzwC","y3jLyxrLt3a","Dg9cExrLCW","y29SBM8","suzurLC","C2v0","z296zuW","wNnKEw0","zvbSB1e","ysbTDxn0igi","x2LUAxrqCM8","x1fVu01HBMe"];return rr=function(){return n},rr()}Object[E(1777)+E(1424)](ie,"__esModule",{value:!0})});var Je=we((e_,na)=>{"use strict";var ea=["nodebuffer","arraybuffer","fragments"],ta=typeof Blob<"u";ta&&ea.push("blob");na.exports={BINARY_TYPES:ea,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:ta,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var cn=we((t_,ir)=>{"use strict";var{EMPTY_BUFFER:rf}=Je(),di=Buffer[Symbol.species];function sf(n,e){if(n.length===0)return rf;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let c=0;c<n.length;c++){let x=n[c];s.set(x,o),o+=x.length}return o<e?new di(s.buffer,s.byteOffset,o):s}function ra(n,e,s,o,c){for(let x=0;x<c;x++)s[o+x]=n[x]^e[x&3]}function ia(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function of(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function ui(n){if(ui.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new di(n):ArrayBuffer.isView(n)?e=new di(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),ui.readOnly=!1),e}ir.exports={concat:sf,mask:ra,toArrayBuffer:of,toBuffer:ui,unmask:ia};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=Q("bufferutil");ir.exports.mask=function(e,s,o,c,x){x<48?ra(e,s,o,c,x):n.mask(e,s,o,c,x)},ir.exports.unmask=function(e,s){e.length<32?ia(e,s):n.unmask(e,s)}}catch{}});var aa=we((n_,oa)=>{"use strict";var sa=Symbol("kDone"),fi=Symbol("kRun"),li=class{constructor(e){this[sa]=()=>{this.pending--,this[fi]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[fi]()}[fi](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[sa])}}};oa.exports=li});var zt=we((r_,ua)=>{"use strict";var xn=Q("zlib"),ca=cn(),af=aa(),{kStatusCode:xa}=Je(),cf=Buffer[Symbol.species],xf=Buffer.from([0,0,255,255]),or=Symbol("permessage-deflate"),Ve=Symbol("total-length"),Bt=Symbol("callback"),xt=Symbol("buffers"),Mt=Symbol("error"),sr,gi=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!sr){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;sr=new af(s)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Bt];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,o=e.find(c=>!(s.serverNoContextTakeover===!1&&c.server_no_context_takeover||c.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>c.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!c.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(o.server_no_context_takeover=!0),s.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(o.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?o.client_max_window_bits=s.clientMaxWindowBits:(o.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(o=>{let c=s[o];if(c.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(c=c[0],o==="client_max_window_bits"){if(c!==!0){let x=+c;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=x}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else if(o==="server_max_window_bits"){let x=+c;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=x}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(c!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else throw new Error(`Unknown parameter "${o}"`);s[o]=c})}),e}decompress(e,s,o){sr.add(c=>{this._decompress(e,s,(x,u)=>{c(),o(x,u)})})}compress(e,s,o){sr.add(c=>{this._compress(e,s,(x,u)=>{c(),o(x,u)})})}_decompress(e,s,o){let c=this._isServer?"client":"server";if(!this._inflate){let x=`${c}_max_window_bits`,u=typeof this.params[x]!="number"?xn.Z_DEFAULT_WINDOWBITS:this.params[x];this._inflate=xn.createInflateRaw({...this._options.zlibInflateOptions,windowBits:u}),this._inflate[or]=this,this._inflate[Ve]=0,this._inflate[xt]=[],this._inflate.on("error",uf),this._inflate.on("data",da)}this._inflate[Bt]=o,this._inflate.write(e),s&&this._inflate.write(xf),this._inflate.flush(()=>{let x=this._inflate[Mt];if(x){this._inflate.close(),this._inflate=null,o(x);return}let u=ca.concat(this._inflate[xt],this._inflate[Ve]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ve]=0,this._inflate[xt]=[],s&&this.params[`${c}_no_context_takeover`]&&this._inflate.reset()),o(null,u)})}_compress(e,s,o){let c=this._isServer?"server":"client";if(!this._deflate){let x=`${c}_max_window_bits`,u=typeof this.params[x]!="number"?xn.Z_DEFAULT_WINDOWBITS:this.params[x];this._deflate=xn.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:u}),this._deflate[Ve]=0,this._deflate[xt]=[],this._deflate.on("data",df)}this._deflate[Bt]=o,this._deflate.write(e),this._deflate.flush(xn.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let x=ca.concat(this._deflate[xt],this._deflate[Ve]);s&&(x=new cf(x.buffer,x.byteOffset,x.length-4)),this._deflate[Bt]=null,this._deflate[Ve]=0,this._deflate[xt]=[],s&&this.params[`${c}_no_context_takeover`]&&this._deflate.reset(),o(null,x)})}};ua.exports=gi;function df(n){this[xt].push(n),this[Ve]+=n.length}function da(n){if(this[Ve]+=n.length,this[or]._maxPayload<1||this[Ve]<=this[or]._maxPayload){this[xt].push(n);return}this[Mt]=new RangeError("Max payload size exceeded"),this[Mt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Mt][xa]=1009,this.removeListener("data",da),this.reset()}function uf(n){if(this[or]._inflate=null,this[Mt]){this[Bt](this[Mt]);return}n[xa]=1007,this[Bt](n)}});var Ft=we((i_,ar)=>{"use strict";var{isUtf8:fa}=Q("buffer"),{hasBlob:ff}=Je(),lf=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function gf(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function hi(n){let e=n.length,s=0;for(;s<e;)if((n[s]&128)===0)s++;else if((n[s]&224)===192){if(s+1===e||(n[s+1]&192)!==128||(n[s]&254)===192)return!1;s+=2}else if((n[s]&240)===224){if(s+2>=e||(n[s+1]&192)!==128||(n[s+2]&192)!==128||n[s]===224&&(n[s+1]&224)===128||n[s]===237&&(n[s+1]&224)===160)return!1;s+=3}else if((n[s]&248)===240){if(s+3>=e||(n[s+1]&192)!==128||(n[s+2]&192)!==128||(n[s+3]&192)!==128||n[s]===240&&(n[s+1]&240)===128||n[s]===244&&n[s+1]>143||n[s]>244)return!1;s+=4}else return!1;return!0}function hf(n){return ff&&typeof n=="object"&&typeof n.arrayBuffer=="function"&&typeof n.type=="string"&&typeof n.stream=="function"&&(n[Symbol.toStringTag]==="Blob"||n[Symbol.toStringTag]==="File")}ar.exports={isBlob:hf,isValidStatusCode:gf,isValidUTF8:hi,tokenChars:lf};if(fa)ar.exports.isValidUTF8=function(n){return n.length<24?hi(n):fa(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=Q("utf-8-validate");ar.exports.isValidUTF8=function(e){return e.length<32?hi(e):n(e)}}catch{}});var yi=we((s_,_a)=>{"use strict";var{Writable:pf}=Q("stream"),la=zt(),{BINARY_TYPES:mf,EMPTY_BUFFER:ga,kStatusCode:wf,kWebSocket:_f}=Je(),{concat:pi,toArrayBuffer:yf,unmask:vf}=cn(),{isValidStatusCode:bf,isValidUTF8:ha}=Ft(),cr=Buffer[Symbol.species],Te=0,pa=1,ma=2,wa=3,mi=4,wi=5,xr=6,_i=class extends pf{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||mf[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[_f]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=Te}_write(e,s,o){if(this._opcode===8&&this._state==Te)return o();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(o)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let o=this._buffers[0];return this._buffers[0]=new cr(o.buffer,o.byteOffset+e,o.length-e),new cr(o.buffer,o.byteOffset,e)}let s=Buffer.allocUnsafe(e);do{let o=this._buffers[0],c=s.length-e;e>=o.length?s.set(this._buffers.shift(),c):(s.set(new Uint8Array(o.buffer,o.byteOffset,e),c),this._buffers[0]=new cr(o.buffer,o.byteOffset+e,o.length-e)),e-=o.length}while(e>0);return s}startLoop(e){this._loop=!0;do switch(this._state){case Te:this.getInfo(e);break;case pa:this.getPayloadLength16(e);break;case ma:this.getPayloadLength64(e);break;case wa:this.getMask();break;case mi:this.getData(e);break;case wi:case xr:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let s=this.consume(2);if((s[0]&48)!==0){let c=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(c);return}let o=(s[0]&64)===64;if(o&&!this._extensions[la.extensionName]){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._fin=(s[0]&128)===128,this._opcode=s[0]&15,this._payloadLength=s[1]&127,this._opcode===0){if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(!this._fragmented){let c=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._compressed=o}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let c=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(c);return}if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let c=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(c);return}}else{let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(s[1]&128)===128,this._isServer){if(!this._masked){let c=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(c);return}}else if(this._masked){let c=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(c);return}this._payloadLength===126?this._state=pa:this._payloadLength===127?this._state=ma:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let s=this.consume(8),o=s.readUInt32BE(0);if(o>Math.pow(2,21)-1){let c=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(c);return}this._payloadLength=o*Math.pow(2,32)+s.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let s=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(s);return}this._masked?this._state=wa:this._state=mi}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=mi}getData(e){let s=ga;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}s=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&vf(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=wi,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[la.extensionName].decompress(e,this._fin,(c,x)=>{if(c)return s(c);if(x.length){if(this._messageLength+=x.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let u=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");s(u);return}this._fragments.push(x)}this.dataMessage(s),this._state===Te&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=Te;return}let s=this._messageLength,o=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let c;this._binaryType==="nodebuffer"?c=pi(o,s):this._binaryType==="arraybuffer"?c=yf(pi(o,s)):this._binaryType==="blob"?c=new Blob(o):c=o,this._allowSynchronousEvents?(this.emit("message",c,!0),this._state=Te):(this._state=xr,setImmediate(()=>{this.emit("message",c,!0),this._state=Te,this.startLoop(e)}))}else{let c=pi(o,s);if(!this._skipUTF8Validation&&!ha(c)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(x);return}this._state===wi||this._allowSynchronousEvents?(this.emit("message",c,!1),this._state=Te):(this._state=xr,setImmediate(()=>{this.emit("message",c,!1),this._state=Te,this.startLoop(e)}))}}controlMessage(e,s){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,ga),this.end();else{let o=e.readUInt16BE(0);if(!bf(o)){let x=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(x);return}let c=new cr(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!ha(c)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(x);return}this._loop=!1,this.emit("conclude",o,c),this.end()}this._state=Te;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=Te):(this._state=xr,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=Te,this.startLoop(s)}))}createError(e,s,o,c,x){this._loop=!1,this._errored=!0;let u=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(u,this.createError),u.code=x,u[wf]=c,u}};_a.exports=_i});var Si=we((a_,ba)=>{"use strict";var{Duplex:o_}=Q("stream"),{randomFillSync:Sf}=Q("crypto"),ya=zt(),{EMPTY_BUFFER:Ef,kWebSocket:Af,NOOP:Cf}=Je(),{isBlob:Ut,isValidStatusCode:If}=Ft(),{mask:va,toBuffer:gt}=cn(),ke=Symbol("kByteLength"),Pf=Buffer.alloc(4),dr=8*1024,ht,qt=dr,Ne=0,Tf=1,kf=2,vi=class n{constructor(e,s,o){this._extensions=s||{},o&&(this._generateMask=o,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=Ne,this.onerror=Cf,this[Af]=void 0}static frame(e,s){let o,c=!1,x=2,u=!1;s.mask&&(o=s.maskBuffer||Pf,s.generateMask?s.generateMask(o):(qt===dr&&(ht===void 0&&(ht=Buffer.alloc(dr)),Sf(ht,0,dr),qt=0),o[0]=ht[qt++],o[1]=ht[qt++],o[2]=ht[qt++],o[3]=ht[qt++]),u=(o[0]|o[1]|o[2]|o[3])===0,x=6);let l;typeof e=="string"?(!s.mask||u)&&s[ke]!==void 0?l=s[ke]:(e=Buffer.from(e),l=e.length):(l=e.length,c=s.mask&&s.readOnly&&!u);let h=l;l>=65536?(x+=8,h=127):l>125&&(x+=2,h=126);let m=Buffer.allocUnsafe(c?l+x:x);return m[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(m[0]|=64),m[1]=h,h===126?m.writeUInt16BE(l,2):h===127&&(m[2]=m[3]=0,m.writeUIntBE(l,4,6)),s.mask?(m[1]|=128,m[x-4]=o[0],m[x-3]=o[1],m[x-2]=o[2],m[x-1]=o[3],u?[m,e]:c?(va(e,o,m,x,l),[m]):(va(e,o,e,0,l),[m,e])):[m,e]}close(e,s,o,c){let x;if(e===void 0)x=Ef;else{if(typeof e!="number"||!If(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)x=Buffer.allocUnsafe(2),x.writeUInt16BE(e,0);else{let l=Buffer.byteLength(s);if(l>123)throw new RangeError("The message must not be greater than 123 bytes");x=Buffer.allocUnsafe(2+l),x.writeUInt16BE(e,0),typeof s=="string"?x.write(s,2):x.set(s,2)}}let u={[ke]:x.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Ne?this.enqueue([this.dispatch,x,!1,u,c]):this.sendFrame(n.frame(x,u),c)}ping(e,s,o){let c,x;if(typeof e=="string"?(c=Buffer.byteLength(e),x=!1):Ut(e)?(c=e.size,x=!1):(e=gt(e),c=e.length,x=gt.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[ke]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:x,rsv1:!1};Ut(e)?this._state!==Ne?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Ne?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}pong(e,s,o){let c,x;if(typeof e=="string"?(c=Buffer.byteLength(e),x=!1):Ut(e)?(c=e.size,x=!1):(e=gt(e),c=e.length,x=gt.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[ke]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:x,rsv1:!1};Ut(e)?this._state!==Ne?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Ne?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}send(e,s,o){let c=this._extensions[ya.extensionName],x=s.binary?2:1,u=s.compress,l,h;typeof e=="string"?(l=Buffer.byteLength(e),h=!1):Ut(e)?(l=e.size,h=!1):(e=gt(e),l=e.length,h=gt.readOnly),this._firstFragment?(this._firstFragment=!1,u&&c&&c.params[c._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(u=l>=c._threshold),this._compress=u):(u=!1,x=0),s.fin&&(this._firstFragment=!0);let m={[ke]:l,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:x,readOnly:h,rsv1:u};Ut(e)?this._state!==Ne?this.enqueue([this.getBlobData,e,this._compress,m,o]):this.getBlobData(e,this._compress,m,o):this._state!==Ne?this.enqueue([this.dispatch,e,this._compress,m,o]):this.dispatch(e,this._compress,m,o)}getBlobData(e,s,o,c){this._bufferedBytes+=o[ke],this._state=kf,e.arrayBuffer().then(x=>{if(this._socket.destroyed){let l=new Error("The socket was closed while the blob was being read");process.nextTick(bi,this,l,c);return}this._bufferedBytes-=o[ke];let u=gt(x);s?this.dispatch(u,s,o,c):(this._state=Ne,this.sendFrame(n.frame(u,o),c),this.dequeue())}).catch(x=>{process.nextTick(Df,this,x,c)})}dispatch(e,s,o,c){if(!s){this.sendFrame(n.frame(e,o),c);return}let x=this._extensions[ya.extensionName];this._bufferedBytes+=o[ke],this._state=Tf,x.compress(e,o.fin,(u,l)=>{if(this._socket.destroyed){let h=new Error("The socket was closed while data was being compressed");bi(this,h,c);return}this._bufferedBytes-=o[ke],this._state=Ne,o.readOnly=!1,this.sendFrame(n.frame(l,o),c),this.dequeue()})}dequeue(){for(;this._state===Ne&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][ke],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][ke],this._queue.push(e)}sendFrame(e,s){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],s),this._socket.uncork()):this._socket.write(e[0],s)}};ba.exports=vi;function bi(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let c=n._queue[o],x=c[c.length-1];typeof x=="function"&&x(e)}}function Df(n,e,s){bi(n,e,s),n.onerror(e)}});var Da=we((c_,ka)=>{"use strict";var{kForOnEventAttribute:dn,kListener:Ei}=Je(),Sa=Symbol("kCode"),Ea=Symbol("kData"),Aa=Symbol("kError"),Ca=Symbol("kMessage"),Ia=Symbol("kReason"),Ht=Symbol("kTarget"),Pa=Symbol("kType"),Ta=Symbol("kWasClean"),Ye=class{constructor(e){this[Ht]=null,this[Pa]=e}get target(){return this[Ht]}get type(){return this[Pa]}};Object.defineProperty(Ye.prototype,"target",{enumerable:!0});Object.defineProperty(Ye.prototype,"type",{enumerable:!0});var pt=class extends Ye{constructor(e,s={}){super(e),this[Sa]=s.code===void 0?0:s.code,this[Ia]=s.reason===void 0?"":s.reason,this[Ta]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Sa]}get reason(){return this[Ia]}get wasClean(){return this[Ta]}};Object.defineProperty(pt.prototype,"code",{enumerable:!0});Object.defineProperty(pt.prototype,"reason",{enumerable:!0});Object.defineProperty(pt.prototype,"wasClean",{enumerable:!0});var Kt=class extends Ye{constructor(e,s={}){super(e),this[Aa]=s.error===void 0?null:s.error,this[Ca]=s.message===void 0?"":s.message}get error(){return this[Aa]}get message(){return this[Ca]}};Object.defineProperty(Kt.prototype,"error",{enumerable:!0});Object.defineProperty(Kt.prototype,"message",{enumerable:!0});var un=class extends Ye{constructor(e,s={}){super(e),this[Ea]=s.data===void 0?null:s.data}get data(){return this[Ea]}};Object.defineProperty(un.prototype,"data",{enumerable:!0});var Rf={addEventListener(n,e,s={}){for(let c of this.listeners(n))if(!s[dn]&&c[Ei]===e&&!c[dn])return;let o;if(n==="message")o=function(x,u){let l=new un("message",{data:u?x:x.toString()});l[Ht]=this,ur(e,this,l)};else if(n==="close")o=function(x,u){let l=new pt("close",{code:x,reason:u.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});l[Ht]=this,ur(e,this,l)};else if(n==="error")o=function(x){let u=new Kt("error",{error:x,message:x.message});u[Ht]=this,ur(e,this,u)};else if(n==="open")o=function(){let x=new Ye("open");x[Ht]=this,ur(e,this,x)};else return;o[dn]=!!s[dn],o[Ei]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[Ei]===e&&!s[dn]){this.removeListener(n,s);break}}};ka.exports={CloseEvent:pt,ErrorEvent:Kt,Event:Ye,EventTarget:Rf,MessageEvent:un};function ur(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var fr=we((x_,Ra)=>{"use strict";var{tokenChars:fn}=Ft();function He(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function Nf(n){let e=Object.create(null),s=Object.create(null),o=!1,c=!1,x=!1,u,l,h=-1,m=-1,w=-1,_=0;for(;_<n.length;_++)if(m=n.charCodeAt(_),u===void 0)if(w===-1&&fn[m]===1)h===-1&&(h=_);else if(_!==0&&(m===32||m===9))w===-1&&h!==-1&&(w=_);else if(m===59||m===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${_}`);w===-1&&(w=_);let T=n.slice(h,w);m===44?(He(e,T,s),s=Object.create(null)):u=T,h=w=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);else if(l===void 0)if(w===-1&&fn[m]===1)h===-1&&(h=_);else if(m===32||m===9)w===-1&&h!==-1&&(w=_);else if(m===59||m===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${_}`);w===-1&&(w=_),He(s,n.slice(h,w),!0),m===44&&(He(e,u,s),s=Object.create(null),u=void 0),h=w=-1}else if(m===61&&h!==-1&&w===-1)l=n.slice(h,_),h=w=-1;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(c){if(fn[m]!==1)throw new SyntaxError(`Unexpected character at index ${_}`);h===-1?h=_:o||(o=!0),c=!1}else if(x)if(fn[m]===1)h===-1&&(h=_);else if(m===34&&h!==-1)x=!1,w=_;else if(m===92)c=!0;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(m===34&&n.charCodeAt(_-1)===61)x=!0;else if(w===-1&&fn[m]===1)h===-1&&(h=_);else if(h!==-1&&(m===32||m===9))w===-1&&(w=_);else if(m===59||m===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${_}`);w===-1&&(w=_);let T=n.slice(h,w);o&&(T=T.replace(/\\/g,""),o=!1),He(s,l,T),m===44&&(He(e,u,s),s=Object.create(null),u=void 0),l=void 0,h=w=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);if(h===-1||x||m===32||m===9)throw new SyntaxError("Unexpected end of input");w===-1&&(w=_);let S=n.slice(h,w);return u===void 0?He(e,S,s):(l===void 0?He(s,S,!0):o?He(s,l,S.replace(/\\/g,"")):He(s,l,S),He(e,u,s)),e}function Of(n){return Object.keys(n).map(e=>{let s=n[e];return Array.isArray(s)||(s=[s]),s.map(o=>[e].concat(Object.keys(o).map(c=>{let x=o[c];return Array.isArray(x)||(x=[x]),x.map(u=>u===!0?c:`${c}=${u}`).join("; ")})).join("; ")).join(", ")}).join(", ")}Ra.exports={format:Of,parse:Nf}});var pr=we((f_,Ga)=>{"use strict";var Lf=Q("events"),Bf=Q("https"),Mf=Q("http"),La=Q("net"),zf=Q("tls"),{randomBytes:Ff,createHash:Uf}=Q("crypto"),{Duplex:d_,Readable:u_}=Q("stream"),{URL:Ai}=Q("url"),dt=zt(),qf=yi(),Hf=Si(),{isBlob:Kf}=Ft(),{BINARY_TYPES:Na,CLOSE_TIMEOUT:Gf,EMPTY_BUFFER:lr,GUID:jf,kForOnEventAttribute:Ci,kListener:Wf,kStatusCode:$f,kWebSocket:ce,NOOP:Ba}=Je(),{EventTarget:{addEventListener:Jf,removeEventListener:Vf}}=Da(),{format:Yf,parse:Xf}=fr(),{toBuffer:Zf}=cn(),Ma=Symbol("kAborted"),Ii=[8,13],Xe=["CONNECTING","OPEN","CLOSING","CLOSED"],Qf=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,$=class n extends Lf{constructor(e,s,o){super(),this._binaryType=Na[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=lr,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=n.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,s===void 0?s=[]:Array.isArray(s)||(typeof s=="object"&&s!==null?(o=s,s=[]):s=[s]),za(this,e,s,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Na.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,s,o){let c=new qf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),x=new Hf(e,this._extensions,o.generateMask);this._receiver=c,this._sender=x,this._socket=e,c[ce]=this,x[ce]=this,e[ce]=this,c.on("conclude",nl),c.on("drain",rl),c.on("error",il),c.on("message",sl),c.on("ping",ol),c.on("pong",al),x.onerror=cl,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",qa),e.on("data",hr),e.on("end",Ha),e.on("error",Ka),this._readyState=n.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=n.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[dt.extensionName]&&this._extensions[dt.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=n.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,s){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){Ae(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===n.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=n.CLOSING,this._sender.close(e,s,!this._isServer,o=>{o||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Ua(this)}}pause(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Pi(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||lr,s,o)}pong(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Pi(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||lr,s,o)}resume(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof s=="function"&&(o=s,s={}),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Pi(this,e,o);return}let c={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[dt.extensionName]||(c.compress=!1),this._sender.send(e||lr,c,o)}terminate(){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){Ae(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=n.CLOSING,this._socket.destroy())}}};Object.defineProperty($,"CONNECTING",{enumerable:!0,value:Xe.indexOf("CONNECTING")});Object.defineProperty($.prototype,"CONNECTING",{enumerable:!0,value:Xe.indexOf("CONNECTING")});Object.defineProperty($,"OPEN",{enumerable:!0,value:Xe.indexOf("OPEN")});Object.defineProperty($.prototype,"OPEN",{enumerable:!0,value:Xe.indexOf("OPEN")});Object.defineProperty($,"CLOSING",{enumerable:!0,value:Xe.indexOf("CLOSING")});Object.defineProperty($.prototype,"CLOSING",{enumerable:!0,value:Xe.indexOf("CLOSING")});Object.defineProperty($,"CLOSED",{enumerable:!0,value:Xe.indexOf("CLOSED")});Object.defineProperty($.prototype,"CLOSED",{enumerable:!0,value:Xe.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty($.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty($.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[Ci])return e[Wf];return null},set(e){for(let s of this.listeners(n))if(s[Ci]){this.removeListener(n,s);break}typeof e=="function"&&this.addEventListener(n,e,{[Ci]:!0})}})});$.prototype.addEventListener=Jf;$.prototype.removeEventListener=Vf;Ga.exports=$;function za(n,e,s,o){let c={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Gf,protocolVersion:Ii[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...o,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(n._autoPong=c.autoPong,n._closeTimeout=c.closeTimeout,!Ii.includes(c.protocolVersion))throw new RangeError(`Unsupported protocol version: ${c.protocolVersion} (supported versions: ${Ii.join(", ")})`);let x;if(e instanceof Ai)x=e;else try{x=new Ai(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}x.protocol==="http:"?x.protocol="ws:":x.protocol==="https:"&&(x.protocol="wss:"),n._url=x.href;let u=x.protocol==="wss:",l=x.protocol==="ws+unix:",h;if(x.protocol!=="ws:"&&!u&&!l?h=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:l&&!x.pathname?h="The URL's pathname is empty":x.hash&&(h="The URL contains a fragment identifier"),h){let C=new SyntaxError(h);if(n._redirects===0)throw C;gr(n,C);return}let m=u?443:80,w=Ff(16).toString("base64"),_=u?Bf.request:Mf.request,S=new Set,T;if(c.createConnection=c.createConnection||(u?tl:el),c.defaultPort=c.defaultPort||m,c.port=x.port||m,c.host=x.hostname.startsWith("[")?x.hostname.slice(1,-1):x.hostname,c.headers={...c.headers,"Sec-WebSocket-Version":c.protocolVersion,"Sec-WebSocket-Key":w,Connection:"Upgrade",Upgrade:"websocket"},c.path=x.pathname+x.search,c.timeout=c.handshakeTimeout,c.perMessageDeflate&&(T=new dt({...c.perMessageDeflate,isServer:!1,maxPayload:c.maxPayload}),c.headers["Sec-WebSocket-Extensions"]=Yf({[dt.extensionName]:T.offer()})),s.length){for(let C of s){if(typeof C!="string"||!Qf.test(C)||S.has(C))throw new SyntaxError("An invalid or duplicated subprotocol was specified");S.add(C)}c.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(c.origin&&(c.protocolVersion<13?c.headers["Sec-WebSocket-Origin"]=c.origin:c.headers.Origin=c.origin),(x.username||x.password)&&(c.auth=`${x.username}:${x.password}`),l){let C=c.path.split(":");c.socketPath=C[0],c.path=C[1]}let I;if(c.followRedirects){if(n._redirects===0){n._originalIpc=l,n._originalSecure=u,n._originalHostOrSocketPath=l?c.socketPath:x.host;let C=o&&o.headers;if(o={...o,headers:{}},C)for(let[H,X]of Object.entries(C))o.headers[H.toLowerCase()]=X}else if(n.listenerCount("redirect")===0){let C=l?n._originalIpc?c.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:x.host===n._originalHostOrSocketPath;(!C||n._originalSecure&&!u)&&(delete c.headers.authorization,delete c.headers.cookie,C||delete c.headers.host,c.auth=void 0)}c.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(c.auth).toString("base64")),I=n._req=_(c),n._redirects&&n.emit("redirect",n.url,I)}else I=n._req=_(c);c.timeout&&I.on("timeout",()=>{Ae(n,I,"Opening handshake has timed out")}),I.on("error",C=>{I===null||I[Ma]||(I=n._req=null,gr(n,C))}),I.on("response",C=>{let H=C.headers.location,X=C.statusCode;if(H&&c.followRedirects&&X>=300&&X<400){if(++n._redirects>c.maxRedirects){Ae(n,I,"Maximum redirects exceeded");return}I.abort();let K;try{K=new Ai(H,e)}catch{let se=new SyntaxError(`Invalid URL: ${H}`);gr(n,se);return}za(n,K,s,o)}else n.emit("unexpected-response",I,C)||Ae(n,I,`Unexpected server response: ${C.statusCode}`)}),I.on("upgrade",(C,H,X)=>{if(n.emit("upgrade",C),n.readyState!==$.CONNECTING)return;I=n._req=null;let K=C.headers.upgrade;if(K===void 0||K.toLowerCase()!=="websocket"){Ae(n,H,"Invalid Upgrade header");return}let J=Uf("sha1").update(w+jf).digest("base64");if(C.headers["sec-websocket-accept"]!==J){Ae(n,H,"Invalid Sec-WebSocket-Accept header");return}let se=C.headers["sec-websocket-protocol"],oe;if(se!==void 0?S.size?S.has(se)||(oe="Server sent an invalid subprotocol"):oe="Server sent a subprotocol but none was requested":S.size&&(oe="Server sent no subprotocol"),oe){Ae(n,H,oe);return}se&&(n._protocol=se);let De=C.headers["sec-websocket-extensions"];if(De!==void 0){if(!T){Ae(n,H,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let he;try{he=Xf(De)}catch{Ae(n,H,"Invalid Sec-WebSocket-Extensions header");return}let xe=Object.keys(he);if(xe.length!==1||xe[0]!==dt.extensionName){Ae(n,H,"Server indicated an extension that was not requested");return}try{T.accept(he[dt.extensionName])}catch{Ae(n,H,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[dt.extensionName]=T}n.setSocket(H,X,{allowSynchronousEvents:c.allowSynchronousEvents,generateMask:c.generateMask,maxPayload:c.maxPayload,skipUTF8Validation:c.skipUTF8Validation})}),c.finishRequest?c.finishRequest(I,n):I.end()}function gr(n,e){n._readyState=$.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function el(n){return n.path=n.socketPath,La.connect(n)}function tl(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=La.isIP(n.host)?"":n.host),zf.connect(n)}function Ae(n,e,s){n._readyState=$.CLOSING;let o=new Error(s);Error.captureStackTrace(o,Ae),e.setHeader?(e[Ma]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(gr,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function Pi(n,e,s){if(e){let o=Kf(e)?e.size:Zf(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Xe[n.readyState]})`);process.nextTick(s,o)}}function nl(n,e){let s=this[ce];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[ce]!==void 0&&(s._socket.removeListener("data",hr),process.nextTick(Fa,s._socket),n===1005?s.close():s.close(n,e))}function rl(){let n=this[ce];n.isPaused||n._socket.resume()}function il(n){let e=this[ce];e._socket[ce]!==void 0&&(e._socket.removeListener("data",hr),process.nextTick(Fa,e._socket),e.close(n[$f])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function Oa(){this[ce].emitClose()}function sl(n,e){this[ce].emit("message",n,e)}function ol(n){let e=this[ce];e._autoPong&&e.pong(n,!this._isServer,Ba),e.emit("ping",n)}function al(n){this[ce].emit("pong",n)}function Fa(n){n.resume()}function cl(n){let e=this[ce];e.readyState!==$.CLOSED&&(e.readyState===$.OPEN&&(e._readyState=$.CLOSING,Ua(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function Ua(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function qa(){let n=this[ce];if(this.removeListener("close",qa),this.removeListener("data",hr),this.removeListener("end",Ha),n._readyState=$.CLOSING,!this._readableState.endEmitted&&!n._closeFrameReceived&&!n._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);n._receiver.write(e)}n._receiver.end(),this[ce]=void 0,clearTimeout(n._closeTimer),n._receiver._writableState.finished||n._receiver._writableState.errorEmitted?n.emitClose():(n._receiver.on("error",Oa),n._receiver.on("finish",Oa))}function hr(n){this[ce]._receiver.write(n)||this.pause()}function Ha(){let n=this[ce];n._readyState=$.CLOSING,n._receiver.end(),this.end()}function Ka(){let n=this[ce];this.removeListener("error",Ka),this.on("error",Ba),n&&(n._readyState=$.CLOSING,this.destroy())}});var Ja=we((g_,$a)=>{"use strict";var l_=pr(),{Duplex:xl}=Q("stream");function ja(n){n.emit("close")}function dl(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Wa(n){this.removeListener("error",Wa),this.destroy(),this.listenerCount("error")===0&&this.emit("error",n)}function ul(n,e){let s=!0,o=new xl({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(x,u){let l=!u&&o._readableState.objectMode?x.toString():x;o.push(l)||n.pause()}),n.once("error",function(x){o.destroyed||(s=!1,o.destroy(x))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(c,x){if(n.readyState===n.CLOSED){x(c),process.nextTick(ja,o);return}let u=!1;n.once("error",function(h){u=!0,x(h)}),n.once("close",function(){u||x(c),process.nextTick(ja,o)}),s&&n.terminate()},o._final=function(c){if(n.readyState===n.CONNECTING){n.once("open",function(){o._final(c)});return}n._socket!==null&&(n._socket._writableState.finished?(c(),o._readableState.endEmitted&&o.destroy()):(n._socket.once("finish",function(){c()}),n.close()))},o._read=function(){n.isPaused&&n.resume()},o._write=function(c,x,u){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(c,x,u)});return}n.send(c,u)},o.on("end",dl),o.on("error",Wa),o}$a.exports=ul});var Ti=we((h_,Va)=>{"use strict";var{tokenChars:fl}=Ft();function ll(n){let e=new Set,s=-1,o=-1,c=0;for(c;c<n.length;c++){let u=n.charCodeAt(c);if(o===-1&&fl[u]===1)s===-1&&(s=c);else if(c!==0&&(u===32||u===9))o===-1&&s!==-1&&(o=c);else if(u===44){if(s===-1)throw new SyntaxError(`Unexpected character at index ${c}`);o===-1&&(o=c);let l=n.slice(s,o);if(e.has(l))throw new SyntaxError(`The "${l}" subprotocol is duplicated`);e.add(l),s=o=-1}else throw new SyntaxError(`Unexpected character at index ${c}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let x=n.slice(s,c);if(e.has(x))throw new SyntaxError(`The "${x}" subprotocol is duplicated`);return e.add(x),e}Va.exports={parse:ll}});var nc=we((m_,tc)=>{"use strict";var gl=Q("events"),mr=Q("http"),{Duplex:p_}=Q("stream"),{createHash:hl}=Q("crypto"),Ya=fr(),mt=zt(),pl=Ti(),ml=pr(),{CLOSE_TIMEOUT:wl,GUID:_l,kWebSocket:yl}=Je(),vl=/^[+/0-9A-Za-z]{22}==$/,Xa=0,Za=1,ec=2,ki=class extends gl{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:wl,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:ml,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=mr.createServer((o,c)=>{let x=mr.STATUS_CODES[426];c.writeHead(426,{"Content-Length":x.length,"Content-Type":"text/plain"}),c.end(x)}),this._server.listen(e.port,e.host,e.backlog,s)):e.server&&(this._server=e.server),this._server){let o=this.emit.bind(this,"connection");this._removeListeners=bl(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(c,x,u)=>{this.handleUpgrade(c,x,u,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Xa}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===ec){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(ln,this);return}if(e&&this.once("close",e),this._state!==Za)if(this._state=Za,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(ln,this):process.nextTick(ln,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{ln(this)})}}shouldHandle(e){if(this.options.path){let s=e.url.indexOf("?");if((s!==-1?e.url.slice(0,s):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,s,o,c){s.on("error",Qa);let x=e.headers["sec-websocket-key"],u=e.headers.upgrade,l=+e.headers["sec-websocket-version"];if(e.method!=="GET"){wt(this,e,s,405,"Invalid HTTP method");return}if(u===void 0||u.toLowerCase()!=="websocket"){wt(this,e,s,400,"Invalid Upgrade header");return}if(x===void 0||!vl.test(x)){wt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(l!==13&&l!==8){wt(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){gn(s,400);return}let h=e.headers["sec-websocket-protocol"],m=new Set;if(h!==void 0)try{m=pl.parse(h)}catch{wt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let w=e.headers["sec-websocket-extensions"],_={};if(this.options.perMessageDeflate&&w!==void 0){let S=new mt({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let T=Ya.parse(w);T[mt.extensionName]&&(S.accept(T[mt.extensionName]),_[mt.extensionName]=S)}catch{wt(this,e,s,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let S={origin:e.headers[`${l===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(S,(T,I,C,H)=>{if(!T)return gn(s,I||401,C,H);this.completeUpgrade(_,x,m,e,s,o,c)});return}if(!this.options.verifyClient(S))return gn(s,401)}this.completeUpgrade(_,x,m,e,s,o,c)}completeUpgrade(e,s,o,c,x,u,l){if(!x.readable||!x.writable)return x.destroy();if(x[yl])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Xa)return gn(x,503);let m=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${hl("sha1").update(s+_l).digest("base64")}`],w=new this.options.WebSocket(null,void 0,this.options);if(o.size){let _=this.options.handleProtocols?this.options.handleProtocols(o,c):o.values().next().value;_&&(m.push(`Sec-WebSocket-Protocol: ${_}`),w._protocol=_)}if(e[mt.extensionName]){let _=e[mt.extensionName].params,S=Ya.format({[mt.extensionName]:[_]});m.push(`Sec-WebSocket-Extensions: ${S}`),w._extensions=e}this.emit("headers",m,c),x.write(m.concat(`\r
8
+ var R0=Object.create;var $r=Object.defineProperty;var O0=Object.getOwnPropertyDescriptor;var N0=Object.getOwnPropertyNames;var L0=Object.getPrototypeOf,M0=Object.prototype.hasOwnProperty;var ee=(n=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(n,{get:(e,s)=>(typeof require<"u"?require:e)[s]}):n)(function(n){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+n+'" is not supported')});var Ce=(n,e)=>()=>(n&&(e=n(n=0)),e);var ye=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Jr=(n,e)=>{for(var s in e)$r(n,s,{get:e[s],enumerable:!0})},B0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of N0(e))!M0.call(n,a)&&a!==s&&$r(n,a,{get:()=>e[a],enumerable:!(o=O0(e,a))||o.enumerable});return n};var je=(n,e,s)=>(s=n!=null?R0(L0(n)):{},B0(e||!n||!n.__esModule?$r(s,"default",{value:n,enumerable:!0}):s,n));function _s(n){return Sn[ms]<=Sn[n]}function En(n){ws={...n}}function vn(n,e,s,o){if(Sn[n]<Sn[ms])return;let a=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...ws,...o});n==="error"||n==="warn"?F0.write(`${a}
9
+ `):z0.write(`${a}
10
+ `)}function D(n){return{debug:(e,s)=>vn("debug",n,e,s),info:(e,s)=>vn("info",n,e,s),warn:(e,s)=>vn("warn",n,e,s),error:(e,s)=>vn("error",n,e,s),child:e=>D(`${n}.${e}`)}}var Sn,ms,z0,F0,ws,U=Ce(()=>{"use strict";Sn={debug:10,info:20,warn:30,error:40},ms=(()=>{let n=process.env.COZE_BRIDGE_LOG_LEVEL;return n==="debug"||n==="info"||n==="warn"||n==="error"?n:"info"})(),z0=process.stdout,F0=process.stderr,ws={}});import{chmod as Z0,mkdir as ex,readFile as tx,rename as Es,writeFile as As}from"node:fs/promises";import{dirname as nx}from"node:path";async function It(n){try{let e=await tx(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function kn(n,e,s){await ex(nx(n),{recursive:!0});let o=`${JSON.stringify(e,null,2)}
11
+ `,a=`${n}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{s?.mode!==void 0?await As(a,o,{encoding:"utf8",mode:s.mode}):await As(a,o,"utf8"),await Es(a,n),s?.mode!==void 0&&await Z0(n,s.mode)}catch(x){await Es(a,a).catch(()=>{});let{rm:u}=await import("node:fs/promises");throw await u(a,{force:!0}).catch(()=>{}),x}}var Tn=Ce(()=>{"use strict"});import{promises as Cs}from"node:fs";import{homedir as rx}from"node:os";import{sep as ix,join as le,resolve as Is}from"node:path";function q(n){let e=n??rx(),s=le(e,".coze"),o=le(s,"bridge"),a=le(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:a,libEntry:le(a,"index.js"),binDir:le(o,"bin"),pidFile:le(o,"bridge.pid"),portFile:le(o,"bridge.port"),tokenFile:le(o,"bridge.token"),patTokenFile:le(o,"pat-token"),logFile:le(o,"bridge.log"),installLock:le(o,"install.lock"),configFile:le(o,"config.json"),agentsRoot:le(s,"agents")}}function We(n,e=q()){let s=le(e.agentsRoot,n);return{root:s,config:le(s,"config.json"),workspace:le(s,"workspace"),logs:le(s,"logs")}}async function Ps(n,e){let s=await Cs.realpath(Is(n)).catch(()=>null);if(!s)return!1;let o=await Cs.realpath(Is(e)).catch(()=>null);if(!o)return!1;let a=process.platform==="win32"?s.toLowerCase():s,x=process.platform==="win32"?o.toLowerCase():o;return a===x||a.startsWith(x+ix)}var ie=Ce(()=>{"use strict"});var On={};Jr(On,{AGENT_CONFIG_FILE_MODE:()=>Dn,enforceAgentConfigMode:()=>ax,loadAgentConfig:()=>we,persistAgentSessions:()=>Yr,persistAgentSkills:()=>Rn,saveAgentConfig:()=>Ie});import{chmod as sx,stat as ox}from"node:fs/promises";function we(n,e){return It(We(n,e).config)}function Ie(n,e){return kn(We(n.agentId,e).config,n,{mode:Dn})}async function ax(n,e){if(process.platform==="win32")return;let s=We(n,e).config;try{let o=await ox(s);if(!o.isFile())return;let a=o.mode&511;a!==Dn&&(await sx(s,Dn),ks.warn("agent config mode auto-corrected to 0600",{path:s,from:a.toString(8)}))}catch(o){if(o.code==="ENOENT")return;ks.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function Yr(n,e,s){let o=await we(n,s);o&&(o.sessions=Object.fromEntries(e),await Ie(o,s))}async function Rn(n,e,s){let o=await we(n,s);o&&(o.skills=e,await Ie(o,s))}var ks,Dn,rt=Ce(()=>{"use strict";Tn();U();ie();ks=D("agent-config"),Dn=384});function ko(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?Wd:e}function ct(n){return It(n??q().configFile)}function Fe(n,e){return kn(e??q().configFile,n)}var Wd,Mt=Ce(()=>{"use strict";Tn();ie();Wd=10*6e4});var na=ye(se=>{"use strict";var C=B;(function(n,e){let s=B,o=n();for(;;)try{if(parseInt(s(590))/1+parseInt(s(1234))/2+-parseInt(s(916))/3+-parseInt(s(322))/4+parseInt(s(1264))/5+-parseInt(s(624))/6+-parseInt(s(1294))/7*(parseInt(s(1202))/8)===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(or,745815);var ju=Object[C(437)+"operty"],Wu=Object["getOwnPr"+C(748)+C(484)],Xo=(n,e)=>function(){return n&&(e=(0,n[Wu(n)[0]])(n=0)),e},$u=(n,e)=>{for(var s in e)ju(n,s,{get:e[s],enumerable:!0})};function Ju(){return Wo||(Wo=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function Vu(){let n=C;return $o||($o=[IDBCursor[n(648)+"e"][n(800)],IDBCursor[n(648)+"e"][n(1540)],IDBCursor.prototype[n(1540)+n(1774)+"ey"]])}function Yu(n){let e=C,s={XzeFu:function(a,x){return a!==x},syOMZ:e(1125),IdyOd:function(a,x){return a(x)},bEzjM:function(a){return a()},fZQfJ:function(a,x){return a===x},chJqf:e(352),JXZYL:e(1154),FTXck:e(1013),FTVfz:function(a,x,u){return a(x,u)},jGjZE:function(a,x){return a+x},ZIFVp:e(1316),mFgfW:function(a){return a()},AMQrY:function(a,x){return a instanceof x}},o=new Promise((a,x)=>{let u=e,f={RxANc:function(w,E){return s[B(336)](w,E)},TbnDU:s.chJqf,qosAy:s[u(820)],FXCtf:s[u(907)],ZWLQM:function(w,E,T){return s[u(1222)](w,E,T)},dDVGX:function(w,E){return s[u(1383)](w,E)},qmUEe:function(w,E){return s.XzeFu(w,E)},YCCVM:s.ZIFVp,veDAV:function(w,E){return w(E)},pApun:function(w){return s.mFgfW(w)}},g=()=>{let w=u;f[w(469)](w(352),f.TbnDU)?(n[w(548)+"entListener"](f.qosAy,p),n[w(548)+w(408)+"ner"](f[w(1437)],_)):this.on(_0x4c0a49,_0x1e9e32)},p=()=>{let w=u;if(s[w(1654)](s[w(872)],s[w(872)])){let E=this[w(981)+w(908)]?.getCurrentEndpoint();this[w(1121)](w(1079)+E+w(959)),this[w(736)+w(629)](1001,w(436)+w(451)+w(1618)+"g",!0)}else s.IdyOd(a,qe(n.result)),s.bEzjM(g)},_=()=>{let w=u,E={USuSe:function(T,k,P){return f[B(558)](T,k,P)},Zcvmt:function(T,k){return f[B(1055)](T,k)}};if(f[w(723)](f.YCCVM,f[w(1157)])){let T=E[w(1351)](_0x1ec7e6,_0x45745a,_0x5b3a57);return _0xddf52b[w(1140)].subarray(T,E[w(749)](T,_0x3b8163))}else f[w(1456)](x,n[w(1013)]),f[w(1591)](g)};n[u(1572)+u(1261)](s[u(820)],p),n["addEvent"+u(1261)](s[u(907)],_)});return o[e(1123)](a=>{let x=e;s[x(1519)](a,IDBCursor)&&li[x(406)](a,n)})[e(549)](()=>{}),ir[e(406)](o,n),o}function Xu(n){let e=C,s={IsiAE:e(1439),fsnoM:"error",xMXpQ:e(1018),wOoJx:function(a,x){return a!==x},psItf:"msYVE",OAWtB:function(a){return a()},SObje:function(a,x){return a(x)},SDqUQ:"AbortError"};if(rr.has(n))return;let o=new Promise((a,x)=>{let u=e,f={lyUYI:s[u(1529)],xEVGn:s[u(1652)],FWrhl:s[u(1459)],iBefP:function(w,E){return s[u(1250)](w,E)},ioYGn:s[u(1550)],skhKU:function(w){return s[u(1782)](w)},aUZpg:function(w,E){return s.SObje(w,E)},vEoOq:s[u(1167)]},g=()=>{let w=u;n["removeEv"+w(408)+w(1160)](f[w(1067)],p),n["removeEv"+w(408)+w(1160)](f[w(435)],_),n[w(548)+w(408)+w(1160)](f.FWrhl,_)},p=()=>{let w=u;if(f[w(965)](w(1718),f[w(1146)]))return this[w(758)]?this[w(758)].readyState:this._options[w(1022)+w(1371)]?this[w(1139)+"NG"]:this.CLOSED;f[w(1696)](a),f[w(1696)](g)},_=()=>{let w=u;f[w(1165)](x,n[w(1013)]||new DOMException(f[w(739)],f[w(739)])),f[w(1696)](g)};n[u(1572)+u(1261)](s[u(1529)],p),n[u(1572)+u(1261)](s[u(1652)],_),n[u(1572)+u(1261)](s.xMXpQ,_)});rr.set(n,o)}function Qu(n){sr=n(sr)}function Zu(n){let e=C,s={DmVUv:function(a,x){return a(x)},ZsjBN:function(a,x){return a|x},uKCRO:function(a,x){return a<<x},Rsidd:function(a,x){return a&x},EIeSr:function(a,x){return a<x},uUOgT:function(a,x){return a(x)},YtnId:"NbWzF",mSGMY:e(384),dHqeV:function(a,x){return a(x)},LHhGj:function(a,x){return a===x},eBOBx:function(a,x){return a in x},qkZaY:e(550)+e(305),ELjUd:function(a){return a()},nAMRh:function(a,x){return a!==x},ksOeN:e(595),mgxJu:"kamud"};if(s[e(1373)](n,IDBDatabase.prototype["transact"+e(1126)])&&!s[e(523)](s[e(1184)],IDBTransaction.prototype))return function(a,...x){let u=e,f=n[u(608)](dn(this),a,...x);return fi[u(406)](f,a[u(1746)]?a[u(1746)]():[a]),s[u(635)](qe,f)};if(s.ELjUd(Vu)[e(1465)](n)){if(s[e(1528)](s[e(375)],s.mgxJu))return function(...a){let x=e;if(s[x(325)]!==s[x(713)])return n[x(400)](s[x(476)](dn,this),a),s[x(635)](qe,li.get(this));_0x39e38f=s.ZsjBN(s[x(962)](s[x(306)](31,_0x3f9bd8),6),s.Rsidd(63,_0x422e3d)),s[x(459)](_0x512bb6,128)?_0x3181dc+=_0x312952:(_0x4d8e9f+=s[x(1551)](_0x23077f,_0x530e3c),_0x4c0144++)};for(var o in _0x4a87bd)_0x491528(_0x4589eb,o,{get:_0x67c8e3[o],enumerable:!0})}return function(...a){return s[e(635)](qe,n.apply(dn(this),a))}}function ef(n){let e=C,s={dGWNj:function(o,a){return o===a},LGoZD:"function",kggCF:function(o,a){return o(a)},xwPDU:function(o,a){return o instanceof a},bqDnf:function(o,a){return o(a)},IZNJv:function(o,a,x){return o(a,x)},yRjQZ:function(o){return o()}};return s[e(409)](typeof n,s[e(1056)])?s[e(1077)](Zu,n):(s.xwPDU(n,IDBTransaction)&&s.bqDnf(Xu,n),s[e(1106)](Qo,n,s.yRjQZ(Ju))?new Proxy(n,sr):n)}function qe(n){let e=C,s={srYej:function(a,x){return a+x},UDaeY:function(a,x,u){return a(x,u)},NJLNt:function(a,x){return a>>>x},xEzvY:function(a,x){return a<<x},YiPYS:function(a,x){return a(x)},SCBfN:function(a,x){return a!==x},gZEhS:function(a,x){return a!==x},OsAli:e(1188)};if(n instanceof IDBRequest)return s[e(1115)](Yu,n);if(tr.has(n))return tr[e(571)](n);let o=s[e(1115)](ef,n);if(s[e(1665)](o,n))if(s[e(1534)](s[e(1474)],e(1188))){let a=0,x=_0x599bc6,u=s.srYej(_0x48be7b,4);for(;x<u;){let{value:f,offset:g}=s[e(1736)](_0x1935ab,_0x4659d1,x);x=g,a=s.NJLNt(s[e(1505)](a,8),0),a+=f}return{value:a,offset:u}}else tr[e(406)](n,o),ir[e(406)](o,n);return o}var Qo,Wo,$o,li,rr,fi,tr,ir,sr,dn,Jo=Xo({"node_modules/idb/build/wrap-idb-value.js"(){let n=C,e={lkUDb:"done",kEZWR:function(s,o){return s===o},HwETP:function(s,o){return s===o},IvVjA:n(284),VlrbP:function(s,o){return s(o)},OCPQP:n(951),JQuJk:function(s,o){return s!==o},geeWJ:n(1592),CDILF:function(s,o){return s===o},Jwecb:function(s,o){return s in o}};Qo=(s,o)=>o[n(516)](a=>s instanceof a),li=new WeakMap,rr=new WeakMap,fi=new WeakMap,tr=new WeakMap,ir=new WeakMap,sr={get(s,o,a){let x=n;if(s instanceof IDBTransaction){if(o===e.lkUDb)return rr[x(571)](s);if(e[x(1168)](o,"objectStoreNames"))return s[x(550)+x(305)]||fi[x(571)](s);if(e[x(1614)](o,e[x(1025)]))return a[x(550)+x(305)][1]?void 0:a[x(550)+x(467)](a[x(550)+x(305)][0])}return e[x(892)](qe,s[o])},set(s,o,a){return s[o]=a,!0},has(s,o){let a=n,x={xBKTw:e[a(380)],qmIuC:a(427)};if(e[a(794)](a(1592),e.geeWJ))this[a(449)+"er"]&&_0x178e0c[a(548)+a(408)+a(1160)]("online",this[a(385)+a(647)]),this[a(449)+"er"]&&_0x518aad["removeEv"+a(408)+a(1160)](a(1379),this[a(385)+a(937)]),this[a(449)+"er"]&&_0x46a661[a(548)+a(408)+a(1160)](x[a(361)],this[a(445)+a(699)]),this[a(449)+"er"]&&_0x33496d[a(548)+a(408)+a(1160)](x[a(1571)],this[a(445)+"ageShow"]);else return s instanceof IDBTransaction&&(e[a(1614)](o,e[a(622)])||e[a(1392)](o,"store"))?!0:e[a(1780)](o,s)}},dn=s=>ir.get(s)}}),Zo={};$u(Zo,{deleteDB:()=>nf,openDB:()=>tf,unwrap:()=>dn,wrap:()=>qe});function tf(n,e,{blocked:s,upgrade:o,blocking:a,terminated:x}={}){let u=C,f={HmROA:function(_,w){return _(w)},DxDHe:u(1131),pmBDk:u(479)+u(1418),wCwzT:"upgraden"+u(825),TLvIj:"blocked"},g=indexedDB[u(1020)](n,e),p=qe(g);return o&&g[u(1572)+u(1261)](f[u(607)],_=>{let w=u;o(qe(g.result),_[w(1520)+"on"],_[w(443)+"on"],f[w(1603)](qe,g["transact"+w(1126)]))}),s&&g[u(1572)+"Listener"](f[u(296)],()=>s()),p.then(_=>{let w=u;x&&_[w(1572)+w(1261)](f[w(1707)],()=>x()),a&&_[w(1572)+w(1261)](f.pmBDk,()=>a())}).catch(()=>{}),p}function nf(n,{blocked:e}={}){let s=C,o={preVy:s(824),QKYcu:function(x,u){return x(u)}},a=indexedDB["deleteDa"+s(1248)](n);return e&&a[s(1572)+s(1261)](o[s(1559)],()=>e()),o[s(448)](qe,a).then(()=>{})}function Vo(n,e){let s=C,o={Ohytb:s(1544),iPHSy:s(1134)+"e",FzwqX:s(1368),LdLkh:function(g,p){return g instanceof p},koXjP:function(g,p){return g in p},hhiMV:s(1231),hcPKf:function(g,p){return g!==p},FGiZI:function(g,p){return g in p}};if(!(o[s(1191)](n,IDBDatabase)&&!o.koXjP(e,n)&&typeof e===o[s(1187)]))return;if(nr[s(571)](e))return nr[s(571)](e);let a=e[s(763)](/FromIndex$/,""),x=o[s(730)](e,a),u=ta[s(1465)](a);if(!o.FGiZI(a,(x?IDBIndex:IDBObjectStore)[s(648)+"e"])||!(u||ea[s(1465)](a)))return;let f=async function(g,...p){let _=s;if(o.Ohytb!==o[_(986)]){let w=_0x220990(_0x1fd831,_0x59a754[_(680)]);_0x2dbfe6[_(1140)].set(_0x93eee2,w)}else{let w=this[_(1498)+"ion"](g,u?o.iPHSy:o.FzwqX),E=w[_(284)];return x&&(E=E[_(779)](p[_(504)]())),(await Promise.all([E[a](...p),u&&w[_(1569)]]))[0]}};return nr[s(406)](e,f),f}function B(n,e){n=n-277;let s=or(),o=s[n];if(B.MDjXKW===void 0){var a=function(g){let p="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",_="",w="";for(let E=0,T,k,P=0;k=g.charAt(P++);~k&&(T=E%4?T*64+k:k,E++%4)?_+=String.fromCharCode(255&T>>(-2*E&6)):0)k=p.indexOf(k);for(let E=0,T=_.length;E<T;E++)w+="%"+("00"+_.charCodeAt(E).toString(16)).slice(-2);return decodeURIComponent(w)};B.MqoSiq=a,B.yjztMH={},B.MDjXKW=!0}let x=s[0],u=n+x,f=B.yjztMH[u];return f?o=f:(o=B.MqoSiq(o),B.yjztMH[u]=o),o}var ea,ta,nr,rf=Xo({"node_modules/idb/build/index.js"(){let n=C,e={AQAFa:n(571),KZsTt:n(1333),RtlhA:n(574)+"ys",pevfz:"count",dyMHI:n(1367),RWMGb:n(1208),fzpsW:n(1705),HbaZt:n(1666),tuxCq:function(s,o){return s(o)}};Jo(),Jo(),ea=[e[n(1499)],"getKey",e[n(407)],e[n(337)],e[n(1312)]],ta=[e.dyMHI,e[n(997)],e[n(863)],e[n(307)]],nr=new Map,e[n(1753)](Qu,s=>({...s,get:(o,a,x)=>Vo(o,a)||s[n(571)](o,a,x),has:(o,a)=>!!Vo(o,a)||s[n(324)](o,a)}))}}),sf={idb:function(n){let e=C;n[e(386)]=Promise.resolve().then(()=>(rf(),Zo))[e(1123)](function(s){return s})}},Yo={};function Ue(n){let e=C,s={BAeXU:e(980)+"0",ZGWaO:function(f,g){return f!==g}},o=s[e(1085)][e(961)]("|"),a=0;for(;;){switch(o[a++]){case"0":return x[e(386)];case"1":sf[n](x,x[e(386)],Ue);continue;case"2":if(s[e(1124)](void 0,u))return u[e(386)];continue;case"3":var x=Yo[n]={exports:{}};continue;case"4":var u=Yo[n];continue}break}}Ue.d=(n,e)=>{let s=B;for(var o in e)Ue.o(e,o)&&!Ue.o(n,o)&&Object[s(437)+s(434)](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=C;Ue.o=(e,s)=>Object[n(648)+"e"][n(509)+n(434)][n(608)](e,s)})(),(()=>{let n=C,e={DWWum:function(s,o){return s|o},IgdRI:function(s,o){return s>>o},WWPGE:function(s,o){return s&o},wizsw:function(s,o){return s===o},cheRN:n(966),mUJkA:function(s,o){return s!=o},yhmBY:n(498)+"d",GWhHA:n(766),sIrDT:n(1440)+"le"};Ue.r=s=>{let o=n,a={YKcrq:function(x,u){return e.DWWum(x,u)},SjzrF:function(x,u){return e[B(1004)](x,u)},ALnOo:function(x,u){return e[B(1108)](x,u)},SLERe:function(x,u){return x&u}};e.wizsw(e[o(1393)],e[o(1393)])?(e.mUJkA(e[o(319)],typeof Symbol)&&Symbol["toString"+o(551)]&&Object["definePr"+o(434)](s,Symbol[o(735)+o(551)],{value:e[o(1370)]}),Object[o(437)+o(434)](s,e[o(895)],{value:!0})):(_0x2030a3[_0x5d3315++]=a[o(1700)](a[o(877)](_0x39472a,12),224),_0x15bfaf[_0x4fe912++]=a[o(1700)](a[o(1136)](_0x5f342d>>6,63),128),_0xbb7f93[_0x443155++]=a.YKcrq(a[o(1690)](63,_0x6f0713),128))}})();var te={};(()=>{let n=C,e={egHuX:function(i,t){return i+t},kpNOU:function(i,t){return i*t},IHmZt:function(i,t){return i*t},uxmKs:function(i,t){return i+t},mHpqJ:function(i,t){return i(t)},dxuzy:function(i,t,r){return i(t,r)},iSbLQ:function(i,t){return i(t)},irmyq:function(i,t){return i+t},RJOMC:n(1344),nGlhH:n(1585)+n(1585)+n(1585)+n(1585),tVNTc:function(i,t){return i+t},zAYjf:"Skip pas"+n(1057),QZLvk:function(i,t,r){return i(t,r)},LJAho:function(i,t){return i>t},wOpRS:function(i,t){return i>t},IOvbw:function(i,t){return i<t},dKlpA:function(i,t){return i!==t},otUak:n(998),toigU:function(i,t){return i!==t},fzzpf:n(1627),lgaeI:n(530),Aalny:function(i,t){return i-t},wEoqE:function(i,t){return i<t},Eeisv:function(i,t){return i-t},svbhX:function(i,t){return i<t},sijhM:function(i,t){return i-t},pfDSr:function(i,t){return i!==t},LJwlC:function(i,t,r){return i(t,r)},WlivM:function(i,t){return i(t)},vVLAR:function(i,t,r){return i(t,r)},oIaVb:function(i,t){return i(t)},nIeoS:function(i,t){return i&t},yiqte:n(603)+"required"+n(1304)+n(1791),VOsWK:n(603)+n(1687)+" field: "+n(414),eGYsO:function(i){return i()},XMbSZ:function(i,t,r,c){return i(t,r,c)},HQtNu:function(i,t){return i&&t},gtZDw:n(1773),pDiIj:function(i,t){return i||t},ekGKH:n(1295),gyjLu:function(i,t){return i!==t},JFrXa:function(i,t,r){return i(t,r)},nzJkx:function(i,t){return i!==t},YhfTj:function(i,t,r){return i(t,r)},IXkfY:function(i,t,r){return i(t,r)},QFHRN:function(i,t,r){return i(t,r)},UQdsZ:function(i,t){return i(t)},eabRR:function(i,t,r){return i(t,r)},vmRwu:function(i,t,r){return i(t,r)},muUha:function(i,t){return i!==t},dJpdO:function(i,t,r){return i(t,r)},zbHPZ:function(i,t,r){return i(t,r)},lnpmv:n(1052),sStcX:n(879),QbMhN:function(i,t){return i!==t},EgIcM:function(i,t,r){return i(t,r)},byBHD:function(i,t,r){return i(t,r)},rDKkB:function(i,t){return i(t)},KSeCT:function(i,t){return i>>>t},kIeUh:function(i,t,r){return i(t,r)},opuUD:function(i,t,r){return i(t,r)},bnINE:function(i,t,r){return i(t,r)},nkIYl:function(i,t){return i(t)},jpiQI:function(i,t){return i(t)},SyXfk:function(i,t,r){return i(t,r)},GtDCt:function(i,t,r){return i(t,r)},CLHdP:function(i,t){return i(t)},NZUyN:function(i,t){return i===t},yvaom:n(603)+n(1687)+n(1304)+n(865),AbfGo:n(603)+"required"+n(1304)+n(1516),sIXhF:n(603)+n(1687)+" field: "+n(1158),BKKEY:n(603)+n(1687)+" field: "+n(1412),iwCfB:function(i,t){return i(t)},oMMoZ:function(i,t,r){return i(t,r)},NVADU:function(i,t,r){return i(t,r)},qoRNq:function(i,t){return i+t},VpeIX:n(1097)+n(1211)+n(424),pjOGO:function(i,t){return i>>t},lJFeT:function(i,t){return i>=t},jzYPm:n(1580),tPYms:"DoPUk",yUeEE:"mpNXs",XtagX:function(i,t){return i===t},LSgDN:function(i,t){return i===t},FUDVZ:n(1650),hgYCh:function(i,t){return i>=t},bkOPP:function(i,t){return i+t},pbGDZ:function(i,t){return i>t},qVvJK:function(i,t){return i*t},LAjsg:function(i,t){return i>t},gNMcm:n(1161)+n(1057),DvmSr:function(i,t){return i(t)},IBksC:n(1154),jelHw:"ping_onc"+n(1272)+"t",wIvgB:"TURXy",IPGMH:function(i,t,r){return i(t,r)},DwEoY:"cVjyf",NuMHA:n(520),zanTJ:function(i,t){return i+t},DQkTM:function(i,t){return i(t)},kUHkK:function(i,t){return i===t},VmlnP:function(i,t){return i&t},IkQNv:function(i,t){return i>=t},sRhvt:function(i,t){return i+t},jmvxV:function(i,t){return i!==t},tvKcG:function(i,t){return i&t},kXjkt:function(i,t){return i|t},LxoeE:function(i,t){return i&t},cFUIy:function(i,t){return i(t)},EoHkA:function(i,t){return i>=t},aUVxN:function(i,t){return i+t},DFrEJ:function(i,t){return i+t},XdTkf:function(i,t){return i|t},BCuwh:function(i,t){return i<<t},FJpKX:function(i,t){return i<<t},LCYSG:function(i,t){return i&t},sWLOB:function(i,t){return i<<t},igtyB:function(i,t){return i>=t},rlkju:function(i,t){return i<=t},pRNwZ:function(i,t){return i(t)},Wtwbr:function(i,t){return i==t},gIOAf:function(i,t){return i&t},ulvBq:function(i,t){return i+t},xCaZy:"vHVeG",MmkgW:function(i,t){return i+t},JTxwK:function(i,t){return i|t},RsyKg:function(i,t){return i|t},hDyFt:function(i,t){return i|t},ryAgK:function(i,t){return i<<t},fNqxd:function(i,t){return i>t},SnKQa:function(i,t){return i>>t},Mwjqd:function(i,t){return i+t},Hnrzg:function(i,t){return i&t},EQMhw:function(i,t){return i<<t},LQQav:function(i,t){return i<t},SMxAa:function(i,t){return i<t},KYWqQ:function(i,t,r){return i(t,r)},dRsGz:function(i,t){return i<t},hpNvt:function(i,t){return i<=t},zIAga:function(i,t){return i-t},DwczN:function(i,t){return i+t},vNxxF:function(i,t){return i<t},rUIUW:function(i,t){return i&t},FGLtV:function(i,t){return i|t},htyrz:function(i,t){return i&t},EUaYu:function(i,t){return i|t},MfDrL:function(i,t){return i&t},HBXLq:function(i,t){return i>>t},CRsLN:function(i,t){return i|t},kcuce:function(i,t){return i&t},CqyCV:function(i,t){return i|t},MDObu:function(i,t){return i&t},iuhSk:function(i,t){return i>>t},ePCUw:function(i,t){return i|t},hzqjS:function(i,t){return i&t},htIOp:function(i,t,r){return i(t,r)},MNfbi:n(1720)+n(746),KMIKq:"CggOX",xyptn:function(i,t){return i&t},drTWS:function(i,t){return i>=t},LPCUM:function(i,t,r){return i(t,r)},JBHLn:function(i,t){return i&t},smWAv:function(i,t){return i+t},HiGxP:function(i,t){return i&t},KGEFq:function(i,t){return i&t},BgWcO:function(i,t){return i(t)},KceqD:n(427),vBnDR:function(i,t,r){return i(t,r)},McQpH:n(1013),MVvoa:function(i,t){return i(t)},kcuNX:function(i,t){return i<<t},qZtpt:function(i,t){return i&t},iANYr:function(i,t){return i<<t},woURD:function(i,t){return i&t},UgbBA:function(i,t){return i!==t},qnCZG:function(i,t){return i(t)},vkrFQ:function(i,t){return i!==t},GSQuw:n(883),oZVPZ:function(i,t){return i(t)},UtWiz:function(i,t){return i(t)},dnduI:function(i,t){return i<<t},jHdsJ:function(i,t){return i&t},wZFqi:n(522),oHHvz:function(i,t){return i&t},zgJta:n(1193),nyarH:function(i,t){return i|t},PMjtc:function(i,t){return i<<t},moZps:function(i,t){return i>>>t},InhIN:function(i,t){return i|t},rPUck:function(i,t){return i>>>t},YnAwQ:function(i,t){return i>>>t},rLlep:function(i,t){return i===t},YGlVl:function(i,t){return i<t},wzJUE:function(i,t){return i<t},lvIVK:function(i,t,r){return i(t,r)},kFAjC:function(i,t){return i&t},yVvKR:function(i,t){return i+t},lpywf:function(i,t){return i&t},RcvOd:function(i,t){return i|t},MmEAt:function(i,t){return i|t},CpQwH:function(i,t){return i>>>t},UUbXb:function(i,t){return i+t},CgUIX:function(i,t){return i|t},bEkcv:function(i,t){return i>>>t},fdxax:function(i,t){return i&t},ljPhv:function(i,t){return i!==t},GMVDG:function(i,t){return i|t},btQsp:function(i,t){return i>>>t},DqqFe:function(i,t){return i|t},OTbCB:function(i,t){return i(t)},fxtwb:function(i,t){return i===t},XrSDO:n(1235),YBVDX:function(i,t){return i(t)},vgIBt:function(i,t){return i|t},wfWGX:function(i,t){return i<<t},bOKpW:function(i,t){return i|t},svOil:function(i,t){return i|t},ZcvdW:function(i,t){return i<<t},aPdIU:function(i,t){return i<<t},Cjzjp:function(i,t){return i<<t},TwRab:function(i,t){return i|t},haEyF:function(i,t){return i<<t},dbJEq:function(i,t){return i|t},WgLwx:function(i,t){return i|t},TFxOY:function(i,t){return i|t},CsLkW:function(i,t){return i<<t},yhEgS:function(i,t){return i<<t},hGvsq:function(i,t){return i===t},ZAUVv:function(i,t){return i>>>t},aGLbF:function(i,t){return i>>>t},nSnwC:function(i,t){return i|t},yytOc:function(i,t){return i&t},TeLnJ:function(i,t){return i>>>t},lwMLc:function(i,t){return i&t},bnFxQ:function(i,t){return i>>>t},tuPeN:function(i,t){return i>=t},AMJAv:function(i,t){return i>=t},ocKeC:function(i,t){return i+t},oEcJa:function(i,t){return i%t},wyZTk:function(i,t){return i/t},FdWIO:function(i,t){return i>>>t},pWmYT:function(i,t){return i>>>t},oFJEY:function(i,t){return i*t},URUmx:function(i,t){return i>>>t},xAJvP:function(i,t){return i||t},IHHJg:n(444),hFTqz:function(i,t){return i>>>t},XjjSR:function(i,t){return i&t},MWOax:function(i,t){return i>>>t},QnfYN:function(i,t){return i>>>t},zpQcw:function(i,t){return i+t},GWBjV:function(i,t){return i>>>t},MhDSl:function(i,t){return i|t},dKlDg:"open",eoFTB:function(i,t){return i>>>t},qyczf:function(i,t){return i===t},QxpTd:function(i,t){return i===t},Kzzqa:function(i,t){return i!==t},uVqYS:n(1339),BCrDF:n(1567),KNwLl:function(i,t){return i===t},Cnjxy:function(i,t){return i&t},AoDRa:function(i,t){return i&t},ttfms:function(i,t){return i>>>t},pOcmv:function(i,t){return i&t},MMiYe:function(i,t){return i>>>t},hHHVw:"HvIGc",NSFCi:function(i,t){return i&t},RDJMO:function(i,t){return i>>>t},fDOLv:function(i,t){return i>>>t},QToOf:function(i,t){return i&t},hqSyP:function(i,t){return i&t},mUxze:n(942)+n(626),FEmWY:"CONNECTING_ERROR",ZJREj:n(806)+"IES_ERROR",IkoKG:"MESSAGE_"+n(1408),lCEaZ:n(483)+"OR",yjlTg:"4|1|0|2|3",rhlLH:"3|2|1|0|4",QTMPj:"message",SeBWW:"wXdxM",tEoPj:"TgsIA",WOwHl:function(i,t,r){return i(t,r)},aAxTO:n(725),LoLzF:n(809),nEKcK:n(1008)+"2",EQJQh:function(i,t){return i+t},CFakY:function(i,t){return i<t},edims:function(i,t){return i!==t},qTMBN:n(1406),uSdCb:n(922),SFGBW:function(i,t){return i instanceof t},LsYVc:function(i,t){return i+t},Clvwz:n(376)+n(332),QVMuH:function(i,t){return i===t},qedXj:function(i,t){return i===t},kShls:function(i,t){return i!==t},CpBlB:n(1395),pJUML:"fyEYh",hmNug:function(i,t,r){return i(t,r)},XzUeF:n(1131),yHUBt:function(i,t){return i!==t},VCZGA:"MYXlN",mLEil:n(1361),umnfM:function(i,t,r){return i(t,r)},PDGuP:n(1012),uhEvr:n(1714)+"id",LeMuU:"KgTuE",AbFYY:"mTpgr",liLcY:function(i,t){return i||t},zpIJK:function(i,t){return i||t},hcEcn:n(777)+"1",MaOYl:function(i,t){return i!=t},eFSls:function(i,t){return i<=t},yAcFI:"next() called mu"+n(1769)+n(1599)+"process",QykLq:function(i,t){return i===t},HTbvj:function(i,t){return i<t},dWCmh:function(i,t){return i<t},nPBXd:function(i,t){return i===t},fmEoU:function(i,t){return i&t},tDqNl:function(i,t){return i+t},rkVHI:function(i,t){return i<t},DgdoJ:function(i,t){return i<t},SJLcB:function(i,t){return i<=t},zyOiC:function(i,t){return i<t},GpFCB:function(i,t){return i<<t},LUgRm:function(i,t){return i&t},iSeLG:function(i,t){return i>=t},gpkcA:function(i,t){return i<t},avBlY:function(i,t){return i|t},TZNaX:function(i,t){return i<<t},yWFEA:function(i,t){return i&t},pRuxp:function(i,t){return i>=t},wXgHK:function(i,t){return i<<t},aZdzr:function(i,t){return i&t},MgYGp:function(i,t){return i<<t},CKfvt:function(i,t){return i&t},zeTXI:function(i,t){return i<<t},rbtbf:function(i,t){return i&t},ZsRAy:function(i,t){return i+t},EcaYi:function(i,t){return i===t},AqPoJ:n(1245),FpbJj:function(i,t){return i|t},gaJXF:function(i,t){return i&t},gmSxS:function(i,t){return i>>t},nFCPm:function(i,t){return i&t},RRDzF:function(i,t){return i&t},nSfBj:n(1725),SNQBA:n(1269),Rlzbg:function(i,t){return i&t},ORbih:function(i,t){return i&t},kxWjE:"send_ack",pyBTK:function(i,t){return i!==t},GSwfh:n(1203),GHTBJ:n(544),higjG:function(i,t){return i instanceof t},lhBtm:function(i,t){return i!=t},CaUSZ:n(1231),jpfaH:function(i,t){return i instanceof t},VPZEn:n(743)+n(1281),YqKzC:"text/pla"+n(356)+"et=utf-8",uPrmX:"boe",fXavX:"ppe",Yaoqq:n(1763),cfBZy:"eQSUS",SVUis:n(1323)+"ascript",IeqZx:function(i,t){return i(t)},wUJwW:n(921),iOekH:n(1349),RWGnH:n(1506),KDxsX:"qoQRq",goskX:n(933),XTdRz:function(i){return i()},iEIBC:function(i,t){return i!==t},uQlDH:n(533),ZtzQH:n(1539),FgqqI:function(i,t){return i||t},XsUtH:"TrLSV",IfBmo:function(i,t){return i(t)},irQnK:function(i,t){return i(t)},QcFVy:function(i,t){return i<<t},dLJYU:function(i,t){return i&t},zGXHq:function(i,t){return i!==t},uhiBx:n(426),EnqZq:function(i,t){return i!==t},JRwHZ:n(968),VFatf:function(i,t,r){return i(t,r)},yyXUL:function(i,t,r){return i(t,r)},cRYHn:function(i,t){return i!==t},HlYoW:"OAvIP",CBDcP:function(i,t){return i(t)},VDfjh:function(i,t){return i<=t},xeUDO:function(i,t){return i+t},IAEYb:function(i,t){return i|t},rQdLX:n(991),ifKty:n(278),mYfrA:function(i,t){return i||t},CveIy:function(i,t){return i|t},FNUpN:function(i,t){return i<t},dEtWc:function(i,t){return i|t},gScGX:function(i,t){return i>>t},yDzMd:function(i,t){return i&t},zmCYa:function(i,t){return i>>t},oyydH:function(i,t){return i&t},hhqCa:n(1096),dwdfS:n(1557),gpWUp:function(i,t){return i(t)},hwtaz:function(i,t){return i===t},JzhLn:n(897),MYqul:function(i,t){return i||t},kxnJn:n(498)+"d",STWzc:function(i,t){return i||t},Zbmth:"init QoS"+n(931)+"d",CgRPD:function(i,t,r){return i(t,r)},NAydj:n(1777),jirip:n(1610),ToWXl:function(i,t){return i!==t},sviab:n(1404),TIpYx:"sent",IVHLl:n(1770),YfvtS:function(i,t){return i(t)},hMdQe:n(1771),HLMZw:function(i,t){return i(t)},fUoHf:function(i,t){return i===t},WHvCK:"FzBst",UFulz:"PpdoV",HGLeh:"yQAcT",OAOlF:n(1413)+n(753),ToAfa:function(i,t,r,c){return i(t,r,c)},oybkn:n(1413)+n(1512)+"ck",UzZSP:n(1413)+"er_is_ack",dxBDq:n(1413)+n(474)+n(331),MyVbL:function(i,t){return i&t},kdteF:function(i,t){return i>>>t},GcbNd:function(i,t){return i&t},eHYOc:"KNaVL",UxPQD:n(727),MrtEB:n(586),NPXIt:function(i,t,r,c){return i(t,r,c)},iSPAn:n(462),IDQCv:function(i,t){return i!==t},DkXHu:n(1467),JEoIV:function(i){return i()},nGOfK:n(695),airUY:function(i,t){return i instanceof t},PfkEa:function(i,t){return i instanceof t},rHSkV:"applicat"+n(1281)+";charset"+n(1083),TvTrO:n(1644)+"e",yFEBT:n(734),jXJzl:function(i,t,r,c){return i(t,r,c)},cPpDu:function(i,t){return i>t},zPCKf:function(i,t){return i(t)},xHmtf:function(i,t){return i|t},FPECX:function(i,t){return i(t)},CIXxu:function(i,t){return i+t},PlDEP:function(i,t){return i+t},ukglZ:"index ou"+n(521)+n(1524),IJOtM:" + ",OavCd:" > ",AiRru:n(1159)+"too large",fZgmS:function(i,t){return i+t},QQPiR:function(i,t){return i+t},aVMiJ:function(i,t){return i<t},bvxmb:function(i,t,r){return i(t,r)},RKlIY:n(288)+"4",dBCBc:function(i,t){return i+t},VHmIw:function(i,t){return i|t},fSFsK:function(i,t){return i+t},DAjqR:function(i,t){return i+t},webJg:function(i,t){return i+t},VWtkg:function(i,t){return i+t},kfIZL:function(i,t){return i|t},lCSfE:function(i,t){return i+t},QvmsJ:function(i,t){return i<<t},Vorsg:function(i,t){return i+t},oRUlD:function(i,t){return i+t},PKtBI:n(1230),Tonfq:function(i,t){return i+t},FrjZQ:function(i,t){return i&t},GQjDW:function(i,t){return i>>>t},lPgzA:function(i,t){return i&t},qOzfz:function(i,t){return i>>>t},CXJbC:function(i,t){return i&t},BzbMv:function(i,t){return i+t},VukBw:function(i,t){return i&t},sQUJe:function(i,t){return i+t},ysubV:function(i,t){return i>>>t},qlRjl:function(i,t){return i+t},qUrTr:function(i,t){return i+t},EjchH:function(i,t){return i&t},HIUBT:function(i,t){return i&t},AiECl:function(i,t){return i+t},xPoXt:"3|2|1|11"+n(726)+"0|6|0|9|5",ADfle:function(i,t){return i|t},QCqqy:function(i,t){return i<<t},miDFH:function(i,t){return i&t},oUVUi:function(i,t){return i>>>t},kgtAE:function(i,t){return i|t},KQoes:function(i,t){return i&t},CuQuG:function(i,t){return i|t},VlIzd:function(i,t){return i&t},NGwjE:function(i,t){return i|t},KLrAM:function(i,t){return i>t},usarS:function(i,t,r,c){return i(t,r,c)},PURbf:function(i,t){return i<t},CASxu:function(i,t){return i|t},roQmr:function(i,t){return i<t},vhduq:n(938)+n(1518)+n(1386),pEvXY:n(1463)+n(291),TmmdH:n(291),AbyzD:function(i,t,r,c){return i(t,r,c)},xRRKy:"cursor_f"+n(1362),TcunG:function(i,t,r){return i(t,r)},SDRwZ:function(i,t){return i+t},rbVhO:function(i){return i()},bRwXB:function(i,t){return i!==t},eoIuz:n(634),mObAA:n(1742)+n(904),UkSpv:n(1319)+n(1536),MkcRJ:n(1624),LvwVz:n(1380),wzEWK:function(i,t,r,c){return i(t,r,c)},FbMbi:n(913),qFDzw:function(i,t){return i(t)},qFIlt:function(i,t){return i-t},Blwzv:function(i,t){return i|t},pxcVJ:function(i,t){return i<<t},ogYOB:function(i,t){return i<<t},agndu:function(i,t){return i&t},eVKJb:"CkccC",gQwNi:n(1502),ohCIi:n(1413)+n(1216),nTiyj:function(i,t){return i(t)},gHqWF:n(1413)+n(1062),nVAXg:function(i,t,r,c){return i(t,r,c)},sYPUY:n(1032)+"s",Dviof:"x-msg-cursor_value",KVPhW:function(i){return i()},NUMKU:function(i,t){return i>t},cBOaP:function(i,t){return i>t},EvIhs:"pcPrD",jWzwu:function(i,t){return i!==t},iBvMm:n(1336),rDdlb:function(i,t){return i+t},XWSat:function(i){return i()},NFblS:"XofSC",dKHJn:function(i,t){return i!==t},aObuq:n(1379),dSqpv:function(i,t){return i!==t},roJmc:n(423),WSnZm:function(i){return i()},PMYfO:function(i,t){return i&&t},bCLbR:function(i,t,r){return i(t,r)},YsCeN:function(i){return i()},VWnLT:function(i,t){return i!==t},NahTI:function(i,t){return i!==t},yrssJ:function(i,t){return i===t},ykBcJ:n(292),HfwcP:function(i,t,r,c){return i(t,r,c)},zNKmf:function(i,t){return i===t},IPDNi:n(909),GtwUL:function(i,t){return i===t},UVRAy:n(1422),BHleW:n(1621)+"e_success",OyZIc:n(773),vjWKD:"pVcXR",pHrOT:function(i,t,r){return i(t,r)},JMSTu:function(i,t){return i===t},fZDAd:function(i,t){return i>>>t},ZkYjS:function(i,t){return i&t},YlKWD:function(i,t){return i+t},UvEur:n(1604),OemNC:function(i,t){return i!==t},Nayux:function(i,t,r){return i(t,r)},XvYmg:n(652),aGQwx:function(i,t,r){return i(t,r)},oEutv:function(i,t,r){return i(t,r)},sWEPv:function(i,t){return i!==t},KGKxH:function(i,t){return i!==t},jhsad:n(289),AXUNr:n(531),aqpay:function(i,t,r){return i(t,r)},iKCfD:n(1449)+n(1420),FuxHd:n(1132),skrpO:function(i,t){return i/t},QGtxM:function(i,t){return i==t},ktpFA:function(i,t){return i===t},FXkCc:n(1729)+"rovide v"+n(1181),UCoWB:"please provide w"+n(1584)+n(464)+"ket cons"+n(1504)+n(1009)+n(471),kuiCe:n(1485),hSnsm:n(293),lImLY:function(i,t,r){return i(t,r)},VWDSu:n(693)+"t",XSXyy:n(470),UMboT:n(951),lqlcz:function(i,t,r){return i(t,r)},PHrhl:function(i,t){return i!==t},EyLgm:n(633),pFOss:n(297),OApuG:n(737),bbCaL:function(i,t){return i!==t},pnfYs:function(i,t){return i!==t},MqRFn:"FQMCF",UcMJh:function(i,t){return i==t},WOYrb:n(1330),emRoO:n(363),GuIwU:n(1590),gdhjF:n(349),OJqGE:n(489),XrVfy:n(540)+"d",xhmsm:function(i,t){return i||t},HOuOt:n(1729)+n(501)+n(301)+n(1686)+n(630),PcUad:function(i,t){return i==t},UaRPW:n(1487),hwsrI:n(1075)+"0",qrjbq:n(766),HVygY:n(1440)+"le",AzmZd:function(i,t){return i!==t},oGNCn:n(1587),odsJh:"FvcVi",KLFqF:function(i,t,r){return i(t,r)},zwYnz:function(i,t,r){return i(t,r)},WtgmA:n(493),eMBsK:function(i,t){return i>t},TkAYc:function(i,t,r){return i(t,r)},MMERW:function(i,t){return i(t)},nxzhb:function(i,t){return i(t)},SAYrP:n(976)+">",wbhdk:function(i,t){return i*t},lsCZD:n(768),SkvpJ:n(1414),sckRq:"BpYwh",akMin:"FIhOz",puqTq:function(i,t,r){return i(t,r)},MSVnL:n(436)+n(451)+"onnecting",eEZLb:function(i,t){return i(t)},gcWFq:function(i,t){return i===t},bnpCA:function(i,t){return i===t},AnRtR:n(348),fddpF:"0|3|2|1|4",RIkUf:n(950)+n(825),gVNDZ:n(1494),yWwRn:n(1162),wQSJJ:function(i,t,r){return i(t,r)},buecW:function(i,t,r){return i(t,r)},QkHXe:n(1762)+n(802)+n(1045)+n(873),fIXTb:n(954),DfTPT:n(920),Xekmw:n(1024),vLNNE:"close, w"+n(1279)+n(1625)+n(1760)+"ed",chBsa:function(i,t){return i===t},xrPgK:function(i,t){return i(t)},gWbHf:n(767)+"or",QVuAr:function(i,t){return i===t},RjOvo:n(1757),QbVCp:n(1388),VaMdq:function(i,t){return i==t},OQRWw:n(1729)+n(570)+n(670)+n(935)+"a must b"+n(1399)+n(1290)+n(1409)+n(458),iEkqn:n(1142),Uxczj:function(i,t){return i(t)},NreJS:function(i,t){return i(t)},mPzwz:n(1729)+n(570)+" valid s"+n(1629),JHlkP:function(i,t){return i instanceof t},uOyIl:n(1697),bFZme:function(i,t){return i==t},LTONQ:n(1586)+"econnect"+n(830),mLOzo:function(i,t){return i instanceof t},tnotJ:function(i,t){return i!==t},NatRu:"qTEHD",vYDBo:function(i,t){return i(t)},lsFxp:n(1620),JpFLh:function(i,t){return i*t},DVAqF:function(i,t){return i*t},VwrHy:function(i,t){return i!=t},uTbbq:"Window",SfrYq:function(i,t){return i===t},fwoQW:n(534)+n(642)+"lobalScope",rIxvb:function(i,t){return i!=t},qWDMJ:function(i,t){return i===t},adtLz:n(1473),kajec:function(i,t){return i!=t},DYzAB:function(i,t){return i!=t},RNyTy:function(i,t){return i!=t},SoOfo:function(i,t){return i!=t},qWuVE:n(1442)+"qos__"};Ue.r(te),Ue.d(te,{FWS:()=>D0,CustomErrorEvent:()=>ts,createCloseEvent:()=>De,ReconnectEvent:()=>es,createErrorEvent:()=>Ae,decodedFrame:()=>yt,createOpenEvent:()=>as,CustomCloseEvent:()=>ns,createReconnectEvent:()=>Mr,FrontierMessageEvent:()=>is,encodeFrame:()=>re,createMessageEvent:()=>os,OpenEvent:()=>ss,ErrorCode:()=>et,Event:()=>St,MessageEvent:()=>rs});let s="";function o(i=""){let t=n,r="02",c=""+Date[t(702)](),d=s||(s=g(i)),h=Math.random()[t(735)](16).slice(-6);return e.egHuX(e.egHuX(e[t(1014)](r,c),d),h)}function a(){let i=n;return e[i(1286)](1e4,Date[i(702)]())+Math[i(1355)](e[i(823)](1e4,Math[i(729)]()))}function x(i){let t=n;return e[t(410)](e[t(1566)](Array,8)[t(1640)]("0"),e[t(1510)](parseInt,i,10)[t(735)](2))[t(799)](-8)}function u(i){let t=n;return e.uxmKs(Array(4)[t(1640)]("0"),parseInt(i,2)[t(735)](16))[t(799)](-4)}function f(i){let t=n,r=i[t(961)](/\./)[t(1101)](h=>x(h)),c=[];return c[0]=e[t(1566)](u,r[0]+r[1]),c[1]=e[t(1727)](u,e[t(1178)](r[2],r[3])),[e[t(1421)],e[t(1421)],t(1344),e[t(1421)],e.RJOMC,t(994),c[0],c[1]][t(1640)]("")}function g(i){let t=n,r=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[t(566)](i),c=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[t(566)](i);return r?e.iSbLQ(f,i):c?e[t(1566)](p,i):e[t(650)]}function p(i){let t=n,r={CanYf:function(y,b){return e.tVNTc(y,b)},kCton:e.zAYjf,GzNMa:function(y,b,A){return e[B(1510)](y,b,A)},OSOaI:function(y,b,A){return e[B(1513)](y,b,A)}},c="",d=[],h=0,m=0,l=!0,v=e.RJOMC;if(e[t(1749)](i[t(1326)]("::"),-1)){let y=i[t(961)]("::");for(let A=0;A<y[t(680)];A++){let R=y[A];if(e[t(797)](R.indexOf(":"),0)){let z=R[t(961)](":");l&&(h=z[t(680)]),m+=z[t(680)];for(let L=0;e[t(1066)](L,z[t(680)]);L++)if(e[t(858)](4,z[L].length)){let Ne=v[t(1291)+"g"](0,4-z[L][t(680)]),Z=Ne.concat(z[L]);d[t(1734)](Z)}else d[t(1734)](z[L]);l=!1}else if(t(998)===e[t(1475)]){if(e[t(858)](4,R[t(680)]))if(e.toigU(e[t(1064)],e.lgaeI)){let z=v[t(1291)+"g"](0,e[t(1166)](4,R[t(680)])),L=z.concat(R);d[t(1734)](L)}else{if(r.CanYf(_0xbd038[t(1515)],_0x32d6df)>_0x4163af.limit)throw new _0x4a767d(r[t(1340)]);_0x5928f7[t(1515)]+=_0x2e9403}else d[t(1734)](R);l&&(h+=1),m+=1,l=!1}else r[t(1607)](_0xeaf2d0,_0xdff0a8,18),r[t(1054)](_0x5d122d,_0x3f4473,_0xabbeb3)}let b="";for(let A=0;e[t(900)](A,e[t(1110)](8,m));A++)b=b.concat(v);for(let A=0;e[t(1066)](A,d[t(680)]);A++)A===h&&(c=c[t(357)](b)),c=c[t(357)](d[A]);return c}{let y=i[t(961)](":");for(let b=0;e[t(1070)](b,y[t(680)]);b++){let A=y[b];if(y[b][t(680)]!==4){let R=v[t(1291)+"g"](0,e[t(1280)](4,y[b][t(680)])),z=R.concat(A);c=c[t(357)](z)}else c=c[t(357)](A)}return c}}function _(i,t){let r=n,c=i[r(1791)];e[r(858)](void 0,c)&&(e[r(1510)](V,t,10),ge(t,c));let d=i[r(414)];e.pfDSr(void 0,d)&&(e[r(1531)](V,t,18),e.QZLvk(ge,t,d))}function w(i){let t=n,r={};e:for(;!e.iSbLQ(ue,i);){let c=e.WlivM(Y,i);switch(c>>>3){case 0:break e;case 1:r[t(1791)]=e[t(1118)](Q,i,e[t(461)](Y,i));break;case 2:r[t(414)]=Q(i,e[t(637)](Y,i));break;default:e[t(1118)](X,i,e[t(1695)](7,c))}}if(r[t(1791)]===void 0)throw new Error(e[t(592)]);if(r[t(414)]===void 0)throw new Error(e[t(1385)]);return r}function E(i){let t=n,r=e[t(1651)](oe);return e[t(1531)](T,i,r),me(r)}function T(i,t){let r=n,c={REeRq:r(586),rycCL:function(Z,fe,lt,Ct){return e.XMbSZ(Z,fe,lt,Ct)},jrWXZ:function(Z,fe){return e.HQtNu(Z,fe)},AQebZ:r(462),VPJTQ:e[r(853)],mVcGk:function(Z,fe){return e[r(893)](Z,fe)},sRSSZ:e.ekGKH,CFAzq:function(Z){return e[r(1651)](Z)}},d=i[r(865)];e.gyjLu(void 0,d)&&(V(t,8),e.vVLAR(W,t,d));let h=i[r(1516)];h!==void 0&&(V(t,16),e[r(1282)](W,t,h));let m=i.service;e[r(1026)](void 0,m)&&(e[r(1118)](V,t,24),e.LJwlC(W,t,e[r(637)](K,m)));let l=i[r(1412)];e[r(365)](void 0,l)&&(e[r(1282)](V,t,32),W(t,e[r(637)](K,l)));let v=i[r(391)];if(e[r(651)](void 0,v))for(let Z of v){e.YhfTj(V,t,42);let fe=e.eGYsO(oe);e[r(1028)](_,Z,fe),e[r(609)](V,t,fe[r(721)]),e[r(1118)](Ke,t,fe),e[r(329)](ae,fe)}let y=i[r(732)+r(890)];e[r(858)](void 0,y)&&(e[r(905)](V,t,50),e[r(373)](ge,t,y));let b=i[r(1417)+r(1334)];e[r(651)](void 0,b)&&(V(t,58),e[r(1118)](ge,t,b));let A=i.payload;e[r(1314)](void 0,A)&&(e.QFHRN(V,t,66),e.dJpdO(V,t,A[r(680)]),e[r(1708)](be,t,A));let R=i[r(939)];if(e[r(1026)](void 0,R))if(e[r(1543)]===e.sStcX){let{enableAutoAck:Z}=this[r(1209)],fe=_0x52d998(_0x22af5e.message[r(391)],c[r(614)],"1"),lt=c[r(499)](_0x141791,_0x5e4c00.message[r(391)],"is_ack","1"),Ct=_0x272969[r(608)](this,_0x5a0c49);if(c[r(899)](Z,fe)){let{SeqID:Kr,LogID:jr,service:Jt,LogIDNew:bn,method:Vt}=_0x3d46e9.message;this[r(1111)]({SeqID:Kr,LogID:jr,LogIDNew:bn,service:Jt,method:Vt,headers:[{key:c[r(1480)],value:"1"},{key:c[r(993)],value:c[r(1369)](bn,"")},{key:c[r(1297)],value:"0"}]})}lt&&!Ct[r(556)]&&this[r(1633)+r(1722)+r(902)](_0x495af0),c[r(774)](_0x5ef31f)}else e.zbHPZ(V,t,74),e[r(373)](ge,t,R);let z=i[r(497)+r(1201)];z!==void 0&&(e[r(1118)](V,t,82),e[r(609)](ge,t,z));let L=i.msgID;e[r(1314)](void 0,L)&&(e[r(1708)](V,t,90),e[r(1531)](ge,t,L));let Ne=i.frameType;e[r(654)](void 0,Ne)&&(e[r(952)](V,t,96),e[r(792)](W,t,e[r(1563)](K,Ne)))}function k(i){return e[n(1566)](P,Te(i))}function P(i){let t=n,r={};e:for(;!e[t(1563)](ue,i);){let c=Y(i);switch(e.KSeCT(c,3)){case 0:break e;case 1:r[t(865)]=ut(i,!0);break;case 2:r[t(1516)]=e[t(1338)](ut,i,!0);break;case 3:r.service=Y(i);break;case 4:r.method=e[t(329)](Y,i);break;case 5:{let d=H(i);(r[t(391)]||(r[t(391)]=[]))[t(1734)](e[t(329)](w,i)),i[t(721)]=d;break}case 6:r["payloadE"+t(890)]=e[t(1300)](Q,i,e[t(1727)](Y,i));break;case 7:r[t(1417)+"ype"]=e[t(1394)](Q,i,e[t(323)](Y,i));break;case 8:r.payload=e[t(1394)](F,i,e[t(1563)](Y,i));break;case 9:r[t(939)]=e[t(1513)](Q,i,e[t(1320)](Y,i));break;case 10:r.serverTiming=e[t(1082)](Q,i,Y(i));break;case 11:r[t(1555)]=e[t(1704)](Q,i,e[t(958)](Y,i));break;case 12:r.frameType=e[t(329)](Y,i);break;default:X(i,e[t(1695)](7,c))}}if(e[t(815)](void 0,r[t(865)]))throw new Error(e[t(1364)]);if(e[t(815)](void 0,r[t(1516)]))throw new Error(e[t(298)]);if(e[t(815)](void 0,r[t(1158)]))throw new Error(e[t(659)]);if(e[t(815)](void 0,r.method))throw new Error(e[t(1663)]);return r}function H(i){let t=n,r=e[t(1566)](Y,i),c=i[t(721)];return i.limit=e[t(1014)](i[t(1515)],r),c}function X(i,t){let r=n;switch(t){case 0:for(;128&e[r(764)](ne,i););break;case 2:e[r(1582)](de,i,Y(i));break;case 5:e.NVADU(de,i,4);break;case 1:de(i,8);break;default:throw new Error(e.qoRNq(e[r(917)],t))}}function K(i){let t=n;return i|=0,{low:i,high:e.pjOGO(i,31),unsigned:e[t(1019)](i,0)}}let J=[];function oe(){let i=n,t=J[i(473)]();return t?(t[i(1515)]=t[i(721)]=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function ae(i){let t=n;if(e[t(815)](e[t(345)],t(1580)))J[t(1734)](i);else{if(!this._ws)return;this[t(1265)+t(395)+"t"](_0x2445cd,_0x24bd9c,_0x1ec396)}}function Te(i){return{bytes:i,offset:0,limit:i.length}}function me(i){let t=n;if(e[t(815)](e.tPYms,e[t(846)]))return this[t(742)].readyState;{let r=i[t(1140)],c=i.limit;return e[t(282)](r[t(680)],c)?r:r[t(1668)](0,c)}}function de(i,t){let r=n;if(e[r(1313)](r(1558),e[r(816)]))return this[r(1060)].isReady;if(i[r(1515)]+t>i[r(721)])throw new Error(r(705)+r(1057));i[r(1515)]+=t}function ue(i){let t=n;return e[t(1285)](i[t(1515)],i[t(721)])}function I(i,t){let r=n,c=i[r(1140)],d=i.offset,h=i[r(721)],m=e[r(532)](d,t);if(e[r(839)](m,c[r(680)])){let l=new Uint8Array(e.qVvJK(2,m));l[r(406)](c),i[r(1140)]=l}return i.offset=m,e[r(1617)](m,h)&&(i[r(721)]=m),d}function O(i,t){let r=n,c=i.offset;if(c+t>i[r(721)])throw new Error(e[r(1481)]);return i[r(1515)]+=t,c}function F(i,t){let r=n,c=e[r(905)](O,i,t);return i[r(1140)][r(1668)](c,e[r(833)](c,t))}function be(i,t){let r=n,c=I(i,t.length);i[r(1140)][r(406)](t,c)}function Q(i,t){let r=n,c={YOPBw:function(d){return e[B(1651)](d)},JrjOg:function(d,h,m){return e[B(1510)](d,h,m)},GkvGK:function(d,h){return e[B(368)](d,h)},ZjGHq:e[r(419)],BdSMB:e.jelHw};if(e.muUha(e[r(963)],e[r(963)]))return!!_0x41c959?.[r(689)](d=>d[r(1791)]===_0x11ee18&&d[r(414)]===_0x35cc11);{let d=e.IPGMH(O,i,t),h=String[r(1631)+r(299)],m=i[r(1140)],l="\uFFFD",v="";for(let y=0;e.IOvbw(y,t);y++)if(e[r(815)](e[r(1527)],e[r(1003)])){let b=gmxvpj[r(399)](_0x5c5eb3);return gmxvpj[r(999)](_0x344044,_0x41ae47,b),gmxvpj[r(926)](_0x20c2cd,b)}else{let b=m[e.zanTJ(y,d)],A,R,z,L;(128&b)===0?v+=e[r(1044)](h,b):e[r(967)](e[r(492)](224,b),192)?e[r(338)](e[r(410)](y,1),t)?v+=l:(A=m[e[r(310)](y,d)+1],e[r(1104)](e.tvKcG(192,A),128)?v+=l:(L=e[r(480)](e[r(1693)](31,b)<<6,e[r(1693)](63,A)),e[r(1070)](L,128)?v+=l:(v+=e[r(1324)](h,L),y++))):e[r(492)](240,b)==224?e[r(1423)](e.aUVxN(y,2),t)?v+=l:(A=m[e[r(1284)](e[r(370)](y,d),1)],R=m[e.uxmKs(e[r(1596)](y,d),2)],(e.XdTkf(A,e[r(369)](R,8))&49344)!==32896?v+=l:(L=e[r(480)](e[r(605)](e[r(1309)](15,b),12)|e.sWLOB(63&A,6),63&R),e[r(900)](L,2048)||e[r(1681)](L,55296)&&e[r(1275)](L,57343)?v+=l:(v+=e[r(1486)](h,L),y+=2))):e.Wtwbr(e.gIOAf(248,b),240)?e[r(1493)](y,3)>=t?v+=l:e[r(1313)](r(1427),e.xCaZy)?(A=m[e.MmkgW(y+d,1)],R=m[y+d+2],z=m[e[r(532)](e.aUVxN(y,d),3)],e[r(651)](e[r(602)](e.JTxwK(e.RsyKg(A,R<<8),e.sWLOB(z,16)),12632256),8421504)?v+=l:(L=e[r(1751)](e.XdTkf(e[r(1343)](e.ryAgK(7&b,18),e[r(492)](63,A)<<12),e[r(605)](e[r(1695)](63,R),6)),63&z),e[r(1066)](L,65536)||e.fNqxd(L,1114111)?v+=l:(L-=65536,v+=e.YhfTj(h,e[r(619)](L,10)+55296,e[r(1574)](e[r(486)](1023,L),56320)),y+=3))):(c[r(926)](_0x1af462,c[r(1011)]),this.off(r(1621)+r(1220)+"s",_0x36111c),this[r(559)](c.BdSMB,_0x1602df)):v+=l}return v}}function ge(i,t){let r=n,c=t[r(680)],d=0;for(let l=0;e[r(900)](l,c);l++){let v=t[r(1138)+"At"](l);e[r(1019)](v,55296)&&e.rlkju(v,56319)&&e[r(1070)](l+1,c)&&(v=e.Eeisv(e[r(750)](v,10)+t[r(1138)+"At"](++l),56613888)),d+=e[r(1522)](v,128)?1:e[r(1446)](v,2048)?2:e[r(1070)](v,65536)?3:4}e[r(411)](V,i,d);let h=e[r(1656)](I,i,d),m=i[r(1140)];for(let l=0;e[r(1466)](l,c);l++){let v=t[r(1138)+"At"](l);e[r(1423)](v,55296)&&e[r(1061)](v,56319)&&e.dRsGz(l+1,c)&&(v=e[r(1683)](e[r(1733)](v<<10,t[r(1138)+"At"](++l)),56613888)),v<128?m[h++]=v:(e[r(1049)](v,2048)?m[h++]=e.kXjkt(e[r(1277)](v>>6,31),192):(v<65536?m[h++]=e[r(1283)](e[r(1236)](e.SnKQa(v,12),15),224):(m[h++]=e.EUaYu(e[r(932)](e[r(835)](v,18),7),240),m[h++]=e[r(1129)](e[r(1263)](e[r(835)](v,12),63),128)),m[h++]=e[r(864)](e.MDObu(e[r(1744)](v,6),63),128)),m[h++]=e.ePCUw(e[r(1713)](63,v),128))}}function Ke(i,t){let r=n,c=e[r(1267)](I,i,t.limit),d=i[r(1140)],h=t.bytes;for(let m=0,l=t[r(721)];m<l;m++)d[e[r(410)](m,c)]=h[m]}function ne(i){return i[n(1140)][O(i,1)]}function Qe(i,t){let r=n,c=e[r(1708)](I,i,1);i[r(1140)][c]=t}function Y(i){let t=n,r={VWQiZ:function(m,l){return m(l)},UrQGA:e[t(364)]},c=0,d=0,h;do e[t(365)](t(974),e.KMIKq)?(_0x6f40fa[t(1221)+t(701)]=void 0,r[t(658)](_0x395fc7,r[t(535)])):(h=ne(i),e[t(1522)](c,32)&&(d|=e[t(848)](e.MfDrL(127,h),c)),c+=7);while(e[t(1662)](128,h));return d}function V(i,t){let r=n;for(t>>>=0;e[r(525)](t,128);)e.LPCUM(Qe,i,e.XdTkf(e.JBHLn(127,t),128)),t>>>=7;e[r(1768)](Qe,i,t)}function ut(i,t){let r=n,c={PNUkC:function(v,y,b){return e[B(724)](v,y,b)},CsxiZ:e[r(960)]},d=0,h=0,m=0,l;if(l=e[r(1426)](ne,i),d=e[r(1277)](127,l),e.LCYSG(128,l)&&(l=e[r(1563)](ne,i),d|=e[r(417)](e.qZtpt(127,l),7),e.MDObu(128,l)&&(l=e[r(637)](ne,i),d|=e[r(862)](e[r(594)](127,l),14),e[r(1263)](128,l)))){if(e[r(1576)]("RiLci","RiLci"))_0x59b4f6=_0x4213c8[e[r(832)](e.irmyq(_0x116619,_0x5d1373),1)],e[r(365)](e[r(545)](192,_0x95ac7f),128)?_0x1954d4+=_0x41cdb8:(_0x82907e=e[r(864)](e[r(1575)](e[r(602)](31,_0x591262),6),e[r(313)](63,_0x3cb7a6)),e.IOvbw(_0xf1960f,128)?_0xc80ee7+=_0x45a0ea:(_0x81eb75+=e.BgWcO(_0x3cd989,_0x4c3f84),_0x457e44++));else if(l=ne(i),d|=e[r(848)](127&l,21),e[r(1713)](128,l))if(r(1204)!==r(1441)){if(l=e[r(285)](ne,i),h=127&l,e[r(1415)](128,l))if(e[r(1482)](r(1273),e[r(808)])){if(l=e[r(795)](ne,i),h|=(127&l)<<7,e[r(1693)](128,l)&&(l=e[r(859)](ne,i),h|=e[r(911)](e[r(568)](127,l),14),e[r(492)](128,l)))if(e.NZUyN(e[r(831)],r(522))){if(l=e[r(1320)](ne,i),h|=(127&l)<<21,e[r(1263)](128,l)&&(l=e.oIaVb(ne,i),m=e.oHHvz(127,l),128&l))if(e.muUha(e.zgJta,e.zgJta)){let v=r(1079)+_0x255902+(r(959)+r(1274)+r(710)+r(1669));this[r(1121)](v),this[r(1633)+r(1643)+r(1424)](c.PNUkC(_0x12cd3f,c[r(639)],{message:v,code:_0x5e277f["MAX_RETR"+r(681)+"R"]}));return}else l=ne(i),m|=(127&l)<<7}else this[r(449)+"er"]&&_0xd3b437[r(548)+r(408)+r(1160)](r(951),this[r(445)+r(699)]),this[r(449)+"er"]&&_0x1e2e4a[r(548)+r(408)+r(1160)](e[r(1601)],this[r(445)+r(340)]),this[r(1131)]()}else return new _0x27250f(_0x5eaf35,{message:_0x4b2b07})}else _0x1981af=DTZqle[r(323)](_0x3b14e2,_0x16f43a)}return{low:e[r(552)](d,e[r(1094)](h,28)),high:e.KSeCT(h,4)|e.ryAgK(m,24),unsigned:t}}function W(i,t){let r=n,c=e[r(335)](t[r(389)],0),d=e[r(1186)](e[r(706)](t.low,28),t[r(972)]<<4)>>>0,h=e[r(413)](t[r(972)],24),m=e.XtagX(0,h)?e[r(667)](0,d)?c<16384?e[r(1302)](c,128)?1:2:e[r(1070)](c,2097152)?3:4:e.SMxAa(d,16384)?e[r(673)](d,128)?5:6:d<2097152?7:8:h<128?9:10,l=e[r(1352)](I,i,m),v=i[r(1140)];switch(m){case 10:v[l+9]=e[r(1547)](e.YnAwQ(h,7),1);case 9:v[e.yVvKR(l,8)]=m!==9?e[r(1751)](128,h):e.lpywf(127,h);case 8:v[l+7]=e.jmvxV(8,m)?e[r(1497)](d>>>21,128):e[r(1711)](e.YnAwQ(d,21),127);case 7:v[e.qoRNq(l,6)]=e[r(1314)](7,m)?e[r(1615)](e[r(706)](d,14),128):e[r(313)](e.YnAwQ(d,14),127);case 6:v[l+5]=e[r(505)](6,m)?e.EUaYu(d>>>7,128):e[r(826)](d,7)&127;case 5:v[e[r(1178)](l,4)]=e[r(1104)](5,m)?128|d:e[r(313)](127,d);case 4:v[e.UUbXb(l,3)]=m!==4?e.CgUIX(e[r(1530)](c,21),128):e[r(1641)](e[r(826)](c,21),127);case 3:v[l+2]=e[r(1199)](3,m)?e[r(413)](c,14)|128:e[r(545)](e[r(826)](c,14),127);case 2:v[e[r(370)](l,1)]=m!==2?e[r(478)](e.btQsp(c,7),128):e.JBHLn(e[r(826)](c,7),127);case 1:v[l]=e[r(1482)](1,m)?e.DqqFe(128,c):e[r(1309)](127,c)}}function yt(i){return e.OTbCB(k,i)}function re(i){let t=n,r={InFwV:function(c,d){return e.dnduI(c,d)}};if(e.fxtwb(e[t(1091)],t(1235)))return e[t(1432)](E,i);_0x1c327e=_0x6d8d93(_0x114150),_0x2407cc|=IUGtCP.InFwV(127&_0x352833,7)}let bt=65536,_e=e[n(1745)],vt=e[n(903)](bt,bt),Xi=e[n(971)](vt,vt),Qi=e[n(1546)](Xi,2),Ze=String.prototype[n(1138)+"At"];class j{constructor(t,r,c){let d=n;this[d(1470)]=!0,this[d(389)]=e[d(690)](0,t),this[d(972)]=0|r,this.unsigned=!!c}static[n(1470)](t){let r=n;return t&&e[r(815)](!0,t[r(1470)])}static[n(884)](t,r,c){return new j(t,r,c)}static[n(646)+"s"](t,r,c){let d=n;return c?j[d(646)+d(1535)](t,r):j[d(646)+d(1041)](t,r)}static[n(646)+n(1535)](t,r){let c=n;return new j(e[c(1239)](e[c(1129)](e[c(864)](t[0],e[c(848)](t[1],8)),e.wfWGX(t[2],16)),t[3]<<24),e.bOKpW(e[c(945)](e[c(1343)](t[4],e[c(519)](t[5],8)),e[c(378)](t[6],16)),e[c(1224)](t[7],24)),r)}static["fromByte"+n(1041)](t,r){let c=n;return new j(e[c(1488)](e.vgIBt(e[c(1575)](t[4],24),e[c(1076)](t[5],16))|t[6]<<8,t[7]),e[c(870)](e.WgLwx(e[c(941)](e.CsLkW(t[0],24),e[c(620)](t[1],16)),e[c(457)](t[2],8)),t[3]),r)}static[n(1137)](t){let r=n;return e.hGvsq(t,_e)?Zi:new j(e.ZAUVv(e[r(1239)](Ze.call(t,0)|Ze[r(608)](t,1)<<8,e[r(1575)](Ze[r(608)](t,2),16))|Ze.call(t,3)<<24,0),e.aGLbF(e[r(1129)](e[r(1497)](e[r(454)](Ze[r(608)](t,4),e.ryAgK(Ze[r(608)](t,5),8)),Ze.call(t,6)<<16),Ze[r(608)](t,7)<<24),0),!0)}[n(716)](){let t=n;return String[t(1631)+"Code"](e[t(416)](255,this[t(389)]),e[t(1415)](this[t(389)]>>>8,255),this.low>>>16&255,e[t(826)](this.low,24),e.yytOc(255,this[t(972)]),e[t(1713)](e.TeLnJ(this[t(972)],8),255),e.lwMLc(this.high>>>16,255),e.bnFxQ(this[t(972)],24))}static fromNumber(t,r=!0){let c=n;if(e.iSbLQ(isNaN,t))return r?Gc:Zi;if(r){if(e[c(1271)](t,Xi))return jc}else{if(t<=-Qi)return Wc;if(e[c(418)](e[c(762)](t,1),Qi))return Kc}return j.fromBits(e[c(697)](t,vt)|0,e[c(870)](e.wyZTk(t,vt),0),r)}[n(684)](){let t=n;return this[t(1359)]?e[t(310)](e[t(1346)](this[t(972)],0)*vt,e.pWmYT(this[t(389)],0)):e.aUVxN(e[t(446)](this[t(972)],vt),e.URUmx(this[t(389)],0))}isZero(){let t=n;if(t(444)===e[t(1387)])return e[t(967)](0,this.high)&&e.rLlep(0,this.low);if(_0x1667a3)return new _0x44fe12(_0x160e11[t(604)],_0x498d48[t(910)]);if(e[t(893)](_0x122bf0,_0x526fb3))return new _0x228ab6(_0x5441b0[t(604)],_0x1192a2[t(910)],_0x557f38.headers);if(e.xAJvP(_0x1e31a2,_0x5438aa)&&typeof _0x465e42<"u"&&_0x462448)return new _0xb1ac91(_0x327065.url,_0x1c4065[t(910)+"s"])}[n(1208)](t){let r=n;j[r(1470)](t)||(t=j.fromNumber(t));let c=e[r(328)](this[r(972)],16),d=e[r(925)](65535,this[r(972)]),h=e[r(404)](this.low,16),m=65535&this[r(389)],l=e[r(649)](t.high,16),v=e[r(1236)](65535,t[r(972)]),y=t.low>>>16,b=e.gIOAf(65535,t[r(389)]),A=0,R=0,z=0,L=0;return L+=m+b,z+=L>>>16,L&=65535,z+=e[r(1389)](h,y),R+=e[r(1464)](z,16),z&=65535,R+=e.ocKeC(d,v),A+=e[r(1530)](R,16),R&=65535,A+=c+l,A&=65535,j[r(884)](e[r(1593)](z<<16,L),e[r(440)](A<<16,R),this.unsigned)}equals(t){let r=n,c={SSaoh:e.dKlDg};if(r(1360)===r(1360))return j[r(1470)](t)||(t=j[r(1776)+"er"](t)),e.toigU(this.unsigned,t[r(1359)])&&e[r(326)](e[r(517)](this[r(972)],31),1)&&t[r(972)]>>>31===1?!1:e[r(664)](this.high,t.high)&&e[r(1180)](this.low,t[r(389)]);this[r(601)](c[r(1478)],_0x1b097c),this[r(1254)]&&this[r(1254)](_0x15a6db)}[n(854)](){let t=n;return e.Kzzqa(e[t(283)],e[t(665)])?this[t(389)]===-1&&e[t(326)](-1,this[t(972)])?j[t(884)](0,0,this[t(1359)]):e[t(1703)](-1,this.low)?j[t(884)](0,e[t(532)](this[t(972)],1),this[t(1359)]):j[t(884)](e[t(1178)](this.low,1),this[t(972)],this[t(1359)]):(this[t(643)+"ndpointTriesCount"]++,this[t(1477)+"ntEndpoint"]())}[n(466)](t){return t?this.toBytesLE():this[n(430)+"E"]()}[n(1511)+"E"](){let t=n,r=this[t(972)],c=this[t(389)];return[255&c,e[t(494)](c>>>8,255),e[t(934)](e.ttfms(c,16),255),c>>>24,e.rUIUW(255,r),e[t(1087)](e[t(1017)](r,8),255),e[t(602)](e[t(1397)](r,16),255),e[t(887)](r,24)]}[n(430)+"E"](){let t=n;if(e[t(1552)]===e[t(1552)]){let r=this[t(972)],c=this.low;return[e[t(328)](r,24),e[t(575)](e[t(875)](r,16),255),e[t(1236)](e.bnFxQ(r,8),255),e[t(932)](255,r),e[t(277)](c,24),e[t(1641)](e.fDOLv(c,16),255),e.QToOf(c>>>8,255),e[t(1382)](255,c)]}else return this[t(742)][t(604)]}}let Zi=new j(0,0,!1),Gc=new j(0,0,!0),Kc=j[n(884)](-1,2147483647,!1),jc=j.fromBits(-1,-1,!0),Wc=j.fromBits(0,-2147483648,!1);var et=(function(i){let t=n;return i[i[e[t(636)]]=5001]="NATIVE_E"+t(626),i[i[t(1139)+"NG_ERROR"]=5002]=e[t(1719)],i[i[e[t(1213)]]=5003]=e[t(1213)],i[i[e[t(761)]]=5004]=e.IkoKG,i[i[e[t(1562)]]=5005]=e[t(1562)],i})({});class St{constructor(t){this.type=t,this.target=null}}class es extends St{constructor(t,r){let c=n;super(t),this[c(1509)]=r&&r[c(1509)]||null}}class ts extends St{constructor(t,r){let c=n,d=(c(1183)+c(315))[c(961)]("|"),h=0;for(;;){switch(d[h++]){case"0":this[c(1732)]=r&&r[c(1732)]||0;continue;case"1":this[c(741)]=r&&r[c(741)]||"";continue;case"2":super(t);continue;case"3":this[c(1509)]=r&&r.message||"";continue;case"4":this.colno=r&&r[c(711)]||0;continue;case"5":this.code=r&&r[c(1303)]||5001;continue;case"6":this.error=r&&r[c(1013)]||null;continue}break}}}class ns extends St{constructor(t,r){let c=n,d=e[c(460)].split("|"),h=0;for(;;){switch(d[h++]){case"0":this[c(746)]=r&&r[c(746)]||"";continue;case"1":this.code=r&&r.code||0;continue;case"2":this[c(1150)]=r&&r[c(1150)]||!1;continue;case"3":this[c(355)+"nnect"]=r&&r[c(355)+c(818)]||!1;continue;case"4":super(t);continue}break}}}class rs extends St{constructor(t,r){let c=n;super(t),this[c(1084)]=r&&r[c(1084)]||null}}class is extends rs{constructor(t,r){let c=n,d={YdbkA:e.rhlLH,MICuI:e[c(1429)],IwXGG:e[c(428)]};if(e[c(1314)](c(442),e[c(662)])){let h=d[c(1377)][c(961)]("|"),m=0;for(;;){switch(h[m++]){case"0":this[c(758)][c(1572)+"Listener"](d.MICuI,this[c(1612)+"ge"]);continue;case"1":this[c(758)][c(1572)+c(1261)](c(1131),this._onClose);continue;case"2":this._ws[c(1572)+c(1261)](d.IwXGG,this[c(1738)]);continue;case"3":if(!this[c(758)])return;continue;case"4":this[c(758)][c(1572)+c(1261)](c(1013),this[c(1088)]);continue}break}}else super(t),this[c(1084)]=r&&r[c(1084)]||null,this.message=r&&r[c(1509)]||null}}class ss extends St{constructor(t,r){let c=n;super(t),this[c(1084)]=r&&r[c(1084)]||null}}function Ae(i,{message:t,code:r,error:c}){return new ts(i,{message:t,code:r,error:c})}function De(i,{code:t,reason:r,wasClean:c,willReconnect:d}){return new ns(i,{code:t,reason:r,wasClean:c,willReconnect:d})}function os(i,{data:t,message:r}){let c=n;if(e.LSgDN(e[c(1329)],e.tEoPj))return new is(i,{data:t,message:r});this[c(742)]&&this[c(742)][c(1131)]({code:_0x149822,reason:_0x2a2f6b})}function as(i,{data:t}){return new ss(i,{data:t})}function Mr(i,{message:t}){let r=n;if(e[r(1576)](e[r(882)],e[r(1042)]))return new es(i,{message:t});{let c=e[r(623)](_0x293fe5,e[r(960)],{message:_0x3ddc63[r(1509)],code:_0x893ba3[r(483)+"OR"],error:_0x37cff2});this["_dispatc"+r(1643)+"ent"](c)}}class cs{constructor(t,r){let c=n;this[c(1501)+"s"]=t,this[c(495)+"es"]=r,this[c(465)+"ndex"]=0,this[c(643)+c(1232)+c(717)+"t"]=0}[n(1786)+n(1698)+n(577)](){let t=n;this[t(465)+"ndex"]=0,this["currentE"+t(1232)+t(717)+"t"]=0}[n(1602)+"es"](){let t=n;this[t(643)+"ndpointTriesCount"]=0}[n(1477)+n(308)+"nt"](){let t=n;return this[t(1501)+"s"][this[t(465)+"ndex"]]}[n(1477)+n(308)+n(477)+"ount"](){let t=n;return this[t(643)+t(1232)+t(717)+"t"]}[n(845)+n(1327)+"es"](){let t=n;return!!(e[t(1271)](this[t(465)+"ndex"],this.endpoints[t(680)])||this[t(465)+"ndex"]===e.Eeisv(this[t(1501)+"s"].length,1)&&this[t(643)+t(1232)+t(717)+"t"]===this.maxRetries)}[n(1276)+n(709)+n(342)+n(1278)+"tries"](){let t=n,r={BQxXN:e[t(367)],gRdXw:function(c,d){return e[t(529)](c,d)},rJbUz:function(c,d){return e[t(502)](c,d)},MsJej:function(c,d,h,m){return e.XMbSZ(c,d,h,m)},ZAZQh:function(c,d){return e[t(1701)](c,d)}};if(e.edims(t(1406),e[t(1737)])){let c=r.BQxXN[t(961)]("|"),d=0;for(;;){switch(c[d++]){case"0":if(_0x57f48a[t(669)+"e"])return r[t(510)](_0xf47399[t(669)+"e"](_0x16909d,_0x2a7b8e),_0x2aedce);continue;case"1":if(_0xeda99a.write)return r.gRdXw(_0x16e3e5[t(1174)](_0x1602c0,_0x4135cc),_0x201b85);continue;case"2":return r[t(1765)](r[t(851)](_0x48389c,_0x41c30b,_0x140196,_0x2b5b66),_0x207956);case"3":if(r[t(671)](_0x279703[t(680)],40))return _0x52f184(_0x191ea8,_0x546e69,_0x9e59b)+_0x224989;continue;case"4":if(!_0x5e19fb)return _0x38ca32;continue}break}}else return e[t(1080)](this[t(465)+t(1093)],this[t(1501)+"s"].length)?!0:e[t(797)](this[t(643)+"ndpointT"+t(717)+"t"],this[t(495)+"es"])}["replaceBackupEnd"+n(957)+n(1402)+"unt"](){let t=n;return this[t(643)+t(1232)+t(717)+"t"]=1,this[t(465)+t(1093)]++,this.endpoints[this["currentI"+t(1093)]]}["getCurre"+n(308)+"ntAndUpd"+n(871)](){let t=n;return this["currentE"+t(1232)+t(717)+"t"]++,this[t(1477)+t(308)+"nt"]()}}let Et=(e[n(785)](e.kxnJn,typeof globalThis)&&e.ktpFA(e[n(397)],globalThis[n(1451)+n(1735)][n(291)])||e.VwrHy(e.kxnJn,typeof window)&&e[n(918)]("Window",window[n(1451)+n(1735)].name))&&e.MaOYl(e[n(481)],typeof document),ft=e.VwrHy(e.kxnJn,typeof globalThis)&&(e[n(1180)](n(1473),globalThis["construc"+n(1735)][n(291)])||e[n(984)]===globalThis[n(1451)+n(1735)].name)&&e.rIxvb(e[n(481)],typeof tt),Wt=(e.kxnJn!=typeof globalThis&&e[n(1308)](e[n(876)],globalThis[n(1451)+n(1735)][n(291)])||e.bFZme(e[n(481)],typeof globalThis)||e.MaOYl(e[n(481)],typeof globalThis)&&!!globalThis[n(751)+n(1038)])&&e[n(539)](n(498)+"d",typeof wx),$t=e[n(539)](e[n(481)],typeof globalThis)&&(e.EcaYi(e.fwoQW,globalThis[n(1451)+n(1735)][n(291)])||e[n(1670)](n(1523)+"rkerGlob"+n(817),globalThis.constructor[n(291)])||e.chBsa(n(1678)+n(1443)+n(668),globalThis[n(1451)+"tor"][n(291)]))&&e[n(1071)](e[n(481)],typeof self),$c=e[n(1410)](e[n(481)],typeof globalThis)&&e[n(876)]===globalThis[n(1451)+n(1735)][n(291)]&&e[n(785)](n(498)+"d",typeof global)&&e[n(563)](n(1473),global[n(1451)+n(1735)][n(291)])&&e[n(803)](e[n(481)],typeof process)&&!!process[n(1210)];class Br{constructor(){let t=n,r={mhces:function(c,d){return e[B(859)](c,d)}};if(e[t(1703)](e.uSdCb,e[t(682)]))this._listeners={};else{let c=_0x1c217a[t(608)](_0x42af29(this),_0x2f38b8,..._0x1293f6);return _0x43b9a9[t(406)](c,_0x500646[t(1746)]?_0x1a2df5.sort():[_0x4ce8e4]),GheRhx[t(1090)](_0x2852fd,c)}}[n(601)](t,...r){let c=n,d=this._listeners[t];if(d)d[c(799)]().forEach(h=>h.fn.apply(h[c(557)],r));else if(e[c(664)](c(1013),t)&&!this[c(1560)]){let h=r[c(680)]&&r[0];if(e.SFGBW(h,Error))throw h;let m=new Error(e.LsYVc(e[c(786)],h?e[c(832)](" (",h[c(1509)])+")":""));throw m[c(311)]=h,h}return this}off(t,r){let c=n;if(e[c(1605)](void 0,t))this[c(1495)+"rs"]={};else if(e.qedXj(void 0,r))this[c(1495)+"rs"][t]=null;else{let d=this[c(1495)+"rs"][t];if(d)for(let h=0;h<d.length;)d[h].fn===r?d[c(576)](h,1):++h}return this}on(t,r,c){let d=n;return(this._listeners[t]||(this[d(1495)+"rs"][t]=[])).push({fn:r,ctx:c||this}),this}}class Jc extends Br{[n(1321)+n(431)+"age"](t){let r=n;return t[r(401)]||t[r(657)]?(r(463)+" "+(t.errMsg||"")+r(390)+(t[r(657)]||""))[r(1673)]():JSON[r(1578)+"y"](t)}constructor(t,r,c){let d=n;e.kShls(e[d(1452)],e[d(1452)])?(this[d(1401)+d(869)+"line"]=_0x5eed53,_0x110a39?this[d(385)+"nLine"]():this[d(385)+d(937)]()):(super(),this[d(742)]=null,Wt&&wx[d(496)+d(599)]&&(this._socket=wx[d(496)+"ocket"]({url:t,protocols:r,header:c,fail:this["_createS"+d(1328)+d(1391)].bind(this),success:this[d(1293)+d(468)+"cessHand"+d(1365)][d(841)](this)})),ft&&tt[d(496)+d(599)]&&(this[d(742)]=tt[d(496)+d(599)]({url:t,protocols:r,header:c,fail:this[d(1293)+d(1328)+"lHandler"][d(841)](this),success:this[d(1293)+d(468)+d(1712)+d(1365)][d(841)](this)})))}[n(1293)+n(468)+n(1712)+"ler"](){let t=n;Promise[t(645)]().then(()=>{this[t(843)+"steners"]()})}[n(1293)+n(1328)+n(1391)](t){let r=n,c={GZBpP:function(d,h,m){return e.vmRwu(d,h,m)},bZsqP:e[r(960)],TCDYG:function(d,h,m){return d(h,m)},kDDbX:r(1131)};Promise[r(645)]()[r(1123)](()=>{let d=r,h=c[d(1645)](Ae,c[d(542)],{message:this[d(1321)+"rrorMessage"](t)});this[d(601)](c[d(542)],h);let m=c[d(584)](De,c[d(330)],{reason:this[d(1321)+d(431)+d(425)](t)});this[d(601)](d(1131),m)})}[n(843)+n(989)](){let t=n;this._socket[t(1147)](r=>{let c=t,d={wInPN:function(h,m){return h==m},VigxU:c(1231),GhnKV:c(906)+c(356)+c(703)};if(e[c(1703)]("HtEUX",e[c(1491)]))return d[c(1450)](d[c(343)],typeof _0x473ac3)?d.GhnKV:"";this[c(601)](e[c(428)],e[c(627)](as,"open",{...r,data:r.errMsg||""}))}),this[t(742)].onClose(r=>{let c=t;this[c(601)](e[c(1435)],De(c(1131),{...r}))}),this[t(742)].onMessage(r=>{let c=t;this[c(601)](e[c(1429)],os(e[c(1429)],{...r}))}),this._socket[t(565)](r=>{let c=t;this.emit(e[c(960)],e[c(1118)](Ae,e[c(960)],{...r,message:r[c(401)]||""}))})}[n(1545)](t){let r=n,c={gGNuo:"error"};if(t instanceof Uint8Array){let d=t.buffer[r(799)](t[r(844)+"et"],t.byteLength+t[r(844)+"et"]);this._socket&&this[r(742)][r(1545)]({data:d,fail:h=>{let m=r;this.emit(e[m(960)],e[m(1338)](Ae,e[m(960)],{message:this["_formatE"+m(431)+"age"](h)}))}})}else this[r(742)]&&this[r(742)][r(1545)]({data:t,fail:d=>{let h=r;this[h(601)]("error",Ae(c[h(1189)],{message:this[h(1321)+h(431)+h(425)](d)}))}})}close(t,r){let c=n;this[c(742)]&&this._socket[c(1131)]({code:t,reason:r})}["addEvent"+n(1261)](t,r){this.on(t,r)}[n(548)+n(408)+n(1160)](t,r){let c=n;if(e.yHUBt(e.VCZGA,e[c(1034)]))this[c(559)](t,r);else{let d=this[c(1060)].getItem(this[c(1059)]),h=_0x45ac80[c(1407)](e[c(919)](d,"{}"));return h[_0xf356b6]=void 0,this._qosDB[c(1289)](this._prefix,_0x2e522f[c(1578)+"y"](h))}}get[n(1667)+"te"](){let t=n;return this[t(742)][t(1667)+"te"]}get binaryType(){let t=n;if(e[t(1613)]===t(874))return this._socket.binaryType;this[t(782)+t(722)+"Id"]=null,this[t(782)+"l"]=36e5,this._qosDB=e[t(398)](_0xde16ec,e[t(1639)],e[t(1706)])}set[n(632)+"pe"](t){}get[n(604)](){let t=n;return this._socket[t(604)]}get[n(910)](){let t=n;if(e[t(651)](e[t(1332)],e[t(1332)])){let r=(t(1270)+"0").split("|"),c=0;for(;;){switch(r[c++]){case"0":this[t(758)]["removeEv"+t(408)+"ner"](e[t(960)],this._onError);continue;case"1":this[t(758)]["removeEv"+t(408)+t(1160)](e[t(1435)],this._onClose);continue;case"2":if(!this[t(758)])return;continue;case"3":this[t(758)][t(548)+t(408)+t(1160)](t(1509),this[t(1612)+"ge"]);continue;case"4":this[t(758)][t(548)+"entListener"](e[t(428)],this[t(1738)]);continue}break}}else return this[t(742)][t(910)]}get[n(1521)+"ns"](){return this[n(742)].extensions}get[n(1243)+n(970)](){return 0}}function Vc(i,t){let r=n;if(t)return new t(i[r(604)],i.protocol);if(e[r(948)](Wt,ft))return new Jc(i[r(604)],i[r(910)],i[r(391)]);if(e.zpIJK(Et,$t)&&r(498)+"d"!=typeof WebSocket&&WebSocket)return new WebSocket(i[r(604)],i[r(910)+"s"])}function Yc(i){let t=n,r=e[t(1299)][t(961)]("|"),c=0;for(;;){switch(r[c++]){case"0":if(ft&&tt[t(496)+"ocket"])return!0;continue;case"1":return!1;case"2":if(Wt&&wx.connectSocket)return!0;continue;case"3":if((Et||$t)&&e[t(955)]("undefined",typeof WebSocket)&&WebSocket)return!0;continue;case"4":if(i)return!0;continue}break}}function xs(i,t,r){let c=n,d=-1;async function h(m){let l=B;return e[l(1679)](m,d)?Promise[l(719)](new Error(e[l(1636)])):(d=m,e.QykLq(m,r[l(680)])?Promise[l(645)]():r[m].bind(i)(t,h.bind(null,m+1)))}e[c(1486)](h,0)}function ds(i){let t=n,r=0,c=0;for(let d=0;e[t(1446)](d,i[t(680)]);++d)c=i[t(1138)+"At"](d),e[t(1390)](c,128)?r+=1:e[t(374)](c,2048)?r+=2:e.nPBXd(e[t(1015)](64512,c),55296)&&e[t(1710)](64512&i[t(1138)+"At"](e[t(821)](d,1)),56320)?(++d,r+=4):r+=3;return r}function us(i,t,r){let c=n;if(e[c(757)](r-t,1))return"";let d="";for(let h=t;e.DgdoJ(h,r);){let m=i[h++];if(e.SJLcB(m,127))d+=String[c(1631)+c(299)](m);else if(e[c(1271)](m,192)&&e[c(453)](m,224))d+=String[c(1631)+"Code"](e[c(1129)](e[c(1381)](31&m,6),e[c(1152)](63,i[h++])));else if(e[c(1469)](m,224)&&e[c(455)](m,240))d+=String[c(1631)+c(299)](e[c(842)](e.TZNaX(e.LxoeE(15,m),12),e[c(457)](e[c(1547)](63,i[h++]),6))|e[c(1241)](63,i[h++]));else if(e[c(1001)](m,240)){let l=e[c(1166)](e.MhDSl(e[c(420)](e.aZdzr(7,m),18)|e.MgYGp(e[c(990)](63,i[h++]),12)|e[c(304)](e[c(1597)](63,i[h++]),6),e[c(575)](63,i[h++])),65536);d+=String[c(1631)+c(299)](e[c(833)](55296,l>>10)),d+=String[c(1631)+c(299)](e.ZsRAy(56320,1023&l))}}return d}function zr(i,t,r){let c=n,d=r,h,m;for(let l=0;l<i.length;++l)if(e[c(1594)](e.AqPoJ,"OVUhs"))if(h=i[c(1138)+"At"](l),h<128)t[r++]=h;else if(h<2048)t[r++]=e.FpbJj(e[c(619)](h,6),192),t[r++]=e.CgUIX(63&h,128);else if(e.nPBXd(e[c(300)](64512,h),55296)&&e[c(594)](64512,m=i[c(1138)+"At"](e[c(410)](l,1)))===56320)h=e[c(1789)](e.sRhvt(65536,e[c(1381)](e.HiGxP(1023,h),10)),e[c(388)](1023,m)),++l,t[r++]=e[c(1252)](e[c(1577)](h,18),240),t[r++]=e[c(1747)](h>>12,63)|128,t[r++]=e.RRDzF(e[c(1447)](h,6),63)|128,t[r++]=e.nyarH(e[c(309)](63,h),128);else if(e.nSfBj===e[c(1405)]){let v={yReNO:function(y,b,A){return e[c(1267)](y,b,A)},RDhnS:e[c(960)],Horul:e[c(1435)]};_0x45cda7.resolve().then(()=>{let y=c,b=v[y(1173)](_0x493d2b,v[y(745)],{message:this[y(1321)+y(431)+y(425)](_0x440bb4)});this.emit(v[y(745)],b);let A=v[y(1173)](_0x5c043b,v[y(1549)],{reason:this[y(1321)+"rrorMessage"](_0xa74ead)});this[y(601)](v[y(1549)],A)})}else t[r++]=e[c(870)](e.pjOGO(h,12),224),t[r++]=e[c(491)](e[c(640)](e[c(1577)](h,6),63),128),t[r++]=e.WgLwx(e[c(1533)](63,h),128);else _0xdbd55a.set(_0x464381,_0x43adcc);return r-d}async function fs(i){let t=n;if(e[t(1080)](t(1231),typeof i))if(e.pyBTK(e[t(982)],e[t(784)])){let r=new Uint8Array(e.YBVDX(ds,i));return e[t(857)](zr,i,r,0),r}else this[t(758)]&&this._ws.send(_0x2ce9a9),this._debug(e[t(1778)],_0x48446a);return e[t(688)](i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i.buffer,i[t(844)+"et"],i[t(518)+"th"])}function Xc(i){let t=n;try{return e.lhBtm(e[t(1788)],typeof i)&&(e.SFGBW(i,ArrayBuffer)||i.buffer&&e[t(1348)](i.buffer,ArrayBuffer))||e.lhBtm(e[t(1788)],typeof i)?"":(JSON[t(1407)](i),e[t(1680)])}catch{return e[t(1080)](e.CaUSZ,typeof i)?e[t(866)]:""}}let Qc=(i,t)=>{let r=n;switch(i){case e[r(1113)]:case e[r(755)]:return{[r(1739)+i]:1,"x-tt-env":t};default:return{}}};class Zc{constructor(t){let r=n;this[r(801)+r(1206)]=t,this[r(294)]=0}addCount(){let t=n;e[t(641)]!==e.cfBZy?this[t(294)]++:(this[t(1401)+t(869)+t(1122)]=_0x55c431,_0x374a9e?this[t(385)+t(647)]():this[t(385)+t(937)]())}["checkRea"+n(560)+"nt"](){return this[n(294)]>=this.maxLossCount}[n(898)+n(1226)](t=0){let r=n;this[r(801)+r(1206)]=t,this[r(294)]=0}}async function e0(i){return new Promise(t=>{let r=B;if(!Et)return t(e[r(364)]);try{let c=document[r(500)+"ement"](r(617));window[r(1221)+r(701)]=d=>{let h=r;document[h(849)][h(1750)+"ild"](c),window[h(1221)+"JSONP"]=void 0,t(d&&d[h(889)]||h(1720)+"reason")},c[r(756)]=e[r(1207)],c.src=e[r(1389)](i[r(763)](/^ws/,r(1772)),r(1588)+"ack=fron"+r(847)+"P");try{document[r(849)][r(811)+r(1457)](c)}catch{document[r(849)].removeChild(c)}}catch{window[r(1221)+r(701)]=void 0,e.IeqZx(t,e[r(364)])}})}function nt(i,t,r){let c=n,d={PXFWG:function(h,m){return e[B(453)](h,m)}};if(e[c(1253)]===e[c(1069)]){let h=0,m={};for(let l=0;d[c(553)](l,_0xfac77c[c(680)]);l++)m[_0x17778a[l][c(1742)+c(904)]]=_0x197f5a(_0x5b7932[l][c(1742)+c(904)]),h+=14+m[_0x270d7a[l][c(1742)+c(904)]];return[h,m]}else return!!i?.[c(689)](h=>h.key===t&&h[c(414)]===r)}function At(i,t){let r=n;return i?.[r(689)](c=>c[r(1791)]===t)?.[r(414)]}let Fr=null;async function t0(){let i=n;if(e[i(1199)](e[i(1781)],e[i(914)]))return Fr||(Fr=Promise[i(645)]()[i(1123)](Ue[i(841)](Ue,e[i(507)]))),Fr;_0x58a69d.set(_0x4d0f17,_0x3440a4),_0xec1518[i(406)](_0x1f95e0,_0x23292e)}class n0 extends Br{constructor(t,r){let c=n;super(),this[c(1151)]=t,this[c(578)]=r,this[c(1060)]=void 0,this["_initPro"+c(1296)]=null}async[n(798)](){await this._init()}async[n(1177)](){let t=n;if(e[t(1099)](e[t(638)],e[t(583)])){if(this._qosDB)return;if(this[t(597)+"mise"])return this[t(597)+t(1296)];try{let r=this[t(1151)],c=this._keyPath;this["_initPro"+t(1296)]=(async()=>{let d=t,{openDB:h}=await e[d(1455)](t0);this[d(1060)]=await h(d(1221)+"_"+r,1,{upgrade(m){let l=d;m[l(1030)+l(1325)+"e"](r,{keyPath:c})}})})(),await this[t(597)+t(1296)]}catch(r){console[t(1e3)](r)}finally{this[t(597)+"mise"]=null}}else return _0x18577c?this[t(1511)+"E"]():this.toBytesBE()}async get(t){let r=n;try{if(e.XsUtH===e.XsUtH)return await this[r(1177)](),this[r(1060)]?.[r(571)](this[r(1151)],t);{let c=this[r(1060)].getItem(this._prefix),d=_0xb1595d[r(1407)](e[r(778)](c,"{}"));return _0x5b8771[r(707)](d)}}catch(c){console[r(1e3)](c)}}async[n(406)](t,r){let c=n;return await this._init(),this[c(1060)]?.[c(1367)](this[c(1151)],t)}async[n(1292)](t){let r=n;try{if(e[r(354)](e[r(1119)],e.uhiBx))_0x57b3e3=e[r(731)](_0x18f270,_0x4b349b),_0x20c257=e[r(1087)](127,_0x4184ec),e[r(934)](128,_0x4e85c2)&&(_0xf7d3e1=e[r(616)](_0x5623cb,_0x6cd19e),_0x293ab1|=e[r(383)](e[r(733)](127,_0x3ada63),7));else return await this._init(),this._qosDB?.delete(this[r(1151)],t)}catch(c){e[r(1579)](e.JRwHZ,r(740))?console[r(1e3)](c):this[r(643)+"ndpointT"+r(717)+"t"]=0}}async[n(1666)](){let t=n;try{return await this[t(1177)](),this[t(1060)]?.[t(1666)](this[t(1151)])}catch(r){console[t(1e3)](r)}}async keys(){let t=n;return await this[t(1177)](),this._qosDB?.[t(574)+"ys"](this[t(1151)])}async[n(1333)](){let t=n;return await this[t(1177)](),this[t(1060)]?.[t(1333)](this[t(1151)])}async closeDB(){let t=n;if(e.cRYHn(e[t(783)],e.HlYoW))e[t(1016)](_0x24480d,_0x49421d,66),e[t(744)](_0x57e303,_0x11a53c,_0x550468.length),e[t(804)](_0x3aa4ab,_0x419d96,_0x544684);else try{this[t(1060)]?.[t(1131)](),this[t(1060)]=void 0}catch(r){console[t(1e3)](r)}}get isReady(){let t=n;try{if(e[t(654)](e.rQdLX,"ankOW"))return!!this._qosDB;if(e[t(754)](_0x5b735b,_0x2abde8))return _0x14dd72?_0x20c958:_0x267c00;if(_0x300588){if(e[t(418)](_0x22f046,_0x5a40e9))return _0x3f5e46}else{if(e[t(1133)](_0x4ffa74,-_0x4073))return _0x4f3faf;if(e.xeUDO(_0x4a8190,1)>=_0x37956a)return _0x1aa688}return _0x90ab7f[t(884)](e[t(697)](_0x5a1c7c,_0x5ce22e)|0,e[t(1541)](e.wyZTk(_0x34cc95,_0xdcdf06),0),_0x4fe5d8)}catch(r){return console[t(1e3)](r),!1}}}class r0{constructor(t,r){let c=n;this[c(964)]=t,this[c(610)]=r,this._qosDB=localStorage}async[n(798)](){}get[n(1059)](){return"frontier_"+this[n(964)]}async get(t){let r=n;if(e[r(660)](e.ifKty,e[r(339)]))this._isInit=!0,this._connect();else{let c=this[r(1060)][r(441)](this[r(1059)]);return JSON.parse(c||"{}")[t]}}async[n(406)](t,r){let c=n,d=this[c(1060)].getItem(this[c(1059)]),h=JSON[c(1407)](d||"{}");return h[r||t[this[c(610)]]]=t,this[c(1060)][c(1289)](this[c(1059)],JSON[c(1578)+"y"](h)),r||t[this._pathKey]}async[n(1292)](t){let r=n,c=this._qosDB[r(441)](this[r(1059)]),d=JSON.parse(c||"{}");return d[t]=void 0,this._qosDB[r(1289)](this[r(1059)],JSON.stringify(d))}async[n(1666)](){let t=n;return this._qosDB[t(1666)]()}async[n(707)](){let t=n,r=this[t(1060)][t(441)](this[t(1059)]),c=JSON[t(1407)](e.pDiIj(r,"{}"));return Object[t(707)](c)}async[n(1333)](){let t=n,r=this[t(1060)][t(441)](this._prefix),c=JSON.parse(e[t(1345)](r,"{}"));return Object[t(433)](c)}[n(927)](){return Promise[n(645)]()}get[n(1630)](){let t=n;if(e.NZUyN(e[t(1036)],e.dwdfS))e.dWCmh(_0x4e3a44,2048)?_0x519f7e[_0x1f194a++]=e[t(1098)](e[t(492)](e[t(835)](_0x1d3c14,6),31),192):(e[t(1634)](_0x2fd4f2,65536)?_0x34b626[_0x3bfb23++]=e.dEtWc(e[t(1458)](_0x265360,12)&15,224):(_0x44a7be[_0x37fa61++]=e[t(842)](e[t(360)](e[t(1622)](_0x4c4760,18),7),240),_0x2b9675[_0x63a446++]=e.RsyKg(e.dLJYU(_0xc3d06>>12,63),128)),_0x279f07[_0x3ca8f6++]=e.dbJEq(e.oyydH(_0x31eac6>>6,63),128)),_0x2fe3fa[_0x421d3d++]=e[t(1098)](e[t(1236)](63,_0xa5673f),128);else return!!this[t(1060)]}}class i0{constructor(t,r){let c=n;this[c(964)]=t,this[c(610)]=r,this._qosDB=ft?tt:Wt?wx:null}async[n(798)](){}get[n(1059)](){let t=n;return t(1221)+"_"+this[t(964)]}async[n(571)](t){let r=n,c=this._qosDB["getStora"+r(829)](this[r(1059)]);return JSON[r(1407)](c||"{}")[t]}async set(t,r){let c=n,d=this[c(1060)][c(1212)+c(829)](this._prefix),h=JSON[c(1407)](e.xAJvP(d,"{}"));return h[r||t[this[c(610)]]]=t,this._qosDB[c(524)+"geSync"](this._prefix,JSON[c(1578)+"y"](h)),r||t[this[c(610)]]}async[n(1292)](t){let r=n,c=this._qosDB[r(1212)+r(829)](this[r(1059)]),d=JSON[r(1407)](c||"{}");return d[t]=void 0,this._qosDB[r(524)+r(829)](this[r(1059)],JSON.stringify(d))}async[n(1666)](){let t=n,r={UamYK:function(c,d){return e[B(347)](c,d)},lAoOK:function(c,d){return e[B(1389)](c,d)}};if(e.hwtaz(e.JzhLn,e.JzhLn))return this[t(1060)].clearStorageSync();_0x1a2553[_0x5cf3d8[_0x44ba97][t(1742)+"ame"]]=r[t(912)](_0x11427d,_0x589af6[_0x27de8c][t(1742)+t(904)]),_0x1239a9+=r[t(1306)](14,_0x159369[_0x319b8b[_0x1d5944].cursor_name])}async[n(707)](){let t=n,r=this._qosDB["getStora"+t(403)+"nc"](this[t(1059)]),c=JSON[t(1407)](r||"{}");return Object[t(707)](c)}async getAll(){let t=n,r=this[t(1060)][t(1212)+"geInfoSync"](this[t(1059)]),c=JSON.parse(e[t(893)](r,"{}"));return Object[t(433)](c)}closeDB(){return Promise[n(645)]()}get[n(1630)](){return!!this[n(1060)]}}function ls(i,t){let r=n;if(e[r(893)](ft,ft))return new i0(i,t);if(e.MYqul(Et,$t)&&e[r(1039)](e.kxnJn,typeof indexedDB))return new n0(i,t);if(e[r(412)](Et,$t)&&e.kxnJn!=typeof localStorage)return new r0(i,t);throw new Error(e[r(1255)])}class s0{constructor(){let t=n;this[t(782)+t(722)+"Id"]=null,this[t(782)+"l"]=36e5,this[t(1060)]=e.umnfM(ls,e.PDGuP,e[t(1706)])}async[n(782)+"lFlush"](){let t=n;e[t(329)](clearInterval,this["_interva"+t(722)+"Id"]),this[t(782)+t(722)+"Id"]=e.CgRPD(setInterval,()=>{this["flushExp"+t(656)]()},this[t(782)+"l"])}async[n(798)](){let t=n;await this[t(1060)][t(798)]()[t(1123)](()=>{let r=t,c={WkYNN:function(d,h){return e[B(1001)](d,h)},LNGgx:function(d,h,m){return e.YhfTj(d,h,m)},FhnYr:function(d,h){return d|h}};if(e[r(967)](e.NAydj,e[r(775)])){for(_0x17940e>>>=0;Oseque[r(1537)](_0x899634,128);)Oseque[r(1740)](_0x134e88,_0x58af75,Oseque.FhnYr(127&_0x43176e,128)),_0x18faf9>>>=7;Oseque[r(1740)](_0x47fe95,_0x117527,_0x2df91)}else this["_interva"+r(837)]()})}async["flushExp"+n(656)](){let t=n,r={DUoUO:e[t(1689)],PUJqH:e[t(1374)],NWNyY:function(c,d){return c(d)},tQSLg:function(c,d){return e[t(392)](c,d)},ModkM:function(c,d,h){return e.kIeUh(c,d,h)},MKxHO:function(c){return e.XTdRz(c)}};e[t(1314)](e[t(600)],"mdlmN")?(this[t(758)]&&this._ws[t(1545)](_0xede6),this[t(1121)](r[t(1715)],_0x588320)):(await this[t(1060)]?.[t(1333)]()||[])[t(1288)](({timestamp:h})=>h<Date[t(702)]())[t(1542)](h=>{let m=t;if(e[m(1731)](e[m(1112)],e.sviab))return typeof _0x2ab0a6===FQmYed.PUJqH?FQmYed.NWNyY(_0xab8261,_0x555593):(_0x243b01 instanceof _0x42c735&&FQmYed[m(1244)](_0x2da4b1,_0x50f508),FQmYed[m(1784)](_0x24cab9,_0x4ff96f,FQmYed[m(450)](_0x20f553))?new _0xce9b91(_0x3931ea,_0x59d08f):_0x4e4645);this[m(1060)]?.[m(1292)](h[m(1714)+"id"])})}async[n(1292)](t){let r=n;return this[r(1060)]?.[r(1292)](t)}async[n(406)](t,r){return this[n(1060)]?.set({message_id:t,timestamp:r})}async[n(571)](t){let r=n;return this[r(1060)]?.[r(571)](t)}async[n(927)](){let t=n;e.HLMZw(clearInterval,this[t(782)+t(722)+"Id"]),await this[t(1060)]?.[t(927)]()}get[n(1630)](){let t=n;if(e[t(1376)](e[t(1554)],e.WHvCK))return this[t(1060)]?.[t(1630)];this[t(597)+"mise"]=null}}function Ur(i){let t=n;if(e.UgbBA(e[t(1347)],e[t(1583)])){let r=!!this[t(1209)][t(1105)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let c=e[t(857)](nt,i[t(1509)][t(391)],e[t(1726)],"2"),d=c&&e[t(1699)](nt,i[t(1509)][t(391)],e.oybkn,"1"),h=c&&e.XMbSZ(nt,i[t(1509)].headers,e[t(1448)],"1"),m=h?e[t(371)](At,i[t(1509)][t(391)],e.dxBDq)?.[t(961)](",").filter(Boolean)||[]:[];return{enabled:r,isQoSMessage:c,isQoSAck:d,isAckCleanupMessage:h,ackMsgIds:m}}else this[t(1752)+t(770)]=_0x5c3709}async function gs(){let i=n;return this[i(485)+"ger"]||(this[i(485)+i(834)]=new s0),this[i(485)+i(834)][i(1630)]||await this[i(485)+"ger"][i(798)](),this[i(485)+i(834)]}async function o0(i,t){let r=n;if(e[r(1594)](e[r(1185)],e.UxPQD)){let c=this[r(972)],d=this[r(389)];return[255&d,e.MyVbL(e[r(1767)](d,8),255),e[r(1396)](e.QnfYN(d,16),255),e[r(1464)](d,24),255&c,e[r(1152)](c>>>8,255),c>>>16&255,c>>>24]}else{let{enableAutoAck:c}=this[r(1209)],d=nt(i.message[r(391)],e[r(1046)],"1"),h=e.NPXIt(nt,i.message.headers,e[r(1648)],"1"),m=Ur[r(608)](this,i);if(c&&d)if(e[r(1508)]("lATFa",e[r(878)])){let{SeqID:l,LogID:v,service:y,LogIDNew:b,method:A}=i.message;this[r(1111)]({SeqID:l,LogID:v,LogIDNew:b,service:y,method:A,headers:[{key:e[r(1648)],value:"1"},{key:e.gtZDw,value:b||""},{key:r(1295),value:"0"}]})}else return e[r(418)](this[r(294)],this[r(801)+r(1206)]);h&&!m[r(556)]&&this[r(1633)+r(1722)+r(902)](i),e[r(1532)](t)}}async function a0(i,t){let r=n;this[r(1121)](e[r(318)],i[r(1509)]),e[r(1651)](t)}async function c0(i,t){let r=n,c=e[r(1727)](yt,await e[r(731)](fs,i[r(1084)]));try{if(e[r(987)](c[r(1779)],Uint8Array)){let d=this._options[r(732)+r(890)]instanceof Object?{force:!!this[r(1209)][r(732)+r(890)][r(1790)],encoding:this[r(1209)][r(732)+r(890)][r(780)]?this._options[r(732)+r(890)][r(780)].replace(/\s/g,"")[r(611)+r(943)]():""}:{force:!1,encoding:this[r(1209)][r(732)+r(890)]?this[r(1209)][r(732)+"ncoding"][r(763)](/\s/g,"").toLowerCase():""},h=c.payloadEncoding?c[r(732)+"ncoding"].replace(/\s/g,"")[r(611)+r(943)]():"",m=e.PfkEa(this[r(1209)][r(1417)+r(1334)],Object)?{force:!!this[r(1209)][r(1417)+r(1334)][r(1790)],type:this[r(1209)][r(1417)+r(1334)][r(756)]?this[r(1209)][r(1417)+"ype"].type.replace(/\s/g,"")[r(611)+r(943)]():""}:{force:!1,type:this[r(1209)][r(1417)+"ype"]?this[r(1209)][r(1417)+r(1334)][r(763)](/\s/g,"")[r(611)+r(943)]():""},l=c[r(1417)+"ype"]?c[r(1417)+r(1334)][r(763)](/\s/g,"")[r(611)+r(943)]():"",v=m[r(1790)]?m[r(756)]:l||m[r(756)],y=d[r(1790)]?d[r(780)]:h||d.encoding,b=[e[r(866)],r(743)+r(1281),e[r(405)],e.CaUSZ],A=[e[r(686)],e[r(940)]];this[r(1209)]["enableTr"+r(1677)+r(1461)+"ad"]&&b.includes(v)&&(!y||A[r(1465)](y))?c["textPayl"+r(996)]=e[r(1144)](us,c[r(1779)],0,c[r(1779)].byteLength):c[r(1517)+r(996)]=""}else c[r(1517)+"oad"]=""}catch(d){c[r(1517)+r(996)]="",console[r(1e3)](d)}i.message=c,t()}function x0(i,t,r){let c=n,d={mqlgM:function(y,b){return e.cPpDu(y,b)},BGZcb:function(y,b){return e[B(452)](y,b)},FAWBE:function(y,b){return y(b)},oNURh:function(y,b){return y&b},KWKxL:function(y,b){return e[B(529)](y,b)},adaKr:function(y,b){return e.xHmtf(y,b)}},h=e[c(880)](r,8192),m=h>>>1,l=null,v=h;return function(y){let b=c;if(y<1||d[b(915)](y,m))return d[b(1419)](i,y);v+y>h&&(l=d[b(1431)](i,h),v=0);let A=t[b(608)](l,v,v+=y);return d[b(628)](7,v)&&(v=d[b(621)](d[b(1608)](7,v),1)),A}}let d0=4294967295;function u0(i,t,r){let c=n;return e[c(1315)](RangeError,e[c(1646)](e.bkOPP(e[c(1436)](e.uxmKs(e.ukglZ+i,e[c(359)]),t||1),e[c(334)]),r))}function f0(i,t,r){let c=n;if(r>d0)throw new Error(e[c(1356)]);let d=3;for(;e[c(338)](d,0);){let h=e.Hnrzg(255,r);e.XMbSZ(Hr,h,i,e[c(1493)](t,d)),r>>>=8,d--}return e[c(1229)](t,4)}function l0(i,t){let r=n,c=0,d=t,h=e[r(1081)](t,4);for(;e[r(344)](d,h);){let{value:m,offset:l}=e[r(923)](qr,i,d);d=l,c=e[r(1397)](e[r(369)](c,8),0),c+=m}return{value:c,offset:h}}function g0(i,t,r){let c=n,d=e[c(1445)].split("|"),h=0;for(;;){switch(d[h++]){case"0":if(e[c(698)](i[c(680)],40))return e[c(1178)](e[c(1144)](zr,i,t,r),r);continue;case"1":if(!i)return r;continue;case"2":if(t[c(1174)])return e[c(1596)](t.write(i,r),r);continue;case"3":if(t.utf8Write)return t[c(669)+"e"](i,r)+r;continue;case"4":return e[c(508)](e[c(1144)](zr,i,t,r),r)}break}}function h0(i,t){let r=n,c=new j(e[r(1186)](e[r(1148)](e[r(620)](i[e.fSFsK(t,4)],24),e[r(1381)](i[e[r(421)](t,5)],16))|e[r(862)](i[e[r(372)](t,6)],8),i[e[r(1657)](t,7)]),e[r(1287)](e[r(1593)](e[r(538)](i[e.lCSfE(t,0)],24),e[r(1632)](i[e[r(1493)](t,1)],16))|i[e[r(1411)](t,2)]<<8,i[e.Vorsg(t,3)]),!0);return t+=8,{value:c,offset:e[r(1561)](t,8)}}function p0(i,t,r){let c=n;if(e.PKtBI===c(885))return DTZqle[c(1727)](_0x524ee4,_0x5deca9[c(400)](_0x2a0cc7(this),_0x4de569));{let d=i[c(389)],h=i[c(972)];return t[r]=e[c(1464)](h,24),t[e.Tonfq(r,1)]=e.FrjZQ(e.GQjDW(h,16),255),t[e.dBCBc(r,2)]=e[c(541)](e[c(1072)](h,8),255),t[e[c(1436)](r,3)]=e[c(1141)](255,h),t[e[c(314)](r,4)]=d>>>24,t[e[c(582)](r,5)]=e[c(512)](d>>>16,255),t[e[c(358)](r,6)]=e[c(712)](d,8)&255,t[e[c(1490)](r,7)]=e[c(640)](255,d),r+=8,r}}function qr(i,t){let r=n;return i[r(1766)+"8"]?{value:i[r(1766)+"8"](t),offset:e[r(320)](t,1)}:{value:e[r(1366)](255,i[t]),offset:e.tDqNl(t,1)}}function Hr(i,t,r){let c=n;return t[c(1035)+"t8"]?t[c(1035)+"t8"](i,r):t[r]=e[c(663)](255,i),e.AiECl(r,1)}let m0=function(i){return new Uint8Array(i)},w0=e[n(969)](e[n(481)],typeof Buffer)?Buffer["allocUns"+n(789)]:x0(m0,Uint8Array[n(648)+"e"][n(1668)]),_0=16,Gr=32;function y0(i){let t=n,r=0,c={};for(let d=0;e[t(573)](d,i[t(680)]);d++)c[i[d][t(1742)+t(904)]]=ds(i[d][t(1742)+t(904)]),r+=e[t(762)](14,c[i[d][t(1742)+"ame"]]);return[r,c]}function hs(i,t,r){let c=n,d={YhsWS:e[c(1153)],BWbyt:function(y,b,A,R){return y(b,A,R)},UTDRz:e[c(1709)],qGUId:c(1158),cndkQ:e.TmmdH,vCSIb:function(y,b,A,R){return e[c(704)](y,b,A,R)},ZEKWq:function(y,b,A,R){return e[c(704)](y,b,A,R)},DbLgF:c(1716)+c(1629)},[h,m]=y0(i),l=w0(h),v=0;return i.forEach(y=>{let b=c,A=d[b(1556)][b(961)]("|"),R=0;for(;;){switch(A[R++]){case"0":v=d[b(781)](p0,j[b(1776)+"er"](y[b(555)]||t),l,v);continue;case"1":console.log(b(1194),v);continue;case"2":console[b(1e3)](d[b(827)],v);continue;case"3":console[b(1e3)](d[b(1785)],v);continue;case"4":v=g0(y[b(1742)+b(904)],l,v);continue;case"5":v=d[b(781)](Hr,0,l,v);continue;case"6":console.log(d.cndkQ,v);continue;case"7":v=d[b(1217)](Hr,m[y[b(1742)+b(904)]],l,v);continue;case"8":v=d[b(1246)](f0,l,v,y.service||0);continue;case"9":console[b(1e3)](d.DbLgF,y,y[b(1158)]);continue;case"10":console[b(1e3)](b(691),v);continue}break}}),{frameType:Gr,headers:[{key:e.xRRKy,value:r}],payload:l}}function b0(i){let t=n,r=0,c=[];for(;e[t(698)](r,i[t(518)+"th"]);){let{offset:d}=e.TcunG(qr,i,r);r=d;let h={cursor_name:"",cursor:0,service:0},{value:m,offset:l}=l0(i,r);h[t(1158)]=m,r=l;let{value:v,offset:y}=e.dxuzy(qr,i,r);r=y,h[t(1742)+"ame"]=e[t(1092)](us,i,r,e[t(679)](r,v)),r+=v;let{value:b,offset:A}=e.zbHPZ(h0,i,r);h[t(555)]=b[t(684)](),r=A,c[t(1734)](h)}return c}function v0(){let i=n;return{frameType:Gr,headers:[{key:e.xRRKy,value:i(1647)+"_EXIST"}],payload:void 0}}class S0{constructor(t,r,c){let d=n;e[d(1472)](e[d(1043)],e[d(1043)])?(DTZqle[d(1728)](_0x5ba95f),_0x2679da()):(this[d(1616)+d(1023)]=t,this[d(1752)+"ileName"]=r,this[d(1761)+"Strategy"]=c,this[d(1060)]=e[d(1394)](ls,this[d(1616)+d(1023)],e[d(881)]))}async openDB(){let t=n;await this[t(1060)][t(798)]()}async[n(591)+"rs"](){let t=n;if(!this[t(1060)][t(1630)])return;let r=this[t(1761)+t(393)],c=await this[t(1060)][t(1333)]();switch(console.log(e.UkSpv,c),r){case t(1378):return c&&c.length?e[t(1144)](hs,c,0,this[t(1752)+t(770)]):void 0;case e[t(1350)]:return;case e[t(439)]:return c&&c[t(680)]?e[t(350)](hs,c,0,this[t(1752)+t(770)]):v0()}}async[n(406)](t,r,c){let d=n;return console.log(e[d(928)],t,r,c),this[d(1060)][d(406)]({cursor_name:t,cursor:r,service:c})}async[n(1428)+"rs"](t){let r=n,c=e.qFDzw(b0,t);for(let d of c)console[r(1e3)]("setcursor",c),await this[r(1060)][r(406)](d)}async[n(571)](t){let r=n;return(await this[r(1060)][r(571)](t))?.cursor}async[n(927)](){let t=n;await this[t(1060)][t(927)]()}[n(1626)+n(944)+n(379)](t){let r=n;if(r(286)===e[r(1116)])this._cursorFileName=t;else{let c=e[r(1721)](e[r(718)](e[r(1343)](e.pxcVJ(e[r(1415)](7,_0x3aa699),18),e.ogYOB(e[r(1396)](63,_0x2363d6[_0x4dbb49++]),12)),e[r(640)](63,_0x566bf8[_0x19161e++])<<6)|e[r(1396)](63,_0x3415af[_0x10d478++]),65536);_0x2733fc+=_0x293e8c["fromChar"+r(299)](e[r(1081)](55296,c>>10)),_0x16a52+=_0x4b4de1["fromChar"+r(299)](e.zpQcw(56320,e[r(1759)](1023,c)))}}get[n(1630)](){let t=n;return e[t(1104)](t(1730),e[t(985)])?this._qosDB[t(1630)]:new _0x44a9e2(_0x20dfe6,{data:_0x271e0d,message:_0x545837})}}let E0=e[n(511)];async function ps(i){let t=n;if(!this[t(1209)][t(1105)+"S"])return null;let{aID:r,fpID:c,messageStrategy:d}=this[t(1209)],h=i||E0;try{return this["_cursorM"+t(828)]?i&&this["_cursorM"+t(828)][t(1626)+"rsorFile"+t(379)](i):this[t(1335)+t(828)]=new S0(c+"_"+r+"_"+h,h,d),this[t(1335)+t(828)].isReady||await this[t(1335)+"anager"][t(798)](),this[t(1335)+t(828)]}catch{return null}}async function A0(i,t){let r=n,c={wyvxb:function(z,L){return e[B(958)](z,L)}},d=nt(i[r(1509)][r(391)],r(1303),"-1"),h=e[r(1144)](nt,i[r(1509)][r(391)],e.iSPAn,"1"),m=At(i[r(1509)][r(391)],e[r(588)]),l=e[r(1425)](Number,At(i[r(1509)].headers,e[r(1638)]))||0,v=Ur[r(608)](this,i),y=e[r(472)](nt,i.message[r(391)],e[r(672)],"2"),b=e[r(371)](At,i.message[r(391)],r(1223)+r(1155)+"e"),A=Number(e[r(1352)](At,i[r(1509)][r(391)],e[r(677)]));if(v[r(556)])return e.KVPhW(t);let R=v[r(1006)+r(653)]?await gs[r(608)](this):null;if(e[r(1337)](i[r(1509)].service,0)&&h&&!d||e[r(1135)](i[r(1509)][r(1158)],0))if(e.EvIhs===r(1658))_0x371a9d.body[r(1750)+r(1457)](_0x352247);else{if(m&&v[r(1006)+r(653)]&&R)return e[r(685)](e[r(1676)],e[r(1676)])?DfmxTp[r(819)](_0x2d605f,_0x283437):(!!!await R[r(571)](m)&&(this[r(1633)+r(488)+r(396)](i),await R[r(406)](m,e.rDdlb(Date[r(702)](),l))),e[r(1455)](t));if(y){let z=await ps.call(this);if(!z)return this[r(1633)+r(488)+r(396)](i),e[r(1635)](t);let L=await z[r(571)](b)??-1;if(e[r(1049)](L,A))e.vkrFQ(e[r(1100)],r(676))?(this["_dispatc"+r(488)+"Event"](i),z.set(b,A,i[r(1509)][r(1158)])):_0x54ee31[r(1e3)](_0x54cfe4);else throw new Error(r(787)+r(1047)+r(1430)+A+(" larger "+r(1357)+"al cursor ")+L);return t()}return this["_dispatchMessage"+r(396)](i),e.KVPhW(t)}}async function C0(i,t){let r=n;if(e[r(1416)](r(423),e[r(1496)]))_0x47cb52[r(1164)+"d"]&&(this[r(1375)+r(1471)]()&&(!this[r(758)]||e[r(1508)](this[r(758)].readyState,this[r(714)])||e[r(1103)](this[r(758)][r(1667)+"te"],this.CONNECTING))&&this[r(385)+r(647)](),this[r(449)+"er"]&&_0x38e07c[r(1572)+"Listener"]("online",this[r(385)+r(647)]),this[r(449)+"er"]&&_0x5c00cb["addEvent"+r(1261)](e.aObuq,this[r(385)+r(937)]));else{let c=Ur[r(608)](this,i);if(!c["isQoSMes"+r(653)])return e.WSnZm(t);let d=await gs[r(608)](this);if(c[r(813)+r(1755)+"age"]&&c.ackMsgIds[r(680)])for(let h of c[r(1553)+"s"])await d[r(1292)](h);e[r(1128)](t)}}async function I0(i,t){let r=n,c=e[r(1376)](i[r(1509)][r(1256)+"e"],_0),d=e.NZUyN(i[r(1509)][r(1256)+"e"],Gr);if(e[r(1078)](!c,!d))return e[r(1635)](t);let h=e[r(280)](At,i.message[r(391)],e[r(692)]);if(!h)return t();let m=await ps[r(608)](this,h);if(!m)return e[r(979)](t);if(c){let l=await m[r(591)+"rs"](),v={frameType:l?.[r(1256)+"e"],SeqID:j[r(1776)+"er"](this[r(562)]++),LogID:j[r(1776)+"er"](this[r(1209)][r(814)+"erator"]()),service:9e3,method:5,headers:l?.headers,payload:l?.[r(1779)]},y=e[r(1320)](E,v);this[r(758)]&&this[r(758)][r(1667)+"te"]&&this[r(758)][r(1545)](y)}if(d){let l=i[r(1509)][r(1779)];l&&m.setCursors(l)}}let P0=async function(i,t){let r=n;this[r(988)]=!1,e[r(1425)](clearTimeout,this["_connect"+r(687)+"utId"]),t()},k0=async function(i,t){let r=n;if(!this[r(758)]||e[r(1684)](this[r(758)][r(1667)+"te"],this[r(714)]))return e[r(1635)](t);let{pingInterval:c}=this[r(1209)];this[r(981)+r(908)]?.[r(1786)+r(1698)+"fig"]();for(let h=0;e[r(1522)](h,this[r(1761)+"Queue"][r(680)]);h++){let m=this[r(1761)+r(1363)][h];if(this[r(758)][r(1667)+"te"]===this[r(714)]&&e.NahTI(null,m))this[r(758)]&&this._ws[r(1545)](m),this[r(1761)+"Queue"][h]=null;else break}this[r(1761)+"Queue"]=this["_message"+r(1363)][r(1288)](h=>!!h),this[r(1260)+r(1661)+"Id"]=e.CgRPD(setTimeout,()=>this[r(615)](),c),this["_dispatc"+r(1169)+"nt"](i),this[r(449)+"er"]&&this[r(758)]&&(this._ws[r(632)+"pe"]=this[r(1002)+r(1334)]);let d=this[r(981)+"tManager"]?.[r(1477)+r(308)+"nt"]();this._debug(r(805)+d+r(290)),e[r(1010)](t)},T0=async function(i,t){let r=n,c=this[r(981)+"tManager"]?.[r(1477)+r(308)+"nt"]();this._debug(r(805)+c),t()};class D0 extends Br{constructor(t){let r=n;super(),this["_miniNav"+r(869)+r(1122)]=!0,this[r(449)+"er"]=Et,this[r(1048)]=$c,this[r(759)+"T"]=ft,this[r(1171)+"X"]=Wt,this._isWorker=$t,this._messageQueue=[],this["_endpoin"+r(908)]=null,this["_readyCl"+r(554)]=!1,this[r(1002)+r(1334)]=e[r(946)],this[r(1525)+r(569)]=!1,this["_connect"+r(687)+r(1438)]=null,this[r(1653)+r(1086)+r(1259)]=null,this[r(1260)+r(1661)+"Id"]=null,this[r(562)]=0,this._isInit=!1,this[r(1642)]="",this["_QoSMana"+r(834)]=null,this[r(1335)+r(828)]=null,this[r(1606)+r(1444)]=null,this._protocols=e[r(1107)],this.CLOSED=3,this[r(1139)+"NG"]=0,this[r(714)]=1,this.CLOSING=2,this[r(1738)]=m=>{let l=r,v={leDYz:function(y,b){return e[B(461)](y,b)}};try{if(e.yrssJ(e.ykBcJ,e[l(515)]))e.HfwcP(xs,this,m,[P0,k0,T0]);else return ancTZv[l(1685)](_0x12822a,_0x56bbf5)}catch(y){let b=Ae(l(1013),{message:y[l(1509)],code:et[l(483)+"OR"],error:y});this[l(1633)+l(1643)+l(1424)](b)}},this[r(1612)+"ge"]=async m=>{let l=r,v={rjrxG:e[l(364)]},{pingInterval:y,pingFrequency:b}=this[l(1209)];if((m.data==="hi"&&e[l(625)](e[l(1192)],b)||e[l(1655)](e.UVRAy,b))&&(this["_clearPi"+l(1007)](),this[l(601)](e.BHleW,l(1154)),this[l(1260)+l(1661)+"Id"]=setTimeout(this[l(615)][l(841)](this),y)),!e[l(1507)]("hi",m[l(1084)]))try{e[l(747)](e.OyZIc,e[l(836)])?(_0x14ee67.body[l(1750)+l(1457)](_0x5ed172),_0xeb9fe5[l(1221)+"JSONP"]=void 0,_0x11c8a6(_0x1155db&&_0x29ac0b[l(889)]||wqJaEN[l(528)])):e[l(1589)](xs,this,m,[c0,o0,C0,I0,A0,a0])}catch(A){let R=e.pHrOT(Ae,l(1013),{message:A[l(1509)],code:et["MESSAGE_"+l(1408)],error:A});this[l(1633)+l(1643)+l(1424)](R)}},this[r(1088)]=m=>{let l=r,v=this["_endpoin"+l(908)]?.[l(845)+"chMaxTries"](),y=this[l(981)+l(908)]?.["getCurre"+l(308)+"nt"]();if(v&&!m[l(1509)]){let b="connect "+y+(l(1242)+l(1120)+"es reached");this[l(1633)+l(1643)+l(1424)](Ae(e[l(960)],{message:b,code:et[l(806)+l(681)+"R"],error:m}));return}this[l(758)]&&e[l(760)](this[l(758)][l(1667)+"te"],this[l(714)])&&this[l(736)+l(629)](),this[l(1633)+l(1643)+l(1424)](Ae(e[l(960)],{message:m.message,code:et[l(942)+"RROR"],error:m}))},this[r(1143)]=async m=>{let l=r,v={HUXBw:function(y,b){return e[B(1348)](y,b)},qlqxW:function(y,b){return e[B(760)](y,b)},wKipJ:l(284),mKzPa:function(y,b){return y in b},fiixY:function(y,b){return e[l(995)](y,b)},NJjQf:function(y,b){return e.dBCBc(y,b)},Mesfx:function(y,b){return y&b},wEqvY:function(y,b){return e[l(930)](y,b)},cODGl:function(y,b){return e[l(335)](y,b)},JJUoA:function(y,b){return e[l(666)](y,b)},owerg:function(y,b){return e[l(541)](y,b)}};if(e[l(1605)](e[l(812)],e[l(812)])){this[l(776)+l(1021)](),this[l(547)+l(1007)](),this["_removeW"+l(1053)+"rs"](),this[l(758)]=null,this[l(1525)+l(569)]=!1;let y=this["_endpoin"+l(908)]?.[l(845)+"chMaxTries"]();if(!y&&this["_navigat"+l(1471)]()&&!this[l(402)+l(554)]){let b=this[l(981)+l(908)]?.[l(1477)+"ntEndpoint"](),A=this._options[l(693)+"tInterce"+l(696)](m[l(1303)],m[l(746)]);this[l(1633)+l(1688)+l(1424)](e.kIeUh(De,e[l(1435)],{code:1006,reason:m.reason||"connecting failed, unkno"+l(567)+"n, hostn"+l(1694)+b,willReconnect:A})),A&&this[l(1525)]();return}if(e[l(1609)](1e3,m[l(1303)])&&this._readyClosed){this[l(1633)+l(1688)+"ent"](e[l(1065)](De,"close",{code:1e3,reason:e[l(387)]})),this[l(981)+l(908)]?.[l(1786)+l(1698)+l(577)](),this[l(1606)+l(1444)]?.[l(898)+l(1226)]();return}if(m.code!==1e3&&y){let b=this[l(981)+"tManager"]?.["getCurre"+l(308)+"nt"](),A=m[l(746)];A||(A=await e[l(1044)](e0,this[l(1642)])),A="connecti"+l(366)+"d, "+A+(l(1462)+"me: ")+b+(l(1274)+l(710)+l(1669)),this[l(1633)+l(1688)+l(1424)](e.aGQwx(De,"close",{code:m[l(1303)],reason:A}));let R=l(1079)+b+(l(1242)+l(1120)+l(1268)+"ed");this[l(1633)+"hErrorEvent"](e[l(1029)](Ae,e[l(960)],{message:R,code:et[l(806)+l(681)+"R"]})),this[l(981)+"tManager"]?.[l(1786)+"pointCon"+l(577)](),this[l(1606)+l(1444)]?.[l(898)+l(1226)]();return}if(e[l(1637)](1e3,m[l(1303)])&&!m[l(746)])if(e[l(769)](e[l(598)],e[l(1037)])){let b=this["_endpoin"+l(908)]?.[l(1477)+l(308)+"nt"]();this["_dispatc"+l(1688)+l(1424)](e[l(581)](De,e.XzUeF,{code:m[l(1303)],reason:l(1372)+l(366)+"d, unkno"+l(567)+l(287)+l(1694)+b})),this[l(981)+l(908)]?.[l(1786)+"pointCon"+l(577)](),this["_pingLos"+l(1444)]?.resetCounter();return}else return OQXwMC[l(1215)](_0x285057,_0x43cc0b)&&(_0x7e5ded==="done"||OQXwMC[l(720)](_0x5bdd0f,OQXwMC[l(1548)]))?!0:OQXwMC[l(1564)](_0x4ebad4,_0x4bb868);this["_dispatchCloseEv"+l(1424)](m),this[l(981)+l(908)]?.[l(1786)+l(1698)+l(577)](),this._pingLossCounter?.[l(898)+l(1226)]()}else{let y=_0x1ddb6d[l(389)],b=_0x70fb32[l(972)];return _0x5cfad1[_0x4a5de3]=OQXwMC[l(1692)](b,24),_0x124e7b[OQXwMC[l(1354)](_0xcdee79,1)]=OQXwMC.Mesfx(OQXwMC[l(1692)](b,16),255),_0x14dff[_0x23ef4f+2]=OQXwMC.Mesfx(OQXwMC[l(1692)](b,8),255),_0x3cf153[OQXwMC[l(1354)](_0x46dd10,3)]=OQXwMC[l(631)](255,b),_0x1018d8[OQXwMC[l(1354)](_0x4eae37,4)]=OQXwMC.fiixY(y,24),_0x484ea6[OQXwMC[l(1354)](_0x557f49,5)]=OQXwMC[l(1198)](OQXwMC[l(543)](y,16),255),_0x5d7b4a[OQXwMC[l(613)](_0x18d068,6)]=OQXwMC[l(1758)](OQXwMC[l(1692)](y,8),255),_0x4895b1[_0x436086+7]=OQXwMC[l(1198)](255,y),_0x25fb87+=8,_0x4f4f9e}},this[r(1717)]=null,this[r(1560)]=null,this.onmessage=null,this[r(1254)]=null,this.onStartReconnect=null,this[r(1311)+r(973)]=null,this["onStopIm"+r(1156)+r(561)+"ct"]=null,this._handleOnLine=this[r(385)+r(647)][r(841)](this),this[r(385)+r(937)]=this[r(385)+r(937)].bind(this),this[r(445)+r(699)]=this[r(445)+r(699)].bind(this),this[r(445)+"ageShow"]=this["_handleP"+r(340)].bind(this),this[r(1209)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[r(1546)](1,0),service:0,logIDGenerator:a,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:r(1422),pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e.LvwVz,env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:c,ws:d}=t,h=Array[r(546)](c)?c:e[r(1196)](e[r(1788)],typeof c)?[c]:[];if(!h||e[r(1670)](0,h.length))throw new Error(e[r(596)]);if(!e.DvmSr(Yc,d))throw new Error(e.UCoWB);Object[r(1492)](this[r(1209)],t),this[r(981)+r(908)]=new cs(h,this._options[r(495)+"es"]),this._pingLossCounter=new Zc(this[r(1209)].pingLossCount),this[r(1209)][r(1022)+r(1371)]&&(e[r(587)]!==e.hSnsm?(this[r(988)]=!0,this._connect()):this[r(759)+"T"]?_0x4f5d47["onNetwor"+r(867)+"hange"](({isConnected:m})=>{let l=r;this["_miniNavigatorOn"+l(1122)]=m,m?this[l(385)+l(647)]():this[l(385)+l(937)]()}):this[r(1171)+"X"]&&_0x2c72e6["onNetworkStatusC"+r(1418)](({isConnected:m})=>{let l=r;this[l(1401)+l(869)+l(1122)]=m,m?this["_handleO"+l(647)]():this[l(385)+l(937)]()})),this._options[r(1225)+r(1672)+r(1453)]&&(this[r(759)+"T"]||this[r(1171)+"X"]?this["_onPageN"+r(1033)+r(1611)]():this[r(449)+"er"]&&this[r(1068)+r(1568)+r(1261)]())}[n(385)+n(647)](){let t=n;this._options["disableA"+t(279)+t(1257)]||this[t(402)+t(554)]||this[t(856)+"econnect"]()}["_handleO"+n(937)](){let t=n;this[t(1265)+t(395)+"t"]();let r=e.lImLY(Mr,e[t(1089)],{message:t(1305)+t(1130)+t(1301)+"ct"});this[t(475)+t(1156)+t(561)+"ct"]&&this[t(475)+t(1156)+"yReconnect"](r)}[n(1068)+"balEvent"+n(1261)](){let t=n;this[t(449)+"er"]&&window[t(1572)+t(1261)](e[t(790)],this[t(385)+t(647)]),this[t(449)+"er"]&&window[t(1572)+t(1261)](e.aObuq,this["_handleO"+t(937)]),this[t(449)+"er"]&&window[t(1572)+"Listener"](e[t(1027)],this[t(445)+"ageHide"]),this[t(449)+"er"]&&window[t(1572)+t(1261)](e[t(1601)],this["_handleP"+t(340)])}["_dropGlo"+n(1568)+n(1261)](){let t=n;this[t(449)+"er"]&&window[t(548)+t(408)+"ner"](e[t(790)],this["_handleO"+t(647)]),this[t(449)+"er"]&&window[t(548)+"entListe"+t(1160)](e[t(1468)],this["_handleO"+t(937)]),this[t(449)+"er"]&&window[t(548)+t(408)+"ner"]("pagehide",this[t(445)+"ageHide"]),this[t(449)+"er"]&&window[t(548)+t(408)+"ner"](e[t(1601)],this[t(445)+"ageShow"])}[n(445)+"ageHide"](t){let r=n;e.PHrhl(e.EyLgm,e[r(415)])?(e[r(1317)](_0x27afa4,_0xab942c,16),e.lqlcz(_0x41d8fe,_0x21aaa2,_0xcb2823)):(!t[r(1164)+"d"]&&(this._isBrowser&&window[r(548)+r(408)+r(1160)](r(951),this[r(445)+r(699)]),this[r(449)+"er"]&&window[r(548)+r(408)+r(1160)](e.KceqD,this["_handleP"+r(340)]),this.close()),this._isBrowser&&window[r(548)+r(408)+r(1160)](e.XSXyy,this["_handleO"+r(647)]),this[r(449)+"er"]&&window["removeEv"+r(408)+"ner"](e[r(1468)],this[r(385)+r(937)]))}[n(445)+n(340)](t){let r=n;if(t[r(1164)+"d"])if(e[r(858)](e.pFOss,e[r(1743)]))this[r(1375)+r(1471)]()&&(!this[r(758)]||e[r(1472)](this[r(758)][r(1667)+"te"],this.OPEN)||e[r(1484)](this[r(758)][r(1667)+"te"],this.CONNECTING))&&this[r(385)+r(647)](),this._isBrowser&&window[r(1572)+r(1261)](e[r(790)],this["_handleO"+r(647)]),this._isBrowser&&window[r(1572)+r(1261)](e[r(1468)],this[r(385)+r(937)]);else return _0x39bb99&&(_0x236f60=(0,_0x2532ba[_0x333566(_0x3355d7)[0]])(_0x3f6a1a=0)),_0x4d1e7c}async[n(377)+n(850)](t){let r=n,c={ljcTo:function(d,h,m){return d(h,m)},UZtZQ:function(d,h,m){return e[B(1656)](d,h,m)}};if(e.pnfYs(r(1298),e.MqRFn))byKIYA[r(438)](_0x5e4aec,_0x3b9ac3,74),byKIYA[r(728)](_0x57564f,_0x1845e4,_0x34b660);else{let{fpID:d,deviceID:h,bddID:m,ttwID:l,accessKey:v,aID:y,customParams:b={},enableAutoAck:A,enableQoS:R,QoSLevel:z,env:L}=this[r(1209)],Ne,Z,fe;this._isBrowser||this[r(1171)+"X"]||this[r(759)+"T"]?(Ne=location&&e[r(1454)](e[r(353)],location.protocol)?e[r(1247)]:e[r(1200)],Z=t[r(763)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),fe=/^wss(.*:\/\/)/[r(566)](t)?t:""+Ne+Z):(Ne=e[r(1247)],Z=t[r(763)](/(^http)((?:[s]*:\/\/))/,""),fe=/(^ws)((?:[s]*:\/\/))/[r(566)](Z)?Z:""+Ne+Z);let lt=m?e[r(861)]:l?e[r(924)]:e[r(1384)],Ct=m||l||h;if(e[r(888)](!Ct,!lt))throw new Error(e[r(1682)]);let Kr=e[r(1702)](r(1770),typeof b)?await e[r(1635)](b):b,jr=L?e[r(1398)](Qc,L[r(1249)],L[r(1051)]):{},Jt=Object.assign({device_platform:e[r(1741)],version_code:e[r(1233)],access_key:v,fpid:d,aid:y,[lt]:Ct,xsack:A?1:0,xaack:A?1:0,xsqos:R?1:0,qos_level:R?z:void 0,qos_sdk_version:2,...jr},Kr),bn=Object[r(707)](Jt)[r(1623)]((Vt,Wr)=>Jt[Wr]!==void 0?""+Vt+(Vt?"&":"?")+Wr+"="+Jt[Wr]:Vt,"");return fe+"/ws/v2"+bn}}async _connect(){let t=n,r={LubGA:e.qrjbq,AXXxy:e[t(1190)],dlvhW:function(c,d){return c!==d},BaGCs:function(c,d){return e[t(1026)](c,d)},WPpdQ:e[t(790)],CXYww:e[t(1468)]};if(!(this[t(1525)+t(569)]||this[t(402)+t(554)])){this[t(1525)+t(569)]=!0;try{if(e[t(580)](t(1587),e[t(1503)]))t(498)+"d"!=typeof _0x1434e6&&_0x2253de["toString"+t(551)]&&_0x35418a[t(437)+t(434)](_0x333751,_0x4b856f[t(735)+t(551)],{value:XqZGYJ[t(1258)]}),_0x1b41ed[t(437)+t(434)](_0x268436,XqZGYJ[t(606)],{value:!0});else{let c=this[t(981)+t(908)]?.[t(1276)+t(709)+t(342)+t(1278)+t(618)](),{timeoutInterval:d}=this[t(1209)];if(c){let m=this[t(981)+t(908)]?.[t(1477)+t(308)+"nt"](),l=this[t(981)+t(908)]?.[t(1573)+t(655)+t(957)+t(1402)+t(1748)](),v=this[t(981)+"tManager"]?.[t(1477)+"ntEndpoi"+t(477)+t(1206)]();if(l){let y=t(1079)+m+(t(959)+", max re"+t(710)+t(537)+t(1266)+t(1403)+t(894))+l+(t(1659)+"y"),b=e.QFHRN(Ae,e[t(960)],{message:y,code:et[t(806)+"IES_ERROR"]});this[t(1121)](y),this[t(1633)+t(1643)+t(1424)](b),this[t(1642)]=await this[t(377)+t(850)](l),this[t(1121)](t(1079)+l+" "+v+t(1660)),this[t(1182)+"sListeners"]()}else if(e.dSqpv(e[t(1691)],e.odsJh))this[t(1375)+t(1471)]()&&(!this[t(758)]||XqZGYJ[t(1176)](this._ws[t(1667)+"te"],this[t(714)])||XqZGYJ[t(447)](this[t(758)].readyState,this[t(1139)+"NG"]))&&this[t(385)+t(647)](),this[t(449)+"er"]&&_0x32a410[t(1572)+t(1261)](XqZGYJ.WPpdQ,this[t(385)+t(647)]),this[t(449)+"er"]&&_0x363af9[t(1572)+t(1261)](XqZGYJ.CXYww,this[t(385)+"ffLine"]);else{let y="connect "+m+(t(959)+t(1274)+t(710)+t(1669));this[t(1121)](y),this[t(1633)+"hErrorEv"+t(1424)](e[t(1219)](Ae,e.McQpH,{message:y,code:et[t(806)+t(681)+"R"]}));return}}else{let m=this[t(981)+t(908)]?.["getCurre"+t(308)+t(860)+t(871)](),l=this["_endpoin"+t(908)]?.[t(1477)+t(308)+t(477)+t(1206)]();this[t(1642)]=await this["_generat"+t(850)](e[t(919)](m,"")),this[t(1121)](t(1079)+m+" "+l+" times"),this[t(1182)+t(1053)+"rs"]()}if(this._isInit)this[t(988)]=!1;else{let m=e[t(975)](Mr,e[t(1089)],{message:e[t(1031)]});this[t(700)+t(341)]&&this[t(700)+t(341)](m)}let h=this[t(981)+t(908)]?.[t(1477)+t(308)+t(477)+t(1206)]()||0;e[t(506)](h,1)&&await this[t(765)](e[t(1721)](h,1)),this._debug(t(1372)+t(1675)+this[t(1642)]+(t(1237)+"ls: ")+this._protocols),this[t(758)]=e.TkAYc(Vc,{url:this[t(1642)],protocols:[this._protocols],headers:this[t(1209)][t(1358)+t(1331)+"s"][t(321)+t(1228)]},this[t(1209)].ws),(this[t(449)+"er"]||this._isWorker)&&this[t(758)]&&(this[t(758)][t(632)+"pe"]=this["_binaryT"+t(1334)]),this["_addWsLi"+t(989)](),this[t(1525)+t(687)+"utId"]=e.pHrOT(setTimeout,this[t(327)+"ut"][t(841)](this),d)}}catch(c){throw this["_connect"+t(569)]=!1,c}}}[n(776)+n(1021)](){let t=n;clearTimeout(this[t(1525)+t(687)+"utId"]),this[t(1525)+t(687)+t(1438)]=null}[n(547)+"ngTimer"](){let t=n;e[t(838)](clearTimeout,this._pingPongTimeoutId),e.nxzhb(clearTimeout,this[t(1653)+t(1086)+t(1259)]),this[t(1260)+t(1661)+"Id"]=null,this._reconnectTimeoutId=null}[n(1121)](...t){let r=n;this[r(1209)][r(1754)]&&console[r(1e3)][r(400)](console,[e.SAYrP,...t])}[n(295)+n(715)+"e"](t){let r=n,{initReconnectInterval:c,maxReconnectInterval:d,reconnectIntervalGrowFactor:h}=this[r(1209)],m=e[r(1310)](c,Math[r(482)](h,t-1));return e.LJAho(m,d)?d:m}[n(615)](){let t=n;if(this[t(758)]&&e[t(1313)](this._ws[t(1667)+"te"],this[t(1139)+"NG"])){this["_clearPi"+t(1007)](),this._pingPongTimeoutId=e.GtDCt(setTimeout,this[t(615)].bind(this),this._options[t(536)+t(1307)]);return}if(!this._ws||e.jmvxV(this[t(758)][t(1667)+"te"],this.OPEN))return void this[t(856)+t(341)]();this[t(758)]&&this[t(758)][t(1545)]("hi"),this[t(1653)+t(1086)+t(1259)]=setTimeout(this[t(856)+t(341)+t(514)].bind(this),this._options[t(1565)+t(738)+t(1600)])}[n(856)+n(341)+"Timeout"](){let t=n;this[t(1606)+"sCounter"]?.[t(612)](),this[t(601)](e[t(1595)],e.lsCZD),this[t(1606)+t(1444)]?.checkReachMaxCount()?this[t(856)+"econnect"]():this[t(615)]()}[n(1375)+"orOnline"](){let t=n;return e[t(967)](e[t(1251)],e[t(1526)])?new _0x2e2e79(_0x2188ed,{data:_0x46abdc}):this[t(759)+"T"]||this[t(1171)+"X"]?this["_miniNav"+t(869)+t(1122)]:(this[t(449)+"er"]||this[t(678)+"r"])&&this[t(1209)][t(1225)+t(1672)+t(1453)]?navigator[t(788)]:!0}[n(856)+"econnect"](){let t=n;!this[t(1375)+"orOnline"]()||this[t(402)+t(554)]||(this[t(981)+"tManager"]?.resetEndpointConfig(),this[t(1606)+t(1444)]?.[t(898)+t(1226)](),this._ws?this["_disconn"+t(629)](1001,t(1762)+t(1073)+t(693)+t(852)+t(589),!0):this[t(1525)]())}[n(1479)+n(1033)+"ange"](){let t=n,r={yxpiQ:e[t(593)]};this._isMiniTT?tt["onNetwor"+t(867)+t(1418)](({isConnected:c})=>{let d=t;if(d(1674)===r[d(796)]){if(this._options[d(896)+d(279)+"nect"]||this[d(402)+"osed"])return;this["_handleR"+d(341)]()}else this[d(1401)+d(869)+d(1122)]=c,c?this[d(385)+d(647)]():this[d(385)+d(937)]()}):this._isMiniWX&&wx[t(1149)+t(867)+t(1418)](({isConnected:c})=>{let d=t;this[d(1401)+"igatorOnline"]=c,c?this[d(385)+d(647)]():this[d(385)+d(937)]()})}[n(765)](t){return new Promise(r=>{let c=B;e[c(953)](setTimeout,r,this[c(295)+"rvalValue"](t))})}["_disconn"+n(629)](t=1e3,r="",c=!1){let d=n;this[d(758)]&&this[d(1265)+"WebSocket"](t,r,c)}_onTimeout(){let t=n,r=this[t(981)+t(908)]?.getCurrentEndpoint();this[t(1121)](t(1079)+r+t(959)),this[t(736)+"ect"](1001,e[t(382)],!0)}[n(1111)](t){let r=n,c=e[r(616)](re,t);if(this[r(758)]&&this._ws.readyState===this[r(714)])if(e[r(563)](e[r(1227)],r(348)))this[r(758)]&&this[r(758)][r(1545)](c),this[r(1121)](r(1434),t);else{let d=e[r(429)](_0x5a4342,_0x771d64);this[r(758)]&&e.gcWFq(this[r(758)][r(1667)+"te"],this[r(714)])&&(this[r(758)]&&this[r(758)][r(1545)](d),this[r(1121)](e[r(1778)],_0x15304e))}}[n(1182)+n(1053)+"rs"](){let t=n,r=e[t(1318)][t(961)]("|"),c=0;for(;;){switch(r[c++]){case"0":if(!this._ws)return;continue;case"1":this._ws[t(548)+"entListener"]("message",this[t(1612)+"ge"]);continue;case"2":this[t(758)][t(548)+t(408)+"ner"](e[t(1435)],this[t(1143)]);continue;case"3":this[t(758)][t(548)+t(408)+"ner"]("open",this._onOpen);continue;case"4":this._ws[t(548)+t(408)+t(1160)](e[t(960)],this[t(1088)]);continue}break}}_addWsListeners(){let t=n;this[t(758)]&&(this[t(758)][t(1572)+"Listener"](e.dKlDg,this[t(1738)]),this[t(758)][t(1572)+t(1261)](e[t(1435)],this[t(1143)]),this[t(758)][t(1572)+"Listener"](e.QTMPj,this[t(1612)+"ge"]),this[t(758)][t(1572)+t(1261)](e.McQpH,this[t(1088)]))}_wsInstanceClose(t=1e3,r=""){let c=n,d={VKETM:function(h,m){return h(m)},FvPoy:function(h,m){return h(m)},IBOSc:e[c(1218)]};try{if(e.NZUyN(e.gVNDZ,c(1764))){let h={NtKTz:function(m,l){let v=c;return BapYVh[v(947)](m,l)},bjeUr:function(m,l){let v=c;return BapYVh[v(1095)](m,l)}};_0x12150b[c(1572)+c(1261)](BapYVh[c(1460)],m=>{let l=c;_0x2e3894(h[l(1117)](_0x2b6264,_0x18acc3[l(362)]),m[l(1520)+"on"],m[l(443)+"on"],h[l(526)](_0xc581ba,_0xd1955f[l(1498)+l(1126)]))})}else this[c(758)]&&this[c(758)].close(t,r)}catch{}}["_destroy"+n(395)+"t"](t=1e3,r="",c=!1){let d=n;if(this._clearPingTimer(),this["_clearTi"+d(1021)](),this._removeWsListeners(),this[d(1262)+d(807)](1e3,r),this[d(1525)+d(569)]=!1,c&&this[d(1375)+d(1471)]()&&!this["_readyCl"+d(554)]){if(this["_endpoin"+d(908)]?.[d(845)+d(1327)+"es"]()){let m=this["_endpoin"+d(908)]?.["getCurre"+d(308)+"nt"]();this[d(1633)+d(1688)+d(1424)](e[d(373)](De,e[d(1435)],{code:1006,reason:d(1079)+m+(d(959)+", max re"+d(710)+d(1669)),wasClean:!0}))}else if(e[d(580)](e[d(1783)],e[d(1783)]))!_0x4c3d7b[d(1164)+"d"]&&(this[d(449)+"er"]&&_0x5e3d68[d(548)+d(408)+d(1160)](d(951),this[d(445)+d(699)]),this[d(449)+"er"]&&_0x11c358[d(548)+d(408)+"ner"](d(427),this[d(445)+d(340)]),this.close()),this._isBrowser&&_0x1bcda6[d(548)+d(408)+d(1160)](e[d(790)],this[d(385)+d(647)]),this[d(449)+"er"]&&_0x4e4588["removeEv"+d(408)+d(1160)](e[d(1468)],this[d(385)+"ffLine"]);else{let m=this[d(1209)][d(693)+d(1671)+d(696)](t,r);this[d(1633)+d(1688)+"ent"](e[d(346)](De,e[d(1435)],{code:t,reason:r,wasClean:!0,willReconnect:m})),m&&this[d(1525)]()}return}this[d(1375)+d(1471)]()||this[d(402)+d(554)]?this[d(1633)+"hCloseEv"+d(1424)](e[d(422)](De,e.XzUeF,{code:t,reason:d(652)})):this[d(1633)+d(1688)+d(1424)](e[d(752)](De,e[d(1435)],{code:1006,reason:e[d(771)]})),this[d(758)]=null,this[d(981)+d(908)]?.[d(1786)+d(1698)+d(577)](),this[d(1606)+d(1444)]?.[d(898)+d(1226)]()}[n(1633)+n(1169)+"nt"](t){let r=n;this[r(601)](e[r(428)],t),this[r(1254)]&&this[r(1254)](t)}[n(1633)+n(488)+n(396)](t){let r=n;this[r(601)](e[r(1429)],t),this[r(977)+"e"]&&this.onmessage(t)}[n(1633)+n(1722)+n(902)](t){let r=n;this[r(601)](r(1195),t),this[r(1311)+r(973)]&&this[r(1311)+r(973)](t)}[n(1633)+n(1643)+n(1424)](t){let r=n;this[r(601)](e[r(960)],t),this.onerror&&this.onerror(t)}[n(1633)+n(1688)+n(1424)](t){let r=n;this.emit(e.XzUeF,t),this[r(1717)]&&this[r(1717)](t)}get[n(632)+"pe"](){let t=n;if(t(954)!==e[t(1649)]){let r=_0xe86a1a[t(1140)],c=_0x255867[t(721)];return r[t(680)]===c?r:r[t(1668)](0,c)}else return this[t(758)]?this[t(758)][t(632)+"pe"]:this[t(1002)+"ype"]}set binaryType(t){let r=n;this[r(1002)+r(1334)]=t,this[r(758)]&&(this[r(758)][r(632)+"pe"]=t)}get retryCount(){let t=n;if(e[t(333)]!==e[t(791)])return this[t(981)+"tManager"]?.[t(1477)+"ntEndpointTriesC"+t(1206)]()||0;_0x393af5[t(386)]=_0x5c4860[t(645)]()[t(1123)](()=>(_0x46809f(),_0x13ea52))[t(1123)](function(r){return r})}get[n(1243)+n(970)](){let t=n;return this._messageQueue[t(1623)]((c,d)=>(c+=d&&d[t(518)+"th"]||0,c),0)+(this._ws?this[t(758)][t(1243)+"Amount"]:0)}get[n(1521)+"ns"](){let t=n;return this._ws?this[t(758)][t(1521)+"ns"]:""}get[n(910)](){let t=n;return this._ws?this[t(758)][t(910)]:""}get[n(1667)+"te"](){let t=n;return this[t(758)]?this[t(758)][t(1667)+"te"]:this[t(1209)][t(1022)+"cOpen"]?this[t(1139)+"NG"]:this[t(772)]}get[n(604)](){let t=n;return this[t(758)]?this[t(758)].url:this[t(1642)]}[n(1131)](t=1e3,r){let c=n;if(this._readyClosed=!0,this._clearTimer(),this[c(547)+c(1007)](),this[c(1238)+"balEvent"+c(1261)](),this[c(485)+c(834)]?.[c(927)](),!this[c(758)])return void this._debug(e.vLNNE);if(this[c(758)][c(1667)+"te"]===this[c(772)]||e.chBsa(this[c(758)][c(1667)+"te"],this[c(886)]))return void this[c(1121)]("close, w"+c(1240)+"y closed");this[c(1265)+c(395)+"t"](t,r)}async[n(1545)](t,r){let c=n;if(e[c(1664)](e[c(1341)],e[c(490)]))DTZqle[c(1197)](_0x384c04,_0x381547[c(1013)]||new _0x8c962e(DTZqle.gWbHf,DTZqle[c(822)])),DTZqle[c(1635)](_0x543c30);else{if(e[c(1787)](null,t))throw new Error(e.OQRWw);e[c(1080)](e[c(1063)],typeof t)&&(t=JSON.stringify(t)),e.CaUSZ!=typeof t&&!(t instanceof ArrayBuffer)&&!(t[c(1514)]&&e[c(1348)](t[c(1514)],ArrayBuffer))&&(t=JSON[c(1578)+"y"](t));let d=await e[c(1723)](fs,t),h=e[c(1127)](Xc,t),{method:m=0,service:l=this[c(1209)].service,logID:v=this[c(1209)][c(814)+c(1205)](),headers:y=this[c(1209)].headers,payloadEncoding:b=this[c(1209)][c(732)+c(890)],payloadType:A=this._options[c(1417)+c(1334)],logIDNew:R=this[c(1209)][c(381)+c(394)]["enableAu"+c(956)+c(527)+"ew"]?e[c(1324)](o,this._options[c(381)+c(394)][c(793)]):""}=r||{};if(!l)throw new Error(e[c(694)]);let z={SeqID:j[c(1776)+"er"](this[c(562)]++),LogID:j[c(1776)+"er"](v),service:l,method:m,headers:y,payloadEncoding:e[c(316)](b,Object)?b[c(780)]?b[c(780)]:"":b,payloadType:e[c(513)](A,Object)?A.type?A[c(756)]:h:A||h,payload:d,LogIDNew:R},L=e[c(1426)](re,z);return this[c(758)]&&this[c(758)].readyState===this[c(714)]?(this[c(758)]&&this[c(758)][c(1545)](L),this[c(1121)](e.TIpYx,z)):e[c(1466)](this._messageQueue[c(680)],this[c(1209)][c(1489)+c(1400)+c(281)])?(this[c(1761)+c(1363)][c(1734)](L),this[c(1121)](e[c(1598)],z)):(this["_message"+c(1363)][c(504)](),this[c(1761)+c(1363)][c(1734)](L)),{seqID:this[c(562)],logID:v,logIDNew:R}}}async[n(693)+"t"](t){let r=n,{url:c}=e[r(880)](t,{}),d=Array[r(546)](c)?c:e[r(868)](e.CaUSZ,typeof c)?[c]:[];t&&Object.assign(this._options,t),d&&d[r(680)]?this[r(981)+"tManager"]=new cs(d,this[r(1209)][r(495)+"es"]):this[r(981)+r(908)]?.[r(1786)+r(1698)+r(577)](),this[r(1606)+r(1444)]?.[r(898)+r(1226)](this[r(1209)][r(487)+r(683)]),this["_readyCl"+r(554)]=!1,this[r(758)]&&this[r(758)][r(1667)+"te"]!==this[r(772)]?this[r(736)+r(629)](1e3,e.LTONQ,!0):(this[r(988)]=!0,this._connect())}async[n(1342)](){let t=n;if(!this["_connect"+t(569)]){let r=(t(1040)+"0")[t(961)]("|"),c=0;for(;;){switch(r[c++]){case"0":this[t(1525)]();continue;case"1":this[t(1606)+t(1444)]?.resetCounter();continue;case"2":this["_readyCl"+t(554)]=!1;continue;case"3":this[t(981)+t(908)]?.[t(1786)+t(1698)+t(577)]();continue;case"4":this[t(988)]=!0;continue}break}}}addEventListener(t,r){this.on(t,r)}[n(1114)+"Event"](t){let r=n,{type:c}=t;this[r(601)](c,t)}[n(548)+n(408)+"ner"](t,r){let c=n,d={MbEsK:function(h,m){return e[B(456)](h,m)},tAZmk:e[c(1680)],QIIWh:"applicat"+c(1281)+c(1619)+"=utf-8",NEHwJ:e.CaUSZ,lfKyR:e.TvTrO,KQgjK:c(734),JKJlk:function(h,m,l,v){return e[c(1092)](h,m,l,v)}};if(e[c(1538)](e[c(1500)],e.NatRu))if(_0x188afb[c(1779)]instanceof _0x1fbce9){let h=nirHVH[c(302)](this[c(1209)]["payloadE"+c(890)],_0x1b2ac1)?{force:!!this[c(1209)][c(732)+c(890)][c(1790)],encoding:this[c(1209)][c(732)+"ncoding"][c(780)]?this[c(1209)][c(732)+"ncoding"][c(780)][c(763)](/\s/g,"")[c(611)+c(943)]():""}:{force:!1,encoding:this[c(1209)]["payloadE"+c(890)]?this[c(1209)][c(732)+c(890)][c(763)](/\s/g,"")[c(611)+c(943)]():""},m=_0x437eeb.payloadEncoding?_0x15594e[c(732)+"ncoding"][c(763)](/\s/g,"")["toLowerC"+c(943)]():"",l=nirHVH[c(302)](this[c(1209)][c(1417)+c(1334)],_0x312794)?{force:!!this[c(1209)][c(1417)+c(1334)][c(1790)],type:this[c(1209)][c(1417)+"ype"][c(756)]?this._options.payloadType[c(756)][c(763)](/\s/g,"")[c(611)+c(943)]():""}:{force:!1,type:this[c(1209)][c(1417)+"ype"]?this[c(1209)][c(1417)+"ype"][c(763)](/\s/g,"")[c(611)+c(943)]():""},v=_0x123cb2[c(1417)+c(1334)]?_0x5ba15e[c(1417)+c(1334)][c(763)](/\s/g,"")[c(611)+c(943)]():"",y=l.force?l[c(756)]:v||l[c(756)],b=h[c(1790)]?h[c(780)]:m||h[c(780)],A=[c(906)+c(356)+c(703),nirHVH.tAZmk,nirHVH[c(1570)],nirHVH[c(303)]],R=[nirHVH[c(1179)],nirHVH[c(1476)]];this[c(1209)][c(810)+c(1677)+c(1461)+"ad"]&&A[c(1465)](y)&&(!b||R[c(1465)](b))?_0x383856["textPayl"+c(996)]=nirHVH[c(1005)](_0x5cbaac,_0x33df43[c(1779)],0,_0x4bef85.payload[c(518)+"th"]):_0x30b153.textPayload=""}else _0x5d3756[c(1517)+"oad"]="";else this[c(559)](t,r)}pingOnce(){let t=n,r={YXpNc:function(c,d){return e[B(1074)](c,d)},NLTni:function(c,d){return e[B(1044)](c,d)},mlJrw:t(768),DnGve:t(1621)+t(1220)+"s",rLDEg:function(c,d,h){return c(d,h)},zmCwD:e.jelHw};return new Promise((c,d)=>{let h=t,m={DnjPn:function(y,b){return r[B(1433)](y,b)},bmpEQ:h(1154),cYomc:function(y,b){return r[h(1172)](y,b)},tQPdV:r[h(572)],BhOol:r[h(1058)]};this["_clearPi"+h(1007)](),this[h(1260)+h(1661)+"Id"]=r[h(674)](setTimeout,this[h(615)].bind(this),this._options["pingInte"+h(1307)]);let l=()=>{let y=h;m[y(1581)](c,m.bmpEQ),this.off(y(1621)+y(1220)+"s",l),this.off(y(1621)+"e_timeout",v)},v=()=>{let y=h;m[y(978)](d,m[y(579)]),this[y(559)](m[y(1163)],l),this[y(559)](y(1621)+y(1272)+"t",v)};this.on(r[h(1058)],l),this.on(r.zmCwD,v),this[h(615)]()})}}})(),se[C(1102)+C(661)]=te[C(1102)+C(661)],se["CustomEr"+C(1756)]=te[C(644)+C(1756)],se[C(929)+"e"]=te[C(929)+"e"],se[C(396)]=te[C(396)],se[C(351)]=te[C(351)],se[C(1214)+C(1050)+"vent"]=te["FrontierMessageE"+C(1322)],se.MessageEvent=te[C(1050)+C(1322)],se.OpenEvent=te[C(708)+"t"],se["Reconnec"+C(585)]=te[C(992)+"tEvent"],se[C(564)+C(661)]=te[C(564)+C(661)],se[C(891)+C(1756)]=te[C(891)+C(1756)],se[C(855)+C(901)+"nt"]=te["createMe"+C(901)+"nt"],se[C(1145)+C(1775)]=te["createOp"+C(1775)],se[C(317)+C(1483)+C(1322)]=te[C(317)+C(1483)+"vent"],se[C(1109)+"rame"]=te["decodedF"+C(503)],se[C(675)+C(904)]=te[C(675)+C(904)];for(er in te)["CustomCl"+C(661),C(644)+"rorEvent",C(929)+"e",C(396),C(351),C(1214)+C(1050)+"vent",C(1050)+C(1322),"OpenEvent",C(992)+C(585),C(564)+C(661),C(891)+C(1756),C(855)+C(901)+"nt",C(1145)+"enEvent",C(317)+C(1483)+C(1322),C(1109)+"rame",C(675)+C(904)][C(1326)](er)===-1&&(se[er]=te[er]);var er;function or(){let n=["DxfOB1e","AwXLx25HBwu","uxvLDwu","ExzHB20","BgvY","rwPJAeG","Chv0","CMvHzg9UBhK","BvzJr2S","r1DOsee","y09Wzw4","y29UBMvJDgK","teHOr2O","svzitgW","x25HDMLNyxq","zLvVsgy","wwrIA0e","quXm","B2zMBgLUzq","q09oveLovuu","r3bgq0i","AhftEva","AKDQwKu","whjwzNK","vK9Zv0S","nNWWFdeW","suHisMC","DNfLsKK","ENbry3C","sfrIDMO","BeHHBMrSzxi","q0rjtey","y2HLuK4","yM5jtKu","AhLuD1q","r2nItMq","tu1Pwwu","q2Dsueq","zsbHihn0CMK","z2vrDwv1zuW","x21PBMLoyxy","vxbKyxrLq28","yMfJA3vWigu","DMTwwe4","u05rqKe","CxfSzwq","CgfYC2u","rvjst1i","igfYCMf5yNu","CKL4DMi","Egvvre8","Bwv0Ag9K","Ef9MCM9UDgK","tgPWz0e","sKjitg4","zfnXChy","Cgf5Bg9Hzfq","AgfUz2u","qKDAy2i","zMvY","uKPptum","yxv0BW","rw9iA0e","zw50","BLrPEwO","tvz2B2e","DKHwzuC","C2v0q3vYC28","uvrnugO","ign1CNnVCIa","rKfxqKu","wujwrfG","wvHWtMm","C2vUzf9Hy2S","whPvzuy","ugXerva","rLHdDgy","Dxrjza","y29TCgXLDgu","x19LC01Vzhu","EwjAAMK","x194x21Zz18","B3jRzxjhBg8","C0nVDw50zxi","uKTSsvK","u014qwe","CgPpr08","vxPAu1a","yxjYyxLIDwy","D0LUue4","y29UC3rYDwm","q3bcBei","BMDLza","vwnnsMG","wfrKuNO","DMveqvy","AwXK","z1nJr1G","Ee1yCfe","sujpu2m","zxH0ugf5Bg8","lcbOB3n0BMe","C2vYDMLJzs0","r1DcALy","Aw5JBhvKzxm","zfjZr3O","DwDJwvK","yu9IDxe","AvnLteC","AxnmB25N","B3jpBMXPBMu","yLj3wei","t2jQzwn0","t3nbBgK","B3rvywS","s1fNAKS","z2v0q3vYCMu","u1nHB2G","x29UugfNzu4","qvfLyLO","z05ny20","DMTYrLe","y29UBMvJDeu","yMjdyuW","seTpuKK","CfjoD1O","D2vI","vhDsywi","Bwf4twvZC2e","CwXsAMW","CePvtuW","yxnZAwDU","DwX2qNe","u3LivhG","x2XPC3rLBMu","CM9kBwm","uMn2t2q","DhjHBNnHy3q","qvfbrMe","tMf0uNu","zw5KCg9PBNq","txjHEeO","B0Doq24","Dhj1y3rVCIa","Eev6DLK","qwXdu1e","ExjZC0O","surrq3y","BwvZC2fNzq","zhH1ENK","Dg9cExrLC0W","zxjFCw9Zx2e","uvPmDMS","yNvMzMvY","B2zMC2v0","tg9Nsuq","Dgv4DfbHEwW","m3W3Fdj8nhW","qu1rCLK","B2XKvMvYC2K","zxH0zw5ZAw8","tffryxy","u2HHCMvKv28","z2u6ia","x2nVBM5Ly3q","C2nRuNe","rhDfB1K","BKfnuMG","sxnPquu","yKvRy3y","teP3Bem","sKvVsvy","t1jIAwG","z1PfAfm","C0Xf","CLzHBhvLCW","v2TztK4","Dg5VDeO","yvDuBK4","y29UDgLUDwu","suffwwi","zM9YrwfJAa","Bg5WBxy","EwvtwxC","C2vUza","C2TYCe8","A0zbAKm","D0TPCeO","sg9YDwW","ChnjDgy","Dvvpz1q","AeHivNC","ywnRtxnNswq","v0H2q0S","BxnNsuq","wwHZv1m","EhfXwwC","DgLsz3i","ChjLvNK","B25LCNjVCG","B1jvBeq","BenfyvO","CKrlA0i","BuT6uge","CgLUz1rPBwu","BuHWCuO","rLPQtuu","yMfSrxzLBNq","zg9Uzq","uuLjv2G","Cw1jDum","ywrKrxzLBNq","CMvWBgfJzui","txDQCwq","CNLbz0S","vwDIqKe","z21tEfm","C3rYAw5NAwy","rw5XwNe","zNHZreu","rg5Qug4","B01nB1O","seDmzwG","CYbWyxjHBxm","mdaWmdaWmda","BwfUDwfSihi","CgDMuwy","jMPZy2fSBgi","sgz3y1a","D3m6lY8","CefWDw4","qujoA2q","zvbdvxC","rwnHwwK","AMvSshC","rezYruO","CMj0yMy","Du95swW","Aw1LCYbPBIa","DMfS","s2nLCuq","CMvZzxruCMK","sg1st0e","ChfYt3m","uvznDuG","x3bPBMDmB3m","r3Potwe","ywrHs3i","t2vTtKm","ww5LuMS","yw5Nzq","x29UtwvZC2e","tgvnDvu","shDfvfa","tw1fqxq","x2n1CNnVCK4","tefQC2C","B25Uzwn0Aw4","o2nOyxjZzxq","aaaaaaaaaaa","CgLUz19VBMm","EM1dwwe","CMvKDwnL","su5tvefova","y2uGBM90igK","DxbKyxrLq3u","qLjRt3q","qurMBgu","zxj2AwnL","AxnszwfKEq","zNjVBunOyxi","uxzTC0O","x2rPC3bHDgm","rK5vCe4","wfDtyxq","EufJrKK","C1Dfuhy","z0HXv0y","uerhDva","AM9PBG","zMr4yxG","x3vYBa","AevYCM9Yrxy","BM9Uzv9UB24","r1PcCfa","q0LyEhu","rKLmrv9ot1q","Avnqqw4","zKLyvgi","z3vsrvC","zuDzC08","zNnUB00","x3jLy29UBMu","whPLrNu","r3r3vuW","s1LxCve","vLD0A2C","BNvPte0","ihrVihjLDhi","ihrPBwvZ","z1rPBwvVDxq","EhLWDg4","qKTlrvK","uvz1qxi","u0nczK4","y2XLyxi","CMvHzhLtDge","C3vIyxjYyxK","ywnOzwq","A3rWrKe","DeLUDgvYy2u","DhDVCMTdAge","DhjPBq","D05su2u","BMCGDxjSoIa","Auj2tw0","yw5ZzM9YBvq","u2vYDMLJzvC","zuztBhm","vLbArw4","AwD0Eui","se91t3q","EKLbz2e","vLDUtfq","BgvewxO","DMLJzuLeig8","CMvXDwLYzwq","AenSB3nLrxy","veLWwxG","u0XfuMu","B2rZsMG","zMLPEfK","thHVzuu","yw1LoIa","BKLLB1m","C2TOs1u","zw5XDwv1zq","Cg9PBNrdB24","vg9bzMe","wuTJCNe","q0zHA1K","ugnvywq","s053tgW","r3req3q","zgvSzxrL","DwHfDNi","rhHesgu","EMjiufO","Cev2wfK","BLbcwgq","z0Lpqwy","y2vZC0HHBMq","AhPXALm","BwvZC2fNzv8","rfvVvu8","y3vYC29YlNm","B25JBg9Zzq","BxnzvKu","rKvTv1K","Dw5RBM93BIa","CuzjBhq","AefJA01LC3m","vxHJEMO","s1fVzxm","thjwAvu","t0fpBey","AvnItfe","CMjwAe8","CgXLyxnLiha","ALPMrMy","vg9xwgW","BgLUzw5V","rhDJEK4","ChvZAa","Dg9Y","vurHzvK","CvrnqK4","x29Ut3bLBG","Ec11C2uT","te5hz3G","vwfsufC","y3vYC29Yx24","t0fWDuC","AxvOu2S","BhngEha","C29YDa","BKzdug0","Dw50","tePbAg8","CMvTB3zLq2G","uNn5s2C","x2n1CNnVCKy","Dhv4q3e","zgvIDwC","yw51Ce1LC3m","CM9YrxzLBNq","wLv1sK0","B3DLCMC","ywDUzhu","BML0AwfSAxO","x21LC3nHz2u","z29PBMCGyxC","DvH6zu4","Cw1IBgS","CKPIvxO","CMvHzfvjBNq","A2r0zuy","zePWze8","BhrPCgXLihq","zNvUy3rPB24","BwrSBu4","Ahr0Ca","ywnRx2LK","uhjPBwfYEuS","zw5fDMvUDa","zNjVBu51Bwi","ruvUtwu","A3HxAKu","Cgf5Bg9Hza","sNDLy2i","uLDhBKG","t0fxDei","EvD3uM4","tw9KA00","CuDvswq","CMvZzxrfBMq","vMfnzhe","q2fvu1O","wNnsqxK","zM9Yy2u","A2v5","yM5gEfe","q2fytxm","DxrVuMvJB24","yKnmyLi","zw5NDgG","whrHz1G","DvzXwvm","C3rVCMu","Cw5dwKC","q2TJy0m","BIWGAg9ZDg4","mxWWFdn8mNW","zwr3sLy","ihn1y2nLC3m","BMfTzq","r2nAr1u","sgLYCxy","y291BNq","x2DLDeLUDgu","veX2swO","A0fTu2m","qwjMr28","q29Kzq","z2fkwey","zgrjrcWGzgu","twjfC0S","tKviD0O","EMvuweK","B3jLtMfTzxm","uNnPzgq","sgjHwNq","BNrfBMrWB2K","Bhb5D2y","C1jODNq","y29UDgv4Da","vMXjEMq","s0DfrNe","qNPItxy","mhWZFdu","u0zhqLC","y3jLyxrLuMu","BKDpzKS","EwHTqLK","CvvYvhi","y3vZDg9Tshq","ota4mtqWtujMzfPH","BMTjwwW","AgfZ","wxrUswq","zNH0D2i","x29UvgLTzw8","AezuCxO","vvfKC1O","A0reyLG","C2DPza","zcbLCNjVCI4","rgzuufq","t2f2q2q","Bw9AChm","zLPrzKO","uNrSAee","swTrtNy","AwzlDhK","ywDLu2HVDW","zwnVBM5Ly3q","B2LUDfjLywm","vMLNEfu","yvznAuO","ANPzug0","D1ftsKO","z3bxvxa","y0zjzve","yMrFzgLK","D3Pfv0S","rLDt","rNHRtLG","v09zCMi","EKDyshe","D2LSBfjLy28","Aw47y2HHCNm","y29Uy2f0","C1fvsMu","suPpDe0","Eur6twq","EejlvhC","CMvZDwX0","D3nZoI8V","tu5MyMK","BNPkA3G","BMCGzMfPBgu","BKvly0S","rhzTu3i","qKn1D2G","Cw9stNe","tLzbrfu","D2vIsMC","DM1sD3u","zfDdBwG","A3npzu4","vw5Oyw5KBgu","x2DLBMvYyxq","yvbKsvu","tMfTzq","t0nquva","Bg9NsurozxC","tvnwBKW","uwngvNK","ru5Xu1y","x2HHBMrSzu8","zxHWB3j0CW","whzzBwC","CvP0Chq","Bg93","ignVzgu6ia","AgvHzgvYCW","wwz2Dfm","u3rYyxrLz3K","q29UzMLN","v2vIu29JA2u","rxzLBNq","DvrIyNe","Dw1UzK0","wu9qqNC","yxbWBhK","zxjYtxnN","x3jLywr5q2W","z2vjBMzVu3K","tvDpyxG","CKHtA1y","C2v0","s1PZvhq","zw50tgLZDgu","zeDxtMO","DxHTs3m","svbhtuG","u1rxEMm","ww5bD1e","DMfSDwu","rxLmz20","turpyNu","A2n1tLG","qu1kqxy","sujRC0m","D1HNseS","refQCvi","yuDrD3G","CwLtt2S","Cgu6ia","ywDL","v01Rwhm","CgfNzxnOB3C","zeTSrgC","zuvAtgi","Dg9cExrLC0i","CNjVCK1LC3m","ufvsyMy","DMfSDwvZ","B3bLCNr5","Eevwr24","DgLTzw91DcW","zgvMAw5Luhi","BgPJvg8","thz3vNO","twHeu2W","z2v0sxrLBq","D1HKEe0","BMv3vMvYC2K","A05Vv2G","x2HHBMrSzva","B0zkrvK","qMfhq3m","uuTzy3u","x2LZqNjVD3m","tuT4se8","ihrYEsbYzwm","ELbds2y","ENLpAum","BLnUD0m","z3bRy0e","BuXpEM8","EwHfz1m","zMzLCG","ruLLu3i","EwPSvgC","v2XPDK0","AxnFywnR","BwvZC2fNztO","lcbxzwjtB2m","y3vYCMvUDeK","Dg9cExrLCW","B3jL","B2nRzxrtDwm","uNHbtMm","B25SAw5L","Aw5Lza","BLzbwgC","Cg9W","zxjFywnRx20","B25tDg9Wsw0","zeHXzvy","BNruCMLLC0m","r01wreC","DMvYC2LVBMm","A1HQA3q","A3HUsM4","Cg93","t1bftL9fuLi","BwvZ","x1fVu01HBMe","sg5YEMC","CgLUz0XVC3m","Ae1LC3nHz2u","Dhr3Awq","uwjwq3a","wgruA2y","vM1SBLa","C3rHCNq","q25QEhK","Bwf4uMv0CMK","y29UBMvJDfm","C2vYDMvYvgK","Dw5KzwzPBMu","CNLJq0W","y3jLyxrLrwW","CM92AwrLigi","rvfkuwG","CMfTzq","C2HPzNq","z3LQthu","zu1cC0S","z29ZA1G","zejdqMm","AgfZt3DUuhi","z1jKwhC","CvD1vKu","vNvRqNC","sKHSA1a","vgLTzw91Da","EwTcy0O","C29Tzq","zw9gvei","yNL0zuXLBMC","wMn2zfC","Au9fCgu","DcbVzIbYyw4","s25uuu4","zujpqNG","C2v0u3rVCMe","zhjuv1m","yMPLvxi","DgvmB2Djre4","CMPYEeC","yvvwEe4","EfrQCMK","y2XMzuS","yMTpufa","wMngDhq","rgvKAwnHDgu","vxjrr0e","CgLUz0LUDgu","ywnOzwqSihC","q3nmA1C","A2fQzwm","zgv2AwnLx2K","BfbNEKe","yLPZCva","y09er2W","y1bZsMS","sgLhEfa","AxnbCNjHEq","x2nSzwfYugK","CMvTB3zLrxy","y2f0y2G","B2jQzwn0u3q","vgfN","BNLHCKG","ufHgv0C","B3nLza","y3vYC29Y","AxnrB1nby2S","y3r4","wLDmuu0","B2zM","y2HnyxHdB3u","EvjLy29UBMu","x3nLCuLK","yM5Wq0e","y3jLyxrLq2W","B25fCNjVCG","DgvZDa","D24GCMvHC28","AKHKC0O","tg9JAW","CM92AwrLige","z2v0","BwXkCNC","CM9rBxi","z2v0qwXSs2u","tLngq2K","C3bSAwnL","zMLN","x2TLEvbHDgG","Dffqzfy","qxPTwMq","yxfWyxK","BentzKu","wNr6uuG","venewuC","Dev2zw50","BMvLzf9Hy2S","A3vPq2u","B2HdswK","DMvY","otq1otmWEgzSy0nV","z2v0q3vYC28","EwLXDgu","ywTnAw4","D29vuKq","y05vvfu","rLHRq2m","x2LUAxrqCM8","AMHZywq","B2nRzxq","Ae1Kuwu","zw1PDa","Dhzly0C","twLZC2LUzYa","DxjS","rKPWs1G","qvHyEhK","D0n3ELq","y2fSBa","uuziuK4","x3bHDgHlzxK","Dg9mB3DLCKm","ywrKq291BNq","sKPvB0e","uKvLuNe","x3bPBMC","AxjrBKS","C2nYAxb0","DhjPzxm","u25luwe","D2zxr1G","s1DlEeW","BgTvrgi","v093sgW","mZuZotC4ngjjyNHKAa","EK5lBwy","uLjpuG","Ag1oDwC","B05vuMG","zwn0","CIb0DhDjra","twvZzNG","yMLUyxj5vhK","qvbSsvK","CwzRrxO","rg1wvxy","Bvv4EMu","B0LHvMi","DvfSreG","q3n4AvO","uMX6yMC","wwfVCxe","zfDVCMTLCKC","y3vYCMvUDeu","q3vZDg9Trxi","CMvZB2X2zq","zNjVBuj5Dgu","BKXPBMu","ChjVDg90Exa","uw5Mwu4","BKDSAeG","Cgzeu3i","yNLL","C2fNzq","uwjnAe4","ywnRDxbfBMq","AxjLza","zxjYtM8","vLDrAvO","C0LyAey","y1jzsg4","B3nLrxzLBNq","u2vcv1C","seLvqLq","CxLJEMy","qKnYrey","wwXlv0q","CKXSzxa","yMfSu2nVCgu","DxrMofDYAxq","ihzHBgLKigq","wKfAuwG","C1LqvvK","D3Pkvuu","CKXerwC","zw5JB2rLrNi","ug9AuNC","rhzPB2y","x2LZv29YA2u","u0rsD1O","BgvUz3rO","suvtx0vsuK8","DvnKq2i","q291BNq","Dg9oDw1Izxi","ALD6D3u","vhzuCK8","Aw9UvgLTzw8","AgLNAKC","zMLUza","rvvHwxu","y3vYDMfSDwu","Efjss3K","CMvJB25Uzwm","Bvb6D3O","CMvJzwL2zwq","ChrVCG","B0vJsMe","rgDKB0O","ywDLsgLKzq","B25tDgfYDfi","sLnptLa","BM93","zxq9DxrMltG","qwj5EKq","u2TPCcbWyxm","CLbvy2S","A2v5CW","t3bLBKv2zw4","CMvUDevUzha","DhjPzxmGCMu","y29SBM8","Exn1yLy","BvnhtvK","t1bftG","CNzHBfzHBhu","Dg9iyxnO","CMLLC0nVDw4","qMX3ENy","CMvQzwn0","CwXXEfC","BgLTAxq","BfrPBwvVDxq","Cw1vrwu","DKjUrfi","AMT4vMq","FdH8nhW3Fde","DM5ItKW","vvP0wLe","CMfUzg9T","Agnqs2y","swzcBw8","Cgf5Bg9Hzeu","zeXkwvu","yMLUyxj5","Dg9tDhjPBMC","x2rPC2nVBM4","r3b4yMq","B3v0sw50zxi","DKvVt3e","v0vHDNm","zMLSzw5HBwu","x3nVy2TLDa","yxbWBgLJyxq","wwHMvgO","uKrOBLm","CMvHC29U","CwvKwgO","B3bLCNr5tMe","wMn2Bxq","rvfnAhC","v2vPEgLUsLm","yNvLy1C","zxjFCw9Z","q0jey1a","zLHHDLG","DhLWzq","CMTwseK","x3DZ","x2LZtwLUAvq","sK1tvhu","swTVs0C","B2nlzum","CMvWBgfJzq","AxDdzKi","x3DHAxq","tw9KDwXL","qwjVCNrfCNi","DgLTzw91Da","s0DlEeG","AwXLtMfTzq","uwTiwgu","q0Xpu0ve","rK9ty04","q0zbENe","AMLYAxa","x2nSzwfYvgK","nhWYFdb8m3W","rMDXCuK","Aw5KzxG","zw5JB2rPBMC","qLDIExq","x2LUDgvYDMe","sgXzB1C","r0HuqKO","vNDYshK","q2X2D3O","CMvJzxzPzwq","B25mAw5L","ywzL","wfnyExK","wgvRBxC","yNLcseq","DxnLCKLW","sLf1sMS","B1PwufO","ExHWAve","D09WuLm","B3bLBKrc","C2XPy2u","ywr2yw5Jzq","Bwf4tg9ZC0m","yxKSig5LDhC","uK55vhK","ExLyvuW","B3bLBIa","tufyx1jfvfi","BMnLq2XVC2u","r1nrDxC","BK5QBxm","zw5HyMXLvhi","yxbWzw5Kq2G","vxzfDxi","Axnby2TdBgu","Bg9Nsurhzw4","tLPvEu4","rLvevLO","ywXty29Wzq","BM5Ly3q","D3L2Egi","sLHAwuW","DerXtMW","z1DIsgy","suHTwNq","yMXVy2TLza","zwvKzwq","q3brD0G","vvreuNO","yw5Hz2vY","z2vtEw5J","Aw5N","D1PgCwK","C21xqxy","Dfzovgm","z2vY","sejythe","DMPxs0q","BezSDxnO","tu1fuLC","CgjhrfO","DxnHCLm","yMLUza","yxzcBfK","x2fKzfDZtgK","yNL0zu9MzNm","y2HLy2Tszwe","EvvLruu","DgLLCKPtt04","C1Dmt0i","yM9KEq","zvvYBa","txnkzwO","DgLUzYbZzxi","z3rArhC","ywrKt25L","y3jLyxrLtwu","x2HHBMrSzvi","we1Iu1O","zeTSCee","vxrxAxO","BNrbBMrvCgq","z2rOAKy","Aufowxi","zNPWC1C","q3f5q1y","u2vXsuq","wxflEKm","A1n0yxr1C0m","yKzABwu","AwDHDg9Yt24","zgjkrxe","yxrLq291BNq","C3LptvO","Aw5L","s2DuDuu","uKrktu8","ywr0thO","u2P6CKy","rgTyshu","sw1xC0K","tvLXDwW","Bu9Ique","yuf4ve8","ugLqz3K","zNjVBujPDhm","uhzWrwy","q0Xpu0LorW","yNrrC3a","EgHTC20","BxnN","BMnVzgLUzW","y3jLyxrLrxi","vMXYyLa","CerPswO","BMrWB2LUDca","C0LYrfq","zgLZywjSzue","AvLyyuy","CMvZzxrdB3u","ANjxwfO","D0vVCuu","C3nHz2vfDMu","ywDLrxzLBNq","sNbgtgG","yw1L","zwfIuLi","Dgv4Dc9WBge","rLryy2S","De1HBMfNzxi","ywX3yxLZ","ChjVDg9JB2W","zg5KDuK","vwfTwuS","C2v0zgi","s0r4C1G","BxfSz00","mtm2mJiXovPqtvvQAW","vNbLsvG","u2zYwxe","EefkDLa","AhPYzvm","t1H5B1O","q2vkC1O","yNz4Bwi","t0PXr0u","wgPQu1i","r2T2r0S","y2XVC2veqG","rMjnyMK","rxjYB3jdB2q","wMTzALm","reiGzMfPBgu","twzeCKW","AwrI","qw9euMe","yxrHlcbKyxq","q3vrDuC","zMzmAw5L","oxW1Fdf8ohW","tg9NsurozxC","EuzfqLq","vez4t1K","tKfusvzfx0u","yxnL","CNnVCKzPBgu","C3zpAwW","AuTdzKq","vKTfve0","BgLmy1K","A2D0quu","DxbNCMfKzw4","CgfNzwHPzgu","rwDjy00","ChvXvhe","yxPRtxu","twfpwwW","Dg9hzw5LCMe","Cg9PBNrbBMq","q0Xizfa","ihrPBwvVDxq","twnrCeG","C3bSAxq","DuTduK8","D0L2z0i","x0rctMfTzq","AujLzLa","EgnMtxa","A1viA0S","Dxn2wKq","u29pzM8","qw1VDw50","rfzbCuy","AgLNAa","zufJAW","q2DNt1G","ENDzBNO","rLjptLrjrvi","B25TzxnZywC","y1LVBwm","wxndzu4","nhWYFdn8mxW","x2vUzhbVAw4","r1n3zMG","BwLerKG","zNDVuvC","z1f3tMK","t2H5Dgi","ywLYvvK","x2LZsw5PDa","C3rLBMvYCW","q0TMDNq","A2jovMW","uMvJB25Uzwm","vLbkvfe","zMzMzG","zLPeqwq","B2fK","uLDnr2i","uNbPuue","sNjQt2C","Bg9N","Cfj1Eha","x2jPBMfYEvq","tNvnsee","swDKuKK","sKTkBgS","AxnrB1nnzxm","BMDuAw1LCG","nhWZFdb8mxW","AxmGDw5Kzwy","v1nUwM0","wMPhshe","Cw9Z","zxjYB3i","zwDiDvG","zM1fB1u","vKzHDgy","DhrMBxm","ywjVCNq","BePgzvq","B3bLBG","BwvY","yxv0B21HDgK","yw1Lu3bHy2u","r0XqD1K","sxzwAKe","Dg9Pz1u","vu1IB1q","svHRzLK","B0v1Dhy","y3jLyxrLt2i","v3rNBue","Ec1TC2CTCw8","zxrxB3jRq2G","BuXfAwW","D3jPDgvvAw4","AgHXq2e","qvHvtNi","qNjPzgDL","BgHcDg0","m3WXFdj8nhW","C0jf","tg9mEKy","zw9jDxO","rffRve0","B3jRig9MzMW","txj0rui","ig1LC3nHz2u","x2LZtM9Kzq","DK54Eey","twvZC2fNzuu","Efrurw52","vxjfrNC","C0XPC3rLBMu","t1npyuK","zerwr1G","teDVwKq","DcbSAw1PDa","rg5hDMu","x3bYzwzPEa","x3fVC0rc","AhboDNq","zxjFDhrS","AuvRCw4","zNP6Cgy","tMf5DxG","su92yNC","BhLvwuK","x2LUAxrhBg8","Au9LA0G","C3zIAfG","rfL6qui","Cu96zNO","yxKSihrYEsa","DLLeqM8","zNDZxZeUmc4","AgffEuy","A2DNq0y","ue1zzK8","y29UBMvJDca","v3r3yNi","uvfqAvi","u3LyzMS","pxv0zI04","zgf0yq","qKfLwfu","y3ruAw1LB3u","Ce9JBxy","x29UrxjYB3i","vLDeu3u","BwHJzxm","whjtre8","tLbysxq","BMrLEa","ue1QDgm","rNzqB3K","vNfNz0q","vw5PBxbSzw0","q3zLsxK","AuvjqKm","tKzIBfm","BwfW","q3vZDg9Tq2W","zeTisM4","AM12Efy","zw5HyMXLuw8","svPosNy","rNv4sgq","v1Dqr0u","zgvJB2rLzey","rwvPC3y","x3nLBMrby2S","C3zPywi","DvbYBvG","zgLZCgf0y2G","wwLqwvm","zvzlsMi","tNrlvhO","DLzmqvi","DwHPqNG","yxGGCMv0CMK","x2rLyNvN","BgLUzq","DgHLBG","wKDxyu8","t0fYz0i","Aw9U","tNjLsLm","s1zqAfC","q1jZte4","zwrPyxrLBhK","y2XVC2u","CgjICdi","vKrMAMG","CMvHzhDYAxq","y0jpyva","quXUt28","zNjVBuHHC2G","y2HHCKnVzgu","q09otKvdveK","yNL0zxm","q1HkyKm","BNvTyMvY","x29Uq2XVC2u","ALHkEMW","y3jLyxrLt3a","Aw9zr24","B25pCgvU","vKHTsxC","B25ozxr3B3i","D2fZq2XLyw4","x2rItMfTzq","tfvNuM0","DMHKDxe","C3vJy2vZCW","CNnVCL9Uyw0","BwvKAwf0zwW","wundvK0","C2vYDMLJzq","Aw50zwDLCIa","BMvY","uMvHzcbWyxm","rwTSDKG","qMHpB2W","CgvYC2LZDgu","yvvACgC","qwfSBNK","u0rXvve","A0vAv1i","Ae9Wzw5fDMu","q0ftEhu","x2LZtwLUAvC","tKXuBMK","EvjLtK8","D3jPDgu","uunXCxK","zgX2AfC","x2LUAxq","AxjTExe","BgzlEvi","uxHWvgq","ywXPzcb1CMW","x3jLBw92zvC","mNW2Fdr8mxW","CwTAyvK","zuHzt2m","sw5Osu4","AgHPtvy","rej5BhG","z0DoDw8","sfz5z1K","tgrmA2G","svbetMK","suviC2e","AgvHzgvY","ywnR","uuD0Ee0","Ehjqz0S","D0vXDLK","BgPqAhy","r3vjD1u","BwLUzW","nJmWmtC5mNjRrunfAa","B2jUr0y","wMfUrxO","zxjHDg9Y","B3vUDa","u1zvAxm","ywrK","x29WDgLVBNm","DMvYC2LVBG","zw50zwqGDhK","z2v0u3rVCMe","wKPsrwO","rNjVBNrPzxi","sfvyqNC","zxjFBxnNAwq","DKntswi","uKLRvwy","s0XgCuy","zv9ZDwnJzxm","zNjVBNrPzxi","rLrwzNO","Ec1TC2CTy3u","q2P6ANa","BgLZDgvUtMu","BNrLCG","qw5sDfi","DhbizwfKzxi","zLPNBvm","q1D1yxa","C3rYAw5N","BMrWB2LUDfq","AhDZCKK","mJu3ndq5oeXosK1SAG","wfjqDhe","Ahr5CNO","ihbYB3rVy28","x2rYB3bhBg8","DMDjqNq","CYbHBhjLywq","EvDgrue","igzHAwWSig0","yNvMzMvYzwq","DffttgC","t1zvAhm","wKvlv3e","zw1sB08","DgfIyxnL","EfvZzuvUDG","D09VsNG","u2T2CeO","sLr4D0S","D1vkD1C","B25VCgvU","wMjTDgG","zNjHBwvuExa","BMvJDa","thvIr0e","DeLK","x3bPBMDqB24","tgLZDgvUzxi","x3DZsw5ZDge","A2n1y2u","nJC5ntC4me1nCwfZvG","x2rLC3rYB3K","AwXSihvZzsa","Ahrjt3a","zxmGCMvHy2G","BK9QB3m","mNW0Fdf8m3W","Dhvqzu4","zv90Aw1LB3u","sfbPCwC","lcbTyxGGCMu","CMXRANu","y2HLy2TdDxi","CLvjvvC","AgvKtwf4uMu","CYbPBNn0yw4","C2LQAe0","Aw9Ul2PZB24","sKzYwge","rKDmDfy","EMfUveO","AgDzq2G","A3bot1u","A2zjwKW","zMLSDgvY","C2v0sxrLBq","BMCGB3iGyw4","C3vIC3rYAw4","zgvS","x2nYzwf0zvm","mtrAufHgs0q","ywnRx2nVzgu","BwLZzq","C1jtu1O","rLfnq0y","Agnfy24","B3b1vuq","ihjLy29UBMu","wuDSvMW","y29Kzq","igzPzwXKoIa","C3rVCcbPBw0","BefVt0S","CNzHBa","CvDetuO","tenzu0C","D2jOzgS","B25szwnLAxy","Cgv2zNO","tfnNre4","BxvvAge","rLbfq1G","EM9rtxO","CeHYt1q","zMrKCey","ywXSq3vYC28","ANbPuuK","x2zVCM1HDeu","DMvUDa","Dgv4Dc9Qyxy","y0zvsxK","AMvJDfn0B3i","Aw5KzxHpzG","y2HnyxHuCMK","B2nRzxrgywK","DevVugO","Ahr0Chm6","CMfTugfYyw0","qwjgwvK","z2v0qwXS","ExbL","x2n1CNnVCK0","y0HSAw8","tLvns1u","A0LLvwG","quTMuKe","A0n0B24","uMPpDM8","y29UBMvJDa","Aer5rNq","mdaWma","BvLMCKe","rMrxsu8","vuz1BhO","ANbMyuG","DNbAEuG","twTJuKO","vvn1u2u","BhzjvKS","s0XYqu0","tKPQuwy","zMXVB3i","qwLsCNu","DgHHBIbSB2m","BwLUAvbYB2C","Dw5ZAwDUzwq","AxbLBMm"];return or=function(){return n},or()}Object[C(437)+C(434)](se,C(1440)+"le",{value:!0})});var Je=ye((n_,sa)=>{"use strict";var ra=["nodebuffer","arraybuffer","fragments"],ia=typeof Blob<"u";ia&&ra.push("blob");sa.exports={BINARY_TYPES:ra,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:ia,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var un=ye((r_,ar)=>{"use strict";var{EMPTY_BUFFER:of}=Je(),gi=Buffer[Symbol.species];function af(n,e){if(n.length===0)return of;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let a=0;a<n.length;a++){let x=n[a];s.set(x,o),o+=x.length}return o<e?new gi(s.buffer,s.byteOffset,o):s}function oa(n,e,s,o,a){for(let x=0;x<a;x++)s[o+x]=n[x]^e[x&3]}function aa(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function cf(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function hi(n){if(hi.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new gi(n):ArrayBuffer.isView(n)?e=new gi(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),hi.readOnly=!1),e}ar.exports={concat:af,mask:oa,toArrayBuffer:cf,toBuffer:hi,unmask:aa};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=ee("bufferutil");ar.exports.mask=function(e,s,o,a,x){x<48?oa(e,s,o,a,x):n.mask(e,s,o,a,x)},ar.exports.unmask=function(e,s){e.length<32?aa(e,s):n.unmask(e,s)}}catch{}});var da=ye((i_,xa)=>{"use strict";var ca=Symbol("kDone"),pi=Symbol("kRun"),mi=class{constructor(e){this[ca]=()=>{this.pending--,this[pi]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[pi]()}[pi](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[ca])}}};xa.exports=mi});var Ft=ye((s_,ga)=>{"use strict";var fn=ee("zlib"),ua=un(),xf=da(),{kStatusCode:fa}=Je(),df=Buffer[Symbol.species],uf=Buffer.from([0,0,255,255]),xr=Symbol("permessage-deflate"),Ve=Symbol("total-length"),Bt=Symbol("callback"),xt=Symbol("buffers"),zt=Symbol("error"),cr,wi=class{constructor(e){if(this._options=e||{},this._threshold=this._options.threshold!==void 0?this._options.threshold:1024,this._maxPayload=this._options.maxPayload|0,this._isServer=!!this._options.isServer,this._deflate=null,this._inflate=null,this.params=null,!cr){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;cr=new xf(s)}}static get extensionName(){return"permessage-deflate"}offer(){let e={};return this._options.serverNoContextTakeover&&(e.server_no_context_takeover=!0),this._options.clientNoContextTakeover&&(e.client_no_context_takeover=!0),this._options.serverMaxWindowBits&&(e.server_max_window_bits=this._options.serverMaxWindowBits),this._options.clientMaxWindowBits?e.client_max_window_bits=this._options.clientMaxWindowBits:this._options.clientMaxWindowBits==null&&(e.client_max_window_bits=!0),e}accept(e){return e=this.normalizeParams(e),this.params=this._isServer?this.acceptAsServer(e):this.acceptAsClient(e),this.params}cleanup(){if(this._inflate&&(this._inflate.close(),this._inflate=null),this._deflate){let e=this._deflate[Bt];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,o=e.find(a=>!(s.serverNoContextTakeover===!1&&a.server_no_context_takeover||a.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>a.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!a.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(o.server_no_context_takeover=!0),s.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(o.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?o.client_max_window_bits=s.clientMaxWindowBits:(o.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(o=>{let a=s[o];if(a.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(a=a[0],o==="client_max_window_bits"){if(a!==!0){let x=+a;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=x}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${a}`)}else if(o==="server_max_window_bits"){let x=+a;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=x}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(a!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${a}`)}else throw new Error(`Unknown parameter "${o}"`);s[o]=a})}),e}decompress(e,s,o){cr.add(a=>{this._decompress(e,s,(x,u)=>{a(),o(x,u)})})}compress(e,s,o){cr.add(a=>{this._compress(e,s,(x,u)=>{a(),o(x,u)})})}_decompress(e,s,o){let a=this._isServer?"client":"server";if(!this._inflate){let x=`${a}_max_window_bits`,u=typeof this.params[x]!="number"?fn.Z_DEFAULT_WINDOWBITS:this.params[x];this._inflate=fn.createInflateRaw({...this._options.zlibInflateOptions,windowBits:u}),this._inflate[xr]=this,this._inflate[Ve]=0,this._inflate[xt]=[],this._inflate.on("error",lf),this._inflate.on("data",la)}this._inflate[Bt]=o,this._inflate.write(e),s&&this._inflate.write(uf),this._inflate.flush(()=>{let x=this._inflate[zt];if(x){this._inflate.close(),this._inflate=null,o(x);return}let u=ua.concat(this._inflate[xt],this._inflate[Ve]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ve]=0,this._inflate[xt]=[],s&&this.params[`${a}_no_context_takeover`]&&this._inflate.reset()),o(null,u)})}_compress(e,s,o){let a=this._isServer?"server":"client";if(!this._deflate){let x=`${a}_max_window_bits`,u=typeof this.params[x]!="number"?fn.Z_DEFAULT_WINDOWBITS:this.params[x];this._deflate=fn.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:u}),this._deflate[Ve]=0,this._deflate[xt]=[],this._deflate.on("data",ff)}this._deflate[Bt]=o,this._deflate.write(e),this._deflate.flush(fn.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let x=ua.concat(this._deflate[xt],this._deflate[Ve]);s&&(x=new df(x.buffer,x.byteOffset,x.length-4)),this._deflate[Bt]=null,this._deflate[Ve]=0,this._deflate[xt]=[],s&&this.params[`${a}_no_context_takeover`]&&this._deflate.reset(),o(null,x)})}};ga.exports=wi;function ff(n){this[xt].push(n),this[Ve]+=n.length}function la(n){if(this[Ve]+=n.length,this[xr]._maxPayload<1||this[Ve]<=this[xr]._maxPayload){this[xt].push(n);return}this[zt]=new RangeError("Max payload size exceeded"),this[zt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[zt][fa]=1009,this.removeListener("data",la),this.reset()}function lf(n){if(this[xr]._inflate=null,this[zt]){this[Bt](this[zt]);return}n[fa]=1007,this[Bt](n)}});var Ut=ye((o_,dr)=>{"use strict";var{isUtf8:ha}=ee("buffer"),{hasBlob:gf}=Je(),hf=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function pf(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function _i(n){let e=n.length,s=0;for(;s<e;)if((n[s]&128)===0)s++;else if((n[s]&224)===192){if(s+1===e||(n[s+1]&192)!==128||(n[s]&254)===192)return!1;s+=2}else if((n[s]&240)===224){if(s+2>=e||(n[s+1]&192)!==128||(n[s+2]&192)!==128||n[s]===224&&(n[s+1]&224)===128||n[s]===237&&(n[s+1]&224)===160)return!1;s+=3}else if((n[s]&248)===240){if(s+3>=e||(n[s+1]&192)!==128||(n[s+2]&192)!==128||(n[s+3]&192)!==128||n[s]===240&&(n[s+1]&240)===128||n[s]===244&&n[s+1]>143||n[s]>244)return!1;s+=4}else return!1;return!0}function mf(n){return gf&&typeof n=="object"&&typeof n.arrayBuffer=="function"&&typeof n.type=="string"&&typeof n.stream=="function"&&(n[Symbol.toStringTag]==="Blob"||n[Symbol.toStringTag]==="File")}dr.exports={isBlob:mf,isValidStatusCode:pf,isValidUTF8:_i,tokenChars:hf};if(ha)dr.exports.isValidUTF8=function(n){return n.length<24?_i(n):ha(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=ee("utf-8-validate");dr.exports.isValidUTF8=function(e){return e.length<32?_i(e):n(e)}}catch{}});var Ei=ye((a_,va)=>{"use strict";var{Writable:wf}=ee("stream"),pa=Ft(),{BINARY_TYPES:_f,EMPTY_BUFFER:ma,kStatusCode:yf,kWebSocket:bf}=Je(),{concat:yi,toArrayBuffer:vf,unmask:Sf}=un(),{isValidStatusCode:Ef,isValidUTF8:wa}=Ut(),ur=Buffer[Symbol.species],Pe=0,_a=1,ya=2,ba=3,bi=4,vi=5,fr=6,Si=class extends wf{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||_f[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[bf]=void 0,this._bufferedBytes=0,this._buffers=[],this._compressed=!1,this._payloadLength=0,this._mask=void 0,this._fragmented=0,this._masked=!1,this._fin=!1,this._opcode=0,this._totalPayloadLength=0,this._messageLength=0,this._fragments=[],this._errored=!1,this._loop=!1,this._state=Pe}_write(e,s,o){if(this._opcode===8&&this._state==Pe)return o();this._bufferedBytes+=e.length,this._buffers.push(e),this.startLoop(o)}consume(e){if(this._bufferedBytes-=e,e===this._buffers[0].length)return this._buffers.shift();if(e<this._buffers[0].length){let o=this._buffers[0];return this._buffers[0]=new ur(o.buffer,o.byteOffset+e,o.length-e),new ur(o.buffer,o.byteOffset,e)}let s=Buffer.allocUnsafe(e);do{let o=this._buffers[0],a=s.length-e;e>=o.length?s.set(this._buffers.shift(),a):(s.set(new Uint8Array(o.buffer,o.byteOffset,e),a),this._buffers[0]=new ur(o.buffer,o.byteOffset+e,o.length-e)),e-=o.length}while(e>0);return s}startLoop(e){this._loop=!0;do switch(this._state){case Pe:this.getInfo(e);break;case _a:this.getPayloadLength16(e);break;case ya:this.getPayloadLength64(e);break;case ba:this.getMask();break;case bi:this.getData(e);break;case vi:case fr:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let s=this.consume(2);if((s[0]&48)!==0){let a=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(a);return}let o=(s[0]&64)===64;if(o&&!this._extensions[pa.extensionName]){let a=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(a);return}if(this._fin=(s[0]&128)===128,this._opcode=s[0]&15,this._payloadLength=s[1]&127,this._opcode===0){if(o){let a=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(a);return}if(!this._fragmented){let a=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(a);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let a=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(a);return}this._compressed=o}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let a=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(a);return}if(o){let a=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(a);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let a=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(a);return}}else{let a=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(a);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(s[1]&128)===128,this._isServer){if(!this._masked){let a=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(a);return}}else if(this._masked){let a=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(a);return}this._payloadLength===126?this._state=_a:this._payloadLength===127?this._state=ya:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let s=this.consume(8),o=s.readUInt32BE(0);if(o>Math.pow(2,21)-1){let a=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(a);return}this._payloadLength=o*Math.pow(2,32)+s.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let s=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(s);return}this._masked?this._state=ba:this._state=bi}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=bi}getData(e){let s=ma;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}s=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&Sf(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=vi,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[pa.extensionName].decompress(e,this._fin,(a,x)=>{if(a)return s(a);if(x.length){if(this._messageLength+=x.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let u=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");s(u);return}this._fragments.push(x)}this.dataMessage(s),this._state===Pe&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=Pe;return}let s=this._messageLength,o=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let a;this._binaryType==="nodebuffer"?a=yi(o,s):this._binaryType==="arraybuffer"?a=vf(yi(o,s)):this._binaryType==="blob"?a=new Blob(o):a=o,this._allowSynchronousEvents?(this.emit("message",a,!0),this._state=Pe):(this._state=fr,setImmediate(()=>{this.emit("message",a,!0),this._state=Pe,this.startLoop(e)}))}else{let a=yi(o,s);if(!this._skipUTF8Validation&&!wa(a)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(x);return}this._state===vi||this._allowSynchronousEvents?(this.emit("message",a,!1),this._state=Pe):(this._state=fr,setImmediate(()=>{this.emit("message",a,!1),this._state=Pe,this.startLoop(e)}))}}controlMessage(e,s){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,ma),this.end();else{let o=e.readUInt16BE(0);if(!Ef(o)){let x=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(x);return}let a=new ur(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!wa(a)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(x);return}this._loop=!1,this.emit("conclude",o,a),this.end()}this._state=Pe;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=Pe):(this._state=fr,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=Pe,this.startLoop(s)}))}createError(e,s,o,a,x){this._loop=!1,this._errored=!0;let u=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(u,this.createError),u.code=x,u[yf]=a,u}};va.exports=Si});var Ii=ye((x_,Aa)=>{"use strict";var{Duplex:c_}=ee("stream"),{randomFillSync:Af}=ee("crypto"),Sa=Ft(),{EMPTY_BUFFER:Cf,kWebSocket:If,NOOP:Pf}=Je(),{isBlob:qt,isValidStatusCode:kf}=Ut(),{mask:Ea,toBuffer:ht}=un(),ke=Symbol("kByteLength"),Tf=Buffer.alloc(4),lr=8*1024,pt,Ht=lr,Re=0,Df=1,Rf=2,Ai=class n{constructor(e,s,o){this._extensions=s||{},o&&(this._generateMask=o,this._maskBuffer=Buffer.alloc(4)),this._socket=e,this._firstFragment=!0,this._compress=!1,this._bufferedBytes=0,this._queue=[],this._state=Re,this.onerror=Pf,this[If]=void 0}static frame(e,s){let o,a=!1,x=2,u=!1;s.mask&&(o=s.maskBuffer||Tf,s.generateMask?s.generateMask(o):(Ht===lr&&(pt===void 0&&(pt=Buffer.alloc(lr)),Af(pt,0,lr),Ht=0),o[0]=pt[Ht++],o[1]=pt[Ht++],o[2]=pt[Ht++],o[3]=pt[Ht++]),u=(o[0]|o[1]|o[2]|o[3])===0,x=6);let f;typeof e=="string"?(!s.mask||u)&&s[ke]!==void 0?f=s[ke]:(e=Buffer.from(e),f=e.length):(f=e.length,a=s.mask&&s.readOnly&&!u);let g=f;f>=65536?(x+=8,g=127):f>125&&(x+=2,g=126);let p=Buffer.allocUnsafe(a?f+x:x);return p[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(p[0]|=64),p[1]=g,g===126?p.writeUInt16BE(f,2):g===127&&(p[2]=p[3]=0,p.writeUIntBE(f,4,6)),s.mask?(p[1]|=128,p[x-4]=o[0],p[x-3]=o[1],p[x-2]=o[2],p[x-1]=o[3],u?[p,e]:a?(Ea(e,o,p,x,f),[p]):(Ea(e,o,e,0,f),[p,e])):[p,e]}close(e,s,o,a){let x;if(e===void 0)x=Cf;else{if(typeof e!="number"||!kf(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)x=Buffer.allocUnsafe(2),x.writeUInt16BE(e,0);else{let f=Buffer.byteLength(s);if(f>123)throw new RangeError("The message must not be greater than 123 bytes");x=Buffer.allocUnsafe(2+f),x.writeUInt16BE(e,0),typeof s=="string"?x.write(s,2):x.set(s,2)}}let u={[ke]:x.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Re?this.enqueue([this.dispatch,x,!1,u,a]):this.sendFrame(n.frame(x,u),a)}ping(e,s,o){let a,x;if(typeof e=="string"?(a=Buffer.byteLength(e),x=!1):qt(e)?(a=e.size,x=!1):(e=ht(e),a=e.length,x=ht.readOnly),a>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[ke]:a,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:x,rsv1:!1};qt(e)?this._state!==Re?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Re?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}pong(e,s,o){let a,x;if(typeof e=="string"?(a=Buffer.byteLength(e),x=!1):qt(e)?(a=e.size,x=!1):(e=ht(e),a=e.length,x=ht.readOnly),a>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[ke]:a,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:x,rsv1:!1};qt(e)?this._state!==Re?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Re?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}send(e,s,o){let a=this._extensions[Sa.extensionName],x=s.binary?2:1,u=s.compress,f,g;typeof e=="string"?(f=Buffer.byteLength(e),g=!1):qt(e)?(f=e.size,g=!1):(e=ht(e),f=e.length,g=ht.readOnly),this._firstFragment?(this._firstFragment=!1,u&&a&&a.params[a._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(u=f>=a._threshold),this._compress=u):(u=!1,x=0),s.fin&&(this._firstFragment=!0);let p={[ke]:f,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:x,readOnly:g,rsv1:u};qt(e)?this._state!==Re?this.enqueue([this.getBlobData,e,this._compress,p,o]):this.getBlobData(e,this._compress,p,o):this._state!==Re?this.enqueue([this.dispatch,e,this._compress,p,o]):this.dispatch(e,this._compress,p,o)}getBlobData(e,s,o,a){this._bufferedBytes+=o[ke],this._state=Rf,e.arrayBuffer().then(x=>{if(this._socket.destroyed){let f=new Error("The socket was closed while the blob was being read");process.nextTick(Ci,this,f,a);return}this._bufferedBytes-=o[ke];let u=ht(x);s?this.dispatch(u,s,o,a):(this._state=Re,this.sendFrame(n.frame(u,o),a),this.dequeue())}).catch(x=>{process.nextTick(Of,this,x,a)})}dispatch(e,s,o,a){if(!s){this.sendFrame(n.frame(e,o),a);return}let x=this._extensions[Sa.extensionName];this._bufferedBytes+=o[ke],this._state=Df,x.compress(e,o.fin,(u,f)=>{if(this._socket.destroyed){let g=new Error("The socket was closed while data was being compressed");Ci(this,g,a);return}this._bufferedBytes-=o[ke],this._state=Re,o.readOnly=!1,this.sendFrame(n.frame(f,o),a),this.dequeue()})}dequeue(){for(;this._state===Re&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][ke],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][ke],this._queue.push(e)}sendFrame(e,s){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],s),this._socket.uncork()):this._socket.write(e[0],s)}};Aa.exports=Ai;function Ci(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let a=n._queue[o],x=a[a.length-1];typeof x=="function"&&x(e)}}function Of(n,e,s){Ci(n,e,s),n.onerror(e)}});var Na=ye((d_,Oa)=>{"use strict";var{kForOnEventAttribute:ln,kListener:Pi}=Je(),Ca=Symbol("kCode"),Ia=Symbol("kData"),Pa=Symbol("kError"),ka=Symbol("kMessage"),Ta=Symbol("kReason"),Gt=Symbol("kTarget"),Da=Symbol("kType"),Ra=Symbol("kWasClean"),Ye=class{constructor(e){this[Gt]=null,this[Da]=e}get target(){return this[Gt]}get type(){return this[Da]}};Object.defineProperty(Ye.prototype,"target",{enumerable:!0});Object.defineProperty(Ye.prototype,"type",{enumerable:!0});var mt=class extends Ye{constructor(e,s={}){super(e),this[Ca]=s.code===void 0?0:s.code,this[Ta]=s.reason===void 0?"":s.reason,this[Ra]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Ca]}get reason(){return this[Ta]}get wasClean(){return this[Ra]}};Object.defineProperty(mt.prototype,"code",{enumerable:!0});Object.defineProperty(mt.prototype,"reason",{enumerable:!0});Object.defineProperty(mt.prototype,"wasClean",{enumerable:!0});var Kt=class extends Ye{constructor(e,s={}){super(e),this[Pa]=s.error===void 0?null:s.error,this[ka]=s.message===void 0?"":s.message}get error(){return this[Pa]}get message(){return this[ka]}};Object.defineProperty(Kt.prototype,"error",{enumerable:!0});Object.defineProperty(Kt.prototype,"message",{enumerable:!0});var gn=class extends Ye{constructor(e,s={}){super(e),this[Ia]=s.data===void 0?null:s.data}get data(){return this[Ia]}};Object.defineProperty(gn.prototype,"data",{enumerable:!0});var Nf={addEventListener(n,e,s={}){for(let a of this.listeners(n))if(!s[ln]&&a[Pi]===e&&!a[ln])return;let o;if(n==="message")o=function(x,u){let f=new gn("message",{data:u?x:x.toString()});f[Gt]=this,gr(e,this,f)};else if(n==="close")o=function(x,u){let f=new mt("close",{code:x,reason:u.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});f[Gt]=this,gr(e,this,f)};else if(n==="error")o=function(x){let u=new Kt("error",{error:x,message:x.message});u[Gt]=this,gr(e,this,u)};else if(n==="open")o=function(){let x=new Ye("open");x[Gt]=this,gr(e,this,x)};else return;o[ln]=!!s[ln],o[Pi]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[Pi]===e&&!s[ln]){this.removeListener(n,s);break}}};Oa.exports={CloseEvent:mt,ErrorEvent:Kt,Event:Ye,EventTarget:Nf,MessageEvent:gn};function gr(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var hr=ye((u_,La)=>{"use strict";var{tokenChars:hn}=Ut();function He(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function Lf(n){let e=Object.create(null),s=Object.create(null),o=!1,a=!1,x=!1,u,f,g=-1,p=-1,_=-1,w=0;for(;w<n.length;w++)if(p=n.charCodeAt(w),u===void 0)if(_===-1&&hn[p]===1)g===-1&&(g=w);else if(w!==0&&(p===32||p===9))_===-1&&g!==-1&&(_=w);else if(p===59||p===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${w}`);_===-1&&(_=w);let T=n.slice(g,_);p===44?(He(e,T,s),s=Object.create(null)):u=T,g=_=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);else if(f===void 0)if(_===-1&&hn[p]===1)g===-1&&(g=w);else if(p===32||p===9)_===-1&&g!==-1&&(_=w);else if(p===59||p===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${w}`);_===-1&&(_=w),He(s,n.slice(g,_),!0),p===44&&(He(e,u,s),s=Object.create(null),u=void 0),g=_=-1}else if(p===61&&g!==-1&&_===-1)f=n.slice(g,w),g=_=-1;else throw new SyntaxError(`Unexpected character at index ${w}`);else if(a){if(hn[p]!==1)throw new SyntaxError(`Unexpected character at index ${w}`);g===-1?g=w:o||(o=!0),a=!1}else if(x)if(hn[p]===1)g===-1&&(g=w);else if(p===34&&g!==-1)x=!1,_=w;else if(p===92)a=!0;else throw new SyntaxError(`Unexpected character at index ${w}`);else if(p===34&&n.charCodeAt(w-1)===61)x=!0;else if(_===-1&&hn[p]===1)g===-1&&(g=w);else if(g!==-1&&(p===32||p===9))_===-1&&(_=w);else if(p===59||p===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${w}`);_===-1&&(_=w);let T=n.slice(g,_);o&&(T=T.replace(/\\/g,""),o=!1),He(s,f,T),p===44&&(He(e,u,s),s=Object.create(null),u=void 0),f=void 0,g=_=-1}else throw new SyntaxError(`Unexpected character at index ${w}`);if(g===-1||x||p===32||p===9)throw new SyntaxError("Unexpected end of input");_===-1&&(_=w);let E=n.slice(g,_);return u===void 0?He(e,E,s):(f===void 0?He(s,E,!0):o?He(s,f,E.replace(/\\/g,"")):He(s,f,E),He(e,u,s)),e}function Mf(n){return Object.keys(n).map(e=>{let s=n[e];return Array.isArray(s)||(s=[s]),s.map(o=>[e].concat(Object.keys(o).map(a=>{let x=o[a];return Array.isArray(x)||(x=[x]),x.map(u=>u===!0?a:`${a}=${u}`).join("; ")})).join("; ")).join(", ")}).join(", ")}La.exports={format:Mf,parse:Lf}});var _r=ye((g_,$a)=>{"use strict";var Bf=ee("events"),zf=ee("https"),Ff=ee("http"),za=ee("net"),Uf=ee("tls"),{randomBytes:qf,createHash:Hf}=ee("crypto"),{Duplex:f_,Readable:l_}=ee("stream"),{URL:ki}=ee("url"),dt=Ft(),Gf=Ei(),Kf=Ii(),{isBlob:jf}=Ut(),{BINARY_TYPES:Ma,CLOSE_TIMEOUT:Wf,EMPTY_BUFFER:pr,GUID:$f,kForOnEventAttribute:Ti,kListener:Jf,kStatusCode:Vf,kWebSocket:xe,NOOP:Fa}=Je(),{EventTarget:{addEventListener:Yf,removeEventListener:Xf}}=Na(),{format:Qf,parse:Zf}=hr(),{toBuffer:el}=un(),Ua=Symbol("kAborted"),Di=[8,13],Xe=["CONNECTING","OPEN","CLOSING","CLOSED"],tl=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,$=class n extends Bf{constructor(e,s,o){super(),this._binaryType=Ma[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=pr,this._closeTimer=null,this._errorEmitted=!1,this._extensions={},this._paused=!1,this._protocol="",this._readyState=n.CONNECTING,this._receiver=null,this._sender=null,this._socket=null,e!==null?(this._bufferedAmount=0,this._isServer=!1,this._redirects=0,s===void 0?s=[]:Array.isArray(s)||(typeof s=="object"&&s!==null?(o=s,s=[]):s=[s]),qa(this,e,s,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Ma.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,s,o){let a=new Gf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),x=new Kf(e,this._extensions,o.generateMask);this._receiver=a,this._sender=x,this._socket=e,a[xe]=this,x[xe]=this,e[xe]=this,a.on("conclude",il),a.on("drain",sl),a.on("error",ol),a.on("message",al),a.on("ping",cl),a.on("pong",xl),x.onerror=dl,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",Ka),e.on("data",wr),e.on("end",ja),e.on("error",Wa),this._readyState=n.OPEN,this.emit("open")}emitClose(){if(!this._socket){this._readyState=n.CLOSED,this.emit("close",this._closeCode,this._closeMessage);return}this._extensions[dt.extensionName]&&this._extensions[dt.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=n.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,s){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){Ee(this,this._req,"WebSocket was closed before the connection was established");return}if(this.readyState===n.CLOSING){this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end();return}this._readyState=n.CLOSING,this._sender.close(e,s,!this._isServer,o=>{o||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Ga(this)}}pause(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Ri(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||pr,s,o)}pong(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Ri(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||pr,s,o)}resume(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof s=="function"&&(o=s,s={}),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Ri(this,e,o);return}let a={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[dt.extensionName]||(a.compress=!1),this._sender.send(e||pr,a,o)}terminate(){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){Ee(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=n.CLOSING,this._socket.destroy())}}};Object.defineProperty($,"CONNECTING",{enumerable:!0,value:Xe.indexOf("CONNECTING")});Object.defineProperty($.prototype,"CONNECTING",{enumerable:!0,value:Xe.indexOf("CONNECTING")});Object.defineProperty($,"OPEN",{enumerable:!0,value:Xe.indexOf("OPEN")});Object.defineProperty($.prototype,"OPEN",{enumerable:!0,value:Xe.indexOf("OPEN")});Object.defineProperty($,"CLOSING",{enumerable:!0,value:Xe.indexOf("CLOSING")});Object.defineProperty($.prototype,"CLOSING",{enumerable:!0,value:Xe.indexOf("CLOSING")});Object.defineProperty($,"CLOSED",{enumerable:!0,value:Xe.indexOf("CLOSED")});Object.defineProperty($.prototype,"CLOSED",{enumerable:!0,value:Xe.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty($.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty($.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[Ti])return e[Jf];return null},set(e){for(let s of this.listeners(n))if(s[Ti]){this.removeListener(n,s);break}typeof e=="function"&&this.addEventListener(n,e,{[Ti]:!0})}})});$.prototype.addEventListener=Yf;$.prototype.removeEventListener=Xf;$a.exports=$;function qa(n,e,s,o){let a={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Wf,protocolVersion:Di[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...o,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(n._autoPong=a.autoPong,n._closeTimeout=a.closeTimeout,!Di.includes(a.protocolVersion))throw new RangeError(`Unsupported protocol version: ${a.protocolVersion} (supported versions: ${Di.join(", ")})`);let x;if(e instanceof ki)x=e;else try{x=new ki(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}x.protocol==="http:"?x.protocol="ws:":x.protocol==="https:"&&(x.protocol="wss:"),n._url=x.href;let u=x.protocol==="wss:",f=x.protocol==="ws+unix:",g;if(x.protocol!=="ws:"&&!u&&!f?g=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:f&&!x.pathname?g="The URL's pathname is empty":x.hash&&(g="The URL contains a fragment identifier"),g){let P=new SyntaxError(g);if(n._redirects===0)throw P;mr(n,P);return}let p=u?443:80,_=qf(16).toString("base64"),w=u?zf.request:Ff.request,E=new Set,T;if(a.createConnection=a.createConnection||(u?rl:nl),a.defaultPort=a.defaultPort||p,a.port=x.port||p,a.host=x.hostname.startsWith("[")?x.hostname.slice(1,-1):x.hostname,a.headers={...a.headers,"Sec-WebSocket-Version":a.protocolVersion,"Sec-WebSocket-Key":_,Connection:"Upgrade",Upgrade:"websocket"},a.path=x.pathname+x.search,a.timeout=a.handshakeTimeout,a.perMessageDeflate&&(T=new dt({...a.perMessageDeflate,isServer:!1,maxPayload:a.maxPayload}),a.headers["Sec-WebSocket-Extensions"]=Qf({[dt.extensionName]:T.offer()})),s.length){for(let P of s){if(typeof P!="string"||!tl.test(P)||E.has(P))throw new SyntaxError("An invalid or duplicated subprotocol was specified");E.add(P)}a.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(a.origin&&(a.protocolVersion<13?a.headers["Sec-WebSocket-Origin"]=a.origin:a.headers.Origin=a.origin),(x.username||x.password)&&(a.auth=`${x.username}:${x.password}`),f){let P=a.path.split(":");a.socketPath=P[0],a.path=P[1]}let k;if(a.followRedirects){if(n._redirects===0){n._originalIpc=f,n._originalSecure=u,n._originalHostOrSocketPath=f?a.socketPath:x.host;let P=o&&o.headers;if(o={...o,headers:{}},P)for(let[H,X]of Object.entries(P))o.headers[H.toLowerCase()]=X}else if(n.listenerCount("redirect")===0){let P=f?n._originalIpc?a.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:x.host===n._originalHostOrSocketPath;(!P||n._originalSecure&&!u)&&(delete a.headers.authorization,delete a.headers.cookie,P||delete a.headers.host,a.auth=void 0)}a.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(a.auth).toString("base64")),k=n._req=w(a),n._redirects&&n.emit("redirect",n.url,k)}else k=n._req=w(a);a.timeout&&k.on("timeout",()=>{Ee(n,k,"Opening handshake has timed out")}),k.on("error",P=>{k===null||k[Ua]||(k=n._req=null,mr(n,P))}),k.on("response",P=>{let H=P.headers.location,X=P.statusCode;if(H&&a.followRedirects&&X>=300&&X<400){if(++n._redirects>a.maxRedirects){Ee(n,k,"Maximum redirects exceeded");return}k.abort();let K;try{K=new ki(H,e)}catch{let oe=new SyntaxError(`Invalid URL: ${H}`);mr(n,oe);return}qa(n,K,s,o)}else n.emit("unexpected-response",k,P)||Ee(n,k,`Unexpected server response: ${P.statusCode}`)}),k.on("upgrade",(P,H,X)=>{if(n.emit("upgrade",P),n.readyState!==$.CONNECTING)return;k=n._req=null;let K=P.headers.upgrade;if(K===void 0||K.toLowerCase()!=="websocket"){Ee(n,H,"Invalid Upgrade header");return}let J=Hf("sha1").update(_+$f).digest("base64");if(P.headers["sec-websocket-accept"]!==J){Ee(n,H,"Invalid Sec-WebSocket-Accept header");return}let oe=P.headers["sec-websocket-protocol"],ae;if(oe!==void 0?E.size?E.has(oe)||(ae="Server sent an invalid subprotocol"):ae="Server sent a subprotocol but none was requested":E.size&&(ae="Server sent no subprotocol"),ae){Ee(n,H,ae);return}oe&&(n._protocol=oe);let Te=P.headers["sec-websocket-extensions"];if(Te!==void 0){if(!T){Ee(n,H,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let me;try{me=Zf(Te)}catch{Ee(n,H,"Invalid Sec-WebSocket-Extensions header");return}let de=Object.keys(me);if(de.length!==1||de[0]!==dt.extensionName){Ee(n,H,"Server indicated an extension that was not requested");return}try{T.accept(me[dt.extensionName])}catch{Ee(n,H,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[dt.extensionName]=T}n.setSocket(H,X,{allowSynchronousEvents:a.allowSynchronousEvents,generateMask:a.generateMask,maxPayload:a.maxPayload,skipUTF8Validation:a.skipUTF8Validation})}),a.finishRequest?a.finishRequest(k,n):k.end()}function mr(n,e){n._readyState=$.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function nl(n){return n.path=n.socketPath,za.connect(n)}function rl(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=za.isIP(n.host)?"":n.host),Uf.connect(n)}function Ee(n,e,s){n._readyState=$.CLOSING;let o=new Error(s);Error.captureStackTrace(o,Ee),e.setHeader?(e[Ua]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(mr,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function Ri(n,e,s){if(e){let o=jf(e)?e.size:el(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Xe[n.readyState]})`);process.nextTick(s,o)}}function il(n,e){let s=this[xe];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[xe]!==void 0&&(s._socket.removeListener("data",wr),process.nextTick(Ha,s._socket),n===1005?s.close():s.close(n,e))}function sl(){let n=this[xe];n.isPaused||n._socket.resume()}function ol(n){let e=this[xe];e._socket[xe]!==void 0&&(e._socket.removeListener("data",wr),process.nextTick(Ha,e._socket),e.close(n[Vf])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function Ba(){this[xe].emitClose()}function al(n,e){this[xe].emit("message",n,e)}function cl(n){let e=this[xe];e._autoPong&&e.pong(n,!this._isServer,Fa),e.emit("ping",n)}function xl(n){this[xe].emit("pong",n)}function Ha(n){n.resume()}function dl(n){let e=this[xe];e.readyState!==$.CLOSED&&(e.readyState===$.OPEN&&(e._readyState=$.CLOSING,Ga(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function Ga(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function Ka(){let n=this[xe];if(this.removeListener("close",Ka),this.removeListener("data",wr),this.removeListener("end",ja),n._readyState=$.CLOSING,!this._readableState.endEmitted&&!n._closeFrameReceived&&!n._receiver._writableState.errorEmitted&&this._readableState.length!==0){let e=this.read(this._readableState.length);n._receiver.write(e)}n._receiver.end(),this[xe]=void 0,clearTimeout(n._closeTimer),n._receiver._writableState.finished||n._receiver._writableState.errorEmitted?n.emitClose():(n._receiver.on("error",Ba),n._receiver.on("finish",Ba))}function wr(n){this[xe]._receiver.write(n)||this.pause()}function ja(){let n=this[xe];n._readyState=$.CLOSING,n._receiver.end(),this.end()}function Wa(){let n=this[xe];this.removeListener("error",Wa),this.on("error",Fa),n&&(n._readyState=$.CLOSING,this.destroy())}});var Xa=ye((p_,Ya)=>{"use strict";var h_=_r(),{Duplex:ul}=ee("stream");function Ja(n){n.emit("close")}function fl(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Va(n){this.removeListener("error",Va),this.destroy(),this.listenerCount("error")===0&&this.emit("error",n)}function ll(n,e){let s=!0,o=new ul({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(x,u){let f=!u&&o._readableState.objectMode?x.toString():x;o.push(f)||n.pause()}),n.once("error",function(x){o.destroyed||(s=!1,o.destroy(x))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(a,x){if(n.readyState===n.CLOSED){x(a),process.nextTick(Ja,o);return}let u=!1;n.once("error",function(g){u=!0,x(g)}),n.once("close",function(){u||x(a),process.nextTick(Ja,o)}),s&&n.terminate()},o._final=function(a){if(n.readyState===n.CONNECTING){n.once("open",function(){o._final(a)});return}n._socket!==null&&(n._socket._writableState.finished?(a(),o._readableState.endEmitted&&o.destroy()):(n._socket.once("finish",function(){a()}),n.close()))},o._read=function(){n.isPaused&&n.resume()},o._write=function(a,x,u){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(a,x,u)});return}n.send(a,u)},o.on("end",fl),o.on("error",Va),o}Ya.exports=ll});var Oi=ye((m_,Qa)=>{"use strict";var{tokenChars:gl}=Ut();function hl(n){let e=new Set,s=-1,o=-1,a=0;for(a;a<n.length;a++){let u=n.charCodeAt(a);if(o===-1&&gl[u]===1)s===-1&&(s=a);else if(a!==0&&(u===32||u===9))o===-1&&s!==-1&&(o=a);else if(u===44){if(s===-1)throw new SyntaxError(`Unexpected character at index ${a}`);o===-1&&(o=a);let f=n.slice(s,o);if(e.has(f))throw new SyntaxError(`The "${f}" subprotocol is duplicated`);e.add(f),s=o=-1}else throw new SyntaxError(`Unexpected character at index ${a}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let x=n.slice(s,a);if(e.has(x))throw new SyntaxError(`The "${x}" subprotocol is duplicated`);return e.add(x),e}Qa.exports={parse:hl}});var sc=ye((__,ic)=>{"use strict";var pl=ee("events"),yr=ee("http"),{Duplex:w_}=ee("stream"),{createHash:ml}=ee("crypto"),Za=hr(),wt=Ft(),wl=Oi(),_l=_r(),{CLOSE_TIMEOUT:yl,GUID:bl,kWebSocket:vl}=Je(),Sl=/^[+/0-9A-Za-z]{22}==$/,ec=0,tc=1,rc=2,Ni=class extends pl{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:yl,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:_l,...e},e.port==null&&!e.server&&!e.noServer||e.port!=null&&(e.server||e.noServer)||e.server&&e.noServer)throw new TypeError('One and only one of the "port", "server", or "noServer" options must be specified');if(e.port!=null?(this._server=yr.createServer((o,a)=>{let x=yr.STATUS_CODES[426];a.writeHead(426,{"Content-Length":x.length,"Content-Type":"text/plain"}),a.end(x)}),this._server.listen(e.port,e.host,e.backlog,s)):e.server&&(this._server=e.server),this._server){let o=this.emit.bind(this,"connection");this._removeListeners=El(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(a,x,u)=>{this.handleUpgrade(a,x,u,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=ec}address(){if(this.options.noServer)throw new Error('The server is operating in "noServer" mode');return this._server?this._server.address():null}close(e){if(this._state===rc){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(pn,this);return}if(e&&this.once("close",e),this._state!==tc)if(this._state=tc,this.options.noServer||this.options.server)this._server&&(this._removeListeners(),this._removeListeners=this._server=null),this.clients?this.clients.size?this._shouldEmitClose=!0:process.nextTick(pn,this):process.nextTick(pn,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{pn(this)})}}shouldHandle(e){if(this.options.path){let s=e.url.indexOf("?");if((s!==-1?e.url.slice(0,s):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,s,o,a){s.on("error",nc);let x=e.headers["sec-websocket-key"],u=e.headers.upgrade,f=+e.headers["sec-websocket-version"];if(e.method!=="GET"){_t(this,e,s,405,"Invalid HTTP method");return}if(u===void 0||u.toLowerCase()!=="websocket"){_t(this,e,s,400,"Invalid Upgrade header");return}if(x===void 0||!Sl.test(x)){_t(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(f!==13&&f!==8){_t(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){mn(s,400);return}let g=e.headers["sec-websocket-protocol"],p=new Set;if(g!==void 0)try{p=wl.parse(g)}catch{_t(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let _=e.headers["sec-websocket-extensions"],w={};if(this.options.perMessageDeflate&&_!==void 0){let E=new wt({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let T=Za.parse(_);T[wt.extensionName]&&(E.accept(T[wt.extensionName]),w[wt.extensionName]=E)}catch{_t(this,e,s,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let E={origin:e.headers[`${f===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(E,(T,k,P,H)=>{if(!T)return mn(s,k||401,P,H);this.completeUpgrade(w,x,p,e,s,o,a)});return}if(!this.options.verifyClient(E))return mn(s,401)}this.completeUpgrade(w,x,p,e,s,o,a)}completeUpgrade(e,s,o,a,x,u,f){if(!x.readable||!x.writable)return x.destroy();if(x[vl])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>ec)return mn(x,503);let p=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${ml("sha1").update(s+bl).digest("base64")}`],_=new this.options.WebSocket(null,void 0,this.options);if(o.size){let w=this.options.handleProtocols?this.options.handleProtocols(o,a):o.values().next().value;w&&(p.push(`Sec-WebSocket-Protocol: ${w}`),_._protocol=w)}if(e[wt.extensionName]){let w=e[wt.extensionName].params,E=Za.format({[wt.extensionName]:[w]});p.push(`Sec-WebSocket-Extensions: ${E}`),_._extensions=e}this.emit("headers",p,a),x.write(p.concat(`\r
12
12
  `).join(`\r
13
- `)),x.removeListener("error",Qa),w.setSocket(x,u,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(w),w.on("close",()=>{this.clients.delete(w),this._shouldEmitClose&&!this.clients.size&&process.nextTick(ln,this)})),l(w,c)}};tc.exports=ki;function bl(n,e){for(let s of Object.keys(e))n.on(s,e[s]);return function(){for(let o of Object.keys(e))n.removeListener(o,e[o])}}function ln(n){n._state=ec,n.emit("close")}function Qa(){this.destroy()}function gn(n,e,s,o){s=s||mr.STATUS_CODES[e],o={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(s),...o},n.once("finish",n.destroy),n.end(`HTTP/1.1 ${e} ${mr.STATUS_CODES[e]}\r
14
- `+Object.keys(o).map(c=>`${c}: ${o[c]}`).join(`\r
13
+ `)),x.removeListener("error",nc),_.setSocket(x,u,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(_),_.on("close",()=>{this.clients.delete(_),this._shouldEmitClose&&!this.clients.size&&process.nextTick(pn,this)})),f(_,a)}};ic.exports=Ni;function El(n,e){for(let s of Object.keys(e))n.on(s,e[s]);return function(){for(let o of Object.keys(e))n.removeListener(o,e[o])}}function pn(n){n._state=rc,n.emit("close")}function nc(){this.destroy()}function mn(n,e,s,o){s=s||yr.STATUS_CODES[e],o={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(s),...o},n.once("finish",n.destroy),n.end(`HTTP/1.1 ${e} ${yr.STATUS_CODES[e]}\r
14
+ `+Object.keys(o).map(a=>`${a}: ${o[a]}`).join(`\r
15
15
  `)+`\r
16
16
  \r
17
- `+s)}function wt(n,e,s,o,c,x){if(n.listenerCount("wsClientError")){let u=new Error(c);Error.captureStackTrace(u,wt),n.emit("wsClientError",u,s,e)}else gn(s,o,c,x)}});import{spawn as Yl}from"node:child_process";import{existsSync as Xl,openSync as Zl}from"node:fs";import{mkdir as Ql}from"node:fs/promises";import{dirname as eg}from"node:path";import{fileURLToPath as tg}from"node:url";function Oi(n=U()){return Xl(n.libEntry)?n.libEntry:tg(new URL("../index.ts",import.meta.url))}async function mn(n={}){let e=n.paths??U(),s=n.entryOverride??Oi(e);await Ql(eg(e.logFile),{recursive:!0});let o=Zl(e.logFile,"a"),x=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],u=Yl(process.execPath,x,{detached:!0,stdio:["ignore",o,o],env:{...process.env,COZE_BRIDGE_DAEMON:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return ng.info("daemon spawned",{pid:u.pid,entry:s}),{pid:u.pid,entry:s}}var ng,Sr=Ie(()=>{"use strict";F();re();ng=k("spawn-daemon")});import{readFile as yc}from"node:fs/promises";async function Er(n){try{let[e,s]=await Promise.all([yc(n.portFile,"utf8"),yc(n.tokenFile,"utf8")]),o=Number.parseInt(e.trim(),10),c=s.trim();return!Number.isFinite(o)||o<=0||!c?null:{port:o,token:c}}catch(e){if(e.code==="ENOENT")return null;throw e}}function rg(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function ig(n){return n instanceof Error?n.message:String(n)}var Oe,Ar=Ie(()=>{"use strict";re();Oe=class{paths;constructor(e){this.paths=e??U()}async probe(e=1e3){let s=await Er(this.paths);if(!s)return{kind:"not-running"};try{let o=await this.fetch(s,{method:"GET",path:"/status",timeoutMs:e});return o.status===200?{kind:"connected",...s}:{kind:"stale",reason:`unexpected status ${o.status}`}}catch(o){return{kind:"stale",reason:ig(o)}}}async request(e){let s=await Er(this.paths);if(!s)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(s,e)}async fetch(e,s){let o=s.body!==void 0,c={Authorization:`Bearer ${e.token}`};o&&(c["content-type"]="application/json");let x=new AbortController,u=setTimeout(()=>x.abort(),s.timeoutMs??5e3);try{let l=await fetch(`http://127.0.0.1:${e.port}${s.path}`,{method:s.method,headers:c,body:o?JSON.stringify(s.body):void 0,signal:x.signal}),h=await l.text();return{status:l.status,body:rg(h)}}finally{clearTimeout(u)}}}});var Pc={};Gr(Pc,{DEFAULT_PROBE_TIMEOUT_MS:()=>Ic,DEFAULT_WAIT_PID_EXIT_MS:()=>Cc,runUpgradeHelper:()=>bg});import{copyFile as mg,rename as zi,unlink as Fi}from"node:fs/promises";async function bg(n){let e=n.paths??U(),s=n.spawnDaemon??mn,o=n.probeDaemon??Ag,c=n.sleep??Cg,x=n.waitPidExitMs??Cc,u=n.probeTimeoutMs??Ic,l=n.killPid??((C,H)=>process.kill(C,H)),{targetVersion:h,oldPid:m}=n;Ke.info("upgrade-helper start",{targetVersion:h,oldPid:m}),await Sg(m,x,c,l);let w=e.libEntry,_=`${w}.bak`,S=`${w}.next`;try{await mg(w,_)}catch(C){return Ke.error("backup failed, abort",{err:String(C)}),1}try{await zi(S,w)}catch(C){return Ke.error("rename .next \u2192 live failed, abort + rollback",{err:String(C)}),await zi(_,w).catch(()=>{}),1}let T,I=!1;try{await s({paths:e}),I=await Eg(()=>o(e),u,c),I||(T="new daemon failed to come up within probeTimeout")}catch(C){T=`spawn new daemon failed: ${String(C)}`,Ke.warn(T)}return I?(await Ec(e,h,{ok:!0,setLibVersion:!0}),await Fi(_).catch(()=>{}),await Fi(S).catch(()=>{}),Ke.info("upgrade succeeded",{targetVersion:h}),0):(Ke.warn("upgrade failed, rolling back",{lastError:T}),await zi(_,w).catch(C=>Ke.error("rollback rename failed",{err:String(C)})),await s({paths:e}).catch(C=>Ke.error("spawn old daemon after rollback failed",{err:String(C)})),await Ec(e,h,{ok:!1,lastError:T}),await Fi(S).catch(()=>{}),1)}async function Ec(n,e,s){let o=await ct(n.configFile)??{};s.setLibVersion&&(o.libVersion=e),o.upgradeAttempts=o.upgradeAttempts??{},o.upgradeAttempts[e]={count:(o.upgradeAttempts[e]?.count??0)+1,lastAt:Date.now(),ok:s.ok,...s.lastError?{lastError:s.lastError}:{}},await Fe(o,n.configFile)}async function Sg(n,e,s,o){let c=Date.now()+e;for(;Date.now()<c;){if(!Ac(n,o))return;await s(yg)}Ke.warn("oldPid did not exit in time, sending SIGTERM",{pid:n});try{o(n,"SIGTERM")}catch{}if(await s(wg),!!Ac(n,o)){Ke.warn("SIGTERM ineffective, sending SIGKILL",{pid:n});try{o(n,"SIGKILL")}catch{}await s(_g)}}function Ac(n,e){try{return e(n,0),!0}catch{return!1}}async function Eg(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){if(await n().catch(()=>!1))return!0;await s(vg)}return!1}async function Ag(n){return(await new Oe(n).probe(1e3).catch(()=>null))?.kind==="connected"}function Cg(n){return new Promise(e=>setTimeout(e,n))}var Ke,Cc,Ic,wg,_g,yg,vg,Tc=Ie(()=>{"use strict";Lt();Sr();Ar();F();re();Ke=k("upgrade-helper"),Cc=3e4,Ic=3e4,wg=5e3,_g=2e3,yg=200,vg=500});import{spawn as Ig}from"node:child_process";import{mkdir as Pg,unlink as Tg,writeFile as kg}from"node:fs/promises";import{dirname as Dg,join as Rg}from"node:path";function Pr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function kc(n,e){return new Promise((s,o)=>{let c=Ig(n,e,{stdio:["ignore","pipe","pipe"]}),x="";c.stderr?.on("data",u=>{x+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Ir,Ui,qi,Dc=Ie(()=>{"use strict";F();Ir=k("supervisor.launchd"),Ui="ai.coze.bridge",qi={platform:"darwin",renderConfig(n){return`<?xml version="1.0" encoding="UTF-8"?>
17
+ `+s)}function _t(n,e,s,o,a,x){if(n.listenerCount("wsClientError")){let u=new Error(a);Error.captureStackTrace(u,_t),n.emit("wsClientError",u,s,e)}else mn(s,o,a,x)}});import{spawn as Ql}from"node:child_process";import{existsSync as Zl,openSync as eg}from"node:fs";import{mkdir as tg}from"node:fs/promises";import{dirname as ng}from"node:path";import{fileURLToPath as rg}from"node:url";function zi(n=q()){return Zl(n.libEntry)?n.libEntry:rg(new URL("../index.ts",import.meta.url))}async function yn(n={}){let e=n.paths??q(),s=n.entryOverride??zi(e);await tg(ng(e.logFile),{recursive:!0});let o=eg(e.logFile,"a"),x=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],u=Ql(process.execPath,x,{detached:!0,stdio:["ignore",o,o],env:{...process.env,COZE_BRIDGE_DAEMON:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return ig.info("daemon spawned",{pid:u.pid,entry:s}),{pid:u.pid,entry:s}}var ig,Cr=Ce(()=>{"use strict";U();ie();ig=D("spawn-daemon")});import{readFile as Sc}from"node:fs/promises";async function Ir(n){try{let[e,s]=await Promise.all([Sc(n.portFile,"utf8"),Sc(n.tokenFile,"utf8")]),o=Number.parseInt(e.trim(),10),a=s.trim();return!Number.isFinite(o)||o<=0||!a?null:{port:o,token:a}}catch(e){if(e.code==="ENOENT")return null;throw e}}function sg(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function og(n){return n instanceof Error?n.message:String(n)}var Oe,Pr=Ce(()=>{"use strict";ie();Oe=class{paths;constructor(e){this.paths=e??q()}async probe(e=1e3){let s=await Ir(this.paths);if(!s)return{kind:"not-running"};try{let o=await this.fetch(s,{method:"GET",path:"/status",timeoutMs:e});return o.status===200?{kind:"connected",...s}:{kind:"stale",reason:`unexpected status ${o.status}`}}catch(o){return{kind:"stale",reason:og(o)}}}async request(e){let s=await Ir(this.paths);if(!s)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(s,e)}async fetch(e,s){let o=s.body!==void 0,a={Authorization:`Bearer ${e.token}`};o&&(a["content-type"]="application/json");let x=new AbortController,u=setTimeout(()=>x.abort(),s.timeoutMs??5e3);try{let f=await fetch(`http://127.0.0.1:${e.port}${s.path}`,{method:s.method,headers:a,body:o?JSON.stringify(s.body):void 0,signal:x.signal}),g=await f.text();return{status:f.status,body:sg(g)}}finally{clearTimeout(u)}}}});var Dc={};Jr(Dc,{DEFAULT_PROBE_TIMEOUT_MS:()=>Tc,DEFAULT_WAIT_PID_EXIT_MS:()=>kc,runUpgradeHelper:()=>Eg});import{copyFile as _g,rename as Hi,unlink as Gi}from"node:fs/promises";async function Eg(n){let e=n.paths??q(),s=n.spawnDaemon??yn,o=n.probeDaemon??Ig,a=n.sleep??Pg,x=n.waitPidExitMs??kc,u=n.probeTimeoutMs??Tc,f=n.killPid??((P,H)=>process.kill(P,H)),{targetVersion:g,oldPid:p}=n;Ge.info("upgrade-helper start",{targetVersion:g,oldPid:p}),await Ag(p,x,a,f);let _=e.libEntry,w=`${_}.bak`,E=`${_}.next`;try{await _g(_,w)}catch(P){return Ge.error("backup failed, abort",{err:String(P)}),1}try{await Hi(E,_)}catch(P){return Ge.error("rename .next \u2192 live failed, abort + rollback",{err:String(P)}),await Hi(w,_).catch(()=>{}),1}let T,k=!1;try{await s({paths:e}),k=await Cg(()=>o(e),u,a),k||(T="new daemon failed to come up within probeTimeout")}catch(P){T=`spawn new daemon failed: ${String(P)}`,Ge.warn(T)}return k?(await Ic(e,g,{ok:!0,setLibVersion:!0}),await Gi(w).catch(()=>{}),await Gi(E).catch(()=>{}),Ge.info("upgrade succeeded",{targetVersion:g}),0):(Ge.warn("upgrade failed, rolling back",{lastError:T}),await Hi(w,_).catch(P=>Ge.error("rollback rename failed",{err:String(P)})),await s({paths:e}).catch(P=>Ge.error("spawn old daemon after rollback failed",{err:String(P)})),await Ic(e,g,{ok:!1,lastError:T}),await Gi(E).catch(()=>{}),1)}async function Ic(n,e,s){let o=await ct(n.configFile)??{};s.setLibVersion&&(o.libVersion=e),o.upgradeAttempts=o.upgradeAttempts??{},o.upgradeAttempts[e]={count:(o.upgradeAttempts[e]?.count??0)+1,lastAt:Date.now(),ok:s.ok,...s.lastError?{lastError:s.lastError}:{}},await Fe(o,n.configFile)}async function Ag(n,e,s,o){let a=Date.now()+e;for(;Date.now()<a;){if(!Pc(n,o))return;await s(vg)}Ge.warn("oldPid did not exit in time, sending SIGTERM",{pid:n});try{o(n,"SIGTERM")}catch{}if(await s(yg),!!Pc(n,o)){Ge.warn("SIGTERM ineffective, sending SIGKILL",{pid:n});try{o(n,"SIGKILL")}catch{}await s(bg)}}function Pc(n,e){try{return e(n,0),!0}catch{return!1}}async function Cg(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){if(await n().catch(()=>!1))return!0;await s(Sg)}return!1}async function Ig(n){return(await new Oe(n).probe(1e3).catch(()=>null))?.kind==="connected"}function Pg(n){return new Promise(e=>setTimeout(e,n))}var Ge,kc,Tc,yg,bg,vg,Sg,Rc=Ce(()=>{"use strict";Mt();Cr();Pr();U();ie();Ge=D("upgrade-helper"),kc=3e4,Tc=3e4,yg=5e3,bg=2e3,vg=200,Sg=500});import{spawn as kg}from"node:child_process";import{mkdir as Tg,unlink as Dg,writeFile as Rg}from"node:fs/promises";import{dirname as Og,join as Ng}from"node:path";function Dr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Oc(n,e){return new Promise((s,o)=>{let a=kg(n,e,{stdio:["ignore","pipe","pipe"]}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Tr,Ki,ji,Nc=Ce(()=>{"use strict";U();Tr=D("supervisor.launchd"),Ki="ai.coze.bridge",ji={platform:"darwin",renderConfig(n){return`<?xml version="1.0" encoding="UTF-8"?>
18
18
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
19
19
  <plist version="1.0">
20
20
  <dict>
21
21
  <key>Label</key>
22
- <string>${Ui}</string>
22
+ <string>${Ki}</string>
23
23
  <key>ProgramArguments</key>
24
24
  <array>
25
- <string>${Pr(n.nodeBin)}</string>
26
- <string>${Pr(n.entry)}</string>
25
+ <string>${Dr(n.nodeBin)}</string>
26
+ <string>${Dr(n.entry)}</string>
27
27
  <string>--daemon</string>
28
28
  </array>
29
29
  <key>RunAtLoad</key>
@@ -33,12 +33,12 @@ var D0=Object.create;var Kr=Object.defineProperty;var R0=Object.getOwnPropertyDe
33
33
  <key>ThrottleInterval</key>
34
34
  <integer>10</integer>
35
35
  <key>StandardOutPath</key>
36
- <string>${Pr(n.logFile)}</string>
36
+ <string>${Dr(n.logFile)}</string>
37
37
  <key>StandardErrorPath</key>
38
- <string>${Pr(n.logFile)}</string>
38
+ <string>${Dr(n.logFile)}</string>
39
39
  </dict>
40
40
  </plist>
41
- `},configPath(n){return Rg(n.homeDir,"Library","LaunchAgents",`${Ui}.plist`)},async install(n){let e=this.configPath(n);await Pg(Dg(e),{recursive:!0}),await kg(e,this.renderConfig(n),"utf8"),Ir.info("plist written",{plistPath:e}),await kc("launchctl",["load","-w",e]),Ir.info("launchd job loaded",{label:Ui})},async uninstall(n){let e=this.configPath(n);await kc("launchctl",["unload","-w",e]).catch(s=>Ir.warn("launchctl unload failed (ignored)",{err:String(s)})),await Tg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),Ir.info("launchd job removed",{plistPath:e})}}});import{spawn as Ng}from"node:child_process";import{mkdir as Og,unlink as Lg,writeFile as Bg}from"node:fs/promises";import{dirname as Mg,join as zg}from"node:path";function Dr(n,e){return new Promise((s,o)=>{let c=Ng(n,e,{stdio:["ignore","pipe","pipe"]}),x="";c.stderr?.on("data",u=>{x+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Tr,kr,Hi,Rc=Ie(()=>{"use strict";F();Tr=k("supervisor.systemd"),kr="coze-bridge.service",Hi={platform:"linux",renderConfig(n){return`[Unit]
41
+ `},configPath(n){return Ng(n.homeDir,"Library","LaunchAgents",`${Ki}.plist`)},async install(n){let e=this.configPath(n);await Tg(Og(e),{recursive:!0}),await Rg(e,this.renderConfig(n),"utf8"),Tr.info("plist written",{plistPath:e}),await Oc("launchctl",["load","-w",e]),Tr.info("launchd job loaded",{label:Ki})},async uninstall(n){let e=this.configPath(n);await Oc("launchctl",["unload","-w",e]).catch(s=>Tr.warn("launchctl unload failed (ignored)",{err:String(s)})),await Dg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),Tr.info("launchd job removed",{plistPath:e})}}});import{spawn as Lg}from"node:child_process";import{mkdir as Mg,unlink as Bg,writeFile as zg}from"node:fs/promises";import{dirname as Fg,join as Ug}from"node:path";function Nr(n,e){return new Promise((s,o)=>{let a=Lg(n,e,{stdio:["ignore","pipe","pipe"]}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Rr,Or,Wi,Lc=Ce(()=>{"use strict";U();Rr=D("supervisor.systemd"),Or="coze-bridge.service",Wi={platform:"linux",renderConfig(n){return`[Unit]
42
42
  Description=Coze Bridge daemon
43
43
  After=network.target
44
44
 
@@ -52,7 +52,7 @@ StandardError=append:${n.logFile}
52
52
 
53
53
  [Install]
54
54
  WantedBy=default.target
55
- `},configPath(n){return zg(n.homeDir,".config","systemd","user",kr)},async install(n){let e=this.configPath(n);await Og(Mg(e),{recursive:!0}),await Bg(e,this.renderConfig(n),"utf8"),Tr.info("systemd unit written",{unitPath:e}),await Dr("systemctl",["--user","daemon-reload"]),await Dr("systemctl",["--user","enable","--now",kr]),Tr.info("systemd unit enabled",{unitName:kr})},async uninstall(n){let e=this.configPath(n);await Dr("systemctl",["--user","disable","--now",kr]).catch(s=>Tr.warn("systemctl disable failed (ignored)",{err:String(s)})),await Lg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await Dr("systemctl",["--user","daemon-reload"]).catch(()=>{}),Tr.info("systemd unit removed",{unitPath:e})}}});import{spawn as Fg}from"node:child_process";import{join as Ug}from"node:path";function Nc(n,e){return new Promise((s,o)=>{let c=Fg(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),x="";c.stderr?.on("data",u=>{x+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Ki,Rr,Gi,Oc=Ie(()=>{"use strict";F();Ki=k("supervisor.taskscheduler"),Rr="CozeBridge",Gi={platform:"win32",renderConfig(n){return`<?xml version="1.0" encoding="UTF-16"?>
55
+ `},configPath(n){return Ug(n.homeDir,".config","systemd","user",Or)},async install(n){let e=this.configPath(n);await Mg(Fg(e),{recursive:!0}),await zg(e,this.renderConfig(n),"utf8"),Rr.info("systemd unit written",{unitPath:e}),await Nr("systemctl",["--user","daemon-reload"]),await Nr("systemctl",["--user","enable","--now",Or]),Rr.info("systemd unit enabled",{unitName:Or})},async uninstall(n){let e=this.configPath(n);await Nr("systemctl",["--user","disable","--now",Or]).catch(s=>Rr.warn("systemctl disable failed (ignored)",{err:String(s)})),await Bg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await Nr("systemctl",["--user","daemon-reload"]).catch(()=>{}),Rr.info("systemd unit removed",{unitPath:e})}}});import{spawn as qg}from"node:child_process";import{join as Hg}from"node:path";function Mc(n,e){return new Promise((s,o)=>{let a=qg(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var $i,Lr,Ji,Bc=Ce(()=>{"use strict";U();$i=D("supervisor.taskscheduler"),Lr="CozeBridge",Ji={platform:"win32",renderConfig(n){return`<?xml version="1.0" encoding="UTF-16"?>
56
56
  <Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
57
57
  <RegistrationInfo>
58
58
  <Description>Coze Bridge daemon</Description>
@@ -76,19 +76,19 @@ WantedBy=default.target
76
76
  </Exec>
77
77
  </Actions>
78
78
  </Task>
79
- `},configPath(n){return Ug(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await Nc("schtasks",["/Create","/SC","ONLOGON","/TN",Rr,"/TR",e,"/RU",n.userName,"/F"]),Ki.info("task scheduler entry created",{task:Rr})},async uninstall(n){await Nc("schtasks",["/Delete","/TN",Rr,"/F"]).catch(e=>Ki.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Ki.info("task scheduler entry removed",{task:Rr})}}});var ji={};Gr(ji,{buildContext:()=>Gg,getSupervisor:()=>Kg,launchdSupervisor:()=>qi,systemdSupervisor:()=>Hi,taskSchedulerSupervisor:()=>Gi});import{homedir as qg,userInfo as Hg}from"node:os";function Kg(n=process.platform){switch(n){case"darwin":return qi;case"linux":return Hi;case"win32":return Gi;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function Gg(){let n=U();return{nodeBin:process.execPath,entry:Oi(n),logFile:n.logFile,homeDir:qg(),userName:Hg().username}}var Wi=Ie(()=>{"use strict";re();Sr();Dc();Rc();Oc()});F();F();import{execFile as F0}from"node:child_process";import{promisify as U0}from"node:util";var ws=U0(F0),$t=k("agents.acp-installer"),q0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},H0=5e4,K0=5e3,G0=5*6e4,j0=new Set(["ETIMEDOUT","ECONNRESET","ECONNREFUSED","ENETUNREACH","EAI_AGAIN","ERR_SOCKET_TIMEOUT","ENOTFOUND"]),W0=/\b(5\d\d|408|429)\b\s+(Bad Gateway|Service Unavailable|Gateway Timeout|Internal Server Error|Too Many Requests|Request Timeout)/i,$0=/fetch failed|request timed out|socket hang up|network timeout/i;function J0(n){let e=n?.code;if(e&&j0.has(e))return!0;let s=n instanceof Error?`${n.message}
80
- ${n.stack??""}`:String(n);return W0.test(s)||$0.test(s)}var Sn=new Map,bn=new Map,jr=new Map;async function ms(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await ws(e,[n],{timeout:K0});return s.split(`
81
- `)[0]?.trim()||void 0}catch{return}}async function V0(n,e){$t.info("npm install -g start",{npmPackage:n}),await ws("npm",["install","-g",`${n}@latest`],{timeout:H0,maxBuffer:10*1024*1024,...e?{signal:e}:{}}),$t.info("npm install -g done",{npmPackage:n})}async function En(n,e){let s=q0[n];if(!s)return;let o=Sn.get(n);if(o)return o;let c=bn.get(n);if(c&&Date.now()-c<G0)return;let x=jr.get(n);if(x)return x;let u=(async()=>{let l=await ms(s.binary);if(l)return Sn.set(n,l),$t.info("acp wrapper found on PATH",{binary:s.binary,path:l}),l;try{await V0(s.npmPackage,e)}catch(m){let w=J0(m);$t.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:s.npmPackage,transient:w,err:String(m)}),w||bn.set(n,Date.now());return}let h=await ms(s.binary);if(!h){$t.warn("acp wrapper installed but binary not found on PATH",{binary:s.binary}),bn.set(n,Date.now());return}return Sn.set(n,h),bn.delete(n),h})().finally(()=>{jr.delete(n)});return jr.set(n,u),u}function An(n){return Sn.get(n)}var _s=k("acp-installer-warmup"),Y0=["claude-code","codex"];async function ys(n={}){let e=n.ensure??En,o=(await Promise.allSettled(Y0.map(async c=>{let x=await e(c);_s.info("acp wrapper warmup ok",{framework:c,installed:!!x,path:x??""})}))).filter(c=>c.status==="rejected");o.length>0&&_s.warn("acp wrapper warmup partial failure (acp-installer negative cache 5min \u5185\u4E0D\u91CD\u8BD5)",{failedCount:o.length,reasons:o.map(c=>String(c.reason))})}rt();F();import{readdir as xx}from"node:fs/promises";import{mkdir as Is,writeFile as Ps}from"node:fs/promises";import{join as $r}from"node:path";var ox={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function It(n,e,s,o){await Is(n,{recursive:!0});let c=ox[e],x=$r(n,c),u=ax(e,s,o);return await Ps(x,u,"utf8"),x}async function Ts(n){let e=$r(n,".claude");await Is(e,{recursive:!0});let s=$r(e,"settings.local.json"),o=JSON.stringify({permissions:{defaultMode:"bypassPermissions"}},null,2);return await Ps(s,o,"utf8"),s}function ax(n,e,s){let o=`# Coze Agent: ${e}
79
+ `},configPath(n){return Hg(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await Mc("schtasks",["/Create","/SC","ONLOGON","/TN",Lr,"/TR",e,"/RU",n.userName,"/F"]),$i.info("task scheduler entry created",{task:Lr})},async uninstall(n){await Mc("schtasks",["/Delete","/TN",Lr,"/F"]).catch(e=>$i.warn("schtasks /Delete failed (ignored)",{err:String(e)})),$i.info("task scheduler entry removed",{task:Lr})}}});var Vi={};Jr(Vi,{buildContext:()=>Wg,getSupervisor:()=>jg,launchdSupervisor:()=>ji,systemdSupervisor:()=>Wi,taskSchedulerSupervisor:()=>Ji});import{homedir as Gg,userInfo as Kg}from"node:os";function jg(n=process.platform){switch(n){case"darwin":return ji;case"linux":return Wi;case"win32":return Ji;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function Wg(){let n=q();return{nodeBin:process.execPath,entry:zi(n),logFile:n.logFile,homeDir:Gg(),userName:Kg().username}}var Yi=Ce(()=>{"use strict";ie();Cr();Nc();Lc();Bc()});U();U();import{execFile as U0}from"node:child_process";import{promisify as q0}from"node:util";var bs=q0(U0),Yt=D("agents.acp-installer"),H0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},G0=5e4,K0=5e3,j0=5*6e4,W0=new Set(["ETIMEDOUT","ECONNRESET","ECONNREFUSED","ENETUNREACH","EAI_AGAIN","ERR_SOCKET_TIMEOUT","ENOTFOUND"]),$0=/\b(5\d\d|408|429)\b\s+(Bad Gateway|Service Unavailable|Gateway Timeout|Internal Server Error|Too Many Requests|Request Timeout)/i,J0=/fetch failed|request timed out|socket hang up|network timeout/i;function V0(n){let e=n?.code;if(e&&W0.has(e))return!0;let s=n instanceof Error?`${n.message}
80
+ ${n.stack??""}`:String(n);return $0.test(s)||J0.test(s)}function Y0(n){if(n==null||typeof n!="object")return String(n);let e=n,s=[];e.message&&s.push(e.message),e.code!==void 0&&e.code!==null&&s.push(`code=${e.code}`),e.signal&&s.push(`signal=${e.signal}`);let o=e.stderr?.toString().trim();o&&s.push(`stderr=${o.slice(0,2e3)}`);let a=e.stdout?.toString().trim();return a&&s.push(`stdout=${a.slice(0,2e3)}`),s.length>0?s.join(" | "):String(n)}var Cn=new Map,An=new Map,Vr=new Map;async function ys(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await bs(e,[n],{timeout:K0});return s.split(`
81
+ `)[0]?.trim()||void 0}catch{return}}async function X0(n,e){Yt.info("npm install -g start",{npmPackage:n}),await bs("npm",["install","-g",`${n}@latest`],{timeout:G0,maxBuffer:10*1024*1024,...e?{signal:e}:{}}),Yt.info("npm install -g done",{npmPackage:n})}async function In(n,e){let s=H0[n];if(!s)return;let o=Cn.get(n);if(o)return o;let a=An.get(n);if(a&&Date.now()-a<j0)return;let x=Vr.get(n);if(x)return x;let u=(async()=>{let f=await ys(s.binary);if(f)return Cn.set(n,f),Yt.info("acp wrapper found on PATH",{binary:s.binary,path:f}),f;try{await X0(s.npmPackage,e)}catch(p){let _=V0(p);Yt.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:s.npmPackage,transient:_,err:Y0(p)}),_||An.set(n,Date.now());return}let g=await ys(s.binary);if(!g){Yt.warn("acp wrapper installed but binary not found on PATH",{binary:s.binary}),An.set(n,Date.now());return}return Cn.set(n,g),An.delete(n),g})().finally(()=>{Vr.delete(n)});return Vr.set(n,u),u}function Pn(n){return Cn.get(n)}var vs=D("acp-installer-warmup"),Q0=["claude-code","codex"];async function Ss(n={}){let e=n.ensure??In,o=(await Promise.allSettled(Q0.map(async a=>{let x=await e(a);vs.info("acp wrapper warmup ok",{framework:a,installed:!!x,path:x??""})}))).filter(a=>a.status==="rejected");o.length>0&&vs.warn("acp wrapper warmup partial failure (acp-installer negative cache 5min \u5185\u4E0D\u91CD\u8BD5)",{failedCount:o.length,reasons:o.map(a=>String(a.reason))})}rt();U();import{readdir as ux}from"node:fs/promises";import{mkdir as Ts,writeFile as Ds}from"node:fs/promises";import{join as Xr}from"node:path";var cx={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function Pt(n,e,s,o){await Ts(n,{recursive:!0});let a=cx[e],x=Xr(n,a),u=xx(e,s,o);return await Ds(x,u,"utf8"),x}async function Rs(n){let e=Xr(n,".claude");await Ts(e,{recursive:!0});let s=Xr(e,"settings.local.json"),o=JSON.stringify({permissions:{defaultMode:"bypassPermissions"}},null,2);return await Ds(s,o,"utf8"),s}function xx(n,e,s){let o=`# Coze Agent: ${e}
82
82
 
83
83
  > framework: \`${n}\`
84
84
 
85
- `,c=s?.trim()?s.endsWith(`
85
+ `,a=s?.trim()?s.endsWith(`
86
86
  `)?s:`${s}
87
87
  `:`_No instructions provided._
88
88
  `;return`${o}---
89
89
 
90
- ${c}
91
- ${cx}`}var cx=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
90
+ ${a}
91
+ ${dx}`}var dx=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
92
92
 
93
93
  \u6BCF\u6761\u7528\u6237\u6D88\u606F\u5F00\u5934\u4F1A\u6709\u4E91\u7AEF\u6CE8\u5165\u7684 \`<coze-context>\` \u5757, \u5F62\u5982:
94
94
 
@@ -112,26 +112,26 @@ ${cx}`}var cx=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
112
112
  - \`sessionId\` \u5FC5\u987B\u7528\u4E91\u7AEF \`<coze-context>\` \u7ED9\u7684 ID, **\u4E0D\u8981**\u81EA\u5DF1\u7F16\u6216\u8005\u7528\u5176\u5B83\u6765\u6E90
113
113
 
114
114
  \u26A0\uFE0F \u751F\u6210\u6587\u4EF6\u540E\u8BF7**\u7B49\u6587\u4EF6\u5B8C\u6574\u5199\u76D8**\u518D send (\u7528 \`&&\` \u4E32\u884C, \u4E0D\u8981 \`&\` \u540E\u53F0)\u3002
115
- `;var Se=k("agent-detail-sync"),dx=6e4,ux=5*6e4,Dn=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await xx(s)}catch(c){Se.info("agents dir not found, skip detail sync",{root:s,err:String(c)});return}Se.info("starting detail sync",{reason:e,count:o.length}),await Promise.allSettled(o.map(async c=>{let x=await pe(c,this.opts.paths).catch(()=>null);if(x){if(x.disconnectedAt){Se.debug("detail sync: skip disconnected agent",{agentId:c});return}try{await this.syncOne(c,x)}catch(u){Se.warn("detail sync failed for agent, skipping",{agentId:c,err:String(u)})}}})),Se.info("detail sync done",{reason:e})}async retryPending(){if(this.retryQueue.size===0)return;let e=Date.now(),s=[];for(let[o,c]of this.retryQueue)e>=c.dueAt&&s.push(o);if(s.length!==0){Se.info("retrying pending detail syncs",{count:s.length});for(let o of s)try{await this.syncOne(o)}catch(c){Se.debug("detail sync retry still failing, will try again",{agentId:o,err:String(c)})}}}async syncOne(e,s){let o=s??await pe(e,this.opts.paths);if(!o){Se.info("detail sync: agent config missing, skip",{agentId:e});return}let c;try{c=await this.opts.sendDetail({_meta:{cozeAgentId:e}}),this.retryQueue.delete(e)}catch(l){Se.warn("detail RPC failed, using local data",{agentId:e,err:String(l)});let h=this.retryQueue.get(e),m=h?Math.min(h.currentDelay*2,ux):dx;this.retryQueue.set(e,{dueAt:Date.now()+m,currentDelay:m});return}if(c.agentId&&c.agentId!==e){Se.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:c.agentId});return}let x=!1,u=!1;if(c.agentName&&c.agentName!==o.agentName&&(o.agentName=c.agentName,x=!0),c.description!==void 0&&c.description!==o.description&&(o.description=c.description,x=!0),c.cozeIdentity&&c.cozeIdentity!==o.cozeIdentity&&(o.cozeIdentity=c.cozeIdentity,x=!0,u=!0),c.deployType&&Se.info("detail.deployType",{agentId:e,deployType:c.deployType}),!x){Se.debug("detail sync: no diff",{agentId:e});return}await Pe(o,this.opts.paths),Se.info("detail sync: config updated",{agentId:e,identityChanged:u,agentName:o.agentName}),u&&(await It(o.workspace,o.framework,e,o.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};rt();import{spawn as Js}from"node:child_process";import{lstat as Zr,mkdir as gx,readFile as Vs,readdir as hx,rm as px,stat as mx,writeFile as Ws}from"node:fs/promises";import{join as Me,normalize as _x,relative as Ys,resolve as yx,sep as Xs}from"node:path";var Le={PAIR:"_agent/pair",CREATE:"_agent/create",HEALTH:"_agent/health",LIST_SKILLS:"_agent/listSkills",ADD_SKILLS:"_agent/addSkills",REMOVE_SKILLS:"_agent/removeSkills",GET_FILE_TREE:"_agent/getFileTree",GET_FILE_CONTENT:"_agent/getFileContent",DETAIL:"_agent/detail",UPDATE:"_agent/update",DISCONNECT:"_agent/disconnect",SWITCH_MODEL:"_agent/switchModel",GEN_MODEL_TOKEN:"_agent/genModelToken",RESET:"_agent/reset",REPAIR:"_agent/repair",DELETE:"_agent/delete"};function Jt(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function ks(n){let e=n?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function Ds(n){let{_meta:e,...s}=n;return{stripped:s,meta:e}}function Pt(n){if(!n?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return n.cozeAgentId}var v=class extends Error{code;retriable;cause;constructor(e,s,o){super(s),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};F();re();function $e(n,e){if(Jt(n)!=="cloud")throw new v("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Rn(n){return n.startsWith("http://")||n.startsWith("https://")}function Nn(n){return n.endsWith("/")?n.slice(0,-1):n}F();var On="1008033",Rs="1289";var Ns="pbbp2",Os="https://www.coze.cn",Ls="/api/coze_claw/resource/get_frontier_key",fx="https://www.coze.cn",lx="wss://frontier.coze.cn";function Ln(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??fx}function Bs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??lx}function Tt(n){let e={},s=n?.ttEnv??process.env.COZE_BRIDGE_TT_ENV,o=n?.usePpe??process.env.COZE_BRIDGE_USE_PPE;return s&&(e["x-tt-env"]=s),o&&(e["x-use-ppe"]=o),e}function Vt(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var Ms=k("handshake");async function Jr(n){let e=Ln(n.endpoint),s=n.timeoutMs??1e4,o=`${Nn(e)}${Ls}?aid=${encodeURIComponent(On)}`,c={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",...Tt(n.ppeOverride)},x=new AbortController,u=setTimeout(()=>x.abort(),s);Ms.info("frontier key handshake",{base:e});try{let l=await fetch(o,{method:"GET",headers:c,signal:x.signal}),h=l.headers.get("x-tt-logid")??"",m=l.headers.get("x-tt-trace-id")??"";if(!l.ok){let I=await l.text().catch(()=>"");throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${l.status} logid=${h}: ${I.slice(0,200)}`)}let w=await l.json();if(w.code!==void 0&&w.code!==0)throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${w.code} msg=${w.msg??"-"} logid=${h}`);let _=w.data??{},S=typeof _.access_key=="string"&&_.access_key||typeof _.accessKey=="string"&&_.accessKey||void 0,T=typeof _.device_id=="string"&&_.device_id||typeof _.deviceId=="string"&&_.deviceId||void 0;if(!S||!T){let I=JSON.stringify(w).slice(0,500);throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${h}: ${I}`)}return Ms.info("handshake ok",{remoteDeviceId:T,logid:h,traceId:m}),{accessKey:S,deviceId:T}}catch(l){throw l instanceof v?l:l.name==="AbortError"?new v("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${s}ms)`):new v("UPSTREAM_HANDSHAKE_FAILED",String(l),{cause:l})}finally{clearTimeout(u)}}var Vr=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",Be="auto";function zs(n){return{model:n.model??Be,...n.modelToken?{modelToken:n.modelToken}:{}}}function Fs(n){return!n||n===Be}function Us(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Vr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Be):Fs(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function qs(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Be}"`):Fs(n.model)||e.push("-c",`model="${n.model}"`),n.modelToken&&(e.push("-c",'model_providers.coze.name="coze"'),e.push("-c",`model_providers.coze.base_url="${Vr}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"')),e}function Hs(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function Yr(n){let{ttEnv:e,usePpe:s}=Vt(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function Ks(n,e){if(!n.modelToken)return{};let s=Yr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([c,x])=>`${c}:${x}`).join(`
116
- `)}}function Xr(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function Gs(n,e){if(!n.modelToken)return null;let s=n.model||Be,o=Yr(e),c={baseUrl:`${Vr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:["text"],cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(c.headers=o),c}function js(n,e){if(!n.modelToken)return[];let s=Yr(e),o=[];for(let[c,x]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${c}="${x}"`);return o}var ae=k("agent-handlers"),$s=5*1024*1024,vx=1,bx=6,Sx=new Set(["node_modules",".git",".coze","dist","build",".next"]),Bn=class{constructor(e){this.opts=e}opts;async listSkills(e){$e(e._meta,"_agent/listSkills");let s=Pt(e._meta),o=await this.loadAgentCfg(s),c=o?.workspace??We(s).workspace,x=o?.skills??[],u=[];for(let l of x){let h=Me(c,l.relPath,"SKILL.md");await mx(h).then(w=>w.isFile()).catch(()=>!1)&&u.push(Px(l))}return{skills:u}}async addSkills(e){$e(e._meta,"_agent/addSkills");let s=Pt(e._meta),o=await this.requireAgentCfg(s),c=e.skills??[],x=[...o.skills??[]],u=new Map(x.map((h,m)=>[h.skillId,m])),l=[];for(let h of c){let m=await Qr({agentId:s,workspace:o.workspace,framework:o.framework,skill:h});ei(x,u,m),l.push(h)}return await Tn(s,x),this.reloadAgentSessions(s,"skills-added"),{installedSkills:l}}async removeSkills(e){$e(e._meta,"_agent/removeSkills");let s=Pt(e._meta),o=await this.requireAgentCfg(s),c=new Set(e.skillIds??[]),x=o.skills??[],u=[];for(let l of x){if(!c.has(l.skillId)){u.push(l);continue}let h=Me(o.workspace,l.relPath);await px(h,{recursive:!0,force:!0}),ae.info("skill removed",{agentId:s,skillId:l.skillId,relPath:l.relPath})}return await Tn(s,u),this.reloadAgentSessions(s,"skills-removed"),{ok:!0}}reloadAgentSessionsPublic(e,s){this.reloadAgentSessions(e,s)}reloadAgentSessions(e,s){let o=this.opts.agents.get(e);if(o)for(let[c,x]of o.sessions){if(!x.downstream)continue;let u=x.acpSessionId;if(u&&o.activeTriggers.has(u)||this.isRuntimePendingPermission(x)){x.reloadAfterTurn=!0,ae.info("downstream busy, scheduling reload after turn",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u});continue}let h=x.downstream;x.downstream=void 0,ae.info("killing downstream for workspace reload (idle)",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u}),h.stop(s).catch(m=>ae.warn("downstream stop failed during reload (ignored)",{reason:s,agentId:e,cloudId:c,err:String(m)}))}}isRuntimePendingPermission(e){let s=this.opts.isRuntimePendingPermission;return!s||!e.downstream?!1:s(e.downstream)}async updateAgent(e){if(!e.cozeIdentity?.trim())return ae.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let s=e.agentId,o=await pe(s);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${s}`);if(o.cozeIdentity===e.cozeIdentity)return ae.info("_agent/update: cozeIdentity unchanged, noop",{agentId:s}),{ok:!0};try{await It(o.workspace,o.framework,s,e.cozeIdentity)}catch(c){throw ae.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:s,framework:o.framework,workspace:o.workspace,err:String(c)}),new v("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${s}: ${String(c)}`,{cause:c})}return o.cozeIdentity=e.cozeIdentity,await Pe(o),ae.info("_agent/update: cozeIdentity rewritten",{agentId:s,framework:o.framework}),this.reloadAgentSessions(s,"identity-changed"),{ok:!0}}async disconnectAgent(e){let s=e.agentId;if(!s)throw new v("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await pe(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Pe(o),ae.info("agent disconnected",{agentId:s,reason:e.reason??"",force:e.force??!1}),this.opts.disposeAndMarkDisconnected&&await this.opts.disposeAndMarkDisconnected(s,e.reason??"disconnect"),{ok:!0}):(ae.warn("_agent/disconnect: agent not found, ignoring",{agentId:s}),{ok:!0})}async switchModel(e){if($e(e._meta,"_agent/switchModel"),!e.agentId)throw new v("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Be,o=await pe(e.agentId);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,await Pe(o),ae.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let c=this.opts.agents.get(e.agentId);if(!c)return ae.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};c.model=s,this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(c).catch(u=>ae.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)}));let x=[];for(let[u,l]of c.allSessionQueues())x.push(l.enqueue(async()=>{let h=c.sessions.get(u);h?.downstream&&(await h.downstream.stop(`switchModel: ${s}`).catch(()=>{}),h.downstream=void 0)}));return await Promise.all(x),ae.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:x.length}),{ok:!0}}async resetAgent(e){if($e(e._meta,Le.RESET),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Le.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Le.RESET,e.reason),{ok:!0}}async repairAgent(e){if($e(e._meta,Le.REPAIR),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Le.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new v("IPC_BAD_REQUEST",`${Le.REPAIR} only allowed for openclaw, got ${s.framework}`);if(s&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,s.workspace)}catch(o){ae.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,Le.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,s,o){if(!this.opts.detailSyncer){ae.warn("detailSyncer not wired, skipping sync",{method:s,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(c){ae.warn("detail sync failed (ignored)",{method:s,agentId:e,reason:o,err:String(c)})}}async getFileTree(e){$e(e._meta,"_agent/getFileTree");let s=e._meta,o=Pt(s),c=await this.resolveWorkspace(o),x=e.filePath??"",u=this.safeJoin(c,x),l=await Zr(u).catch(()=>null);if(!l)throw new v("IPC_BAD_REQUEST",`path not found: ${x}`);if(l.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${x}`);let h=Bx(e.depth);return l.isDirectory()?{tree:await Lx(c,u,x,h)}:{tree:[{name:Mx(x),path:Qs(x||"."),isDir:!1,size:l.size,modifiedAt:Math.floor(l.mtimeMs)}]}}async getFileContent(e){$e(e._meta,"_agent/getFileContent");let s=Pt(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new v("IPC_BAD_REQUEST","filePath required");let c=this.safeJoin(o,e.filePath),x=await Zr(c).catch(()=>null);if(!x||!x.isFile())throw new v("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(x.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(x.size>$s)throw new v("IPC_BAD_REQUEST",`file too large: ${x.size} bytes (max ${$s})`);let u=await Vs(c);return u.includes(0)?{content:u.toString("base64"),encoding:"base64",size:x.size}:{content:u.toString("utf8"),encoding:"utf-8",size:x.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await pe(e).catch(()=>null))?.workspace??We(e).workspace}safeJoin(e,s){let o=yx(e,s||"."),c=Ys(e,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${Xs}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return pe(e)}async requireAgentCfg(e){let s=await this.loadAgentCfg(e);if(!s)throw new v("AGENT_NOT_FOUND",`no config for agent: ${e}`);return s}};function Ex(n){let e=n.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new v("IPC_BAD_REQUEST",`invalid skill name: ${n}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new v("IPC_BAD_REQUEST",`reserved windows filename: ${n}`);return e}function Ax(n){return n==="claude-code"?Me(".claude","skills"):Me(".agents","skills")}var Cx=3e4,Ix=50*1024*1024,Mn=3e4;async function Qr(n){let{agentId:e,workspace:s,framework:o,skill:c}=n;if(!c.skillName)throw new v("IPC_BAD_REQUEST","skill missing skillName");let x=typeof c.content=="string"&&c.content.length>0,u=typeof c.downloadUrl=="string"&&c.downloadUrl.length>0;if(!x&&!u)throw new v("IPC_BAD_REQUEST",`skill ${c.skillId} missing both content and downloadUrl`);let l=Ex(c.skillName),h=Ax(o),m=Me(h,l),w=Me(s,m);if(await gx(w,{recursive:!0}),x){let S=Buffer.from(c.content,"utf8");Yt(S.length),await Ws(Me(w,"SKILL.md"),S,"utf8")}else{let S=await Tx(c.downloadUrl);Dx(S)?await Rx(S,w):await Ws(Me(w,"SKILL.md"),S.toString("utf8"),"utf8")}let _={skillId:c.skillId,skillName:c.skillName,relPath:m,installedAt:Date.now(),...c.description?{description:c.description}:{},...c.icon?{icon:c.icon}:{},...c.version?{version:c.version}:{},...c.downloadUrl?{downloadUrl:c.downloadUrl}:{},...c.config?{config:c.config}:{},...c.builtin?{builtin:c.builtin}:{}};return ae.info("skill installed",{agentId:e,skillId:c.skillId,skillName:c.skillName,relPath:m,source:x?"content":"downloadUrl"}),_}function ei(n,e,s){let o=e.get(s.skillId);if(o!==void 0){n[o]=s;return}e.set(s.skillId,n.length),n.push(s)}function Px(n){return{skillId:n.skillId,skillName:n.skillName,...n.description?{description:n.description}:{},...n.icon?{icon:n.icon}:{},...n.version?{version:n.version}:{},...n.config?{config:n.config}:{},...n.builtin?{builtin:n.builtin}:{}}}async function Tx(n){if(!n)throw new v("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);Yt(e);let s=kx(n);return Yt(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await Vs(e);return Yt(s.length),s}if(Rn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),Cx);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new v("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let c=await o.arrayBuffer();return Yt(c.byteLength),Buffer.from(c)}finally{clearTimeout(s)}}throw new v("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function Yt(n){if(n>Ix)throw new v("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function kx(n){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(n);if(!e)throw new v("IPC_BAD_REQUEST","bad data URL");let s=!!e[2],o=e[3]??"";return s?Buffer.from(o,"base64"):Buffer.from(decodeURIComponent(o),"utf8")}function Dx(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Rx(n,e){await Nx(n),await new Promise((s,o)=>{let c=Js("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),x="";c.stderr?.on("data",l=>{x+=String(l)});let u=setTimeout(()=>{c.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar extract timeout (${Mn}ms)`))},Mn);c.on("error",l=>{clearTimeout(u),o(new v("IPC_BAD_REQUEST",`tar spawn failed: ${l.message}`,{cause:l}))}),c.on("exit",l=>{clearTimeout(u),l===0?s():o(new v("IPC_BAD_REQUEST",`tar exit ${l}${x?`: ${x.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)})}async function Nx(n){let e=await new Promise((s,o)=>{let c=Js("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),x="",u="";c.stdout?.on("data",h=>{x+=String(h)}),c.stderr?.on("data",h=>{u+=String(h)});let l=setTimeout(()=>{c.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar list timeout (${Mn}ms)`))},Mn);c.on("error",h=>{clearTimeout(l),o(new v("IPC_BAD_REQUEST",`tar list spawn failed: ${h.message}`))}),c.on("exit",h=>{clearTimeout(l),h===0?s(x):o(new v("IPC_BAD_REQUEST",`tar list exit ${h}${u?`: ${u.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)});for(let s of e.split(`
117
- `)){let o=s.trim();if(!o)continue;let c=o.charCodeAt(0);if(c!==45&&c!==100)throw new v("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let u=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!u)continue;if(u.startsWith("/"))throw new v("IPC_BAD_REQUEST",`tar entry absolute path: ${u}`);if(u.split(/[/\\]/).some(h=>h===".."))throw new v("IPC_BAD_REQUEST",`tar entry contains '..': ${u}`)}}var Ox=5e3;async function Lx(n,e,s,o){return Zs(n,e,s,o,{count:0})}async function Zs(n,e,s,o,c){if(o<=0)return[];let x;try{x=await hx(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let l of x){if(Sx.has(l.name)||l.isSymbolicLink())continue;if(c.count>=Ox){u.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let h=Me(e,l.name),m=_x(Me(s,l.name)),w=null;try{w=await Zr(h)}catch{continue}if(w.isSymbolicLink())continue;c.count++;let _={name:l.name,path:Qs(Ys(n,h)),isDir:w.isDirectory(),size:w.size,modifiedAt:Math.floor(w.mtimeMs)};w.isDirectory()&&o>1&&(_.children=await Zs(n,h,m,o-1,c)),u.push(_)}return u.sort((l,h)=>l.isDir!==h.isDir?l.isDir?-1:1:l.name.localeCompare(h.name)),u}function Bx(n){return!n||n<=0?vx:Math.min(n,bx)}function Mx(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function Qs(n){return n.split(Xs).join("/")}F();import{readFileSync as op}from"node:fs";import{dirname as cp,join as xp}from"node:path";import{fileURLToPath as up}from"node:url";var it="0.1.47";var ze=k("agent-health-reporter"),zx=1e4,Xt=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??zx}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),ze.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),ze.info("heartbeat stopped"))}async tick(){if(this.inFlight){ze.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){ze.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let s=[];for(let l of this.opts.core.agents.values()){let h=Fx(l);if(!h)continue;let m={agentId:l.agentId,status:h};l.patToken&&(m.patToken=l.patToken),l.accountId&&(m.accountId=l.accountId),s.push(m)}if(s.length===0)return;let o={agents:s,bridgeVersion:it,_meta:{cozeDeviceId:e}},c;try{c=await this.opts.core.sendRequest("_agent/health",o,5e3)}catch(l){ze.warn("heartbeat batch send failed",{count:s.length,err:String(l)})}let x=c?.authFailures;if(x&&x.length>0&&(ze.warn("heartbeat received authFailures from cloud",{count:x.length,agentIds:x.map(l=>l.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(x)}catch(l){ze.warn("onAuthFailures callback failed (ignored)",{err:String(l)})}let u=c?.minBridgeVersion;if(u&&(ze.info("heartbeat received minBridgeVersion from cloud",{minV:u}),this.opts.onMinBridgeVersion))try{await this.opts.onMinBridgeVersion(u)}catch(l){ze.warn("onMinBridgeVersion callback failed (ignored)",{err:String(l)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(s){ze.warn("onTickEnd hook failed",{err:String(s)})}}};function Fx(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}rt();import{mkdir as ni,rm as ud}from"node:fs/promises";import{spawn as $x,spawnSync as Jx}from"node:child_process";function Zt(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function Qt(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function kt(n,e){return{jsonrpc:"2.0",id:n,result:e}}function st(n,e){return{jsonrpc:"2.0",id:n,error:e}}var zn=class extends Error{code;data;constructor(e){super(`JSON-RPC error code=${e.code} ${e.message}`),this.name="RemoteRpcError",this.code=e.code,e.data!==void 0&&(this.data=e.data)}},q={PARSE_ERROR:-32700,INVALID_REQUEST:-32600,METHOD_NOT_FOUND:-32601,INVALID_PARAMS:-32602,INTERNAL_ERROR:-32603,AGENT_NOT_FOUND:-32001,AGENT_BUSY:-32002,AGENT_TIMEOUT:-32003,AGENT_SPAWN_FAILED:-32004,OPERATION_NOT_ALLOWED_FOR_LOCAL:-32005,AGENT_DISCONNECTED:-32006,MODEL_TOKEN_GEN_FAILED:-32009,PATH_OUTSIDE_WORKSPACE:-32010,FILE_TOO_LARGE:-32011,UNSUPPORTED_MIME:-32012,UPLOAD_FAILED:-32013,UPSTREAM_NOT_READY:-32014,BRIDGE_UPGRADING:-32015};function eo(n){return"method"in n&&"id"in n&&n.id!==void 0}function to(n){return"method"in n&&!("id"in n)}function Fn(n){return!("method"in n)&&"id"in n}var Ux={AGENT_NOT_FOUND:q.AGENT_NOT_FOUND,AGENT_BUSY:q.AGENT_BUSY,AGENT_DISCONNECTED:q.AGENT_DISCONNECTED,AGENT_TIMEOUT:q.AGENT_TIMEOUT,AGENT_SPAWN_FAILED:q.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:q.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:q.INTERNAL_ERROR,BRIDGE_INTERNAL:q.INTERNAL_ERROR,IPC_AUTH_FAILED:q.INTERNAL_ERROR,IPC_BAD_REQUEST:q.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:q.MODEL_TOKEN_GEN_FAILED,OPERATION_NOT_ALLOWED_FOR_LOCAL:q.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:q.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:q.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:q.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:q.FILE_TOO_LARGE,UNSUPPORTED_MIME:q.UNSUPPORTED_MIME,UPLOAD_FAILED:q.UPLOAD_FAILED,UPSTREAM_NOT_READY:q.UPSTREAM_NOT_READY,BRIDGE_UPGRADING:q.BRIDGE_UPGRADING};function qx(n){if(n!=null)return n instanceof Error?{name:n.name,message:en(n.message)}:typeof n=="string"?en(n):typeof n=="object"?Kx(n):n}var Hx=[[/\/Users\/[^/\s'"`)]+/g,"/Users/<redacted>"],[/\/home\/[^/\s'"`)]+/g,"/home/<redacted>"],[/[A-Za-z]:\\Users\\[^\\\s'"`)]+/g,"C:\\Users\\<redacted>"],[/(Bearer|Token|Authorization:)\s+[\w._-]+/gi,"$1 <redacted>"],[/\b(sk|pat|ak)[-_][A-Za-z0-9_-]{20,}\b/g,"<redacted-key>"]];function en(n){let e=n;for(let[s,o]of Hx)e=e.replace(s,o);return e}function Kx(n){let e={};for(let[s,o]of Object.entries(n))typeof o=="string"?e[s]=en(o):e[s]=o;return e}function tn(n){if(n instanceof v){let e=qx(n.cause),s={bridgeCode:n.code,retriable:n.retriable};return e!==void 0&&(s.cause=e),{code:Ux[n.code]??q.INTERNAL_ERROR,message:en(n.message),data:s}}return{code:q.INTERNAL_ERROR,message:en(n instanceof Error?n.message:String(n))}}function no(n){let e=n.data,s=e?.bridgeCode??"AGENT_PROTOCOL_ERROR",o=!!e&&typeof e.message=="string"&&!!e.message,c=o?e?.message:n.message,x=n.data;if(o&&e){let{message:u,...l}=e;x=l}return new v(s,c,{retriable:e?.retriable??!1,cause:x})}function io(n){return`${JSON.stringify(n)}
118
- `}var ro=10*1024*1024,Un=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>ro){let c=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${c} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${ro} bytes`)}),[]}let s=this.buffer.split(`
119
- `);this.buffer=s.pop()??"";let o=[];for(let c of s){let x=c.replace(/\r$/,"").trim();if(x)try{o.push(JSON.parse(x))}catch(u){this.onError?.({line:x,error:u})}}return o}flush(){if(!this.buffer)return[];let e=this.buffer.replace(/\r$/,"").trim();if(this.buffer="",!e)return[];try{return[JSON.parse(e)]}catch(s){return this.onError?.({line:e,error:s}),[]}}};var oo={"session/prompt":"session.prompt","session/cancel":"session.cancel","session/new":"session.new","session/load":"session.load","_agent/create":"agent.create","_agent/health":"agent.health","_agent/pair":"agent.pair","_agent/listSkills":"agent.listSkills","_agent/addSkills":"agent.addSkills","_agent/removeSkills":"agent.removeSkills","_agent/getFileTree":"agent.getFileTree","_agent/getFileContent":"agent.getFileContent","_agent/detail":"agent.detail","_agent/update":"agent.update","_agent/disconnect":"agent.disconnect","_agent/switchModel":"agent.switchModel","_agent/genModelToken":"agent.genModelToken","_agent/reset":"agent.reset","_agent/repair":"agent.repair","session/request_permission":"session.requestPermission",initialize:"initialize"},bp=Object.fromEntries(Object.entries(oo).map(([n,e])=>[e,n])),Gx={"session.prompt":["agentId","triggerMsgId","sessionId"],"session.cancel":["agentId","triggerMsgId","sessionId"],"session.new":["agentId"],"session.load":["agentId"],"agent.create":["agentId"],"agent.health":[],"agent.listSkills":["agentId"],"agent.addSkills":["agentId"],"agent.removeSkills":["agentId"],"agent.getFileTree":["agentId"],"agent.getFileContent":["agentId"],"agent.detail":["agentId"],"agent.update":["agentId"],"agent.disconnect":["agentId"],"agent.switchModel":["agentId"],"agent.genModelToken":["agentId","sessionId"],"agent.reset":["agentId"],"agent.repair":["agentId"],"session.requestPermission":["agentId","sessionId"],"agent.pair":[],initialize:[]},Dt=class{seq=0;next(e,s){this.seq+=1;let o=oo[e]??jx(e),c=Gx[o]??[],x=[o,String(this.seq)];if(c.length>0){let u=c.map(h=>so(s?.[h]??"")),l=Wx(u).join(":");l&&x.push(l)}else s&&Object.values(s).some(u=>u)&&x.push(Object.values(s).filter(Boolean).map(u=>so(String(u))).join(":"));return x.join("_")}reset(){this.seq=0}};function jx(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function so(n){return n.replace(/[:_\s]+/g,"-")}function Wx(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}function qn(n,e){let s=process.env[n];if(!s)return e;let o=Number(s);return Number.isFinite(o)&&o>0?o:e}F();var Vx=3e4,Yx=200,Xx=qn("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),ao=500;function Zx(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=ao?n:`${e.slice(0,ao)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function co(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),Jx("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var ot=class{constructor(e){this.opts=e;this.log=k(`downstream.${this.constructor.name}`),this.decoder=new Un({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;idAllocator=new Dt;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stderrRing=[];sanitizeEnv(e){return e}async start(){if(this.child)throw new v("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",s=$x(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:{...this.sanitizeEnv(process.env),...this.opts.env},stdio:["pipe","pipe","pipe"],detached:e});this.child=s,s.stdout?.setEncoding("utf8"),s.stdout?.on("data",o=>{try{for(let c of this.decoder.push(o))this.dispatch(c)}catch(c){this.log.warn("stdout dispatch threw, swallowed to keep daemon alive",{err:String(c)})}}),s.stderr?.setEncoding("utf8"),s.stderr?.on("data",o=>{let c=o.trimEnd();this.stderrRing.push(c),this.stderrRing.length>Yx&&this.stderrRing.shift(),this.log.debug("stderr",{text:c})}),s.stdin?.on("error",o=>{this.log.warn("child stdin error",{err:String(o)})}),s.stdout?.on("error",o=>{this.log.warn("child stdout error",{err:String(o)})}),s.stderr?.on("error",o=>{this.log.warn("child stderr error",{err:String(o)})}),s.on("exit",(o,c)=>{this.stopped=!0,(o!==0||c!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:c,recentStderr:[...this.stderrRing]});try{for(let u of this.decoder.flush())this.dispatch(u)}catch(u){this.log.debug("decoder.flush on exit threw (ignored)",{err:String(u)})}this.failAllPending(new v("AGENT_PROTOCOL_ERROR",`agent exited (${o}/${c})`));for(let u of this.exitHandlers)u(o,c)}),s.on("error",o=>{this.log.error("child error",{err:String(o)}),this.failAllPending(new v("AGENT_SPAWN_FAILED",String(o),{cause:o}))}),this.log.info("downstream started",{command:this.opts.command,pid:s.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.log.info("downstream stopping",{reason:e});let s=this.child,o=new Promise(x=>s.once("exit",()=>x()));co(s.pid,"SIGTERM");let c=setTimeout(()=>{s.killed||co(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(c)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e,s=Xx){return this.call("session/prompt",e,s)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Qt("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(kt(e,s))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(st(e,s))}catch(o){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(o)})}}onExit(e){this.exitHandlers.push(e)}call(e,s,o=Vx){if(!this.child||this.stopped)return Promise.reject(new v("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),x=Zt(c,e,s),u=o>0&&Number.isFinite(o);return new Promise((l,h)=>{let m=u?setTimeout(()=>{this.pending.delete(c),h(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o):null;this.pending.set(c,{resolve:l,reject:h,timer:m,method:e});try{this.writeFrame(x)}catch(w){m&&clearTimeout(m),this.pending.delete(c),h(w)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new v("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(io(e),s=>{s&&this.log.warn("stdin write callback err",{err:String(s)})})}dispatch(e){if(Fn(e)){let s=e.id!==null?this.pending.get(e.id):void 0;if(!s){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),s.timer&&clearTimeout(s.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:s.method,code:e.error.code,message:e.error.message,data:e.error.data}),s.reject(no(e.error))):e.result===void 0?(this.log.warn("downstream response missing both result and error",{id:e.id,method:s.method}),s.reject(new v("AGENT_PROTOCOL_ERROR",`${s.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:s.method,result:Zx(e.result)}),s.resolve(e.result));return}if(to(e)){if(e.method==="session/update")for(let s of this.updateHandlers)try{Promise.resolve(s(e.params)).catch(o=>this.log.warn("update handler failed (async)",{err:String(o)}))}catch(o){this.log.warn("update handler threw sync, swallowed",{err:String(o)})}else this.log.info("unknown notification (drop, not forwarded)",{method:e.method});return}if(eo(e)){let s=e;try{this.handleAgentRequest(s).catch(o=>this.log.error("agent request handler failed (async)",{method:s.method,err:String(o)}))}catch(o){this.log.warn("handleAgentRequest threw sync, swallowed",{method:s.method,err:String(o)})}}}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(st(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}for(let s of this.agentRequestHandlers)try{await s(e)}catch(o){this.log.error("agentRequestHandler threw",{method:e.method,err:String(o)});try{this.writeFrame(st(e.id,tn(o)))}catch{}}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.reject(e);this.pending.clear()}};var Qx="@agentclientprotocol/claude-agent-acp@latest";function ed(n){let e={};for(let[s,o]of Object.entries(n))o!==void 0&&(s.startsWith("CLAUDE")||s==="AI_AGENT"||s==="BAGGAGE"||(e[s]=o));return e}var Hn=class extends ot{framework="claude-code";constructor(e){let s=An("claude-code"),[o,c]=s?[s,[]]:["npx",["-y",Qx]],x=e.command??o,u=e.args??c,l={command:x,args:u,cwd:e.cwd,...e.env?{env:e.env}:{}};super(l)}sanitizeEnv(e){return ed(e)}};import{mkdtempSync as td,rmSync as nd}from"node:fs";import{tmpdir as rd}from"node:os";import{join as id}from"node:path";var sd="@zed-industries/codex-acp@latest",Kn=class extends ot{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=An("codex"),[o,c]=s?[s,[]]:["npx",["-y",sd]],x=e.command??o,u=e.args??c,l=e.extraArgs?[...u,...e.extraArgs]:u,h=e.isolateCodexHome?td(id(rd(),"coze-bridge-codex-home-")):void 0,m=h?{...e.env??{},CODEX_HOME:h}:e.env,w={command:x,args:l,cwd:e.cwd,...m?{env:m}:{}};super(w),this.authMethodId=e.authMethodId,this.codexHomeDir=h}async initialize(e){let s=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),s}async stop(e){if(await super.stop(e),this.codexHomeDir)try{nd(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var od=3e4,Rt=class extends ot{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let s=e.sessionName??"default",o=["acp","--session",`agent:${e.agentId}:${s}`];e.gatewayToken&&o.push("--token",e.gatewayToken);let c={command:e.command,args:o,cwd:e.cwd,...e.env?{env:e.env}:{}};super(c),this.agentId=e.agentId,this.sessionName=s,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.sessionPrompt({sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]},od))}get acpSessionName(){return this.sessionName}};F();re();function ti(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var Nt=class{slots=[];running=!1;closed=!1;disposed=!1;enqueue(e){return this.disposed?Promise.reject(new Error("AsyncQueue disposed")):this.closed?Promise.reject(new Error("AsyncQueue closed")):new Promise((s,o)=>{this.slots.push({task:e,resolve:s,reject:o}),this.drain()})}close(){this.closed=!0}dispose(e=new Error("AsyncQueue disposed")){for(this.disposed=!0,this.closed=!0;this.slots.length>0;)this.slots.shift()?.reject(e)}get size(){return this.slots.length}get isRunning(){return this.running}get isDisposed(){return this.disposed}async drain(){if(!this.running){this.running=!0;try{for(;this.slots.length>0&&!this.disposed;){let e=this.slots.shift();if(!e)break;try{let s=await e.task();e.resolve(s)}catch(s){e.reject(s)}}}finally{this.running=!1}}}};var Gn=class{agentId;framework;workspace;deployType;accountId;patToken;sessions=new Map;sessionQueues=new Map;activeTriggers=new Map;status="ok";model;lastActiveAt=Date.now();constructor(e){this.agentId=e.agentId,this.framework=e.framework,this.workspace=e.workspace,this.model=e.model,this.deployType=e.deployType??"local",e.accountId&&(this.accountId=e.accountId),e.patToken&&(this.patToken=e.patToken)}setPatToken(e){this.patToken=e}getSessionQueue(e){let s=this.sessionQueues.get(e);return(!s||s.isDisposed)&&(s=new Nt,this.sessionQueues.set(e,s)),s}allSessionQueues(){return this.sessionQueues.entries()}hasSessionQueue(e){let s=this.sessionQueues.get(e);return!!s&&!s.isDisposed}async dispose(e){this.status="stopped";let s=new Error(`AgentSession disposed${e?`: ${e}`:""}`);for(let o of this.sessionQueues.values())o.dispose(s);this.sessionQueues.clear(),await this.killAllRuntimes(e??"dispose")}async killAllRuntimes(e){let s=[];for(let[,o]of this.sessions)nn(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function nn(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as ad}from"node:child_process";import{homedir as cd}from"node:os";import{join as xd}from"node:path";In();F();async function fo(){let n=xd(cd(),".openclaw/openclaw.json");return(await Ct(n))?.gateway?.auth?.token??""}var xo=k("openclaw.config"),dd=[0,5e3,5e3],uo="models.providers.",jn="agents.defaults.models",Wn=class{command;env;retryDelaysMs;queue=new Nt;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??dd}async withRetry(e,s){let o;for(let c=0;c<this.retryDelaysMs.length;c++){let x=this.retryDelaysMs[c]??0;x>0&&await new Promise(u=>setTimeout(u,x));try{return await s()}catch(u){o=u,xo.warn("openclaw cli failed, will retry",{label:e,attempt:c+1,err:String(u)})}}throw new v("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((s,o)=>{let c=ad(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),x="";c.stderr?.on("data",u=>{x+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`exit ${u}: ${x.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let c=String(o);if(s.some(x=>c.includes(x)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){xo.warn(`${e} failed (best-effort)`,{configPath:s,err:String(o)})}}ensureProvider(e,s){return this.queue.enqueue(()=>this.withRetry(`config set models.providers.${e}`,()=>this.runCli(["config","set",`${uo}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${uo}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${jn}[${e}]`,()=>this.runCli(["config","set",jn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${jn}[${e}]`,`${jn}.${e}`)}ensureAgent(e,s,o){let c=["agents","add",e,"--workspace",s,"--non-interactive"];return o&&c.push("--model",o),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(c,["already exists","already registered"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var Ee=k("agent-manager"),fd=(n,e,s,o,c,x,u,l)=>{switch(n){case"claude-code":{let h={...c?{...Us(c),...Ks(c,u)}:{},...l??{}};return new Hn({cwd:s,...Object.keys(h).length>0?{env:h}:{}})}case"codex":{let h=c?[...qs(c),...js(c,u),"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"']:[],m={...c?Hs(c):{},...l??{}},w=!!c;return new Kn({cwd:s,...h.length>0?{extraArgs:h}:{},...Object.keys(m).length>0?{env:m}:{},...w?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Rt({command:e,cwd:s,agentId:o,...x?{sessionName:ti(x)}:{}})}};function lo(n){return n==="claude-code"||n==="codex"}var ld={path:"",version:"cloud-deployed"},gd={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},hd=6e4,$n=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??fd,this.createTimeoutMs=e.createTimeoutMs??hd}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new v("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=new Wn({command:e.path})}return this.openclawConfigCache}async createAgent(e){if(!e.agentId)throw new v("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new v("IPC_BAD_REQUEST","framework required");let s=Jt(e._meta)==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let o=this.registry.get(e.agentId);if(o){if(o.framework!==e.framework)throw new v("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${o.framework})`);if(o.status==="error")Ee.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(I=>Ee.warn("dispose stale agent failed (ignored)",{err:String(I)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==o.patToken){Ee.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),o.setPatToken(e.patToken);let I=await pe(e.agentId,this.paths).catch(()=>null);I&&(I.patToken=e.patToken,await Pe(I,this.paths))}return Ee.info("agent already exists, return current",{agentId:e.agentId}),{ok:!0,agentId:o.agentId,workspace:o.workspace,framework:o.framework}}}if(!s&&!this.config.frameworksCache?.[e.framework])throw new v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);let x=We(e.agentId,this.paths),u=Jt(e._meta),l=e.framework==="openclaw"&&u==="local",h=l?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,m=e.workspace??h??x.workspace,w=new AbortController,_=setTimeout(()=>w.abort(new v("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),S,T=!1;try{s&&lo(e.framework)&&await En(e.framework,w.signal);let I=()=>{if(w.signal.aborted)throw w.signal.reason instanceof Error?w.signal.reason:new v("AGENT_TIMEOUT","_agent/create aborted")};await ni(x.root,{recursive:!0}),await ni(m,{recursive:!0}),await ni(x.logs,{recursive:!0}),I(),l||await It(m,e.framework,e.agentId,e.cozeIdentity),s&&e.framework==="claude-code"&&await Ts(m),I();let C=await pe(e.agentId,this.paths).catch(()=>null),H=zs({model:e.model??C?.model}),X=ks(e._meta)??C?.accountId,K=e.patToken??C?.patToken;if(S=new Gn({agentId:e.agentId,framework:e.framework,workspace:m,model:H.model??Be,deployType:u,...X?{accountId:X}:{},...K?{patToken:K}:{}}),S.status="ok",C?.sessions){for(let[De,he]of Object.entries(C.sessions))S.sessions.set(De,{acpSessionId:he.acpSessionId,modelToken:he.modelToken,tokenGeneratedAt:he.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let oe=Object.keys(C.sessions).length;oe>0&&Ee.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:oe})}this.registry.register(S),T=!0;let J={agentId:e.agentId,framework:e.framework,workspace:m,cozeIdentity:e.cozeIdentity,createdAt:C?.createdAt??Date.now(),sessions:C?.sessions??{},model:H.model};u==="cloud"&&(J.deployType="cloud"),X&&(J.accountId=X),K&&(J.patToken=K),C?.skills&&(J.skills=C.skills),C?.agentName&&(J.agentName=C.agentName),C?.description&&(J.description=C.description),e.framework==="openclaw"&&u==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,m):Ee.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let se=e.initialSkills??[];if(se.length>0){let oe=[...J.skills??[]],De=new Map(oe.map((xe,de)=>[xe.skillId,de])),he=0;for(let xe of se)try{let de=await Qr({agentId:e.agentId,workspace:m,framework:e.framework,skill:xe});ei(oe,De,de),he++}catch(de){Ee.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:xe.skillId,skillName:xe.skillName,err:String(de)})}he>0&&(J.skills=oe,Ee.info("initialSkills installed",{agentId:e.agentId,installed:he,requested:se.length}))}return await Pe(J,this.paths),Ee.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:u}),{ok:!0,agentId:e.agentId,workspace:m,framework:e.framework}}catch(I){throw Ee.error("agent create failed, rolling back",{agentId:e.agentId,err:String(I)}),T&&S&&(await S.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await ud(x.root,{recursive:!0,force:!0}).catch(C=>Ee.warn("rm agent dir failed (ignored)",{err:String(C)})),I instanceof v?I:new v("AGENT_SPAWN_FAILED",String(I),{cause:I})}finally{clearTimeout(_)}}async spawnSessionDownstream(e,s,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&lo(e.framework))u=ld;else throw new v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);let l=e.deployType==="cloud"?{model:e.model,modelToken:s}:void 0,h;e.framework==="openclaw"?h=await this.buildOpenclawDownstream({session:e,modelConfig:l,cloudSessionId:o,cozeEnv:c,command:u.path}):h=this.factory(e.framework,u.path,e.workspace,e.agentId,l,o,c,this.buildBinShimPathEnv());try{return await h.start(),await h.initialize(gd),h}catch(m){throw await h.stop("spawnSessionDownstream failed").catch(()=>{}),m instanceof v?m:new v("AGENT_SPAWN_FAILED",m instanceof Error?m.message:String(m),{cause:m})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:c,cozeEnv:x,command:u}=e,l=ti(c);if(s.deployType==="local"){let _=this.config.frameworksCache?.openclaw?.defaultAgent;if(!_?.id||!_.workspace)throw new v("AGENT_SPAWN_FAILED","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent");return new Rt({command:u,cwd:_.workspace,agentId:_.id,sessionName:l})}let h=await fo(),m=o?Gs(o,x):null,w;if(m){let _=Xr(c),T=m.models[0]?.id??Be,I=`${_}/${T}`;if(!this.ensuredProviders.has(I)){let C=this.getOpenclawConfig();await C.ensureProvider(_,m),await C.addModelToAllowlist(I),this.ensuredProviders.add(I)}w=I}return new Rt({command:u,cwd:s.workspace,agentId:s.agentId,sessionName:l,...h?{gatewayToken:h}:{},...w?{slashModelOnStart:w}:{}})}async openclawRepair(e,s){let o=this.getOpenclawConfig();await o.deleteAgent(e),await o.ensureAgent(e,s)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let s=this.openclawConfigCache;for(let o of e.sessions.keys()){let c=Xr(o),x=`${c}/${e.model}`,u=!0;try{await s.removeProvider(c)}catch(l){u=!1,Ee.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:c,err:String(l)})}try{await s.removeModelFromAllowlist(x)}catch(l){u=!1,Ee.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:x,err:String(l)})}u&&this.ensuredProviders.delete(x)}}};import{randomUUID as Cd}from"node:crypto";import{promises as Id}from"node:fs";import{basename as Pd}from"node:path";import{promises as md}from"node:fs";import{basename as wd}from"node:path";F();var go=k("file-upload"),_d="/api/coze_claw/file/agent_upload",yd=6e4;async function ho(n,e={}){let o=`${Nn(Ln(e.handshakeBase))}${_d}`,c=e.timeoutMs??yd,x=await md.readFile(n.path),u=new FormData;u.append("agent_id",n.agentId),u.append("session_id",n.sessionId),u.append("file_name",n.name),u.append("file_content",new Blob([x],{type:n.mimeType}),n.name);let l={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",...Tt(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},h=new AbortController,m=setTimeout(()=>h.abort(),c);go.info("file upload start",{url:o,agentId:n.agentId,sessionId:n.sessionId,name:n.name,bytes:n.sizeBytes,mime:n.mimeType});try{let w=await fetch(o,{method:"POST",headers:l,body:u,signal:h.signal}),_=w.headers.get("x-tt-logid")??"";if(!w.ok){let I=await w.text().catch(()=>"");throw new v("UPLOAD_FAILED",`upload HTTP ${w.status} logid=${_}: ${I.slice(0,200)}`)}let S=await w.json();if(S.code!==void 0&&S.code!==0)throw new v("UPLOAD_FAILED",`upload code=${S.code} msg=${S.msg??"-"} logid=${_}`);let T=S.data?.file?.file_url;if(!T)throw new v("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${_}: ${JSON.stringify(S).slice(0,200)}`);return go.info("file upload ok",{uri:T,logid:_}),{uri:T}}catch(w){throw w instanceof v?w:w.name==="AbortError"?new v("UPLOAD_FAILED",`upload timeout (${c}ms) for ${wd(n.path)}`):new v("UPLOAD_FAILED",String(w),{cause:w})}finally{clearTimeout(m)}}F();import{promises as vd}from"node:fs";import{extname as bd}from"node:path";var Sd=[{mime:"image/png",prefix:[137,80,78,71]},{mime:"image/jpeg",prefix:[255,216,255]},{mime:"image/gif",prefix:[71,73,70,56]},{mime:"application/pdf",prefix:[37,80,68,70]}];function Ed(n){return n[0]===82&&n[1]===73&&n[2]===70&&n[3]===70&&n[8]===87&&n[9]===69&&n[10]===66&&n[11]===80}var Ad={".txt":"text/plain",".md":"text/markdown",".svg":"image/svg+xml",".json":"application/json"};async function po(n){let e=await vd.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Ed(s))return"image/webp";for(let o of Sd)if(o.prefix.every((c,x)=>s[x]===c))return o.mime}finally{await e.close()}return Ad[bd(n).toLowerCase()]??"application/octet-stream"}re();var mo=k("agent-send"),wo=50*1024*1024,Td=new Set(["image/png","image/jpeg","image/webp","image/gif","image/svg+xml","application/pdf","application/json","text/plain","text/markdown"]);async function _o(n,e){let s=e.core.get(n.agentId);if(!s)throw new v("AGENT_NOT_FOUND",`agent=${n.agentId}`);if(e.core.disconnectedAgents.has(n.agentId))throw new v("AGENT_DISCONNECTED",`agent=${n.agentId} was disconnected by cloud`);if(s.deployType!=="cloud")throw new v("IPC_BAD_REQUEST",`agent=${n.agentId} is not a cloud agent (deployType=${s.deployType}); send only available for cloud agents`);let o=s.sessions.get(n.sessionId);if(!o)throw new v("AGENT_NOT_FOUND",`session=${n.sessionId} not active in agent=${n.agentId}`);if(!await As(n.path,s.workspace))throw new v("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let c=await Id.stat(n.path).catch(()=>null);if(!c||!c.isFile())throw new v("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(c.size>wo)throw new v("FILE_TOO_LARGE",`${c.size} bytes > limit ${wo}`);let x=await po(n.path);if(!Td.has(x))throw new v("UNSUPPORTED_MIME",`mime=${x} not in whitelist`);if(n.kind==="image"&&!x.startsWith("image/"))throw new v("UNSUPPORTED_MIME",`kind=image but mime=${x}`);if(!e.core.upstream.isConnected())throw new v("UPSTREAM_NOT_READY","cloud WS not connected");let u=n.name??Pd(n.path),l=await ho({patToken:e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:x,name:u,sizeBytes:c.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),h={sessionUpdate:"agent_file",messageId:Cd(),content:{type:n.kind==="image"?"image":"resource",uri:l.uri,mimeType:x,name:u,sizeBytes:c.size,...l.fileId!==void 0?{fileId:l.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}},m=2,w;for(let _=0;_<=m;_++)try{await e.core.sendAgentFileUpdate(s,o,n.sessionId,h),w=void 0;break}catch(S){w=S,_<m&&(mo.warn("sendAgentFileUpdate failed, retrying",{attempt:_+1,err:String(S)}),await new Promise(T=>setTimeout(T,5e3)))}if(w)throw new v("UPSTREAM_NOT_READY",`agent file uploaded to cloud but sendAgentFileUpdate failed after ${m+1} attempts: ${String(w)}`,{cause:w});return mo.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:u,bytes:c.size,mime:x,uri:l.uri}),{ok:!0,uri:l.uri,bytes:c.size,mimeType:x,...l.fileId!==void 0?{fileId:l.fileId}:{}}}F();import{execFile as kd}from"node:child_process";import{promisify as Dd}from"node:util";var Rd=Dd(kd),at=k("coze-cli-installer"),yo="@coze/cli@0.1.3-alpha.89c42a",vo="https://bnpm.byted.org",Nd="coze",Od=5e3,Ld=9e4,bo=1e4,rn=null,ri=!1;async function ii(n,e={}){if(ri)return;if(rn)return rn;let s=e.exec??Rd;return rn=(async()=>{try{let o=await Bd(Nd,s);if(o){at.info("coze-cli already on PATH, skip install + config + auth",{path:o}),ri=!0;return}at.info("coze-cli install start",{package:yo,registry:vo});try{await s("npm",["i","-g",yo,"--registry",vo],{timeout:Ld,maxBuffer:10*1024*1024}),at.info("coze-cli install ok")}catch(c){at.warn("coze-cli install failed (skip subsequent steps)",{err:String(c)});return}if(n.env)try{await s("coze",["config","set","xTTEnv",n.env],{timeout:bo}),at.info("coze config set xTTEnv ok",{env:n.env})}catch(c){at.warn("coze config set failed (continue to auth login)",{err:String(c)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:bo}),at.info("coze auth login ok")}catch(c){at.warn("coze auth login failed",{err:String(c)});return}ri=!0}finally{rn=null}})(),rn}async function Bd(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:Od});return o.split(`
120
- `)[0]?.trim()||void 0}catch{return}}F();import{spawn as Md}from"node:child_process";import{constants as So,access as zd}from"node:fs/promises";import{delimiter as Fd,join as Ud}from"node:path";var Eo=k("framework-detector"),Ao={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},qd=[".exe",".cmd",".bat",".ps1"],Ot=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??Md,access:e.access??zd}}async detect(e){let s=Ao[e],o=await this.which(s);if(!o)return Eo.debug("framework binary not found",{framework:e,bin:s}),null;let[c,x]=await Promise.all([this.probeVersion(o),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),u={path:o,version:c};return x&&(u.defaultAgent=x),u}async detectAll(){let e=await Promise.all(Object.keys(Ao).map(async o=>[o,await this.detect(o)])),s={};for(let[o,c]of e)c&&(s[o]=c);return s}async which(e){let s=this.env.pathEnv.split(Fd).filter(Boolean),o=this.env.platform==="win32"?["",...qd]:[""];for(let c of s)for(let x of o){let u=Ud(c,e+x);if(await this.isExecutable(u))return u}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?So.F_OK:So.X_OK;return await this.env.access(e,s),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let s=await this.runProbe(e,["agents","list","--json"]);if(!s||s.code!==0)return null;try{let o=JSON.parse(s.stdout);if(!Array.isArray(o))return null;let c=o.find(x=>x?.isDefault===!0);return!c?.id||!c.workspace?null:{id:c.id,workspace:c.workspace}}catch(o){return Eo.warn("openclaw agents list --json parse failed",{err:String(o)}),null}}async probeVersion(e){let s=await this.runProbe(e,["--version"]);return s&&(Kd(s.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let c="",x=!1,u,l=h=>{x||(x=!0,u&&clearTimeout(u),o(h))};try{let h=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});u=setTimeout(()=>{h.kill("SIGKILL"),l(null)},5e3),h.stdout?.on("data",m=>{c+=m.toString("utf8")}),h.on("error",()=>l(null)),h.on("close",m=>l({code:m,stdout:c}))}catch{l(null)}})}},Hd=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Kd(n){return n.replace(Hd,"")}Lt();import{randomBytes as cu}from"node:crypto";import{createReadStream as jd}from"node:fs";import{mkdir as Wd,readFile as $d,realpath as Jd,stat as Vd,writeFile as Yd}from"node:fs/promises";import{basename as Xd,dirname as si,join as Zd,relative as Qd,resolve as Io,sep as eu}from"node:path";import{createInterface as tu}from"node:readline";F();var To=k("fs-rpc"),sn=qn("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function ko(n,e){let s=Buffer.byteLength(n.content,"utf8");if(s>sn)throw new v("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${s} bytes > limit ${sn} bytes`);let o=await Ro(n.path,e);return await Wd(si(o),{recursive:!0}),await Yd(o,n.content,"utf8"),To.info("fs/write_text_file ok",{path:o,size:n.content.length}),null}async function Do(n,e){let s=await Ro(n.path,e),o=await Vd(s),c=typeof n.line=="number"||typeof n.limit=="number";if(o.size>sn&&!c)throw new v("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${o.size} bytes > ${sn} bytes`);let x;if(c&&o.size>sn)x=await nu(s,n.line??1,n.limit);else{let u=await $d(s,"utf8");if(c){let l=u.split(`
121
- `),h=Math.max(0,(n.line??1)-1),m=typeof n.limit=="number"?h+n.limit:void 0;x=l.slice(h,m).join(`
122
- `)}else x=u}return To.info("fs/read_text_file ok",{path:s,size:x.length}),{content:x}}async function nu(n,e,s){let o=tu({input:jd(n,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),c=Math.max(0,e-1),x=typeof s=="number"?c+s:Number.POSITIVE_INFINITY,u=[],l=0;try{for await(let h of o)if(l>=c&&l<x&&u.push(h),l++,l>=x)break}finally{o.close()}return u.join(`
123
- `)}async function Ro(n,e){if(typeof n!="string"||n.length===0)throw new v("IPC_BAD_REQUEST","path must be a non-empty string");let[s,o]=await Promise.all([Po(Io(e)),Po(Io(n))]),c=Qd(s,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${eu}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function Po(n){let e=[],s=n;for(;s!==si(s);)try{let o=await Jd(s);return e.length?Zd(o,...e.reverse()):o}catch{e.push(Xd(s)),s=si(s)}return n}F();var No=k("prompt-multimodal"),Oo=10*1024*1024,ru=15e3,iu=6;async function Lo(n){let e=new Array(n.length),s=0;async function o(){for(;s<n.length;){let x=s++,u=n[x];u!==void 0&&(e[x]=await su(u))}}let c=Array.from({length:Math.min(iu,n.length)},()=>o());return await Promise.all(c),e}async function su(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!Rn(e.uri))return n;try{let{buf:s,contentType:o}=await au(e.uri),c=e.mimeType||ou(o)||"application/octet-stream";return No.info("image uri fetched and inlined",{uri:e.uri,bytes:s.length,mimeType:c}),{type:"image",data:s.toString("base64"),mimeType:c}}catch(s){return No.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function ou(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function au(n){let e=new AbortController,s=setTimeout(()=>e.abort(),ru);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new Error(`HTTP ${o.status} ${o.statusText}`);let c=await o.arrayBuffer();if(c.byteLength>Oo)throw new Error(`image too large: ${c.byteLength} bytes (max ${Oo})`);return{buf:Buffer.from(c),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}rt();Lt();F();var B=k("core"),xu=3e4,du=/^(boe|ppe)_[A-Za-z0-9_-]+$/,uu=3e4,fu=new Set(["_agent/create","session/new","session/load","session/prompt"]),Jn=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upgradeGate;upstreamIds=new Dt;pendingUpstream=new Map;pendingBridge=new Map;currentCozeEnv;constructor(e){this.upstream=e.upstream,this.extensions=e.extensions??{},this.paths=e.paths,this.sessionSpawner=e.sessionSpawner,this.sessionIdleTimeoutMs=Co(e.bridgeConfig),this.upgradeGate=e.upgradeGate}registerExtension(e,s){this.extensions[e]=s}getCozeEnv(){return this.currentCozeEnv}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),this.upstream.onConnect?.(({initial:e})=>{e||this.rejectAllPendingOnReconnect()}),await this.upstream.start(),B.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){B.info("Core stopping",{reason:e}),await Promise.all([...this.agents.values()].map(s=>s.dispose(e))),this.agents.clear(),await this.upstream.stop(e)}get(e){return this.agents.get(e)}register(e){this.agents.set(e.agentId,e),B.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let s of this.registerHandlers)try{s(e.agentId)}catch(o){B.warn("onAgentRegister handler threw (ignored)",{agentId:e.agentId,err:String(o)})}}onAgentRegister(e){return this.registerHandlers.add(e),()=>this.registerHandlers.delete(e)}registerHandlers=new Set;unregister(e){this.agents.delete(e)}reviveIfDisconnected(e){this.disconnectedAgents.delete(e)&&B.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,s,o){let c=o.downstream;c&&(c.onUpdate(x=>{o.loadingSession||this.forwardUpdate(e,x)}),c.onAgentRequest(x=>{this.handleAgentRequest(e,c,x)}),c.onExit((x,u)=>{B.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:x,signal:u}),nn(o),o.downstream=void 0,o.replySeq=0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),this.rejectPendingForDownstream(c,"downstream exited")}))}hasPendingPermissionFor(e){for(let s of this.pendingUpstream.values())if(s.downstream===e)return!0;return!1}rejectPendingForDownstream(e,s){let o=[];for(let[c,x]of this.pendingUpstream)x.downstream===e&&o.push(c);if(o.length!==0){B.info("reject pendingUpstream entries (downstream gone)",{reason:s,count:o.length});for(let c of o){let x=this.pendingUpstream.get(c);if(x){this.pendingUpstream.delete(c),this.upstream.send(st(c,{code:q.INTERNAL_ERROR,message:`bridge downstream gone: ${s}`})).catch(u=>B.debug("send error response to upstream failed (ignored)",{err:String(u)}));try{x.downstream.respondAgentRequestError(x.agentRequestId,{code:q.INTERNAL_ERROR,message:`bridge: ${s}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,s=this.pendingBridge.size;if(!(e===0&&s===0)){B.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:s});for(let[,o]of this.pendingUpstream)try{o.downstream.respondAgentRequestError(o.agentRequestId,{code:q.INTERNAL_ERROR,message:"upstream reconnected; please retry"})}catch{}this.pendingUpstream.clear();for(let[,o]of this.pendingBridge)clearTimeout(o.timer),o.reject(new v("UPSTREAM_DISCONNECTED",`${o.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(Fn(e)){this.handleUpstreamResponse(e);return}if(!("method"in e)||typeof e.method!="string")return;let s="id"in e&&e.id!==void 0?e.id:null,o=e.params?._meta?.cozeEnv;o&&du.test(o)?this.currentCozeEnv=o:o&&B.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:o});try{if(this.upgradeGate?.isUpgrading()&&fu.has(e.method)){let c=this.upgradeGate.pendingTarget()??"";throw new v("BRIDGE_UPGRADING",`bridge upgrading to ${c}, retry shortly`,{retriable:!0})}if(e.method.startsWith("_agent/")){let c=this.extensions[e.method];if(!c){s!==null?await this.sendError(s,q.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):B.warn("drop notification: extension not registered",{method:e.method});return}let x=await c(e,this);s!==null&&await this.upstream.send(kt(s,x));return}if(e.method.startsWith("session/")){let c=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(kt(s,c));return}if(e.method==="initialize"){s!==null&&await this.upstream.send(kt(s,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}s!==null?await this.sendError(s,q.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):B.warn("drop unknown notification",{method:e.method})}catch(c){B.error("handleFrame failed",{method:e.method,err:String(c)}),s!==null&&await this.upstream.send(st(s,tn(c)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new v("IPC_BAD_REQUEST",`${e.method} requires params`);let s=e.params,o=s._meta?.cozeAgentId;if(!o)throw new v("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let c=this.agents.get(o);if(!c)throw this.disconnectedAgents.has(o)?new v("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new v("AGENT_NOT_FOUND",`agent not found: ${o}`);let x=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!x)return this.dispatchSessionCall(c,e.method,s);let u=Date.now(),l=!1,h=e.method==="session/prompt";h&&this.upgradeGate?.incActive();try{let m=await c.getSessionQueue(x).enqueue(()=>this.dispatchSessionCall(c,e.method,s));return l=!0,m}finally{h&&this.upgradeGate?.decActive(),B.info("session call done",{agentId:c.agentId,method:e.method,durationMs:Date.now()-u,ok:l})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:c}=Ds(o);switch(s){case"session/new":{let x=lu();return B.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:x}),{sessionId:x}}case"session/load":{let x=c;return B.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:x.sessionId}),{}}case"session/prompt":{let x=c,u=x.sessionId;if(!u)throw new v("IPC_BAD_REQUEST","session/prompt: missing sessionId");let l=await this.ensureRuntime(e,u);if(l.replySeq=0,await this.ensureDownstream(e,u,l),!l.downstream||!l.acpSessionId)throw new v("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let h=o._meta?.cozeTriggerMsgId;h?e.activeTriggers.set(l.acpSessionId,h):e.activeTriggers.delete(l.acpSessionId);let m=await Lo(x.prompt);try{let w=await l.downstream.sessionPrompt({...x,sessionId:l.acpSessionId,prompt:m});return l.lastActiveAt=Date.now(),w}finally{if(e.activeTriggers.delete(l.acpSessionId),l.reloadAfterTurn){l.reloadAfterTurn=!1;let w=l.downstream;w&&(l.downstream=void 0,B.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:u,acpId:l.acpSessionId}),w.stop("reload-after-turn").catch(_=>B.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:u,err:String(_)})))}else l.downstream?.isAlive()&&this.armIdleTimer(e,u,l)}}case"session/cancel":{let u=c.sessionId;if(!u)throw new v("IPC_BAD_REQUEST","session/cancel: missing sessionId");let l=e.sessions.get(u);if(e.hasSessionQueue(u)){let h=e.getSessionQueue(u);h.size>0&&(B.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:u,queuedCount:h.size}),h.dispose(new v("AGENT_PROTOCOL_ERROR",`cancelled by session/cancel on ${u}`)))}return l?.downstream?.isAlive()&&l.acpSessionId&&await l.downstream.sessionCancel({sessionId:l.acpSessionId}),{ok:!0}}default:throw new v("IPC_BAD_REQUEST",`session method not supported: ${s}`)}}async ensureRuntime(e,s){let o=e.sessions.get(s);if(o)return o;let x={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,s):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return e.sessions.set(s,x),await this.persistSessionMapping(e),x}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let c=await this.sendRequest(Le.GEN_MODEL_TOKEN,o,uu);if(!c?.modelToken)throw new v("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return c.modelToken}catch(c){throw c instanceof v&&c.code==="MODEL_TOKEN_GEN_FAILED"?c:new v("MODEL_TOKEN_GEN_FAILED",c instanceof Error?c.message:String(c),{cause:c})}}async ensureDownstream(e,s,o){if(nn(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new v("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let c=3,x=3e4,u=o.spawnFailCount??0,l=o.spawnFailedAt??0;if(u>=c&&Date.now()-l<x)throw new v("AGENT_SPAWN_FAILED",`agent ${e.agentId} session ${s} spawn failed ${u} times in a row; please check framework binary / network and retry after ${Math.ceil((x-(Date.now()-l))/1e3)}s`);let h;try{h=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv)}catch(m){throw o.spawnFailCount=u+1,o.spawnFailedAt=Date.now(),o.spawnFailCount>=c&&o.acpSessionId&&(B.warn("clearing stale acpSessionId after repeated spawn failures",{agentId:e.agentId,cloudId:s,staleAcpId:o.acpSessionId}),o.acpSessionId=void 0),m}if(o.spawnFailCount=0,o.spawnFailedAt=void 0,o.downstream=h,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await h.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),B.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(m){B.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(m)}),o.acpSessionId=void 0;let w=await h.sessionNew({cwd:e.workspace});o.acpSessionId=w.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let m=await h.sessionNew({cwd:e.workspace});o.acpSessionId=m.sessionId,await this.persistSessionMapping(e)}h.afterSessionEstablished&&o.acpSessionId&&await h.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(nn(o),this.isRuntimeBusy(e,o)){B.debug("skip idle timer: runtime busy (in-flight turn / pending permission)",{agentId:e.agentId,cloudId:s});return}o.idleTimer=setTimeout(()=>{if(o.idleTimer=void 0,this.isRuntimeBusy(e,o)){B.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:s}),this.armIdleTimer(e,s,o);return}B.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:s});let c=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),c&&c.stop("idle timeout").catch(x=>B.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(x)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,s){if(s.acpSessionId&&e.activeTriggers.has(s.acpSessionId))return!0;let o=s.downstream;if(!o)return!1;for(let c of this.pendingUpstream.values())if(c.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,s,o,c){let x={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let u=e.activeTriggers.get(s.acpSessionId);u&&(x.cozeTriggerMsgId=u)}await this.upstream.send(Qt("session/update",{sessionId:o,update:c,_meta:x}))}forwardUpdate(e,s){let o=s.sessionId,c=this.reverseSessionId(e,o);if(!c){B.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let x=e.sessions.get(c);if(!x){B.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:c});return}if(hu(s)){B.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let u={cozeAgentId:e.agentId,cozeReplySeqID:++x.replySeq},l=e.activeTriggers.get(o);l&&(u.cozeTriggerMsgId=l),this.upstream.send(Qt("session/update",{...s,sessionId:c,_meta:u})).catch(h=>B.warn("forward update failed",{agentId:e.agentId,err:String(h)}))}handleAgentRequest(e,s,o){if(o.method==="session/request_permission"){this.forwardPermissionRequest(e,s,o);return}if(o.method==="fs/write_text_file"||o.method==="fs/read_text_file"){this.handleFsRpcRequest(e,s,o);return}B.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),s.respondAgentRequestError(o.id,{code:q.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${o.method}`})}async handleFsRpcRequest(e,s,o){try{let c=e.workspace;if(o.method==="fs/write_text_file"){let x=o.params??{},u=await ko(x,c);s.respondAgentRequest(o.id,u)}else{let x=o.params??{},u=await Do(x,c);s.respondAgentRequest(o.id,u)}}catch(c){B.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(c)}),s.respondAgentRequestError(o.id,tn(c))}}forwardPermissionRequest(e,s,o){let c=this.upstreamIds.next("session/request_permission"),x=o.params??{},l=x.sessionId,h=l?e.activeTriggers.get(l):void 0,m={cozeAgentId:e.agentId};h&&(m.cozeTriggerMsgId=h);let w=l?this.reverseSessionId(e,l):void 0,_={...x,...w?{sessionId:w}:{},_meta:m};this.pendingUpstream.set(c,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),B.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:c,acpSessionId:l,cloudSessionId:w,toolCallId:x.toolCall?.toolCallId,options:x.options?.map(S=>({optionId:S.optionId,kind:S.kind,name:S.name}))}),this.upstream.send(Zt(c,"session/request_permission",_)).catch(S=>{this.pendingUpstream.delete(c),B.error("forward permission request failed",{agentId:e.agentId,err:String(S)}),s.respondAgentRequestError(o.id,{code:q.INTERNAL_ERROR,message:`upstream send failed: ${String(S)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let s=this.lookupPending(this.pendingUpstream,e.id,"upstream");if(s){this.pendingUpstream.delete(s.key);let c=s.value;e.error?(B.info("upstream \u2192 permission response (error)",{agentId:c.agentId,upstreamId:e.id,method:c.method,error:e.error}),c.downstream.respondAgentRequestError(c.agentRequestId,e.error)):(c.method==="session/request_permission"&&gu(e.result,c),B.info("upstream \u2192 permission response (result)",{agentId:c.agentId,upstreamId:e.id,method:c.method,result:e.result}),c.downstream.respondAgentRequest(c.agentRequestId,e.result));return}let o=this.lookupPending(this.pendingBridge,e.id,"bridge");if(o){this.pendingBridge.delete(o.key),clearTimeout(o.value.timer),e.error?o.value.reject(new zn(e.error)):o.value.resolve(e.result);return}B.debug("orphan upstream response (no pending)",{id:e.id})}lookupPending(e,s,o){let c=e.get(s);if(c)return{value:c,key:s};if(typeof s=="number"){let x=String(s),u=e.get(x);if(u)return B.warn(`${o} id type mismatch: number received but Bridge expected string`,{rawId:s,normalizedId:x}),{value:u,key:x}}}sendRequest(e,s,o=xu){let c=this.upstreamIds.next(e);return new Promise((x,u)=>{let l=setTimeout(()=>{this.pendingBridge.delete(c),u(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(c,{method:e,resolve:x,reject:u,timer:l}),this.upstream.send(Zt(c,e,s)).catch(h=>{let m=this.pendingBridge.get(c);m&&(clearTimeout(m.timer),this.pendingBridge.delete(c)),u(h)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,c]of e.sessions){let x={modelToken:c.modelToken,tokenGeneratedAt:c.tokenGeneratedAt};c.acpSessionId&&(x.acpSessionId=c.acpSessionId),s.set(o,x)}await Wr(e.agentId,s,this.paths)}catch(s){B.warn("persist session mapping failed",{agentId:e.agentId,err:String(s)})}}reverseSessionId(e,s){for(let[o,c]of e.sessions.entries())if(c.acpSessionId===s)return o}sendError(e,s,o){return this.upstream.send(st(e,{code:s,message:o,data:{bridgeVersion:it}}))}};function lu(){return cu(16).toString("hex")}function gu(n,e){if(!n||typeof n!="object"){B.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:n});return}let s=n;if("kind"in s&&!("outcome"in s)){B.warn('permission response: top-level "kind" field (D66 historical bug shape)',{agentId:e.agentId,result:n});return}let o=s.outcome;if(!o||typeof o!="object"){B.warn("permission response: missing or non-object outcome field",{agentId:e.agentId,result:n});return}let x=o.outcome;(typeof x!="string"||x!=="selected"&&x!=="cancelled")&&B.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:x,result:n})}function hu(n){let e=n.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let s=e.content;if(!s||typeof s!="object")return!1;let o=s;return o.type!=="text"||typeof o.text!="string"?!1:o.text.startsWith("Model metadata for `")}F();re();import{randomBytes as pu}from"node:crypto";import{chmod as mu,mkdir as wu,writeFile as Bo}from"node:fs/promises";import{createServer as _u}from"node:http";import{dirname as yu}from"node:path";var vu=1e6,oi=k("ipc"),Vn=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(s=>[`${s.method} ${s.path}`,s])),this.paths=e.paths??U()}async start(){this.token=pu(32).toString("hex");let e=_u((o,c)=>{this.dispatch(o,c)});this.server=e,await new Promise((o,c)=>{e.once("error",c),e.listen(0,"127.0.0.1",()=>o())});let s=e.address();if(!s||typeof s!="object")throw new Error("failed to obtain IPC port");return this.port=s.port,await this.persistAuthFiles(),oi.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((s,o)=>{e.close(c=>c?o(c):s())}),this.server=null)}async persistAuthFiles(){await wu(yu(this.paths.portFile),{recursive:!0}),await Bo(this.paths.portFile,String(this.port),"utf8"),await Bo(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await mu(this.paths.tokenFile,384)}catch(e){oi.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,s){if(e.headers.authorization!==`Bearer ${this.token}`){on(s,401,{error:"unauthorized"});return}let c=`${e.method} ${(e.url??"").split("?")[0]}`,x=this.routes.get(c);if(!x){on(s,404,{error:"not found"});return}let u=null;if(e.method==="POST")try{u=await bu(e)}catch(l){on(s,400,{error:"invalid json",detail:String(l)});return}try{let l=await x.handler(u,e);on(s,200,l??{ok:!0})}catch(l){oi.error("IPC handler failed",{key:c,err:String(l)}),on(s,500,{error:l instanceof Error?l.message:String(l)})}}};function on(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function bu(n){let e=[],s=0;for await(let c of n){let x=c;if(s+=x.length,s>vu)throw new Error("body too large");e.push(x)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}import{sep as Mo}from"node:path";import{fileURLToPath as Su}from"node:url";function zo(){return Eu(Su(import.meta.url))}function Eu(n){let e=`${Mo}src${Mo}`;return n.includes(e)}F();re();import{spawn as Au}from"node:child_process";import{existsSync as Cu,mkdirSync as Iu,openSync as Pu}from"node:fs";import{dirname as Tu}from"node:path";import{fileURLToPath as ku}from"node:url";var Du=k("spawn-helper");function Ru(n){return Cu(n.libEntry)?n.libEntry:ku(new URL("../index.ts",import.meta.url))}function Nu(n,e,s){let o=n.endsWith(".ts"),c=["--upgrade-helper",`--target-version=${e}`,`--old-pid=${s}`];return o?["--import","tsx/esm",n,...c]:[n,...c]}async function Fo(n,e,s={}){let o=s.paths??U(),c=Ru(o);Iu(Tu(o.logFile),{recursive:!0});let x=Pu(o.logFile,"a"),u=Nu(c,n,e),l=Au(process.execPath,u,{detached:!0,stdio:["ignore",x,x],env:{...process.env,COZE_BRIDGE_UPGRADE_HELPER:"1"}});if(l.unref(),typeof l.pid!="number")throw new Error("failed to spawn upgrade helper (no pid)");Du.info("upgrade helper spawned",{pid:l.pid,targetVersion:n,oldPid:e,entry:c})}F();import{mkdir as Ou,writeFile as Lu}from"node:fs/promises";import{dirname as Bu}from"node:path";import{gunzipSync as Mu}from"node:zlib";var ai=k("tarball-downloader"),zu="https://registry.npmjs.org",Uo="package/dist/index.js";async function qo(n,e,s={}){if(!/^[\w.\-+]+$/.test(n))throw new Error(`invalid version string: ${JSON.stringify(n)}`);let c=`${(s.registry??zu).replace(/\/+$/,"")}/coze-bridge/${n}`;ai.info("fetching tarball metadata",{metaUrl:c});let x=await fetch(c);if(!x.ok)throw new Error(`registry metadata ${c} returned ${x.status}`);let l=(await x.json())?.dist?.tarball;if(!l)throw new Error(`registry metadata missing dist.tarball for ${n}`);ai.info("downloading tarball",{tarballUrl:l});let h=await fetch(l);if(!h.ok)throw new Error(`tarball ${l} returned ${h.status}`);let m=Buffer.from(await h.arrayBuffer()),w=Mu(m),_=Fu(w,Uo);if(!_)throw new Error(`tarball missing entry ${Uo}`);await Ou(Bu(e),{recursive:!0}),await Lu(e,_),ai.info("dist extracted",{destPath:e,bytes:_.length})}function Fu(n,e){let s=0;for(;s+512<=n.length;){let o=n.subarray(s,s+512);if(o.every(w=>w===0))return null;let c=o.subarray(0,100),x=c.indexOf(0),u=c.subarray(0,x===-1?100:x).toString("utf8"),l=o.subarray(124,136).toString("ascii").trim().replace(/\0/g,""),h=Number.parseInt(l,8)||0,m=s+512;if(u===e)return n.subarray(m,m+h);s=m+Math.ceil(h/512)*512}return null}Lt();F();import{resolve as Uu}from"node:path";function Ho(n,e){let s=n.split(".").map(Number),o=e.split(".").map(Number),c=Math.max(s.length,o.length);for(let x=0;x<c;x++){let u=s[x]??0,l=o[x]??0;if(u<l)return!0;if(u>l)return!1}return!1}var lt=k("upgrade-manager"),qu=300*1e3,Hu=3,Yn=class{constructor(e){this.opts=e}opts;inFlightTarget=null;async requestUpgrade(e){if(this.inFlightTarget===e){lt.debug("upgrade already in-flight, skip",{targetVersion:e});return}this.inFlightTarget=e;try{let s=await ct(this.opts.paths.configFile)??{};if(s.disableAutoUpgrade){lt.info("disableAutoUpgrade=true, skip",{targetVersion:e});return}if(this.opts.isDevMode()){lt.warn("dev mode, skip auto-upgrade",{targetVersion:e});return}if(!Ho(this.opts.currentVersion,e)){lt.debug("local version >= target, skip",{local:this.opts.currentVersion,target:e});return}let o=s.upgradeAttempts?.[e];if((o?.count??0)>=Hu){lt.warn("upgrade attempts cap reached, skip",{targetVersion:e,count:o?.count});return}let c=Uu(this.opts.paths.libDir,"index.js.next");try{await this.opts.download(e,c)}catch(u){await this.recordAttempt(s,e,String(u)),lt.warn("download failed, attempt recorded",{targetVersion:e,err:String(u)});return}this.opts.daemon.markUpgradePending(e);let x=await this.opts.daemon.waitIdle(qu);lt.info("waitIdle done",{result:x}),await this.opts.spawnHelper(e,process.pid),this.opts.daemon.exit(0)}finally{this.inFlightTarget=null}}async recordAttempt(e,s,o){e.upgradeAttempts=e.upgradeAttempts??{};let c=e.upgradeAttempts[s];e.upgradeAttempts[s]={count:(c?.count??0)+1,lastAt:Date.now(),...o?{lastError:o}:{}},await Fe(e,this.opts.paths.configFile)}};var dc=je(Qo(),1);var Sl=je(Ja(),1),El=je(fr(),1),Al=je(zt(),1),Cl=je(yi(),1),Il=je(Si(),1),Pl=je(Ti(),1),rc=je(pr(),1),Tl=je(nc(),1);var ic=rc.default;F();var le=k("upstream.frontier"),oc="application/json",ac="none",hn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;openCount=0;async start(){if(this.fws){le.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Os,...Tt(this.opts.ppeOverride)};class s extends ic{constructor(l){super(l,Ns,{headers:e})}send(l,...h){if(ps("debug"))try{let m;typeof l=="string"?m=Buffer.from(l,"utf8"):l instanceof Buffer?m=l:l instanceof ArrayBuffer?m=new Uint8Array(l):ArrayBuffer.isView(l)?m=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):m=new Uint8Array(0);let w=Buffer.from(m.slice(0,128)).toString("hex");le.debug("WS raw frame out",{bytes:m.byteLength,headHex:w})}catch(m){le.warn("WS raw frame dump failed",{err:String(m)})}super.send(l,...h)}}let o=Bs(this.opts.urlOverride),c={url:o,ws:s,fpID:Rs,aID:On,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:oc,force:!0},payloadEncoding:{encoding:ac,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},x=new dc.FWS(c);x.onopen=()=>{this.opened=!0,this.openCount+=1;let u=this.openCount===1;le.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:u,openCount:this.openCount});for(let l of this.connectHandlers)Promise.resolve(l({initial:u})).catch(h=>le.warn("onConnect handler threw (ignored)",{err:String(h)}))},x.onclose=u=>{this.opened=!1,le.info("frontier closed",{code:u.code,reason:u.reason,willReconnect:u.willReconnect})},x.onerror=u=>{le.warn("frontier error",{code:u.code,msg:u.message})},x.onmessage=u=>this.handleMessage(u),this.fws=x,await x.connect()}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){le.warn("frontier close threw (ignored)",{err:String(o)})}}}async send(e){let s=this.fws;if(!s)throw new v("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected())throw new v("UPSTREAM_DISCONNECTED",`frontier ws not open (opened=${this.opened}, readyState=${s.readyState}); refusing to silently buffer`);this.injectAgentPatToken(e);let o=JSON.stringify(e),c=e;cc(c)||le.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:oc,payloadEncoding:ac})}catch(u){throw le.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(u)}),new v("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(u)}`,{cause:u})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandlers.push(e)}isConnected(){return this.opened&&this.fws?.readyState===1}injectAgentPatToken(e){let s=this.opts.getPatTokenForAgent;if(!s)return;let o=e.params?._meta;if(!o?.cozeAgentId)return;let c=s(o.cozeAgentId);c&&(o.cozePatToken=c)}handleMessage(e){let s=e.message?.service;if(s!==33555712){le.debug("drop non-adapter frontier frame",{service:s});return}let o=Nl(e);if(!o){le.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){le.debug("frame received but no onFrame handler",{size:o.length});return}let c;try{c=JSON.parse(o)}catch(u){le.warn("frontier message JSON parse failed",{err:String(u),head:o.slice(0,80)});return}let x=c;cc(x)||le.info("frontier frame in",{logid:Rl(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:x.id,method:x.method,body:Dl(o)}),Promise.resolve(this.handler(c)).catch(u=>le.warn("frontier frame handler threw",{err:String(u)}))}};function cc(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var xc=2e3;function Dl(n){return n.length<=xc?n:`${n.slice(0,xc)}...<truncated, total ${n.length} chars>`}function Rl(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function Nl(n){let e=n.message;if(e?.textPayload)return e.textPayload;let s=e?.payload;if(!s)return null;try{return Buffer.from(s).toString("utf8")}catch{return null}}F();var Di=k("upstream.switchable"),wr=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;Di.info("swap upstream",{reason:s});let o=this.inner;if(this.inner=e,this.handler&&e.onFrame(this.handler),e.onConnect)for(let c of this.connectHandlers)e.onConnect(c);try{await e.start()}catch(c){throw Di.error("swap target start failed, reverting",{err:String(c)}),this.inner=o,c}await o.stop(s??"swapped").catch(c=>Di.warn("previous upstream stop threw (ignored)",{err:String(c)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandlers.push(e),this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};F();var Ri=k("upstream"),Gt=class{handler=null;async start(){Ri.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Ri.info("NoopUpstream stopped",{reason:e})}async send(e){Ri.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};F();F();re();import{promises as Ni}from"node:fs";import{dirname as Ol}from"node:path";var Ll=k("pat-token-store");async function uc(n=U()){try{let s=(await Ni.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&Ll.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function pn(n,e=U()){if(!n)throw new Error("writePatToken: empty patToken");await Ni.mkdir(Ol(e.patTokenFile),{recursive:!0}),await Ni.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}re();re();import{promises as _r}from"node:fs";import{join as Bl}from"node:path";function Ml(n){return`#!/bin/sh
115
+ `;var ve=D("agent-detail-sync"),fx=6e4,lx=5*6e4,Nn=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await ux(s)}catch(a){ve.info("agents dir not found, skip detail sync",{root:s,err:String(a)});return}ve.info("starting detail sync",{reason:e,count:o.length}),await Promise.allSettled(o.map(async a=>{let x=await we(a,this.opts.paths).catch(()=>null);if(x){if(x.disconnectedAt){ve.debug("detail sync: skip disconnected agent",{agentId:a});return}try{await this.syncOne(a,x)}catch(u){ve.warn("detail sync failed for agent, skipping",{agentId:a,err:String(u)})}}})),ve.info("detail sync done",{reason:e})}async retryPending(){if(this.retryQueue.size===0)return;let e=Date.now(),s=[];for(let[o,a]of this.retryQueue)e>=a.dueAt&&s.push(o);if(s.length!==0){ve.info("retrying pending detail syncs",{count:s.length});for(let o of s)try{await this.syncOne(o)}catch(a){ve.debug("detail sync retry still failing, will try again",{agentId:o,err:String(a)})}}}async syncOne(e,s){let o=s??await we(e,this.opts.paths);if(!o){ve.info("detail sync: agent config missing, skip",{agentId:e});return}let a;try{a=await this.opts.sendDetail({_meta:{cozeAgentId:e}}),this.retryQueue.delete(e)}catch(f){ve.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});let g=this.retryQueue.get(e),p=g?Math.min(g.currentDelay*2,lx):fx;this.retryQueue.set(e,{dueAt:Date.now()+p,currentDelay:p});return}if(a.agentId&&a.agentId!==e){ve.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:a.agentId});return}let x=!1,u=!1;if(a.agentName&&a.agentName!==o.agentName&&(o.agentName=a.agentName,x=!0),a.description!==void 0&&a.description!==o.description&&(o.description=a.description,x=!0),a.cozeIdentity&&a.cozeIdentity!==o.cozeIdentity&&(o.cozeIdentity=a.cozeIdentity,x=!0,u=!0),a.deployType&&ve.info("detail.deployType",{agentId:e,deployType:a.deployType}),!x){ve.debug("detail sync: no diff",{agentId:e});return}await Ie(o,this.opts.paths),ve.info("detail sync: config updated",{agentId:e,identityChanged:u,agentName:o.agentName}),u&&(await Pt(o.workspace,o.framework,e,o.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};rt();import{spawn as Xs}from"node:child_process";import{lstat as ni,mkdir as px,readFile as Qs,readdir as mx,rm as _x,stat as yx,writeFile as Vs}from"node:fs/promises";import{join as Be,normalize as bx,relative as Zs,resolve as vx,sep as eo}from"node:path";var Le={PAIR:"_agent/pair",CREATE:"_agent/create",HEALTH:"_agent/health",LIST_SKILLS:"_agent/listSkills",ADD_SKILLS:"_agent/addSkills",REMOVE_SKILLS:"_agent/removeSkills",GET_FILE_TREE:"_agent/getFileTree",GET_FILE_CONTENT:"_agent/getFileContent",DETAIL:"_agent/detail",UPDATE:"_agent/update",DISCONNECT:"_agent/disconnect",SWITCH_MODEL:"_agent/switchModel",GEN_MODEL_TOKEN:"_agent/genModelToken",RESET:"_agent/reset",REPAIR:"_agent/repair",DELETE:"_agent/delete"};function Xt(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function Os(n){let e=n?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function Ns(n){let{_meta:e,...s}=n;return{stripped:s,meta:e}}function kt(n){if(!n?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return n.cozeAgentId}var S=class extends Error{code;retriable;cause;constructor(e,s,o){super(s),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};U();ie();function $e(n,e){if(Xt(n)!=="cloud")throw new S("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Ln(n){return n.startsWith("http://")||n.startsWith("https://")}function Mn(n){return n.endsWith("/")?n.slice(0,-1):n}U();var Bn="1008033",Ls="1289";var Ms="pbbp2",Bs="https://www.coze.cn",zs="/api/coze_claw/resource/get_frontier_key",gx="https://www.coze.cn",hx="wss://frontier.coze.cn";function zn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??gx}function Fs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??hx}function Tt(n){let e={},s=n?.ttEnv??process.env.COZE_BRIDGE_TT_ENV,o=n?.usePpe??process.env.COZE_BRIDGE_USE_PPE;return s&&(e["x-tt-env"]=s),o&&(e["x-use-ppe"]=o),e}function Qt(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var Us=D("handshake");async function Qr(n){let e=zn(n.endpoint),s=n.timeoutMs??1e4,o=`${Mn(e)}${zs}?aid=${encodeURIComponent(Bn)}`,a={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",...Tt(n.ppeOverride)},x=new AbortController,u=setTimeout(()=>x.abort(),s);Us.info("frontier key handshake",{base:e});try{let f=await fetch(o,{method:"GET",headers:a,signal:x.signal}),g=f.headers.get("x-tt-logid")??"",p=f.headers.get("x-tt-trace-id")??"";if(!f.ok){let k=await f.text().catch(()=>"");throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${f.status} logid=${g}: ${k.slice(0,200)}`)}let _=await f.json();if(_.code!==void 0&&_.code!==0)throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${_.code} msg=${_.msg??"-"} logid=${g}`);let w=_.data??{},E=typeof w.access_key=="string"&&w.access_key||typeof w.accessKey=="string"&&w.accessKey||void 0,T=typeof w.device_id=="string"&&w.device_id||typeof w.deviceId=="string"&&w.deviceId||void 0;if(!E||!T){let k=JSON.stringify(_).slice(0,500);throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${g}: ${k}`)}return Us.info("handshake ok",{remoteDeviceId:T,logid:g,traceId:p}),{accessKey:E,deviceId:T}}catch(f){throw f instanceof S?f:f.name==="AbortError"?new S("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${s}ms)`):new S("UPSTREAM_HANDSHAKE_FAILED",String(f),{cause:f})}finally{clearTimeout(u)}}var Zr=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",Me="auto";function qs(n){return{model:n.model??Me,...n.modelToken?{modelToken:n.modelToken}:{}}}function Hs(n){return!n||n===Me}function Gs(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Zr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Me):Hs(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function Ks(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Me}"`):Hs(n.model)||e.push("-c",`model="${n.model}"`),n.modelToken&&(e.push("-c",'model_providers.coze.name="coze"'),e.push("-c",`model_providers.coze.base_url="${Zr}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"')),e}function js(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function ei(n){let{ttEnv:e,usePpe:s}=Qt(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function Ws(n,e){if(!n.modelToken)return{};let s=ei(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([a,x])=>`${a}:${x}`).join(`
116
+ `)}}function ti(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function $s(n,e){if(!n.modelToken)return null;let s=n.model||Me,o=ei(e),a={baseUrl:`${Zr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:["text"],cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(a.headers=o),a}function Js(n,e){if(!n.modelToken)return[];let s=ei(e),o=[];for(let[a,x]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${a}="${x}"`);return o}var ce=D("agent-handlers"),Ys=5*1024*1024,Sx=1,Ex=6,Ax=new Set(["node_modules",".git",".coze","dist","build",".next"]),Fn=class{constructor(e){this.opts=e}opts;async listSkills(e){$e(e._meta,"_agent/listSkills");let s=kt(e._meta),o=await this.loadAgentCfg(s),a=o?.workspace??We(s).workspace,x=o?.skills??[],u=[];for(let f of x){let g=Be(a,f.relPath,"SKILL.md");await yx(g).then(_=>_.isFile()).catch(()=>!1)&&u.push(Tx(f))}return{skills:u}}async addSkills(e){$e(e._meta,"_agent/addSkills");let s=kt(e._meta),o=await this.requireAgentCfg(s),a=e.skills??[],x=[...o.skills??[]],u=new Map(x.map((g,p)=>[g.skillId,p])),f=[];for(let g of a){let p=await ri({agentId:s,workspace:o.workspace,framework:o.framework,skill:g});ii(x,u,p),f.push(g)}return await Rn(s,x),this.reloadAgentSessions(s,"skills-added"),{installedSkills:f}}async removeSkills(e){$e(e._meta,"_agent/removeSkills");let s=kt(e._meta),o=await this.requireAgentCfg(s),a=new Set(e.skillIds??[]),x=o.skills??[],u=[];for(let f of x){if(!a.has(f.skillId)){u.push(f);continue}let g=Be(o.workspace,f.relPath);await _x(g,{recursive:!0,force:!0}),ce.info("skill removed",{agentId:s,skillId:f.skillId,relPath:f.relPath})}return await Rn(s,u),this.reloadAgentSessions(s,"skills-removed"),{ok:!0}}reloadAgentSessionsPublic(e,s){this.reloadAgentSessions(e,s)}reloadAgentSessions(e,s){let o=this.opts.agents.get(e);if(o)for(let[a,x]of o.sessions){if(!x.downstream)continue;let u=x.acpSessionId;if(u&&o.activeTriggers.has(u)||this.isRuntimePendingPermission(x)){x.reloadAfterTurn=!0,ce.info("downstream busy, scheduling reload after turn",{reason:s,agentId:e,framework:o.framework,cloudId:a,acpId:u});continue}let g=x.downstream;x.downstream=void 0,ce.info("killing downstream for workspace reload (idle)",{reason:s,agentId:e,framework:o.framework,cloudId:a,acpId:u}),g.stop(s).catch(p=>ce.warn("downstream stop failed during reload (ignored)",{reason:s,agentId:e,cloudId:a,err:String(p)}))}}isRuntimePendingPermission(e){let s=this.opts.isRuntimePendingPermission;return!s||!e.downstream?!1:s(e.downstream)}async updateAgent(e){if(!e.cozeIdentity?.trim())return ce.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let s=e.agentId,o=await we(s);if(!o)throw new S("AGENT_NOT_FOUND",`agent not found: ${s}`);if(o.cozeIdentity===e.cozeIdentity)return ce.info("_agent/update: cozeIdentity unchanged, noop",{agentId:s}),{ok:!0};try{await Pt(o.workspace,o.framework,s,e.cozeIdentity)}catch(a){throw ce.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:s,framework:o.framework,workspace:o.workspace,err:String(a)}),new S("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${s}: ${String(a)}`,{cause:a})}return o.cozeIdentity=e.cozeIdentity,await Ie(o),ce.info("_agent/update: cozeIdentity rewritten",{agentId:s,framework:o.framework}),this.reloadAgentSessions(s,"identity-changed"),{ok:!0}}async disconnectAgent(e){let s=e.agentId;if(!s)throw new S("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await we(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Ie(o),ce.info("agent disconnected",{agentId:s,reason:e.reason??"",force:e.force??!1}),this.opts.disposeAndMarkDisconnected&&await this.opts.disposeAndMarkDisconnected(s,e.reason??"disconnect"),{ok:!0}):(ce.warn("_agent/disconnect: agent not found, ignoring",{agentId:s}),{ok:!0})}async switchModel(e){if($e(e._meta,"_agent/switchModel"),!e.agentId)throw new S("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Me,o=await we(e.agentId);if(!o)throw new S("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,await Ie(o),ce.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let a=this.opts.agents.get(e.agentId);if(!a)return ce.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};a.model=s,this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(a).catch(u=>ce.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)}));let x=[];for(let[u,f]of a.allSessionQueues())x.push(f.enqueue(async()=>{let g=a.sessions.get(u);g?.downstream&&(await g.downstream.stop(`switchModel: ${s}`).catch(()=>{}),g.downstream=void 0)}));return await Promise.all(x),ce.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:x.length}),{ok:!0}}async resetAgent(e){if($e(e._meta,Le.RESET),!e.agentId)throw new S("IPC_BAD_REQUEST",`${Le.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Le.RESET,e.reason),{ok:!0}}async repairAgent(e){if($e(e._meta,Le.REPAIR),!e.agentId)throw new S("IPC_BAD_REQUEST",`${Le.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new S("IPC_BAD_REQUEST",`${Le.REPAIR} only allowed for openclaw, got ${s.framework}`);if(s&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,s.workspace)}catch(o){ce.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,Le.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,s,o){if(!this.opts.detailSyncer){ce.warn("detailSyncer not wired, skipping sync",{method:s,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(a){ce.warn("detail sync failed (ignored)",{method:s,agentId:e,reason:o,err:String(a)})}}async getFileTree(e){$e(e._meta,"_agent/getFileTree");let s=e._meta,o=kt(s),a=await this.resolveWorkspace(o),x=e.filePath??"",u=this.safeJoin(a,x),f=await ni(u).catch(()=>null);if(!f)throw new S("IPC_BAD_REQUEST",`path not found: ${x}`);if(f.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${x}`);let g=zx(e.depth);return f.isDirectory()?{tree:await Bx(a,u,x,g)}:{tree:[{name:Fx(x),path:no(x||"."),isDir:!1,size:f.size,modifiedAt:Math.floor(f.mtimeMs)}]}}async getFileContent(e){$e(e._meta,"_agent/getFileContent");let s=kt(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new S("IPC_BAD_REQUEST","filePath required");let a=this.safeJoin(o,e.filePath),x=await ni(a).catch(()=>null);if(!x||!x.isFile())throw new S("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(x.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(x.size>Ys)throw new S("IPC_BAD_REQUEST",`file too large: ${x.size} bytes (max ${Ys})`);let u=await Qs(a);return u.includes(0)?{content:u.toString("base64"),encoding:"base64",size:x.size}:{content:u.toString("utf8"),encoding:"utf-8",size:x.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await we(e).catch(()=>null))?.workspace??We(e).workspace}safeJoin(e,s){let o=vx(e,s||"."),a=Zs(e,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${eo}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return we(e)}async requireAgentCfg(e){let s=await this.loadAgentCfg(e);if(!s)throw new S("AGENT_NOT_FOUND",`no config for agent: ${e}`);return s}};function Cx(n){let e=n.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new S("IPC_BAD_REQUEST",`invalid skill name: ${n}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new S("IPC_BAD_REQUEST",`reserved windows filename: ${n}`);return e}function Ix(n){return n==="claude-code"?Be(".claude","skills"):Be(".agents","skills")}var Px=3e4,kx=50*1024*1024,Un=3e4;async function ri(n){let{agentId:e,workspace:s,framework:o,skill:a}=n;if(!a.skillName)throw new S("IPC_BAD_REQUEST","skill missing skillName");let x=typeof a.content=="string"&&a.content.length>0,u=typeof a.downloadUrl=="string"&&a.downloadUrl.length>0;if(!x&&!u)throw new S("IPC_BAD_REQUEST",`skill ${a.skillId} missing both content and downloadUrl`);let f=Cx(a.skillName),g=Ix(o),p=Be(g,f),_=Be(s,p);if(await px(_,{recursive:!0}),x){let E=Buffer.from(a.content,"utf8");Zt(E.length),await Vs(Be(_,"SKILL.md"),E,"utf8")}else{let E=await Dx(a.downloadUrl);Ox(E)?await Nx(E,_):await Vs(Be(_,"SKILL.md"),E.toString("utf8"),"utf8")}let w={skillId:a.skillId,skillName:a.skillName,relPath:p,installedAt:Date.now(),...a.description?{description:a.description}:{},...a.icon?{icon:a.icon}:{},...a.version?{version:a.version}:{},...a.downloadUrl?{downloadUrl:a.downloadUrl}:{},...a.config?{config:a.config}:{},...a.builtin?{builtin:a.builtin}:{}};return ce.info("skill installed",{agentId:e,skillId:a.skillId,skillName:a.skillName,relPath:p,source:x?"content":"downloadUrl"}),w}function ii(n,e,s){let o=e.get(s.skillId);if(o!==void 0){n[o]=s;return}e.set(s.skillId,n.length),n.push(s)}function Tx(n){return{skillId:n.skillId,skillName:n.skillName,...n.description?{description:n.description}:{},...n.icon?{icon:n.icon}:{},...n.version?{version:n.version}:{},...n.config?{config:n.config}:{},...n.builtin?{builtin:n.builtin}:{}}}async function Dx(n){if(!n)throw new S("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);Zt(e);let s=Rx(n);return Zt(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await Qs(e);return Zt(s.length),s}if(Ln(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),Px);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new S("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let a=await o.arrayBuffer();return Zt(a.byteLength),Buffer.from(a)}finally{clearTimeout(s)}}throw new S("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function Zt(n){if(n>kx)throw new S("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function Rx(n){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(n);if(!e)throw new S("IPC_BAD_REQUEST","bad data URL");let s=!!e[2],o=e[3]??"";return s?Buffer.from(o,"base64"):Buffer.from(decodeURIComponent(o),"utf8")}function Ox(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Nx(n,e){await Lx(n),await new Promise((s,o)=>{let a=Xs("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),x="";a.stderr?.on("data",f=>{x+=String(f)});let u=setTimeout(()=>{a.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar extract timeout (${Un}ms)`))},Un);a.on("error",f=>{clearTimeout(u),o(new S("IPC_BAD_REQUEST",`tar spawn failed: ${f.message}`,{cause:f}))}),a.on("exit",f=>{clearTimeout(u),f===0?s():o(new S("IPC_BAD_REQUEST",`tar exit ${f}${x?`: ${x.trim().slice(0,200)}`:""}`))}),a.stdin?.end(n)})}async function Lx(n){let e=await new Promise((s,o)=>{let a=Xs("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),x="",u="";a.stdout?.on("data",g=>{x+=String(g)}),a.stderr?.on("data",g=>{u+=String(g)});let f=setTimeout(()=>{a.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar list timeout (${Un}ms)`))},Un);a.on("error",g=>{clearTimeout(f),o(new S("IPC_BAD_REQUEST",`tar list spawn failed: ${g.message}`))}),a.on("exit",g=>{clearTimeout(f),g===0?s(x):o(new S("IPC_BAD_REQUEST",`tar list exit ${g}${u?`: ${u.trim().slice(0,200)}`:""}`))}),a.stdin?.end(n)});for(let s of e.split(`
117
+ `)){let o=s.trim();if(!o)continue;let a=o.charCodeAt(0);if(a!==45&&a!==100)throw new S("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let u=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!u)continue;if(u.startsWith("/"))throw new S("IPC_BAD_REQUEST",`tar entry absolute path: ${u}`);if(u.split(/[/\\]/).some(g=>g===".."))throw new S("IPC_BAD_REQUEST",`tar entry contains '..': ${u}`)}}var Mx=5e3;async function Bx(n,e,s,o){return to(n,e,s,o,{count:0})}async function to(n,e,s,o,a){if(o<=0)return[];let x;try{x=await mx(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let f of x){if(Ax.has(f.name)||f.isSymbolicLink())continue;if(a.count>=Mx){u.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let g=Be(e,f.name),p=bx(Be(s,f.name)),_=null;try{_=await ni(g)}catch{continue}if(_.isSymbolicLink())continue;a.count++;let w={name:f.name,path:no(Zs(n,g)),isDir:_.isDirectory(),size:_.size,modifiedAt:Math.floor(_.mtimeMs)};_.isDirectory()&&o>1&&(w.children=await to(n,g,p,o-1,a)),u.push(w)}return u.sort((f,g)=>f.isDir!==g.isDir?f.isDir?-1:1:f.name.localeCompare(g.name)),u}function zx(n){return!n||n<=0?Sx:Math.min(n,Ex)}function Fx(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function no(n){return n.split(eo).join("/")}U();import{readFileSync as cp}from"node:fs";import{dirname as dp,join as up}from"node:path";import{fileURLToPath as lp}from"node:url";var it="0.1.50";var ze=D("agent-health-reporter"),Ux=1e4,en=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Ux}opts;timer=null;inFlight=!1;unsubscribeRegister=null;intervalMs;start(){this.timer||(this.timer=setInterval(()=>{this.tick()},this.intervalMs),this.timer.unref?.(),this.unsubscribeRegister=this.opts.core.onAgentRegister(()=>{this.tick()}),ze.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),ze.info("heartbeat stopped"))}async tick(){if(this.inFlight){ze.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){ze.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let s=[];for(let f of this.opts.core.agents.values()){let g=qx(f);if(!g)continue;let p={agentId:f.agentId,status:g};f.patToken&&(p.patToken=f.patToken),f.accountId&&(p.accountId=f.accountId),s.push(p)}if(s.length===0)return;let o={agents:s,bridgeVersion:it,_meta:{cozeDeviceId:e}},a;try{a=await this.opts.core.sendRequest("_agent/health",o,5e3)}catch(f){ze.warn("heartbeat batch send failed",{count:s.length,err:String(f)})}let x=a?.authFailures;if(x&&x.length>0&&(ze.warn("heartbeat received authFailures from cloud",{count:x.length,agentIds:x.map(f=>f.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(x)}catch(f){ze.warn("onAuthFailures callback failed (ignored)",{err:String(f)})}let u=a?.minBridgeVersion;if(u&&(ze.info("heartbeat received minBridgeVersion from cloud",{minV:u}),this.opts.onMinBridgeVersion))try{await this.opts.onMinBridgeVersion(u)}catch(f){ze.warn("onMinBridgeVersion callback failed (ignored)",{err:String(f)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(s){ze.warn("onTickEnd hook failed",{err:String(s)})}}};function qx(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}rt();import{mkdir as oi,rm as ld}from"node:fs/promises";import{spawn as Vx,spawnSync as Yx}from"node:child_process";function tn(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function nn(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function Dt(n,e){return{jsonrpc:"2.0",id:n,result:e}}function st(n,e){return{jsonrpc:"2.0",id:n,error:e}}var qn=class extends Error{code;data;constructor(e){super(`JSON-RPC error code=${e.code} ${e.message}`),this.name="RemoteRpcError",this.code=e.code,e.data!==void 0&&(this.data=e.data)}},G={PARSE_ERROR:-32700,INVALID_REQUEST:-32600,METHOD_NOT_FOUND:-32601,INVALID_PARAMS:-32602,INTERNAL_ERROR:-32603,AGENT_NOT_FOUND:-32001,AGENT_BUSY:-32002,AGENT_TIMEOUT:-32003,AGENT_SPAWN_FAILED:-32004,OPERATION_NOT_ALLOWED_FOR_LOCAL:-32005,AGENT_DISCONNECTED:-32006,MODEL_TOKEN_GEN_FAILED:-32009,PATH_OUTSIDE_WORKSPACE:-32010,FILE_TOO_LARGE:-32011,UNSUPPORTED_MIME:-32012,UPLOAD_FAILED:-32013,UPSTREAM_NOT_READY:-32014,BRIDGE_UPGRADING:-32015};function ro(n){return"method"in n&&"id"in n&&n.id!==void 0}function io(n){return"method"in n&&!("id"in n)}function Hn(n){return!("method"in n)&&"id"in n}var Hx={AGENT_NOT_FOUND:G.AGENT_NOT_FOUND,AGENT_BUSY:G.AGENT_BUSY,AGENT_DISCONNECTED:G.AGENT_DISCONNECTED,AGENT_TIMEOUT:G.AGENT_TIMEOUT,AGENT_SPAWN_FAILED:G.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:G.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:G.INTERNAL_ERROR,BRIDGE_INTERNAL:G.INTERNAL_ERROR,IPC_AUTH_FAILED:G.INTERNAL_ERROR,IPC_BAD_REQUEST:G.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:G.MODEL_TOKEN_GEN_FAILED,OPERATION_NOT_ALLOWED_FOR_LOCAL:G.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:G.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:G.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:G.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:G.FILE_TOO_LARGE,UNSUPPORTED_MIME:G.UNSUPPORTED_MIME,UPLOAD_FAILED:G.UPLOAD_FAILED,UPSTREAM_NOT_READY:G.UPSTREAM_NOT_READY,BRIDGE_UPGRADING:G.BRIDGE_UPGRADING};function Gx(n){if(n!=null)return n instanceof Error?{name:n.name,message:rn(n.message)}:typeof n=="string"?rn(n):typeof n=="object"?jx(n):n}var Kx=[[/\/Users\/[^/\s'"`)]+/g,"/Users/<redacted>"],[/\/home\/[^/\s'"`)]+/g,"/home/<redacted>"],[/[A-Za-z]:\\Users\\[^\\\s'"`)]+/g,"C:\\Users\\<redacted>"],[/(Bearer|Token|Authorization:)\s+[\w._-]+/gi,"$1 <redacted>"],[/\b(sk|pat|ak)[-_][A-Za-z0-9_-]{20,}\b/g,"<redacted-key>"]];function rn(n){let e=n;for(let[s,o]of Kx)e=e.replace(s,o);return e}function jx(n){let e={};for(let[s,o]of Object.entries(n))typeof o=="string"?e[s]=rn(o):e[s]=o;return e}function sn(n){if(n instanceof S){let e=Gx(n.cause),s={bridgeCode:n.code,retriable:n.retriable};return e!==void 0&&(s.cause=e),{code:Hx[n.code]??G.INTERNAL_ERROR,message:rn(n.message),data:s}}return{code:G.INTERNAL_ERROR,message:rn(n instanceof Error?n.message:String(n))}}function so(n){let e=n.data,s=e?.bridgeCode??"AGENT_PROTOCOL_ERROR",o=!!e&&typeof e.message=="string"&&!!e.message,a=o?e?.message:n.message,x=n.data;if(o&&e){let{message:u,...f}=e;x=f}return new S(s,a,{retriable:e?.retriable??!1,cause:x})}function ao(n){return`${JSON.stringify(n)}
118
+ `}var oo=10*1024*1024,Gn=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>oo){let a=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${a} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${oo} bytes`)}),[]}let s=this.buffer.split(`
119
+ `);this.buffer=s.pop()??"";let o=[];for(let a of s){let x=a.replace(/\r$/,"").trim();if(x)try{o.push(JSON.parse(x))}catch(u){this.onError?.({line:x,error:u})}}return o}flush(){if(!this.buffer)return[];let e=this.buffer.replace(/\r$/,"").trim();if(this.buffer="",!e)return[];try{return[JSON.parse(e)]}catch(s){return this.onError?.({line:e,error:s}),[]}}};var xo={"session/prompt":"session.prompt","session/cancel":"session.cancel","session/new":"session.new","session/load":"session.load","_agent/create":"agent.create","_agent/health":"agent.health","_agent/pair":"agent.pair","_agent/listSkills":"agent.listSkills","_agent/addSkills":"agent.addSkills","_agent/removeSkills":"agent.removeSkills","_agent/getFileTree":"agent.getFileTree","_agent/getFileContent":"agent.getFileContent","_agent/detail":"agent.detail","_agent/update":"agent.update","_agent/disconnect":"agent.disconnect","_agent/switchModel":"agent.switchModel","_agent/genModelToken":"agent.genModelToken","_agent/reset":"agent.reset","_agent/repair":"agent.repair","session/request_permission":"session.requestPermission",initialize:"initialize"},Ep=Object.fromEntries(Object.entries(xo).map(([n,e])=>[e,n])),Wx={"session.prompt":["agentId","triggerMsgId","sessionId"],"session.cancel":["agentId","triggerMsgId","sessionId"],"session.new":["agentId"],"session.load":["agentId"],"agent.create":["agentId"],"agent.health":[],"agent.listSkills":["agentId"],"agent.addSkills":["agentId"],"agent.removeSkills":["agentId"],"agent.getFileTree":["agentId"],"agent.getFileContent":["agentId"],"agent.detail":["agentId"],"agent.update":["agentId"],"agent.disconnect":["agentId"],"agent.switchModel":["agentId"],"agent.genModelToken":["agentId","sessionId"],"agent.reset":["agentId"],"agent.repair":["agentId"],"session.requestPermission":["agentId","sessionId"],"agent.pair":[],initialize:[]},Rt=class{seq=0;next(e,s){this.seq+=1;let o=xo[e]??$x(e),a=Wx[o]??[],x=[o,String(this.seq)];if(a.length>0){let u=a.map(g=>co(s?.[g]??"")),f=Jx(u).join(":");f&&x.push(f)}else s&&Object.values(s).some(u=>u)&&x.push(Object.values(s).filter(Boolean).map(u=>co(String(u))).join(":"));return x.join("_")}reset(){this.seq=0}};function $x(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function co(n){return n.replace(/[:_\s]+/g,"-")}function Jx(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}function Kn(n,e){let s=process.env[n];if(!s)return e;let o=Number(s);return Number.isFinite(o)&&o>0?o:e}U();var Xx=3e4,Qx=200,Zx=Kn("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),uo=500;function ed(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=uo?n:`${e.slice(0,uo)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function fo(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),Yx("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var ot=class{constructor(e){this.opts=e;this.log=D(`downstream.${this.constructor.name}`),this.decoder=new Gn({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;idAllocator=new Rt;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stderrRing=[];sanitizeEnv(e){return e}async start(){if(this.child)throw new S("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",s=Vx(this.opts.command,this.opts.args,{cwd:this.opts.cwd,env:{...this.sanitizeEnv(process.env),...this.opts.env},stdio:["pipe","pipe","pipe"],detached:e});this.child=s,s.stdout?.setEncoding("utf8"),s.stdout?.on("data",o=>{try{for(let a of this.decoder.push(o))this.dispatch(a)}catch(a){this.log.warn("stdout dispatch threw, swallowed to keep daemon alive",{err:String(a)})}}),s.stderr?.setEncoding("utf8"),s.stderr?.on("data",o=>{let a=o.trimEnd();this.stderrRing.push(a),this.stderrRing.length>Qx&&this.stderrRing.shift(),this.log.debug("stderr",{text:a})}),s.stdin?.on("error",o=>{this.log.warn("child stdin error",{err:String(o)})}),s.stdout?.on("error",o=>{this.log.warn("child stdout error",{err:String(o)})}),s.stderr?.on("error",o=>{this.log.warn("child stderr error",{err:String(o)})}),s.on("exit",(o,a)=>{this.stopped=!0,(o!==0||a!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:a,recentStderr:[...this.stderrRing]});try{for(let u of this.decoder.flush())this.dispatch(u)}catch(u){this.log.debug("decoder.flush on exit threw (ignored)",{err:String(u)})}this.failAllPending(new S("AGENT_PROTOCOL_ERROR",`agent exited (${o}/${a})`));for(let u of this.exitHandlers)u(o,a)}),s.on("error",o=>{this.log.error("child error",{err:String(o)}),this.failAllPending(new S("AGENT_SPAWN_FAILED",String(o),{cause:o}))}),this.log.info("downstream started",{command:this.opts.command,pid:s.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.log.info("downstream stopping",{reason:e});let s=this.child,o=new Promise(x=>s.once("exit",()=>x()));fo(s.pid,"SIGTERM");let a=setTimeout(()=>{s.killed||fo(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(a)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e,s=Zx){return this.call("session/prompt",e,s)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(nn("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(Dt(e,s))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(st(e,s))}catch(o){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(o)})}}onExit(e){this.exitHandlers.push(e)}call(e,s,o=Xx){if(!this.child||this.stopped)return Promise.reject(new S("AGENT_PROTOCOL_ERROR","downstream not started"));let a=this.idAllocator.next(e),x=tn(a,e,s),u=o>0&&Number.isFinite(o);return new Promise((f,g)=>{let p=u?setTimeout(()=>{this.pending.delete(a),g(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o):null;this.pending.set(a,{resolve:f,reject:g,timer:p,method:e});try{this.writeFrame(x)}catch(_){p&&clearTimeout(p),this.pending.delete(a),g(_)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new S("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(ao(e),s=>{s&&this.log.warn("stdin write callback err",{err:String(s)})})}dispatch(e){if(Hn(e)){let s=e.id!==null?this.pending.get(e.id):void 0;if(!s){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),s.timer&&clearTimeout(s.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:s.method,code:e.error.code,message:e.error.message,data:e.error.data}),s.reject(so(e.error))):e.result===void 0?(this.log.warn("downstream response missing both result and error",{id:e.id,method:s.method}),s.reject(new S("AGENT_PROTOCOL_ERROR",`${s.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:s.method,result:ed(e.result)}),s.resolve(e.result));return}if(io(e)){if(e.method==="session/update")for(let s of this.updateHandlers)try{Promise.resolve(s(e.params)).catch(o=>this.log.warn("update handler failed (async)",{err:String(o)}))}catch(o){this.log.warn("update handler threw sync, swallowed",{err:String(o)})}else this.log.info("unknown notification (drop, not forwarded)",{method:e.method});return}if(ro(e)){let s=e;try{this.handleAgentRequest(s).catch(o=>this.log.error("agent request handler failed (async)",{method:s.method,err:String(o)}))}catch(o){this.log.warn("handleAgentRequest threw sync, swallowed",{method:s.method,err:String(o)})}}}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(st(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}for(let s of this.agentRequestHandlers)try{await s(e)}catch(o){this.log.error("agentRequestHandler threw",{method:e.method,err:String(o)});try{this.writeFrame(st(e.id,sn(o)))}catch{}}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.reject(e);this.pending.clear()}};var td="@agentclientprotocol/claude-agent-acp@latest";function nd(n){let e={};for(let[s,o]of Object.entries(n))o!==void 0&&(s.startsWith("CLAUDE")||s==="AI_AGENT"||s==="BAGGAGE"||(e[s]=o));return e}var jn=class extends ot{framework="claude-code";constructor(e){let s=Pn("claude-code"),[o,a]=s?[s,[]]:["npx",["-y",td]],x=e.command??o,u=e.args??a,f={command:x,args:u,cwd:e.cwd,...e.env?{env:e.env}:{}};super(f)}sanitizeEnv(e){return nd(e)}};import{mkdtempSync as rd,rmSync as id}from"node:fs";import{tmpdir as sd}from"node:os";import{join as od}from"node:path";var ad="@zed-industries/codex-acp@latest",Wn=class extends ot{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=Pn("codex"),[o,a]=s?[s,[]]:["npx",["-y",ad]],x=e.command??o,u=e.args??a,f=e.extraArgs?[...u,...e.extraArgs]:u,g=e.isolateCodexHome?rd(od(sd(),"coze-bridge-codex-home-")):void 0,p=g?{...e.env??{},CODEX_HOME:g}:e.env,_={command:x,args:f,cwd:e.cwd,...p?{env:p}:{}};super(_),this.authMethodId=e.authMethodId,this.codexHomeDir=g}async initialize(e){let s=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),s}async stop(e){if(await super.stop(e),this.codexHomeDir)try{id(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var cd=3e4,Ot=class extends ot{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let s=e.sessionName??"default",o=["acp","--session",`agent:${e.agentId}:${s}`];e.gatewayToken&&o.push("--token",e.gatewayToken);let a={command:e.command,args:o,cwd:e.cwd,...e.env?{env:e.env}:{}};super(a),this.agentId=e.agentId,this.sessionName=s,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.sessionPrompt({sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]},cd))}get acpSessionName(){return this.sessionName}};U();ie();function si(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var Nt=class{slots=[];running=!1;closed=!1;disposed=!1;enqueue(e){return this.disposed?Promise.reject(new Error("AsyncQueue disposed")):this.closed?Promise.reject(new Error("AsyncQueue closed")):new Promise((s,o)=>{this.slots.push({task:e,resolve:s,reject:o}),this.drain()})}close(){this.closed=!0}dispose(e=new Error("AsyncQueue disposed")){for(this.disposed=!0,this.closed=!0;this.slots.length>0;)this.slots.shift()?.reject(e)}get size(){return this.slots.length}get isRunning(){return this.running}get isDisposed(){return this.disposed}async drain(){if(!this.running){this.running=!0;try{for(;this.slots.length>0&&!this.disposed;){let e=this.slots.shift();if(!e)break;try{let s=await e.task();e.resolve(s)}catch(s){e.reject(s)}}}finally{this.running=!1}}}};var $n=class{agentId;framework;workspace;deployType;accountId;patToken;sessions=new Map;sessionQueues=new Map;activeTriggers=new Map;status="ok";model;lastActiveAt=Date.now();constructor(e){this.agentId=e.agentId,this.framework=e.framework,this.workspace=e.workspace,this.model=e.model,this.deployType=e.deployType??"local",e.accountId&&(this.accountId=e.accountId),e.patToken&&(this.patToken=e.patToken)}setPatToken(e){this.patToken=e}getSessionQueue(e){let s=this.sessionQueues.get(e);return(!s||s.isDisposed)&&(s=new Nt,this.sessionQueues.set(e,s)),s}allSessionQueues(){return this.sessionQueues.entries()}hasSessionQueue(e){let s=this.sessionQueues.get(e);return!!s&&!s.isDisposed}async dispose(e){this.status="stopped";let s=new Error(`AgentSession disposed${e?`: ${e}`:""}`);for(let o of this.sessionQueues.values())o.dispose(s);this.sessionQueues.clear(),await this.killAllRuntimes(e??"dispose")}async killAllRuntimes(e){let s=[];for(let[,o]of this.sessions)on(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function on(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as xd}from"node:child_process";import{homedir as dd}from"node:os";import{join as ud}from"node:path";Tn();U();async function ho(){let n=ud(dd(),".openclaw/openclaw.json");return(await It(n))?.gateway?.auth?.token??""}var lo=D("openclaw.config"),fd=[0,5e3,5e3],go="models.providers.",Jn="agents.defaults.models",Vn=class{command;env;retryDelaysMs;queue=new Nt;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??fd}async withRetry(e,s){let o;for(let a=0;a<this.retryDelaysMs.length;a++){let x=this.retryDelaysMs[a]??0;x>0&&await new Promise(u=>setTimeout(u,x));try{return await s()}catch(u){o=u,lo.warn("openclaw cli failed, will retry",{label:e,attempt:a+1,err:String(u)})}}throw new S("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((s,o)=>{let a=xd(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`exit ${u}: ${x.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let a=String(o);if(s.some(x=>a.includes(x)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){lo.warn(`${e} failed (best-effort)`,{configPath:s,err:String(o)})}}ensureProvider(e,s){return this.queue.enqueue(()=>this.withRetry(`config set models.providers.${e}`,()=>this.runCli(["config","set",`${go}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${go}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Jn}[${e}]`,()=>this.runCli(["config","set",Jn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Jn}[${e}]`,`${Jn}.${e}`)}ensureAgent(e,s,o){let a=["agents","add",e,"--workspace",s,"--non-interactive"];return o&&a.push("--model",o),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(a,["already exists","already registered"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var Se=D("agent-manager"),gd=(n,e,s,o,a,x,u,f)=>{switch(n){case"claude-code":{let g={...a?{...Gs(a),...Ws(a,u)}:{},...f??{}};return new jn({cwd:s,...Object.keys(g).length>0?{env:g}:{}})}case"codex":{let p=[...a?[...Ks(a),...Js(a,u)]:[],"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"'],_={...a?js(a):{},...f??{}},w=!!a;return new Wn({cwd:s,...p.length>0?{extraArgs:p}:{},...Object.keys(_).length>0?{env:_}:{},...w?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Ot({command:e,cwd:s,agentId:o,...x?{sessionName:si(x)}:{}})}};function po(n){return n==="claude-code"||n==="codex"}var hd={path:"",version:"cloud-deployed"},pd={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},md=6e4,Yn=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??gd,this.createTimeoutMs=e.createTimeoutMs??md}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new S("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=new Vn({command:e.path})}return this.openclawConfigCache}async createAgent(e){if(!e.agentId)throw new S("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new S("IPC_BAD_REQUEST","framework required");let s=Xt(e._meta)==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let o=this.registry.get(e.agentId);if(o){if(o.framework!==e.framework)throw new S("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${o.framework})`);if(o.status==="error")Se.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(k=>Se.warn("dispose stale agent failed (ignored)",{err:String(k)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==o.patToken){Se.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),o.setPatToken(e.patToken);let k=await we(e.agentId,this.paths).catch(()=>null);k&&(k.patToken=e.patToken,await Ie(k,this.paths))}return Se.info("agent already exists, return current",{agentId:e.agentId}),{ok:!0,agentId:o.agentId,workspace:o.workspace,framework:o.framework}}}if(!s&&!this.config.frameworksCache?.[e.framework])throw new S("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);let x=We(e.agentId,this.paths),u=Xt(e._meta),f=e.framework==="openclaw"&&u==="local",g=f?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,p=e.workspace??g??x.workspace,_=new AbortController,w=setTimeout(()=>_.abort(new S("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),E,T=!1;try{s&&po(e.framework)&&await In(e.framework,_.signal);let k=()=>{if(_.signal.aborted)throw _.signal.reason instanceof Error?_.signal.reason:new S("AGENT_TIMEOUT","_agent/create aborted")};await oi(x.root,{recursive:!0}),await oi(p,{recursive:!0}),await oi(x.logs,{recursive:!0}),k(),f||await Pt(p,e.framework,e.agentId,e.cozeIdentity),e.framework==="claude-code"&&await Rs(p),k();let P=await we(e.agentId,this.paths).catch(()=>null),H=qs({model:e.model??P?.model}),X=Os(e._meta)??P?.accountId,K=e.patToken??P?.patToken;if(E=new $n({agentId:e.agentId,framework:e.framework,workspace:p,model:H.model??Me,deployType:u,...X?{accountId:X}:{},...K?{patToken:K}:{}}),E.status="ok",P?.sessions){for(let[Te,me]of Object.entries(P.sessions))E.sessions.set(Te,{acpSessionId:me.acpSessionId,modelToken:me.modelToken,tokenGeneratedAt:me.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let ae=Object.keys(P.sessions).length;ae>0&&Se.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:ae})}this.registry.register(E),T=!0;let J={agentId:e.agentId,framework:e.framework,workspace:p,cozeIdentity:e.cozeIdentity,createdAt:P?.createdAt??Date.now(),sessions:P?.sessions??{},model:H.model};u==="cloud"&&(J.deployType="cloud"),X&&(J.accountId=X),K&&(J.patToken=K),P?.skills&&(J.skills=P.skills),P?.agentName&&(J.agentName=P.agentName),P?.description&&(J.description=P.description),e.framework==="openclaw"&&u==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,p):Se.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let oe=e.initialSkills??[];if(oe.length>0){let ae=[...J.skills??[]],Te=new Map(ae.map((de,ue)=>[de.skillId,ue])),me=0;for(let de of oe)try{let ue=await ri({agentId:e.agentId,workspace:p,framework:e.framework,skill:de});ii(ae,Te,ue),me++}catch(ue){Se.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:de.skillId,skillName:de.skillName,err:String(ue)})}me>0&&(J.skills=ae,Se.info("initialSkills installed",{agentId:e.agentId,installed:me,requested:oe.length}))}return await Ie(J,this.paths),Se.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:u}),{ok:!0,agentId:e.agentId,workspace:p,framework:e.framework}}catch(k){throw Se.error("agent create failed, rolling back",{agentId:e.agentId,err:String(k)}),T&&E&&(await E.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await ld(x.root,{recursive:!0,force:!0}).catch(P=>Se.warn("rm agent dir failed (ignored)",{err:String(P)})),k instanceof S?k:new S("AGENT_SPAWN_FAILED",String(k),{cause:k})}finally{clearTimeout(w)}}async spawnSessionDownstream(e,s,o,a){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&po(e.framework))u=hd;else throw new S("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);let f=e.deployType==="cloud"?{model:e.model,modelToken:s}:void 0,g;e.framework==="openclaw"?g=await this.buildOpenclawDownstream({session:e,modelConfig:f,cloudSessionId:o,cozeEnv:a,command:u.path}):g=this.factory(e.framework,u.path,e.workspace,e.agentId,f,o,a,this.buildBinShimPathEnv());try{return await g.start(),await g.initialize(pd),g}catch(p){throw await g.stop("spawnSessionDownstream failed").catch(()=>{}),p instanceof S?p:new S("AGENT_SPAWN_FAILED",p instanceof Error?p.message:String(p),{cause:p})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:a,cozeEnv:x,command:u}=e,f=si(a);if(s.deployType==="local"){let w=this.config.frameworksCache?.openclaw?.defaultAgent;if(!w?.id||!w.workspace)throw new S("AGENT_SPAWN_FAILED","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent");return new Ot({command:u,cwd:w.workspace,agentId:w.id,sessionName:f})}let g=await ho(),p=o?$s(o,x):null,_;if(p){let w=ti(a),T=p.models[0]?.id??Me,k=`${w}/${T}`;if(!this.ensuredProviders.has(k)){let P=this.getOpenclawConfig();await P.ensureProvider(w,p),await P.addModelToAllowlist(k),this.ensuredProviders.add(k)}_=k}return new Ot({command:u,cwd:s.workspace,agentId:s.agentId,sessionName:f,...g?{gatewayToken:g}:{},..._?{slashModelOnStart:_}:{}})}async openclawRepair(e,s){let o=this.getOpenclawConfig();await o.deleteAgent(e),await o.ensureAgent(e,s)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let s=this.openclawConfigCache;for(let o of e.sessions.keys()){let a=ti(o),x=`${a}/${e.model}`,u=!0;try{await s.removeProvider(a)}catch(f){u=!1,Se.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:a,err:String(f)})}try{await s.removeModelFromAllowlist(x)}catch(f){u=!1,Se.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:x,err:String(f)})}u&&this.ensuredProviders.delete(x)}}};import{randomUUID as Pd}from"node:crypto";import{promises as kd}from"node:fs";import{basename as Td}from"node:path";import{promises as _d}from"node:fs";import{basename as yd}from"node:path";U();var mo=D("file-upload"),bd="/api/coze_claw/file/agent_upload",vd=6e4;async function wo(n,e={}){let o=`${Mn(zn(e.handshakeBase))}${bd}`,a=e.timeoutMs??vd,x=await _d.readFile(n.path),u=new FormData;u.append("agent_id",n.agentId),u.append("session_id",n.sessionId),u.append("file_name",n.name),u.append("file_content",new Blob([x],{type:n.mimeType}),n.name);let f={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",...Tt(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},g=new AbortController,p=setTimeout(()=>g.abort(),a);mo.info("file upload start",{url:o,agentId:n.agentId,sessionId:n.sessionId,name:n.name,bytes:n.sizeBytes,mime:n.mimeType});try{let _=await fetch(o,{method:"POST",headers:f,body:u,signal:g.signal}),w=_.headers.get("x-tt-logid")??"";if(!_.ok){let k=await _.text().catch(()=>"");throw new S("UPLOAD_FAILED",`upload HTTP ${_.status} logid=${w}: ${k.slice(0,200)}`)}let E=await _.json();if(E.code!==void 0&&E.code!==0)throw new S("UPLOAD_FAILED",`upload code=${E.code} msg=${E.msg??"-"} logid=${w}`);let T=E.data?.file?.file_url;if(!T)throw new S("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${w}: ${JSON.stringify(E).slice(0,200)}`);return mo.info("file upload ok",{uri:T,logid:w}),{uri:T}}catch(_){throw _ instanceof S?_:_.name==="AbortError"?new S("UPLOAD_FAILED",`upload timeout (${a}ms) for ${yd(n.path)}`):new S("UPLOAD_FAILED",String(_),{cause:_})}finally{clearTimeout(p)}}U();import{promises as Sd}from"node:fs";import{extname as Ed}from"node:path";var Ad=[{mime:"image/png",prefix:[137,80,78,71]},{mime:"image/jpeg",prefix:[255,216,255]},{mime:"image/gif",prefix:[71,73,70,56]},{mime:"application/pdf",prefix:[37,80,68,70]}];function Cd(n){return n[0]===82&&n[1]===73&&n[2]===70&&n[3]===70&&n[8]===87&&n[9]===69&&n[10]===66&&n[11]===80}var Id={".txt":"text/plain",".md":"text/markdown",".svg":"image/svg+xml",".json":"application/json"};async function _o(n){let e=await Sd.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Cd(s))return"image/webp";for(let o of Ad)if(o.prefix.every((a,x)=>s[x]===a))return o.mime}finally{await e.close()}return Id[Ed(n).toLowerCase()]??"application/octet-stream"}ie();var yo=D("agent-send"),bo=50*1024*1024,Dd=new Set(["image/png","image/jpeg","image/webp","image/gif","image/svg+xml","application/pdf","application/json","text/plain","text/markdown"]);async function vo(n,e){let s=e.core.get(n.agentId);if(!s)throw new S("AGENT_NOT_FOUND",`agent=${n.agentId}`);if(e.core.disconnectedAgents.has(n.agentId))throw new S("AGENT_DISCONNECTED",`agent=${n.agentId} was disconnected by cloud`);if(s.deployType!=="cloud")throw new S("IPC_BAD_REQUEST",`agent=${n.agentId} is not a cloud agent (deployType=${s.deployType}); send only available for cloud agents`);let o=s.sessions.get(n.sessionId);if(!o)throw new S("AGENT_NOT_FOUND",`session=${n.sessionId} not active in agent=${n.agentId}`);if(!await Ps(n.path,s.workspace))throw new S("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let a=await kd.stat(n.path).catch(()=>null);if(!a||!a.isFile())throw new S("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(a.size>bo)throw new S("FILE_TOO_LARGE",`${a.size} bytes > limit ${bo}`);let x=await _o(n.path);if(!Dd.has(x))throw new S("UNSUPPORTED_MIME",`mime=${x} not in whitelist`);if(n.kind==="image"&&!x.startsWith("image/"))throw new S("UNSUPPORTED_MIME",`kind=image but mime=${x}`);if(!e.core.upstream.isConnected())throw new S("UPSTREAM_NOT_READY","cloud WS not connected");let u=n.name??Td(n.path),f=await wo({patToken:e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:x,name:u,sizeBytes:a.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),g={sessionUpdate:"agent_file",messageId:Pd(),content:{type:n.kind==="image"?"image":"resource",uri:f.uri,mimeType:x,name:u,sizeBytes:a.size,...f.fileId!==void 0?{fileId:f.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}},p=2,_;for(let w=0;w<=p;w++)try{await e.core.sendAgentFileUpdate(s,o,n.sessionId,g),_=void 0;break}catch(E){_=E,w<p&&(yo.warn("sendAgentFileUpdate failed, retrying",{attempt:w+1,err:String(E)}),await new Promise(T=>setTimeout(T,5e3)))}if(_)throw new S("UPSTREAM_NOT_READY",`agent file uploaded to cloud but sendAgentFileUpdate failed after ${p+1} attempts: ${String(_)}`,{cause:_});return yo.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:u,bytes:a.size,mime:x,uri:f.uri}),{ok:!0,uri:f.uri,bytes:a.size,mimeType:x,...f.fileId!==void 0?{fileId:f.fileId}:{}}}U();import{execFile as Rd}from"node:child_process";import{promisify as Od}from"node:util";var Nd=Od(Rd),at=D("coze-cli-installer"),So="@coze/cli@0.1.3-alpha.89c42a",Eo="https://bnpm.byted.org",Ld="coze",Md=5e3,Bd=9e4,Ao=1e4,an=null,ai=!1;async function ci(n,e={}){if(ai)return;if(an)return an;let s=e.exec??Nd;return an=(async()=>{try{let o=await zd(Ld,s);if(o){at.info("coze-cli already on PATH, skip install + config + auth",{path:o}),ai=!0;return}at.info("coze-cli install start",{package:So,registry:Eo});try{await s("npm",["i","-g",So,"--registry",Eo],{timeout:Bd,maxBuffer:10*1024*1024}),at.info("coze-cli install ok")}catch(a){at.warn("coze-cli install failed (skip subsequent steps)",{err:String(a)});return}if(n.env)try{await s("coze",["config","set","xTTEnv",n.env],{timeout:Ao}),at.info("coze config set xTTEnv ok",{env:n.env})}catch(a){at.warn("coze config set failed (continue to auth login)",{err:String(a)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:Ao}),at.info("coze auth login ok")}catch(a){at.warn("coze auth login failed",{err:String(a)});return}ai=!0}finally{an=null}})(),an}async function zd(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:Md});return o.split(`
120
+ `)[0]?.trim()||void 0}catch{return}}U();import{spawn as Fd}from"node:child_process";import{constants as Co,access as Ud}from"node:fs/promises";import{delimiter as qd,join as Hd}from"node:path";var Io=D("framework-detector"),Po={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Gd=[".exe",".cmd",".bat",".ps1"],Lt=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??Fd,access:e.access??Ud}}async detect(e){let s=Po[e],o=await this.which(s);if(!o)return Io.debug("framework binary not found",{framework:e,bin:s}),null;let a=e==="openclaw"?["--log-level","silent"]:[],[x,u]=await Promise.all([this.probeVersion(o,a),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:x};return u&&(f.defaultAgent=u),f}async detectAll(){let e=await Promise.all(Object.keys(Po).map(async o=>[o,await this.detect(o)])),s={};for(let[o,a]of e)a&&(s[o]=a);return s}async which(e){let s=this.env.pathEnv.split(qd).filter(Boolean),o=this.env.platform==="win32"?["",...Gd]:[""];for(let a of s)for(let x of o){let u=Hd(a,e+x);if(await this.isExecutable(u))return u}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?Co.F_OK:Co.X_OK;return await this.env.access(e,s),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let s=await this.runProbe(e,["--log-level","silent","agents","list","--json"]);if(!s||s.code!==0)return null;try{let o=JSON.parse(s.stdout);if(!Array.isArray(o))return null;let a=o.find(x=>x?.isDefault===!0);return!a?.id||!a.workspace?null:{id:a.id,workspace:a.workspace}}catch(o){return Io.warn("openclaw agents list --json parse failed",{err:String(o)}),null}}async probeVersion(e,s=[]){let o=await this.runProbe(e,[...s,"--version"]);return o&&(jd(o.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let a="",x=!1,u,f=g=>{x||(x=!0,u&&clearTimeout(u),o(g))};try{let g=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});u=setTimeout(()=>{g.kill("SIGKILL"),f(null)},5e3),g.stdout?.on("data",p=>{a+=p.toString("utf8")}),g.on("error",()=>f(null)),g.on("close",p=>f({code:p,stdout:a}))}catch{f(null)}})}},Kd=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function jd(n){return n.replace(Kd,"")}Mt();import{randomBytes as du}from"node:crypto";import{createReadStream as $d}from"node:fs";import{mkdir as Jd,readFile as Vd,realpath as Yd,stat as Xd,writeFile as Qd}from"node:fs/promises";import{basename as Zd,dirname as xi,join as eu,relative as tu,resolve as To,sep as nu}from"node:path";import{createInterface as ru}from"node:readline";U();var Ro=D("fs-rpc"),cn=Kn("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Oo(n,e){let s=Buffer.byteLength(n.content,"utf8");if(s>cn)throw new S("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${s} bytes > limit ${cn} bytes`);let o=await Lo(n.path,e);return await Jd(xi(o),{recursive:!0}),await Qd(o,n.content,"utf8"),Ro.info("fs/write_text_file ok",{path:o,size:n.content.length}),null}async function No(n,e){let s=await Lo(n.path,e),o=await Xd(s),a=typeof n.line=="number"||typeof n.limit=="number";if(o.size>cn&&!a)throw new S("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${o.size} bytes > ${cn} bytes`);let x;if(a&&o.size>cn)x=await iu(s,n.line??1,n.limit);else{let u=await Vd(s,"utf8");if(a){let f=u.split(`
121
+ `),g=Math.max(0,(n.line??1)-1),p=typeof n.limit=="number"?g+n.limit:void 0;x=f.slice(g,p).join(`
122
+ `)}else x=u}return Ro.info("fs/read_text_file ok",{path:s,size:x.length}),{content:x}}async function iu(n,e,s){let o=ru({input:$d(n,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),a=Math.max(0,e-1),x=typeof s=="number"?a+s:Number.POSITIVE_INFINITY,u=[],f=0;try{for await(let g of o)if(f>=a&&f<x&&u.push(g),f++,f>=x)break}finally{o.close()}return u.join(`
123
+ `)}async function Lo(n,e){if(typeof n!="string"||n.length===0)throw new S("IPC_BAD_REQUEST","path must be a non-empty string");let[s,o]=await Promise.all([Do(To(e)),Do(To(n))]),a=tu(s,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${nu}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function Do(n){let e=[],s=n;for(;s!==xi(s);)try{let o=await Yd(s);return e.length?eu(o,...e.reverse()):o}catch{e.push(Zd(s)),s=xi(s)}return n}U();var Mo=D("prompt-multimodal"),Bo=10*1024*1024,su=15e3,ou=6;async function zo(n){let e=new Array(n.length),s=0;async function o(){for(;s<n.length;){let x=s++,u=n[x];u!==void 0&&(e[x]=await au(u))}}let a=Array.from({length:Math.min(ou,n.length)},()=>o());return await Promise.all(a),e}async function au(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!Ln(e.uri))return n;try{let{buf:s,contentType:o}=await xu(e.uri),a=e.mimeType||cu(o)||"application/octet-stream";return Mo.info("image uri fetched and inlined",{uri:e.uri,bytes:s.length,mimeType:a}),{type:"image",data:s.toString("base64"),mimeType:a}}catch(s){return Mo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function cu(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function xu(n){let e=new AbortController,s=setTimeout(()=>e.abort(),su);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new Error(`HTTP ${o.status} ${o.statusText}`);let a=await o.arrayBuffer();if(a.byteLength>Bo)throw new Error(`image too large: ${a.byteLength} bytes (max ${Bo})`);return{buf:Buffer.from(a),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}rt();Mt();U();var M=D("core"),uu=3e4,fu=/^(boe|ppe)_[A-Za-z0-9_-]+$/,lu=3e4,gu=new Set(["_agent/create","session/new","session/load","session/prompt"]),Xn=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upgradeGate;upstreamIds=new Rt;pendingUpstream=new Map;pendingBridge=new Map;currentCozeEnv;constructor(e){this.upstream=e.upstream,this.extensions=e.extensions??{},this.paths=e.paths,this.sessionSpawner=e.sessionSpawner,this.sessionIdleTimeoutMs=ko(e.bridgeConfig),this.upgradeGate=e.upgradeGate}registerExtension(e,s){this.extensions[e]=s}getCozeEnv(){return this.currentCozeEnv}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),this.upstream.onConnect?.(({initial:e})=>{e||this.rejectAllPendingOnReconnect()}),await this.upstream.start(),M.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){M.info("Core stopping",{reason:e}),await Promise.all([...this.agents.values()].map(s=>s.dispose(e))),this.agents.clear(),await this.upstream.stop(e)}get(e){return this.agents.get(e)}register(e){this.agents.set(e.agentId,e),M.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let s of this.registerHandlers)try{s(e.agentId)}catch(o){M.warn("onAgentRegister handler threw (ignored)",{agentId:e.agentId,err:String(o)})}}onAgentRegister(e){return this.registerHandlers.add(e),()=>this.registerHandlers.delete(e)}registerHandlers=new Set;unregister(e){this.agents.delete(e)}reviveIfDisconnected(e){this.disconnectedAgents.delete(e)&&M.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,s,o){let a=o.downstream;a&&(a.onUpdate(x=>{o.loadingSession||this.forwardUpdate(e,x)}),a.onAgentRequest(x=>{this.handleAgentRequest(e,a,x)}),a.onExit((x,u)=>{M.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:x,signal:u}),on(o),o.downstream=void 0,o.replySeq=0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),this.rejectPendingForDownstream(a,"downstream exited")}))}hasPendingPermissionFor(e){for(let s of this.pendingUpstream.values())if(s.downstream===e)return!0;return!1}rejectPendingForDownstream(e,s){let o=[];for(let[a,x]of this.pendingUpstream)x.downstream===e&&o.push(a);if(o.length!==0){M.info("reject pendingUpstream entries (downstream gone)",{reason:s,count:o.length});for(let a of o){let x=this.pendingUpstream.get(a);if(x){this.pendingUpstream.delete(a),this.upstream.send(st(a,{code:G.INTERNAL_ERROR,message:`bridge downstream gone: ${s}`})).catch(u=>M.debug("send error response to upstream failed (ignored)",{err:String(u)}));try{x.downstream.respondAgentRequestError(x.agentRequestId,{code:G.INTERNAL_ERROR,message:`bridge: ${s}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,s=this.pendingBridge.size;if(!(e===0&&s===0)){M.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:s});for(let[,o]of this.pendingUpstream)try{o.downstream.respondAgentRequestError(o.agentRequestId,{code:G.INTERNAL_ERROR,message:"upstream reconnected; please retry"})}catch{}this.pendingUpstream.clear();for(let[,o]of this.pendingBridge)clearTimeout(o.timer),o.reject(new S("UPSTREAM_DISCONNECTED",`${o.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(Hn(e)){this.handleUpstreamResponse(e);return}if(!("method"in e)||typeof e.method!="string")return;let s="id"in e&&e.id!==void 0?e.id:null,o=e.params?._meta?.cozeEnv;o&&fu.test(o)?this.currentCozeEnv=o:o&&M.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:o});try{if(this.upgradeGate?.isUpgrading()&&gu.has(e.method)){let a=this.upgradeGate.pendingTarget()??"";throw new S("BRIDGE_UPGRADING",`bridge upgrading to ${a}, retry shortly`,{retriable:!0})}if(e.method.startsWith("_agent/")){let a=this.extensions[e.method];if(!a){s!==null?await this.sendError(s,G.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):M.warn("drop notification: extension not registered",{method:e.method});return}let x=await a(e,this);s!==null&&await this.upstream.send(Dt(s,x));return}if(e.method.startsWith("session/")){let a=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(Dt(s,a));return}if(e.method==="initialize"){s!==null&&await this.upstream.send(Dt(s,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}s!==null?await this.sendError(s,G.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):M.warn("drop unknown notification",{method:e.method})}catch(a){M.error("handleFrame failed",{method:e.method,err:String(a)}),s!==null&&await this.upstream.send(st(s,sn(a)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new S("IPC_BAD_REQUEST",`${e.method} requires params`);let s=e.params,o=s._meta?.cozeAgentId;if(!o)throw new S("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let a=this.agents.get(o);if(!a)throw this.disconnectedAgents.has(o)?new S("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new S("AGENT_NOT_FOUND",`agent not found: ${o}`);let x=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!x)return this.dispatchSessionCall(a,e.method,s);let u=Date.now(),f=!1,g=e.method==="session/prompt";g&&this.upgradeGate?.incActive();try{let p=await a.getSessionQueue(x).enqueue(()=>this.dispatchSessionCall(a,e.method,s));return f=!0,p}finally{g&&this.upgradeGate?.decActive(),M.info("session call done",{agentId:a.agentId,method:e.method,durationMs:Date.now()-u,ok:f})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:a}=Ns(o);switch(s){case"session/new":{let x=hu();return M.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:x}),{sessionId:x}}case"session/load":{let x=a;return M.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:x.sessionId}),{}}case"session/prompt":{let x=a,u=x.sessionId;if(!u)throw new S("IPC_BAD_REQUEST","session/prompt: missing sessionId");let f=await this.ensureRuntime(e,u);if(f.replySeq=0,await this.ensureDownstream(e,u,f),!f.downstream||!f.acpSessionId)throw new S("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let g=o._meta?.cozeTriggerMsgId;g?e.activeTriggers.set(f.acpSessionId,g):e.activeTriggers.delete(f.acpSessionId);let p=await zo(x.prompt);try{let _=await f.downstream.sessionPrompt({...x,sessionId:f.acpSessionId,prompt:p});return f.lastActiveAt=Date.now(),_}finally{if(e.activeTriggers.delete(f.acpSessionId),f.reloadAfterTurn){f.reloadAfterTurn=!1;let _=f.downstream;_&&(f.downstream=void 0,M.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:u,acpId:f.acpSessionId}),_.stop("reload-after-turn").catch(w=>M.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:u,err:String(w)})))}else f.downstream?.isAlive()&&this.armIdleTimer(e,u,f)}}case"session/cancel":{let u=a.sessionId;if(!u)throw new S("IPC_BAD_REQUEST","session/cancel: missing sessionId");let f=e.sessions.get(u);if(e.hasSessionQueue(u)){let g=e.getSessionQueue(u);g.size>0&&(M.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:u,queuedCount:g.size}),g.dispose(new S("AGENT_PROTOCOL_ERROR",`cancelled by session/cancel on ${u}`)))}return f?.downstream?.isAlive()&&f.acpSessionId&&await f.downstream.sessionCancel({sessionId:f.acpSessionId}),{ok:!0}}default:throw new S("IPC_BAD_REQUEST",`session method not supported: ${s}`)}}async ensureRuntime(e,s){let o=e.sessions.get(s);if(o)return o;let x={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,s):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return e.sessions.set(s,x),await this.persistSessionMapping(e),x}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let a=await this.sendRequest(Le.GEN_MODEL_TOKEN,o,lu);if(!a?.modelToken)throw new S("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return a.modelToken}catch(a){throw a instanceof S&&a.code==="MODEL_TOKEN_GEN_FAILED"?a:new S("MODEL_TOKEN_GEN_FAILED",a instanceof Error?a.message:String(a),{cause:a})}}async ensureDownstream(e,s,o){if(on(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new S("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let a=3,x=3e4,u=o.spawnFailCount??0,f=o.spawnFailedAt??0;if(u>=a&&Date.now()-f<x)throw new S("AGENT_SPAWN_FAILED",`agent ${e.agentId} session ${s} spawn failed ${u} times in a row; please check framework binary / network and retry after ${Math.ceil((x-(Date.now()-f))/1e3)}s`);let g;try{g=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv)}catch(p){throw o.spawnFailCount=u+1,o.spawnFailedAt=Date.now(),o.spawnFailCount>=a&&o.acpSessionId&&(M.warn("clearing stale acpSessionId after repeated spawn failures",{agentId:e.agentId,cloudId:s,staleAcpId:o.acpSessionId}),o.acpSessionId=void 0),p}if(o.spawnFailCount=0,o.spawnFailedAt=void 0,o.downstream=g,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await g.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),M.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(p){M.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(p)}),o.acpSessionId=void 0;let _=await g.sessionNew({cwd:e.workspace});o.acpSessionId=_.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let p=await g.sessionNew({cwd:e.workspace});o.acpSessionId=p.sessionId,await this.persistSessionMapping(e)}g.afterSessionEstablished&&o.acpSessionId&&await g.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(on(o),this.isRuntimeBusy(e,o)){M.debug("skip idle timer: runtime busy (in-flight turn / pending permission)",{agentId:e.agentId,cloudId:s});return}o.idleTimer=setTimeout(()=>{if(o.idleTimer=void 0,this.isRuntimeBusy(e,o)){M.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:s}),this.armIdleTimer(e,s,o);return}M.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:s});let a=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),a&&a.stop("idle timeout").catch(x=>M.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(x)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,s){if(s.acpSessionId&&e.activeTriggers.has(s.acpSessionId))return!0;let o=s.downstream;if(!o)return!1;for(let a of this.pendingUpstream.values())if(a.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,s,o,a){let x={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let u=e.activeTriggers.get(s.acpSessionId);u&&(x.cozeTriggerMsgId=u)}await this.upstream.send(nn("session/update",{sessionId:o,update:a,_meta:x}))}forwardUpdate(e,s){let o=s.sessionId,a=this.reverseSessionId(e,o);if(!a){M.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let x=e.sessions.get(a);if(!x){M.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:a});return}if(mu(s)){M.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let u={cozeAgentId:e.agentId,cozeReplySeqID:++x.replySeq},f=e.activeTriggers.get(o);f&&(u.cozeTriggerMsgId=f),this.upstream.send(nn("session/update",{...s,sessionId:a,_meta:u})).catch(g=>M.warn("forward update failed",{agentId:e.agentId,err:String(g)}))}handleAgentRequest(e,s,o){if(o.method==="session/request_permission"){this.forwardPermissionRequest(e,s,o);return}if(o.method==="fs/write_text_file"||o.method==="fs/read_text_file"){this.handleFsRpcRequest(e,s,o);return}M.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),s.respondAgentRequestError(o.id,{code:G.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${o.method}`})}async handleFsRpcRequest(e,s,o){try{let a=e.workspace;if(o.method==="fs/write_text_file"){let x=o.params??{},u=await Oo(x,a);s.respondAgentRequest(o.id,u)}else{let x=o.params??{},u=await No(x,a);s.respondAgentRequest(o.id,u)}}catch(a){M.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(a)}),s.respondAgentRequestError(o.id,sn(a))}}forwardPermissionRequest(e,s,o){let a=this.upstreamIds.next("session/request_permission"),x=o.params??{},f=x.sessionId,g=f?e.activeTriggers.get(f):void 0,p={cozeAgentId:e.agentId};g&&(p.cozeTriggerMsgId=g);let _=f?this.reverseSessionId(e,f):void 0,w={...x,..._?{sessionId:_}:{},_meta:p};this.pendingUpstream.set(a,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),M.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:a,acpSessionId:f,cloudSessionId:_,toolCallId:x.toolCall?.toolCallId,options:x.options?.map(E=>({optionId:E.optionId,kind:E.kind,name:E.name}))}),this.upstream.send(tn(a,"session/request_permission",w)).catch(E=>{this.pendingUpstream.delete(a),M.error("forward permission request failed",{agentId:e.agentId,err:String(E)}),s.respondAgentRequestError(o.id,{code:G.INTERNAL_ERROR,message:`upstream send failed: ${String(E)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let s=this.lookupPending(this.pendingUpstream,e.id,"upstream");if(s){this.pendingUpstream.delete(s.key);let a=s.value;e.error?(M.info("upstream \u2192 permission response (error)",{agentId:a.agentId,upstreamId:e.id,method:a.method,error:e.error}),a.downstream.respondAgentRequestError(a.agentRequestId,e.error)):(a.method==="session/request_permission"&&pu(e.result,a),M.info("upstream \u2192 permission response (result)",{agentId:a.agentId,upstreamId:e.id,method:a.method,result:e.result}),a.downstream.respondAgentRequest(a.agentRequestId,e.result));return}let o=this.lookupPending(this.pendingBridge,e.id,"bridge");if(o){this.pendingBridge.delete(o.key),clearTimeout(o.value.timer),e.error?o.value.reject(new qn(e.error)):o.value.resolve(e.result);return}M.debug("orphan upstream response (no pending)",{id:e.id})}lookupPending(e,s,o){let a=e.get(s);if(a)return{value:a,key:s};if(typeof s=="number"){let x=String(s),u=e.get(x);if(u)return M.warn(`${o} id type mismatch: number received but Bridge expected string`,{rawId:s,normalizedId:x}),{value:u,key:x}}}sendRequest(e,s,o=uu){let a=this.upstreamIds.next(e);return new Promise((x,u)=>{let f=setTimeout(()=>{this.pendingBridge.delete(a),u(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(a,{method:e,resolve:x,reject:u,timer:f}),this.upstream.send(tn(a,e,s)).catch(g=>{let p=this.pendingBridge.get(a);p&&(clearTimeout(p.timer),this.pendingBridge.delete(a)),u(g)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,a]of e.sessions){let x={modelToken:a.modelToken,tokenGeneratedAt:a.tokenGeneratedAt};a.acpSessionId&&(x.acpSessionId=a.acpSessionId),s.set(o,x)}await Yr(e.agentId,s,this.paths)}catch(s){M.warn("persist session mapping failed",{agentId:e.agentId,err:String(s)})}}reverseSessionId(e,s){for(let[o,a]of e.sessions.entries())if(a.acpSessionId===s)return o}sendError(e,s,o){return this.upstream.send(st(e,{code:s,message:o,data:{bridgeVersion:it}}))}};function hu(){return du(16).toString("hex")}function pu(n,e){if(!n||typeof n!="object"){M.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:n});return}let s=n;if("kind"in s&&!("outcome"in s)){M.warn('permission response: top-level "kind" field (D66 historical bug shape)',{agentId:e.agentId,result:n});return}let o=s.outcome;if(!o||typeof o!="object"){M.warn("permission response: missing or non-object outcome field",{agentId:e.agentId,result:n});return}let x=o.outcome;(typeof x!="string"||x!=="selected"&&x!=="cancelled")&&M.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:x,result:n})}function mu(n){let e=n.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let s=e.content;if(!s||typeof s!="object")return!1;let o=s;return o.type!=="text"||typeof o.text!="string"?!1:o.text.startsWith("Model metadata for `")}U();ie();import{randomBytes as wu}from"node:crypto";import{chmod as _u,mkdir as yu,writeFile as Fo}from"node:fs/promises";import{createServer as bu}from"node:http";import{dirname as vu}from"node:path";var Su=1e6,di=D("ipc"),Qn=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(s=>[`${s.method} ${s.path}`,s])),this.paths=e.paths??q()}async start(){this.token=wu(32).toString("hex");let e=bu((o,a)=>{this.dispatch(o,a)});this.server=e,await new Promise((o,a)=>{e.once("error",a),e.listen(0,"127.0.0.1",()=>o())});let s=e.address();if(!s||typeof s!="object")throw new Error("failed to obtain IPC port");return this.port=s.port,await this.persistAuthFiles(),di.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((s,o)=>{e.close(a=>a?o(a):s())}),this.server=null)}async persistAuthFiles(){await yu(vu(this.paths.portFile),{recursive:!0}),await Fo(this.paths.portFile,String(this.port),"utf8"),await Fo(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await _u(this.paths.tokenFile,384)}catch(e){di.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,s){if(e.headers.authorization!==`Bearer ${this.token}`){xn(s,401,{error:"unauthorized"});return}let a=`${e.method} ${(e.url??"").split("?")[0]}`,x=this.routes.get(a);if(!x){xn(s,404,{error:"not found"});return}let u=null;if(e.method==="POST")try{u=await Eu(e)}catch(f){xn(s,400,{error:"invalid json",detail:String(f)});return}try{let f=await x.handler(u,e);xn(s,200,f??{ok:!0})}catch(f){di.error("IPC handler failed",{key:a,err:String(f)}),xn(s,500,{error:f instanceof Error?f.message:String(f)})}}};function xn(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function Eu(n){let e=[],s=0;for await(let a of n){let x=a;if(s+=x.length,s>Su)throw new Error("body too large");e.push(x)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}import{sep as Uo}from"node:path";import{fileURLToPath as Au}from"node:url";function qo(){return Cu(Au(import.meta.url))}function Cu(n){let e=`${Uo}src${Uo}`;return n.includes(e)}U();ie();import{spawn as Iu}from"node:child_process";import{existsSync as Pu,mkdirSync as ku,openSync as Tu}from"node:fs";import{dirname as Du}from"node:path";import{fileURLToPath as Ru}from"node:url";var Ou=D("spawn-helper");function Nu(n){return Pu(n.libEntry)?n.libEntry:Ru(new URL("../index.ts",import.meta.url))}function Lu(n,e,s){let o=n.endsWith(".ts"),a=["--upgrade-helper",`--target-version=${e}`,`--old-pid=${s}`];return o?["--import","tsx/esm",n,...a]:[n,...a]}async function Ho(n,e,s={}){let o=s.paths??q(),a=Nu(o);ku(Du(o.logFile),{recursive:!0});let x=Tu(o.logFile,"a"),u=Lu(a,n,e),f=Iu(process.execPath,u,{detached:!0,stdio:["ignore",x,x],env:{...process.env,COZE_BRIDGE_UPGRADE_HELPER:"1"}});if(f.unref(),typeof f.pid!="number")throw new Error("failed to spawn upgrade helper (no pid)");Ou.info("upgrade helper spawned",{pid:f.pid,targetVersion:n,oldPid:e,entry:a})}U();import{mkdir as Mu,writeFile as Bu}from"node:fs/promises";import{dirname as zu}from"node:path";import{gunzipSync as Fu}from"node:zlib";var ui=D("tarball-downloader"),Uu="https://registry.npmjs.org",Go="package/dist/index.js";async function Ko(n,e,s={}){if(!/^[\w.\-+]+$/.test(n))throw new Error(`invalid version string: ${JSON.stringify(n)}`);let a=`${(s.registry??Uu).replace(/\/+$/,"")}/coze-bridge/${n}`;ui.info("fetching tarball metadata",{metaUrl:a});let x=await fetch(a);if(!x.ok)throw new Error(`registry metadata ${a} returned ${x.status}`);let f=(await x.json())?.dist?.tarball;if(!f)throw new Error(`registry metadata missing dist.tarball for ${n}`);ui.info("downloading tarball",{tarballUrl:f});let g=await fetch(f);if(!g.ok)throw new Error(`tarball ${f} returned ${g.status}`);let p=Buffer.from(await g.arrayBuffer()),_=Fu(p),w=qu(_,Go);if(!w)throw new Error(`tarball missing entry ${Go}`);await Mu(zu(e),{recursive:!0}),await Bu(e,w),ui.info("dist extracted",{destPath:e,bytes:w.length})}function qu(n,e){let s=0;for(;s+512<=n.length;){let o=n.subarray(s,s+512);if(o.every(_=>_===0))return null;let a=o.subarray(0,100),x=a.indexOf(0),u=a.subarray(0,x===-1?100:x).toString("utf8"),f=o.subarray(124,136).toString("ascii").trim().replace(/\0/g,""),g=Number.parseInt(f,8)||0,p=s+512;if(u===e)return n.subarray(p,p+g);s=p+Math.ceil(g/512)*512}return null}Mt();U();import{resolve as Hu}from"node:path";function jo(n,e){let s=n.split(".").map(Number),o=e.split(".").map(Number),a=Math.max(s.length,o.length);for(let x=0;x<a;x++){let u=s[x]??0,f=o[x]??0;if(u<f)return!0;if(u>f)return!1}return!1}var gt=D("upgrade-manager"),Gu=300*1e3,Ku=3,Zn=class{constructor(e){this.opts=e}opts;inFlightTarget=null;async requestUpgrade(e){if(this.inFlightTarget===e){gt.debug("upgrade already in-flight, skip",{targetVersion:e});return}this.inFlightTarget=e;try{let s=await ct(this.opts.paths.configFile)??{};if(s.disableAutoUpgrade){gt.info("disableAutoUpgrade=true, skip",{targetVersion:e});return}if(this.opts.isDevMode()){gt.warn("dev mode, skip auto-upgrade",{targetVersion:e});return}if(!jo(this.opts.currentVersion,e)){gt.debug("local version >= target, skip",{local:this.opts.currentVersion,target:e});return}let o=s.upgradeAttempts?.[e];if((o?.count??0)>=Ku){gt.warn("upgrade attempts cap reached, skip",{targetVersion:e,count:o?.count});return}let a=Hu(this.opts.paths.libDir,"index.js.next");try{await this.opts.download(e,a)}catch(u){await this.recordAttempt(s,e,String(u)),gt.warn("download failed, attempt recorded",{targetVersion:e,err:String(u)});return}this.opts.daemon.markUpgradePending(e);let x=await this.opts.daemon.waitIdle(Gu);gt.info("waitIdle done",{result:x}),await this.opts.spawnHelper(e,process.pid),this.opts.daemon.exit(0)}finally{this.inFlightTarget=null}}async recordAttempt(e,s,o){e.upgradeAttempts=e.upgradeAttempts??{};let a=e.upgradeAttempts[s];e.upgradeAttempts[s]={count:(a?.count??0)+1,lastAt:Date.now(),...o?{lastError:o}:{}},await Fe(e,this.opts.paths.configFile)}};var lc=je(na(),1);var Al=je(Xa(),1),Cl=je(hr(),1),Il=je(Ft(),1),Pl=je(Ei(),1),kl=je(Ii(),1),Tl=je(Oi(),1),oc=je(_r(),1),Dl=je(sc(),1);var ac=oc.default;U();var he=D("upstream.frontier"),xc="application/json",dc="none",wn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;openCount=0;async start(){if(this.fws){he.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Bs,...Tt(this.opts.ppeOverride)};class s extends ac{constructor(f){super(f,Ms,{headers:e})}send(f,...g){if(_s("debug"))try{let p;typeof f=="string"?p=Buffer.from(f,"utf8"):f instanceof Buffer?p=f:f instanceof ArrayBuffer?p=new Uint8Array(f):ArrayBuffer.isView(f)?p=new Uint8Array(f.buffer,f.byteOffset,f.byteLength):p=new Uint8Array(0);let _=Buffer.from(p.slice(0,128)).toString("hex");he.debug("WS raw frame out",{bytes:p.byteLength,headHex:_})}catch(p){he.warn("WS raw frame dump failed",{err:String(p)})}super.send(f,...g)}}let o=Fs(this.opts.urlOverride),a={url:o,ws:s,fpID:Ls,aID:Bn,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:xc,force:!0},payloadEncoding:{encoding:dc,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},x=new lc.FWS(a);x.onopen=()=>{this.opened=!0,this.openCount+=1;let u=this.openCount===1;he.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:u,openCount:this.openCount});for(let f of this.connectHandlers)Promise.resolve(f({initial:u})).catch(g=>he.warn("onConnect handler threw (ignored)",{err:String(g)}))},x.onclose=u=>{this.opened=!1,he.info("frontier closed",{code:u.code,reason:u.reason,willReconnect:u.willReconnect})},x.onerror=u=>{he.warn("frontier error",{code:u.code,msg:u.message})},x.onmessage=u=>this.handleMessage(u),this.fws=x,await x.connect()}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){he.warn("frontier close threw (ignored)",{err:String(o)})}}}async send(e){let s=this.fws;if(!s)throw new S("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected())throw new S("UPSTREAM_DISCONNECTED",`frontier ws not open (opened=${this.opened}, readyState=${s.readyState}); refusing to silently buffer`);this.injectAgentPatToken(e);let o=JSON.stringify(e),a=e;uc(a)||he.info("frontier frame out",{method:a.method,jsonrpcId:a.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:xc,payloadEncoding:dc})}catch(u){throw he.warn("frontier frame send failed",{method:a.method,jsonrpcId:a.id,err:String(u)}),new S("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(u)}`,{cause:u})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandlers.push(e)}isConnected(){return this.opened&&this.fws?.readyState===1}injectAgentPatToken(e){let s=this.opts.getPatTokenForAgent;if(!s)return;let o=e.params?._meta;if(!o?.cozeAgentId)return;let a=s(o.cozeAgentId);a&&(o.cozePatToken=a)}handleMessage(e){let s=e.message?.service;if(s!==33555712){he.debug("drop non-adapter frontier frame",{service:s});return}let o=Ll(e);if(!o){he.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){he.debug("frame received but no onFrame handler",{size:o.length});return}let a;try{a=JSON.parse(o)}catch(u){he.warn("frontier message JSON parse failed",{err:String(u),head:o.slice(0,80)});return}let x=a;uc(x)||he.info("frontier frame in",{logid:Nl(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:x.id,method:x.method,body:Ol(o)}),Promise.resolve(this.handler(a)).catch(u=>he.warn("frontier frame handler threw",{err:String(u)}))}};function uc(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var fc=2e3;function Ol(n){return n.length<=fc?n:`${n.slice(0,fc)}...<truncated, total ${n.length} chars>`}function Nl(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function Ll(n){let e=n.message;if(e?.textPayload)return e.textPayload;let s=e?.payload;if(!s)return null;try{return Buffer.from(s).toString("utf8")}catch{return null}}U();var Li=D("upstream.switchable"),br=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;Li.info("swap upstream",{reason:s});let o=this.inner;if(this.inner=e,this.handler&&e.onFrame(this.handler),e.onConnect)for(let a of this.connectHandlers)e.onConnect(a);try{await e.start()}catch(a){throw Li.error("swap target start failed, reverting",{err:String(a)}),this.inner=o,a}await o.stop(s??"swapped").catch(a=>Li.warn("previous upstream stop threw (ignored)",{err:String(a)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandlers.push(e),this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};U();var Mi=D("upstream"),jt=class{handler=null;async start(){Mi.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Mi.info("NoopUpstream stopped",{reason:e})}async send(e){Mi.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};U();U();ie();import{promises as Bi}from"node:fs";import{dirname as Ml}from"node:path";var Bl=D("pat-token-store");async function gc(n=q()){try{let s=(await Bi.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&Bl.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function _n(n,e=q()){if(!n)throw new Error("writePatToken: empty patToken");await Bi.mkdir(Ml(e.patTokenFile),{recursive:!0}),await Bi.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}ie();ie();import{promises as vr}from"node:fs";import{join as zl}from"node:path";function Fl(n){return`#!/bin/sh
124
124
  exec node ${JSON.stringify(n)} "$@"
125
- `}function zl(n){return`@echo off
125
+ `}function Ul(n){return`@echo off
126
126
  node ${JSON.stringify(n)} %*
127
- `}async function fc(n,e=U()){let s=e.binDir;await _r.mkdir(s,{recursive:!0});let o=Bl(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),c=process.platform==="win32"?zl(n):Ml(n);return await _r.readFile(o,"utf8").catch(()=>null)===c||(await _r.writeFile(o,c,"utf8"),process.platform!=="win32"&&await _r.chmod(o,493)),s}F();re();import{execSync as gc}from"node:child_process";import{readFileSync as hc,unlinkSync as Fl}from"node:fs";import{mkdir as Ul,readFile as pc,unlink as mc,writeFile as ql}from"node:fs/promises";import{dirname as Hl}from"node:path";function lc(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var Kl=k("single-instance"),yr=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??U().pidFile,e.processTitle&&(process.title=e.processTitle)}async acquire(){let e=await this.readExistingPid();return e!==null&&this.isAlive(e)?{kind:"already-running",pid:e}:(e!==null&&(Kl.warn("removing stale pid file",{stalePid:e}),await mc(this.pidFile).catch(()=>{})),await Ul(Hl(this.pidFile),{recursive:!0}),await ql(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await pc(this.pidFile,"utf8")).trim()===String(process.pid)&&await mc(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await pc(this.pidFile,"utf8"),s=Number.parseInt(e.trim(),10);return Number.isFinite(s)&&s>0?s:null}catch(e){if(e.code==="ENOENT")return null;throw e}}isAlive(e){return lc(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let s=hc(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(s.includes("coze-bridge-daemon")||s.includes("lib/index.js"))}catch{}try{let s=gc(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return s.trim()?s.includes("coze-bridge-daemon")||s.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let o=gc(`tasklist /FI "PID eq ${e}" /FO CSV /NH`,{stdio:["ignore","pipe","ignore"],timeout:2e3}).toString().trim();if(!o||o.startsWith("INFO:"))return!1;let c=o.split(",",1)[0]?.replace(/^"|"$/g,"").toLowerCase()??"";return c.includes("node")||c.includes("coze-bridge")}catch{return!0}}installCleanupHooks(){process.once("exit",()=>{if(this.acquired)try{hc(this.pidFile,"utf8").trim()===String(process.pid)&&Fl(this.pidFile)}catch{}})}};function Gl(){let n=0,e=null;return{incActive(){n++},decActive(){n>0&&n--},activeCount(){return n},markUpgradePending(s){e=s},isUpgrading(){return e!==null},pendingTarget(){return e},async waitIdle(s){let o=Date.now()+s;for(;Date.now()<o;){if(n===0)return"idle";await new Promise(c=>setTimeout(c,200))}return n===0?"idle":"timeout"}}}var O=k("daemon"),jl="coze-bridge-daemon";async function _c(){let n=new yr({processTitle:jl}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await ct(),o=s??{};vn({pid:process.pid}),O.info(s?"loaded bridge config":"initialized bridge config");try{let A=new Ot;o.frameworksCache=await A.detectAll(),O.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(A){O.warn("framework detection failed",{err:String(A)})}await Fe(o);let c=new wr(new Gt),x=U(),u=Gl(),l=null,h=new Jn({upstream:c,paths:x,bridgeConfig:o,upgradeGate:u,sessionSpawner:async(A,N,M,_e)=>{if(!l)throw new Error("agentManager not ready");return l.spawnSessionDownstream(A,N,M,_e)}});await $l(x,h);let m=new $n({paths:x,config:o,registry:h});l=m;let w,_,S=null,T={},I,C=null,H=null;h.registerExtension("_agent/create",async A=>m.createAgent(A.params)),h.registerExtension("_agent/health",async()=>({ok:!0}));let X={},K=new Bn({agents:h.agents,disposeAndMarkDisconnected:async(A,N)=>{let M=h.agents.get(A);if(M){await m.cleanupOpenclawSessionProviders(M).catch(Z=>O.warn("cleanup openclaw providers failed (ignored)",{agentId:A,err:String(Z)}));let _e=!0;try{await M.dispose(`disconnect: ${N}`)}catch(Z){_e=!1,O.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:A,err:String(Z)}),M.status="error"}_e&&(M.status="disconnected",h.unregister(A),h.disconnectedAgents.add(A))}else h.disconnectedAgents.add(A)},detailSyncer:async A=>{if(!X.ref)throw new Error("agent-detail-sync not initialized yet");await X.ref.syncOne(A)},cleanupOpenclawProviders:async A=>{await m.cleanupOpenclawSessionProviders(A)},openclawRepair:async(A,N)=>{await m.openclawRepair(A,N)},isRuntimePendingPermission:A=>h.hasPendingPermissionFor(A)});h.registerExtension("_agent/listSkills",A=>K.listSkills(A.params)),h.registerExtension("_agent/addSkills",A=>K.addSkills(A.params)),h.registerExtension("_agent/removeSkills",A=>K.removeSkills(A.params)),h.registerExtension("_agent/getFileTree",A=>K.getFileTree(A.params)),h.registerExtension("_agent/getFileContent",A=>K.getFileContent(A.params)),h.registerExtension("_agent/update",A=>K.updateAgent(A.params)),h.registerExtension("_agent/disconnect",A=>K.disconnectAgent(A.params)),h.registerExtension("_agent/switchModel",A=>K.switchModel(A.params)),h.registerExtension("_agent/reset",A=>K.resetAgent(A.params)),h.registerExtension("_agent/repair",A=>K.repairAgent(A.params));let J=new Dn({paths:x,handlers:K,sendDetail:A=>h.sendRequest("_agent/detail",A)});X.ref=J;let se=async A=>{await Promise.allSettled(A.map(async N=>{try{await K.disconnectAgent({agentId:N.agentId,reason:`auth_failure: code=${N.code} ${N.message}`}),O.info("agent disconnected due to auth failure from heartbeat response",{agentId:N.agentId,code:N.code,message:N.message})}catch(M){O.warn("disconnect during authFailure handling failed (ignored)",{agentId:N.agentId,err:String(M)})}}))};c.onConnect(({initial:A})=>{O.info("frontier upstream connected, triggering detail sync",{initial:A}),J.syncAll(A?"initial-connect":"reconnect").catch(N=>O.warn("detail sync top-level error (ignored)",{err:String(N)}))});let oe=new Vn({paths:x,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...h.agents.keys()],deviceId:S??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async A=>{let N=A,M=N?.privatecode,_e=N?.pairing_code;if(!M||!_e)throw new v("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Z=Vt(N.env),fe=N.handshake_url,Ge=N.frontier_url,te=wc(N.env,fe,Ge),Ze=!!w&&w!==M,Y=_!==void 0&&_!==te,V=Ze||Y,ut=await Jr({privatecode:M,...fe?{endpoint:fe}:{},ppeOverride:Z});if(V){O.warn("pair config switched, resetting agents",{pcChanged:Ze,envChanged:Y,previousPc:w?vr(w):"",nextPc:vr(M),previousEnvKey:_??"",nextEnvKey:te});for(let ne of[...h.agents.values()])await ne.dispose("pair config switch").catch(()=>{}),h.agents.delete(ne.agentId);h.disconnectedAgents.size>0&&(O.info("clearing disconnectedAgents set on pair config switch",{count:h.disconnectedAgents.size}),h.disconnectedAgents.clear()),await c.swap(new Gt,"pair switch").catch(()=>{})}S=ut.deviceId,vn({deviceId:S,pid:process.pid}),ii({patToken:M,env:N.env}).catch(ne=>O.warn("coze-cli setup error (ignored)",{err:String(ne)}));let W=new hn({handshake:ut,privatecode:M,...Ge?{urlOverride:Ge}:{},ppeOverride:Z,getPatTokenForAgent:ne=>h.agents.get(ne)?.patToken});await c.swap(W,"pair");try{let ne=new Ot;o.frameworksCache=await ne.detectAll(),await Fe(o),O.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(ne){O.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(ne)})}let _t=Object.keys(o.frameworksCache??{});try{let ne=await h.sendRequest("_agent/pair",{pairCode:_e,patToken:M,frameworks:_t,_meta:{cozeDeviceId:S}});O.info("_agent/pair ok",{pairResult:ne}),w=M,_=te,T=Z,I=fe,pn(M,x).catch(me=>O.warn("writePatToken after /pair failed (ignored)",{err:String(me)})),C||(C=new Xt({core:h,getDeviceId:()=>S??"",onTickEnd:()=>J.retryPending().catch(me=>O.warn("detailSync.retryPending failed (ignored)",{err:String(me)})),onAuthFailures:se,onMinBridgeVersion:me=>H?.requestUpgrade(me)})),C.start(),V&&br(x,m).catch(me=>O.warn("post-pair-switch auto-revive error (ignored)",{err:String(me)}));let yt;return N.agent_id&&(yt=await Jl(N.agent_id,x,m,me=>h.sendRequest("_agent/detail",me),M).catch(me=>(O.error("--agent-id ensureAgent failed",{agentId:N.agent_id,err:String(me)}),{ok:!1,agentId:N.agent_id??"",note:String(me)}))),{ok:!0,note:"paired with cloud",...yt?{agent:yt}:{}}}catch(ne){return O.error("_agent/pair failed",{err:String(ne)}),{ok:!1,note:`pair failed: ${String(ne)}`}}}},{method:"POST",path:"/connect",handler:async A=>{let N=A,M=N?.privatecode;if(!M)throw new v("IPC_BAD_REQUEST","/connect requires privatecode");let _e=Vt(N.env),Z=N.handshake_url,fe=N.frontier_url,Ge=wc(N.env,Z,fe);if(w===M&&_===Ge){let W=await Wl(x);return h.agents.size===0&&W?(O.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),br(x,m).catch(_t=>O.warn("connect-noop auto-revive error (ignored)",{err:String(_t)}))):O.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let te=!!w&&w!==M,Ze=_!==void 0&&_!==Ge,Y=te||Ze,V=await Jr({privatecode:M,...Z?{endpoint:Z}:{},ppeOverride:_e});if(Y){O.warn("connect config switched, resetting agents",{pcChanged:te,envChanged:Ze,previousPc:w?vr(w):"",nextPc:vr(M)});for(let W of[...h.agents.values()])await W.dispose("connect config switch").catch(()=>{}),h.agents.delete(W.agentId);h.disconnectedAgents.size>0&&(O.info("clearing disconnectedAgents set on connect config switch",{count:h.disconnectedAgents.size}),h.disconnectedAgents.clear()),await c.swap(new Gt,"connect switch").catch(()=>{})}S=V.deviceId,vn({deviceId:S,pid:process.pid}),ii({patToken:M,env:N.env}).catch(W=>O.warn("coze-cli setup error (ignored)",{err:String(W)}));let ut=new hn({handshake:V,privatecode:M,...fe?{urlOverride:fe}:{},ppeOverride:_e,getPatTokenForAgent:W=>h.agents.get(W)?.patToken});return await c.swap(ut,"connect"),w=M,_=Ge,T=_e,I=Z,C||(C=new Xt({core:h,getDeviceId:()=>S??"",onTickEnd:()=>J.retryPending().catch(W=>O.warn("detailSync.retryPending failed (ignored)",{err:String(W)})),onAuthFailures:se,onMinBridgeVersion:W=>H?.requestUpgrade(W)})),C.start(),Y&&br(x,m).catch(W=>O.warn("post-connect-switch auto-revive error (ignored)",{err:String(W)})),pn(M,x).catch(W=>O.warn("writePatToken after /connect failed (ignored)",{err:String(W)})),O.info("/connect: WS established",{deviceId:S}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async A=>{let N=A;return{ok:!0,result:await m.createAgent(N)}}},{method:"POST",path:"/agent/send",handler:async A=>{let N=A;if(!N?.agentId||!N?.sessionId||!N?.kind||!N?.path)throw new v("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!w)throw new v("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await _o(N,{core:h,patToken:w,handshakeBase:I,ppeOverride:T})}catch(M){if(M instanceof v)return{ok:!1,code:M.code,message:M.message};throw M}}},{method:"POST",path:"/refresh",handler:async()=>{O.info("IPC /refresh: re-detecting frameworks");let A=new Ot;return o.frameworksCache=await A.detectAll(),await Fe(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(O.info("IPC /shutdown received"),setImmediate(()=>{de.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:De,token:he}=await oe.start();try{await fc(x.libEntry,x)}catch(A){O.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(A)})}await h.start(),br(x,m).catch(A=>O.warn("auto-revive top-level error (ignored)",{err:String(A)})),ys().catch(A=>O.warn("acp wrapper warmup top-level error (ignored)",{err:String(A)}));let xe=null,de={port:De,token:he,core:h,ipc:oe,shutdown(A){return xe||(O.info("daemon shutdown",{reason:A}),xe=(async()=>{C?.stop(),await h.stop(A),await oe.stop(),await n.release()})(),xe)}};H=new Yn({paths:x,currentVersion:it,isDevMode:zo,download:(A,N)=>qo(A,N),spawnHelper:(A,N)=>Fo(A,N,{paths:x}),daemon:{markUpgradePending:A=>{O.warn("upgrade pending, ACP gate engaged",{target:A}),u.markUpgradePending(A)},waitIdle:A=>u.waitIdle(A),exit:A=>{de.shutdown("upgrade").then(()=>process.exit(A))}}});for(let A of["SIGTERM","SIGINT"])process.on(A,()=>{de.shutdown(A).then(()=>process.exit(0))});return O.info("daemon ready",{port:De,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),de}async function Wl(n){let{readdir:e}=await import("node:fs/promises");try{return(await e(n.agentsRoot)).length>0}catch{return!1}}function vr(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function wc(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function $l(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:c,enforceAgentConfigMode:x}=await Promise.resolve().then(()=>(rt(),kn));for(let u of o){await x(u,n).catch(l=>O.warn("enforceAgentConfigMode failed (ignored)",{agentId:u,err:String(l)}));try{let l=await c(u,n);l?.disconnectedAt&&(e.disconnectedAgents.add(u),O.info("agent marked disconnected on startup",{agentId:u,disconnectedAt:l.disconnectedAt,reason:l.disconnectReason??""}))}catch(l){O.warn("failed to load agent config on startup, skipping",{agentId:u,err:String(l)})}}}async function Jl(n,e,s,o,c){let{loadAgentConfig:x}=await Promise.resolve().then(()=>(rt(),kn)),u=await x(n,e);if(u){O.info("--agent-id: local config found, reconnecting",{agentId:n,framework:u.framework,hadDisconnect:!!u.disconnectedAt});let w={agentId:u.agentId,framework:u.framework,...u.cozeIdentity?{cozeIdentity:u.cozeIdentity}:{},...u.model?{model:u.model}:{},...c?{patToken:c}:{}};return await s.createAgent(w),{ok:!0,agentId:n,note:u.disconnectedAt?"revived from local config":"connected from local config"}}O.info("--agent-id: local config missing, pulling _agent/detail from cloud",{agentId:n});let l=await o({_meta:{cozeAgentId:n}});if(!l.framework)throw new v("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let h={agentId:l.agentId,framework:l.framework,...l.cozeIdentity?{cozeIdentity:l.cozeIdentity}:{},...l.model?{model:l.model}:{},...c?{patToken:c}:{},...l.deployType?{_meta:{cozeDeployType:l.deployType}}:{}};await s.createAgent(h);let m=l.deployType==="cloud"&&l.framework==="openclaw";return{ok:!0,agentId:n,note:m?"cloud agent acknowledged":"created from cloud detail"}}async function br(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return{revived:0,skipped:0,total:0}}if(o.length===0)return{revived:0,skipped:0,total:0};let{loadAgentConfig:c}=await Promise.resolve().then(()=>(rt(),kn));O.info("auto-revive: scanning local agents on startup",{count:o.length});let x=0,u=0;for(let l of o){let h;try{h=await c(l,n)}catch(m){O.warn("auto-revive: load config failed (skipping)",{agentId:l,err:String(m)}),u+=1;continue}if(!h){u+=1;continue}if(h.disconnectedAt){O.info("auto-revive: skip disconnected agent",{agentId:l,disconnectedAt:h.disconnectedAt}),u+=1;continue}try{O.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:l,framework:h.framework});let m=Vl(h);await e.createAgent({agentId:h.agentId,framework:h.framework,...h.cozeIdentity?{cozeIdentity:h.cozeIdentity}:{},...h.model?{model:h.model}:{},...m?{_meta:m}:{}}),x+=1}catch(m){O.warn("auto-revive: createAgent failed (skipping)",{agentId:l,framework:h.framework,err:String(m)}),u+=1}}return O.info("auto-revive: done",{revived:x,skipped:u,total:o.length}),{revived:x,skipped:u,total:o.length}}function Vl(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}Sr();Ar();F();re();Lt();F();re();import{copyFile as vc,mkdir as sg,readFile as Li,writeFile as og}from"node:fs/promises";import{dirname as ag,resolve as Bi,sep as Cr}from"node:path";import{fileURLToPath as cg}from"node:url";var bc=k("dist-install");function xg(n){let e=cg(n),s=ag(e),o=`${Cr}src${Cr}`;if(s.includes(o)||s.endsWith(`${Cr}src${Cr}cli`))return null;let c=Bi(s,"index.js"),x=Bi(s,"..","package.json");return{dist:c,pkgJson:x}}async function Mi(n={}){let e=n.paths??U(),s=xg(import.meta.url),o=n.sourceDist??s?.dist,c=n.sourcePackageJson??s?.pkgJson;if(!o||!c)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let x;try{x=JSON.parse(await Li(c,"utf8")).version??"unknown"}catch(_){return bc.warn("cannot read source package.json,skip dist install",{err:String(_)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(_)}`}}let u=await ct(e.configFile)??{},l=u.libVersion;if(l===x)try{return await Li(e.libEntry),{kind:"already-current",libVersion:x}}catch{}await sg(e.libDir,{recursive:!0}),await vc(o,e.libEntry),await vc(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let h=Bi(e.libDir,"package.json"),m=`${JSON.stringify({type:"module"},null,2)}
128
- `;return await Li(h,"utf8").catch(()=>null)!==m&&await og(h,m),u.libVersion=x,await Fe(u,e.configFile),bc.info("dist installed",{libEntry:e.libEntry,fromVersion:l,toVersion:x}),l?{kind:"version-changed",fromVersion:l,toVersion:x,libEntry:e.libEntry}:{kind:"first-install",libVersion:x,libEntry:e.libEntry}}Ar();re();import{basename as dg,resolve as ug}from"node:path";var fg=9e4,lg={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,IPC_BAD_REQUEST:3,AGENT_NOT_FOUND:4,IPC_AUTH_FAILED:4,AGENT_DISCONNECTED:5,UPLOAD_FAILED:5,UPSTREAM_NOT_READY:5,UPSTREAM_DISCONNECTED:5,UPSTREAM_HANDSHAKE_FAILED:5,AGENT_BUSY:1,AGENT_SPAWN_FAILED:1,AGENT_TIMEOUT:1,AGENT_PROTOCOL_ERROR:1,BRIDGE_CONFIG_INVALID:1,BRIDGE_INTERNAL:1,MODEL_TOKEN_GEN_FAILED:1,OPERATION_NOT_ALLOWED_FOR_LOCAL:1,BRIDGE_UPGRADING:5};function gg(n){return lg[n]??1}async function Sc(n,e={}){let s=e.paths??U();if(!n.agentId||!n.sessionId)return process.stderr.write(`Error: missing --agent-id and/or --session-id. These IDs come from the <coze-context> block injected at the top of each prompt \u2014 extract agentId and sessionId from there and pass them as flags. Example: coze-bridge send image x.png --agent-id <id> --session-id <id>
129
- `),4;let o=await Er(s).catch(()=>null);if(!o)return process.stderr.write(`Error: coze-bridge daemon not running (cannot read ${s.portFile} / ${s.tokenFile}). Make sure you are inside an agent session spawned by the daemon.
130
- `),4;let c={agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,path:ug(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},x;try{x=await hg(o,"/agent/send",c,fg)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
127
+ `}async function hc(n,e=q()){let s=e.binDir;await vr.mkdir(s,{recursive:!0});let o=zl(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),a=process.platform==="win32"?Ul(n):Fl(n);return await vr.readFile(o,"utf8").catch(()=>null)===a||(await vr.writeFile(o,a,"utf8"),process.platform!=="win32"&&await vr.chmod(o,493)),s}U();ie();import{execSync as mc}from"node:child_process";import{readFileSync as wc,unlinkSync as ql}from"node:fs";import{mkdir as Hl,readFile as _c,unlink as yc,writeFile as Gl}from"node:fs/promises";import{dirname as Kl}from"node:path";function pc(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var jl=D("single-instance"),Sr=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??q().pidFile,e.processTitle&&(process.title=e.processTitle)}async acquire(){let e=await this.readExistingPid();return e!==null&&this.isAlive(e)?{kind:"already-running",pid:e}:(e!==null&&(jl.warn("removing stale pid file",{stalePid:e}),await yc(this.pidFile).catch(()=>{})),await Hl(Kl(this.pidFile),{recursive:!0}),await Gl(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await _c(this.pidFile,"utf8")).trim()===String(process.pid)&&await yc(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await _c(this.pidFile,"utf8"),s=Number.parseInt(e.trim(),10);return Number.isFinite(s)&&s>0?s:null}catch(e){if(e.code==="ENOENT")return null;throw e}}isAlive(e){return pc(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let s=wc(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(s.includes("coze-bridge-daemon")||s.includes("lib/index.js"))}catch{}try{let s=mc(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return s.trim()?s.includes("coze-bridge-daemon")||s.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let o=mc(`tasklist /FI "PID eq ${e}" /FO CSV /NH`,{stdio:["ignore","pipe","ignore"],timeout:2e3}).toString().trim();if(!o||o.startsWith("INFO:"))return!1;let a=o.split(",",1)[0]?.replace(/^"|"$/g,"").toLowerCase()??"";return a.includes("node")||a.includes("coze-bridge")}catch{return!0}}installCleanupHooks(){process.once("exit",()=>{if(this.acquired)try{wc(this.pidFile,"utf8").trim()===String(process.pid)&&ql(this.pidFile)}catch{}})}};function Wl(){let n=0,e=null;return{incActive(){n++},decActive(){n>0&&n--},activeCount(){return n},markUpgradePending(s){e=s},isUpgrading(){return e!==null},pendingTarget(){return e},async waitIdle(s){let o=Date.now()+s;for(;Date.now()<o;){if(n===0)return"idle";await new Promise(a=>setTimeout(a,200))}return n===0?"idle":"timeout"}}}var N=D("daemon"),$l="coze-bridge-daemon";async function vc(){let n=new Sr({processTitle:$l}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await ct(),o=s??{};En({pid:process.pid}),N.info(s?"loaded bridge config":"initialized bridge config");try{let I=new Lt;o.frameworksCache=await I.detectAll(),N.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(I){N.warn("framework detection failed",{err:String(I)})}await Fe(o);let a=new br(new jt),x=q(),u=Wl(),f=null,g=new Xn({upstream:a,paths:x,bridgeConfig:o,upgradeGate:u,sessionSpawner:async(I,O,F,be)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(I,O,F,be)}});await Vl(x,g);let p=new Yn({paths:x,config:o,registry:g});f=p;let _,w,E=null,T={},k,P=null,H=null;g.registerExtension("_agent/create",async I=>p.createAgent(I.params)),g.registerExtension("_agent/health",async()=>({ok:!0}));let X={},K=new Fn({agents:g.agents,disposeAndMarkDisconnected:async(I,O)=>{let F=g.agents.get(I);if(F){await p.cleanupOpenclawSessionProviders(F).catch(Q=>N.warn("cleanup openclaw providers failed (ignored)",{agentId:I,err:String(Q)}));let be=!0;try{await F.dispose(`disconnect: ${O}`)}catch(Q){be=!1,N.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:I,err:String(Q)}),F.status="error"}be&&(F.status="disconnected",g.unregister(I),g.disconnectedAgents.add(I))}else g.disconnectedAgents.add(I)},detailSyncer:async I=>{if(!X.ref)throw new Error("agent-detail-sync not initialized yet");await X.ref.syncOne(I)},cleanupOpenclawProviders:async I=>{await p.cleanupOpenclawSessionProviders(I)},openclawRepair:async(I,O)=>{await p.openclawRepair(I,O)},isRuntimePendingPermission:I=>g.hasPendingPermissionFor(I)});g.registerExtension("_agent/listSkills",I=>K.listSkills(I.params)),g.registerExtension("_agent/addSkills",I=>K.addSkills(I.params)),g.registerExtension("_agent/removeSkills",I=>K.removeSkills(I.params)),g.registerExtension("_agent/getFileTree",I=>K.getFileTree(I.params)),g.registerExtension("_agent/getFileContent",I=>K.getFileContent(I.params)),g.registerExtension("_agent/update",I=>K.updateAgent(I.params)),g.registerExtension("_agent/disconnect",I=>K.disconnectAgent(I.params)),g.registerExtension("_agent/switchModel",I=>K.switchModel(I.params)),g.registerExtension("_agent/reset",I=>K.resetAgent(I.params)),g.registerExtension("_agent/repair",I=>K.repairAgent(I.params));let J=new Nn({paths:x,handlers:K,sendDetail:I=>g.sendRequest("_agent/detail",I)});X.ref=J;let oe=async I=>{await Promise.allSettled(I.map(async O=>{try{await K.disconnectAgent({agentId:O.agentId,reason:`auth_failure: code=${O.code} ${O.message}`}),N.info("agent disconnected due to auth failure from heartbeat response",{agentId:O.agentId,code:O.code,message:O.message})}catch(F){N.warn("disconnect during authFailure handling failed (ignored)",{agentId:O.agentId,err:String(F)})}}))};a.onConnect(({initial:I})=>{N.info("frontier upstream connected, triggering detail sync",{initial:I}),J.syncAll(I?"initial-connect":"reconnect").catch(O=>N.warn("detail sync top-level error (ignored)",{err:String(O)}))});let ae=new Qn({paths:x,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...g.agents.keys()],deviceId:E??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async I=>{let O=I,F=O?.privatecode,be=O?.pairing_code;if(!F||!be)throw new S("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Q=Qt(O.env),ge=O.handshake_url,Ke=O.frontier_url,ne=bc(O.env,ge,Ke),Qe=!!_&&_!==F,Y=w!==void 0&&w!==ne,V=Qe||Y,ut=await Qr({privatecode:F,...ge?{endpoint:ge}:{},ppeOverride:Q});if(V){N.warn("pair config switched, resetting agents",{pcChanged:Qe,envChanged:Y,previousPc:_?Er(_):"",nextPc:Er(F),previousEnvKey:w??"",nextEnvKey:ne});for(let re of[...g.agents.values()])await re.dispose("pair config switch").catch(()=>{}),g.agents.delete(re.agentId);g.disconnectedAgents.size>0&&(N.info("clearing disconnectedAgents set on pair config switch",{count:g.disconnectedAgents.size}),g.disconnectedAgents.clear()),await a.swap(new jt,"pair switch").catch(()=>{})}E=ut.deviceId,En({deviceId:E,pid:process.pid}),ci({patToken:F,env:O.env}).catch(re=>N.warn("coze-cli setup error (ignored)",{err:String(re)}));let W=new wn({handshake:ut,privatecode:F,...Ke?{urlOverride:Ke}:{},ppeOverride:Q,getPatTokenForAgent:re=>g.agents.get(re)?.patToken});await a.swap(W,"pair");try{let re=new Lt;o.frameworksCache=await re.detectAll(),await Fe(o),N.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(re){N.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(re)})}let yt=Object.keys(o.frameworksCache??{});try{let re=await g.sendRequest("_agent/pair",{pairCode:be,patToken:F,frameworks:yt,_meta:{cozeDeviceId:E}});N.info("_agent/pair ok",{pairResult:re}),_=F,w=ne,T=Q,k=ge,_n(F,x).catch(_e=>N.warn("writePatToken after /pair failed (ignored)",{err:String(_e)})),P||(P=new en({core:g,getDeviceId:()=>E??"",onTickEnd:()=>J.retryPending().catch(_e=>N.warn("detailSync.retryPending failed (ignored)",{err:String(_e)})),onAuthFailures:oe,onMinBridgeVersion:_e=>H?.requestUpgrade(_e)})),P.start(),V&&Ar(x,p).catch(_e=>N.warn("post-pair-switch auto-revive error (ignored)",{err:String(_e)}));let bt;return O.agent_id&&(bt=await Yl(O.agent_id,x,p,_e=>g.sendRequest("_agent/detail",_e),F).catch(_e=>(N.error("--agent-id ensureAgent failed",{agentId:O.agent_id,err:String(_e)}),{ok:!1,agentId:O.agent_id??"",note:String(_e)}))),{ok:!0,note:"paired with cloud",...bt?{agent:bt}:{}}}catch(re){return N.error("_agent/pair failed",{err:String(re)}),{ok:!1,note:`pair failed: ${String(re)}`}}}},{method:"POST",path:"/connect",handler:async I=>{let O=I,F=O?.privatecode;if(!F)throw new S("IPC_BAD_REQUEST","/connect requires privatecode");let be=Qt(O.env),Q=O.handshake_url,ge=O.frontier_url,Ke=bc(O.env,Q,ge);if(_===F&&w===Ke){let W=await Jl(x);return g.agents.size===0&&W?(N.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),Ar(x,p).catch(yt=>N.warn("connect-noop auto-revive error (ignored)",{err:String(yt)}))):N.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let ne=!!_&&_!==F,Qe=w!==void 0&&w!==Ke,Y=ne||Qe,V=await Qr({privatecode:F,...Q?{endpoint:Q}:{},ppeOverride:be});if(Y){N.warn("connect config switched, resetting agents",{pcChanged:ne,envChanged:Qe,previousPc:_?Er(_):"",nextPc:Er(F)});for(let W of[...g.agents.values()])await W.dispose("connect config switch").catch(()=>{}),g.agents.delete(W.agentId);g.disconnectedAgents.size>0&&(N.info("clearing disconnectedAgents set on connect config switch",{count:g.disconnectedAgents.size}),g.disconnectedAgents.clear()),await a.swap(new jt,"connect switch").catch(()=>{})}E=V.deviceId,En({deviceId:E,pid:process.pid}),ci({patToken:F,env:O.env}).catch(W=>N.warn("coze-cli setup error (ignored)",{err:String(W)}));let ut=new wn({handshake:V,privatecode:F,...ge?{urlOverride:ge}:{},ppeOverride:be,getPatTokenForAgent:W=>g.agents.get(W)?.patToken});return await a.swap(ut,"connect"),_=F,w=Ke,T=be,k=Q,P||(P=new en({core:g,getDeviceId:()=>E??"",onTickEnd:()=>J.retryPending().catch(W=>N.warn("detailSync.retryPending failed (ignored)",{err:String(W)})),onAuthFailures:oe,onMinBridgeVersion:W=>H?.requestUpgrade(W)})),P.start(),Y&&Ar(x,p).catch(W=>N.warn("post-connect-switch auto-revive error (ignored)",{err:String(W)})),_n(F,x).catch(W=>N.warn("writePatToken after /connect failed (ignored)",{err:String(W)})),N.info("/connect: WS established",{deviceId:E}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async I=>{let O=I;return{ok:!0,result:await p.createAgent(O)}}},{method:"POST",path:"/agent/send",handler:async I=>{let O=I;if(!O?.agentId||!O?.sessionId||!O?.kind||!O?.path)throw new S("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!_)throw new S("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await vo(O,{core:g,patToken:_,handshakeBase:k,ppeOverride:T})}catch(F){if(F instanceof S)return{ok:!1,code:F.code,message:F.message};throw F}}},{method:"POST",path:"/refresh",handler:async()=>{N.info("IPC /refresh: re-detecting frameworks");let I=new Lt;return o.frameworksCache=await I.detectAll(),await Fe(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(N.info("IPC /shutdown received"),setImmediate(()=>{ue.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:Te,token:me}=await ae.start();try{await hc(x.libEntry,x)}catch(I){N.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(I)})}await g.start(),Ar(x,p).catch(I=>N.warn("auto-revive top-level error (ignored)",{err:String(I)})),Ss().catch(I=>N.warn("acp wrapper warmup top-level error (ignored)",{err:String(I)}));let de=null,ue={port:Te,token:me,core:g,ipc:ae,shutdown(I){return de||(N.info("daemon shutdown",{reason:I}),de=(async()=>{P?.stop(),await g.stop(I),await ae.stop(),await n.release()})(),de)}};H=new Zn({paths:x,currentVersion:it,isDevMode:qo,download:(I,O)=>Ko(I,O),spawnHelper:(I,O)=>Ho(I,O,{paths:x}),daemon:{markUpgradePending:I=>{N.warn("upgrade pending, ACP gate engaged",{target:I}),u.markUpgradePending(I)},waitIdle:I=>u.waitIdle(I),exit:I=>{ue.shutdown("upgrade").then(()=>process.exit(I))}}});for(let I of["SIGTERM","SIGINT"])process.on(I,()=>{ue.shutdown(I).then(()=>process.exit(0))});return N.info("daemon ready",{port:Te,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),ue}async function Jl(n){let{readdir:e}=await import("node:fs/promises");try{return(await e(n.agentsRoot)).length>0}catch{return!1}}function Er(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function bc(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function Vl(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:a,enforceAgentConfigMode:x}=await Promise.resolve().then(()=>(rt(),On));for(let u of o){await x(u,n).catch(f=>N.warn("enforceAgentConfigMode failed (ignored)",{agentId:u,err:String(f)}));try{let f=await a(u,n);f?.disconnectedAt&&(e.disconnectedAgents.add(u),N.info("agent marked disconnected on startup",{agentId:u,disconnectedAt:f.disconnectedAt,reason:f.disconnectReason??""}))}catch(f){N.warn("failed to load agent config on startup, skipping",{agentId:u,err:String(f)})}}}async function Yl(n,e,s,o,a){let{loadAgentConfig:x}=await Promise.resolve().then(()=>(rt(),On)),u=await x(n,e);if(u){N.info("--agent-id: local config found, reconnecting",{agentId:n,framework:u.framework,hadDisconnect:!!u.disconnectedAt});let _={agentId:u.agentId,framework:u.framework,...u.cozeIdentity?{cozeIdentity:u.cozeIdentity}:{},...u.model?{model:u.model}:{},...a?{patToken:a}:{}};return await s.createAgent(_),{ok:!0,agentId:n,note:u.disconnectedAt?"revived from local config":"connected from local config"}}N.info("--agent-id: local config missing, pulling _agent/detail from cloud",{agentId:n});let f=await o({_meta:{cozeAgentId:n}});if(!f.framework)throw new S("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let g={agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...a?{patToken:a}:{},...f.deployType?{_meta:{cozeDeployType:f.deployType}}:{}};await s.createAgent(g);let p=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:p?"cloud agent acknowledged":"created from cloud detail"}}async function Ar(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return{revived:0,skipped:0,total:0}}if(o.length===0)return{revived:0,skipped:0,total:0};let{loadAgentConfig:a}=await Promise.resolve().then(()=>(rt(),On));N.info("auto-revive: scanning local agents on startup",{count:o.length});let x=0,u=0;for(let f of o){let g;try{g=await a(f,n)}catch(p){N.warn("auto-revive: load config failed (skipping)",{agentId:f,err:String(p)}),u+=1;continue}if(!g){u+=1;continue}if(g.disconnectedAt){N.info("auto-revive: skip disconnected agent",{agentId:f,disconnectedAt:g.disconnectedAt}),u+=1;continue}try{N.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:f,framework:g.framework});let p=Xl(g);await e.createAgent({agentId:g.agentId,framework:g.framework,...g.cozeIdentity?{cozeIdentity:g.cozeIdentity}:{},...g.model?{model:g.model}:{},...p?{_meta:p}:{}}),x+=1}catch(p){N.warn("auto-revive: createAgent failed (skipping)",{agentId:f,framework:g.framework,err:String(p)}),u+=1}}return N.info("auto-revive: done",{revived:x,skipped:u,total:o.length}),{revived:x,skipped:u,total:o.length}}function Xl(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}Cr();Pr();U();ie();Mt();U();ie();import{copyFile as Ec,mkdir as ag,readFile as Fi,writeFile as cg}from"node:fs/promises";import{dirname as xg,resolve as Ui,sep as kr}from"node:path";import{fileURLToPath as dg}from"node:url";var Ac=D("dist-install");function ug(n){let e=dg(n),s=xg(e),o=`${kr}src${kr}`;if(s.includes(o)||s.endsWith(`${kr}src${kr}cli`))return null;let a=Ui(s,"index.js"),x=Ui(s,"..","package.json");return{dist:a,pkgJson:x}}async function qi(n={}){let e=n.paths??q(),s=ug(import.meta.url),o=n.sourceDist??s?.dist,a=n.sourcePackageJson??s?.pkgJson;if(!o||!a)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let x;try{x=JSON.parse(await Fi(a,"utf8")).version??"unknown"}catch(w){return Ac.warn("cannot read source package.json,skip dist install",{err:String(w)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(w)}`}}let u=await ct(e.configFile)??{},f=u.libVersion;if(f===x)try{return await Fi(e.libEntry),{kind:"already-current",libVersion:x}}catch{}await ag(e.libDir,{recursive:!0}),await Ec(o,e.libEntry),await Ec(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let g=Ui(e.libDir,"package.json"),p=`${JSON.stringify({type:"module"},null,2)}
128
+ `;return await Fi(g,"utf8").catch(()=>null)!==p&&await cg(g,p),u.libVersion=x,await Fe(u,e.configFile),Ac.info("dist installed",{libEntry:e.libEntry,fromVersion:f,toVersion:x}),f?{kind:"version-changed",fromVersion:f,toVersion:x,libEntry:e.libEntry}:{kind:"first-install",libVersion:x,libEntry:e.libEntry}}Pr();ie();import{basename as fg,resolve as lg}from"node:path";var gg=9e4,hg={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,IPC_BAD_REQUEST:3,AGENT_NOT_FOUND:4,IPC_AUTH_FAILED:4,AGENT_DISCONNECTED:5,UPLOAD_FAILED:5,UPSTREAM_NOT_READY:5,UPSTREAM_DISCONNECTED:5,UPSTREAM_HANDSHAKE_FAILED:5,AGENT_BUSY:1,AGENT_SPAWN_FAILED:1,AGENT_TIMEOUT:1,AGENT_PROTOCOL_ERROR:1,BRIDGE_CONFIG_INVALID:1,BRIDGE_INTERNAL:1,MODEL_TOKEN_GEN_FAILED:1,OPERATION_NOT_ALLOWED_FOR_LOCAL:1,BRIDGE_UPGRADING:5};function pg(n){return hg[n]??1}async function Cc(n,e={}){let s=e.paths??q();if(!n.agentId||!n.sessionId)return process.stderr.write(`Error: missing --agent-id and/or --session-id. These IDs come from the <coze-context> block injected at the top of each prompt \u2014 extract agentId and sessionId from there and pass them as flags. Example: coze-bridge send image x.png --agent-id <id> --session-id <id>
129
+ `),4;let o=await Ir(s).catch(()=>null);if(!o)return process.stderr.write(`Error: coze-bridge daemon not running (cannot read ${s.portFile} / ${s.tokenFile}). Make sure you are inside an agent session spawned by the daemon.
130
+ `),4;let a={agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,path:lg(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},x;try{x=await mg(o,"/agent/send",a,gg)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
131
131
  `),4}if(!x.ok)return process.stderr.write(`Error: ${x.code}: ${x.message}
132
- `),gg(x.code);if(n.json)process.stdout.write(`${JSON.stringify(x)}
133
- `);else{let u=n.name??dg(c.path);process.stdout.write(`Sent ${n.kind} ${u} (${pg(x.bytes)})
134
- `)}return 0}async function hg(n,e,s,o){let c=new AbortController,x=setTimeout(()=>c.abort(),o);try{let u=await fetch(`http://127.0.0.1:${n.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"content-type":"application/json"},body:JSON.stringify(s),signal:c.signal}),l=await u.text(),h=l?JSON.parse(l):null;return h&&typeof h=="object"&&"ok"in h?h:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${u.status}): ${l.slice(0,200)}`}}finally{clearTimeout(x)}}function pg(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var Lc=k("cli");function ge(n,e){let s=[],o;for(let c=0;c<n.length;c++){let x=n[c];if(x===e){o=n[c+1],c+=1;continue}if(x.startsWith(`${e}=`)){o=x.slice(e.length+1);continue}s.push(x)}return{value:o,rest:s}}function jg(n){let e=n.slice(2);if(e.includes("--version")||e.includes("-v"))return{mode:"version"};if(e.includes("--daemon"))return{mode:"daemon"};if(e.includes("--status"))return{mode:"status"};if(e.includes("--stop"))return{mode:"stop"};if(e.includes("--refresh"))return{mode:"refresh"};if(e.includes("--uninstall"))return{mode:"uninstall"};if(e.includes("--install-service"))return{mode:"install-service"};if(e.includes("--upgrade-helper")){let C=e.filter(se=>se!=="--upgrade-helper"),{value:H,rest:X}=ge(C,"--target-version"),{value:K}=ge(X,"--old-pid"),J=K?Number.parseInt(K,10):Number.NaN;return!H||!Number.isFinite(J)?{mode:"help"}:{mode:"upgrade-helper",targetVersion:H,oldPid:J}}if(e[0]==="send")return Wg(e.slice(1));if(e[0]==="connect")return $g(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:c}=ge(s,"--pat-token");s=c;let{value:x,rest:u}=ge(s,"--pair-code");s=u;let{value:l,rest:h}=ge(s,"--env");s=h;let{value:m,rest:w}=ge(s,"--handshake-url");s=w;let{value:_,rest:S}=ge(s,"--frontier-url");s=S;let{value:T}=ge(s,"--agent-id");if(!o||!x)return{mode:"help"};let I={mode:"pair",privatecode:o,pairingCode:x};return l&&(I.env=l),m&&(I.handshakeUrl=m),_&&(I.frontierUrl=_),T&&(I.agentId=T),I}function Wg(n){let e=n[0],s=n[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!s||s.startsWith("--"))return{mode:"help"};let o=n.slice(2),{value:c,rest:x}=ge(o,"--caption");o=x;let{value:u,rest:l}=ge(o,"--name");o=l;let{value:h,rest:m}=ge(o,"--agent-id");o=m;let{value:w,rest:_}=ge(o,"--session-id");o=_;let S=o.includes("--json"),T={mode:"send",kind:e,path:s,json:S};return c&&(T.caption=c),u&&(T.name=u),h&&(T.agentId=h),w&&(T.sessionId=w),T}function $g(n){let e=n,{value:s,rest:o}=ge(e,"--pat-token");e=o;let{value:c,rest:x}=ge(e,"--env");e=x;let{value:u,rest:l}=ge(e,"--handshake-url");e=l;let{value:h}=ge(e,"--frontier-url"),m={mode:"connect"};return s&&(m.privatecode=s),c&&(m.env=c),u&&(m.handshakeUrl=u),h&&(m.frontierUrl=h),m}var Jg=`
132
+ `),pg(x.code);if(n.json)process.stdout.write(`${JSON.stringify(x)}
133
+ `);else{let u=n.name??fg(a.path);process.stdout.write(`Sent ${n.kind} ${u} (${wg(x.bytes)})
134
+ `)}return 0}async function mg(n,e,s,o){let a=new AbortController,x=setTimeout(()=>a.abort(),o);try{let u=await fetch(`http://127.0.0.1:${n.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"content-type":"application/json"},body:JSON.stringify(s),signal:a.signal}),f=await u.text(),g=f?JSON.parse(f):null;return g&&typeof g=="object"&&"ok"in g?g:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${u.status}): ${f.slice(0,200)}`}}finally{clearTimeout(x)}}function wg(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var zc=D("cli");function pe(n,e){let s=[],o;for(let a=0;a<n.length;a++){let x=n[a];if(x===e){o=n[a+1],a+=1;continue}if(x.startsWith(`${e}=`)){o=x.slice(e.length+1);continue}s.push(x)}return{value:o,rest:s}}function $g(n){let e=n.slice(2);if(e.includes("--version")||e.includes("-v"))return{mode:"version"};if(e.includes("--daemon"))return{mode:"daemon"};if(e.includes("--status"))return{mode:"status"};if(e.includes("--stop"))return{mode:"stop"};if(e.includes("--refresh"))return{mode:"refresh"};if(e.includes("--uninstall"))return{mode:"uninstall"};if(e.includes("--install-service"))return{mode:"install-service"};if(e.includes("--upgrade-helper")){let P=e.filter(oe=>oe!=="--upgrade-helper"),{value:H,rest:X}=pe(P,"--target-version"),{value:K}=pe(X,"--old-pid"),J=K?Number.parseInt(K,10):Number.NaN;return!H||!Number.isFinite(J)?{mode:"help"}:{mode:"upgrade-helper",targetVersion:H,oldPid:J}}if(e[0]==="send")return Jg(e.slice(1));if(e[0]==="connect")return Vg(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:a}=pe(s,"--pat-token");s=a;let{value:x,rest:u}=pe(s,"--pair-code");s=u;let{value:f,rest:g}=pe(s,"--env");s=g;let{value:p,rest:_}=pe(s,"--handshake-url");s=_;let{value:w,rest:E}=pe(s,"--frontier-url");s=E;let{value:T}=pe(s,"--agent-id");if(!o||!x)return{mode:"help"};let k={mode:"pair",privatecode:o,pairingCode:x};return f&&(k.env=f),p&&(k.handshakeUrl=p),w&&(k.frontierUrl=w),T&&(k.agentId=T),k}function Jg(n){let e=n[0],s=n[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!s||s.startsWith("--"))return{mode:"help"};let o=n.slice(2),{value:a,rest:x}=pe(o,"--caption");o=x;let{value:u,rest:f}=pe(o,"--name");o=f;let{value:g,rest:p}=pe(o,"--agent-id");o=p;let{value:_,rest:w}=pe(o,"--session-id");o=w;let E=o.includes("--json"),T={mode:"send",kind:e,path:s,json:E};return a&&(T.caption=a),u&&(T.name=u),g&&(T.agentId=g),_&&(T.sessionId=_),T}function Vg(n){let e=n,{value:s,rest:o}=pe(e,"--pat-token");e=o;let{value:a,rest:x}=pe(e,"--env");e=x;let{value:u,rest:f}=pe(e,"--handshake-url");e=f;let{value:g}=pe(e,"--frontier-url"),p={mode:"connect"};return s&&(p.privatecode=s),a&&(p.env=a),u&&(p.handshakeUrl=u),g&&(p.frontierUrl=g),p}var Yg=`
135
135
  coze-bridge - local bridge daemon for cloud Agent Service
136
136
 
137
137
  Usage:
@@ -175,43 +175,43 @@ Internal:
175
175
  <node> <entry> --upgrade-helper --target-version=<v> --old-pid=<pid>
176
176
  D82 self-update helper
177
177
  (UpgradeManager \u5185\u90E8 fork)
178
- `.trimStart();async function Bc(n=process.argv,e={}){let s=jg(n);switch(s.mode){case"help":return process.stdout.write(Jg),0;case"version":return process.stdout.write(`${it}
179
- `),0;case"daemon":{try{await _c()}catch(o){return Lc.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return Vg(e);case"stop":return Yg(e);case"refresh":return Xg(e);case"uninstall":return Zg(e);case"install-service":return Qg();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),eh(s.privatecode,s.pairingCode,e,o,s.agentId)}case"connect":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),th(s.privatecode,e,o)}case"upgrade-helper":{let{runUpgradeHelper:o}=await Promise.resolve().then(()=>(Tc(),Pc));return await o({targetVersion:s.targetVersion,oldPid:s.oldPid,...e.paths?{paths:e.paths}:{}})}case"send":return Sc({kind:s.kind,path:s.path,...s.agentId?{agentId:s.agentId}:{},...s.sessionId?{sessionId:s.sessionId}:{},...s.caption?{caption:s.caption}:{},...s.name?{name:s.name}:{},json:s.json},e)}}async function Mc(n){let{unlink:e}=await import("node:fs/promises");await Promise.all([e(n.pidFile).catch(()=>{}),e(n.portFile).catch(()=>{}),e(n.tokenFile).catch(()=>{})])}async function Vg(n){let e=n.paths??U(),s=new Oe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
180
- `),1;if(o.kind==="stale")return await Mc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
181
- `),1;let c=await s.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
182
- ${JSON.stringify(c.body,null,2)}
183
- `),0}async function Yg(n){let e=n.paths??U(),s=new Oe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
184
- `),0;if(o.kind==="stale")return await Mc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
178
+ `.trimStart();async function Fc(n=process.argv,e={}){let s=$g(n);switch(s.mode){case"help":return process.stdout.write(Yg),0;case"version":return process.stdout.write(`${it}
179
+ `),0;case"daemon":{try{await vc()}catch(o){return zc.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return Xg(e);case"stop":return Qg(e);case"refresh":return Zg(e);case"uninstall":return eh(e);case"install-service":return th();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),nh(s.privatecode,s.pairingCode,e,o,s.agentId)}case"connect":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),rh(s.privatecode,e,o)}case"upgrade-helper":{let{runUpgradeHelper:o}=await Promise.resolve().then(()=>(Rc(),Dc));return await o({targetVersion:s.targetVersion,oldPid:s.oldPid,...e.paths?{paths:e.paths}:{}})}case"send":return Cc({kind:s.kind,path:s.path,...s.agentId?{agentId:s.agentId}:{},...s.sessionId?{sessionId:s.sessionId}:{},...s.caption?{caption:s.caption}:{},...s.name?{name:s.name}:{},json:s.json},e)}}async function Uc(n){let{unlink:e}=await import("node:fs/promises");await Promise.all([e(n.pidFile).catch(()=>{}),e(n.portFile).catch(()=>{}),e(n.tokenFile).catch(()=>{})])}async function Xg(n){let e=n.paths??q(),s=new Oe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
180
+ `),1;if(o.kind==="stale")return await Uc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
181
+ `),1;let a=await s.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
182
+ ${JSON.stringify(a.body,null,2)}
183
+ `),0}async function Qg(n){let e=n.paths??q(),s=new Oe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
184
+ `),0;if(o.kind==="stale")return await Uc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
185
185
  `),0;try{return await s.request({method:"POST",path:"/shutdown"}),process.stdout.write(`coze-bridge: stopped
186
- `),0}catch(c){return process.stdout.write(`coze-bridge: stop failed: ${String(c)}
187
- `),1}}async function Xg(n){let e=new Oe(n.paths);if((await e.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
186
+ `),0}catch(a){return process.stdout.write(`coze-bridge: stop failed: ${String(a)}
187
+ `),1}}async function Zg(n){let e=new Oe(n.paths);if((await e.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
188
188
  `),1;try{let o=await e.request({method:"POST",path:"/refresh"});return o.status===200?(process.stdout.write(`coze-bridge: refreshed
189
189
  ${JSON.stringify(o.body,null,2)}
190
190
  `),0):(process.stderr.write(`coze-bridge: refresh failed: ${JSON.stringify(o.body)}
191
191
  `),1)}catch(o){return process.stderr.write(`coze-bridge: refresh failed: ${String(o)}
192
- `),1}}async function Zg(n){let e=new Oe(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
192
+ `),1}}async function eh(n){let e=new Oe(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
193
193
  `);try{await e.request({method:"POST",path:"/shutdown"})}catch(x){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(x)}
194
- `)}await new Promise(x=>setTimeout(x,500))}if(!n.skipSupervisor)try{let{getSupervisor:x,buildContext:u}=await Promise.resolve().then(()=>(Wi(),ji)),l=x();await l.uninstall(u()),process.stdout.write(`coze-bridge: ${l.platform} supervisor unregistered
194
+ `)}await new Promise(x=>setTimeout(x,500))}if(!n.skipSupervisor)try{let{getSupervisor:x,buildContext:u}=await Promise.resolve().then(()=>(Yi(),Vi)),f=x();await f.uninstall(u()),process.stdout.write(`coze-bridge: ${f.platform} supervisor unregistered
195
195
  `)}catch(x){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(x)}
196
- `)}let o=n.paths??U(),{rm:c}=await import("node:fs/promises");try{await c(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
196
+ `)}let o=n.paths??q(),{rm:a}=await import("node:fs/promises");try{await a(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
197
197
  `)}catch(x){return process.stderr.write(`coze-bridge: remove failed: ${String(x)}
198
198
  `),1}return process.stdout.write(`coze-bridge: uninstalled
199
- `),0}async function Qg(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Wi(),ji)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
199
+ `),0}async function th(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Yi(),Vi)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
200
200
  `),await s.install(o),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
201
201
  `),0}catch(n){return process.stderr.write(`coze-bridge: --install-service failed: ${String(n)}
202
- `),1}}async function eh(n,e,s,o={},c){let x=new Oe(s.paths),u=s.spawnDaemon??mn;if(!s.skipDistInstall){let m=await Mi({paths:s.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
203
- `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
204
- `)}let l=await x.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
205
- `),await u({paths:s.paths}),l=await zc(x,s.waitTimeoutMs??1e4,s.sleep??Fc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
206
- `),1;let h={privatecode:n,pairing_code:e};o.env&&(h.env=o.env),o.handshakeUrl&&(h.handshake_url=o.handshakeUrl),o.frontierUrl&&(h.frontier_url=o.frontierUrl),c&&(h.agent_id=c);try{let m=await x.request({method:"POST",path:"/pair",body:h,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: paired (${m.body.note??"ok"})
207
- `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(m.body)}
208
- `),1)}catch(m){return process.stderr.write(`coze-bridge: pair failed: ${String(m)}
209
- `),1}}async function th(n,e,s={}){let o=e.paths??U(),c=n??await uc(o);if(!c)return process.stderr.write("coze-bridge: \u627E\u4E0D\u5230 patToken \u2014 \u5148\u8DD1\u4E00\u6B21 `coze-bridge --pat-token=<sat_xxx> --pair-code=<xxx>` \u914D\u5BF9, \u6216\u672C\u6B21\u7528 `--pat-token` \u6307\u5B9A\n"),1;let x=new Oe(e.paths),u=e.spawnDaemon??mn;if(!e.skipDistInstall){let m=await Mi({paths:e.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
210
- `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
211
- `)}let l=await x.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
212
- `),await u({paths:e.paths}),l=await zc(x,e.waitTimeoutMs??1e4,e.sleep??Fc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
213
- `),1;let h={privatecode:c};s.env&&(h.env=s.env),s.handshakeUrl&&(h.handshake_url=s.handshakeUrl),s.frontierUrl&&(h.frontier_url=s.frontierUrl);try{let m=await x.request({method:"POST",path:"/connect",body:h,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: connected (${m.body.note??"ok"})
214
- `),await pn(c,o).catch(w=>Lc.warn("writePatToken after connect failed (ignored)",{err:String(w)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(m.body)}
215
- `),1)}catch(m){return process.stderr.write(`coze-bridge: connect failed: ${String(m)}
216
- `),1}}async function zc(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){let c=await n.probe(500);if(c.kind==="connected")return c;await s(200)}return n.probe(500)}function Fc(n){return new Promise(e=>setTimeout(e,n))}Bc(process.argv).then(n=>process.exit(n),n=>{process.stderr.write(`fatal: ${n instanceof Error?n.stack??n.message:String(n)}
202
+ `),1}}async function nh(n,e,s,o={},a){let x=new Oe(s.paths),u=s.spawnDaemon??yn;if(!s.skipDistInstall){let p=await qi({paths:s.paths});p.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${p.fromVersion} \u2192 ${p.toVersion}
203
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(w=>setTimeout(w,500)))):p.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${p.libVersion}
204
+ `)}let f=await x.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
205
+ `),await u({paths:s.paths}),f=await qc(x,s.waitTimeoutMs??1e4,s.sleep??Hc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.kind}
206
+ `),1;let g={privatecode:n,pairing_code:e};o.env&&(g.env=o.env),o.handshakeUrl&&(g.handshake_url=o.handshakeUrl),o.frontierUrl&&(g.frontier_url=o.frontierUrl),a&&(g.agent_id=a);try{let p=await x.request({method:"POST",path:"/pair",body:g,timeoutMs:35e3});return p.status===200&&p.body?.ok?(process.stdout.write(`coze-bridge: paired (${p.body.note??"ok"})
207
+ `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(p.body)}
208
+ `),1)}catch(p){return process.stderr.write(`coze-bridge: pair failed: ${String(p)}
209
+ `),1}}async function rh(n,e,s={}){let o=e.paths??q(),a=n??await gc(o);if(!a)return process.stderr.write("coze-bridge: \u627E\u4E0D\u5230 patToken \u2014 \u5148\u8DD1\u4E00\u6B21 `coze-bridge --pat-token=<sat_xxx> --pair-code=<xxx>` \u914D\u5BF9, \u6216\u672C\u6B21\u7528 `--pat-token` \u6307\u5B9A\n"),1;let x=new Oe(e.paths),u=e.spawnDaemon??yn;if(!e.skipDistInstall){let p=await qi({paths:e.paths});p.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${p.fromVersion} \u2192 ${p.toVersion}
210
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(w=>setTimeout(w,500)))):p.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${p.libVersion}
211
+ `)}let f=await x.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
212
+ `),await u({paths:e.paths}),f=await qc(x,e.waitTimeoutMs??1e4,e.sleep??Hc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.kind}
213
+ `),1;let g={privatecode:a};s.env&&(g.env=s.env),s.handshakeUrl&&(g.handshake_url=s.handshakeUrl),s.frontierUrl&&(g.frontier_url=s.frontierUrl);try{let p=await x.request({method:"POST",path:"/connect",body:g,timeoutMs:35e3});return p.status===200&&p.body?.ok?(process.stdout.write(`coze-bridge: connected (${p.body.note??"ok"})
214
+ `),await _n(a,o).catch(_=>zc.warn("writePatToken after connect failed (ignored)",{err:String(_)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(p.body)}
215
+ `),1)}catch(p){return process.stderr.write(`coze-bridge: connect failed: ${String(p)}
216
+ `),1}}async function qc(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){let a=await n.probe(500);if(a.kind==="connected")return a;await s(200)}return n.probe(500)}function Hc(n){return new Promise(e=>setTimeout(e,n))}Fc(process.argv).then(n=>process.exit(n),n=>{process.stderr.write(`fatal: ${n instanceof Error?n.stack??n.message:String(n)}
217
217
  `),process.exit(1)});