coze-bridge 0.1.60 → 0.1.63

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 +63 -63
  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 O0=Object.create;var Hr=Object.defineProperty;var L0=Object.getOwnPropertyDescriptor;var B0=Object.getOwnPropertyNames;var M0=Object.getPrototypeOf,z0=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 Te=(n,e)=>()=>(n&&(e=n(n=0)),e);var ve=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Kr=(n,e)=>{for(var s in e)Hr(n,s,{get:e[s],enumerable:!0})},U0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of B0(e))!z0.call(n,a)&&a!==s&&Hr(n,a,{get:()=>e[a],enumerable:!(o=L0(e,a))||o.enumerable});return n};var je=(n,e,s)=>(s=n!=null?O0(M0(n)):{},U0(e||!n||!n.__esModule?Hr(s,"default",{value:n,enumerable:!0}):s,n));function ms(n){return bn[hs]<=bn[n]}function vn(n){ps={...n}}function yn(n,e,s,o){if(bn[n]<bn[hs])return;let a=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...ps,...o});n==="error"||n==="warn"?q0.write(`${a}
9
- `):F0.write(`${a}
10
- `)}function D(n){return{debug:(e,s)=>yn("debug",n,e,s),info:(e,s)=>yn("info",n,e,s),warn:(e,s)=>yn("warn",n,e,s),error:(e,s)=>yn("error",n,e,s),child:e=>D(`${n}.${e}`)}}var bn,hs,F0,q0,ps,F=Te(()=>{"use strict";bn={debug:10,info:20,warn:30,error:40},hs=(()=>{let n=process.env.COZE_BRIDGE_LOG_LEVEL;return n==="debug"||n==="info"||n==="warn"||n==="error"?n:"info"})(),F0=process.stdout,q0=process.stderr,ps={}});import{chmod as td,mkdir as nd,readFile as rd,rename as Ss,writeFile as Es}from"node:fs/promises";import{dirname as id}from"node:path";async function Tt(n){try{let e=await rd(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function An(n,e,s){await nd(id(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 Es(a,o,{encoding:"utf8",mode:s.mode}):await Es(a,o,"utf8"),await Ss(a,n),s?.mode!==void 0&&await td(n,s.mode)}catch(d){await Ss(a,a).catch(()=>{});let{rm:u}=await import("node:fs/promises");throw await u(a,{force:!0}).catch(()=>{}),d}}var Cn=Te(()=>{"use strict"});import{promises as Is}from"node:fs";import{homedir as sd}from"node:os";import{sep as od,join as xe,resolve as As}from"node:path";function q(n){let e=n??sd(),s=xe(e,".coze"),o=xe(s,"bridge"),a=xe(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:a,libEntry:xe(a,"index.js"),binDir:xe(o,"bin"),pidFile:xe(o,"bridge.pid"),portFile:xe(o,"bridge.port"),tokenFile:xe(o,"bridge.token"),patTokenFile:xe(o,"pat-token"),logFile:xe(o,"bridge.log"),installLock:xe(o,"install.lock"),configFile:xe(o,"config.json"),agentsRoot:xe(s,"agents")}}function $e(n,e=q()){let s=xe(e.agentsRoot,n);return{root:s,config:xe(s,"config.json"),workspace:xe(s,"workspace"),logs:xe(s,"logs")}}async function Cs(n,e){let s=await Is.realpath(As(n)).catch(()=>null);if(!s)return!1;let o=await Is.realpath(As(e)).catch(()=>null);if(!o)return!1;let a=process.platform==="win32"?s.toLowerCase():s,d=process.platform==="win32"?o.toLowerCase():o;return a===d||a.startsWith(d+od)}var se=Te(()=>{"use strict"});var kn={};Kr(kn,{AGENT_CONFIG_FILE_MODE:()=>Tn,enforceAgentConfigMode:()=>dd,loadAgentConfig:()=>he,persistAgentSessions:()=>Wr,persistAgentSkills:()=>Pn,saveAgentConfig:()=>Ee});import{chmod as ad,stat as cd}from"node:fs/promises";function he(n,e){return Tt($e(n,e).config)}function Ee(n,e){return An($e(n.agentId,e).config,n,{mode:Tn})}async function dd(n,e){if(process.platform==="win32")return;let s=$e(n,e).config;try{let o=await cd(s);if(!o.isFile())return;let a=o.mode&511;a!==Tn&&(await ad(s,Tn),Ts.warn("agent config mode auto-corrected to 0600",{path:s,from:a.toString(8)}))}catch(o){if(o.code==="ENOENT")return;Ts.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function Wr(n,e,s){let o=await he(n,s);o&&(o.sessions=Object.fromEntries(e),await Ee(o,s))}async function Pn(n,e,s){let o=await he(n,s);o&&(o.skills=e,await Ee(o,s))}var Ts,Tn,it=Te(()=>{"use strict";Cn();F();se();Ts=D("agent-config"),Tn=384});function Co(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?Xx:e}function dt(n){return Tt(n??q().configFile)}function Fe(n,e){return An(e??q().configFile,n)}var Xx,Mt=Te(()=>{"use strict";Cn();se();Xx=10*6e4});var ta=ve(te=>{"use strict";var C=R;(function(n,e){let s=R,o=n();for(;;)try{if(-parseInt(s(1166))/1+parseInt(s(1158))/2*(-parseInt(s(1245))/3)+-parseInt(s(1693))/4+parseInt(s(1568))/5+-parseInt(s(651))/6+-parseInt(s(763))/7+parseInt(s(642))/8===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(nr,526107);var Yu=Object[C(1436)+C(1599)],Xu=Object[C(954)+"opertyNa"+C(454)],Yo=(n,e)=>function(){return n&&(e=(0,n[{vpVCQ:function(a,d){return a(d)}}.vpVCQ(Xu,n)[0]])(n=0)),e},Zu=(n,e)=>{for(var s in e)Yu(n,s,{get:e[s],enumerable:!0})};function Qu(){return Wo||(Wo=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function R(n,e){n=n-356;let s=nr(),o=s[n];if(R.iDCntJ===void 0){var a=function(p){let m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",_="",y="";for(let E=0,T,A,k=0;A=p.charAt(k++);~A&&(T=E%4?T*64+A:A,E++%4)?_+=String.fromCharCode(255&T>>(-2*E&6)):0)A=m.indexOf(A);for(let E=0,T=_.length;E<T;E++)y+="%"+("00"+_.charCodeAt(E).toString(16)).slice(-2);return decodeURIComponent(y)};R.BRtEUk=a,R.HOFtbd={},R.iDCntJ=!0}let d=s[0],u=n+d,l=R.HOFtbd[u];return l?o=l:(o=R.BRtEUk(o),R.HOFtbd[u]=o),o}function ef(){let n=C;return jo||(jo=[IDBCursor[n(1177)+"e"].advance,IDBCursor[n(1177)+"e"][n(1372)],IDBCursor[n(1177)+"e"][n(1372)+n(417)+"ey"]])}function tf(n){let e=C,s={KGxNR:function(a,d){return a(d)},jtghl:function(a){return a()},MCFQY:function(a,d){return a(d)},OKlUb:e(1351),IlfaH:e(1402),FzRpE:function(a,d){return a!==d},WkIcY:e(959),iWVQt:function(a,d){return a instanceof d}},o=new Promise((a,d)=>{let u=e,l={dcTqG:s[u(756)]},p=()=>{let y=u;n[y(465)+y(1765)+"ner"](y(1402),m),n["removeEv"+y(1765)+"ner"](l.dcTqG,_)},m=()=>{let y=u;a(s[y(1558)](Ge,n[y(755)])),s[y(945)](p)},_=()=>{let y=u;s[y(602)](d,n[y(1351)]),p()};n[u(1004)+"Listener"](s[u(848)],m),n[u(1004)+u(1486)](s[u(756)],_)});return o[e(1410)](a=>{let d=e;if(s[d(1359)](s[d(472)],s.WkIcY))return new _0x3b4859(_0xdba39d,_0x18488a,_0x23c699);s.iWVQt(a,IDBCursor)&&xi.set(a,n)})[e(1716)](()=>{}),er[e(1669)](o,n),o}function nf(n){let e=C,s={OxPtq:e(1255),eACjL:e(1351),vSVdQ:e(670),yyYSU:function(a){return a()},qKJmv:function(a){return a()}};if(Qn[e(1468)](n))return;let o=new Promise((a,d)=>{let u=e,l={GayKZ:"AbortError",ZmpCX:function(y){return s.qKJmv(y)}},p=()=>{let y=R;n["removeEventListe"+y(564)](s[y(524)],m),n[y(465)+"entListe"+y(564)](s.eACjL,_),n[y(465)+y(1765)+y(564)](s[y(1408)],_)},m=()=>{let y=R;s[y(688)](a),s[y(688)](p)},_=()=>{let y=R;d(n[y(1351)]||new DOMException(l[y(1724)],l[y(1724)])),l.ZmpCX(p)};n["addEvent"+u(1486)](s.OxPtq,m),n.addEventListener("error",_),n[u(1004)+u(1486)](s[u(1408)],_)});Qn[e(1669)](n,o)}function rf(n){tr=n(tr)}function sf(n){let e=C,s={CuDNw:function(o,a){return o(a)},mEsLx:function(o,a){return o(a)},rIiXh:function(o,a){return o===a},CORIN:e(1165)+e(919)};return s.rIiXh(n,IDBDatabase.prototype["transact"+e(1467)])&&!(s[e(1406)]in IDBTransaction[e(1177)+"e"])?function(o,...a){let d=e,u=n[d(1804)](s.CuDNw(dn,this),o,...a);return di[d(1669)](u,o.sort?o[d(402)]():[o]),Ge(u)}:ef()[e(1035)](n)?function(...o){let a=e;return n[a(499)](s[a(1078)](dn,this),o),s.CuDNw(Ge,xi.get(this))}:function(...o){let a=e;return s[a(1078)](Ge,n[a(499)](s[a(711)](dn,this),o))}}function of(n){let e=C,s={vkUMj:function(o,a){return o===a},yLRmB:e(1161),vfXGV:function(o,a){return o(a)},DVHlN:function(o,a){return o instanceof a},GPfFF:function(o,a,d){return o(a,d)},KlNzm:function(o){return o()}};return s[e(1044)](typeof n,s[e(540)])?s[e(1025)](sf,n):(s[e(1638)](n,IDBTransaction)&&s.vfXGV(nf,n),s[e(1798)](Xo,n,s[e(1570)](Qu))?new Proxy(n,tr):n)}function Ge(n){let e=C,s={Cjrcw:function(a,d,u){return a(d,u)},Xmgwl:function(a,d){return a instanceof d},YSmEu:function(a,d){return a(d)},PuBrH:function(a,d){return a!==d},HaVkl:function(a,d){return a===d},FkGLR:"LRYso"};if(s[e(1430)](n,IDBRequest))return s[e(1e3)](tf,n);if(Xn[e(1468)](n))return Xn[e(1728)](n);let o=of(n);return s[e(1434)](o,n)&&(s[e(991)](s[e(689)],s[e(689)])?(Xn[e(1669)](n,o),er.set(o,n)):(_0x575f90(this["_interva"+e(1396)+"Id"]),this[e(1172)+e(1396)+"Id"]=s.Cjrcw(_0x4932fe,()=>{this["flushExp"+e(1776)]()},this[e(1172)+"l"]))),o}var Xo,Wo,jo,xi,Qn,di,Xn,er,tr,dn,$o=Yo({"node_modules/idb/build/wrap-idb-value.js"(){let n=C,e={nDJns:function(s,o,a){return s(o,a)},uJChO:function(s,o){return s instanceof o},KxZsf:function(s,o){return s===o},cCGyG:n(615),qXFop:n(1165)+n(919),DohGW:n(1769),EkPtX:function(s,o){return s===o},FqtMP:n(1311),EeLNd:function(s,o){return s(o)},ibwhf:function(s,o){return s instanceof o},JZNBq:function(s,o){return s===o},uIiyl:function(s,o){return s in o}};Xo=(s,o)=>o[n(1817)](a=>s instanceof a),xi=new WeakMap,Qn=new WeakMap,di=new WeakMap,Xn=new WeakMap,er=new WeakMap,tr={get(s,o,a){let d=n,u={GIgBm:function(l,p,m){return e.nDJns(l,p,m)}};if(e.uJChO(s,IDBTransaction)){if(e.KxZsf(o,e[d(512)]))return Qn.get(s);if(e.KxZsf(o,e[d(1489)]))if(d(1769)!==e[d(1754)])u[d(405)](_0x9976d0,_0x3b63de,this["_getInte"+d(1671)+"e"](_0x9c4e78));else return s[d(1165)+d(919)]||di[d(1728)](s);if(e[d(1729)](o,e[d(760)]))return a[d(1165)+d(919)][1]?void 0:a[d(1165)+d(973)](a[d(1165)+d(919)][0])}return e.EeLNd(Ge,s[o])},set(s,o,a){return s[o]=a,!0},has(s,o){let a=n;return e.ibwhf(s,IDBTransaction)&&(e.JZNBq(o,"done")||e[a(1199)](o,e[a(760)]))?!0:e[a(474)](o,s)}},dn=s=>er[n(1728)](s)}}),Zo={};Zu(Zo,{deleteDB:()=>cf,openDB:()=>af,unwrap:()=>dn,wrap:()=>Ge});function af(n,e,{blocked:s,upgrade:o,blocking:a,terminated:d}={}){let u=C,l={ywtUx:function(_,y){return _(y)},CgrEJ:function(_,y){return _(y)},NXbfu:u(1127),gmhDF:u(1237)+u(1773),ieenD:function(_,y){return _(y)},DdiKT:"upgradeneeded",hNRTW:u(1223)},p=indexedDB.open(n,e),m=l[u(368)](Ge,p);return o&&p[u(1004)+u(1486)](l[u(731)],_=>{let y=u;o(l[y(1163)](Ge,p[y(755)]),_[y(1281)+"on"],_.newVersion,l[y(1448)](Ge,p[y(1825)+y(1467)]))}),s&&p[u(1004)+u(1486)](l[u(1007)],()=>s()),m.then(_=>{let y=u;d&&_[y(1004)+y(1486)](l[y(1735)],()=>d()),a&&_[y(1004)+y(1486)](l[y(1084)],()=>a())})[u(1716)](()=>{}),m}function cf(n,{blocked:e}={}){let s=C,o={NGpPv:function(d,u){return d(u)}},a=indexedDB[s(589)+s(793)](n);return e&&a[s(1004)+s(1486)](s(1223),()=>e()),o[s(391)](Ge,a)[s(1410)](()=>{})}function Vo(n,e){let s=C,o={iEmSX:s(1317)+"e",dNnbh:s(659),byOdB:function(p,m){return p in m},ZBvgB:function(p,m){return p===m},sMkDD:s(1365)};if(!(n instanceof IDBDatabase&&!o.byOdB(e,n)&&o[s(986)](typeof e,o.sMkDD)))return;if(Zn[s(1728)](e))return Zn.get(e);let a=e[s(781)](/FromIndex$/,""),d=e!==a,u=ea[s(1035)](a);if(!o[s(1349)](a,(d?IDBIndex:IDBObjectStore)[s(1177)+"e"])||!(u||Qo.includes(a)))return;let l=async function(p,...m){let _=s,y=this[_(1825)+_(1467)](p,u?o.iEmSX:o.dNnbh),E=y.store;return d&&(E=E[_(1756)](m[_(1360)]())),(await Promise[_(966)]([E[a](...m),u&&y.done]))[0]};return Zn.set(e,l),l}var Qo,ea,Zn,df=Yo({"node_modules/idb/build/index.js"(){let n=C,e={CTgHD:function(s){return s()},tuzUE:n(442),uuRkH:n(1706),ToQdU:n(1602)+"ys",HVyJB:n(1600),kGXfH:"put",xdauY:n(576),zLgTm:n(1790),BBgBx:n(677),NGUyl:function(s,o){return s(o)}};e[n(787)]($o),e[n(787)]($o),Qo=[n(1728),e.tuzUE,e[n(1131)],e[n(365)],e[n(940)]],ea=[e[n(370)],e[n(485)],e[n(529)],e[n(687)]],Zn=new Map,e.NGUyl(rf,s=>({...s,get:(o,a,d)=>Vo(o,a)||s.get(o,a,d),has:(o,a)=>!!Vo(o,a)||s[n(1468)](o,a)}))}}),xf={idb:function(n){let e=C;n[e(448)]=Promise[e(361)]().then(()=>(df(),Zo))[e(1410)](function(s){return s})}},Jo={};function qe(n){let e=C,s={SkkLt:"3|1|2|4|0"},o=s[e(567)][e(517)]("|"),a=0;for(;;){switch(o[a++]){case"0":return d.exports;case"1":if(u!==void 0)return u[e(448)];continue;case"2":var d=Jo[n]={exports:{}};continue;case"3":var u=Jo[n];continue;case"4":xf[n](d,d[e(448)],qe);continue}break}}qe.d=(n,e)=>{let s=R;for(var o in e)qe.o(e,o)&&!qe.o(n,o)&&Object[s(1436)+"operty"](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=C;qe.o=(e,s)=>Object[n(1177)+"e"]["hasOwnPr"+n(1599)][n(1804)](e,s)})(),(()=>{let n=C,e={szhQf:n(1577),KhDtW:function(s,o){return s!=o},EQjsF:n(1405)+"d",DsQzt:"Module"};qe.r=s=>{let o=n;e.szhQf!==e[o(1071)]?_0x60c02a&&te[o(367)+o(644)][o(926)+o(1236)+o(1582)](_0x583ea0):(e[o(1362)](e[o(728)],typeof Symbol)&&Symbol[o(807)+"Tag"]&&Object[o(1436)+o(1599)](s,Symbol[o(807)+o(946)],{value:e[o(832)]}),Object["definePr"+o(1599)](s,o(1704)+"le",{value:!0}))}})();var ee={};(()=>{let n=C,e={VVXxe:function(i,t){return i+t},OvmLf:function(i,t){return i*t},VSJVT:function(i,t){return i*t},yxrSG:function(i,t){return i(t)},YYUch:function(i,t,r){return i(t,r)},WBHew:function(i,t){return i+t},REsJX:function(i,t){return i+t},ADaDi:n(1386),sGmgA:"ffff",SJGRz:function(i,t){return i(t)},NprXR:function(i,t){return i(t)},LBjit:function(i,t,r){return i(t,r)},oQjJV:function(i,t,r){return i(t,r)},BiaGt:n(1505),xhaoH:"rmYXX",Sxrup:function(i,t){return i<t},kocqr:function(i,t){return i>t},rQKgk:function(i,t){return i===t},isfzx:"hUxWE",DxtDK:n(628),UejVc:function(i,t){return i<t},SNVpQ:function(i,t){return i!==t},kUdat:function(i,t){return i-t},SZamb:function(i,t){return i-t},aLYML:function(i,t){return i<t},YesuI:function(i,t){return i<t},yuhjl:function(i,t){return i!==t},BdqTA:function(i,t){return i!==t},gnnFH:n(1552),ZrQYf:"QUPGn",dvhWJ:function(i,t,r){return i(t,r)},JkHgt:n(1737),wwBqX:function(i,t,r){return i(t,r)},YJdtU:function(i,t){return i(t)},NjDfv:function(i,t,r){return i(t,r)},WnxMj:function(i,t,r){return i(t,r)},IXYBp:n(784)+"required field: "+n(915),XhjrE:function(i,t){return i===t},AtyYQ:n(784)+n(1736)+" field: "+n(1106),MxiEk:function(i){return i()},Teben:function(i,t,r){return i(t,r)},nUlQz:function(i,t){return i(t)},VmGki:function(i,t){return i||t},SMESP:function(i,t){return i>=t},WtnVf:function(i,t){return i>>t},fLtTE:n(827),Zzozb:function(i,t,r){return i(t,r)},xJdDL:function(i,t){return i!==t},dMVQy:function(i,t,r){return i(t,r)},oSkYr:function(i,t){return i!==t},ZELPt:function(i,t,r){return i(t,r)},TKgjq:function(i,t){return i(t)},VDGcE:function(i,t){return i!==t},RbFSC:function(i,t,r){return i(t,r)},wzoAb:function(i,t,r){return i(t,r)},fWaZV:function(i,t,r){return i(t,r)},BmUeO:function(i,t,r){return i(t,r)},WgfMp:function(i,t){return i(t)},jaEEi:function(i,t){return i!==t},sSOyk:function(i,t,r){return i(t,r)},AEIUC:function(i,t,r){return i(t,r)},boACv:function(i,t){return i!==t},kaVik:function(i,t,r){return i(t,r)},UEOkv:"LOFod",zpbUs:n(833),JwnvM:function(i,t,r){return i(t,r)},PZXcz:function(i,t){return i!==t},KlMpj:n(490),UzbNc:function(i,t,r){return i(t,r)},CAvvB:function(i,t,r){return i(t,r)},oTeYH:n(798),FwqkC:function(i,t){return i(t)},LVwwA:function(i,t){return i>>>t},AhpAq:function(i,t){return i(t)},sAxfi:function(i,t,r){return i(t,r)},qnqtV:function(i,t){return i(t)},fYHby:function(i,t,r){return i(t,r)},Nbzdd:function(i,t,r){return i(t,r)},Duhjo:function(i,t,r){return i(t,r)},tfEvC:function(i,t){return i(t)},flNuN:function(i,t){return i&t},BpbDN:n(784)+n(1736)+n(1747)+n(1306),gDDkt:function(i,t){return i(t)},hIAeU:function(i,t,r){return i(t,r)},SchKu:function(i,t){return i+t},mOeKJ:function(i,t){return i>>t},gpGFM:"PwcTQ",SDyLw:function(i,t){return i>t},ojYAO:n(416)+n(1275),OiACJ:function(i,t){return i+t},sxTCf:function(i,t){return i>t},OkzLG:function(i,t){return i>t},YTzKV:function(i,t){return i+t},VIsUf:n(1677)+"t limit",duRlw:function(i,t,r){return i(t,r)},UqVLv:function(i,t){return i<t},tXyAF:function(i,t){return i===t},LoCOY:function(i,t){return i&t},SVOYC:function(i,t){return i===t},ROrKF:function(i,t){return i&t},UpxIT:function(i,t){return i+t},FNymA:function(i,t){return i+t},ytGfg:function(i,t){return i+t},djpNz:function(i,t){return i|t},SDVgv:function(i,t){return i&t},vxrFC:function(i,t){return i<t},lfXqW:function(i,t){return i===t},iwJnV:"XKcxJ",zyBUS:function(i,t){return i(t)},IOxsb:function(i,t){return i==t},zlWHR:function(i,t){return i>=t},BpcTC:function(i,t){return i+t},DHXaL:function(i,t){return i!==t},gmLhK:function(i,t){return i|t},deuac:function(i,t){return i<<t},uyZQQ:function(i,t){return i|t},besqO:function(i,t){return i<t},CBuBy:function(i,t){return i<=t},IMmbw:function(i,t){return i==t},sgihu:function(i,t){return i&t},weBFG:function(i,t){return i+t},nIFXh:function(i,t){return i!==t},ZttSH:function(i,t){return i&t},Fqqxm:function(i,t){return i|t},RqgzB:function(i,t){return i<<t},owNrA:function(i,t){return i<<t},FWNqb:function(i,t){return i&t},WqMaP:function(i,t){return i<t},PXQoy:function(i,t){return i&t},ZfNNA:function(i,t){return i||t},Lmhmi:function(i,t){return i<=t},Hodib:function(i,t){return i+t},ubGwD:function(i,t,r){return i(t,r)},OGAsR:function(i,t){return i<t},MVrnm:function(i,t){return i+t},uIzqH:n(706),ECNdc:function(i,t){return i&t},WfKOb:function(i,t){return i<t},uFTuX:function(i,t){return i|t},EjTsY:function(i,t){return i&t},InCvH:function(i,t){return i&t},WiMFj:function(i,t){return i>>t},hoANR:function(i,t){return i+t},GTVPA:function(i,t,r){return i(t,r)},BpBTK:n(1351),ZQIiy:function(i,t){return i===t},HQCHd:n(1524),oeGPJ:function(i,t,r){return i(t,r)},PxRiA:n(1334),rCRly:function(i,t){return i<t},keYIA:function(i,t){return i>=t},PedBt:function(i,t,r){return i(t,r)},UwDKW:function(i,t,r){return i(t,r)},qViXu:function(i,t){return i===t},aihlr:function(i,t){return i===t},vDEJo:function(i,t){return i===t},oVdLW:function(i,t){return i!=t},qISpe:n(1405)+"d",gUZUR:n(1197),rgTBW:n(1704)+"le",PSyuJ:function(i,t){return i+t},qhpiF:function(i,t){return i||t},wrLHH:n(1507),IUQbq:function(i,t){return i&t},RcztI:function(i,t){return i(t)},ByKJg:function(i,t){return i<<t},GdLjY:function(i,t){return i&t},rEWOT:n(1381),XAuaq:function(i,t){return i<<t},mOjmu:function(i,t){return i&t},vkswV:function(i,t){return i&t},Gmnzz:function(i,t){return i&t},FKeDz:function(i,t){return i!==t},rinzo:n(1783),dAOaN:n(753),aprnK:function(i,t){return i(t)},ubskM:function(i,t){return i<<t},GSDTu:function(i,t){return i&t},gwBle:function(i,t){return i(t)},dSciL:function(i,t){return i&t},DKnsu:function(i,t){return i&t},lvari:function(i,t){return i|t},OyaFe:function(i,t){return i|t},rbLCE:function(i,t){return i<<t},bVfjS:function(i,t){return i|t},aIUuq:function(i,t){return i>>>t},ceqys:function(i,t){return i===t},AAKlC:function(i,t){return i===t},sUwkI:function(i,t){return i<t},vQYfY:function(i,t){return i<t},JyDKa:function(i,t){return i>>>t},UWumc:function(i,t){return i+t},Djyif:function(i,t){return i!==t},TyIgs:function(i,t){return i|t},dOroD:function(i,t){return i+t},agsHY:function(i,t){return i|t},OYpyy:function(i,t){return i&t},gtraG:function(i,t){return i>>>t},TUakx:function(i,t){return i+t},ObsYU:function(i,t){return i|t},UEOgp:function(i,t){return i>>>t},qPLdi:function(i,t){return i>>>t},ySqnn:function(i,t){return i+t},dfkRU:function(i,t){return i!==t},QAICd:function(i,t){return i+t},YGYqz:function(i,t){return i|t},vPNvk:function(i,t){return i|t},JquXm:function(i,t){return i>>>t},fbkUX:function(i,t){return i&t},BzkaU:function(i,t){return i+t},DgHRH:function(i,t){return i!==t},eBdRQ:function(i,t){return i&t},TVqpU:function(i,t){return i>>>t},qxKku:n(1267),vAIlQ:function(i,t){return i|t},QtmEQ:function(i,t){return i|t},KOrii:function(i,t){return i<<t},FkCkU:function(i,t){return i<<t},cTfuE:function(i,t){return i|t},ZyEpl:function(i,t){return i|t},VNLXE:function(i,t){return i<<t},zJRhi:function(i,t){return i|t},yrrPk:function(i,t){return i<<t},tENTT:function(i,t){return i|t},wnDQa:function(i,t){return i|t},eeodC:function(i,t){return i<<t},bPSBt:function(i,t){return i<<t},SEVsf:function(i,t){return i>>>t},oYMVl:function(i,t){return i|t},cpIII:function(i,t){return i<<t},rWCiG:function(i,t){return i>>>t},FcsIW:function(i,t){return i&t},tIoxR:function(i,t){return i>>>t},nyLCS:function(i,t){return i>=t},qVhly:function(i,t){return i|t},VLebu:function(i,t){return i%t},gflCc:function(i,t){return i/t},DncTy:n(921),bVaWx:function(i,t){return i+t},EDFsd:function(i,t){return i*t},CGpru:function(i,t){return i>>>t},QvKwY:function(i,t){return i+t},dbgQw:function(i,t){return i*t},zBQSV:function(i,t){return i>>>t},eBUKV:function(i,t){return i&t},iSBQd:function(i,t){return i>>>t},AuUyU:function(i,t){return i+t},QIcUw:function(i,t){return i<<t},VBfCL:n(605),Snxea:n(1477),xIYfO:n(683),CpUdg:function(i,t){return i===t},olfOs:function(i,t){return i===t},GdYAz:function(i,t){return i===t},HamgT:function(i,t){return i&t},uAvhV:function(i,t){return i&t},xtdLv:function(i,t){return i&t},uOZWy:function(i,t){return i>>>t},naOCP:function(i,t,r){return i(t,r)},OleUo:n(544),nEVuN:function(i,t){return i!==t},vtAMT:n(1653),gyuFv:function(i,t){return i>>>t},DhExc:function(i,t){return i&t},GfSxs:function(i,t){return i&t},qsasf:n(1658)+n(771),DekYw:n(1645)+n(907),UEGDS:"CONNECTI"+n(1208),gRVli:n(844)+"OR",iPEJJ:"MAX_RETR"+n(1048)+"R",KHtOd:n(1521)+n(799),sUDEM:function(i,t){return i===t},ofket:n(736),MqYRW:function(i,t){return i(t)},JMDkT:n(838),GeAiO:function(i,t){return i>t},mdMTH:function(i,t){return i&t},dWoiK:function(i,t){return i+t},OFlKM:"xvsxa",IvzmT:function(i,t){return i!==t},TBSXa:n(1393),unzLH:function(i,t){return i!==t},GYUay:n(1064),lLXSI:function(i,t){return i>t},mUPsI:function(i,t){return i+t},Uukfn:n(862),BeJLi:n(618),avqdW:function(i,t){return i===t},QFtnh:function(i,t){return i>t},RzgXZ:function(i,t){return i(t)},MlVAV:n(1485)+n(746),YloIB:function(i,t){return i+t},mEAhp:function(i,t,r){return i(t,r)},UVbZv:function(i,t){return i===t},BDljU:n(1271),EEweY:function(i,t){return i<t},JuJNb:function(i,t){return i===t},HQkBC:"vHEdr",jbKHA:function(i,t){return i===t},eSCGX:n(777),UgllF:n(661)+n(1428),ymOGP:function(i,t){return i!==t},fcpDT:"EcMNJ",abpkJ:n(374),Ufmji:function(i,t,r){return i(t,r)},ucUQf:function(i,t,r){return i(t,r)},XEeTS:n(1127),JdvwS:n(686),ONhOO:function(i,t){return i!==t},yObgk:n(1635),xIZwc:n(1013),EKfMj:n(652),hippr:n(1649),Xfcrn:function(i,t){return i<t},dmuIJ:function(i,t){return i|t},aGnvo:function(i,t){return i&t},hYYGt:function(i,t){return i&t},vlqJU:function(i,t){return i|t},tJTWf:function(i,t,r){return i(t,r)},ZmHTb:function(i,t){return i instanceof t},zpSCO:function(i,t){return i||t},hAvdi:function(i,t){return i!=t},vIown:function(i,t,r,c){return i(t,r,c)},dzbMV:n(955),wEzpj:n(562),YuJgI:function(i,t){return i||t},otEtS:n(1092),RoKwq:"Corsg",UEibc:function(i,t){return i<=t},zQAqS:n(520)+n(1157)+n(801)+n(404)+"process",KYFhn:function(i,t){return i&t},KWBDm:function(i,t){return i<t},sFuWx:function(i,t){return i+t},LYJpo:function(i,t){return i<t},OoOye:function(i,t){return i-t},zJsYS:function(i,t){return i<=t},TSnCT:function(i,t){return i<t},gfjGL:function(i,t){return i<<t},lMFbX:function(i,t){return i|t},efYfP:function(i,t){return i&t},LpWTp:function(i,t){return i<<t},qnhHt:function(i,t){return i-t},AmrCr:function(i,t){return i|t},PlnTf:function(i,t){return i|t},pXCIb:function(i,t){return i<<t},cIBMY:function(i,t){return i<<t},fOGRX:function(i,t){return i<<t},XJFkk:function(i,t){return i&t},xaTUf:function(i,t){return i&t},cEaQT:n(1237)+"hange",PwHqf:n(1069),RWNfK:function(i,t){return i|t},OoYlP:function(i,t){return i===t},pCiOl:function(i,t){return i===t},bbdCt:"1|4|0|3|"+n(1224),auoQc:function(i,t){return i>>t},TZtTc:function(i,t){return i<<t},HIlQG:function(i,t){return i&t},bzmhS:function(i,t){return i&t},pnSZC:function(i,t){return i>>t},GABxQ:function(i,t){return i&t},zVkHQ:function(i,t){return i|t},csTmy:function(i,t){return i&t},yDAhM:function(i,t){return i-t},UHSpB:"string",bxCql:function(i,t){return i(t)},Gugox:function(i,t,r,c){return i(t,r,c)},BsQTt:function(i,t){return i instanceof t},qELRe:function(i,t){return i(t)},PNxuE:n(590)+"or",OyFrw:"applicat"+n(1189),YqktI:n(1432),zBxDD:n(1601)+n(1195)+n(1192),VpklL:n(1276),TGZYU:"unknown reason",rHosq:function(i,t){return i(t)},megwU:"text/javascript",asPXe:function(i,t){return i+t},nDAxh:n(617),eAduf:n(507)+"ack=fron"+n(1291)+"P",PHYDj:function(i,t){return i(t)},QSiXq:n(1613),fVAsT:function(i,t){return i>>>t},qNTsH:function(i,t){return i&t},lzBXJ:function(i,t){return i>>>t},rwayf:function(i,t){return i&t},LHXid:function(i,t){return i&t},CVgTn:function(i,t){return i>>>t},XQYxS:n(741),aKnhv:n(727),SQKdu:function(i){return i()},YPJSl:function(i,t){return i===t},UxPIZ:n(869),uVAHc:function(i,t){return i>=t},MKgDe:n(1720),eBfgS:n(717),UgufU:"ping_onc"+n(722)+"s",XAZNc:"success",rHVls:function(i,t,r){return i(t,r)},IOEbS:function(i,t){return i===t},jZiLX:function(i,t){return i||t},VPnJB:function(i,t){return i||t},nUdWg:function(i,t){return i||t},sSMOg:n(1532),tKkqv:n(987),BItSZ:function(i,t){return i||t},fvTvE:function(i,t){return i instanceof t},Txuos:function(i,t){return i(t)},WhwAn:function(i,t){return i!==t},cVnQd:n(1699),LGtvi:function(i,t){return i||t},ehTng:function(i,t){return i||t},fxXnm:function(i,t){return i||t},EXEBs:n(423),iuTPg:n(1731),KwGpP:function(i,t){return i||t},RbaEW:function(i,t,r,c){return i(t,r,c)},UmicL:n(1254),evEAN:n(1741),OiiSx:function(i,t){return i===t},PVucO:"wzyUN",xcFjN:function(i,t){return i-t},FfhRJ:function(i,t){return i|t},LbEGc:function(i,t){return i|t},JUuDU:n(488),JnHHw:function(i,t,r,c){return i(t,r,c)},TETDE:n(1176)+n(1457),ldQQl:function(i,t,r,c){return i(t,r,c)},IScAj:n(1176)+n(1630)+"ck",GXXYE:function(i,t,r){return i(t,r)},JGyxs:n(1176)+n(1151)+n(989),AdxvM:function(i,t){return i<<t},GIdvt:function(i,t){return i&t},hfGpq:n(865),aIKZL:n(1812),rBtmG:n(1561),uhoaM:n(1256),CDtSN:n(893),CVoKJ:function(i){return i()},koUyD:function(i,t){return i(t)},SghOk:function(i,t){return i instanceof t},iIQJz:n(1606)+n(1189)+n(1778)+"=utf-8",pxkqe:n(541)+"e",kLdRV:function(i,t){return i===t},AIaEj:function(i,t){return i&t},GQYlz:function(i,t){return i(t)},xKZFN:function(i,t){return i+t},ttCTp:n(1314)+n(1246)+n(1366),GhHeJ:n(569),EnwVp:function(i,t){return i||t},BzKhQ:n(1364),CNyVn:n(1625)+n(1363)+"e",DWSgb:function(i,t,r,c){return i(t,r,c)},QLjIh:function(i,t){return i===t},Xqsxj:n(531),TWzuy:function(i,t,r){return i(t,r)},ZJhwv:function(i,t){return i<<t},NJrKp:function(i,t){return i<t},XLjnc:function(i,t){return i+t},QWkLe:function(i,t){return i|t},bRUZf:function(i,t){return i+t},YeVHU:function(i,t){return i+t},TQdPm:function(i,t){return i+t},HtjMT:function(i,t){return i|t},EemTU:function(i,t){return i|t},JkpAm:function(i,t){return i<<t},rsDbw:function(i,t){return i<<t},RATQK:function(i,t){return i+t},gzanp:function(i,t){return i&t},ItMTa:function(i,t){return i>>>t},BHaJv:function(i,t){return i+t},liSBF:function(i,t){return i&t},veXqn:function(i,t){return i&t},EdZJt:function(i,t){return i&t},taBRL:function(i,t){return i&t},idVlM:n(673)+n(1274)+"|1|2|8|11",uaCLT:function(i,t){return i>>>t},OqWaW:function(i,t){return i+t},ekiKs:n(979)+"ervice",ppebN:"service-"+n(1748),ucfGD:n(1306),PcpCS:n(957),ShtiH:"name",bKpPU:function(i,t){return i(t)},aboDp:function(i,t){return i<t},PVGqC:function(i,t,r){return i(t,r)},OswSG:function(i,t,r){return i(t,r)},odFFq:function(i,t,r){return i(t,r)},PGDtb:"FILE_NOT"+n(629),cxXvs:n(754)+"ame",uwvuq:"allCursorValues",tNZHh:n(962),HOSBU:n(985),qlUfL:"setdb",qFOpG:function(i,t){return i(t)},qZMIz:n(1265)+"r",Hmjas:n(647),nBtWU:n(1678),pUurP:n(695),vAFZk:function(i,t){return i||t},XQVyU:n(1090),UAduQ:"NPGAy",yGpVZ:n(1800),EixeX:n(740),ZOLzf:function(i,t,r,c){return i(t,r,c)},XqfGD:function(i,t,r){return i(t,r)},JpZoA:"x-msg-qos",SrRDC:function(i,t,r){return i(t,r)},Ucqdj:n(983)+n(730)+"e",xngAR:function(i,t){return i(t)},IycYX:function(i){return i()},wYopk:function(i,t){return i+t},GUOMM:function(i){return i()},spOyB:function(i){return i()},AjdNE:function(i){return i()},UsyKZ:n(372),RcivG:function(i){return i()},TzvGK:function(i,t){return i|t},HnDuB:function(i,t){return i|t},rxDzW:function(i,t){return i<<t},jRorL:function(i,t){return i<<t},KbhZp:function(i,t){return i&t},lFrKO:function(i,t,r){return i(t,r)},PnqAQ:function(i,t){return i&t},IdHXR:function(i,t){return i===t},bDtnK:function(i,t){return i&&t},nDOSR:function(i){return i()},zWohl:function(i,t,r){return i(t,r)},edciB:function(i){return i()},NDDem:function(i,t){return i!==t},jyHmU:"MYPll",LjuzR:n(1337),ZXHrV:function(i,t){return i(t)},jOPZU:function(i,t){return i!==t},pFdjo:n(1203),VTURt:n(1367),zQNFT:function(i){return i()},oyfwB:"UWlIm",ZjfoZ:n(623),sldon:function(i,t){return i===t},kHCPg:n(634),xFilt:n(961),lHaeF:"PqolU",wPBua:function(i,t,r){return i(t,r)},uZsgk:function(i,t){return i===t},ukVsE:function(i,t){return i+t},Azyts:"vQiSx",BcIxw:n(932),CoBOZ:n(1806)+n(1138),sGAPV:n(1616),gKGla:function(i,t){return i==t},rUZAh:"please p"+n(621)+n(1147),PTZUG:function(i,t){return i(t)},eEzWs:n(1560)+n(1229)+n(546)+", WebSocket cons"+n(1273)+n(1455)+"ined",KZLsl:function(i,t){return i===t},RYpgC:n(726),gVBcI:function(i,t){return i===t},RzveL:"mRDCo",HDQhe:"reconnect",APWkY:n(1201)+n(951)+n(1766)+"ct",eUBHY:"online",XEauU:n(1512),vFDZU:"Lxwcs",PJIbc:function(i,t){return i==t},XANtG:n(1357),vSSDh:"ws://",lgGyL:n(1264),YNHcx:"bd_did",hoCNg:n(577),CLKrY:n(1152)+"d",mhHPC:"please provide b"+n(500)+n(1385)+n(1631),EFOhF:function(i,t){return i==t},xepqM:n(1161),NJzZH:function(i){return i()},DsHoC:function(i,t,r){return i(t,r)},rDOKl:"web",iMIvv:n(1728),BirOw:n(576),KZAVh:n(1213)+"s already closed",wdFQG:function(i,t){return i===t},LGidD:n(434),hwtZv:n(1355),YfOTN:function(i,t,r){return i(t,r)},AxyhM:"eRsfc",yEQWm:"XpqBm",WGGjt:n(1715),ltFDv:function(i,t){return i>t},fKFVK:function(i,t){return i(t)},ElAZS:n(460),PnhsX:n(1404)+">",TUSjI:function(i,t){return i-t},IpbuC:function(i,t,r){return i(t,r)},iNZZl:n(1038)+n(783)+"t",gdUEl:n(1705),RRZMn:function(i,t,r){return i(t,r)},STWbK:function(i,t){return i!==t},AfzgS:n(680),QcyCw:n(1426),ktxeN:n(357)+"ay, try "+n(1263)+n(1646)+n(899),qcMCb:function(i,t){return i===t},tUoJA:n(431),BhYPZ:n(912),GvocO:function(i,t){return i===t},zEBkP:n(1608)+"0",sPzcj:function(i,t,r){return i(t,r)},InsNV:function(i,t){return i!==t},ebvVH:n(1420),CRIci:function(i,t,r){return i(t,r)},GMjnj:n(357)+n(806)+n(879)+"ine",bPEwd:n(1589),CAmND:function(i,t){return i+t},eyuqh:function(i,t){return i===t},IUyvS:"Jjgvl",ZwoeM:"Kqkwe",IoTaD:function(i,t){return i(t)},FlEZj:function(i){return i()},cRqJG:function(i,t){return i===t},fMwzW:n(487),NLyCY:n(1758),IgaaZ:n(822)+"2|7|5|0",FbKTQ:function(i,t){return i===t},nDGAq:"close, w"+n(1479)+n(464)+n(528)+"ed",rjOUw:n(1560)+n(1655)+" valid d"+n(1450)+n(470)+"e a stri"+n(1352)+n(1611)+"ffer",Ufktn:function(i,t){return i==t},ALmjS:n(1696),AqWUi:function(i,t){return i(t)},CKJbf:function(i,t){return i||t},mRNYL:function(i,t){return i instanceof t},aJOqJ:function(i,t){return i(t)},oCneT:function(i,t){return i!==t},JgwaE:n(1377),BmyHF:n(947),QPolp:function(i,t){return i<t},UzmyX:n(847),xQZpX:n(1300)+n(1032)+n(1395),sjmJD:n(516)+"4",saQZL:function(i,t,r){return i(t,r)},hwXAE:"\0\0\0\0\0\0\0\0",vydYT:function(i,t){return i/t},eyIDC:function(i,t){return i===t},mFmCR:n(1298),oZTSP:function(i,t){return i!=t},meRkO:function(i,t){return i===t},gJTbd:n(1042),wtjNG:function(i,t){return i!=t},RPBZZ:function(i,t){return i!=t},uMwnD:function(i,t){return i==t},wlwPb:function(i,t){return i!=t},Ewexr:n(1322)+"dWorkerG"+n(1809)+"pe",xGwqm:function(i,t){return i===t},GsWAS:n(1148)+"rkerGlob"+n(721),uTMAS:n(968)+n(703)+"balScope",mdhPn:function(i,t){return i!=t},iaBkg:function(i,t){return i!=t},OEiNt:function(i,t){return i===t},hAEfz:n(620)+n(1546)};qe.r(ee),qe.d(ee,{FWS:()=>k0,CustomErrorEvent:()=>Zi,createCloseEvent:()=>Re,ReconnectEvent:()=>Xi,createErrorEvent:()=>Ce,decodedFrame:()=>yt,createOpenEvent:()=>is,CustomCloseEvent:()=>Qi,createReconnectEvent:()=>Rr,FrontierMessageEvent:()=>ts,encodeFrame:()=>ie,createMessageEvent:()=>rs,OpenEvent:()=>ns,ErrorCode:()=>nt,Event:()=>St,MessageEvent:()=>es});let s="";function o(i=""){let t=n,r="02",c=""+Date[t(359)](),x=s||(s=p(i)),g=Math[t(1544)]()[t(807)](16)[t(1389)](-6);return e[t(837)](e[t(837)](e[t(837)](r,c),x),g)}function a(){let i=n;return e[i(837)](e[i(1031)](1e4,Date[i(359)]()),Math.floor(e[i(704)](1e4,Math[i(1544)]())))}function d(i){let t=n;return e.VVXxe(e[t(1123)](Array,8).join("0"),e[t(1336)](parseInt,i,10)[t(807)](2))[t(1389)](-8)}function u(i){let t=n;return e[t(837)](e[t(1123)](Array,4).join("0"),e[t(1336)](parseInt,i,2)[t(807)](16))[t(1389)](-4)}function l(i){let t=n,r=i[t(517)](/\./)[t(1170)](g=>d(g)),c=[];return c[0]=e[t(1123)](u,e[t(1792)](r[0],r[1])),c[1]=e.yxrSG(u,e.REsJX(r[2],r[3])),[e.ADaDi,e.ADaDi,e.ADaDi,e[t(1690)],e.ADaDi,e.sGmgA,c[0],c[1]][t(882)]("")}function p(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}/.test(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(1383)](i);return r?e[t(1207)](l,i):c?e[t(626)](m,i):t(1463)+"0000000000000000"+t(1463)}function m(i){let t=n,r={haNqe:e[t(1089)]};if(e[t(401)]===e[t(401)]){let c="",x=[],g=0,h=0,w=!0,f=t(1386);if(i[t(1591)]("::")>-1){let b=i[t(517)]("::");for(let P=0;e.Sxrup(P,b[t(1511)]);P++){let O=b[P];if(e.kocqr(O[t(1591)](":"),0))if(e[t(633)](e[t(572)],e.DxtDK))e[t(598)](_0xece5f6,_0x3d3617,16),e[t(425)](_0xcf0146,_0x578d64,_0x22b2ef);else{let N=O.split(":");w&&(g=N[t(1511)]),h+=N[t(1511)];for(let W=0;e[t(635)](W,N.length);W++)if(e[t(708)](4,N[W][t(1511)])){let le=f.substring(0,4-N[W].length),_e=le[t(648)](N[W]);x[t(371)](_e)}else x[t(371)](N[W]);w=!1}else{if(e[t(708)](4,O[t(1511)])){let N=f[t(1587)+"g"](0,e[t(571)](4,O[t(1511)])),W=N[t(648)](O);x.push(W)}else x[t(371)](O);w&&(g+=1),h+=1,w=!1}}let v="";for(let P=0;e[t(699)](P,e[t(1083)](8,h));P++)v=v.concat(f);for(let P=0;e[t(1391)](P,x[t(1511)]);P++)P===g?(c=c[t(648)](v),c=c[t(648)](x[P])):c=c.concat(x[P]);return c}{if(t(1777)!==t(1777))return _0x62a476||(_0x5d8dab=_0x4db860[t(361)]()[t(1410)](_0x888dcb[t(790)](_0xa28ea0,r[t(995)]))),_0x4cee08;{let b=i[t(517)](":");for(let v=0;e[t(482)](v,b[t(1511)]);v++){let P=b[v];if(e[t(774)](4,b[v][t(1511)])){let O=f[t(1587)+"g"](0,4-b[v].length),N=O[t(648)](P);c=c.concat(N)}else c=c[t(648)](P)}return c}}}else return(this[t(1665)+"rs"][_0x14de7a]||(this[t(1665)+"rs"][_0x216393]=[]))[t(371)]({fn:_0x2796bd,ctx:_0x60e8b3||this}),this}function _(i,t){let r=n,c=i.key;if(e[r(1001)](void 0,c)){if(e[r(1732)]===e[r(1770)])return _0x489a02[r(1052)](r(785),_0xa847e,_0x63f2e8,_0x4db15e),this[r(543)][r(1669)]({cursor_name:_0x3eed09,cursor:_0x22520f,service:_0x5bb92e});e[r(518)](J,t,10),e.dvhWJ(fe,t,c)}let x=i[r(1106)];if(e[r(774)](void 0,x))if(e.JkHgt!=="EmWhB")J(t,18),fe(t,x);else{let{type:g}=_0x29aaa1;this[r(697)](g,_0x27d027)}}function y(i){let t=n,r={};e:for(;!e.yxrSG(de,i);){let c=X(i);switch(c>>>3){case 0:break e;case 1:r.key=e.wwBqX(Z,i,e[t(1763)](X,i));break;case 2:r.value=e[t(643)](Z,i,e[t(626)](X,i));break;default:e.WnxMj(Y,i,7&c)}}if(e[t(633)](void 0,r.key))throw new Error(e.IXYBp);if(e[t(1416)](void 0,r[t(1106)]))throw new Error(e[t(1484)]);return r}function E(i){let t=n,r=e.MxiEk(j);return e[t(1628)](T,i,r),e[t(811)](De,r)}function T(i,t){let r=n,c={zqmAg:function(_e,ge){return _e|ge},xtiTr:function(_e,ge){return _e&ge},FuBxS:function(_e,ge){return e.WtnVf(_e,ge)}},x=i[r(1644)];x!==void 0&&(r(827)!==e[r(1257)]?(_0x53a96a[_0x3e3cdf++]=c[r(1590)](_0x326d47>>12,224),_0x207521[_0x5107f8++]=c.zqmAg(c.xtiTr(c.FuBxS(_0x5ddeb4,6),63),128),_0x49db83[_0x713f22++]=c[r(1590)](63&_0x3b0655,128)):(J(t,8),e[r(1167)]($,t,x)));let g=i.LogID;e[r(608)](void 0,g)&&(e[r(491)](J,t,16),e[r(643)]($,t,g));let h=i[r(1306)];e[r(505)](void 0,h)&&(e[r(1679)](J,t,24),e.NjDfv($,t,e[r(1121)](H,h)));let w=i[r(1734)];e[r(1168)](void 0,w)&&(e[r(1634)](J,t,32),$(t,e[r(1207)](H,w)));let f=i[r(934)];if(f!==void 0)for(let _e of f){e[r(818)](J,t,42);let ge=e[r(820)](j);_(_e,ge),e[r(1088)](J,t,ge.limit),e[r(1326)](We,t,ge),e[r(532)](we,ge)}let b=i["payloadE"+r(413)];e[r(1744)](void 0,b)&&(e[r(700)](J,t,50),e[r(1326)](fe,t,b));let v=i["payloadT"+r(840)];v!==void 0&&(e[r(491)](J,t,58),e[r(1615)](fe,t,v));let P=i[r(399)];e.boACv(void 0,P)&&(e[r(491)](J,t,66),e[r(1336)](J,t,P[r(1511)]),e[r(1490)](Se,t,P));let O=i[r(1081)];if(e.xJdDL(void 0,O))if(e[r(1173)]!==e[r(1294)])J(t,74),e[r(700)](fe,t,O);else{let _e=this[r(543)][r(1150)](this[r(1565)]),ge=_0x2095d7.parse(e.VmGki(_e,"{}"));return ge[_0x50cba5]=void 0,this._qosDB[r(1517)](this[r(1565)],_0x6938f1.stringify(ge))}let N=i[r(1122)+r(938)];e.oSkYr(void 0,N)&&(e.Zzozb(J,t,82),fe(t,N));let W=i[r(658)];e[r(1750)](void 0,W)&&(e.JwnvM(J,t,90),e.dvhWJ(fe,t,W));let le=i.frameType;if(e.PZXcz(void 0,le)){if(e[r(502)]===r(1442))return e.SMESP(this.count,this["maxLossC"+r(859)]);e.UzbNc(J,t,96),e[r(1508)]($,t,H(le))}}function A(i){return e[n(1763)](k,e.WgfMp(ye,i))}function k(i){let t=n,r={};e:for(;!e[t(1121)](de,i);)if(e.XhjrE(e[t(778)],e.oTeYH)){let c=e[t(1159)](X,i);switch(e.LVwwA(c,3)){case 0:break e;case 1:r[t(1644)]=e[t(1628)](ft,i,!0);break;case 2:r[t(1824)]=e[t(1628)](ft,i,!0);break;case 3:r[t(1306)]=X(i);break;case 4:r[t(1734)]=X(i);break;case 5:{let x=e[t(1207)](z,i);(r.headers||(r.headers=[]))[t(371)](e[t(1193)](y,i)),i[t(1132)]=x;break}case 6:r[t(1120)+t(413)]=e[t(1407)](Z,i,e[t(1285)](X,i));break;case 7:r[t(1674)+"ype"]=e[t(560)](Z,i,X(i));break;case 8:r[t(399)]=e[t(518)](U,i,e.WgfMp(X,i));break;case 9:r[t(1081)]=e[t(1230)](Z,i,X(i));break;case 10:r[t(1122)+"ming"]=Z(i,e[t(1285)](X,i));break;case 11:r.msgID=e[t(1502)](Z,i,X(i));break;case 12:r[t(493)+"e"]=e[t(373)](X,i);break;default:e[t(1111)](Y,i,e[t(379)](7,c))}}else{let c=this[t(543)][t(1150)](this[t(1565)]),x=_0x2584ca[t(1603)](c||"{}");return x[_0xefaa3a||_0x284386[this[t(1545)]]]=_0x3ba52f,this[t(543)][t(1517)](this[t(1565)],_0x5e11d6[t(1437)+"y"](x)),_0xb14b9e||_0x21bce9[this[t(1545)]]}if(r.SeqID===void 0)throw new Error("Missing "+t(1736)+t(1747)+t(1644));if(r[t(1824)]===void 0)throw new Error(t(784)+"required field: LogID");if(r[t(1306)]===void 0)throw new Error(e.BpbDN);if(e[t(633)](void 0,r[t(1734)]))throw new Error("Missing "+t(1736)+t(1747)+t(1734));return r}function z(i){let t=n,r=e[t(1180)](X,i),c=i.limit;return i.limit=e.WBHew(i[t(1249)],r),c}function Y(i,t){let r=n;switch(t){case 0:for(;128&e.FwqkC(re,i););break;case 2:e.hIAeU(ne,i,X(i));break;case 5:e[r(1508)](ne,i,4);break;case 1:ne(i,8);break;default:throw new Error(e.SchKu(r(1647)+"ented ty"+r(1277),t))}}function H(i){let t=n;return i|=0,{low:i,high:e[t(1654)](i,31),unsigned:e[t(1109)](i,0)}}let oe=[];function j(){let i=n;if(e.XhjrE(i(1114),e.gpGFM))this[i(1172)+i(1431)]();else{let t=oe[i(1019)]();return t?(t[i(1249)]=t.limit=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}}function we(i){oe[n(371)](i)}function ye(i){return{bytes:i,offset:0,limit:i[n(1511)]}}function De(i){let t=n,r=i.bytes,c=i[t(1132)];return e[t(1416)](r[t(1511)],c)?r:r[t(767)](0,c)}function ne(i,t){let r=n;if(e[r(1225)](e.SchKu(i[r(1249)],t),i.limit))throw new Error(e[r(762)]);i[r(1249)]+=t}function de(i){let t=n;return e[t(1109)](i.offset,i[t(1132)])}function I(i,t){let r=n,c=i[r(939)],x=i[r(1249)],g=i[r(1132)],h=e[r(1072)](x,t);if(e[r(892)](h,c.length)){let w=new Uint8Array(e[r(1031)](2,h));w[r(1669)](c),i.bytes=w}return i[r(1249)]=h,e[r(1805)](h,g)&&(i[r(1132)]=h),x}function L(i,t){let r=n,c=i[r(1249)];if(e.OkzLG(e[r(537)](c,t),i[r(1132)]))throw new Error(e[r(723)]);return i[r(1249)]+=t,c}function U(i,t){let r=n,c=L(i,t);return i[r(939)][r(767)](c,e[r(1792)](c,t))}function Se(i,t){let r=n,c=e[r(1316)](I,i,t[r(1511)]);i.bytes[r(1669)](t,c)}function Z(i,t){let r=n,c=e.WnxMj(L,i,t),x=String[r(1461)+r(466)],g=i[r(939)],h="\uFFFD",w="";for(let f=0;e[r(1107)](f,t);f++){let b=g[f+c],v,P,O,N;e[r(1097)](e[r(1234)](128,b),0)?w+=e.yxrSG(x,b):e[r(738)](e.ROrKF(224,b),192)?e[r(1757)](f,1)>=t?w+=h:(v=g[e[r(1471)](e[r(1289)](f,c),1)],e[r(379)](192,v)!==128?w+=h:(N=e[r(549)](e[r(1270)](31,b)<<6,e.LoCOY(63,v)),e.vxrFC(N,128)?w+=h:e[r(1047)](e[r(458)],r(1472))?(this[r(895)+"igatorOn"+r(636)]=_0x34f2e3,_0x5e31a6?this[r(495)+r(650)]():this[r(495)+"ffLine"]()):(w+=e.zyBUS(x,N),f++))):e.IOxsb(e.flNuN(240,b),224)?e[r(1259)](f+2,t)?w+=h:(v=g[e.OiACJ(e[r(1471)](f,c),1)],P=g[e[r(1757)](e.BpcTC(f,c),2)],e[r(1781)](e.gmLhK(v,e.deuac(P,8))&49344,32896)?w+=h:(N=e[r(1328)](e[r(549)](e[r(1527)](e[r(1234)](15,b),12),e[r(1234)](63,v)<<6),e[r(1270)](63,P)),e.besqO(N,2048)||N>=55296&&e[r(632)](N,57343)?w+=h:(w+=e[r(1121)](x,N),f+=2))):e[r(1739)](e[r(805)](248,b),240)?e.zlWHR(e[r(1072)](f,3),t)?w+=h:(v=g[e[r(1792)](f,c)+1],P=g[e[r(1664)](e[r(1664)](f,c),2)],O=g[e[r(1515)](f+c,3)],e[r(1574)](e[r(737)](e[r(549)](e[r(678)](v,P<<8),e[r(716)](O,16)),12632256),8421504)?w+=h:(N=e[r(678)](e.Fqqxm(e.gmLhK((7&b)<<18,e.owNrA(e.SDVgv(63,v),12)),e[r(716)](e.flNuN(63,P),6)),e[r(513)](63,O)),e[r(792)](N,65536)||e[r(1805)](N,1114111)?w+=h:(N-=65536,w+=x(e[r(1654)](N,10)+55296,e.PXQoy(1023,N)+56320),f+=3))):w+=h}return w}function fe(i,t){let r=n,c={gsSoq:function(f,b){return e[R(594)](f,b)}},x=t.length,g=0;for(let f=0;e[r(792)](f,x);f++){let b=t[r(1529)+"At"](f);b>=55296&&e.Lmhmi(b,56319)&&f+1<x&&(b=e[r(821)](e[r(1527)](b,10),t.charCodeAt(++f))-56613888),g+=b<128?1:b<2048?2:b<65536?3:4}e[r(437)](J,i,g);let h=e[r(643)](I,i,g),w=i[r(939)];for(let f=0;e[r(718)](f,x);f++){let b=t[r(1529)+"At"](f);if(b>=55296&&e.CBuBy(b,56319)&&e[r(1107)](e[r(1792)](f,1),x)&&(b=e[r(571)](e.MVrnm(e[r(1501)](b,10),t[r(1529)+"At"](++f)),56613888)),e.besqO(b,128))w[h++]=b;else if(r(706)!==e.uIzqH){let v=this._qosDB.getItem(this[r(1565)]);return _0x59b152.parse(c[r(1509)](v,"{}"))[_0x24d223]}else e[r(718)](b,2048)?w[h++]=e[r(678)](e[r(1400)](b>>6,31),192):(e.WfKOb(b,65536)?w[h++]=e[r(842)](e[r(1654)](b,12)&15,224):(w[h++]=e[r(1234)](e[r(603)](b,18),7)|240,w[h++]=e.gmLhK(e[r(375)](e[r(603)](b,12),63),128)),w[h++]=e[r(678)](e[r(660)](e[r(748)](b,6),63),128)),w[h++]=e[r(1328)](63&b,128)}}function We(i,t){let r=n,c=I(i,t[r(1132)]),x=i[r(939)],g=t.bytes;for(let h=0,w=t[r(1132)];e.YesuI(h,w);h++)x[e.hoANR(h,c)]=g[h]}function re(i){let t=n;if(e.ZQIiy(t(1313),e[t(1691)])){let r=e.GTVPA(_0x405fe9,e[t(1333)],{message:_0xa1a83b[t(686)],code:_0x46a040[t(844)+"OR"],error:_0x105421});this[t(1056)+t(1361)+t(1451)](r)}else return i[t(939)][e[t(942)](L,i,1)]}function Qe(i,t){let r=n;if(e.boACv(e[r(1240)],e[r(1240)]))return!!this[r(543)];{let c=e.fYHby(I,i,1);i[r(939)][c]=t}}function X(i){let t=n,r=0,c=0,x;do x=re(i),e[t(1447)](r,32)&&(c|=e[t(1527)](127&x,r)),r+=7;while(e[t(379)](128,x));return c}function J(i,t){let r=n;for(t>>>=0;e[r(596)](t,128);)e.PedBt(Qe,i,e[r(1652)](127&t,128)),t>>>=7;e[r(414)](Qe,i,t)}function ft(i,t){let r=n,c={qHEno:function(g,h){return e[R(718)](g,h)},vGIov:function(g,h){return e[R(1180)](g,h)},VlIxe:function(g,h){return e[R(1095)](g,h)},CbLNO:function(g,h){return g|h},uDYus:function(g,h){return e.qhpiF(g,h)},dEPpG:function(g,h){return g>>>h}};if(e.wrLHH===e[r(459)]){let g=0,h=0,w=0,f;if(f=re(i),g=e[r(805)](127,f),e[r(996)](128,f)){if(r(1518)==="BXyIO"){if(e.qViXu(void 0,_0x59d648))this._listeners={};else if(e[r(400)](void 0,_0x4ccd78))this[r(1665)+"rs"][_0x4d465b]=null;else{let b=this[r(1665)+"rs"][_0x231705];if(b)for(let v=0;e[r(1799)](v,b[r(1511)]);)e[r(480)](b[v].fn,_0x2bff42)?b.splice(v,1):++v}return this}else if(f=e[r(1698)](re,i),g|=e[r(1178)](e.FWNqb(127,f),7),e.GdLjY(128,f)){if(e[r(1104)]!==e[r(1104)])iCpQTN.oVdLW(iCpQTN[r(843)],typeof _0x1e52dd)&&_0xdfea13[r(807)+r(946)]&&_0x132a01[r(1436)+"operty"](_0x91efbe,_0x198637[r(807)+"Tag"],{value:iCpQTN[r(380)]}),_0x49dd68[r(1436)+r(1599)](_0x458a66,iCpQTN.rgTBW,{value:!0});else if(f=e.FwqkC(re,i),g|=e[r(566)](e[r(990)](127,f),14),e[r(1498)](128,f)&&(f=e[r(373)](re,i),g|=e[r(1178)](e[r(737)](127,f),21),e.sgihu(128,f)&&(f=e[r(1207)](re,i),h=e.Gmnzz(127,f),e.flNuN(128,f))))if(e[r(1016)](e[r(775)],e[r(1155)]))f=re(i),h|=e[r(716)](e[r(1270)](127,f),7),e[r(805)](128,f)&&(f=e.aprnK(re,i),h|=e[r(1476)](e.LoCOY(127,f),14),e.GSDTu(128,f)&&(f=e[r(1121)](re,i),h|=e[r(990)](127,f)<<21,e[r(1232)](128,f)&&(f=e.gwBle(re,i),w=e[r(696)](127,f),e[r(874)](128,f)&&(f=re(i),w|=e[r(716)](e[r(1270)](127,f),7)))));else for(var x in _0x33767b)_0x5f20da(_0x276ff7,x,{get:_0x2cfb0b[x],enumerable:!0})}}return{low:e[r(941)](g,h<<28),high:e[r(976)](e[r(1559)](h,4),e[r(638)](w,24)),unsigned:t}}else{let g=c[r(1662)](_0x512e09,8192),h=c[r(849)](g,1),w=null,f=g;return function(b){let v=r;if(c[v(599)](b,1)||b>h)return c[v(1318)](_0x169feb,b);f+b>g&&(w=_0x1f2ea9(g),f=0);let P=_0x8b52c[v(1804)](w,f,f+=b);return 7&f&&(f=c[v(496)](c[v(789)](7,f),1)),P}}}function $(i,t){let r=n;if(e.DHXaL(r(1789),r(1789)))this[r(1205)+r(1353)+"riesCount"]=0;else{let c=t[r(814)]>>>0,x=e[r(1559)](e[r(432)](e.aIUuq(t[r(814)],28),e[r(1501)](t[r(1251)],4)),0),g=e[r(1559)](t[r(1251)],24),h=e[r(1803)](0,g)?e[r(1624)](0,x)?e[r(533)](c,16384)?c<128?1:2:e[r(1447)](c,2097152)?3:4:x<16384?x<128?5:6:e[r(1107)](x,2097152)?7:8:e.vQYfY(g,128)?9:10,w=e.dMVQy(I,i,h),f=i[r(939)];switch(h){case 10:f[e.BpcTC(w,9)]=e[r(522)](g,7)&1;case 9:f[e[r(1129)](w,8)]=e.Djyif(9,h)?e[r(1200)](128,g):e.vkswV(127,g);case 8:f[e[r(439)](w,7)]=h!==8?e[r(1764)](x>>>21,128):e[r(1497)](e[r(1433)](x,21),127);case 7:f[e[r(1062)](w,6)]=h!==7?e[r(855)](e[r(1051)](x,14),128):e.qPLdi(x,14)&127;case 6:f[e[r(1315)](w,5)]=e[r(1771)](6,h)?x>>>7|128:e.aIUuq(x,7)&127;case 5:f[e.QAICd(w,4)]=h!==5?e.YGYqz(128,x):e.IUQbq(127,x);case 4:f[e.dOroD(w,3)]=e[r(1750)](4,h)?e[r(866)](e[r(910)](c,21),128):e.fbkUX(e[r(1559)](c,21),127);case 3:f[w+2]=h!==3?c>>>14|128:e[r(1232)](e[r(910)](c,14),127);case 2:f[e.BzkaU(w,1)]=e.DgHRH(2,h)?e[r(941)](e[r(1051)](c,7),128):e.eBdRQ(e[r(654)](c,7),127);case 1:f[w]=e[r(782)](1,h)?128|c:e.mOjmu(127,c)}}}function yt(i){return e[n(811)](A,i)}function ie(i){return E(i)}let bt=65536,be=e[n(1788)],vt=bt*bt,Vi=e.OvmLf(vt,vt),Ji=e[n(752)](Vi,2),et=String.prototype[n(1529)+"At"];class K{constructor(t,r,c){let x=n;this[x(668)]=!0,this.low=0|t,this[x(1251)]=e[x(1652)](0,r),this[x(685)]=!!c}static[n(668)](t){return t&&t.isLong===!0}static fromBits(t,r,c){let x=n;return e[x(1750)](e.qxKku,e[x(1040)])?_0x554940?_0x3a2f2b[x(880)+x(1288)](_0x79991f,_0x1169b2):_0x1097f0[x(880)+x(1164)](_0x3ec1fe,_0x4113ff):new K(t,r,c)}static fromBytes(t,r,c){let x=n;return c?K[x(880)+x(1288)](t,r):K.fromBytesBE(t,r)}static[n(880)+"sLE"](t,r){let c=n;return new K(e[c(842)](e.vAIlQ(e[c(1762)](t[0],e[c(566)](t[1],8)),e[c(1476)](t[2],16)),e[c(1629)](t[3],24)),e[c(1764)](t[4]|e[c(1003)](t[5],8)|t[6]<<16,e[c(566)](t[7],24)),r)}static[n(880)+"sBE"](t,r){let c=n;return new K(e[c(498)](e[c(1427)](e[c(548)](t[4],24),e.XAuaq(t[5],16))|t[6]<<8,t[7]),e[c(1200)](e[c(433)](e[c(580)](t[0],24),t[1]<<16),t[2]<<8)|t[3],r)}static[n(851)](t){let r=n;return t===be?Yi:new K(e[r(1307)](e[r(498)](e[r(1692)](e[r(477)](et.call(t,0),e.eeodC(et[r(1804)](t,1),8)),e[r(1629)](et[r(1804)](t,2),16)),e[r(1797)](et[r(1804)](t,3),24)),0),e.SEVsf(e[r(1427)](e[r(1206)](et[r(1804)](t,4),e[r(566)](et[r(1804)](t,5),8)),et.call(t,6)<<16)|e[r(876)](et.call(t,7),24),0),!0)}[n(1135)](){let t=n;return String["fromChar"+t(466)](e[t(696)](255,this[t(814)]),e[t(1080)](this[t(814)],8)&255,e.SDVgv(e.qPLdi(this[t(814)],16),255),e[t(1370)](this[t(814)],24),e[t(527)](255,this[t(1251)]),e.ZttSH(this[t(1251)]>>>8,255),e[t(1370)](this[t(1251)],16)&255,e[t(1295)](this[t(1251)],24))}static[n(969)+"er"](t,r=!0){let c=n;if(e.yxrSG(isNaN,t))return r?Gc:Yi;if(r){if(e[c(1622)](t,Vi))return Kc}else{if(t<=-Ji)return Wc;if(e[c(1259)](e.OiACJ(t,1),Ji))return Hc}return K[c(418)](e[c(1162)](e.VLebu(t,vt),0),e[c(1323)](t,vt)|0,r)}toNumber(){let t=n;if(e[t(738)](t(921),e[t(1021)]))return this[t(685)]?e.bVaWx(e[t(1794)](e.CGpru(this[t(1251)],0),vt),this.low>>>0):e[t(887)](e[t(810)](this[t(1251)],vt),e[t(522)](this.low,0));_0x1f3964=e.AhpAq(_0xabeddd,_0x161ee6),_0xfa3513|=(127&_0x417bfb)<<7}[n(510)](){let t=n;return e[t(480)](0,this[t(1251)])&&e[t(1624)](0,this[t(814)])}[n(576)](t){let r=n;K[r(668)](t)||(t=K[r(969)+"er"](t));let c=this[r(1251)]>>>16,x=e.InCvH(65535,this[r(1251)]),g=this[r(814)]>>>16,h=e[r(874)](65535,this[r(814)]),w=e[r(676)](t[r(1251)],16),f=65535&t.high,b=e[r(1295)](t[r(814)],16),v=e[r(429)](65535,t[r(814)]),P=0,O=0,N=0,W=0;return W+=e.UWumc(h,v),N+=e[r(1080)](W,16),W&=65535,N+=e.UWumc(g,b),O+=e[r(469)](N,16),N&=65535,O+=e[r(1095)](x,f),P+=e[r(705)](O,16),O&=65535,P+=e.AuUyU(c,w),P&=65535,K[r(418)](e[r(1332)](N,16)|W,e[r(716)](P,16)|O,this[r(685)])}[n(1499)](t){let r=n,c={BCXmr:e[r(1077)],lZSZl:e[r(1813)],cnrDl:function(x,g){return e[r(462)](x,g)}};if(e[r(1416)]("gUeXC",e.xIYfO))return K[r(668)](t)||(t=K[r(969)+"er"](t)),e[r(1168)](this[r(685)],t.unsigned)&&e[r(816)](e[r(1433)](this[r(1251)],31),1)&&e.olfOs(e[r(910)](t[r(1251)],31),1)?!1:this[r(1251)]===t[r(1251)]&&this[r(814)]===t.low;{let{SeqID:x,LogID:g,service:h,LogIDNew:w,method:f}=_0x5243d3[r(686)];this[r(1555)]({SeqID:x,LogID:g,LogIDNew:w,service:h,method:f,headers:[{key:c[r(1572)],value:"1"},{key:c[r(453)],value:c[r(1746)](w,"")},{key:"ack_code",value:"0"}]})}}[n(1542)](){let t=n;return e[t(394)](-1,this[t(814)])&&e[t(738)](-1,this[t(1251)])?K[t(418)](0,0,this[t(685)]):this[t(814)]===-1?K[t(418)](0,this.high+1,this.unsigned):K.fromBits(e[t(1792)](this[t(814)],1),this[t(1251)],this[t(685)])}[n(943)](t){return t?this[n(1714)+"E"]():this.toBytesBE()}[n(1714)+"E"](){let t=n,r=this[t(1251)],c=this.low;return[e[t(805)](255,c),e.FcsIW(e[t(469)](c,8),255),e[t(980)](c>>>16,255),e.zBQSV(c,24),e[t(1198)](255,r),e[t(1087)](r>>>8,255),e[t(1815)](e[t(1171)](r,16),255),r>>>24]}[n(1733)+"E"](){let t=n,r={WUlnc:function(c,x,g){return e[R(1452)](c,x,g)},MUeNi:"close",ikuEu:e[t(971)],EngDQ:function(c,x,g){return e[t(1227)](c,x,g)}};if(e.nEVuN(e[t(1534)],e[t(1534)])){if(this[t(536)+"ngTimer"](),this["_clearTi"+t(794)](),this["_removeW"+t(1043)+"rs"](),this[t(381)+t(639)](1e3,_0x576357),this[t(412)+t(1312)]=!1,_0x3c3ecc&&this[t(1701)+t(1099)]()&&!this._readyClosed){if(this[t(1492)+t(586)]?.[t(1041)+"chMaxTries"]()){let x=this[t(1492)+t(586)]?.[t(780)+"ntEndpoint"]();this["_dispatc"+t(669)+t(1451)](_0x597772(t(1127),{code:1006,reason:t(713)+x+(t(1082)+", max re"+t(1767)+"ached"),wasClean:!0}))}else{let x=this[t(1045)]["reconnec"+t(1643)+t(1474)](_0x35d34a,_0x3619b8);this[t(1056)+"hCloseEv"+t(1451)](r[t(928)](_0x49840b,r.MUeNi,{code:_0x399255,reason:_0xf4f5c1,wasClean:!0,willReconnect:x})),x&&this[t(412)]()}return}this[t(1701)+t(1099)]()||this[t(1510)+t(1301)]?this[t(1056)+t(669)+t(1451)](r[t(928)](_0x5c703b,r[t(392)],{code:_0x1a87c2,reason:r[t(1449)]})):this[t(1056)+"hCloseEvent"](r[t(1292)](_0x56de1e,r[t(392)],{code:1006,reason:t(357)+t(806)+"ork offl"+t(878)})),this[t(1231)]=null,this[t(1492)+t(586)]?.[t(1286)+t(1418)+t(914)](),this[t(1536)+"sCounter"]?.[t(1503)+t(1233)]()}else{let c=this[t(1251)],x=this.low;return[c>>>24,e[t(1171)](c,16)&255,c>>>8&255,255&c,x>>>24,e[t(1142)](x,16)&255,e[t(1414)](x>>>8,255),e[t(1730)](255,x)]}}}let Yi=new K(0,0,!1),Gc=new K(0,0,!0),Hc=K[n(418)](-1,2147483647,!1),Kc=K[n(418)](-1,-1,!0),Wc=K[n(418)](0,-2147483648,!1);var nt=(function(i){let t=n,r=(t(1202)+t(875)).split("|"),c=0;for(;;){switch(r[c++]){case"0":i[i[e[t(770)]]=5001]=e[t(770)];continue;case"1":i[i[e.DekYw]=5004]=e[t(791)];continue;case"2":return i;case"3":i[i[e[t(1415)]]=5002]=e[t(1415)];continue;case"4":i[i[t(844)+"OR"]=5005]=e[t(1210)];continue;case"5":i[i[e[t(950)]]=5003]=e[t(950)];continue}break}})({});class St{constructor(t){let r=n;this[r(998)]=t,this[r(1710)]=null}}class Xi extends St{constructor(t,r){let c=n;super(t),this[c(686)]=r&&r[c(686)]||null}}class Zi extends St{constructor(t,r){let c=n,x=e[c(1462)].split("|"),g=0;for(;;){switch(x[g++]){case"0":super(t);continue;case"1":this.filename=r&&r.filename||"";continue;case"2":this[c(1670)]=r&&r.lineno||0;continue;case"3":this[c(1609)]=r&&r[c(1609)]||0;continue;case"4":this[c(686)]=r&&r[c(686)]||"";continue;case"5":this[c(1351)]=r&&r[c(1351)]||null;continue;case"6":this.code=r&&r[c(740)]||5001;continue}break}}}class Qi extends St{constructor(t,r){let c=n;super(t),this.code=r&&r[c(740)]||0,this.reason=r&&r[c(1392)]||"",this.wasClean=r&&r[c(483)]||!1,this[c(625)+"nnect"]=r&&r[c(625)+c(1368)]||!1}}class es extends St{constructor(t,r){let c=n;super(t),this.data=r&&r[c(766)]||null}}class ts extends es{constructor(t,r){let c=n;e[c(1749)](e[c(958)],e[c(958)])?(super(t),this[c(766)]=r&&r[c(766)]||null,this.message=r&&r[c(686)]||null):_0x33bd6e[c(1669)](_0x1a64a4,_0x23140d)}}class ns extends St{constructor(t,r){let c=n;super(t),this[c(766)]=r&&r.data||null}}function Ce(i,{message:t,code:r,error:c}){let x=n;if(x(1663)!==e[x(1454)])return new Zi(i,{message:t,code:r,error:c});{let g=_0x370209[x(1804)](_0x344607(this),_0x4c71e8,..._0x5e4819);return _0x9743ae[x(1669)](g,_0x324685[x(402)]?_0x1b1af6[x(402)]():[_0x397310]),iCpQTN[x(1020)](_0x355c0f,g)}}function Re(i,{code:t,reason:r,wasClean:c,willReconnect:x}){let g=n,h={iHiZx:function(w,f){return e.GeAiO(w,f)},bgbEl:g(1625)+g(1363)+"e",qdwlu:function(w,f){return e[g(596)](w,f)},CFSfo:function(w,f){return e[g(1026)](w,f)},lmozS:function(w,f){return e[g(956)](w,f)}};if(e[g(708)](e[g(1745)],e.OFlKM)){if(h[g(992)](_0x3af650,_0x4a1a61))throw new _0x5ca306(h[g(1182)]);let w=3;for(;h[g(903)](w,0);){let f=h.CFSfo(255,_0x57c81f);_0x4c3449(f,_0x115370,h[g(1218)](_0x400c0b,w)),_0xdd6fe1>>>=8,w--}return h[g(1218)](_0x2db0cc,4)}else return new Qi(i,{code:t,reason:r,wasClean:c,willReconnect:x})}function rs(i,{data:t,message:r}){let c=n,x={TmeVk:function(g,h,w){return e[R(425)](g,h,w)},BYXXi:function(g,h,w){return g(h,w)}};if(e.IvzmT(e[c(1417)],e[c(1417)]))GLwonm[c(478)](_0x29c1c1,_0x146326,82),GLwonm[c(679)](_0x1104a3,_0x10e12d,_0x4116ac);else return new ts(i,{data:t,message:r})}function is(i,{data:t}){return new ns(i,{data:t})}function Rr(i,{message:t}){return new Xi(i,{message:t})}class ss{constructor(t,r){let c=n;if(e[c(1614)](e[c(1440)],e[c(1440)]))return new _0x661c9f(_0x1a910d);this[c(582)+"s"]=t,this[c(1675)+"es"]=r,this[c(397)+c(776)]=0,this[c(1205)+c(1353)+c(1378)+"t"]=0}[n(1286)+n(1418)+n(914)](){let t=n;if(e[t(1749)](t(862),e.Uukfn))this[t(397)+t(776)]=0,this[t(1205)+"ndpointTriesCount"]=0;else{let r=_0x41c73b.offset;if(e[t(1593)](e[t(506)](r,_0x38bb55),_0x5c0ea9[t(1132)]))throw new _0x19614c("Read pas"+t(1275));return _0x2de451.offset+=_0x3b767d,r}}[n(1174)+"es"](){let t=n;this[t(1205)+"ndpointT"+t(1378)+"t"]=0}[n(780)+n(406)+"nt"](){let t=n;return e[t(633)](t(1660),e.BeJLi)?this[t(1308)].url:this.endpoints[this[t(397)+t(776)]]}["getCurre"+n(406)+n(1592)+n(859)](){let t=n;return this["currentE"+t(1353)+t(1378)+"t"]}checkReachMaxTries(){let t=n;return!!(this[t(397)+t(776)]>=this[t(582)+"s"][t(1511)]||e.rQKgk(this["currentI"+t(776)],this[t(582)+"s"][t(1511)]-1)&&e.avqdW(this["currentE"+t(1353)+t(1378)+"t"],this[t(1675)+"es"]))}["checkCur"+n(1033)+"ointReachedMaxRetries"](){let t=n;return e.IMmbw(this[t(397)+t(776)],this.endpoints.length)?!0:e.QFtnh(this[t(1205)+t(1353)+"riesCount"],this[t(1675)+"es"])}[n(369)+n(902)+n(1680)+"UpdateCo"+n(444)](){let t=n;return this[t(1205)+t(1353)+t(1378)+"t"]=1,this[t(397)+t(776)]++,this[t(582)+"s"][this[t(397)+t(776)]]}[n(780)+n(406)+n(1005)+n(1413)](){let t=n;return this["currentE"+t(1353)+"riesCount"]++,this["getCurre"+t(406)+"nt"]()}}let Et=(n(1405)+"d"!=typeof globalThis&&e[n(1487)](e.mFmCR,globalThis[n(812)+n(1441)][n(1748)])||e[n(764)](e[n(843)],typeof window)&&e[n(1722)](e.mFmCR,window["construc"+n(1441)][n(1748)]))&&e[n(843)]!=typeof document,lt=e[n(570)](e[n(843)],typeof globalThis)&&(e.meRkO(e.gJTbd,globalThis[n(812)+n(1441)][n(1748)])||n(1322)+n(885)+"lobalScope"===globalThis.constructor[n(1748)])&&e[n(682)](e[n(843)],typeof tt),$t=(e[n(1186)](e.qISpe,typeof globalThis)&&e[n(732)]===globalThis[n(812)+n(1441)][n(1748)]||e[n(1459)]("undefined",typeof globalThis)||e[n(764)](e.qISpe,typeof globalThis)&&!!globalThis.WeixinJSBridge)&&e[n(764)](n(1405)+"d",typeof wx),Vt=e[n(993)](e[n(843)],typeof globalThis)&&(e.avqdW(e[n(479)],globalThis["construc"+n(1441)][n(1748)])||e.xGwqm(e[n(1713)],globalThis["construc"+n(1441)][n(1748)])||e[n(733)](e[n(863)],globalThis[n(812)+n(1441)].name))&&e[n(501)](e[n(843)],typeof self),jc=e[n(764)](e[n(843)],typeof globalThis)&&e[n(816)](n(1042),globalThis["construc"+n(1441)][n(1748)])&&e.iaBkg(e[n(843)],typeof global)&&e[n(1320)](n(1042),global[n(812)+"tor"][n(1748)])&&e[n(843)]!=typeof process&&!!process[n(864)];class Nr{constructor(){let t=n;e[t(492)](t(1160),t(1160))?this[t(1665)+"rs"]={}:(_0x7c9736=e[t(455)](_0x2e6ab0,_0x3e4ed2),_0x360fee=e[t(375)](127,_0x1540c8),e.ECNdc(128,_0x105a85)&&(_0x53bfe2=e[t(1020)](_0x4f79c6,_0x127b88),_0x25d734|=e[t(375)](127,_0x53e9ab)<<7))}[n(697)](t,...r){let c=n,x=this._listeners[t];if(x)x[c(1389)]()[c(445)](g=>g.fn[c(499)](g[c(360)],r));else if(e[c(1624)](e[c(1333)],t)&&!this[c(1547)]){let g=r[c(1511)]&&r[0];if(g instanceof Error)throw g;let h=new Error(e[c(944)]+(g?e.QAICd(e[c(1707)](" (",g[c(686)]),")"):""));throw h.context=g,g}return this}[n(356)](t,r){let c=n,x={BVRLq:function(g,h,w){return e[R(1522)](g,h,w)}};if(e[c(953)](e[c(1179)],c(1271))){if(e.tXyAF(void 0,t))this[c(1665)+"rs"]={};else if(r===void 0)this._listeners[t]=null;else{let g=this[c(1665)+"rs"][t];if(g)for(let h=0;e[c(984)](h,g[c(1511)]);)g[h].fn===r?g.splice(h,1):++h}return this}else this[c(744)+c(828)]=_0x221aaa,this["_cursorF"+c(612)]=_0x907100,this[c(1008)+c(1429)]=_0x1cd84b,this[c(543)]=x[c(873)](_0x8c63b8,this[c(744)+c(828)],c(754)+c(1438))}on(t,r,c){let x=n;return e[x(1718)](e[x(701)],e.HQkBC)?((this._listeners[t]||(this[x(1665)+"rs"][t]=[]))[x(371)]({fn:r,ctx:c||this}),this):!!this._qosDB}}class $c extends Nr{_formatErrorMessage(t){let r=n;return t[r(698)]||t[r(981)]?(r(1571)+" "+(t.errMsg||"")+" code: "+(t[r(981)]||""))[r(1575)]():JSON[r(1437)+"y"](t)}constructor(t,r,c){let x=n;super(),this[x(1308)]=null,$t&&wx["connectS"+x(1073)]&&(this[x(1308)]=wx[x(378)+"ocket"]({url:t,protocols:r,header:c,fail:this["_createSocketFai"+x(930)].bind(this),success:this["_createS"+x(891)+x(850)+x(868)][x(790)](this)})),lt&&tt["connectS"+x(1073)]&&(this._socket=tt[x(378)+x(1073)]({url:t,protocols:r,header:c,fail:this[x(1258)+x(1102)+x(930)][x(790)](this),success:this["_createS"+x(891)+"cessHand"+x(868)].bind(this)}))}["_createSocketSuc"+n(850)+n(868)](){let t=n,r={mkzdk:e.UgllF};if(e[t(1666)](e.fcpDT,e.abpkJ))Promise.resolve().then(()=>{let c=t;if(e[c(1220)](e[c(446)],c(420)))return{frameType:_0x2a46e3,headers:[{key:r[c(712)],value:c(609)+"_EXIST"}],payload:void 0};this[c(1139)+c(1469)]()});else throw this[t(412)+t(1312)]=!1,_0x16385c}[n(1258)+n(1102)+n(930)](t){let r=n;Promise[r(361)]()[r(1410)](()=>{let c=r,x=e[c(1553)](Ce,e[c(1333)],{message:this[c(640)+c(1187)+c(834)](t)});this.emit(e[c(1333)],x);let g=e.ucUQf(Re,e.XEeTS,{reason:this["_formatE"+c(1187)+"age"](t)});this.emit(e[c(666)],g)})}[n(1139)+"steners"](){let t=n,r={iCHiO:function(c,x){return c||x},OwxoT:function(c,x){return e[R(1124)](c,x)},FuRqM:e.yObgk,yMLbm:e[t(364)],DRMcX:function(c,x){return c===x},gadkz:e[t(1134)],YOKYv:"close",wdMUz:function(c,x,g){return e.Zzozb(c,x,g)},IybUy:function(c,x){return c!==x},hHMEO:e.hippr,fIoXB:e[t(1333)]};this[t(1308)][t(1465)](c=>{let x=t;if(r[x(1015)](x(1204),r[x(888)]))this[x(697)](x(1013),is(r[x(1807)],{...c,data:c[x(698)]||""}));else{let g=this[x(543)][x(1235)+"geSync"](this[x(1565)]),h=_0x49afbc.parse(r[x(935)](g,"{}"));return h[_0x392c7e]=void 0,this[x(543)][x(690)+x(1445)](this[x(1565)],_0x27e065[x(1437)+"y"](h))}}),this._socket[t(1460)](c=>{let x=t;r[x(1140)](r[x(1011)],r[x(1011)])?this.emit(r[x(411)],r.wdMUz(Re,x(1127),{...c})):_0x5e5613[x(550)][x(1388)+"ild"](_0xee8e9c)}),this[t(1308)][t(671)+"e"](c=>{let x=t;this[x(697)](e[x(1554)],rs(e.JdvwS,{...c}))}),this[t(1308)].onError(c=>{let x=t;r.IybUy(r[x(655)],x(1017))?this[x(697)](r[x(611)],Ce(r.fIoXB,{...c,message:c[x(698)]||""})):(_0x77ee3c="wss://",_0x5e9326=_0x26e1c6[x(781)](/(^http)((?:[s]*:\/\/))/,""),_0x2eb441=/(^ws)((?:[s]*:\/\/))/[x(1383)](_0xd7cf38)?_0x511dc4:""+_0xef5581+_0x16e1a5)})}[n(667)](t){let r=n,c={UfGLy:function(x,g){return e[R(1107)](x,g)},fzPDv:function(x,g){return e[R(498)](x,g)},CWWZH:function(x,g){return e[R(660)](x,g)},KgZfv:function(x,g){return e[R(1654)](x,g)},msZhA:function(x,g){return e[R(556)](x,g)},LEQXS:function(x,g){return e[R(1721)](x,g)},zTkDC:function(x,g){return e[R(379)](x,g)},rUkLf:function(x,g){return e[R(1287)](x,g)},NBaoW:function(x,g){return e.YGYqz(x,g)},LEpZq:function(x,g){return e.hYYGt(x,g)},FPPTs:function(x,g){return x>>g},byTtK:function(x,g){return e[R(1346)](x,g)},xkOOT:function(x,g){return e[R(379)](x,g)},tTCAQ:function(x,g){return e[R(1654)](x,g)},FqkPH:function(x,g){return e.unzLH(x,g)},EEpFq:"AePIQ",iiuBw:e.BpBTK,hwOEH:function(x,g,h){return e[R(796)](x,g,h)}};if(e[r(684)](t,Uint8Array)){let x=t[r(1478)][r(1389)](t[r(1633)+"et"],e[r(837)](t[r(1354)+"th"],t[r(1633)+"et"]));this._socket&&this[r(1308)].send({data:x,fail:g=>{let h=r;this.emit(e.BpBTK,Ce(e[h(1333)],{message:this["_formatErrorMess"+h(834)](g)}))}})}else this[r(1308)]&&this[r(1308)][r(667)]({data:t,fail:x=>{let g=r;c[g(1299)](c.EEpFq,c[g(829)])?(IiamiP.UfGLy(_0x35caf2,2048)?_0x1ed287[_0x3b8f68++]=IiamiP[g(383)](IiamiP[g(846)](IiamiP[g(906)](_0x21e893,6),31),192):(IiamiP[g(1681)](_0x11b8ac,65536)?_0x525b78[_0x28bf76++]=IiamiP.LEQXS(IiamiP.zTkDC(_0x508af8>>12,15),224):(_0x569748[_0x3423fe++]=IiamiP[g(1496)](IiamiP[g(1623)](_0x245b66>>18,7),240),_0x47cd9d[_0xa05854++]=IiamiP[g(856)](IiamiP.LEpZq(IiamiP[g(1626)](_0x369886,12),63),128)),_0x2d3c84[_0x313a7c++]=IiamiP[g(1058)](IiamiP[g(1740)](IiamiP.tTCAQ(_0x5c8c44,6),63),128)),_0x262411[_0x5b1708++]=IiamiP[g(383)](63&_0x52cfef,128)):this[g(697)](c[g(877)],c[g(1712)](Ce,c[g(877)],{message:this[g(640)+g(1187)+"age"](x)}))}})}close(t,r){let c=n;this[c(1308)]&&this[c(1308)][c(1127)]({code:t,reason:r})}[n(1004)+n(1486)](t,r){this.on(t,r)}[n(465)+"entListe"+n(564)](t,r){this.off(t,r)}get readyState(){let t=n;return this[t(1308)][t(1266)+"te"]}get[n(467)+"pe"](){let t=n;return this[t(1308)][t(467)+"pe"]}set binaryType(t){}get[n(858)](){let t=n;return this._socket[t(858)]}get protocol(){return this[n(1308)].protocol}get[n(1304)+"ns"](){let t=n,r={gkiGv:function(c,x){return e[R(492)](c,x)}};if(t(646)===t(646))return this[t(1308)][t(1304)+"ns"];{let c=_0xab3909[t(939)],x=_0x2e7952[t(1132)];return UkhphB.gkiGv(c[t(1511)],x)?c:c[t(767)](0,x)}}get[n(835)+n(363)](){return 0}}function Vc(i,t){let r=n;if(t)return new t(i.url,i.protocol);if($t||lt)return new $c(i[r(858)],i.protocol,i[r(934)]);if(e[r(894)](Et,Vt)&&e[r(570)](r(1405)+"d",typeof WebSocket)&&WebSocket)return new WebSocket(i[r(858)],i.protocols)}function Jc(i){let t=n,r={sQxGA:function(c,x){return e.OYpyy(c,x)},GsAtM:function(c,x,g,h){return e[R(836)](c,x,g,h)},ttuxh:function(c,x){return e[R(956)](c,x)}};if(e[t(505)](e[t(963)],e.wEzpj))return!!(i||$t&&wx[t(378)+"ocket"]||lt&&tt[t(378)+t(1073)]||e[t(1293)](Et,Vt)&&e[t(1191)](e[t(843)],typeof WebSocket)&&WebSocket);{let c=r[t(538)](255,_0x15d271);r[t(1060)](_0xcf59de,c,_0x51d8a5,r[t(1425)](_0x21f6d1,_0xb331ae)),_0x56fcdd>>>=8,_0x3c6854--}}function os(i,t,r){let c={KRuMs:function(h,w){return e[R(635)](h,w)},aIXXA:function(h,w){return e[R(1020)](h,w)},SqRPj:function(h,w){return e[R(1190)](h,w)}},x=-1;async function g(h){let w=R;if(e[w(616)]===e[w(1588)]){if(c[w(800)](_0x272f24,1)||_0x15b650>_0x23256d)return c[w(494)](_0x2a26ce,_0x37f8a4);_0x245b72+_0xd7e2a2>_0x49571b&&(_0x36da94=c.aIXXA(_0x78151e,_0x13dfa6),_0x1d2464=0);let f=_0x49151f[w(1804)](_0x7390c3,_0x5aec40,_0x1f9e75+=_0x8a0123);return c[w(900)](7,_0x25df92)&&(_0x216feb=(7|_0x2a91cc)+1),f}else return e[w(1342)](h,x)?Promise[w(1117)](new Error(e.zQAqS)):(x=h,h===r.length?Promise[w(361)]():r[h].bind(i)(t,g[w(790)](null,h+1)))}g(0)}function as(i){let t=n,r=0,c=0;for(let x=0;e[t(1595)](x,i[t(1511)]);++x)c=i[t(1529)+"At"](x),c<128?r+=1:c<2048?r+=2:e[t(1749)](e[t(1498)](64512,c),55296)&&(64512&i.charCodeAt(e[t(916)](x,1)))===56320?(++x,r+=4):r+=3;return r}function cs(i,t,r){let c=n;if(e[c(539)](e[c(504)](r,t),1))return"";let x="";for(let g=t;e[c(1391)](g,r);){let h=i[g++];if(e.zJsYS(h,127))x+=String[c(1461)+c(466)](h);else if(e[c(596)](h,192)&&e[c(619)](h,224))x+=String[c(1461)+c(466)](e[c(575)](31&h,6)|e[c(1232)](63,i[g++]));else if(h>=224&&h<240)x+=String["fromChar"+c(466)](e[c(1344)](e.efYfP(15,h)<<12|e[c(898)](63&i[g++],6),e.FcsIW(63,i[g++])));else if(h>=240){let w=e[c(845)](e[c(982)](e[c(976)](e[c(1115)](e[c(1412)](e[c(451)](7,h),18),e[c(436)](e[c(696)](63,i[g++]),12)),e.fOGRX(63&i[g++],6)),e[c(1065)](63,i[g++])),65536);x+=String[c(1461)+"Code"](e[c(506)](55296,e.mOeKJ(w,10))),x+=String.fromCharCode(e[c(1792)](56320,e.xaTUf(1023,w)))}}return x}function Or(i,t,r){let c=n,x={dEpte:e[c(666)],vTzWU:e[c(530)]};if(c(579)!==c(841)){let g=r,h,w;for(let f=0;e[c(1107)](f,i[c(1511)]);++f)if(h=i[c(1529)+"At"](f),e.OGAsR(h,128))t[r++]=h;else if(e[c(635)](h,2048))e[c(1578)]==="EnLNl"?(t[r++]=e[c(1156)](e[c(603)](h,6),192),t[r++]=e[c(1549)](63,h)|128):_0x25b2d9[c(361)]()[c(1410)](()=>{let b=c;this[b(1139)+b(1469)]()});else if(e.OoYlP(e.FWNqb(64512,h),55296)&&e[c(1066)](64512&(w=i[c(1529)+"At"](f+1)),56320)){let b=e[c(1075)][c(517)]("|"),v=0;for(;;){switch(b[v++]){case"0":t[r++]=e[c(982)](e[c(525)](h,18),240);continue;case"1":h=e[c(916)](65536,e.TZtTc(e[c(937)](1023,h),10))+e[c(1594)](1023,w);continue;case"2":t[r++]=e[c(976)](e.bzmhS(63,h),128);continue;case"3":t[r++]=e[c(976)](e[c(696)](e[c(489)](h,12),63),128);continue;case"4":++f;continue;case"5":t[r++]=e.PlnTf(e.WiMFj(h,6)&63,128);continue}break}}else t[r++]=h>>12|224,t[r++]=e.GABxQ(h>>6,63)|128,t[r++]=e[c(1535)](e[c(1796)](63,h),128);return e.yDAhM(r,g)}else _0xea2428&&_0x2d8f42["addEvent"+c(1486)](zBJPNY[c(724)],()=>_0x1108ba()),_0x286cb3&&_0xfdfae0[c(1004)+c(1486)](zBJPNY[c(751)],()=>_0x295114())}async function ds(i){let t=n;if(e[t(1564)](e[t(861)],typeof i)){let r=new Uint8Array(e[t(1617)](as,i));return e[t(1023)](Or,i,r,0),r}return e[t(408)](i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i.buffer,i[t(1633)+"et"],i[t(1354)+"th"])}function Yc(i){let t=n;try{return e.oVdLW(e[t(861)],typeof i)&&(e[t(684)](i,ArrayBuffer)||i[t(1478)]&&i.buffer instanceof ArrayBuffer)||e[t(861)]!=typeof i?"":(JSON[t(1603)](i),e[t(988)])}catch{if(e.CpUdg(e[t(1520)],"VGWSI"))iCpQTN[t(908)](_0x40e33c,_0x17d832[t(1351)]||new _0x28186c(iCpQTN[t(481)],iCpQTN[t(481)])),iCpQTN[t(820)](_0x41d075);else return e[t(1739)](e.UHSpB,typeof i)?e[t(521)]:""}}let Xc=(i,t)=>{let r=n;switch(i){case r(443):case e[r(508)]:return{["x-use-"+i]:1,"x-tt-env":t};default:return{}}};class Zc{constructor(t){let r=n;this[r(1226)+r(859)]=t,this.count=0}[n(473)](){this.count++}[n(1041)+n(595)+"nt"](){let t=n;return e.SMESP(this[t(1600)],this[t(1226)+t(859)])}[n(1503)+n(1233)](t=0){let r=n;this[r(1226)+r(859)]=t,this.count=0}}async function Qc(i){return new Promise(t=>{let r=R,c={wsYre:function(x,g){return e[R(486)](x,g)},zKnkJ:e[r(653)]};if(!Et)return e[r(1605)](t,e.TGZYU);try{let x=document[r(1573)+r(547)](r(804));window[r(1473)+r(1403)]=g=>{let h=r;document[h(550)][h(1388)+"ild"](x),window[h(1473)+h(1403)]=void 0,c[h(749)](t,g&&g[h(1493)]||c[h(601)])},x[r(998)]=e[r(1228)],x.src=e[r(358)](i.replace(/^ws/,e[r(1110)]),e[r(382)]);try{document.body[r(1290)+r(561)](x)}catch{document[r(550)][r(1388)+r(561)](x)}}catch{window["frontier"+r(1403)]=void 0,e.PHYDj(t,r(729)+"reason")}})}function rt(i,t,r){let c=n;return!!i?.find(x=>x[c(915)]===t&&x[c(1106)]===r)}function It(i,t){return i?.[n(750)](c=>c.key===t)?.value}let Lr=null;async function e0(){let i=n;if(e[i(1750)](e[i(715)],i(1613)))_0x49deec[i(1052)](_0x59faca);else return Lr||(Lr=Promise[i(361)]()[i(1410)](qe[i(790)](qe,e[i(1089)]))),Lr}class t0 extends Nr{constructor(t,r){let c=n;if(e[c(1523)]===e[c(497)]){let x=this[c(1251)],g=this.low;return[e[c(1211)](x,24),e.qNTsH(e[c(435)](x,16),255),e.bzmhS(e[c(1433)](x,8),255),e[c(702)](255,x),g>>>24,e[c(1171)](g,16)&255,e[c(421)](e.CVgTn(g,8),255),e.GSDTu(255,g)]}else super(),this[c(964)]=t,this._keyPath=r,this[c(543)]=void 0,this._initPromise=null}async openDB(){await this[n(1661)]()}async[n(1661)](){let t=n;if(!this[t(543)]){if(this["_initPro"+t(1296)])return this["_initPro"+t(1296)];try{let r=this[t(964)],c=this[t(551)];this[t(592)+t(1296)]=(async()=>{let x=t,{openDB:g}=await e.SQKdu(e0);this._qosDB=await g(x(1473)+"_"+r,1,{upgrade(h){let w=x;h[w(1194)+w(631)+"e"](r,{keyPath:c})}})})(),await this[t(592)+t(1296)]}catch(r){console[t(1052)](r)}finally{this[t(592)+"mise"]=null}}}async get(t){let r=n;try{return await this._init(),this[r(543)]?.[r(1728)](this[r(964)],t)}catch(c){console[r(1052)](c)}}async set(t,r){let c=n;return await this[c(1661)](),this[c(543)]?.[c(1579)](this[c(964)],t)}async del(t){let r=n;try{return await this[r(1661)](),this._qosDB?.[r(1790)](this[r(964)],t)}catch(c){console[r(1052)](c)}}async[n(677)](){let t=n;if(e[t(1373)](e.UxPIZ,e[t(1409)]))try{return await this[t(1661)](),this[t(543)]?.clear(this[t(964)])}catch(r){console[t(1052)](r)}else return!!_0x211fee?.[t(750)](r=>r[t(915)]===_0x2783ba&&r.value===_0x4b324d)}async keys(){let t=n;return await this[t(1661)](),this[t(543)]?.[t(1602)+"ys"](this._dbName)}async getAll(){let t=n;return await this[t(1661)](),this[t(543)]?.getAll(this._dbName)}async[n(1621)](){let t=n;try{this[t(543)]?.[t(1127)](),this[t(543)]=void 0}catch(r){console[t(1052)](r)}}get[n(1128)](){let t=n,r={nHvgt:function(c,x){return e[R(1321)](c,x)}};try{return e.UVbZv(e[t(1096)],e[t(1238)])?GYNSVm[t(1113)](_0x339244[t(1249)],_0x10e765[t(1132)]):!!this[t(543)]}catch(c){return console[t(1052)](c),!1}}}class n0{constructor(t,r){let c=n,x={jMipO:e[c(591)],sYUnA:e[c(1239)],jrnrg:function(g,h,w){return e[c(1808)](g,h,w)}};e.IOEbS("EvmDX",c(1672))?(this[c(1464)]=t,this[c(1545)]=r,this[c(543)]=localStorage):(this[c(536)+c(1241)](),this[c(697)](x[c(1279)],x[c(948)]),this[c(1657)+c(428)+"Id"]=x[c(519)](_0x13a71c,this[c(1421)][c(790)](this),_0x496dd4))}async[n(1154)](){}get[n(1565)](){return"frontier_"+this[n(1464)]}async[n(1728)](t){let r=n,c=this[r(543)][r(1150)](this[r(1565)]);return JSON.parse(e[r(462)](c,"{}"))[t]}async set(t,r){let c=n,x=this[c(543)].getItem(this[c(1565)]),g=JSON.parse(x||"{}");return g[r||t[this[c(1545)]]]=t,this[c(543)].setItem(this[c(1565)],JSON[c(1437)+"y"](g)),r||t[this[c(1545)]]}async del(t){let r=n,c=this[r(543)][r(1150)](this[r(1565)]),x=JSON[r(1603)](e.jZiLX(c,"{}"));return x[t]=void 0,this[r(543)][r(1517)](this[r(1565)],JSON[r(1437)+"y"](x))}async[n(677)](){let t=n;return this[t(543)][t(677)]()}async[n(889)](){let t=n,r=this._qosDB[t(1150)](this[t(1565)]),c=JSON[t(1603)](e[t(1673)](r,"{}"));return Object.keys(c)}async[n(1706)](){let t=n,r=this[t(543)][t(1150)](this[t(1565)]),c=JSON[t(1603)](e.nUdWg(r,"{}"));return Object[t(997)](c)}[n(1621)](){return Promise[n(361)]()}get[n(1128)](){let t=n;return e[t(1416)](e[t(1028)],e[t(456)])?{bytes:_0x4da69b,offset:0,limit:_0x4a29c8[t(1511)]}:!!this[t(543)]}}class r0{constructor(t,r){let c=n;this[c(1464)]=t,this[c(1545)]=r,this[c(543)]=lt?tt:$t?wx:null}async openDB(){}get _prefix(){let t=n;return t(1473)+"_"+this[t(1464)]}async get(t){let r=n,c=this[r(543)].getStorageSync(this[r(1565)]);return JSON[r(1603)](e[r(588)](c,"{}"))[t]}async[n(1669)](t,r){let c=n,x={KXXkF:function(g,h){return e.fvTvE(g,h)},gKZKD:function(g,h){return e[R(1768)](g,h)}};if(e[c(1374)](e[c(1330)],e.cVnQd)){if(sTfVYT.KXXkF(_0x53f58b,_0xb3a4ca))return sTfVYT[c(447)](_0x128911,_0x3895c6);if(_0x6f1f37[c(1468)](_0x3073df))return _0x1f9987[c(1728)](_0x2b0ba8);let g=_0x214a2c(_0x5ecc05);return g!==_0x317b66&&(_0x220e0b[c(1669)](_0x4cfafc,g),_0x269662[c(1669)](g,_0x5c6f47)),g}else{let g=this[c(543)][c(1235)+c(1445)](this[c(1565)]),h=JSON[c(1603)](e[c(1050)](g,"{}"));return h[r||t[this._pathKey]]=t,this[c(543)][c(690)+"geSync"](this[c(1565)],JSON[c(1437)+"y"](h)),r||t[this._pathKey]}}async[n(1037)](t){let r=n,c=this._qosDB[r(1235)+r(1445)](this[r(1565)]),x=JSON.parse(e[r(672)](c,"{}"));return x[t]=void 0,this[r(543)]["setStora"+r(1445)](this._prefix,JSON[r(1437)+"y"](x))}async[n(677)](){let t=n;return this[t(543)][t(1811)+t(1030)]()}async[n(889)](){let t=n,r=this[t(543)][t(1235)+t(1118)+"nc"](this[t(1565)]),c=JSON[t(1603)](e[t(1540)](r,"{}"));return Object.keys(c)}async[n(1706)](){let t=n,r=this._qosDB[t(1235)+t(1118)+"nc"](this[t(1565)]),c=JSON[t(1603)](e.LGtvi(r,"{}"));return Object.values(c)}[n(1621)](){let t=n;return e[t(608)](t(423),e[t(922)])?_0x4d4c98[t(361)]():Promise.resolve()}get[n(1128)](){return!!this[n(543)]}}function xs(i,t){let r=n;if(e[r(1374)](e.iuTPg,r(535))){if(lt||lt)return new r0(i,t);if(e[r(1116)](Et,Vt)&&r(1405)+"d"!=typeof indexedDB)return new t0(i,t);if((Et||Vt)&&e[r(1191)](e[r(843)],typeof localStorage))return new n0(i,t);throw new Error(r(393)+"DB failed")}else return this._qosDB[r(677)]()}class i0{constructor(){let t=n;this[t(1172)+t(1396)+"Id"]=null,this[t(1172)+"l"]=36e5,this[t(543)]=xs(t(1141),t(407)+"id")}async[n(1172)+n(1431)](){let t=n;if(e[t(424)](e.UmicL,e.UmicL)){let r=new _0x505891(e[t(1698)](_0x500098,_0x8cff69));return e.RbaEW(_0x31abd7,_0x3652ba,r,0),r}else e[t(1698)](clearInterval,this[t(1172)+t(1396)+"Id"]),this[t(1172)+t(1396)+"Id"]=e[t(1615)](setInterval,()=>{let r=t;this[r(1580)+r(1776)]()},this._interval)}async[n(1154)](){let t=n;await this._qosDB[t(1154)]().then(()=>{let r=t;if(e[r(492)](e.evEAN,e[r(933)]))this[r(1172)+"lFlush"]();else return r(1473)+"_"+this[r(1464)]})}async[n(1580)+n(1776)](){let t=n,r={gypZI:function(g,h){return e[R(1340)](g,h)},WtHrS:function(g,h){return e.RWNfK(g,h)},QZtCH:function(g,h){return e.FfhRJ(g,h)},gbYJT:function(g,h){return e[R(1787)](g,h)},BDfKS:function(g,h){return g<<h},zcPjp:function(g,h){return g<<h},hlxSZ:function(g,h){return e[R(1026)](g,h)},tXzUl:function(g,h){return e.eBUKV(g,h)},dLgwz:function(g,h){return g+h},nOzps:function(g,h){return g>>h},bqSDG:function(g,h){return g+h}};(await this[t(543)]?.[t(1706)]()||[])[t(542)](({timestamp:g})=>g<Date.now())[t(445)](g=>{let h=t;if(e[h(1350)](e[h(1795)],e.PVucO))this[h(543)]?.del(g[h(407)+"id"]);else{let w=ZkNqbR[h(1175)](ZkNqbR[h(1074)](ZkNqbR[h(1576)](ZkNqbR[h(927)](ZkNqbR[h(925)](7&_0x2f2615,18),ZkNqbR.zcPjp(ZkNqbR[h(1618)](63,_0x10daf5[_0x49a254++]),12)),ZkNqbR.hlxSZ(63,_0x4f0b85[_0x10d01a++])<<6),ZkNqbR[h(1184)](63,_0x1e770e[_0x2f147e++])),65536);_0x447a28+=_0x43f86c[h(1461)+h(466)](ZkNqbR.dLgwz(55296,ZkNqbR[h(1143)](w,10))),_0x5744cf+=_0x4c1727[h(1461)+h(466)](ZkNqbR.bqSDG(56320,1023&w))}})}async[n(1037)](t){return this[n(543)]?.del(t)}async[n(1669)](t,r){let c=n;return this[c(543)]?.[c(1669)]({message_id:t,timestamp:r})}async[n(1728)](t){let r=n;return this[r(543)]?.[r(1728)](t)}async[n(1621)](){let t=n,r={ZhhQU:t(1589)};e[t(1439)]===e.JUuDU?(clearInterval(this["_interva"+t(1396)+"Id"]),await this[t(543)]?.[t(1621)]()):(this.emit(r[t(1214)],_0x2e2069),this[t(1694)+t(1303)]&&this["onReceiv"+t(1303)](_0x971784))}get[n(1128)](){let t=n;return this._qosDB?.[t(1128)]}}function Br(i){let t=n,r=!!this[t(1045)].enableQoS;if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let c=e[t(1816)](rt,i[t(686)][t(934)],e[t(1687)],"2"),x=c&&e[t(1475)](rt,i[t(686)][t(934)],e.IScAj,"1"),g=c&&rt(i[t(686)][t(934)],t(1176)+t(563)+"k","1"),h=g?e[t(831)](It,i[t(686)][t(934)],e.JGyxs)?.[t(517)](",")[t(542)](Boolean)||[]:[];return{enabled:r,isQoSMessage:c,isQoSAck:x,isAckCleanupMessage:g,ackMsgIds:h}}async function us(){let i=n;return this[i(1338)+i(1581)]||(this[i(1338)+"ger"]=new i0),this[i(1338)+"ger"][i(1128)]||await this[i(1338)+i(1581)][i(1154)](),this["_QoSMana"+i(1581)]}async function s0(i,t){let r=n,c={OXAZi:function(f,b){return e[R(1285)](f,b)},DVzVK:function(f,b){return e[R(649)](f,b)},PePVx:function(f,b){return e[R(440)](f,b)},VGNEz:function(f,b){return f(b)},pQVpO:function(f,b){return e[R(937)](f,b)},qUeeM:function(f,b){return f&b},raFed:function(f,b){return e[R(511)](f,b)},iIHSr:function(f,b){return f&b}},{enableAutoAck:x}=this[r(1045)],g=rt(i.message[r(934)],e[r(1297)],"1"),h=rt(i[r(686)][r(934)],e[r(1077)],"1"),w=Br[r(1804)](this,i);if(x&&g)if(e[r(994)]===e[r(1034)])_0x46a143=VKaWSE[r(1488)](_0x5acd12,_0x3d23af),_0x244044|=VKaWSE[r(1530)](127&_0x18f62e,14),VKaWSE[r(593)](128,_0x34fe42)&&(_0x8a2a47=VKaWSE.VGNEz(_0x22ac87,_0x2efab1),_0x1ee7bc|=VKaWSE.pQVpO(127,_0x1ed319)<<21,VKaWSE[r(430)](128,_0x26e5ae)&&(_0x556d6d=VKaWSE[r(1782)](_0x581b60,_0x65fc32),_0xd024d=127&_0x10d09a,VKaWSE.qUeeM(128,_0x467848)&&(_0x120ce6=_0x5905fc(_0x24c6e0),_0x437053|=VKaWSE.DVzVK(VKaWSE[r(1717)](127,_0x23103a),7))));else{let{SeqID:f,LogID:b,service:v,LogIDNew:P,method:O}=i[r(686)];this[r(1555)]({SeqID:f,LogID:b,LogIDNew:P,service:v,method:O,headers:[{key:e[r(1077)],value:"1"},{key:"ack_id",value:P||""},{key:e[r(1061)],value:"0"}]})}h&&!w[r(747)]&&this["_dispatc"+r(911)+"ageEvent"](i),e[r(949)](t)}async function o0(i,t){let r=n;this[r(398)](e[r(1302)],i[r(686)]),e[r(614)](t)}async function a0(i,t){let r=n,c=e[r(1285)](yt,await e[r(675)](ds,i[r(766)]));try{if(e[r(742)](c[r(399)],Uint8Array)){let x=e[r(1012)](this[r(1045)][r(1120)+r(413)],Object)?{force:!!this[r(1045)][r(1120)+r(413)][r(883)],encoding:this._options[r(1120)+r(413)].encoding?this[r(1045)][r(1120)+r(413)][r(607)][r(781)](/\s/g,"")["toLowerC"+r(1802)]():""}:{force:!1,encoding:this[r(1045)][r(1120)+r(413)]?this._options[r(1120)+r(413)][r(781)](/\s/g,"")[r(719)+r(1802)]():""},g=c[r(1120)+r(413)]?c[r(1120)+r(413)].replace(/\s/g,"")["toLowerC"+r(1802)]():"",h=e[r(408)](this[r(1045)]["payloadT"+r(840)],Object)?{force:!!this._options[r(1674)+"ype"][r(883)],type:this[r(1045)][r(1674)+r(840)][r(998)]?this[r(1045)]["payloadT"+r(840)][r(998)][r(781)](/\s/g,"")[r(719)+r(1802)]():""}:{force:!1,type:this[r(1045)][r(1674)+r(840)]?this._options[r(1674)+"ype"][r(781)](/\s/g,"")["toLowerC"+r(1802)]():""},w=c[r(1674)+"ype"]?c[r(1674)+"ype"].replace(/\s/g,"")["toLowerC"+r(1802)]():"",f=h.force?h[r(998)]:w||h.type,b=x[r(883)]?x[r(607)]:g||x[r(607)],v=[r(1601)+"in;chars"+r(1192),e[r(988)],e.iIQJz,r(1365)],P=[e[r(1659)],r(1597)];this[r(1045)][r(573)+"ansformT"+r(1684)+"ad"]&&v[r(1035)](f)&&(!b||P[r(1035)](b))?c[r(1444)+r(1283)]=cs(c[r(399)],0,c[r(399)][r(1354)+"th"]):c[r(1444)+r(1283)]=""}else c[r(1444)+"oad"]=""}catch(x){c[r(1444)+r(1283)]="",console[r(1052)](x)}i[r(686)]=c,e.CVoKJ(t)}function c0(i,t,r){let c=n,x={hfQhU:function(b,v){return e[R(1216)](b,v)},zXoJX:c(585),SxmuU:function(b,v){return b<v},WxZXl:function(b,v){return e[c(908)](b,v)},xnaYT:function(b,v){return e.GeAiO(b,v)},HYxIv:function(b,v){return b+v},uQgww:function(b,v){return e[c(1481)](b,v)}},g=r||8192,h=e[c(1051)](g,1),w=null,f=g;return function(b){let v=c;if(x.hfQhU(v(1650),x[v(581)]))this[v(582)+"s"]=_0x307aa6,this[v(1675)+"es"]=_0x1feafe,this[v(397)+v(776)]=0,this[v(1205)+"ndpointT"+v(1378)+"t"]=0;else{if(x.SxmuU(b,1)||b>h)return x[v(385)](i,b);x[v(1604)](x[v(1253)](f,b),g)&&(w=i(g),f=0);let P=t.call(w,f,f+=b);return x.uQgww(7,f)&&(f=x[v(1253)](7|f,1)),P}}}let d0=4294967295;function x0(i,t,r){let c=n;return e.GQYlz(RangeError,e.Hodib(e.YloIB(e.xKZFN(e[c(506)](e[c(1711)],i),e[c(970)]),e[c(1250)](t,1))+e[c(415)],r))}function u0(i,t,r){let c=n;if(r>d0)throw new Error(e.CNyVn);let x=3;for(;x>=0;){let g=255&r;e.DWSgb(zr,g,i,e[c(1515)](t,x)),r>>>=8,x--}return e.Hodib(t,4)}function f0(i,t){let r=n;if(r(707)===r(707)){let c=0,x=t,g=e[r(388)](t,4);for(;x<g;){if(e[r(1101)]("ylulw",e[r(545)]))return this[r(1231)]?this[r(1231)][r(1304)+"ns"]:"";{let{value:h,offset:w}=e[r(1310)](Mr,i,x);x=w,c=e[r(1307)](e.ZJhwv(c,8),0),c+=h}}return{value:c,offset:g}}else return _0x4ea0ed?.[r(750)](c=>c.key===_0x506ff3)?.value}function l0(i,t,r){let c=n,x="3|1|2|4|0".split("|"),g=0;for(;;){switch(x[g++]){case"0":return Or(i,t,r)+r;case"1":if(e[c(1394)](i.length,40))return e[c(1816)](Or,i,t,r)+r;continue;case"2":if(t[c(1667)+"e"])return t[c(1667)+"e"](i,r)+r;continue;case"3":if(!i)return r;continue;case"4":if(t[c(1422)])return e[c(390)](t[c(1422)](i,r),r);continue}break}}function g0(i,t){let r=n,c=new K(e[r(1500)](e[r(477)](e[r(1178)](i[e.bRUZf(t,4)],24),i[e.YeVHU(t,5)]<<16)|e[r(1412)](i[e[r(384)](t,6)],8),i[t+7]),e.HtjMT(e[r(1049)](e[r(1067)](i[e.OiACJ(t,0)],24)|i[t+1]<<16,e[r(450)](i[e[r(537)](t,2)],8)),i[t+3]),!0);return t+=8,{value:c,offset:e[r(1145)](t,8)}}function h0(i,t,r){let c=n,x=i.low,g=i.high;return t[r]=e[c(1559)](g,24),t[e[c(1779)](r,1)]=e[c(1014)](e[c(1100)](g,16),255),t[e.BHaJv(r,2)]=e[c(1100)](g,8)&255,t[r+3]=e.qNTsH(255,g),t[e[c(1757)](r,4)]=x>>>24,t[r+5]=e[c(825)](e[c(387)](x,16),255),t[e[c(1315)](r,6)]=e[c(881)](e[c(1211)](x,8),255),t[r+7]=e[c(1743)](255,x),r+=8,r}function Mr(i,t){let r=n;return i.readUInt8?{value:i[r(558)+"8"](t),offset:t+1}:{value:e[r(881)](255,i[t]),offset:e[r(1384)](t,1)}}function zr(i,t,r){let c=n;return t[c(1727)+"t8"]?t[c(1727)+"t8"](i,r):t[r]=e[c(772)](255,i),e[c(1289)](r,1)}let p0=function(i){return new Uint8Array(i)},m0=e[n(570)](e.qISpe,typeof Buffer)?Buffer["allocUns"+n(1305)]:e.YYUch(c0,p0,Uint8Array[n(1177)+"e"][n(767)]);(()=>{let i=n,t={eLBOi:e[i(1222)],YOKOZ:function(c,x){return c<x},DJmNQ:function(c,x){return e[i(990)](c,x)},MsnnM:function(c,x){return c|x},aOqPd:function(c,x){return e[i(1171)](c,x)},Bsekc:function(c,x){return c|x},EgZQy:function(c,x){return c<<x},uUAFu:function(c,x){return e.uaCLT(c,x)},DeAWg:function(c,x){return e[i(1051)](c,x)}},r=4294967295;return function(c,x,g=!0){let h=i,w=t[h(1284)][h(517)]("|"),f=0;for(;;){switch(w[f++]){case"0":if(t[h(720)](c[x++],128))return{value:g?r:0|r,offset:x};continue;case"1":r=(r|t.DJmNQ(15,c[x])<<28)>>>0;continue;case"2":if(t.YOKOZ(c[x++],128))return{value:g?r:t[h(1620)](0,r),offset:x};continue;case"3":r=t[h(484)](t[h(1543)](r,t[h(694)](t[h(1369)](127,c[x]),21)),0);continue;case"4":r=t[h(1260)](t.DJmNQ(127,c[x]),0);continue;case"5":if(t[h(720)](c[x++],128))return{value:g?r:0|r,offset:x};continue;case"6":if(t.YOKOZ(c[x++],128))return{value:g?r:0|r,offset:x};continue;case"7":r=t.DeAWg(r|t[h(1369)](127,c[x])<<7,0);continue;case"8":if((x+=5)>c[h(1511)])throw x=c[h(1511)],x0(x,10,c.length);continue;case"9":r=t.DeAWg(r|t.DJmNQ(127,c[x])<<14,0);continue;case"10":if(c[x++]<128)return{value:g?r:t[h(1543)](0,r),offset:x};continue;case"11":return{value:g?r:t[h(1620)](0,r),offset:x}}break}}})();let w0=16,Ur=32;function _0(i){let t=n,r=0,c={};for(let x=0;x<i[t(1511)];x++)c[i[x][t(754)+"ame"]]=as(i[x]["cursor_n"+t(1438)]),r+=e[t(1243)](14,c[i[x][t(754)+t(1438)]]);return[r,c]}function fs(i,t,r){let c=n,x={OjQFw:e[c(1814)],BclBW:function(b,v,P,O){return b(v,P,O)},lhnGQ:e[c(1018)],jdwfq:e[c(1108)],LJVOj:e.PcpCS,Qsmae:e[c(1002)],sxvcu:function(b,v,P,O){return e[c(471)](b,v,P,O)}},[g,h]=e[c(813)](_0,i),w=m0(g),f=0;return i[c(445)](b=>{let v=c,P=(v(743)+v(870)+v(1791))[v(517)]("|"),O=0;for(;;){switch(P[O++]){case"0":console.log(x[v(1039)],b,b[v(1306)]);continue;case"1":f=x[v(1495)](h0,K[v(969)+"er"](b.cursor||t),w,f);continue;case"2":console[v(1052)](v(1331),f);continue;case"3":console.log(x[v(1702)],f);continue;case"4":f=x[v(1495)](zr,h[b["cursor_n"+v(1438)]],w,f);continue;case"5":console.log(x[v(1726)],f);continue;case"6":f=u0(w,f,b.service||0);continue;case"7":console[v(1052)](x[v(1772)],f);continue;case"8":console[v(1052)](x[v(1010)],f);continue;case"9":f=l0(b[v(754)+v(1438)],w,f);continue;case"10":f=x.sxvcu(zr,0,w,f);continue}break}}),{frameType:Ur,headers:[{key:c(661)+"ile_name",value:r}],payload:w}}function y0(i){let t=n,r=0,c=[];for(;e[t(553)](r,i[t(1354)+"th"]);){let{offset:x}=e[t(734)](Mr,i,r);r=x;let g={cursor_name:"",cursor:0,service:0},{value:h,offset:w}=f0(i,r);g[t(1306)]=h,r=w;let{value:f,offset:b}=e.OswSG(Mr,i,r);r=b,g.cursor_name=e[t(836)](cs,i,r,e.REsJX(r,f)),r+=f;let{value:v,offset:P}=e[t(1562)](g0,i,r);g[t(1784)]=v[t(613)](),r=P,c[t(371)](g)}return c}function b0(){let i=n;return{frameType:Ur,headers:[{key:e[i(1491)],value:e[i(568)]}],payload:void 0}}class v0{constructor(t,r,c){let x=n;this[x(744)+x(828)]=t,this[x(761)+x(612)]=r,this[x(1008)+x(1429)]=c,this[x(543)]=xs(this[x(744)+x(828)],e[x(1525)])}async[n(1154)](){await this._qosDB.openDB()}async[n(1126)+"rs"](){let t=n;if(!this[t(543)].isReady)return;let r=this[t(1008)+"Strategy"],c=await this[t(543)][t(1706)]();switch(console[t(1052)](e[t(376)],c),r){case"ALL":return c&&c[t(1511)]?fs(c,0,this["_cursorF"+t(612)]):void 0;case e[t(1022)]:return;case e[t(584)]:return c&&c.length?e[t(1816)](fs,c,0,this[t(761)+"ileName"]):b0()}}async[n(1669)](t,r,c){let x=n;return console.log(e.qlUfL,t,r,c),this[x(543)].set({cursor_name:t,cursor:r,service:c})}async[n(1612)+"rs"](t){let r=n,c=e[r(1793)](y0,t);for(let x of c)console[r(1052)](e[r(1538)],c),await this[r(543)][r(1669)](x)}async get(t){let r=n;return(await this._qosDB[r(1728)](t))?.cursor}async[n(1621)](){let t=n;await this[t(543)][t(1621)]()}[n(926)+n(1236)+n(1582)](t){let r=n;this["_cursorF"+r(612)]=t}get[n(1128)](){let t=n;if(e[t(1666)](e[t(1818)],t(630)))return this._qosDB[t(1128)];this[t(1137)+"er"]&&_0x1822ad[t(465)+t(1765)+"ner"](e.Hmjas,this[t(1309)+t(1382)]),this._isBrowser&&_0x1487bb["removeEv"+t(1765)+t(564)](e[t(974)],this[t(1309)+t(710)]),this[t(1127)]()}}let S0=e.hAEfz;async function ls(i){let t=n,r={XwzWN:function(w,f,b,v){return w(f,b,v)},zrNYP:function(w,f){return w+f},gjAGH:function(w,f){return e[R(1792)](w,f)}};if(!this._options[t(1820)+"S"])return null;let{aID:c,fpID:x,messageStrategy:g}=this[t(1045)],h=e.vAFZk(i,S0);try{if(e[t(377)]!==t(1053)){if(this[t(367)+t(644)]){if(e[t(738)](e[t(1055)],e.yGpVZ))return this[t(582)+"s"][this[t(397)+t(776)]];i&&this[t(367)+t(644)]["updateCu"+t(1236)+t(1582)](i)}else this[t(367)+t(644)]=new v0(x+"_"+c+"_"+h,h,g);return this[t(367)+"anager"][t(1128)]||await this[t(367)+t(644)][t(1154)](),this[t(367)+t(644)]}else{let w=(t(871)+"1")[t(517)]("|"),f=0;for(;;){switch(w[f++]){case"0":if(!_0x14eaf4)return _0x2936ad;continue;case"1":return TJIjjX[t(1252)](_0x5bba48,_0x2925e6,_0x370b91,_0x10dc6f)+_0x5b69b2;case"2":if(_0x16bd79[t(1422)])return TJIjjX[t(897)](_0xe40f7b[t(1422)](_0x2935ac,_0x2a441d),_0x5ce653);continue;case"3":if(_0x394382[t(1667)+"e"])return _0x5f1039.utf8Write(_0x1032a4,_0x40e2b4)+_0x1bd7a1;continue;case"4":if(_0x1e88a4.length<40)return TJIjjX[t(1548)](_0x84d599(_0x21708b,_0x428ab8,_0x424531),_0xb5d39b);continue}break}}}catch{return null}}async function E0(i,t){let r=n,c=rt(i.message[r(934)],e[r(1397)],"-1"),x=e[r(1169)](rt,i[r(686)].headers,e.VBfCL,"1"),g=e[r(1036)](It,i[r(686)][r(934)],r(1176)+r(1057)),h=Number(It(i[r(686)].headers,r(1176)+r(735)))||0,w=Br[r(1804)](this,i),f=e.vIown(rt,i[r(686)][r(934)],e[r(657)],"2"),b=e.SrRDC(It,i.message[r(934)],e[r(1639)]),v=e[r(924)](Number,e.ubGwD(It,i[r(686)][r(934)],"x-msg-cu"+r(757)+"ue"));if(w[r(747)])return e[r(1563)](t);let P=w[r(1068)+"sage"]?await us[r(1804)](this):null;if(i[r(686)][r(1306)]>0&&x&&!c||i[r(686)].service>0){if(g&&w["isQoSMes"+r(552)]&&P)return!!!await P[r(1728)](g)&&(this[r(1056)+r(709)+"Event"](i),await P[r(1669)](g,e[r(965)](Date[r(359)](),h))),t();if(f){let O=await ls[r(1804)](this);if(!O)return this[r(1056)+r(709)+"Event"](i),e[r(1531)](t);let N=await O[r(1728)](b)??-1;if(N<v)this["_dispatc"+r(709)+r(1753)](i),O.set(b,v,i[r(686)][r(1306)]);else throw new Error(r(1482)+r(1801)+" cursor "+v+(r(1341)+"than loc"+r(1567)+"r ")+N);return e[r(463)](t)}return this[r(1056)+"hMessageEvent"](i),e[r(901)](t)}}async function I0(i,t){let r=n;if(r(372)===e[r(1376)]){let c=Br[r(1804)](this,i);if(!c["isQoSMes"+r(552)])return e[r(614)](t);let x=await us[r(1804)](this);if(c[r(1610)+"anupMess"+r(834)]&&c[r(1641)+"s"][r(1511)])for(let g of c[r(1641)+"s"])await x[r(1037)](g);e[r(1725)](t)}else _0x54f6c1.body[r(1290)+r(561)](_0x81d10e)}async function A0(i,t){let r=n,c=e.OiiSx(i[r(686)][r(493)+"e"],w0),x=e[r(1723)](i[r(686)][r(493)+"e"],Ur);if(e[r(386)](!c,!x))return e.nDOSR(t);let g=e[r(860)](It,i[r(686)].headers,e[r(1491)]);if(!g)return e[r(600)](t);let h=await ls[r(1804)](this,g);if(!h)return t();if(c)if(e[r(662)](e[r(389)],e[r(389)]))this[r(697)](e[r(666)],e[r(1679)](_0x18ebc5,e[r(666)],{..._0x2befa4}));else{let w=await h[r(1126)+"rs"](),f={frameType:w?.[r(493)+"e"],SeqID:K[r(969)+"er"](this[r(857)]++),LogID:K[r(969)+"er"](this._options.logIDGenerator()),service:9e3,method:5,headers:w?.headers,payload:w?.[r(399)]},b=e[r(1285)](E,f);this._ws&&this[r(1231)][r(1266)+"te"]&&this[r(1231)][r(667)](b)}if(x)if(e[r(424)](e[r(999)],r(1337)))_0x2bdae5=e[r(1247)](e[r(1206)](e[r(797)](e.rxDzW(e.bzmhS(7,_0x1e086b),18),e[r(1400)](63,_0x2d2e8e)<<12),e[r(1390)](e[r(824)](63,_0x574bc1),6)),e[r(1480)](63,_0x5ca04c)),e[r(619)](_0x1f04be,65536)||_0x3b61c7>1114111?_0x157985+=_0x53dfcc:(_0x341ccc-=65536,_0x29cc15+=e[r(559)](_0x426eec,e.dWoiK(e[r(525)](_0x3c2928,10),55296),e[r(692)](e[r(768)](1023,_0x151edd),56320)),_0x38cbd0+=3);else{let w=i[r(686)].payload;w&&h[r(1612)+"rs"](w)}}let C0=async function(i,t){let r=n;this[r(773)]=!1,e.ZXHrV(clearTimeout,this["_connect"+r(1703)+r(1569)]),t()},T0=async function(i,t){let r=n;if(e[r(739)](e.pFdjo,e[r(1446)])){if(!this[r(1231)]||this[r(1231)].readyState!==this.OPEN)return e[r(1183)](t);let{pingInterval:c}=this[r(1045)];this[r(1492)+"tManager"]?.["resetEnd"+r(1418)+r(914)]();for(let g=0;e[r(482)](g,this[r(1008)+r(786)][r(1511)]);g++)if(e[r(1416)](r(1586),e.oyfwB)){let h=_0x4a8bfd[r(686)][r(399)];h&&_0x5c8073[r(1612)+"rs"](h)}else{let h=this[r(1008)+r(786)][g];if(e[r(1774)](this._ws[r(1266)+"te"],this.OPEN)&&h!==null)this[r(1231)]&&this[r(1231)][r(667)](h),this[r(1008)+r(786)][g]=null;else break}this["_message"+r(786)]=this["_message"+r(786)][r(542)](g=>!!g),this[r(1657)+r(428)+"Id"]=e[r(1310)](setTimeout,()=>this._ping(),c),this[r(1056)+r(972)+"nt"](i),this._isBrowser&&this[r(1231)]&&(this[r(1231)][r(467)+"pe"]=this[r(515)+r(840)]);let x=this[r(1492)+r(586)]?.[r(780)+r(406)+"nt"]();this[r(398)](r(1514)+x+r(1700)),t()}else this[r(761)+r(612)]=_0xcfd77f},P0=async function(i,t){let r=n,c=this[r(1492)+r(586)]?.["getCurre"+r(406)+"nt"]();this[r(398)](r(1514)+c),e[r(1531)](t)};class k0 extends Nr{constructor(t){let r=n,c={BDtjB:function(w,f,b,v){return w(f,b,v)},sPqyN:function(w,f,b){return e[R(872)](w,f,b)},edFKS:e[r(1333)],hnxNO:function(w,f){return w!==f},JFMQZ:function(w,f){return e.qnhHt(w,f)},TpDCQ:function(w,f){return e[r(632)](w,f)},ZomJG:e[r(1819)],qqnVv:function(w,f){return e.uZsgk(w,f)},qiFRw:function(w,f){return e[r(779)](w,f)},tqVuI:function(w,f){return e[r(1016)](w,f)},BpLNI:e[r(1379)],bBCxI:e[r(587)],CLzoj:r(1127),EUHZq:e[r(971)],almNg:function(w,f){return e[r(662)](w,f)},vMoiu:function(w,f){return w!==f}};super(),this[r(895)+r(913)+r(636)]=!0,this[r(1137)+"er"]=Et,this[r(853)]=jc,this._isMiniTT=lt,this[r(1642)+"X"]=$t,this[r(637)+"r"]=Vt,this[r(1008)+r(786)]=[],this[r(1492)+r(586)]=null,this[r(1510)+"osed"]=!1,this[r(515)+"ype"]=e[r(896)],this[r(412)+r(1312)]=!1,this[r(412)+r(1703)+r(1569)]=null,this[r(1329)+r(604)+r(1401)]=null,this[r(1657)+r(428)+"Id"]=null,this[r(857)]=0,this._isInit=!1,this[r(884)]="",this[r(1338)+r(1581)]=null,this[r(367)+r(644)]=null,this[r(1536)+r(1335)]=null,this[r(819)+"ls"]=e[r(1751)],this[r(1458)]=3,this[r(1324)+"NG"]=0,this[r(1282)]=1,this.CLOSING=2,this[r(1607)]=w=>{let f=r;try{c[f(1453)](os,this,w,[C0,T0,P0])}catch(b){let v=c.sPqyN(Ce,c[f(674)],{message:b[f(686)],code:nt[f(844)+"OR"],error:b});this["_dispatc"+f(1361)+f(1451)](v)}},this._onMessage=async w=>{let f=r,{pingInterval:b,pingFrequency:v}=this[f(1045)];if((w[f(766)]==="hi"&&e[f(1774)](e[f(1550)],v)||e.sldon(e[f(795)],v))&&(this[f(536)+"ngTimer"](),this[f(697)](e[f(591)],f(1402)),this["_pingPon"+f(428)+"Id"]=e[f(598)](setTimeout,this[f(1421)][f(790)](this),b)),!e[f(1723)]("hi",w[f(766)]))try{os(this,w,[a0,s0,I0,A0,E0,o0])}catch(P){let O=Ce(e[f(1333)],{message:P[f(686)],code:nt[f(1645)+f(907)],error:P});this[f(1056)+f(1361)+f(1451)](O)}},this[r(1760)]=w=>{let f=r,b={CDKBB:f(893)};if(e[f(977)]!==e.lHaeF){let v=this[f(1492)+f(586)]?.[f(1041)+f(1470)+"es"](),P=this[f(1492)+f(586)]?.[f(780)+f(406)+"nt"]();if(v&&!w[f(686)]){let O=f(713)+P+(f(1506)+"ax retri"+f(1583)+"ed");this[f(1056)+"hErrorEvent"](Ce(e[f(1333)],{message:O,code:nt[f(509)+f(1048)+"R"],error:w}));return}this[f(1231)]&&this._ws[f(1266)+"te"]===this[f(1282)]&&this["_disconn"+f(1094)](),this[f(1056)+f(1361)+f(1451)](Ce(f(1351),{message:w.message,code:nt[f(1658)+f(771)],error:w}))}else this[f(398)](IAJXfA.CDKBB,_0x1e38c8[f(686)]),_0x51b5ed()},this._onClose=async w=>{let f=r;if(c[f(808)](c[f(1466)],c[f(1466)])){if(pcNknc[f(936)](4,_0x5d83fb[f(1511)])){let b=_0x577850[f(1587)+"g"](0,pcNknc[f(890)](4,_0xca807b[f(1511)])),v=b[f(648)](_0xd787c5);_0x3ea5cd.push(v)}else _0x30e46d[f(371)](_0x48aae0);_0x24434e&&(_0x1a3008+=1),_0x172415+=1,_0x1b0870=!1}else{this[f(1280)+f(794)](),this[f(536)+f(1241)](),this[f(1149)+f(1043)+"rs"](),this[f(1231)]=null,this[f(412)+f(1312)]=!1;let b=this[f(1492)+f(586)]?.checkReachMaxTries();if(!b&&this._navigatorOnline()&&!this["_readyCl"+f(1301)]){if(c[f(606)]!==c.bBCxI)return pcNknc[f(1627)](_0x52192a,_0x4fd928)?_0x1e26cb[f(1117)](new _0x3fc465(pcNknc[f(523)])):(_0x268f0d=_0x55491f,pcNknc[f(1785)](_0x40dc4d,_0x3a1186[f(1511)])?_0x4a066c[f(361)]():_0x493a9f[_0x393ef7][f(790)](_0x10e3d8)(_0x5b0cdb,_0x53cffc.bind(null,pcNknc[f(1188)](_0x4322eb,1))));{let v=this[f(1492)+f(586)]?.["getCurre"+f(406)+"nt"](),P=this[f(1045)][f(1263)+f(1643)+f(1474)](w[f(740)],w[f(1392)]);this[f(1056)+f(669)+"ent"](c[f(1009)](Re,c.CLzoj,{code:1006,reason:w[f(1392)]||"connecti"+f(1027)+f(765)+"wn reaso"+f(931)+"ame: "+v,willReconnect:P})),P&&this[f(412)]();return}}if(w[f(740)]!==1e3&&this[f(1510)+"osed"]){this[f(1056)+"hCloseEv"+f(1451)](Re(c[f(1398)],{code:1e3,reason:c.EUHZq})),this[f(1492)+"tManager"]?.[f(1286)+f(1418)+f(914)](),this[f(1536)+f(1335)]?.[f(1503)+f(1233)]();return}if(c[f(1513)](1e3,w.code)&&b){let v=this[f(1492)+"tManager"]?.[f(780)+f(406)+"nt"](),P=w[f(1392)];P||(P=await Qc(this._url)),P=f(1212)+f(1027)+f(929)+P+(", hostna"+f(426))+v+(f(1786)+f(1767)+f(923)),this[f(1056)+f(669)+f(1451)](Re(c[f(1398)],{code:w.code,reason:P}));let O=f(713)+v+(f(1506)+"ax retri"+f(1583)+"ed");this[f(1056)+f(1361)+f(1451)](Ce(c[f(674)],{message:O,code:nt[f(509)+f(1048)+"R"]})),this[f(1492)+f(586)]?.[f(1286)+f(1418)+"fig"](),this[f(1536)+f(1335)]?.[f(1503)+f(1233)]();return}if(c[f(526)](1e3,w[f(740)])&&!w.reason){let v=this["_endpoin"+f(586)]?.[f(780)+f(406)+"nt"]();this[f(1056)+f(669)+"ent"](c[f(1009)](Re,c[f(1398)],{code:w[f(740)],reason:"connecti"+f(1027)+f(765)+f(1636)+f(931)+"ame: "+v})),this[f(1492)+"tManager"]?.[f(1286)+f(1418)+f(914)](),this[f(1536)+f(1335)]?.[f(1503)+f(1233)]();return}this[f(1056)+"hCloseEv"+f(1451)](w),this[f(1492)+f(586)]?.[f(1286)+"pointConfig"](),this[f(1536)+f(1335)]?.[f(1503)+f(1233)]()}},this.onclose=null,this[r(1547)]=null,this.onmessage=null,this.onopen=null,this[r(422)+r(1032)]=null,this[r(1694)+r(1303)]=null,this[r(1029)+r(691)+r(410)+"ct"]=null,this[r(495)+r(650)]=this[r(495)+r(650)][r(790)](this),this[r(495)+r(645)]=this[r(495)+r(645)].bind(this),this["_handleP"+r(1382)]=this[r(1309)+r(1382)][r(790)](this),this[r(1309)+"ageShow"]=this[r(1309)+r(710)][r(790)](this),this[r(1045)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[r(1323)](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:e[r(795)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:r(985),env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:x,ws:g}=t,h=Array[r(366)](x)?x:e.gKGla(r(1365),typeof x)?[x]:[];if(!h||h[r(1511)]===0)throw new Error(e[r(960)]);if(!e[r(1146)](Jc,g))throw new Error(e[r(1541)]);if(Object[r(656)](this[r(1045)],t),this[r(1492)+r(586)]=new ss(h,this[r(1045)][r(1675)+"es"]),this[r(1536)+r(1335)]=new Zc(this._options[r(1697)+r(1519)]),this._options[r(852)+r(1103)])if(e.KZLsl(e[r(904)],e[r(904)]))this[r(773)]=!0,this[r(412)]();else{let w=this[r(1492)+r(586)]?.[r(780)+r(406)+"nt"]();this["_dispatc"+r(669)+r(1451)](c[r(1009)](_0xe987ca,r(1127),{code:1006,reason:"connect "+w+(" timeout"+r(1786)+"tries re"+r(923)),wasClean:!0}))}this[r(1045)][r(627)+r(1533)+"nged"]&&(this[r(1596)+"T"]||this[r(1642)+"X"]?this[r(1585)+r(1822)+r(1539)]():this[r(1137)+"er"]&&this[r(1079)+"balEvent"+r(1486)]())}[n(495)+n(650)](){let t=n;if(e.gVBcI(e[t(1006)],e[t(1006)])){if(this[t(1045)][t(1209)+t(1244)+t(555)]||this[t(1510)+t(1301)])return;this[t(1686)+t(1032)]()}else return this[t(543)]?.[t(1037)](_0x351be7)}[n(495)+n(645)](){let t=n;this[t(503)+t(438)+"t"]();let r=e.dMVQy(Rr,e.HDQhe,{message:e.APWkY});this["onStopIm"+t(691)+t(410)+"ct"]&&this[t(1029)+t(691)+"yReconnect"](r)}[n(1079)+"balEvent"+n(1486)](){let t=n;this[t(1137)+"er"]&&window[t(1004)+"Listener"](e[t(1755)],this["_handleO"+t(650)]),this[t(1137)+"er"]&&window["addEvent"+t(1486)](e[t(1810)],this[t(495)+t(645)]),this[t(1137)+"er"]&&window[t(1004)+"Listener"](e[t(1688)],this[t(1309)+t(1382)]),this[t(1137)+"er"]&&window[t(1004)+t(1486)](e.nBtWU,this["_handleP"+t(710)])}[n(1262)+"balEventListener"](){let t=n;this[t(1137)+"er"]&&window[t(465)+"entListe"+t(564)](e[t(1755)],this["_handleO"+t(650)]),this[t(1137)+"er"]&&window[t(465)+t(1765)+t(564)](e[t(1810)],this[t(495)+t(645)]),this[t(1137)+"er"]&&window[t(465)+"entListe"+t(564)](t(647),this[t(1309)+"ageHide"]),this[t(1137)+"er"]&&window[t(465)+t(1765)+"ner"](t(1678),this[t(1309)+t(710)])}["_handleP"+n(1382)](t){let r=n;e[r(1343)](e[r(802)],e[r(802)])?this[r(1596)+"T"]||this._isMiniWX?this["_onPageN"+r(1822)+r(1539)]():this[r(1137)+"er"]&&this[r(1079)+r(1327)+"Listener"]():(!t.persisted&&(this._isBrowser&&window[r(465)+r(1765)+"ner"](e[r(1688)],this["_handleP"+r(1382)]),this[r(1137)+"er"]&&window[r(465)+r(1765)+r(564)](e[r(974)],this[r(1309)+r(710)]),this.close()),this[r(1137)+"er"]&&window["removeEv"+r(1765)+"ner"](e.eUBHY,this[r(495)+r(650)]),this[r(1137)+"er"]&&window[r(465)+r(1765)+r(564)](e[r(1810)],this[r(495)+r(645)]))}[n(1309)+"ageShow"](t){let r=n;t[r(624)+"d"]&&(this[r(1701)+r(1099)]()&&(!this[r(1231)]||this._ws[r(1266)+"te"]!==this.OPEN||e[r(1124)](this[r(1231)][r(1266)+"te"],this[r(1324)+"NG"]))&&this[r(495)+r(650)](),this[r(1137)+"er"]&&window[r(1004)+"Listener"](e[r(1755)],this[r(495)+r(650)]),this[r(1137)+"er"]&&window[r(1004)+r(1486)](e.XEauU,this[r(495)+"ffLine"]))}async[n(1070)+n(1221)](t){let r=n,{fpID:c,deviceID:x,bddID:g,ttwID:h,accessKey:w,aID:f,customParams:b={},enableAutoAck:v,enableQoS:P,QoSLevel:O,env:N}=this[r(1045)],W,le,_e;this[r(1137)+"er"]||this._isMiniWX||this[r(1596)+"T"]?(W=location&&e.PJIbc(e[r(1423)],location[r(1125)])?r(1264):e[r(917)],le=t[r(781)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),_e=/^wss(.*:\/\/)/[r(1383)](t)?t:""+W+le):(W=e[r(1424)],le=t[r(781)](/(^http)((?:[s]*:\/\/))/,""),_e=/(^ws)((?:[s]*:\/\/))/[r(1383)](le)?le:""+W+le);let ge=g?e[r(809)]:h?e.hoCNg:e[r(1668)],gs=g||h||x;if(e[r(462)](!gs,!ge))throw new Error(e[r(1347)]);let D0=e[r(557)](e[r(1761)],typeof b)?await e[r(1105)](b):b,R0=N?e.DsHoC(Xc,N[r(514)],N[r(1685)]):{},Fr=Object[r(656)]({device_platform:e[r(1387)],version_code:r(693)+"0",access_key:w,fpid:c,aid:f,[ge]:gs,xsack:v?1:0,xaack:v?1:0,xsqos:P?1:0,qos_level:P?O:void 0,qos_sdk_version:2,...R0},D0),N0=Object.keys(Fr)[r(975)]((qr,Gr)=>Fr[Gr]!==void 0?""+qr+(qr?"&":"?")+Gr+"="+Fr[Gr]:qr,"");return _e+r(1098)+N0}async _connect(){let t=n,r={eWSlL:e.iMIvv,ZRrwo:t(1602)+"ys",xhwwR:"put",VDZiN:e[t(452)],WUsFw:t(1790),RmeRc:function(c,x){return e[t(1793)](c,x)},kmOMR:function(c){return e[t(714)](c)},Wkrli:function(c,x){return e.SVOYC(c,x)},fWblh:e.KZAVh};if(!(this[t(412)+"Lock"]||this[t(1510)+t(1301)])){this["_connect"+t(1312)]=!0;try{let c=this[t(1492)+t(586)]?.[t(1632)+t(1033)+t(1144)+t(1456)+"tries"](),{timeoutInterval:x}=this[t(1045)];if(c){let h=this[t(1492)+t(586)]?.[t(780)+"ntEndpoint"](),w=this[t(1492)+t(586)]?.["replaceBackupEnd"+t(1680)+t(839)+t(444)](),f=this[t(1492)+t(586)]?.["getCurrentEndpoi"+t(1592)+"ount"]();if(w)if(e[t(1695)](e[t(1319)],e[t(1651)])){let b=(t(1676)+"3|2")[t(517)]("|"),v=0;for(;;){switch(b[v++]){case"0":_0x5bd1da=[bIBDxj.eWSlL,t(442),t(1706),bIBDxj[t(1219)],"count"];continue;case"1":_0x3ac18a=[bIBDxj[t(1217)],bIBDxj[t(920)],bIBDxj.WUsFw,"clear"];continue;case"2":bIBDxj[t(441)](_0x74c976,P=>({...P,get:(O,N,W)=>_0x292165(O,N)||P[t(1728)](O,N,W),has:(O,N)=>!!_0x16d3cd(O,N)||P[t(1468)](O,N)}));continue;case"3":_0x3cfb5e=new _0xb55354;continue;case"4":bIBDxj[t(1566)](_0x2c70f5);continue;case"5":bIBDxj.kmOMR(_0x57d942);continue}break}}else{let b="connect "+h+(t(1082)+t(1786)+"tries reached, w"+t(1093)+t(597)+t(1584))+w+(t(578)+"y"),v=e[t(758)](Ce,e.BpBTK,{message:b,code:nt[t(509)+t(1048)+"R"]});this[t(398)](b),this[t(1056)+t(1361)+t(1451)](v),this[t(884)]=await this[t(1070)+t(1221)](w),this[t(398)](t(713)+w+" "+f+t(1443)),this[t(1149)+t(1043)+"rs"]()}else{let b=t(713)+h+(t(1082)+t(1786)+t(1767)+t(923));this[t(398)](b),this[t(1056)+t(1361)+"ent"](e.sSOyk(Ce,e.BpBTK,{message:b,code:nt[t(509)+t(1048)+"R"]}));return}}else if(e[t(662)](e.AxyhM,e.yEQWm)){let h=this[t(1492)+t(586)]?.[t(780)+t(406)+t(1005)+t(1413)](),w=this._endpointManager?.[t(780)+t(406)+t(1592)+t(859)]();this[t(884)]=await this[t(1070)+"eUrl"](e[t(1050)](h,"")),this._debug(t(713)+h+" "+w+" times"),this[t(1149)+t(1043)+"rs"]()}else{if(this["_readyCl"+t(1301)]=!0,this["_clearTi"+t(794)](),this._clearPingTimer(),this["_dropGlo"+t(1327)+"Listener"](),this[t(1338)+t(1581)]?.closeDB(),!this[t(1231)])return void this[t(398)](t(1213)+"s instan"+t(464)+"nitialized");if(r[t(1557)](this._ws[t(1266)+"te"],this[t(1458)])||this._ws.readyState===this[t(583)])return void this[t(398)](r.fWblh);this[t(503)+t(438)+"t"](_0x57aae0,_0x437fc2)}if(this[t(773)])this[t(773)]=!1;else{let h=Rr(t(1263)+"t",{message:e[t(1656)]});this[t(422)+t(1032)]&&this["onStartR"+t(1032)](h)}let g=this["_endpoin"+t(586)]?.[t(780)+"ntEndpoi"+t(1592)+t(859)]()||0;e[t(759)](g,1)&&await this._wait(g-1),this._debug("connecting url: "+this[t(884)]+(" protoco"+t(1063))+this[t(819)+"ls"]),this[t(1231)]=e[t(1310)](Vc,{url:this[t(884)],protocols:[this[t(819)+"ls"]],headers:this[t(1045)]["miniProg"+t(1683)+"s"][t(1059)+"tpHeader"]},this[t(1045)].ws),(this._isBrowser||this[t(637)+"r"])&&this[t(1231)]&&(this[t(1231)][t(467)+"pe"]=this[t(515)+t(840)]),this["_addWsLi"+t(1469)](),this[t(412)+t(1703)+t(1569)]=setTimeout(this._onTimeout.bind(this),x)}catch(c){throw this[t(412)+t(1312)]=!1,c}}}[n(1280)+n(794)](){let t=n;e[t(1054)](clearTimeout,this[t(412)+t(1703)+t(1569)]),this[t(412)+t(1703)+"utId"]=null}[n(536)+n(1241)](){let t=n;if(e[t(1624)](t(460),e[t(1619)]))e.GQYlz(clearTimeout,this["_pingPon"+t(428)+"Id"]),e[t(1698)](clearTimeout,this["_reconne"+t(604)+t(1401)]),this["_pingPon"+t(428)+"Id"]=null,this[t(1329)+t(604)+t(1401)]=null;else return _0x4b2641.resolve()}[n(398)](...t){let r=n;this[r(1045)][r(395)]&&console[r(1052)][r(499)](console,[e.PnhsX,...t])}_getIntervalValue(t){let r=n,{initReconnectInterval:c,maxReconnectInterval:x,reconnectIntervalGrowFactor:g}=this[r(1045)],h=c*Math[r(681)](g,e[r(788)](t,1));return e[r(664)](h,x)?x:h}_ping(){let t=n;if(this._ws&&e.wdFQG(this[t(1231)][t(1266)+"te"],this.CONNECTING)){this[t(536)+t(1241)](),this["_pingPon"+t(428)+"Id"]=e.IpbuC(setTimeout,this._ping[t(790)](this),this[t(1045)][t(1345)+t(476)]);return}if(!this[t(1231)]||e[t(1744)](this[t(1231)][t(1266)+"te"],this[t(1282)]))return void this[t(1686)+t(1032)]();this._ws&&this[t(1231)].send("hi"),this[t(1329)+t(604)+t(1401)]=e[t(734)](setTimeout,this[t(1686)+t(1032)+t(1759)][t(790)](this),this[t(1045)][t(1537)+"outInter"+t(1516)])}[n(1686)+n(1032)+n(1759)](){let t=n;this[t(1536)+t(1335)]?.[t(473)](),this.emit(e[t(1153)],e.gdUEl),this[t(1536)+t(1335)]?.[t(1041)+t(595)+"nt"]()?this[t(1686)+t(1032)]():this[t(1421)]()}["_navigat"+n(1099)](){let t=n,r={DfuWa:function(c,x,g){return e[R(1709)](c,x,g)},TQhyZ:function(c,x,g){return e[R(1407)](c,x,g)},dFLTr:function(c,x,g,h){return e[R(471)](c,x,g,h)}};if(e[t(1196)](e[t(622)],e[t(918)]))return this._isMiniTT||this[t(1642)+"X"]?this[t(895)+"igatorOn"+t(636)]:(this[t(1137)+"er"]||this._isWorker)&&this[t(1045)][t(627)+t(1533)+t(1528)]?navigator[t(1738)]:!0;{let{offset:c}=_0x80d276(_0x5e72b6,_0xe2e6b8);_0x532cc9=c;let x={cursor_name:"",cursor:0,service:0},{value:g,offset:h}=zFJeSy[t(461)](_0x1ee7cf,_0x3c385e,_0x78da2);x.service=g,_0x84a6c3=h;let{value:w,offset:f}=zFJeSy[t(826)](_0x34eb45,_0x2ef45b,_0x18378f);_0x3ae2d5=f,x.cursor_name=zFJeSy[t(1269)](_0x380514,_0x231598,_0xa2d7ab,_0x1cecdb+w),_0x204126+=w;let{value:b,offset:v}=zFJeSy.DfuWa(_0x1863cf,_0x2ec4eb,_0x4b11ad);x[t(1784)]=b.toNumber(),_0x11822b=v,_0x2b0359[t(371)](x)}}[n(1686)+n(1032)](){let t=n;!this[t(1701)+"orOnline"]()||this[t(1510)+"osed"]||(this[t(1492)+"tManager"]?.["resetEndpointCon"+t(914)](),this._pingLossCounter?.[t(1503)+"nter"](),this[t(1231)]?this[t(769)+t(1094)](1001,e[t(1024)],!0):this._connect())}["_onPageN"+n(1822)+n(1539)](){let t=n;this[t(1596)+"T"]?tt[t(823)+t(1339)+t(1773)](({isConnected:r})=>{let c=t;this["_miniNav"+c(913)+"line"]=r,r?this[c(495)+c(650)]():this[c(495)+c(645)]()}):this._isMiniWX&&wx["onNetwor"+t(1339)+t(1773)](({isConnected:r})=>{let c=t;this[c(895)+"igatorOn"+c(636)]=r,r?this[c(495)+c(650)]():this._handleOffLine()})}[n(1399)](t){let r=n;return e[r(1494)]===e.BhYPZ?new Promise(c=>{let x=r;if(e[x(1722)](e[x(952)],x(431)))e[x(860)](setTimeout,c,this[x(534)+x(1671)+"e"](t));else return}):_0x1aabc1?this[r(1714)+"E"]():this[r(1733)+"E"]()}[n(769)+n(1094)](t=1e3,r="",c=!1){let x=n;this._ws&&this[x(503)+x(438)+"t"](t,r,c)}[n(362)+"ut"](){let t=n,r=this[t(1492)+t(586)]?.[t(780)+t(406)+"nt"]();this[t(398)](t(713)+r+t(1082)),this[t(769)+t(1094)](1001,"timeout, try rec"+t(475)+"g",!0)}[n(1555)](t){let r=n,c=e.yxrSG(ie,t);this._ws&&e[r(733)](this._ws[r(1266)+"te"],this.OPEN)&&(this[r(1231)]&&this[r(1231)][r(667)](c),this[r(398)]("send_ack",t))}[n(1149)+n(1043)+"rs"](){let t=n;this._ws&&(this[t(1231)]["removeEv"+t(1765)+"ner"](e.xIZwc,this[t(1607)]),this[t(1231)]["removeEventListe"+t(564)](e[t(666)],this[t(1136)]),this[t(1231)][t(465)+t(1765)+t(564)](e[t(1554)],this[t(1119)+"ge"]),this._ws[t(465)+"entListe"+t(564)](e[t(1333)],this[t(1760)]))}[n(1139)+"steners"](){let t=n,r=e.zEBkP[t(517)]("|"),c=0;for(;;){switch(r[c++]){case"0":this[t(1231)]["addEvent"+t(1486)](e[t(1333)],this[t(1760)]);continue;case"1":this._ws["addEvent"+t(1486)]("close",this[t(1136)]);continue;case"2":this[t(1231)].addEventListener(t(686),this[t(1119)+"ge"]);continue;case"3":this[t(1231)][t(1004)+t(1486)](t(1013),this._onOpen);continue;case"4":if(!this[t(1231)])return;continue}break}}[n(381)+n(639)](t=1e3,r=""){let c=n;try{this[c(1231)]&&this[c(1231)][c(1127)](t,r)}catch{}}[n(503)+n(438)+"t"](t=1e3,r="",c=!1){let x=n;if(this[x(536)+x(1241)](),this[x(1280)+x(794)](),this[x(1149)+x(1043)+"rs"](),this[x(381)+x(639)](1e3,r),this[x(412)+"Lock"]=!1,c&&this[x(1701)+x(1099)]()&&!this[x(1510)+x(1301)]){if(this["_endpoin"+x(586)]?.["checkRea"+x(1470)+"es"]()){let h=this[x(1492)+x(586)]?.[x(780)+x(406)+"nt"]();this[x(1056)+x(669)+"ent"](e[x(815)](Re,e[x(666)],{code:1006,reason:x(713)+h+(x(1082)+", max re"+x(1767)+x(923)),wasClean:!0}))}else{if(e.InsNV(e[x(1278)],e.ebvVH))throw _0x2b4964=_0x532ebf[x(1511)],_0x4ac587(_0x5004da,10,_0x4374c9[x(1511)]);{let h=this._options["reconnectInterce"+x(1474)](t,r);this["_dispatc"+x(669)+"ent"](e[x(1230)](Re,e[x(666)],{code:t,reason:r,wasClean:!0,willReconnect:h})),h&&this[x(412)]()}}return}this[x(1701)+"orOnline"]()||this[x(1510)+"osed"]?this[x(1056)+x(669)+"ent"](e[x(409)](Re,x(1127),{code:t,reason:e[x(971)]})):this["_dispatc"+x(669)+x(1451)](e[x(560)](Re,e[x(666)],{code:1006,reason:e[x(1780)]})),this[x(1231)]=null,this[x(1492)+x(586)]?.[x(1286)+x(1418)+x(914)](),this["_pingLos"+x(1335)]?.[x(1503)+x(1233)]()}[n(1056)+n(972)+"nt"](t){let r=n;this[r(697)](e[r(364)],t),this.onopen&&this[r(1640)](t)}["_dispatc"+n(709)+n(1753)](t){let r=n;this[r(697)](e[r(1554)],t),this[r(1181)+"e"]&&this[r(1181)+"e"](t)}["_dispatc"+n(911)+"ageEvent"](t){let r=n;this[r(697)](e[r(1598)],t),this[r(1694)+"eAck"]&&this[r(1694)+"eAck"](t)}[n(1056)+n(1361)+n(1451)](t){let r=n;this.emit(e.BpBTK,t),this[r(1547)]&&this[r(1547)](t)}[n(1056)+"hCloseEv"+n(1451)](t){let r=n;this[r(697)](r(1127),t),this[r(419)]&&this[r(419)](t)}get[n(467)+"pe"](){let t=n;return this[t(1231)]?this[t(1231)][t(467)+"pe"]:this[t(515)+t(840)]}set[n(467)+"pe"](t){let r=n;this["_binaryT"+r(840)]=t,this[r(1231)]&&(this[r(1231)].binaryType=t)}get[n(1086)+"nt"](){let t=n;return this[t(1492)+t(586)]?.["getCurrentEndpointTriesC"+t(859)]()||0}get[n(835)+n(363)](){let t=n,r=this[t(1008)+t(786)][t(975)]((c,x)=>(c+=x&&x[t(1354)+"th"]||0,c),0);return e[t(1268)](r,this[t(1231)]?this[t(1231)][t(835)+t(363)]:0)}get[n(1304)+"ns"](){let t=n;return this._ws?this[t(1231)][t(1304)+"ns"]:""}get[n(1125)](){let t=n;if(e[t(457)](e[t(1821)],e[t(1133)])){if(this[t(1045)][t(1209)+t(1244)+"nect"]||this[t(1510)+t(1301)])return;this[t(1686)+"econnect"]()}else return this[t(1231)]?this[t(1231)][t(1125)]:""}get[n(1266)+"te"](){let t=n,r={kqasX:t(1351),LtJYP:function(c,x){return e[t(1085)](c,x)},HRmOg:function(c){return e[t(867)](c)}};if(e.cRqJG(e[t(909)],e[t(967)])){let c={vqDEA:function(w,f){return w(f)},GKfZM:function(w){return ahyxvb.HRmOg(w)}},x=()=>{let w=t;_0x4484d0["removeEv"+w(1765)+w(564)](w(1402),g),_0x3ea7f7[w(465)+w(1765)+w(564)](ahyxvb[w(1752)],h)},g=()=>{let w=t;ahyxvb[w(1242)](_0x5d6bde,ahyxvb[w(1242)](_0x9e7f2e,_0x3436fa.result)),ahyxvb[w(1371)](x)},h=()=>{let w=t;c.vqDEA(_0x8583d2,_0x5d519d[w(1351)]),c.GKfZM(x)};_0x2b4faa[t(1004)+t(1486)]("success",g),_0x1dfaac[t(1004)+"Listener"](ahyxvb.kqasX,h)}else return this[t(1231)]?this._ws.readyState:this[t(1045)]["automati"+t(1103)]?this.CONNECTING:this[t(1458)]}get url(){let t=n;return this._ws?this[t(1231)][t(858)]:this[t(884)]}[n(1127)](t=1e3,r){let c=n,x=e[c(1325)].split("|"),g=0;for(;;){switch(x[g++]){case"0":this["_destroy"+c(438)+"t"](t,r);continue;case"1":this[c(1510)+c(1301)]=!0;continue;case"2":this[c(1338)+"ger"]?.closeDB();continue;case"3":this[c(1280)+"mer"]();continue;case"4":this["_dropGlobalEvent"+c(1486)]();continue;case"5":if(this[c(1231)][c(1266)+"te"]===this.CLOSED||e.FbKTQ(this[c(1231)][c(1266)+"te"],this.CLOSING))return void this[c(398)](e.KZAVh);continue;case"6":this[c(536)+c(1241)]();continue;case"7":if(!this[c(1231)])return void this[c(398)](e[c(817)]);continue}break}}async[n(667)](t,r){let c=n;if(e[c(557)](null,t))throw new Error(e.rjOUw);e[c(468)](e[c(1419)],typeof t)&&(t=JSON[c(1437)+"y"](t)),e[c(861)]!=typeof t&&!e[c(1012)](t,ArrayBuffer)&&!(t[c(1478)]&&e[c(742)](t[c(1478)],ArrayBuffer))&&(t=JSON.stringify(t));let x=await e.GQYlz(ds,t),g=e.zyBUS(Yc,t),{method:h=0,service:w=this[c(1045)].service,logID:f=this[c(1045)][c(665)+"erator"](),headers:b=this[c(1045)][c(934)],payloadEncoding:v=this[c(1045)][c(1120)+c(413)],payloadType:P=this[c(1045)][c(1674)+"ype"],logIDNew:O=this._options[c(1261)+c(1380)][c(610)+"toGenerateLogIDNew"]?e[c(1112)](o,this[c(1045)][c(1261)+c(1380)][c(1637)]):""}=e.CKJbf(r,{});if(!w)throw new Error(c(1560)+c(1655)+c(1823)+c(1348));let N={SeqID:K.fromNumber(this[c(857)]++),LogID:K[c(969)+"er"](f),service:w,method:h,headers:b,payloadEncoding:e[c(684)](v,Object)?v[c(607)]?v[c(607)]:"":v,payloadType:e[c(1551)](P,Object)?P[c(998)]?P[c(998)]:g:P||g,payload:x,LogIDNew:O},W=e[c(1483)](ie,N);if(this[c(1231)]&&e[c(1216)](this[c(1231)][c(1266)+"te"],this[c(1282)]))if(e[c(803)](e.JgwaE,e.BmyHF))this[c(1231)]&&this[c(1231)].send(W),this._debug(c(1375),N);else for(var le in _0x2e7d7c)_0x2b5dfd.o(_0x1b73b3,le)&&!_0x22899b.o(_0x1b2885,le)&&_0x104246["definePr"+c(1599)](_0x5b8428,le,{enumerable:!0,get:_0x1f67b7[le]});else if(e.QPolp(this[c(1008)+c(786)][c(1511)],this._options[c(1648)+"geQueueL"+c(1742)]))this._messageQueue.push(W),this._debug(c(1272),N);else{if(e[c(1016)](e[c(1504)],e[c(1504)]))return this[c(543)]?.[c(1669)]({message_id:_0x103918,timestamp:_0x336817});this[c(1008)+"Queue"][c(1360)](),this["_message"+c(786)][c(371)](W)}return{seqID:this[c(857)],logID:f,logIDNew:O}}async[n(1263)+"t"](t){let r=n,{url:c}=e[r(1130)](t,{}),x=Array[r(366)](c)?c:e[r(861)]==typeof c?[c]:[];t&&Object[r(656)](this[r(1045)],t),x&&x.length?this._endpointManager=new ss(x,this._options[r(1675)+"es"]):this["_endpoin"+r(586)]?.[r(1286)+"pointCon"+r(914)](),this[r(1536)+"sCounter"]?.[r(1503)+r(1233)](this[r(1045)]["pingLoss"+r(1519)]),this[r(1510)+r(1301)]=!1,this[r(1231)]&&e.DHXaL(this[r(1231)][r(1266)+"te"],this[r(1458)])?this[r(769)+r(1094)](1e3,e[r(1708)],!0):(this[r(773)]=!0,this[r(412)]())}async[n(854)](){let t=n;if(!this[t(412)+t(1312)]){let r=e[t(427)][t(517)]("|"),c=0;for(;;){switch(r[c++]){case"0":this[t(773)]=!0;continue;case"1":this[t(1536)+t(1335)]?.["resetCou"+t(1233)]();continue;case"2":this[t(1492)+t(586)]?.[t(1286)+"pointCon"+t(914)]();continue;case"3":this[t(1510)+t(1301)]=!1;continue;case"4":this[t(412)]();continue}break}}}[n(1004)+n(1486)](t,r){this.on(t,r)}[n(1091)+"Event"](t){let{type:r}=t;this.emit(r,t)}["removeEv"+n(1765)+n(564)](t,r){this[n(356)](t,r)}[n(565)](){let t=n,r={ULiQj:function(c,x){return c(x)},OXuvv:e[t(1239)],YPJtU:e[t(1153)],blcBf:e.gdUEl,sVPpH:e.UgufU,wydkW:function(c,x,g){return e[t(1775)](c,x,g)}};return new Promise((c,x)=>{let g=t;this[g(536)+g(1241)](),this[g(1657)+g(428)+"Id"]=r[g(663)](setTimeout,this._ping[g(790)](this),this[g(1045)][g(1345)+g(476)]);let h=()=>{let f=g;r[f(1076)](c,r.OXuvv),this[f(356)](f(1038)+f(722)+"s",h),this[f(356)](r.YPJtU,w)},w=()=>{let f=g;r[f(1076)](x,r[f(1248)]),this.off(r[f(1358)],h),this[f(356)](r[f(403)],w)};this.on(r.sVPpH,h),this.on(g(1038)+g(783)+"t",w),this[g(1421)]()})}}})(),te[C(396)+C(1556)]=ee["CustomCl"+C(1556)],te[C(1185)+C(830)]=ee[C(1185)+C(830)],te.ErrorCode=ee.ErrorCode,te[C(1753)]=ee[C(1753)],te[C(1356)]=ee.FWS,te[C(1682)+C(641)+C(1411)]=ee[C(1682)+"MessageE"+C(1411)],te[C(641)+"vent"]=ee[C(641)+C(1411)],te[C(1215)+"t"]=ee.OpenEvent,te[C(886)+C(1435)]=ee[C(886)+C(1435)],te.createCloseEvent=ee[C(1719)+C(1556)],te[C(1046)+C(830)]=ee[C(1046)+C(830)],te[C(745)+C(449)+"nt"]=ee[C(745)+C(449)+"nt"],te[C(725)+"enEvent"]=ee[C(725)+"enEvent"],te[C(574)+"connectE"+C(1411)]=ee[C(574)+C(905)+C(1411)],te["decodedF"+C(978)]=ee[C(1689)+C(978)],te[C(554)+"ame"]=ee[C(554)+C(1438)];for(Yn in ee)["CustomCl"+C(1556),"CustomEr"+C(830),C(1526)+"e",C(1753),C(1356),C(1682)+C(641)+"vent",C(641)+C(1411),C(1215)+"t","Reconnec"+C(1435),C(1719)+C(1556),C(1046)+"rorEvent","createMe"+C(449)+"nt",C(725)+"enEvent",C(574)+C(905)+C(1411),C(1689)+C(978),"encodeFr"+C(1438)].indexOf(Yn)===-1&&(te[Yn]=ee[Yn]);var Yn;Object[C(1436)+C(1599)](te,C(1704)+"le",{value:!0});function nr(){let n=["A3DXs1K","CMLLC0nVDw4","qxP5Dhm","q29UzMLN","uhrjy1y","ywDLsgLKzq","DgvZDa","yLjvwMy","DMLJzuLeig8","mdaWma","CKrps2W","CMvTB3zLq2G","C2XPy2u","ALjVCKW","yuXztuW","CMvHC29U","twHcuee","tKPYs3a","Aw5N","BfrPBwvVDxq","rwL4zvG","q0X6B2O","x3DHAxq","runozgm","DeLK","C3vJy2vZCW","sLnptLa","rLjptLrjrvi","Dw5KzwzPBMu","q09ssu4","C0f4zMK","DLnwzfe","vxHqsvO","DgHLBG","DMvUDa","CfHdswi","yxrLq291BNq","rgHfEgm","vuvhrfm","wgHQCKu","vejtwge","Cg9PBNrdB24","quXTALm","u0LVDhO","x3bPBMC","D3jPDgu","wefoDeC","BgDhEuW","Dhr1EgG","vhbuz2O","wNLfCgW","AwXLx25HBwu","u3rYyxrLz3K","wg1ND2W","BezSDxnO","B25NA28","z3rYyuC","uhvcCKG","Dev2zw50","zgvMAw5Luhi","C3rYAw5NAwy","yw1L","sLv1rfu","r1LvyxK","Dg9Y","CLDYyue","ihrPBwvZ","Dgv4DfbHEwW","z2vtEw5J","vLrvuNq","CKnsBhK","q2DYruO","AwT1rxu","yxrHlcbKyxq","zw50","BMfpq1a","qKr0AKi","sK1eA1q","AxmGDw5Kzwy","AgvKtwf4uMu","zxjFCw9Z","q0Xpu0ve","Du13BKq","B25dBg9Zzq","zNjVBunOyxi","s0H0t2q","mdaWmdaWmda","x0rctMfTzq","B25pCgvU","qNbmtKK","Aw9U","AgfZ","C3rLBMvYCW","y2HnyxHuCMK","rK55Bue","thnhBvy","zNjVBNrPzxi","ChrVCG","BgrruwW","DwjZA00","ywnRx2LK","yNvMzMvY","CYbPBNn0yw4","r1nevhu","quLHrwO","CMvJzxzPzwq","yuPpCuO","qxr5wve","vw5Oyw5KBgu","tgLZDgvUzxi","zxLjrem","t1HbwMK","CvHgB3a","A2fwAwS","vwDSBey","x2vUzhbVAw4","BxnN","qMHzufO","qMnSqLC","tevrwfm","t1LWExK","DMTZD1y","zxf1ywXZ","uvDRtgu","B3DoCKe","rhvOAM8","CMvZzxrdB3u","vxPTEvG","AwrI","igzHAwWSig0","CMzruLa","q0f2DKi","z3ntB3e","x3jLywr5q2W","BgvUz3rO","B2zMBgLUzq","ywXTtMC","B3bLBIa","u2nOs3u","DMfS","C2v0sxrLBq","svfHv0m","q291BNq","wxfRDeK","mhW1Fdn8mxW","BuvbAha","wffzEfm","BwHpvLa","y3HyDNm","rxjYB3jdB2q","zgv1ywm","BMDLza","y2HHCKnVzgu","rfz6vKS","r1vptu0","BePjtgG","DhDVCMTdAge","DNrbtvq","ELzRsfe","x3bPBMDmB3m","CgLUz1rPBwu","CvPnsxO","yw5Nzq","zNHyBM0","zuv6v3m","ywrKt25L","qNnLA2m","CMfUzg9T","x3bHDgHlzxK","Cw9Zx18","B25LCNjVCG","z2Pbr0G","AfLzr3q","wMPMB1O","BvjowuW","uhLyDLe","vwzTAMK","sMr2D1m","x3nLBMrby2S","B3nLrxzLBNq","v2TYBgK","s0D4tLi","tfz3D0e","CgXLyxnLiha","wvz4quy","B2rgrNe","sxLJwvG","su94C2i","x3bYzwzPEa","A21ptvi","ywWGy3vYC28","mta4otiWnwfPtMHcvq","Dxrjza","s2XoEM0","BwvZC2fNztO","qKnyBxi","y3jLyxrLrwW","BKLgwgG","DhjPBq","uvP0q0G","teTHvMK","uhDiCwy","Chv0","zMX1C2HfEha","z2vY","tMfTzq","zxmGCMvHy2G","BMrWB2LUDca","x29UugfNzu4","uw9Avfy","C3vIC3rYAw4","uM9lD3e","ywnR","ENfTqwC","Aw5KzxHpzG","BNruCMLLC0m","BeXyu0K","uK9Ys0y","s1Dcrg0","x2LZtwLUAvq","yMLUyxj5","yLbfD2q","B3bLCNr5","y291BNq","Dgv4Dc9WBge","z2v0qwXSs2u","CgfYC2u","Eg5Hwvq","CKHVC3e","yxbWBgLJyxq","x29Ut3bLBG","nhWZFdf8mNW","y29SBM8","Axnby2TdBgu","igfYCMf5yNu","C2v0q3vYC28","vgfxtvy","Dw56teG","quvjvum","CgjICdi","yNHdCwW","AgX4u1O","rwXbwLm","txnUBK0","y2XVC2veqG","BNLmq1m","CLvRtgy","quflBem","Aw50zwDLCIa","rLbqvhm","vhbeq1e","vgvIzw4","s09YAwK","zxjFCw9Zx2e","CIb0DhDjra","y2HLy2TdDxi","yNL0zu9MzNm","uMjgu0m","v2Hisvi","D24GCMvHC28","DxnLCKLW","rfziBe4","vwnXzgO","B25VCgvU","ywnRtxnNswq","x2LZtwLUAvC","DeLUDgvYy2u","u2vXsuq","tuvtu0fhrv8","DgLUzYbZzxi","vw5PBxbSzw0","Bwf4twvZC2e","DunNBhK","y0T0swS","AhD0wNy","z21mAeS","t1D0wve","Bu9Ls0O","CM92AwrLige","v0DhANq","x3bPBMDqB24","tKfusvzfx0u","ChHRCwu","svvSCNa","x2LUAxq","DurzDxm","zhrOsxm","D2vcrKC","x2XPC3rLBMu","Ew1pr1a","DxrMofDYAxq","q0XlCLK","C2v0","BgLUzw5V","CNzHBfzHBhu","rxzTrfG","vLbUsKi","Cgf5Bg9Hzfq","Bwf4uMv0CMK","nxW0Fdb8mxW","uMvHzcbWyxm","CgfNzxnOB3C","wKvmuhq","Cg9PBNrbBMq","BxnAAee","rNjVBNrPzxi","CMfTugfYyw0","zxH0ugf5Bg8","Efrurw52","x2HHBMrSzvi","vevureu","sg1Qyxm","zgvJB2rLzey","qurHrgK","sffdsgq","Devovfq","mJiXodCZmLfsrgftDG","B25szwnLAxy","D2rguuC","BNvTyMvY","CgLUz0XVC3m","uMn6DeK","CefwB2q","ihn1y2nLC3m","x25HDMLNyxq","BgHUr1e","Aw9UvgLTzw8","x19LC01Vzhu","DgLTzw91Da","z2v0qwXS","wwXVsui","EffACfG","uLjAtw4","DgfYz2v0","Dhrdvha","AhDpruG","r3nxqvm","Dg9cExrLC0W","C3rHCNq","y2f0y2G","AuLiu3i","sNvktMi","y3jLyxrLq2W","uK5iz1C","zg11suO","Cwnnq2i","swriwfi","r2f5s1O","uMnPDKC","AMr3zNe","D3jPDgvvAw4","z2v0","rwTqDfG","r2ztEhm","zgXAvLa","z25UrKG","Dg9cExrLC0i","Bwv0Ag9K","tLHIzNu","CMvXDwLYzwq","vMHbseC","B25mAw5L","su1TyNC","EgTpt1q","CKvluNe","zw5NDgG","rwrAsNq","AMffrwK","t0zSs00","y25YrgW","igzPzwXKoIa","BMfTzq","C1veru0","yM9bq3y","C0Dbufy","A3fHC1G","rxzLBNq","rg9Or1C","zvvcsfK","Aw5KzxG","vxb4svq","AMHYvwG","vgLTzw91Da","x29UrxjYB3i","EgvWCu0","uxrTrve","wuPKDfu","ywDZsfK","zw50tgLZDgu","ihjLy29UBMu","DhjPzxmGCMu","vhH1B3m","rhjVEwy","wNjrwwy","zgzRuLu","tePwt2O","AgfUz2u","wLfjAxK","C2frwKW","AxjLza","vuHtvKC","o2nOyxjZzxq","uKfuuuS","r01QBMO","reHyyuW","CMfgzwq","suHKvhy","y3vYC29Y","CxfUvNy","lcbTyxGGCMu","tgjfr2m","AhDyquu","ELbqBvm","zgvSzxrL","FdH8mxWY","v0jizxC","CuzpCeC","rurgC2q","ufz1y08","y3nuBxK","yLbtqNq","r1bMrKy","v2zlt2i","Chz1zxC","ig1LC3nHz2u","yxnL","y2vXExm","y2fSBa","C3Huq2y","yxjYyxLIDwy","Eu1myM0","CKHwBhm","Bg9IywXty28","wevHDvu","y2XLyxjtDg8","CKXkExa","u254zwe","zwTPs3m","EhrKthy","sM5ishC","C29Tzq","Cfv1CLa","ELfbCvm","zw5HyMXLuw8","svv5DLm","zxrxB3jRq2G","ihzHBgLKihm","tg9Nsuq","DhjHBNnHy3q","B2zM","z29PBMCGyxC","yxnqwgu","BM93","y3r4","CMvZB2X2zq","x29UvgLTzw8","qw1VDw50","EeLAD2m","vg9rzfu","AxnbCNjHEq","x2n1CNnVCK0","AwvLBKq","CMvWBgfJzui","A0DyzKG","ChvZAa","vMLLCvG","DgzfDKm","t0nUt1y","rwPuC1K","DxD2Dxe","wffwEvu","y29UBMvJDfm","zMXoDu4","z1vAvvi","x3DZsw5ZDge","zufKDwy","zNPqrhy","vffKug0","v3HAwgW","yKr0BKS","q0DWCNu","uKvZsLG","ANLiBvu","weXQBMm","tKDWuhy","tvvLtMK","Aw5PDcbrB1m","r2rzqxO","zgvIDwC","q3vZDg9Tq2W","y3vYCMvUDeK","x2rLyNvN","Cgf5Bg9Hza","ywLOBhi","EgHHB0G","C29YDa","wvbkDfu","Aw1LCYbPBIa","r0LNqM0","BNrfBMrWB2K","BwvZC2fNzv8","qNnrvhq","q1jjy2K","EvjLy29UBMu","wu9lwxy","x2nVBM5Ly3q","BMnVzgLUzW","vxDes1C","qNPlAfe","u2TPCcbWyxm","uhjPBwfYEuS","zNjVBujPDhm","B25JBg9Zzq","re94EKG","teHyAwq","B25tDgfYDfi","qxzXDLq","sxz6Bvq","B1fQsLy","Bwu6ia","C2PTsKq","z1rPBwvVDxq","zujvs1y","CvvLzu0","Aw9Zruq","yLzMALm","EKPsAgK","v2PtALm","BhPcweO","y0LctvK","DwjhD0q","v2vIu29JA2u","ze9YB0q","r0LKDNq","uM1LuMm","z2v0s2v5","yM9L","Dw50","zM9YrwfJAa","zvndr1G","z0TAs0q","zxHWB3j0CW","C3nHz2vfDMu","CNneyNC","r2rmALK","qMLYt3C","BfPtwMW","BwvZ","uNPNwfO","DeTRCxy","zxL1CwG","AxDkBLy","D3jmseG","uuHIzLe","rgz1v2e","CwHWAuy","C3bpEui","y2uGBM90igK","CMvTB3zLrxy","q29Kzq","yMLUyxj5vhK","vwzRDg4","Avncuwq","ysbTDxn0igi","rfDtz2i","v2Tjy1K","ywrKq291BNq","DuLPEwW","B25Uzwn0Aw4","CNzHBa","D25euwe","vg1LvMS","rxDLEhi","DKrfsM8","ue54Duu","wwvZDuK","D2fZq2XLyw4","yu9Xugq","EgrHDvK","z3DcBgu","CfHSyw4","D2HPALa","Cg5twKm","BvPhCg4","ze1wuxK","yxzXzfC","zNjHBwvuExa","yuLywee","x2HHBMrSzu8","vMXjEgu","yuTUAhy","y1rMDuu","yxbWBhK","zgrjrcWGzgu","BwrOug4","s2XnCgO","x2rLC3rYB3K","t29pEwu","B1nRwxi","BvvqC0K","jMPZy2fSBgi","vNbRBeW","tufyx1jfvfi","AxnAzxjV","yxbYBKS","y0nhEuC","rLDoCwi","EfvZzuvUDG","x2jPBMfYEvq","mNWXFdn8mhW","C3bSAxq","zhzOv0O","ANjUCMC","BMv4DcGPigm","EKj4req","sNLes2e","wM9TsKC","t3HqDhe","yxvVuwm","DK1VAxu","rMnZsvC","BML0AwfSAxO","EKXNvg0","y0vHuvq","wwXZuvm","v2DMtxa","C1v3A0K","x2DLDeLUDgu","BuTkEMe","x2nSzwfYugK","wvr6s1y","C1f4r0e","tfLkCg8","EuXsBui","BM9Uzv9UB24","zMLSDgvY","x3fVC0rc","yNLL","whfZEgO","CYbWyxjHBxm","zw1LBNq","vK5mweu","zgPWtNO","yM9KEq","x2TLEvbHDgG","C2fNzq","ywjVrha","zw5JB2rLrNi","BMvJDa","wgzJCM4","ruzpAey","CMvHzfvjBNq","BezYs08","zLLiyNK","AwXK","v3LeEfe","zxjFAxnFywm","BMvY","CgLUz09Uy2u","wef1yxe","u2TRthq","ueDeDgi","icSG","Aef2zgK","A1vKyxq","AxnMENG","zw5HyMXLvhi","y3jLyxrLuMu","z2zQr0W","ywrK","Dhr3Awq","ihrVihjLDhi","wMD4ug8","ExjYugS","ELHVsLG","zw5KCg9PBNq","q0Xpu0LorW","se9tqLu","tMDlt2e","De1HBMfNzxi","qMnjEhC","qKL0u1O","zgvSzxrLrge","qwjVCNrfCNi","vwD1zLu","x2LUAxrqCM8","ugvqvNG","wMzotKe","y2HnyxHdB3u","A2vzsue","yMfJA3vWigu","tejQAxq","CuHfBM8","zwrJAui","EKTUA0O","tunguvK","v3rUvMy","y3ruAw1LB3u","AxnFywnR","yKjdEeK","zw5JB2rPBMC","EePKreW","rKLmrv9ot1q","zw5HyMXLqxu","zKLVwei","AwXLtMfTzq","Dg9oDw1Izxi","q1zVs0O","zg9Uzq","B3rfDfm","Ahr0Ca","tfzcEuy","vfnUq1q","x194x21Zz18","CM92AwrLihy","qwz6z1m","ywX3yxLZ","CgvYC2LZDgu","D2LSBfjLy28","tNbYwfi","BgLZDgvUtMu","wKzeAva","x0vysvnu","u2HAy0C","AMvJDfn0B3i","q0j1qNK","CLflz2S","yxv0BW","vwvQvMm","BgLUzq","x2LZv29YA2u","CMjmq0u","BMnLq2XVC2u","x2zVCM1HDeu","twvZC2fNzuu","mtC1mtK5mtjXquLeEuu","tMPezNy","yw5Hz2vY","zMzmAw5L","y1Her3K","CgfNzwHPzgu","y29Uy2f0","qwr4DK0","BKXPBMu","mtu3odm2CunuyMLx","sgzSvxa","veDAwvu","vfzXCfu","AeHnru8","yxnZAwDU","sNbAB0e","BxnNsuq","CMvHzg9UBhK","sw5dDKG","y3vYC29Yx2y","tKrezw0","D3LKA1C","uuz0BMG","Bg9Nsurhzw4","wevLvfm","C2vUza","AxnmB25N","AenSB3nLrxy","ywjVCNq","B25nzxnZywC","zwHuBMC","nhW2FdD8mhW","zwrgs1m","A29vEuq","EKjru1y","y2XLyxi","rNfXEg0","qLLywgK","yKzPtwK","Cg93","D3rQtKC","z1vLwem","wM1ivgi","Dw5ZAwDUzwq","BwvZC2fNzq","qKjNqNG","ExLzu1u","rMThtfi","C2v0u3rVCMe","BwvKAwf0zwW","tvzYBM0","zNDZxZeUmc4","rwDAuxK","whzZuvK","zfnJAuW","zw1PDa","zxjYtxnN","u3HYDxa","C1npEwS","sffRqKm","CNDHEwy","B3jRzxjhBg8","vLnkvLq","yuLvDxe","vuflAeK","ALjAEu4","u05wCfe","Ae1LC3nHz2u","ywDLu2HVDW","q3vetNC","BwT6zgS","y29UBMvJDca","BKrpu1i","uvnPwhe","uNfNEKi","wvbMqxK","t0DbC1i","Dg9mB3DLCKm","wu9lt1O","ywXty29Wzq","zv9ZDwnJzxm","vKLZvwy","zevWDgu","y3jLyxrLt3a","yLP2DKm","vNbiqwu","rvfQC0y","Dw5RBM93BIa","CNnVCL9Uyw0","rgrPs1q","z0PuyMq","r3zVy08","ufzhCum","zxjFDhrS","D3vhwge","wNr0u0G","u1zpwum","AK9qwLu","y29Kzq","ALrsCMW","u2DOt2S","mhWXmhW3Fdy","x2n1CNnVCK4","y3jLyxrLtwu","zcbLCNjVCI4","AxnrB1nby2S","v2LnrMO","D3nzCMu","zMLUza","DLr6v1u","DNLKwvq","Bgj3vvO","y3vYC29Yx24","CMvZDwX0","t0TSvwi","CNnVCL92ywW","wwzpve4","Bhrgrhy","rNf0tva","x2n1CNnVCKy","B2Pzqu8","mZyXmZuYnKTzBKHRvq","B1Puu1a","zcWGDw5RBM8","zgf0yq","C3vIyxjYyxK","ug5Xqve","x2rPC2nVBM4","CxnHC2y","uLjpuG","DgfcuKW","x2LZsw5PDa","ExvOAMW","CMLUEM8","BMrLEa","Cg95A3y","B1rLwuG","DwTwC0u","z2v0q3vYCMu","CMvWBgfJzq","rgP5Awy","zv90Aw1LB3u","twLZC2LUzYa","C2v0zgi","uxvLDwu","q1rNseq","vfvtAKK","q2jmtK8","yMLUza","rgvRwxC","v3fnyva","DgfIyxnL","BwvY","A0HdugC","DePuv2y","sg5eDui","ChHiuwC","mNW0Fdy","s1j1txm","BhrPCgXLihq","DKzewLu","B0nUzvq","C2nYAxb0","C2DPAhu","yxKSig5LDhC","Dg9tDhjPBMC","DhfwDuK","wu5iy3G","zgjNuxC","BLvSuxO","y29UC3rYDwm","yKTWufu","Bg93","C1b6y2O","q3bvzgC","BKrhqxe","D3PVqwi","x3bYB3rVy28","txHPrwS","sg9KAwi","mxWZFdz8nhW","B25ozxr3B3i","s2jOwNa","BgLtqKy","vffOEvO","r1v0sg4","yw1Lu3bHy2u","ruvWrNe","CM9YrxzLBNq","r1Hywuu","rhnrENq","Eu5Ku3G","ywDL","yNvMzMvYzwq","DKLVD24","vLzyEgu","BLrvAMG","vxbKyxrLq28","ExbL","z2vwBhi","DuzuDvG","CuLtCgu","t1bftL9fuLi","Cw5Oshq","q1DxwKG","C2LTt0m","swXMyuG","zevqCeC","y2vZC0HHBMq","zNjVBuHHC2G","yxv0B21HDgK","x2LZtM9Kzq","y29UBMvJDa","t2jZwvu","tKjHB1C","x3nLCuLK","DxjS","B3vUDa","ELDVAgW","vuHtCei","AgHXrwW","Dvrnqvm","DMvYC2LVBG","BMvLzf9Hy2S","DLboDMS","rMXfwMO","BgvY","y25Luhq","Fdv8nhWZFdK","mhW0Fdn8mNW","D1bcDwe","qLzsthe","reTUC3u","nhWY","y3bjsuK","AwL1qNC","Aw5L","B3jRig9MzMW","zNjVBuj5Dgu","DMvyCw4","AM9PBG","zM9Yy2u","x3vYBa","zfDVCMTLCKC","uMvJB25Uzwm","uxzlD1K","rNvsCu0","A2v5CW","sKznuvO","B2nRzxrtDwm","A29JCxi","CMvJzwL2zwq","ENbtq08","x21PBMLoyxy","q29ct1O","ENjowva","thbxvha","DMvY","u3fsugO","qwPKtKu","ywnRDxbfBMq","Cwr3Bhu","uLLWz0m","y29UBMvJDeu","s2DAzNy","rvjst1i","CuvmuMu","zK13ELC","sNf1wg0","AefJA01LC3m","A1D2s04","AwDHDg9Yt24","zMLN","A2v5","C0z1v3G","DLntrgG","uwn5q3C","B3jLtMfTzxm","vKrAAu4","sgTQD0q","rvHfqNm","ywnOzwq","Eg5Nqvi","qKrMs1m","DxbKyxrLq3u","z2jzsLq","v1vSBMm","zcWG","BeHHBMrSzxi","BIWGAg9ZDg4","zwfKB0m","zxzfqu4","AgvHzgvYCW","AuniAu8","Ag54tK8","seLSuuC","BwLUzW","yNL0zxm","sfz5sKi","BhzHCMK","B2vhueO","Dg9cExrLCW","twXwqvy","ANrNAgW","vgfN","vNfWwei","C1LvBKe","u1flzhu","AvbfsKO","zwrPyxrLBhK","DfvVsKe","vvzIwNy","z2v0t3DUuhi","t0jpDeG","zfDVAuS","AgvHzgvY","B2zRzxq","zeriAwy","CLvAqwG","ufreu3K","su5tvefova","zhPItvy","x2rItMfTzq","D1LVCgS","ywXS","tKX5q1K","u2vYDMLJzvC","zNjVBu51Bwi","r2HizuO","t2XLvw8","Ae9Wzw5fDMu","B3jL","BKj0v1u","CMvKDwnL","t3LHrMu","EezPBhq","CMfTzq","y3vYC29YlNm","zujKuLe","zxjYtM8","qw1Yq3i","Ec1TC2CTy3u","ruv3zvK","q09oveLovuu","wKj2z0i","ExPvAu8","t3LgCNC","C2DPza","Bu9QBxu","sgfwA2W","AuHPwNG","D2X3ugi","yuLlwKW","AgfoCwu","svvryNe","DMfSDwvZ","DhLWzq","tgP1ELi","wvnTrxu","qMrXvee","u2H0AuG","rMTdA1u","ywrKrxzLBNq","BNrbBMrvCgq","uNP2zuW","Ae5svfC","x21LC3nHz2u","C1bXEu4","uxnTywu","z2fKA3O","zNzuDKu","B3bLBG","z3PHBNa","t3D4B1q","rKTLrhO","yKXTy1u","ChbLyK4","Cg9W","txfzuLC","rg5JvhK","De5AsgG","r3vNB3G","A3r4zu4","DMzyr1y","BwrnveG","BMCGzMfPBgu","C1nnt2C","B25tDg9Wsw0","CMfNzvn5BMm","t3zTtgy","zwnVBM5Ly3q","CMvUDevUzha","CKj0BuC","Aw5JBhvKzxm","whfMr0q","zgvS","CgLUz19VBMm","t2PrrNC","CxHlA3u","y2HLy2Tszwe","t2jQzwn0","C0XPC3rLBMu","DMTvtwO","x29WDgLVBNm","y3jLyxrLrxi","BgzyCvC","suvtx0vsuK8","rwvTvfu","teD0DMK","vuvpz3a","Bg9N","wKD0r2i","zKTgvKS","vufKDve","x2rPC3bHDgm","zxjFBxnNAwq","yNLuDeS","y3vZDg9Tshq","r3nbDe0","DwHVyu0","vfvHA3G","Bhm6ia","vuXjDMG","wePgA2S","CenPt2W","sMTWqw0","AxnrB1nnzxm","rw5mtMW","x2DLBMvYyxq","C3POuwy","t2Lbq0O","B2nRzxq","v3riCLm","yMjKq3q","vuXPuwO","vKjMq0W","BuvZthG","x2LUAxrhBg8","u0vwC2y","tg9NsurozxC","ihrPBwvVDxq","u1PHBwi","z21Orey","sw9uyuq","CMv0CNLdB3u","Duf2Afy","zLDHwLy","qMLHr3q","z1HSEMK","zgLZCgf0y2G","wvvkqNm","AwXSihvZzsa","zwn0","ufn5DuO","tuTNrgu","DfH5quy","l3DZl3yY","B3jpBMXPBMu","sxrnvge","uuXQswG","B2nRzxrgywK","y09Wzw4","CKvxt1q","tKP6wKG","DMfSDwu","vxfwthy","DwnMr0q","u01fu1a","BKrbEgG","sNDUDK0","qxfxvwK","BKH2z3q","r1f2Axi","ugXUvgy","s3DhCfa","CMvQzwn0","z2vjBMzVu3K","x29UtwvZC2e","Cgf5Bg9Hzeu","veTNANe","C2vYDMvYvgK","ExHYu0C","t05Ot08","ChjVDg9JB2W","z2v0q3vYC28","y2XVC2u","AxnszwfKEq","vvD1Bwm","ALPPtfG","DxvsA0G","BgLTAxq","wNDVzu0","ruTMtwO","Dg9iyxnO","x29Uq2XVC2u","x2LZqNjVD3m","zMvY","x2fKzfDZtgK","rfjny1G","Cw9Z","z3L1rNy","BK96Chm","B2LUDfjLywm","wwvwsfu","ufrAvuC","ywXPzcb1CMW","u2HHCMvKv28","x3jLBw92zvC","z2v0sxrLBq","zxjFywnRx20","zgv2AwnLx2K","Au5AwMW","B3bLBKrc","zefpyu4","uLDozKS","ywXSzwqGBxu","odzlrNbOCuq","rNDXA0m","uLfmvu4","zNvUy3rPB24","CvzOBhK","ExD0vxG","C0jf","B2jQzwn0u3q","nJC0odiZzfrztuDz","wNPVEMi","vKrhy0u","wK9mEMy","BwfW","Du9Av3K","x2LUDgvYDMe","vuvpA3y","CMvZzxruCMK","z3LWwKK","Ef9MCM9UDgK","ChjVDg90Exa","qNLlsMC","qKrSALu","z0reA3q","B25TzxnZywC","yMDIrwW","ELforLq","DfH6vwW","q3vZDg9Trxi","uLbcwLO","CNjVCK1LC3m","CwLguNC","Aw9Ul2PZB24","s1LgAg4","B1zKtfC","zxq9DxrMltG","qwHWqxe","y3jLyxrLt2i","Aw47y2HHCNm","u1rxyKS","tw9KDwXL","sgfTz1q","sLPoqNe","vhLjz3m","C3rVCcbPBw0","mhWZFdv8mxW","wKXpvvm","CxzgC3u","y3vYCMvUDeu","B1LnvMW","u0PhuNO","tKDFrvjst1i","zgLZywjSzue","z1jwBgK","zLzbC1q","y29UBMvJDgK","y2XVC2uSihC","wMHOuvu","t3bLBKv2zw4","A0XKuLy","EgH3D1i","Bg1VELm","wLjYD28","AMjlsee","zvvYBa","AwrwBe0","yMXVy2TLza","nxWY","u0r5thC","Bwf4tg9ZC0m","ugvKqNq","BwvND1u","CM92AwrLihC","tMj6zgq","x3DZ","ufHrB3K","BNrLCG","tg9dt1K","z2v0u3rVCMe","CNnVCKzPBgu","DMvYC2LVBMm","zujMz1m","wefAtMm","uhHsAue","BMDuAw1LCG","thrkwva","t3fxyvC","DxrVuMvJB24","nZy1m2DgtLnKuG","DcbVzIbYyw4","vhP2r0S","yMXJqMy","B2zMC2v0","rw53vNa","AgLNAa","whD6v04","sfL4sxy","AKfxr2i","y29TCgXLDgu","ywnRx2nVzgu","zKX0veu","x2nYzwf0zvm","EMXxsfi","DvvbrNu","Bg9NsurozxC","x2rYB3bhBg8","CMvJB25Uzwm","D3nZoI8V","C2v0y3vYC28","CMvHzhLtDge","qMXYrvy","q0fTtKq","zezmvhi","u0rwz3y","s2D3wM8","zw5XDwv1zq","Dhj1y3rVCIa","oxW1Fdn8mta","DcbSAw1PDa","ChbL","Cgu6ia","zwj2vKG","AK1PCe8","x2nSzwfYvgK","B2XKvMvYC2K","t1bftG","B2fK","zuXct2K","Cw5XDfy","CMvZzxrfBMq","yuDUDM8","C0Xf","ExrhzMC","yxbWzw5Kq2G","DgLLCKPtt04","rw5Nrfe","wxvkz0K","ENbIvxm","DeLVEfi","BwLZzq","AgzhChe","v2LUzg93","rNfRueG","BwfUDwfSihi","B3nLza","q0r0u04","zufJAW","zxH0zw5ZAw8","ywzL","C2vYDMLJzq","CvbmzgK","x3nVy2TLDa","x2HHBMrSzva","vfD6DxK","C3rVCMu","tg9JAW","thLTA1e","Aw5KzxGGB3u","EvnXBM4","zhvsBhC","CMvHzhDYAxq","DKDjB3y","teDPzeq","t0vPtNq","Dvzbsgm","rgvKAwnHDgu","z2zSq2m","q09otKvdveK","swDHyvO","qM1vzu8","yMfSrxzLBNq","DxLAuve","x3jLy29UBMu","y1zUuwq","y3vYDMfSDwu","uuLJvxC","qNbcveS","AMnXDNi","C0nVDw50zxi","wvLvy2G","sM1vu1u","x1fVu01HBMe","A1n0yxr1C0m","EgngAK4","igXHCMDLCIa","vuvPyMm","rgDiuKG","Be1gyLG","CgLUz0LUDgu","DMXXsLu","BwHiuem","zxj2AwnL","yNLpzei","t2LPu3G","zxjYB3i","BMCGB3iGyw4","BMrWB2LUDfq","yNL0zuXLBMC","suXvyw4","rLDt","Ahr0Chm6","C1zqCeG","rNPsCeu","C2HPzNq","AevYCM9Yrxy","s2HeDfC","Dg9VigXHCMC","id4G","C3rYAw5N","z2u6ia","wuD1Ew8","BM5Ly3q","rePTtLe","CLDdAuC","sfjTt2C","y29UDgLUDwu","wvbku2W","v2H3qw4","C2vUDa","vxn5s1O"];return nr=function(){return n},nr()}});var Je=ve((u_,ia)=>{"use strict";var na=["nodebuffer","arraybuffer","fragments"],ra=typeof Blob<"u";ra&&na.push("blob");ia.exports={BINARY_TYPES:na,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:ra,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var xn=ve((f_,rr)=>{"use strict";var{EMPTY_BUFFER:uf}=Je(),ui=Buffer[Symbol.species];function ff(n,e){if(n.length===0)return uf;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let a=0;a<n.length;a++){let d=n[a];s.set(d,o),o+=d.length}return o<e?new ui(s.buffer,s.byteOffset,o):s}function sa(n,e,s,o,a){for(let d=0;d<a;d++)s[o+d]=n[d]^e[d&3]}function oa(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function lf(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function fi(n){if(fi.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new ui(n):ArrayBuffer.isView(n)?e=new ui(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),fi.readOnly=!1),e}rr.exports={concat:ff,mask:sa,toArrayBuffer:lf,toBuffer:fi,unmask:oa};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=Q("bufferutil");rr.exports.mask=function(e,s,o,a,d){d<48?sa(e,s,o,a,d):n.mask(e,s,o,a,d)},rr.exports.unmask=function(e,s){e.length<32?oa(e,s):n.unmask(e,s)}}catch{}});var da=ve((l_,ca)=>{"use strict";var aa=Symbol("kDone"),li=Symbol("kRun"),gi=class{constructor(e){this[aa]=()=>{this.pending--,this[li]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[li]()}[li](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[aa])}}};ca.exports=gi});var Ft=ve((g_,la)=>{"use strict";var un=Q("zlib"),xa=xn(),gf=da(),{kStatusCode:ua}=Je(),hf=Buffer[Symbol.species],pf=Buffer.from([0,0,255,255]),sr=Symbol("permessage-deflate"),Ye=Symbol("total-length"),zt=Symbol("callback"),xt=Symbol("buffers"),Ut=Symbol("error"),ir,hi=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,!ir){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;ir=new gf(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[zt];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 d=+a;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=d}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${a}`)}else if(o==="server_max_window_bits"){let d=+a;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=d}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){ir.add(a=>{this._decompress(e,s,(d,u)=>{a(),o(d,u)})})}compress(e,s,o){ir.add(a=>{this._compress(e,s,(d,u)=>{a(),o(d,u)})})}_decompress(e,s,o){let a=this._isServer?"client":"server";if(!this._inflate){let d=`${a}_max_window_bits`,u=typeof this.params[d]!="number"?un.Z_DEFAULT_WINDOWBITS:this.params[d];this._inflate=un.createInflateRaw({...this._options.zlibInflateOptions,windowBits:u}),this._inflate[sr]=this,this._inflate[Ye]=0,this._inflate[xt]=[],this._inflate.on("error",wf),this._inflate.on("data",fa)}this._inflate[zt]=o,this._inflate.write(e),s&&this._inflate.write(pf),this._inflate.flush(()=>{let d=this._inflate[Ut];if(d){this._inflate.close(),this._inflate=null,o(d);return}let u=xa.concat(this._inflate[xt],this._inflate[Ye]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ye]=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 d=`${a}_max_window_bits`,u=typeof this.params[d]!="number"?un.Z_DEFAULT_WINDOWBITS:this.params[d];this._deflate=un.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:u}),this._deflate[Ye]=0,this._deflate[xt]=[],this._deflate.on("data",mf)}this._deflate[zt]=o,this._deflate.write(e),this._deflate.flush(un.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let d=xa.concat(this._deflate[xt],this._deflate[Ye]);s&&(d=new hf(d.buffer,d.byteOffset,d.length-4)),this._deflate[zt]=null,this._deflate[Ye]=0,this._deflate[xt]=[],s&&this.params[`${a}_no_context_takeover`]&&this._deflate.reset(),o(null,d)})}};la.exports=hi;function mf(n){this[xt].push(n),this[Ye]+=n.length}function fa(n){if(this[Ye]+=n.length,this[sr]._maxPayload<1||this[Ye]<=this[sr]._maxPayload){this[xt].push(n);return}this[Ut]=new RangeError("Max payload size exceeded"),this[Ut].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Ut][ua]=1009,this.removeListener("data",fa),this.reset()}function wf(n){if(this[sr]._inflate=null,this[Ut]){this[zt](this[Ut]);return}n[ua]=1007,this[zt](n)}});var qt=ve((h_,or)=>{"use strict";var{isUtf8:ga}=Q("buffer"),{hasBlob:_f}=Je(),yf=[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 bf(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function pi(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 vf(n){return _f&&typeof n=="object"&&typeof n.arrayBuffer=="function"&&typeof n.type=="string"&&typeof n.stream=="function"&&(n[Symbol.toStringTag]==="Blob"||n[Symbol.toStringTag]==="File")}or.exports={isBlob:vf,isValidStatusCode:bf,isValidUTF8:pi,tokenChars:yf};if(ga)or.exports.isValidUTF8=function(n){return n.length<24?pi(n):ga(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=Q("utf-8-validate");or.exports.isValidUTF8=function(e){return e.length<32?pi(e):n(e)}}catch{}});var bi=ve((p_,ba)=>{"use strict";var{Writable:Sf}=Q("stream"),ha=Ft(),{BINARY_TYPES:Ef,EMPTY_BUFFER:pa,kStatusCode:If,kWebSocket:Af}=Je(),{concat:mi,toArrayBuffer:Cf,unmask:Tf}=xn(),{isValidStatusCode:Pf,isValidUTF8:ma}=qt(),ar=Buffer[Symbol.species],Pe=0,wa=1,_a=2,ya=3,wi=4,_i=5,cr=6,yi=class extends Sf{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Ef[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[Af]=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 ar(o.buffer,o.byteOffset+e,o.length-e),new ar(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 ar(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 wa:this.getPayloadLength16(e);break;case _a:this.getPayloadLength64(e);break;case ya:this.getMask();break;case wi:this.getData(e);break;case _i:case cr: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[ha.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=wa:this._payloadLength===127?this._state=_a: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=ya:this._state=wi}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=wi}getData(e){let s=pa;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&&Tf(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=_i,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[ha.extensionName].decompress(e,this._fin,(a,d)=>{if(a)return s(a);if(d.length){if(this._messageLength+=d.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(d)}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=mi(o,s):this._binaryType==="arraybuffer"?a=Cf(mi(o,s)):this._binaryType==="blob"?a=new Blob(o):a=o,this._allowSynchronousEvents?(this.emit("message",a,!0),this._state=Pe):(this._state=cr,setImmediate(()=>{this.emit("message",a,!0),this._state=Pe,this.startLoop(e)}))}else{let a=mi(o,s);if(!this._skipUTF8Validation&&!ma(a)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(d);return}this._state===_i||this._allowSynchronousEvents?(this.emit("message",a,!1),this._state=Pe):(this._state=cr,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,pa),this.end();else{let o=e.readUInt16BE(0);if(!Pf(o)){let d=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(d);return}let a=new ar(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!ma(a)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(d);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=cr,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=Pe,this.startLoop(s)}))}createError(e,s,o,a,d){this._loop=!1,this._errored=!0;let u=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(u,this.createError),u.code=d,u[If]=a,u}};ba.exports=yi});var Ei=ve((w_,Ea)=>{"use strict";var{Duplex:m_}=Q("stream"),{randomFillSync:kf}=Q("crypto"),va=Ft(),{EMPTY_BUFFER:Df,kWebSocket:Rf,NOOP:Nf}=Je(),{isBlob:Gt,isValidStatusCode:Of}=qt(),{mask:Sa,toBuffer:ht}=xn(),ke=Symbol("kByteLength"),Lf=Buffer.alloc(4),dr=8*1024,pt,Ht=dr,Ne=0,Bf=1,Mf=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=Nf,this[Rf]=void 0}static frame(e,s){let o,a=!1,d=2,u=!1;s.mask&&(o=s.maskBuffer||Lf,s.generateMask?s.generateMask(o):(Ht===dr&&(pt===void 0&&(pt=Buffer.alloc(dr)),kf(pt,0,dr),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,d=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,a=s.mask&&s.readOnly&&!u);let p=l;l>=65536?(d+=8,p=127):l>125&&(d+=2,p=126);let m=Buffer.allocUnsafe(a?l+d:d);return m[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(m[0]|=64),m[1]=p,p===126?m.writeUInt16BE(l,2):p===127&&(m[2]=m[3]=0,m.writeUIntBE(l,4,6)),s.mask?(m[1]|=128,m[d-4]=o[0],m[d-3]=o[1],m[d-2]=o[2],m[d-1]=o[3],u?[m,e]:a?(Sa(e,o,m,d,l),[m]):(Sa(e,o,e,0,l),[m,e])):[m,e]}close(e,s,o,a){let d;if(e===void 0)d=Df;else{if(typeof e!="number"||!Of(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)d=Buffer.allocUnsafe(2),d.writeUInt16BE(e,0);else{let l=Buffer.byteLength(s);if(l>123)throw new RangeError("The message must not be greater than 123 bytes");d=Buffer.allocUnsafe(2+l),d.writeUInt16BE(e,0),typeof s=="string"?d.write(s,2):d.set(s,2)}}let u={[ke]:d.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Ne?this.enqueue([this.dispatch,d,!1,u,a]):this.sendFrame(n.frame(d,u),a)}ping(e,s,o){let a,d;if(typeof e=="string"?(a=Buffer.byteLength(e),d=!1):Gt(e)?(a=e.size,d=!1):(e=ht(e),a=e.length,d=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:d,rsv1:!1};Gt(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 a,d;if(typeof e=="string"?(a=Buffer.byteLength(e),d=!1):Gt(e)?(a=e.size,d=!1):(e=ht(e),a=e.length,d=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:d,rsv1:!1};Gt(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 a=this._extensions[va.extensionName],d=s.binary?2:1,u=s.compress,l,p;typeof e=="string"?(l=Buffer.byteLength(e),p=!1):Gt(e)?(l=e.size,p=!1):(e=ht(e),l=e.length,p=ht.readOnly),this._firstFragment?(this._firstFragment=!1,u&&a&&a.params[a._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(u=l>=a._threshold),this._compress=u):(u=!1,d=0),s.fin&&(this._firstFragment=!0);let m={[ke]:l,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:d,readOnly:p,rsv1:u};Gt(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,a){this._bufferedBytes+=o[ke],this._state=Mf,e.arrayBuffer().then(d=>{if(this._socket.destroyed){let l=new Error("The socket was closed while the blob was being read");process.nextTick(Si,this,l,a);return}this._bufferedBytes-=o[ke];let u=ht(d);s?this.dispatch(u,s,o,a):(this._state=Ne,this.sendFrame(n.frame(u,o),a),this.dequeue())}).catch(d=>{process.nextTick(zf,this,d,a)})}dispatch(e,s,o,a){if(!s){this.sendFrame(n.frame(e,o),a);return}let d=this._extensions[va.extensionName];this._bufferedBytes+=o[ke],this._state=Bf,d.compress(e,o.fin,(u,l)=>{if(this._socket.destroyed){let p=new Error("The socket was closed while data was being compressed");Si(this,p,a);return}this._bufferedBytes-=o[ke],this._state=Ne,o.readOnly=!1,this.sendFrame(n.frame(l,o),a),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)}};Ea.exports=vi;function Si(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let a=n._queue[o],d=a[a.length-1];typeof d=="function"&&d(e)}}function zf(n,e,s){Si(n,e,s),n.onerror(e)}});var Na=ve((__,Ra)=>{"use strict";var{kForOnEventAttribute:fn,kListener:Ii}=Je(),Ia=Symbol("kCode"),Aa=Symbol("kData"),Ca=Symbol("kError"),Ta=Symbol("kMessage"),Pa=Symbol("kReason"),Kt=Symbol("kTarget"),ka=Symbol("kType"),Da=Symbol("kWasClean"),Xe=class{constructor(e){this[Kt]=null,this[ka]=e}get target(){return this[Kt]}get type(){return this[ka]}};Object.defineProperty(Xe.prototype,"target",{enumerable:!0});Object.defineProperty(Xe.prototype,"type",{enumerable:!0});var mt=class extends Xe{constructor(e,s={}){super(e),this[Ia]=s.code===void 0?0:s.code,this[Pa]=s.reason===void 0?"":s.reason,this[Da]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Ia]}get reason(){return this[Pa]}get wasClean(){return this[Da]}};Object.defineProperty(mt.prototype,"code",{enumerable:!0});Object.defineProperty(mt.prototype,"reason",{enumerable:!0});Object.defineProperty(mt.prototype,"wasClean",{enumerable:!0});var Wt=class extends Xe{constructor(e,s={}){super(e),this[Ca]=s.error===void 0?null:s.error,this[Ta]=s.message===void 0?"":s.message}get error(){return this[Ca]}get message(){return this[Ta]}};Object.defineProperty(Wt.prototype,"error",{enumerable:!0});Object.defineProperty(Wt.prototype,"message",{enumerable:!0});var ln=class extends Xe{constructor(e,s={}){super(e),this[Aa]=s.data===void 0?null:s.data}get data(){return this[Aa]}};Object.defineProperty(ln.prototype,"data",{enumerable:!0});var Uf={addEventListener(n,e,s={}){for(let a of this.listeners(n))if(!s[fn]&&a[Ii]===e&&!a[fn])return;let o;if(n==="message")o=function(d,u){let l=new ln("message",{data:u?d:d.toString()});l[Kt]=this,xr(e,this,l)};else if(n==="close")o=function(d,u){let l=new mt("close",{code:d,reason:u.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});l[Kt]=this,xr(e,this,l)};else if(n==="error")o=function(d){let u=new Wt("error",{error:d,message:d.message});u[Kt]=this,xr(e,this,u)};else if(n==="open")o=function(){let d=new Xe("open");d[Kt]=this,xr(e,this,d)};else return;o[fn]=!!s[fn],o[Ii]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[Ii]===e&&!s[fn]){this.removeListener(n,s);break}}};Ra.exports={CloseEvent:mt,ErrorEvent:Wt,Event:Xe,EventTarget:Uf,MessageEvent:ln};function xr(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var ur=ve((y_,Oa)=>{"use strict";var{tokenChars:gn}=qt();function He(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function Ff(n){let e=Object.create(null),s=Object.create(null),o=!1,a=!1,d=!1,u,l,p=-1,m=-1,_=-1,y=0;for(;y<n.length;y++)if(m=n.charCodeAt(y),u===void 0)if(_===-1&&gn[m]===1)p===-1&&(p=y);else if(y!==0&&(m===32||m===9))_===-1&&p!==-1&&(_=y);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${y}`);_===-1&&(_=y);let T=n.slice(p,_);m===44?(He(e,T,s),s=Object.create(null)):u=T,p=_=-1}else throw new SyntaxError(`Unexpected character at index ${y}`);else if(l===void 0)if(_===-1&&gn[m]===1)p===-1&&(p=y);else if(m===32||m===9)_===-1&&p!==-1&&(_=y);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${y}`);_===-1&&(_=y),He(s,n.slice(p,_),!0),m===44&&(He(e,u,s),s=Object.create(null),u=void 0),p=_=-1}else if(m===61&&p!==-1&&_===-1)l=n.slice(p,y),p=_=-1;else throw new SyntaxError(`Unexpected character at index ${y}`);else if(a){if(gn[m]!==1)throw new SyntaxError(`Unexpected character at index ${y}`);p===-1?p=y:o||(o=!0),a=!1}else if(d)if(gn[m]===1)p===-1&&(p=y);else if(m===34&&p!==-1)d=!1,_=y;else if(m===92)a=!0;else throw new SyntaxError(`Unexpected character at index ${y}`);else if(m===34&&n.charCodeAt(y-1)===61)d=!0;else if(_===-1&&gn[m]===1)p===-1&&(p=y);else if(p!==-1&&(m===32||m===9))_===-1&&(_=y);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${y}`);_===-1&&(_=y);let T=n.slice(p,_);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,p=_=-1}else throw new SyntaxError(`Unexpected character at index ${y}`);if(p===-1||d||m===32||m===9)throw new SyntaxError("Unexpected end of input");_===-1&&(_=y);let E=n.slice(p,_);return u===void 0?He(e,E,s):(l===void 0?He(s,E,!0):o?He(s,l,E.replace(/\\/g,"")):He(s,l,E),He(e,u,s)),e}function qf(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 d=o[a];return Array.isArray(d)||(d=[d]),d.map(u=>u===!0?a:`${a}=${u}`).join("; ")})).join("; ")).join(", ")}).join(", ")}Oa.exports={format:qf,parse:Ff}});var hr=ve((S_,ja)=>{"use strict";var Gf=Q("events"),Hf=Q("https"),Kf=Q("http"),Ma=Q("net"),Wf=Q("tls"),{randomBytes:jf,createHash:$f}=Q("crypto"),{Duplex:b_,Readable:v_}=Q("stream"),{URL:Ai}=Q("url"),ut=Ft(),Vf=bi(),Jf=Ei(),{isBlob:Yf}=qt(),{BINARY_TYPES:La,CLOSE_TIMEOUT:Xf,EMPTY_BUFFER:fr,GUID:Zf,kForOnEventAttribute:Ci,kListener:Qf,kStatusCode:el,kWebSocket:ce,NOOP:za}=Je(),{EventTarget:{addEventListener:tl,removeEventListener:nl}}=Na(),{format:rl,parse:il}=ur(),{toBuffer:sl}=xn(),Ua=Symbol("kAborted"),Ti=[8,13],Ze=["CONNECTING","OPEN","CLOSING","CLOSED"],ol=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,V=class n extends Gf{constructor(e,s,o){super(),this._binaryType=La[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=fr,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]),Fa(this,e,s,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){La.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 Vf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),d=new Jf(e,this._extensions,o.generateMask);this._receiver=a,this._sender=d,this._socket=e,a[ce]=this,d[ce]=this,e[ce]=this,a.on("conclude",dl),a.on("drain",xl),a.on("error",ul),a.on("message",fl),a.on("ping",ll),a.on("pong",gl),d.onerror=hl,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",Ha),e.on("data",gr),e.on("end",Ka),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[ut.extensionName]&&this._extensions[ut.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())}),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){Pi(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||fr,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||fr,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 a={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[ut.extensionName]||(a.compress=!1),this._sender.send(e||fr,a,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(V,"CONNECTING",{enumerable:!0,value:Ze.indexOf("CONNECTING")});Object.defineProperty(V.prototype,"CONNECTING",{enumerable:!0,value:Ze.indexOf("CONNECTING")});Object.defineProperty(V,"OPEN",{enumerable:!0,value:Ze.indexOf("OPEN")});Object.defineProperty(V.prototype,"OPEN",{enumerable:!0,value:Ze.indexOf("OPEN")});Object.defineProperty(V,"CLOSING",{enumerable:!0,value:Ze.indexOf("CLOSING")});Object.defineProperty(V.prototype,"CLOSING",{enumerable:!0,value:Ze.indexOf("CLOSING")});Object.defineProperty(V,"CLOSED",{enumerable:!0,value:Ze.indexOf("CLOSED")});Object.defineProperty(V.prototype,"CLOSED",{enumerable:!0,value:Ze.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty(V.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty(V.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[Ci])return e[Qf];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})}})});V.prototype.addEventListener=tl;V.prototype.removeEventListener=nl;ja.exports=V;function Fa(n,e,s,o){let a={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Xf,protocolVersion:Ti[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,!Ti.includes(a.protocolVersion))throw new RangeError(`Unsupported protocol version: ${a.protocolVersion} (supported versions: ${Ti.join(", ")})`);let d;if(e instanceof Ai)d=e;else try{d=new Ai(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}d.protocol==="http:"?d.protocol="ws:":d.protocol==="https:"&&(d.protocol="wss:"),n._url=d.href;let u=d.protocol==="wss:",l=d.protocol==="ws+unix:",p;if(d.protocol!=="ws:"&&!u&&!l?p=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:l&&!d.pathname?p="The URL's pathname is empty":d.hash&&(p="The URL contains a fragment identifier"),p){let k=new SyntaxError(p);if(n._redirects===0)throw k;lr(n,k);return}let m=u?443:80,_=jf(16).toString("base64"),y=u?Hf.request:Kf.request,E=new Set,T;if(a.createConnection=a.createConnection||(u?cl:al),a.defaultPort=a.defaultPort||m,a.port=d.port||m,a.host=d.hostname.startsWith("[")?d.hostname.slice(1,-1):d.hostname,a.headers={...a.headers,"Sec-WebSocket-Version":a.protocolVersion,"Sec-WebSocket-Key":_,Connection:"Upgrade",Upgrade:"websocket"},a.path=d.pathname+d.search,a.timeout=a.handshakeTimeout,a.perMessageDeflate&&(T=new ut({...a.perMessageDeflate,isServer:!1,maxPayload:a.maxPayload}),a.headers["Sec-WebSocket-Extensions"]=rl({[ut.extensionName]:T.offer()})),s.length){for(let k of s){if(typeof k!="string"||!ol.test(k)||E.has(k))throw new SyntaxError("An invalid or duplicated subprotocol was specified");E.add(k)}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),(d.username||d.password)&&(a.auth=`${d.username}:${d.password}`),l){let k=a.path.split(":");a.socketPath=k[0],a.path=k[1]}let A;if(a.followRedirects){if(n._redirects===0){n._originalIpc=l,n._originalSecure=u,n._originalHostOrSocketPath=l?a.socketPath:d.host;let k=o&&o.headers;if(o={...o,headers:{}},k)for(let[z,Y]of Object.entries(k))o.headers[z.toLowerCase()]=Y}else if(n.listenerCount("redirect")===0){let k=l?n._originalIpc?a.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:d.host===n._originalHostOrSocketPath;(!k||n._originalSecure&&!u)&&(delete a.headers.authorization,delete a.headers.cookie,k||delete a.headers.host,a.auth=void 0)}a.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(a.auth).toString("base64")),A=n._req=y(a),n._redirects&&n.emit("redirect",n.url,A)}else A=n._req=y(a);a.timeout&&A.on("timeout",()=>{Ae(n,A,"Opening handshake has timed out")}),A.on("error",k=>{A===null||A[Ua]||(A=n._req=null,lr(n,k))}),A.on("response",k=>{let z=k.headers.location,Y=k.statusCode;if(z&&a.followRedirects&&Y>=300&&Y<400){if(++n._redirects>a.maxRedirects){Ae(n,A,"Maximum redirects exceeded");return}A.abort();let H;try{H=new Ai(z,e)}catch{let j=new SyntaxError(`Invalid URL: ${z}`);lr(n,j);return}Fa(n,H,s,o)}else n.emit("unexpected-response",A,k)||Ae(n,A,`Unexpected server response: ${k.statusCode}`)}),A.on("upgrade",(k,z,Y)=>{if(n.emit("upgrade",k),n.readyState!==V.CONNECTING)return;A=n._req=null;let H=k.headers.upgrade;if(H===void 0||H.toLowerCase()!=="websocket"){Ae(n,z,"Invalid Upgrade header");return}let oe=$f("sha1").update(_+Zf).digest("base64");if(k.headers["sec-websocket-accept"]!==oe){Ae(n,z,"Invalid Sec-WebSocket-Accept header");return}let j=k.headers["sec-websocket-protocol"],we;if(j!==void 0?E.size?E.has(j)||(we="Server sent an invalid subprotocol"):we="Server sent a subprotocol but none was requested":E.size&&(we="Server sent no subprotocol"),we){Ae(n,z,we);return}j&&(n._protocol=j);let ye=k.headers["sec-websocket-extensions"];if(ye!==void 0){if(!T){Ae(n,z,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let De;try{De=il(ye)}catch{Ae(n,z,"Invalid Sec-WebSocket-Extensions header");return}let ne=Object.keys(De);if(ne.length!==1||ne[0]!==ut.extensionName){Ae(n,z,"Server indicated an extension that was not requested");return}try{T.accept(De[ut.extensionName])}catch{Ae(n,z,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[ut.extensionName]=T}n.setSocket(z,Y,{allowSynchronousEvents:a.allowSynchronousEvents,generateMask:a.generateMask,maxPayload:a.maxPayload,skipUTF8Validation:a.skipUTF8Validation})}),a.finishRequest?a.finishRequest(A,n):A.end()}function lr(n,e){n._readyState=V.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function al(n){return n.path=n.socketPath,Ma.connect(n)}function cl(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=Ma.isIP(n.host)?"":n.host),Wf.connect(n)}function Ae(n,e,s){n._readyState=V.CLOSING;let o=new Error(s);Error.captureStackTrace(o,Ae),e.setHeader?(e[Ua]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(lr,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=Yf(e)?e.size:sl(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Ze[n.readyState]})`);process.nextTick(s,o)}}function dl(n,e){let s=this[ce];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[ce]!==void 0&&(s._socket.removeListener("data",gr),process.nextTick(qa,s._socket),n===1005?s.close():s.close(n,e))}function xl(){let n=this[ce];n.isPaused||n._socket.resume()}function ul(n){let e=this[ce];e._socket[ce]!==void 0&&(e._socket.removeListener("data",gr),process.nextTick(qa,e._socket),e.close(n[el])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function Ba(){this[ce].emitClose()}function fl(n,e){this[ce].emit("message",n,e)}function ll(n){let e=this[ce];e._autoPong&&e.pong(n,!this._isServer,za),e.emit("ping",n)}function gl(n){this[ce].emit("pong",n)}function qa(n){n.resume()}function hl(n){let e=this[ce];e.readyState!==V.CLOSED&&(e.readyState===V.OPEN&&(e._readyState=V.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 Ha(){let n=this[ce];if(this.removeListener("close",Ha),this.removeListener("data",gr),this.removeListener("end",Ka),n._readyState=V.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",Ba),n._receiver.on("finish",Ba))}function gr(n){this[ce]._receiver.write(n)||this.pause()}function Ka(){let n=this[ce];n._readyState=V.CLOSING,n._receiver.end(),this.end()}function Wa(){let n=this[ce];this.removeListener("error",Wa),this.on("error",za),n&&(n._readyState=V.CLOSING,this.destroy())}});var Ya=ve((I_,Ja)=>{"use strict";var E_=hr(),{Duplex:pl}=Q("stream");function $a(n){n.emit("close")}function ml(){!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 wl(n,e){let s=!0,o=new pl({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(d,u){let l=!u&&o._readableState.objectMode?d.toString():d;o.push(l)||n.pause()}),n.once("error",function(d){o.destroyed||(s=!1,o.destroy(d))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(a,d){if(n.readyState===n.CLOSED){d(a),process.nextTick($a,o);return}let u=!1;n.once("error",function(p){u=!0,d(p)}),n.once("close",function(){u||d(a),process.nextTick($a,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,d,u){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(a,d,u)});return}n.send(a,u)},o.on("end",ml),o.on("error",Va),o}Ja.exports=wl});var ki=ve((A_,Xa)=>{"use strict";var{tokenChars:_l}=qt();function yl(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&&_l[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 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 ${a}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let d=n.slice(s,a);if(e.has(d))throw new SyntaxError(`The "${d}" subprotocol is duplicated`);return e.add(d),e}Xa.exports={parse:yl}});var ic=ve((T_,rc)=>{"use strict";var bl=Q("events"),pr=Q("http"),{Duplex:C_}=Q("stream"),{createHash:vl}=Q("crypto"),Za=ur(),wt=Ft(),Sl=ki(),El=hr(),{CLOSE_TIMEOUT:Il,GUID:Al,kWebSocket:Cl}=Je(),Tl=/^[+/0-9A-Za-z]{22}==$/,Qa=0,ec=1,nc=2,Di=class extends bl{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:Il,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:El,...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=pr.createServer((o,a)=>{let d=pr.STATUS_CODES[426];a.writeHead(426,{"Content-Length":d.length,"Content-Type":"text/plain"}),a.end(d)}),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=Pl(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(a,d,u)=>{this.handleUpgrade(a,d,u,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Qa}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===nc){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(hn,this);return}if(e&&this.once("close",e),this._state!==ec)if(this._state=ec,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(hn,this):process.nextTick(hn,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{hn(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",tc);let d=e.headers["sec-websocket-key"],u=e.headers.upgrade,l=+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(d===void 0||!Tl.test(d)){_t(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(l!==13&&l!==8){_t(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){pn(s,400);return}let p=e.headers["sec-websocket-protocol"],m=new Set;if(p!==void 0)try{m=Sl.parse(p)}catch{_t(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let _=e.headers["sec-websocket-extensions"],y={};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]),y[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[`${l===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,A,k,z)=>{if(!T)return pn(s,A||401,k,z);this.completeUpgrade(y,d,m,e,s,o,a)});return}if(!this.options.verifyClient(E))return pn(s,401)}this.completeUpgrade(y,d,m,e,s,o,a)}completeUpgrade(e,s,o,a,d,u,l){if(!d.readable||!d.writable)return d.destroy();if(d[Cl])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Qa)return pn(d,503);let m=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${vl("sha1").update(s+Al).digest("base64")}`],_=new this.options.WebSocket(null,void 0,this.options);if(o.size){let y=this.options.handleProtocols?this.options.handleProtocols(o,a):o.values().next().value;y&&(m.push(`Sec-WebSocket-Protocol: ${y}`),_._protocol=y)}if(e[wt.extensionName]){let y=e[wt.extensionName].params,E=Za.format({[wt.extensionName]:[y]});m.push(`Sec-WebSocket-Extensions: ${E}`),_._extensions=e}this.emit("headers",m,a),d.write(m.concat(`\r
8
+ var L0=Object.create;var Wr=Object.defineProperty;var M0=Object.getOwnPropertyDescriptor;var B0=Object.getOwnPropertyNames;var z0=Object.getPrototypeOf,F0=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 Te=(n,e)=>()=>(n&&(e=n(n=0)),e);var be=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Jr=(n,e)=>{for(var s in e)Wr(n,s,{get:e[s],enumerable:!0})},U0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of B0(e))!F0.call(n,c)&&c!==s&&Wr(n,c,{get:()=>e[c],enumerable:!(o=M0(e,c))||o.enumerable});return n};var We=(n,e,s)=>(s=n!=null?L0(z0(n)):{},U0(e||!n||!n.__esModule?Wr(s,"default",{value:n,enumerable:!0}):s,n));function _s(n){return vn[ms]<=vn[n]}function Sn(n){ws={...n}}function bn(n,e,s,o){if(vn[n]<vn[ms])return;let c=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...ws,...o});n==="error"||n==="warn"?G0.write(`${c}
9
+ `):q0.write(`${c}
10
+ `)}function N(n){return{debug:(e,s)=>bn("debug",n,e,s),info:(e,s)=>bn("info",n,e,s),warn:(e,s)=>bn("warn",n,e,s),error:(e,s)=>bn("error",n,e,s),child:e=>N(`${n}.${e}`)}}var vn,ms,q0,G0,ws,q=Te(()=>{"use strict";vn={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"})(),q0=process.stdout,G0=process.stderr,ws={}});import{chmod as nd,mkdir as rd,readFile as id,rename as Is,writeFile as As}from"node:fs/promises";import{dirname as sd}from"node:path";async function Tt(n){try{let e=await id(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function Tn(n,e,s){await rd(sd(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 As(c,o,{encoding:"utf8",mode:s.mode}):await As(c,o,"utf8"),await Is(c,n),s?.mode!==void 0&&await nd(n,s.mode)}catch(d){await Is(c,c).catch(()=>{});let{rm:u}=await import("node:fs/promises");throw await u(c,{force:!0}).catch(()=>{}),d}}var Pn=Te(()=>{"use strict"});import{promises as Ts}from"node:fs";import{homedir as od}from"node:os";import{sep as ad,join as ue,resolve as Ps}from"node:path";function G(n){let e=n??od(),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 Je(n,e=G()){let s=ue(e.agentsRoot,n);return{root:s,config:ue(s,"config.json"),workspace:ue(s,"workspace"),logs:ue(s,"logs")}}async function Cs(n,e){let s=await Ts.realpath(Ps(n)).catch(()=>null);if(!s)return!1;let o=await Ts.realpath(Ps(e)).catch(()=>null);if(!o)return!1;let c=process.platform==="win32"?s.toLowerCase():s,d=process.platform==="win32"?o.toLowerCase():o;return c===d||c.startsWith(d+ad)}var ie=Te(()=>{"use strict"});var Dn={};Jr(Dn,{AGENT_CONFIG_FILE_MODE:()=>Cn,enforceAgentConfigMode:()=>xd,loadAgentConfig:()=>he,persistAgentSessions:()=>$r,persistAgentSkills:()=>kn,saveAgentConfig:()=>Se});import{chmod as cd,stat as dd}from"node:fs/promises";function he(n,e){return Tt(Je(n,e).config)}function Se(n,e){return Tn(Je(n.agentId,e).config,n,{mode:Cn})}async function xd(n,e){if(process.platform==="win32")return;let s=Je(n,e).config;try{let o=await dd(s);if(!o.isFile())return;let c=o.mode&511;c!==Cn&&(await cd(s,Cn),ks.warn("agent config mode auto-corrected to 0600",{path:s,from:c.toString(8)}))}catch(o){if(o.code==="ENOENT")return;ks.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function $r(n,e,s){let o=await he(n,s);o&&(o.sessions=Object.fromEntries(e),await Se(o,s))}async function kn(n,e,s){let o=await he(n,s);o&&(o.skills=e,await Se(o,s))}var ks,Cn,it=Te(()=>{"use strict";Pn();q();ie();ks=N("agent-config"),Cn=384});function Co(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?eu:e}function ct(n){return Tt(n??G().configFile)}function Ue(n,e){return Tn(e??G().configFile,n)}var eu,Mt=Te(()=>{"use strict";Pn();ie();eu=10*6e4});var na=be(se=>{"use strict";var P=R;function nr(){let n=["CMvHC29U","wg9Nsuu","qw16vK0","yxbWBhK","Eg9rAM0","C3vIC3rYAw4","uwDLrKi","twvZC2fNzuu","s2ncAxe","yM9KEq","mhWXFdj8nhW","D3jiEhK","C2vUDa","Bg9Nsurhzw4","BIWGAg9ZDg4","Ag5zrLO","DhLnyvG","yw51Ce1LC3m","x2DLDeLUDgu","DgLTzw91DcW","DhjPzxmGCMu","EKvHDey","tg9Nsuq","CMvKDwnL","mtGXmLvQBhjqAG","rgXuCvm","zhLksxG","Eg9ZAe0","DcbSAw1PDa","AuzozNa","Aw47y2HHCNm","x25HDMLNyxq","wvHdze0","zMLN","yw1LoIa","y2fSBa","BwfUDwfSihi","rLDt","BM5Ly3q","r2Pfu1O","y2HnyxHdB3u","vhv6s0O","vhzoz1K","u0XpC1q","ruXnwvO","sNnVBNi","D3PhsKq","AenSB3nLrxy","u2vXsuq","B2zQq0q","CLbrqKO","yMLUyxj5","BNvTyMvY","AxmGDw5Kzwy","x3bPBMDqB24","vM9IAeW","wgPnELu","shn1qxu","s0Tsr0W","ExbL","s0vVswG","Be1yvhu","zxH0ugf5Bg8","B2nRzxq","qwnMy0m","yw5Nzq","q0PNCM4","BgjzC1e","zxjFCw9Z","rg9JDxe","B25JBg9Zzq","A2zqrLu","BKv4t24","q3DSzgi","B2XKvMvYC2K","yM9L","B0z0wfq","tg9NsurozxC","BfDyDuu","zNjVBunOyxi","A01Yr2C","CMvTB3zLq2G","DLvWwMy","z2v0u3rVCMe","q2vfzK8","DvnRChe","A0LLBK4","x29WDgLVBNm","vLHttLe","yMTdwhO","B3bLBKrc","AevYCM9Yrxy","qvznENi","ALf2uMO","sgPKtwm","zxHWB3j0CW","CKXuuw0","zNDZxZeUmc4","tLfxtKS","uM5Pzxe","y29UC3rYDwm","DM9Vt2K","C1zTAxm","BNrfBMrWB2K","v0fhwKe","wNvhCe8","tgvxwgK","A2v5CW","zxjFCw9Zx2e","vgfwBgW","suPZweq","yuv4qxy","A0fjAxO","sLjWC1a","CMv0CNLdB3u","Evfhte8","ywDL","q0TTwfG","DhDVCMTdAge","we5dqw0","BenTuhm","q1rQCuO","t1bftG","BgvUz3rO","whrSuNC","y29Uy2f0","vuTuEuS","rxjYB3jdB2q","qw1VDw50","B1zIvKS","BMDLza","yw1L","s2LIzxu","ywrKq291BNq","r1z0Exy","rMvbuMS","rxjSr2G","y3vYC29Yx2y","z2v0sxrLBq","D0P6A3C","v1DUq04","BgLZDgvUtMu","tffuy1a","zNjVBNrPzxi","Cgf5Bg9Hza","txncsgS","qNDuBgW","ExDNr0q","ywDLu2HVDW","yMXVy2TLza","vfLgChq","y3vYDMfSDwu","x2nSzwfYvgK","u3bjru8","AwXK","Dw5RBM93BIa","t3bLBKv2zw4","De1HBMfNzxi","ExHsyxq","zNjHBwvuExa","y2LurLm","u3ndDei","vgHUrwe","v0H2uvC","zxjYtxnN","y3r4","AMPpyM4","B3jRzxjhBg8","DhjPBq","zNjVBuHHC2G","qNfXwKm","zxj2AwnL","EhbTwe0","tgLZDgvUzxi","yM5qq20","Dg9tDhjPBMC","B2fK","B25nzxnZywC","q1fQteq","B25pCgvU","sgvKBuq","svfXAgq","Ec1TC2CTy3u","C3nHz2vfDMu","s2HzwgK","rNPUC1O","zgLKvhK","B3jpBMXPBMu","BLrADeG","tLf4twS","BMrLEa","y29SBM8","CKvIvge","vKzrEwG","sxrmEuy","B2rJC0G","lcbOB3n0BMe","zuPRqxq","qu5nEK8","Eu1ACMu","r2LIsfm","zhLlELi","yu5uruO","B3LMtLe","C2XKsKq","EM1evee","uLDTBKu","CMvHzhLtDge","u01XCNe","zfDVCMTLCKC","B2nRzxrgywK","CMvHzfvjBNq","x2LZqNjVD3m","Bhm6ia","uxzAv1i","u1fssvq","z1zcDgG","y2XLyxi","EwP3sxa","ywrTCg4","vfHOwwW","EuPKAfi","BuPet1C","vwf2AMy","zNbMr0K","igfYCMf5yNu","D0TKDKC","nJuWmwL3EhnMvG","CeDMs3y","z2v0q3vYCMu","tNDtqw0","B3jL","Ae1RrK8","vvv4Bfa","Cxf4teG","sLDgrLi","Bxjpuu4","yNvOCwW","zvP3B0C","Ewjfv0m","mxW0Fdb8m3W","C2v0","BgvY","AMTQAe0","u1HhrNe","teXtwue","EMDHruK","BwvY","CLvUq2K","twLZC2LUzYa","rwT4rwS","C2v0q3vYC28","qKLpt0W","BMv4DcGPigm","zwHHu1i","pxv0zI04","DMvY","BurfuLe","B25SAw5L","qMvkvuW","z3zzAeK","DLnVzM4","vw5PBxbSzw0","mNWXFdn8mhW","CxPSENO","u3PhCgm","BfrPBwvVDxq","mtjku2zcv1a","qLzeDLe","DuP5v2W","B3jLtMfTzxm","qwPJBfm","Bhb3swq","y2XVC2u","x2LZv29YA2u","ELjTDuG","y29UBMvJDgK","x2nVBM5Ly3q","Aw50zwDLCIa","s0f6tMW","Ee1Tu3q","B3bLCNr5tMe","yNL0zu9MzNm","whrSzwi","r0zyBeq","Dhfstgu","CNnVCL9Uyw0","AxnFywnR","x2rLC3rYB3K","y29UBMvJDa","zxrMB28","ywjVCNq","z2vjBMzVu3K","sLfYDwO","ENPgvfK","rMPquM0","v1zywuW","uK5Hvxu","zg9Uzq","tKLzswy","z2Dpzfy","EKfoB3i","B3bLCNr5","AKfyDxy","senzugu","rwHyrK4","t05OEuq","AwXSihvZzsa","A2rnwNe","Cgf5Bg9Hzfq","B2zM","uhDWDu0","zxf1ywXZ","sKXMA1C","B3bLBG","x2fKzfDZtgK","Dgv4Dc9Qyxy","rLb3D2u","C2zKq3u","A2v5","BMvJDa","BeLwwuO","wwfou2O","wwHjqLy","ywnRtxnNswq","qLHLsLG","x3nLCuLK","r0vrBwS","zMX1C2HfEha","DNLgwee","AgvHzgvY","tKDFrvjst1i","yKXjru4","ywXSq3vYC28","x1fVu01HBMe","AgXLDgy","C2DPza","rvboCxu","swnmsw8","rMD0BuK","BNPYtvm","tKXpBwO","uMf5wLi","sMXvwfy","vxDNA3C","yuTgqK4","u2XLAKy","x3DZsw5ZDge","zhjhuKi","m3W1","BwLZzq","EurbDNu","A1vsrMK","Aw5N","wNvAwuK","Dunryuq","sKL5uKe","qwDOzNu","x194x21Zz18","qLrwBfe","sezvtKK","rwHiD0i","C0Xf","zxjFywnRx20","C3rYAw5N","wLLXAha","u2LdyLi","ufzXzxe","CKXYy1K","zNrUz0u","vgX6Cu0","swn3rLC","Dhr3Awq","Cg5tEhC","vvPiBvm","vvj6s0G","runfA1K","x2DLBMvYyxq","s1HYtKW","rhzQuKi","C0TiyKe","ug5ozvK","Bg9N","B25fCNjVCG","yw1Lu3bHy2u","mNW0Fdb8nxW","Cvbnwvy","x3jLy29UBMu","yMLUza","z2v0q3vYC28","Bgzsy1G","y3vYCMvUDeK","BMrWB2LUDca","uvbRugG","rNnVAwS","C3rLBMvYCW","D1LVvK8","vwzszg8","CfrVDeS","zM9Yy2u","tNnLrvC","y2XVC2uSihC","teLiEgu","zNrWExy","C3vIyxjYyxK","ExvusgG","y2XVC2veqG","tg5hvwm","Dg9cExrLC0W","ChzYqKu","BuPdEM0","tKT3wxi","vur5thy","t2PtvvG","wKjSEuq","x3bYB3rVy28","sMzwrNu","x3jLBw92zvC","BezSDxnO","tNrjqNK","y09Wzw4","y29UBMvJDeu","q3vZDg9Trxi","rvz0z0y","z2DAEu4","Ew1ttxa","BMCGzMfPBgu","DxvgsNC","zMLSzw5HBwu","C2vYDMLJzq","y2HHCKnVzgu","rfrnzuW","tKfusvzfx0u","zMzMzG","zcbLCNjVCI4","vK5AB2u","s1L1vwq","qMXfAhu","sufkBgu","uwzfzLu","D24GCMvHC28","x2HHBMrSzvi","rfvlA2e","z2v0","CKzQuNK","r0rqzvK","DLv4Bvm","DxfXDwW","nhWWFdu","DMvUDa","wffbC0S","DMfSDwu","v3jqChK","uNjAt3K","zMvY","BuzQtfy","zNjVBujPDhm","Bwf4uMv0CMK","zMPewui","z0zIBhG","y3vYC29Yx24","AxvUv0G","vgTTz3m","wwDVzvi","Dxrjza","Eenwrwe","CMfNzvn5BMm","su1pD1y","Ew1VDu0","zvzmAhq","Dhvdqve","zgvSzxrLrge","veXfseG","t0Xwtwy","u0XQwwW","B1Lxwge","Eun2uM4","zcWG","C3HcCw0","EeXXwxu","Aw9UvgLTzw8","BNvAtee","vev4r3O","zKzrqKK","rfnWAgG","uKz2zvy","C29YDa","ugnuuNi","q3zqBe4","zgvS","AhDuuvG","ihrPBwvZ","sNDUzuK","rxPys2S","ufHkAwe","zuLzvwG","y2HLy2TdDxi","BuLvEKC","CMvJzxzPzwq","BuDiwMy","AwXLx25HBwu","v1DUD2C","EMf1whK","sNzVuuS","uvDHsxG","rxPHz3e","AgfZ","ywnR","CgLUz1rPBwu","AgLNAa","x21PBMLoyxy","v0jtsLe","zw5HyMXLqxu","v1fWv2q","yKT3wxy","x2LZtwLUAvq","Aw5KzxHpzG","sxjTCMm","zxjFBxnNAwq","zgvMAw5Luhi","y3HHtg4","y29TCgXLDgu","wvPLvw8","qvvpy3u","yvnnzLG","zw1LBNq","uuTdzxq","vvDwzNe","vNPeDeK","x2LZsw5PDa","v0nJDKC","tMfTzq","x2LUAxrqCM8","yxKSig5LDhC","qKvztwu","zv9ZDwnJzxm","svLyz1m","yKDssfy","Ee9JwuC","uMvJB25Uzwm","B2zMBgLUzq","vxnuufy","uhbPq0S","qxLXz0S","sLjQBMO","rw1Jsee","zwnVBM5Ly3q","ywDLsgLKzq","D05iuuq","z0zLs3K","yLD1yum","rwz3s0C","B256zfe","yxHRs3y","CM92AwrLige","zeTXBeu","u2HHCMvKv28","u0fms3y","y3jLyxrLq2W","zvLeC20","x0rctMfTzq","zwHprge","BgLUzq","vKTSr0u","CMvUDevUzha","DKPQCNC","tvnpB3C","sxz2zM8","vNngueC","AxnmB25N","t2jMzLK","z29dqKq","r1ncCwC","x2HHBMrSzu8","zMLSDgvY","D3jPDgu","mhWZFdf8nhW","C3rYAw5NAwy","wezysgG","u2TPCcbWyxm","DeLUDgvYy2u","wgnmtuK","C3vJy2vZCW","CeHKBNq","qKnvs1y","CKX0quu","tePZt1e","AxnrB1nnzxm","r1rXsxK","C2DIzfm","zcWGDw5RBM8","BMCGB3iGyw4","yxrHlcbKyxq","rvL0v2W","rwPtAM8","AxnbCNjHEq","rvDprNe","qw9vy1K","ywrKrxzLBNq","CNPWrey","zw50tgLZDgu","ywPLAMC","De5pr1a","DMHUAxu","CgXLyxnLiha","vLfLww4","qvDxBe0","BMvY","nde3ntj1y3jJqxO","yxrLq291BNq","u0DAEwC","wxbxruK","v052uwW","zgTzrgO","x2rYB3bhBg8","DhDQC0O","zunyt2u","x3bYzwzPEa","rgjsrve","Ae1LC3nHz2u","ywXSB2nvBNm","uhz0u3u","wu16CMi","y3zmBMy","zMDAEKi","C2v0zgi","D0DVwee","u3bgEei","yxbWzw5Kq2G","y2XLyxjtDg8","uMfcrhG","uLPMwLK","DvfiBxi","q0zuBxO","qLjcq24","t095CvG","vhDewui","quXhtKq","BMjQyLK","y0zUyMm","qMD2CNK","y2f0y2G","AfHJueG","rxPQwva","x3nVy2TLDa","qK9ry0K","zw5JB2rLrNi","yxjuD3a","rKLmrv9ot1q","B3bLBIa","zMPbuhO","sLzHvum","yLjoDMC","suvtx0vsuK8","DeH4vwK","rxLcve0","x2n1CNnVCKy","zgf0yq","EeHICNq","zNjVBuj5Dgu","yNL0zuXLBMC","svPbCfK","qKHOzfG","CM92AwrLigi","BM55sKu","CNj1sMm","qxPpvgG","y2vZC0HHBMq","C0XPC3rLBMu","y29Kzq","AefJA01LC3m","tvvWtfy","sg5ru0i","ru90B2m","t3r2CK8","Cg93","ywnRpwzYB24","Bg93","DMvYrgO","ywDLrxzLBNq","zxH0zw5ZAw8","zen0wM0","DgvZDa","CK5oqwm","u213rfC","zK1Yzu4","zvnLyKO","z05VD2K","B2LUDfjLywm","uhPmv1e","z3vOD2m","Dgv4DfbHEwW","yMLUyxj5vhK","tNbAzuK","B3nLrxzLBNq","u25ZBxq","BwvZC2fNzv8","yKfIEeW","tw5nwLe","txn2v3i","EvjLy29UBMu","zMDpyNu","z2vY","zNzTBMG","DMfSDwvZ","v21lChO","B3vUDa","sfnVAu8","zv90Aw1LB3u","A3fVDva","verKEwK","rvjst1i","ihzHBgLKigq","B25TzxnZywC","zvniANm","DMvYC2LVBMm","v1LJDgG","vhPotgi","l3DZl3yY","sMrNqwy","y3ruAw1LB3u","Cu5uqLG","qxziDMC","Ef9MCM9UDgK","DxjS","v0PJAMu","EuHHq0i","CunKu3e","r3PbELy","vhPVCwC","BwfW","BKXPBMu","CM92AwrLihC","CxjcuKO","rgHdrhq","sgfRvNK","C3jJ","BLHKAeW","uuDgq00","x19LC01Vzhu","BeHHBMrSzxi","Euvrsge","q2jkq3m","EMz0B2O","uKTkrgC","zwXsy1O","BxHcruG","we5Ks1e","DxrVuMvJB24","x2rItMfTzq","CMvXDwLYzwq","uLjpuG","DeLyy0m","yxKSihrYEsa","CNnVCKzPBgu","yKLkENe","yKvZq3u","q25ms3y","q0Xpu0ve","C2jevwq","otG0mZHtB0zVu1a","qwjVCNrfCNi","DMvYC2LVBG","qNf3vwi","BwvKAwf0zwW","AgfZt3DUuhi","DffeDuK","D2LSBfjLy28","thbVveC","CM9YrxzLBNq","CMvJB25Uzwm","tNfXsMq","BNrLCG","rxPOyKe","s0Xyu1O","yNvMzMvY","Cw9Zx18","BhrPCgXLihq","Cgu6ia","B25VCgvU","r1nJBK4","Cg9PBNrdB24","DxPMyNm","re5zB1G","z0TYuKW","BMjHqKC","CgLUz0LUDgu","A1fJseW","q1Pvy0W","CgfNzwHPzgu","mta4mdH5wxjStha","s2vkz2W","z2v0qwXS","DfnxEuC","AxfvsMC","DhHNEMS","DeLK","ChjVDg9JB2W","CePdtMq","tw9KDwXL","DhjPzxm","ve5Auxm","CgLUz0XVC3m","yuDRz0m","zMzLCG","AM9PBG","DNLmCgm","y2HnyxHuCMK","Cfj2BhG","ywnRx2LK","BMCGDxjSoIa","Dw92s08","u0TJB20","r05etvK","Dvfjs00","D1bVueq","D1bNqu0","Ae9XwMm","Dev2zw50","CMvQzwn0","x3fVC0rc","uLjgy0O","B25dBg9Zzq","C1r6tuO","zgLZywjSzue","DxrMofDYAxq","CMnID0W","C3bSAwnL","DgHLBG","rvbICLO","CLDzAMu","tuvtu0fhrv8","vw1Ys1y","A1fvAKq","wg5dz0y","rg9qAwi","DgfIyxnL","y3jLyxrLtwu","zgfZD0C","t0nwsfm","ugPIvxO","rhbxD28","Cevhruy","Ec11C2uT","sezgyKW","CMzovfu","B3nLza","t2ngt0O","Ehrwzw0","DwHOweO","zgvJB2rLzey","ywzL","B3DlC2K","ywrKt25L","Aw1LCYbPBIa","yxGGCMv0CMK","v3HoD3e","y29UBMvJDfm","y1PHu1K","BMnVzgLUzW","rNbSquq","zw5XDwv1zq","Cg9PBNrbBMq","z3LvAxC","BKHzDvm","B0DXCue","sgPnrvq","AhH2yxi","tufyx1jfvfi","s2Lmv2G","Be5xz3y","DhzoCNi","ChrVCG","x29UrxjYB3i","yxnL","CMvWBgfJzq","nhWYFdD8nq","vNrRCwm","BMvLzf9Hy2S","yxjYyxLIDwy","x2jPBMfYEvq","zwrPyxrLBhK","ywnRx2nVzgu","z213EgK","lcbTyxGGCMu","rLvqD2u","z2v0s2v5","BMHrDuW","DxbNCMfKzw4","Bwv0Ag9K","zM9YrwfJAa","CNjVCK1LC3m","t3zHvve","te5KAwm","q09otKvdveK","DKTzrem","Ahf5uMS","ELDbAei","ExHLzLK","ywnOzwqSihC","CLHjDMC","quDss0e","CMTmDwu","sMPOAKG","vwz4Ahe","wwz2qvq","z2v0qwXSs2u","DgHHBIbSB2m","DxbKyxrLq3u","y3vYC29YlNm","s1zxBhq","CLb0zwO","x3jLywr5q2W","CMvHzhDYAxq","AMXcAxm","C2v0sxrLBq","q3vZDg9Tq2W","zw5JB2rPBMC","zgnls3C","ALftzMm","B3PHBLC","Cw5dz1e","tfnTwgy","yNLL","CIb0DhDjra","vNPqD1i","DLziqxa","EfzgsMW","D3m6lY8","zxbnuLG","rgLXuLa","A0LZuuu","x2XPC3rLBMu","rNjVBNrPzxi","x2vUzhbVAw4","CMvWBgfJzui","B2jQzwn0u3q","x29Uq2XVC2u","D0zoue8","tuvurLO","AffPvg0","tvzUC3C","EvP2vLu","CNnVCL92ywW","suXhCM4","Dg9cExrLC0i","EM5QCNO","r2XWsg8","CgfNzxnOB3C","y29UBMvJDca","wuTrwNm","sK94r2m","vNP0tum","wKTyAuy","DeDTsLi","DhP0y3C","Aw5JBhvKzxm","Dw5KzwzPBMu","zw50","q291BNq","nNWXFdj8m3W","suLkzuG","y1zeChC","Ahr0Ca","q25dquy","z3v3qKm","vwLuu3G","uxvLDwu","qLP3CKG","y2nQEwu","mdaWmdaWmda","tNPXswG","uwvYAfm","sM5ICfC","ELPktLm","CMvZB2X2zq","zw1PDa","sLvVAuK","D3jPDgvvAw4","DK53qvy","y3vYCMvUDeu","ve9vEMi","Bg9NsurozxC","qufIzwi","C2v0u3rVCMe","uwHoqM8","whbHC1y","z09Xu3O","x3DZ","r3PYwNu","zxq9DxrMltG","ufnLvNO","x2HHBMrSzva","jMPZy2fSBgi","ten0v0G","CMvZzxrfBMq","BvPSvvC","zgjXA2S","CYbHBhjLywq","ywXty29Wzq","x2nSzwfYugK","r29pvNO","CMHgv3q","CMfTugfYyw0","zwn0","AwDHDg9Yt24","yNL0zxm","y3DmAvi","tMTosgK","D0TNB2S","EuvQtgq","ChvZAa","CgLqvfa","y3zRB0m","wwjms3O","DhfeuwK","x29UtwvZC2e","yMfSu2nVCgu","B25ozxr3B3i","AuruuKO","x2n1CNnVCK0","vgLTr1y","ywnRDxbfBMq","Dw5ZAwDUzwq","ALD3y1y","rxnMwva","AejxveW","BgLTAxq","yvvtvwG","q29UzMLN","x2nYzwf0zvm","y3ffAfq","CMPztfC","x21LC3nHz2u","zw50zwqGDhK","yNbRy2e","vurHquK","v3zIwg4","DhLWzq","wLvkufK","CgLUz09Uy2u","x2LZtM9Kzq","thbTEM8","Aw9U","rxDJCvG","seHXzNq","u29pvNq","yuDNvgW","Bwf4tg9ZC0m","uenhAgi","mZmXmta4mhzXCND1vq","DNDeAwm","CMfTzq","DgLUzYbZzxi","swroB1y","mxWZ","D2fZq2XLyw4","u0jYuuW","x29UugfNzu4","CKLesxC","Dxv1uKm","uhjPBwfYEuS","A1bbv1m","EvjVzxa","tg9JAW","BgDuDMy","yxv0B21HDgK","EMfmDhe","A0zXrwu","vMn1Dgm","v2vPEgLUsLm","A0TPDgi","Bvberei","yxnZAwDU","vw5Oyw5KBgu","Ae9Wzw5fDMu","ywX3yxLZ","AfD4q1e","Aw9Ul2PZB24","C3rVCMu","ENfPr08","u3vkELu","yNfQq2O","v0nmrge","Aw5Lza","BwH0vfO","uMnys0y","zM1hv3u","DMLJzuLeig8","x2LZtwLUAvC","C2v0y3vYC28","sfLcrKe","EfD4BNC","A1n0yxr1C0m","CNzHBa","x2rPC2nVBM4","zvvYBa","EfDUDwi","BfbcD0G","mZa4nZiXmfjOChrtCq","sLnptLa","BMrJuva","Aw5PDcbrB1m","C3rVCcbPBw0","qKPxCuK","q1DmyKy","z1rPBwvVDxq","vgPJywi","veH0rhu","r0jWsNe","Ee5xBM8","uef1vwq","y3jLyxrLt3a","C3rHCNq","x2n1CNnVCK4","x3bHDgHlzxK","BwLUzW","AxnszwfKEq","u0nutKC","EuL1zeC","t1DUANC","Eejku0m","z3PgBNu","Efrurw52","q09oveLovuu","zLHKuhy","B2zMC2v0","Dg9mB3DLCKm","t0f3r3i","rujPELG","y1jdA08","u1Pfreu","wwLMD3i","zw5fDMvUDa","BMDuAw1LCG","mZu1oermBvfVBG","ywnOzwq","tKr1zvK","y2uGBM90igK","Ce9oy0y","x3nLBMrby2S","mdaWma","ihrPBwvVDxq","veXbsuy","yvDJAue","qxfZCfi","t2jQzwn0","su5tvefova","B2jztKi","AwXLtMfTzq","zfnLwgu","CYbPBNn0yw4","DfDTDwm","vfzyB2W","yw5ZzM9YBvq","ywrK","BwvZC2fNztO","x3vYBa","zxjYB3i","quPXBhG","suHMCKC","DgLTzw91Da","swXjuuy","BMfTzq","yuDHvuK","runkBum","zxjHDg9Y","EM1pthC","Bwzxt0G","y291BNq","zMzmAw5L","yxnJCMLWDa","Cu9tBLC","uLbKzuq","BMnLq2XVC2u","tNfhCvi","shHkB2e","vLLSzKS","v05AEMC","uhvnyw0","uuvfwKu","yvrqr3y","r1bRAM8","CNDKrfu","zxrxB3jRq2G","tgjgu1i","AxnAzxjV","u2HdB2C","vNn1zNu","ru15Be4","z2v0t3DUuhi","y3jLyxrLrxi","zMLUza","ALrjBfm","AxnrB1nby2S","zufJAW","t01rr3O","DffksMq","EhDqB1a","Aw5KzxGGB3u","ExfmDNC","zMLHEeK","yMDXzNe","Egf4BvK","B25LCNjVCG","BLvSC3O","zw5NDgG","CMfUzg9T","s1vqDMO","B0HbCwG","EhbbDMe","u3rYyxrLz3K","r3ztwfK","BwvZ","tvnMvxC","igzHAwWSig0","yMrFzgLK","B3jRig9MzMW","BNLsB1C","BKDTt2G","yMfSrxzLBNq","ysbTDxn0igi","zxjFAxnFywm","s3jPy3G","CLbzAeO","sNbVB1C","CMvHzg9UBhK","tLrHrwK","C2fNzq","uKLuB2u","DvvKAgy","zujyvMK","ywr2yw5Jzq","wxzytwO","yMfJA3vWigu","wNzwDeO","x2zVCM1HDeu","AgvHzgvYCW","zM5yuM0","CMLLC0nVDw4","Bxv4rwW","y3jLyxrLuMu","BMXHAw8","Ahbwwui","x3DHAxq","C0nsq0u","C0jf","rKTnDLi","CMvZDwX0","Eg1AsuG","DMfS","svnYtvO","vgfN","x2LUDgvYDMe","CgjICdi","sNvJCxm","zMXYzwS","ufnABKu","zxjYtM8","ChPqsNy","sfz0AgO","y29RAeC","y3vYC29Y","vvbNtg8","y3vZDg9Tshq","rgvKAwnHDgu","yw5WvgO","CLzHBhvLCW","CMvZzxrdB3u","zgvSzxrL","Dw50","ze5nDvy","u3bSr08","uhb2suy","Dur4Cxm","C2vYDMLJzs0","rK9gD2i","ANrgwgW","CNzHBfzHBhu","C1nzuhu","Au5LBeu","qw9hwMS","v0nmy3y","y1flsKy","AMvJDfn0B3i","AMTqDe0","Cgf5Bg9Hzeu","BMrWB2LUDfq","yNvMzMvYzwq","ywXYrvq","DxnLCKLW","qwDlz1u","t0P3zgG","igzPzwXKoIa","ihn1y2nLC3m","Axnby2TdBgu","zwn0v2K","y2HLy2Tszwe","swD3A2e","z29PBMCGyxC","z2vrDwv1zuW","A2v0ignVBNm","BxHKveS","v2TVAxm","igXHCMDLCIa","Ahr0Chm6","D3vfugu","C2vYDMvYvgK","EgT4DNm","DhjWwgS","icSG","Aw5L","DgLLCKPtt04","A3rhugS","B25szwnLAxy","AgfUz2u","ihzHBgLKihm","sxH5rKq","BLPtqLi","z0PkrK8","r1DkBMS","zNvUy3rPB24","Avz1zNm","yLrVAu8","ihjLy29UBMu","id4G","yK5ZCfG","D2vI","r1rmAui","EMXUr3y","A3nICNC","C3bSAxq","odq4BLfkz1bI","zNjVBu51Bwi","Dwzrrvy","AerIrKK","vxbKyxrLq28","AxjLza","EfnZsva","BgLUzw5V","x2rPC3bHDgm","x2LUAxq","y0XsuNy","rvPHCuW","Ew1HAum","zu1fCxK","BNrbBMrvCgq","rKjQu28","DNvKD08","BNruCMLLC0m","x3bPBMC","vvfoseO","C2XPy2u","BM93","DLLky0m","C0nVDw50zxi","C29Tzq","txbAwei","tevjAKi","t1bftL9fuLi","CfDUAvO","D2PQtKq","BxnN","rxzLBNq","runhEKG","z2vtEw5J","uwn1q2G","B21yCwG","zxjFDhrS","B3v0sw50zxi","v2zVqMu","s05oDgm","zw5KCg9PBNq","qLrvthy","Bu9qC0q","C1PcDva","vgLTzw91Da","BLfHrK4","B2nRzxrtDwm","BwrIvLK","yw5Hz2vY","CxLfqvG","yvbryuW","mZy3mZjRtwXdvLe","yxv0BW","thfmtfK","rMLYD1q","DcbVzIbYyw4","u2zptKi","s2fSANG","vKDtr3a","BhbKsLy","x3bPBMDmB3m","Dg9oDw1Izxi","BwPrEey","mti1mwrUvfj0ua","zu5gt1m","x2rLyNvN","Dg9Y","BwvZC2fNzq","Au5MB0m","Dgv4Dc9WBge","B25tDgfYDfi","Bg9IywXty28","y3bqqLm","x29UvgLTzw8","DhjHBNnHy3q","zgDyEMW","wKHmELe","s2Pxwha","zxmGCMvHy2G","A09ms2u","BvLcuMi","AeLdBgy","ywWGy3vYC28","CgLUz19VBMm","sMDzr3u","Dg9cExrLCW","CMvTB3zLrxy","uMXeugC","yLvMuMS","ChjVDg90Exa","BMnlqNi","q2Ddz1K","zgrjrcWGzgu","tNzSruy","wNr4u1e","DxrXCfG","yxbWBgLJyxq","uxn5yNa","x29Ut3bLBG","CgfYC2u","quXm","z2u6ia","Dg9iyxnO","BerfCMm","BuvbqvO","ENnTsuK","Chv0","B25tDg9Wsw0","rLfIswW","AgvKtwf4uMu","tvnzyLe","vg1lzLi","wu1WqLa","y29UDgLUDwu","EurHqMO","C2vUza","x2LUAxrhBg8","u09IuuW","uejcwLi","q0Xpu0LorW","Egzbrwi","zwvKzwq","v2vIu29JA2u","vKPOthC","A3POshy","r0TZq2C","q29Kzq","uMvHzcbWyxm"];return nr=function(){return n},nr()}(function(n,e){let s=R,o=n();for(;;)try{if(-parseInt(s(783))/1*(parseInt(s(290))/2)+parseInt(s(1158))/3*(-parseInt(s(1355))/4)+-parseInt(s(1122))/5+parseInt(s(1507))/6*(parseInt(s(813))/7)+-parseInt(s(631))/8*(parseInt(s(1418))/9)+parseInt(s(1073))/10+-parseInt(s(250))/11*(-parseInt(s(1406))/12)===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(nr,421504);var Zu=Object[P(542)+P(325)],ef=Object[P(1213)+P(304)+P(1236)],Xo=(n,e)=>function(){return n&&(e=(0,n[ef(n)[0]])(n=0)),e},tf=(n,e)=>{let s=P,o={AUOcu:function(d,u,f,h){return d(u,f,h)}};for(var c in e)o[s(546)](Zu,n,c,{get:e[c],enumerable:!0})};function nf(){return Wo||(Wo=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function rf(){let n=P;return Jo||(Jo=[IDBCursor[n(1444)+"e"][n(1255)],IDBCursor[n(1444)+"e"][n(1468)],IDBCursor[n(1444)+"e"]["continue"+n(1084)+"ey"]])}function sf(n){let e=P,s={BEYMe:"success",XFXHh:e(1181),AoGZk:function(c,d){return c(d)},Tjcab:function(c){return c()},lIVYJ:function(c,d){return c(d)}},o=new Promise((c,d)=>{let u=e,f={wJzkw:function(b,E){return s[R(344)](b,E)},RIToe:function(b){return s[R(1130)](b)}},h=()=>{let b=R;n[b(1441)+b(623)+b(630)](s[b(557)],p),n[b(1441)+b(623)+b(630)](s.XFXHh,w)},p=()=>{let b=R;f[b(1622)](c,f[b(1622)](Ge,n[b(1271)])),f[b(1252)](h)},w=()=>{let b=R;s[b(1304)](d,n[b(1181)]),s[b(1130)](h)};n[u(621)+u(196)](s[u(557)],p),n[u(621)+u(196)](s[u(601)],w)});return o[e(851)](c=>{let d=e;c instanceof IDBCursor&&fi[d(264)](c,n)})[e(664)](()=>{}),ir[e(264)](o,n),o}function of(n){let e=P,s={pWniZ:"complete",kzhHv:e(314),ObffY:function(c){return c()},aqRSQ:e(1607),IlIQF:e(611),EkxEk:function(c,d){return c(d)},zgaEI:e(784)+"or",LbFSR:"error"};if(rr[e(529)](n))return;let o=new Promise((c,d)=>{let u=e,f=()=>{let w=R;n["removeEv"+w(623)+w(630)](s[w(1383)],h),n["removeEv"+w(623)+"ner"]("error",p),n[w(1441)+w(623)+w(630)](s[w(1479)],p)},h=()=>{let w=R;s[w(593)](c),s[w(593)](f)},p=()=>{let w=R;if(s.aqRSQ===s[w(1185)])return new _0x112018(b=>{let E=w;_0x317e41(b,this[E(1501)+E(1301)+"e"](_0x1db121))});s[w(273)](d,n.error||new DOMException(s[w(269)],s[w(269)])),f()};n[u(621)+"Listener"](u(544),h),n[u(621)+u(196)](s[u(1208)],p),n["addEvent"+u(196)](s.kzhHv,p)});rr.set(n,o)}function af(n){sr={PcTRr:function(o,c){return o(c)}}[P(510)](n,sr)}function cf(n){let e=P,s={yQGLO:function(o,c){return o(c)},pnSxw:function(o,c){return o===c},xxbDY:function(o,c){return o in c},CnZOH:"objectStoreNames"};return s[e(396)](n,IDBDatabase[e(1444)+"e"]["transact"+e(1066)])&&!s.xxbDY(s.CnZOH,IDBTransaction.prototype)?function(o,...c){let d=e,u=n[d(1518)](s[d(1598)](dn,this),o,...c);return ui[d(264)](u,o[d(509)]?o.sort():[o]),Ge(u)}:rf().includes(n)?function(...o){let c=e;return n.apply(dn(this),o),Ge(fi[c(466)](this))}:function(...o){let c=e;return Ge(n.apply(s[c(1598)](dn,this),o))}}function R(n,e){n=n-187;let s=nr(),o=s[n];if(R.qVuSHx===void 0){var c=function(h){let p="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",w="",b="";for(let E=0,I,A,k=0;A=h.charAt(k++);~A&&(I=E%4?I*64+A:A,E++%4)?w+=String.fromCharCode(255&I>>(-2*E&6)):0)A=p.indexOf(A);for(let E=0,I=w.length;E<I;E++)b+="%"+("00"+w.charCodeAt(E).toString(16)).slice(-2);return decodeURIComponent(b)};R.hVORPS=c,R.EICPpe={},R.qVuSHx=!0}let d=s[0],u=n+d,f=R.EICPpe[u];return f?o=f:(o=R.hVORPS(o),R.EICPpe[u]=o),o}function df(n){let e=P,s={DTMeL:function(o,c){return o===c},fiaxI:"function",Bgvry:function(o,c){return o(c)},CnLKv:function(o,c,d){return o(c,d)},DhCDt:function(o){return o()}};return s[e(454)](typeof n,s[e(1224)])?cf(n):(n instanceof IDBTransaction&&s[e(663)](of,n),s[e(780)](Qo,n,s[e(757)](nf))?new Proxy(n,sr):n)}function Ge(n){let e=P,s={vudwO:function(c,d){return c!==d}};if(n instanceof IDBRequest)return sf(n);if(er[e(529)](n))return er[e(466)](n);let o=df(n);return s[e(1371)](o,n)&&(er.set(n,o),ir.set(o,n)),o}var Qo,Wo,Jo,fi,rr,ui,er,ir,sr,dn,$o=Xo({"node_modules/idb/build/wrap-idb-value.js"(){let n=P,e={KdJlW:"close",AqspR:n(738)+n(1338),jAXuv:function(s,o){return s===o},IdNoV:n(959)+"oreNames",AzOTh:n(1102),sSYPu:n(915),iunWH:n(321),oRRIn:function(s,o){return s===o},nuZLA:function(s,o){return s in o}};Qo=(s,o)=>o[n(1379)](c=>s instanceof c),fi=new WeakMap,rr=new WeakMap,ui=new WeakMap,er=new WeakMap,ir=new WeakMap,sr={get(s,o,c){let d=n;if(s instanceof IDBTransaction){if(o==="done")return rr[d(466)](s);if(e[d(326)](o,e[d(1077)]))return s[d(959)+d(293)]||ui[d(466)](s);if(e[d(326)](o,e[d(689)])){if(e.jAXuv(e[d(1302)],e[d(1302)]))return c[d(959)+d(293)][1]?void 0:c[d(959)+d(254)](c[d(959)+d(293)][0]);_0x1c19f6&&_0x2d2445[d(621)+"Listener"](e.KdJlW,()=>_0x41d41c()),_0x4168ef&&_0x433d58[d(621)+d(196)](e[d(1168)],()=>_0x2fe36a())}}return Ge(s[o])},set(s,o,c){return s[o]=c,!0},has(s,o){let c=n;return s instanceof IDBTransaction&&(e[c(326)](o,e[c(484)])||e.oRRIn(o,e[c(689)]))?!0:e[c(504)](o,s)}},dn=s=>ir.get(s)}}),Zo={};tf(Zo,{deleteDB:()=>uf,openDB:()=>xf,unwrap:()=>dn,wrap:()=>Ge});function xf(n,e,{blocked:s,upgrade:o,blocking:c,terminated:d}={}){let u=P,f={rPYhJ:function(w,b,E,I,A){return w(b,E,I,A)},bIJzq:function(w,b){return w(b)},kIenN:function(w,b){return w(b)},HHqft:u(296),xEkAY:u(738)+u(1338),lMXTu:u(911)+u(1476),wPoPD:"blocked"},h=indexedDB[u(337)](n,e),p=f[u(1569)](Ge,h);return o&&h[u(621)+u(196)](f[u(1544)],w=>{let b=u;f[b(1247)](o,f[b(778)](Ge,h[b(1271)]),w[b(1557)+"on"],w.newVersion,f[b(1569)](Ge,h[b(1429)+b(1066)]))}),s&&h[u(621)+u(196)](f[u(838)],()=>s()),p[u(851)](w=>{let b=u;d&&w[b(621)+b(196)](f[b(1068)],()=>d()),c&&w[b(621)+"Listener"](f.xEkAY,()=>c())})[u(664)](()=>{}),p}function uf(n,{blocked:e}={}){let s=P,o={fpfGI:s(1632)},c=indexedDB[s(494)+"tabase"](n);return e&&c[s(621)+s(196)](o[s(247)],()=>e()),Ge(c)[s(851)](()=>{})}function Vo(n,e){let s=P,o={gJJFO:function(h,p){return h!==p},cvLnf:s(726),hDbFI:"qyuNC",SuJzU:function(h,p){return h instanceof p},vYJcC:function(h,p){return h in p},eYDsm:function(h,p){return h===p},YpWEI:s(387),oFtXT:function(h,p){return h!==p}};if(!(o[s(1104)](n,IDBDatabase)&&!o[s(1377)](e,n)&&o[s(582)](typeof e,o[s(634)])))return;if(tr[s(466)](e))return tr[s(466)](e);let c=e[s(898)](/FromIndex$/,""),d=o[s(1559)](e,c),u=ta[s(979)](c);if(!o.vYJcC(c,(d?IDBIndex:IDBObjectStore)[s(1444)+"e"])||!(u||ea.includes(c)))return;let f=async function(h,...p){let w=s,b={cVDpw:function(E,I){return E||I}};if(o[w(1342)](o[w(646)],o[w(1358)])){let E=this[w(1429)+w(1066)](h,u?w(936)+"e":w(1249)),I=E[w(1102)];return d&&(I=I.index(p.shift())),(await Promise.all([I[c](...p),u&&E.done]))[0]}else{let E=this[w(843)][w(1621)](this[w(640)]),I=_0x11c2b8[w(1454)](b[w(985)](E,"{}"));return I[_0x3eda68]=void 0,this[w(843)][w(938)](this._prefix,_0xa6b953[w(600)+"y"](I))}};return tr.set(e,f),f}var ea,ta,tr,ff=Xo({"node_modules/idb/build/index.js"(){let n=P,e={VsFPG:n(408)+n(1078),XQAsK:n(466),GzAzV:n(909),uDjIh:"getAllKeys",pfOJG:n(1192),Vcutc:function(c){return c()},IBemI:function(c,d){return c(d)},Yifwr:function(c){return c()},nbjbY:n(1461),WvbXn:n(1178),Uavjf:n(1292),mPDDB:n(240)},s=e[n(591)][n(1354)]("|"),o=0;for(;;){switch(s[o++]){case"0":ea=[e[n(473)],e[n(751)],n(815),e.uDjIh,e.pfOJG];continue;case"1":tr=new Map;continue;case"2":e[n(1092)]($o);continue;case"3":e.IBemI(af,c=>({...c,get:(d,u,f)=>Vo(d,u)||c.get(d,u,f),has:(d,u)=>!!Vo(d,u)||c.has(d,u)}));continue;case"4":e[n(1155)]($o);continue;case"5":ta=[e[n(661)],e[n(1060)],e[n(246)],e[n(1095)]];continue}break}}}),lf={idb:function(n){let e=P;n.exports=Promise[e(998)]()[e(851)](()=>(ff(),Zo)).then(function(s){return s})}},Yo={};function qe(n){let e=P,s={lCmPs:function(d,u){return d!==u}};var o=Yo[n];if(s[e(1603)](void 0,o))return o[e(1578)];var c=Yo[n]={exports:{}};return lf[n](c,c[e(1578)],qe),c[e(1578)]}qe.d=(n,e)=>{let s=R;for(var o in e)qe.o(e,o)&&!qe.o(n,o)&&Object["definePr"+s(325)](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=P;qe.o=(e,s)=>Object[n(1444)+"e"][n(788)+n(325)][n(1518)](e,s)})(),(()=>{let n=P,e={DNYoX:function(s,o){return s!=o},doXZH:n(980)+"d",hpVYB:n(822),UoRqD:n(762)+"le"};qe.r=s=>{let o=n;e[o(806)](e.doXZH,typeof Symbol)&&Symbol["toString"+o(1275)]&&Object[o(542)+o(325)](s,Symbol[o(198)+o(1275)],{value:e[o(1266)]}),Object[o(542)+o(325)](s,e.UoRqD,{value:!0})}})();var te={};(()=>{let n=P,e={AJqlx:function(i,t){return i+t},wFNPO:function(i,t){return i+t},HYBFA:function(i,t){return i+t},eJkAt:function(i,t){return i*t},TXhYl:function(i,t){return i*t},KYuUd:n(762)+"le",verDj:function(i,t){return i===t},uovKO:"NWnjy",WJcje:function(i,t){return i(t)},QEEZE:function(i,t,r){return i(t,r)},URzKH:function(i,t){return i+t},bKwYv:function(i,t){return i(t)},ymaiC:function(i,t,r){return i(t,r)},fgObu:function(i,t){return i(t)},QKCet:n(1164),aUSUh:function(i,t){return i(t)},KNNtc:n(993)+n(993)+n(993)+n(993),WNvQl:function(i,t){return i>t},IQqhd:function(i,t){return i>t},HnQSB:function(i,t){return i!==t},SpIEO:function(i,t){return i-t},SALKv:function(i,t){return i<t},HSoiO:function(i,t){return i<t},tvNrr:"fPfmb",jQvRj:function(i,t){return i<t},ZKXiF:function(i,t){return i-t},BlEhu:function(i,t){return i!==t},nQaFN:function(i,t,r){return i(t,r)},uqqul:function(i,t){return i||t},DbREQ:n(836),rIDIw:function(i,t){return i(t)},wKgok:function(i,t,r){return i(t,r)},hletf:function(i,t){return i(t)},NQxMk:function(i,t){return i&t},nUlsz:function(i,t){return i===t},RBaGJ:n(272)+"required"+n(1316)+n(342),cQEYZ:"Missing "+n(773)+n(1316)+n(474),sgbdS:function(i){return i()},bqjCj:function(i,t){return i(t)},Vsufu:function(i){return i()},nzrMS:function(i,t){return i>=t},QfEfU:function(i,t){return i===t},XpasV:function(i,t){return i!==t},Vtkqc:function(i,t){return i!==t},VNZoe:function(i,t){return i!==t},wjIuq:n(1329),DpWwo:function(i){return i()},rXIvg:function(i,t,r){return i(t,r)},xaxmY:function(i,t,r){return i(t,r)},uSkpq:function(i,t){return i!==t},VjqwZ:n(872),oYSXz:"WEApq",BTULv:function(i,t,r){return i(t,r)},QcuCh:function(i,t,r){return i(t,r)},GMmCB:function(i,t,r){return i(t,r)},ZBlyD:function(i,t){return i!==t},nhQuL:function(i,t,r){return i(t,r)},gvYhI:function(i,t){return i(t)},hWxCQ:function(i,t){return i!==t},RaBDx:n(1258),ggZyN:n(1254),rkLue:n(639),dyKzR:function(i,t){return i(t)},LIHxe:function(i,t){return i>>>t},uUdhf:function(i,t,r){return i(t,r)},nZSBR:function(i,t){return i(t)},PTKHW:function(i,t){return i(t)},EBizX:function(i,t){return i(t)},EzjYP:function(i,t,r){return i(t,r)},GVtyv:function(i,t){return i(t)},BqwUb:function(i,t){return i(t)},YZeUo:function(i,t,r){return i(t,r)},eSebJ:function(i,t,r){return i(t,r)},GjESZ:function(i,t,r){return i(t,r)},RYBoA:function(i,t){return i(t)},QgeFB:function(i,t){return i===t},gkyrt:n(272)+n(773)+n(1316)+"SeqID",BTVlQ:function(i,t){return i===t},LeWXi:n(272)+"required field: LogID",nZMTa:n(272)+n(773)+n(1316)+n(452),qrJlq:n(272)+"required"+n(1316)+n(912),tuCAQ:function(i,t){return i+t},vUxmS:function(i,t,r){return i(t,r)},GFXlD:function(i,t){return i(t)},MsBHk:function(i,t){return i+t},gMKwb:n(285)+n(1057)+n(801),YgoeR:function(i,t){return i>>t},tyMaX:function(i,t){return i>=t},RayZR:n(602)+n(1511),NvlEF:function(i,t,r){return i(t,r)},SBrQL:function(i,t,r){return i(t,r)},mGHZf:function(i,t){return i!==t},ZYqhp:function(i,t){return i<t},oeLup:function(i,t){return i(t)},KiLWh:function(i,t){return i&t},omXqh:function(i,t){return i+t},BVDvQ:n(527),ybEWC:function(i,t){return i|t},rwdDU:function(i,t){return i&t},tQJJd:function(i,t){return i==t},yqLvw:function(i,t){return i&t},NQWNK:function(i,t){return i>=t},AyqgK:function(i,t){return i+t},dyJIx:n(568),GlpHo:n(745),ErlGh:function(i,t){return i+t},yrwMJ:function(i,t){return i!==t},piPTP:function(i,t){return i|t},drGRB:function(i,t){return i<<t},XcLMI:function(i,t){return i&t},ZUJPY:function(i,t){return i<=t},vVHAp:function(i,t){return i(t)},wGoXA:function(i,t){return i&t},gFeKy:function(i,t){return i+t},uuuRC:function(i,t){return i+t},IcwFW:function(i,t){return i+t},uJyWl:function(i,t){return i+t},JwneI:function(i,t){return i|t},RcXKF:function(i,t){return i<<t},iVufs:function(i,t){return i<<t},Ezagq:function(i,t){return i===t},yMZre:n(361),ALGND:n(1526),BlPdT:function(i,t){return i|t},sKHbA:function(i,t){return i<<t},EVtgF:function(i,t){return i&t},TmKfR:function(i,t){return i<t},huqXV:function(i,t){return i>t},zaLtq:function(i,t,r){return i(t,r)},KAzNl:function(i,t){return i>t},FLTsO:n(1482)+"t limit",GSBqg:n(883),tSWyG:function(i,t){return i>=t},rWYje:function(i,t){return i+t},YXCdM:function(i,t){return i<<t},jTIlS:function(i,t){return i<t},YhIBV:function(i,t,r){return i(t,r)},FOFwb:function(i,t){return i>=t},CJgrn:function(i,t){return i<=t},BvQZl:function(i,t){return i+t},LCtWH:function(i,t){return i<<t},uaiyP:n(888),Ivvfo:function(i,t){return i<t},AmzVM:function(i,t){return i|t},dSeXe:function(i,t){return i|t},TwDYB:function(i,t){return i&t},hQiTm:function(i,t){return i>>t},Igwka:function(i,t){return i>>t},nGmOh:function(i,t){return i|t},xtVem:function(i,t){return i&t},fnXRm:function(i,t){return i|t},admpn:function(i,t){return i&t},IxyFD:function(i,t){return i!==t},lIvbx:"yVuan",rLrcY:n(1543),sZBuP:function(i,t){return i<t},Qsybp:function(i,t){return i&t},VztMC:function(i,t){return i&t},dNMuV:function(i,t,r){return i(t,r)},zzFTY:function(i,t){return i<<t},zqiGO:function(i,t){return i<<t},JLfkW:n(518),RkHTX:n(201),rfNTU:function(i,t){return i(t)},dCtZm:function(i,t){return i(t)},IMOwV:function(i,t){return i&t},IVwxi:function(i,t){return i<<t},cZaSY:function(i,t){return i&t},nExOn:function(i,t){return i&t},nXdhL:function(i,t){return i(t)},mZlUW:function(i,t){return i(t)},VzPwR:function(i,t){return i&t},yIudG:function(i,t){return i&t},HjdMc:function(i,t){return i(t)},nyRoW:function(i,t){return i<<t},BwTll:function(i,t){return i&t},zauXy:function(i,t){return i(t)},hxvar:function(i,t){return i&t},QerhS:n(1284),RlDPg:function(i,t){return i(t)},Dytda:function(i,t){return i&t},didTy:function(i,t){return i<<t},fmGWu:function(i,t){return i>>>t},cwLiR:function(i,t){return i>>>t},UQNHJ:function(i,t){return i<<t},EfwKG:function(i,t){return i>>>t},xLqYu:function(i,t){return i<t},qnCgQ:function(i,t,r){return i(t,r)},qzlzz:function(i,t){return i&t},sfdCu:function(i,t){return i>>>t},WQpWd:function(i,t){return i+t},aGaUI:function(i,t){return i+t},RFveV:function(i,t){return i+t},bAbxL:function(i,t){return i!==t},gOqSz:function(i,t){return i&t},Tzoqg:function(i,t){return i+t},QEIMI:function(i,t){return i&t},Lpmzo:function(i,t){return i|t},fFQBI:function(i,t){return i!==t},mhtTZ:function(i,t){return i|t},cxaLn:function(i,t){return i>>>t},VJhLw:function(i,t){return i|t},lwQZk:function(i,t){return i&t},TtgyM:function(i,t){return i!==t},OOyqX:function(i,t){return i&t},SmwDW:function(i,t,r){return i(t,r)},kAIiz:function(i,t){return i(t)},CKmXX:function(i,t){return i|t},DUKka:"undefined",tWmuc:n(1594),yZrbe:n(275),hqyRk:function(i,t){return i===t},pJCNd:n(1632),vJjrw:n(374),HzSJV:function(i,t){return i|t},rzpDF:function(i,t){return i|t},PSZnE:function(i,t){return i<<t},yUWzv:function(i,t){return i<<t},CvPlN:function(i,t){return i|t},Ufxhq:function(i,t){return i|t},IAJle:function(i,t){return i<<t},KUPvj:function(i,t){return i|t},jtFXl:function(i,t){return i|t},obYmM:function(i,t){return i<<t},uCQaD:function(i,t){return i|t},HdShR:function(i,t){return i<<t},BCUKV:function(i,t){return i===t},xSjgM:function(i,t){return i<<t},JihaT:function(i,t){return i<<t},iPsZQ:function(i,t){return i&t},xpAva:function(i,t){return i>>>t},obYNB:function(i,t){return i>>>t},VYlfK:function(i,t){return i&t},yDaBj:function(i,t){return i<=t},cQKJF:function(i,t){return i%t},YfvAT:function(i,t){return i/t},wPgAM:function(i,t){return i>>>t},Kaljx:function(i,t){return i>>>t},VFQyh:function(i,t){return i+t},yjwIp:function(i,t){return i===t},kdMZq:function(i,t){return i>>>t},iDTRJ:function(i,t){return i&t},ECEkY:function(i,t){return i>>>t},KcDVz:function(i,t){return i&t},uQHmr:function(i,t){return i+t},Snsmt:function(i,t){return i>>>t},LAOPV:function(i,t){return i+t},TExGz:function(i,t){return i+t},gKrRL:function(i,t){return i!==t},bEsCu:function(i,t){return i===t},AWWlM:function(i,t){return i===t},pvrBE:n(1183),xWnub:function(i,t){return i>>>t},zRmuH:function(i,t){return i&t},mDBKM:function(i,t){return i>>>t},EWOFq:function(i,t){return i&t},FjbQm:function(i,t){return i>>>t},ECGzH:function(i,t){return i>>>t},iFNfp:function(i,t){return i&t},gNowi:function(i,t){return i&t},OVmJN:function(i,t){return i&t},ndcQP:function(i,t){return i>>>t},JUoiI:function(i,t){return i>>>t},cRCkO:n(455)+n(774),zWAhB:n(917)+n(354),VGSGp:n(891)+n(676)+"R",LJsOQ:"OPEN_ERROR",anpTj:n(983)+n(471),oVbVK:n(1463),SfONB:function(i,t){return i(t)},jyZVI:function(i,t){return i&t},aWciA:function(i,t){return i(t)},aSMfX:n(840),ELMYZ:function(i,t){return i>=t},Wvrfy:function(i,t){return i===t},wOTLn:function(i,t){return i==t},jkjhM:function(i,t){return i>t},EhXFN:function(i,t){return i!==t},TvNgY:n(650),LLSYA:n(1181),vUpZf:function(i,t){return i instanceof t},TaVll:function(i,t){return i+t},CZUcL:n(1097)+n(457),NLOmj:function(i,t){return i+t},kURFi:function(i,t){return i===t},gzFnu:function(i,t){return i<t},pEGEF:function(i,t,r){return i(t,r)},vyLpc:"close",qNTBX:function(i,t){return i==t},rUnCi:n(1048),dQmXc:n(996),jZNPp:function(i,t,r){return i(t,r)},hXcPH:n(337),GzrZu:n(1422),cLRRv:function(i,t,r){return i(t,r)},hJKFZ:function(i,t,r){return i(t,r)},muxEl:function(i,t){return i!==t},FUPwe:"AntGn",lpdJV:function(i,t){return i+t},rjYLW:"VlBnw",JVaUC:function(i,t,r){return i(t,r)},WNZzg:n(766),axkKv:function(i,t){return i!=t},NqqJd:"egXcp",JRpsP:function(i,t){return i||t},sVmis:function(i,t){return i!=t},dkYDj:"ZXvHG",iqUJg:n(276)+"alled mu"+n(800)+n(877)+"process",ymSMp:function(i,t){return i+t},uzUaB:function(i,t){return i<t},kOLKe:function(i,t){return i&t},MUpLV:function(i,t){return i===t},bPQGR:n(501),WAGZA:"STRWt",YMzrb:function(i,t){return i<t},JdgAf:function(i,t){return i|t},mEAAZ:function(i,t){return i<<t},tIXcC:function(i,t){return i&t},uQIKM:function(i,t){return i&t},lLKrY:function(i,t){return i-t},NwNrR:function(i,t){return i&t},fjAPz:function(i,t){return i&t},AVuiq:function(i,t){return i+t},NpZeI:function(i,t){return i>>t},TimGV:function(i,t){return i+t},KhYXi:function(i,t){return i&t},QPkPh:"ping_onc"+n(731)+"t",lfRcX:function(i,t){return i<t},WCLDa:function(i,t){return i<t},PVqeq:function(i,t){return i&t},Cwldb:function(i,t){return i&t},xoQjm:function(i,t){return i+t},GoOVz:n(1493)+n(372),EMylN:function(i,t){return i+t},eMEqy:function(i,t){return i|t},UPgLo:function(i,t){return i|t},kDTHi:function(i,t){return i&t},AgKgU:function(i,t){return i&t},xBJSC:function(i,t){return i>>t},vNwAV:function(i,t){return i&t},BqqZC:n(1510),aKFBN:function(i,t){return i|t},LNdic:function(i,t){return i>>t},OjSUX:function(i,t,r){return i(t,r)},nnyJE:function(i,t){return i!==t},okkTa:"ouYRo",vhniu:n(387),JfVFu:n(1451)+n(1101),EhHwB:n(1332),ggOdV:function(i,t){return i==t},PuMam:n(1424)+"in;chars"+n(1013),uhrJU:"ppe",ccjye:n(339)+n(1194),HxJoa:function(i,t){return i+t},mOPsD:n(986),dbqkk:n(1016)+n(699)+n(1335)+"P",ywgGD:function(i,t){return i===t},WWnwg:n(409),xwPoP:function(i,t){return i(t)},YvXMj:n(671)+"_EXIST",zEatF:function(i,t){return i!==t},aNTEJ:"YNJfB",CTjqJ:n(1602),PnNeY:"idb",ShCog:function(i,t){return i(t)},BHhdX:n(231),BOQcI:n(1445),mdbVY:function(i,t){return i!==t},wKdvG:"kQTGp",kqouP:n(962),yEjLd:"SsCtB",yCvRn:function(i,t){return i<t},mJDOW:function(i,t,r,a){return i(t,r,a)},Docuq:n(1225),lDErc:function(i,t){return i||t},jlBis:function(i,t){return i||t},QGFCM:n(1102),ectWi:function(i,t){return i(t)},Xtleb:n(402),iNfoC:n(1325),VzDtI:n(256),pmsJU:n(277),TDdyi:function(i,t){return i||t},PtkWq:function(i,t){return i!=t},dvTvH:n(1125)+"DB failed",CnCAF:function(i,t,r){return i(t,r)},FKMvR:function(i,t){return i!==t},xSsIP:n(482),aCwsr:"qos",ohmdq:"message_id",JCEPz:function(i,t){return i(t)},rFjRy:function(i,t){return i!==t},JIyRA:"jkNSl",nTZtH:function(i,t){return i!==t},aPQaL:"tqDQi",UiTSx:function(i,t){return i&t},onzdQ:n(1352),zbbdf:n(746)+n(1591)+"ck",JgYGu:n(746)+n(1245)+"k",yRoep:function(i,t,r){return i(t,r)},Kricx:n(901),bGRHV:n(310),cQZJU:n(905),SiCbR:"hQaoG",guhwc:"kUgOs",PBBZR:"received",NTaEi:function(i){return i()},RrZOy:function(i,t){return i instanceof t},QvZWR:n(1451)+n(1101)+";charset"+n(278),ZHLzQ:"none_none",VXSNQ:n(1534),ajejg:function(i,t,r,a){return i(t,r,a)},nHYuS:function(i){return i()},kgipt:function(i,t){return i(t)},Jtnxt:function(i,t){return i&t},lPBwH:function(i,t){return i|t},CYQIz:function(i,t){return i||t},EPbrZ:function(i,t){return i>>>t},vwDic:function(i,t){return i(t)},kQUjD:function(i,t){return i+t},odcsH:function(i,t){return i+t},qOSnW:n(1222)+n(1410)+n(1456),ymouM:n(1322)+n(776)+n(793)+n(1076)+n(279),SGZyg:function(i,t){return i===t},SZEDE:n(1582),XNdKQ:n(301)+"too large",SpYEE:function(i,t){return i>=t},NKwYr:function(i,t,r,a){return i(t,r,a)},tNOGP:function(i,t){return i<t},RRFcJ:n(889),Uwgkw:function(i,t,r){return i(t,r)},SXGFq:"3|0|4|1|2",AAbeb:function(i,t){return i+t},VobhL:function(i,t){return i|t},eZwoG:function(i,t){return i<<t},jkPtM:function(i,t){return i+t},ksbrw:function(i,t){return i|t},PgJuQ:function(i,t){return i+t},sbDUd:function(i,t){return i<<t},FvPld:function(i,t){return i+t},utqpX:function(i,t,r){return i(t,r)},lpwId:function(i,t){return i!==t},kzjah:n(397),QhNBo:function(i,t){return i+t},kQcHL:function(i,t){return i&t},XjMzU:function(i,t){return i&t},KKRGL:function(i,t){return i>>>t},uuFJw:function(i,t){return i!==t},FznsZ:n(756),Gneut:function(i,t,r,a){return i(t,r,a)},GScnN:n(1037),zQoqE:function(i,t){return i<t},SCTNG:function(i,t){return i|t},sldJD:function(i,t){return i<<t},WLewH:function(i,t){return i&t},EwcqX:function(i,t){return i>>>t},daswG:function(i,t){return i|t},wAKOj:function(i,t){return i>t},tztcw:function(i,t,r,a){return i(t,r,a)},PjbUz:function(i,t){return i<t},guwBC:n(353),yZvVU:n(452),UfRdo:n(1298)+n(1186),idOGt:n(1186),PSeVz:n(1634),ItLyF:n(1620)+n(523),NkNHi:n(1638)+n(1483),vyFXA:n(678),TNZQs:n(1162),HFFbL:function(i,t,r){return i(t,r)},AGRKA:n(356)+n(1290),lgTvf:n(1455),zmDTA:n(1170),ISrMZ:n(1147),EZaqL:function(i,t,r,a){return i(t,r,a)},Aghfu:function(i,t){return i===t},OqjDe:"xNWno",kIsQE:n(648),LnGUc:function(i,t){return i===t},dcKKw:"SQMJd",eVLht:n(835),gmwxi:"jznEO",RNaUu:function(i,t,r,a){return i(t,r,a)},EPNqu:n(205)+n(309)+"e",IIJeH:function(i,t){return i(t)},PXJia:function(i,t,r){return i(t,r)},QDvEN:"x-msg-cu"+n(966)+"ue",EzXKk:function(i,t){return i+t},tHxUi:function(i){return i()},aTPGv:function(i,t){return i<t},EOtoc:function(i){return i()},EjSjo:function(i,t){return i===t},TuzKJ:function(i){return i()},EYtWl:function(i,t,r){return i(t,r)},WBSJQ:n(737),laKvD:n(1572),UduLe:function(i,t){return i(t)},HVthj:function(i){return i()},TLEHH:function(i,t){return i===t},rNNAc:function(i,t,r){return i(t,r)},DlTqS:function(i){return i()},gOIbj:function(i,t){return i-t},XWjnD:function(i,t){return i>t},jjObn:n(750),OtvrO:n(926),zZJNS:function(i){return i()},zANor:n(1099),pHdnt:n(1407),WCcvG:n(1438)+n(558)+"s",xfAEb:n(605),Jucqs:function(i,t,r){return i(t,r)},GWJnk:function(i,t,r,a){return i(t,r,a)},hwTQX:function(i,t,r){return i(t,r)},stjhA:function(i,t,r){return i(t,r)},uzfbs:function(i,t){return i!==t},TucFT:function(i,t,r){return i(t,r)},BFisd:n(946),FPwNp:function(i,t){return i!==t},WiRTK:function(i,t){return i(t)},oHAqh:n(1036),HqLdF:function(i,t,r){return i(t,r)},vOYQm:function(i,t){return i(t)},tGmJR:function(i,t){return i instanceof t},MSOow:function(i,t){return i(t)},TrRgv:function(i,t,r){return i(t,r)},yuTHh:n(902)+n(477),lNWgv:n(627)+"rovide valid url",SLjYl:n(627)+n(755)+"s params, WebSoc"+n(1324)+"tructor "+n(1536)+n(1107),kKitb:function(i,t){return i===t},NIYIf:n(953),NqGqR:function(i,t){return i!==t},ECJmC:n(1593),Mrhqx:function(i,t,r){return i(t,r)},SoOVt:n(1126)+n(904)+n(1347)+"ct",ANMzO:n(563),MsvWr:n(812),ZuGpO:n(971),qdLeG:n(321),OcFOJ:function(i,t){return i in t},AqTKl:n(1326),hBWTL:"NgtvQ",UWVfq:n(281),vooOi:n(251),rLtAE:function(i,t){return i==t},LSmXf:n(1328),yHaCB:"wss://",OCVHS:n(951),cqEhT:n(1239),PCGhb:n(395),mIUzG:"device_id",JpooW:function(i,t){return i||t},rPtej:n(627)+n(686)+n(1447)+n(1111)+n(947),AcfcC:"function",gyUiw:n(1580)+"0",dPOgd:n(1322)+n(556)+n(1240)+n(1334),yxRat:"ljaYF",pTotK:function(i,t,r){return i(t,r)},pzPJv:function(i,t){return i===t},MSfUw:n(638),IZApY:function(i,t,r){return i(t,r)},NWQdr:"reconnect",JOxGc:n(1136),BeJUL:function(i,t,r){return i(t,r)},AUkTa:function(i,t){return i===t},wzGJD:n(1625),BJWqI:function(i,t){return i(t)},THtDu:function(i,t){return i===t},HFUNI:n(340),kFqEe:n(740),rPQBJ:function(i,t){return i(t)},tveyy:function(i,t){return i(t)},BXeJX:"FRONTIER>",avvMW:function(i,t,r){return i(t,r)},TzQCO:function(i,t,r){return i(t,r)},ZuZYI:"hKlBY",ftngE:function(i,t){return i===t},RZfZY:function(i,t){return i!==t},TlzqM:n(1184),vKYDC:"VhYUc",fXdPv:n(1419),bUfRk:function(i,t,r){return i(t,r)},wjjND:n(789),WWnCN:n(238),znjrz:"OWTSB",txgzk:n(1502)+" try reconnecting",ftpyv:function(i,t){return i(t)},dKqlE:"4|0|1|3|2",qSLmM:function(i,t){return i(t)},BtSUT:function(i,t,r){return i(t,r)},JQruj:"tZbuF",akqAY:function(i,t){return i===t},CWLbF:n(284),rhFWt:function(i,t,r){return i(t,r)},zdKnc:function(i,t,r){return i(t,r)},fgZzB:function(i,t){return i(t)},buhql:"AbortError",GDPeY:"KFEJO",BWdVF:function(i,t){return i!==t},UmrKV:n(1633),yEQHa:function(i,t,r,a){return i(t,r,a)},PzLWQ:n(831),xkxvs:"boe",uDxqs:function(i,t){return i===t},LocYf:n(1567),WxNwq:"hoVVw",TLAIF:function(i,t){return i+t},KeJgl:n(226),CgCgY:"6|1|0|3|"+n(899),ehODa:n(424)+n(1174)+n(1161)+"nitialized",rruJc:function(i,t){return i===t},MpZXB:n(424)+n(1021)+"y closed",DoPib:n(627)+n(577)+n(735)+n(615)+n(1244)+"e a stri"+n(614)+n(248)+n(827),nbaBG:n(1535),gHxBB:function(i,t){return i||t},gbour:n(627)+n(577)+n(1339)+n(194),AoUcY:function(i,t){return i instanceof t},hgLkw:function(i,t){return i===t},bWuaC:n(1495),ATqvG:function(i,t){return i<t},ONhyD:n(884),BZwrH:function(i,t){return i!==t},arTwp:function(i,t,r){return i(t,r)},HedmD:function(i,t){return i!==t},EGQJG:function(i,t){return i!==t},xVFJl:n(280),WmKpz:"vsmKl",PpvIF:n(1472),bYPGD:n(1303),JvoQK:function(i,t){return i!==t},GPkjo:"PkGNb",owKsi:"\0\0\0\0\0\0\0\0",VeXuB:"Window",bRNvg:function(i,t){return i===t},lWXuE:n(1169),kPAWS:function(i,t){return i!=t},bToiO:function(i,t){return i===t},ATnmP:function(i,t){return i===t},qonAl:n(579)+"rkerGlob"+n(1022),AVMzr:function(i,t){return i!=t},olEiG:function(i,t){return i!=t},DpuLs:function(i,t){return i===t},KVWlt:function(i,t){return i===t},xtQaT:function(i,t){return i!=t},TjZev:function(i,t){return i!=t}};qe.r(te),qe.d(te,{FWS:()=>D0,CustomErrorEvent:()=>es,createCloseEvent:()=>De,ReconnectEvent:()=>Zi,createErrorEvent:()=>Ae,decodedFrame:()=>_t,createOpenEvent:()=>os,CustomCloseEvent:()=>ts,createReconnectEvent:()=>Lr,FrontierMessageEvent:()=>rs,encodeFrame:()=>re,createMessageEvent:()=>ss,OpenEvent:()=>is,ErrorCode:()=>nt,Event:()=>vt,MessageEvent:()=>ns});let s="";function o(i=""){let t=n,r="02",a=""+Date[t(1376)](),x=s||(s=h(i)),g=Math.random().toString(16)[t(1375)](-6);return e[t(1182)](e[t(1182)](e[t(961)](r,a),x),g)}function c(){let i=n;return e[i(1114)](e.eJkAt(1e4,Date[i(1376)]()),Math.floor(e[i(243)](1e4,Math[i(1230)]())))}function d(i){let t=n,r={qqxLH:function(a,x){return a!=x},Tkmgs:t(980)+"d",ThnEa:t(822),ufQEV:e[t(459)]};if(e.verDj(e[t(834)],e[t(834)]))return e[t(1114)](e.WJcje(Array,8)[t(828)]("0"),e[t(1203)](parseInt,i,10)[t(198)](2))[t(1375)](-8);zxQsjZ[t(257)](zxQsjZ[t(485)],typeof _0x2b13e4)&&_0xf889[t(198)+"Tag"]&&_0x1abbe9[t(542)+"operty"](_0xec1b3b,_0x302231[t(198)+"Tag"],{value:zxQsjZ[t(1645)]}),_0x2999c1[t(542)+t(325)](_0x3a9ed2,zxQsjZ[t(1357)],{value:!0})}function u(i){let t=n;return e[t(398)](e[t(537)](Array,4)[t(828)]("0"),e[t(1367)](parseInt,i,2)[t(198)](16))[t(1375)](-4)}function f(i){let t=n,r=i[t(1354)](/\./)[t(753)](g=>d(g)),a=[];return a[0]=e[t(748)](u,e.wFNPO(r[0],r[1])),a[1]=e[t(724)](u,r[2]+r[3]),[e[t(549)],t(1164),e[t(549)],t(1164),t(1164),t(456),a[0],a[1]][t(828)]("")}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}/.test(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(705)](i);return r?e[t(1051)](f,i):a?p(i):e[t(1394)]}function p(i){let t=n,r="",a=[],x=0,g=0,m=!0,y=e[t(549)];if(e.WNvQl(i.indexOf("::"),-1)){let _=i.split("::");for(let v=0;v<_[t(1606)];v++){let C=_[v];if(e[t(204)](C[t(539)](":"),0)){let D=C[t(1354)](":");m&&(x=D[t(1606)]),g+=D[t(1606)];for(let F=0;F<D[t(1606)];F++)if(D[F][t(1606)]!==4){let U=y[t(1488)+"g"](0,4-D[F][t(1606)]),Z=U[t(1608)](D[F]);a[t(1034)](Z)}else a[t(1034)](D[F]);m=!1}else{if(e.HnQSB(4,C[t(1606)])){let D=y[t(1488)+"g"](0,e[t(1636)](4,C[t(1606)])),F=D[t(1608)](C);a[t(1034)](F)}else a[t(1034)](C);m&&(x+=1),g+=1,m=!1}}let l="";for(let v=0;e[t(580)](v,e[t(1636)](8,g));v++)l=l[t(1608)](y);for(let v=0;e[t(730)](v,a[t(1606)]);v++)if(v===x)if(e[t(894)]==="fPfmb")r=r[t(1608)](l),r=r.concat(a[v]);else return this[t(957)+t(1640)]?.[t(252)+t(1586)+t(1372)+t(729)]()||0;else r=r[t(1608)](a[v]);return r}{let _=i.split(":");for(let l=0;e.jQvRj(l,_[t(1606)]);l++){let v=_[l];if(_[l].length!==4){let C=y.substring(0,e[t(976)](4,_[l][t(1606)])),D=C.concat(v);r=r.concat(D)}else r=r[t(1608)](v)}return r}}function w(i,t){let r=n,a=i[r(342)];e[r(695)](void 0,a)&&(e.ymaiC(V,t,10),ge(t,a));let x=i[r(474)];e[r(460)](void 0,x)&&(e[r(1400)](V,t,18),e[r(1203)](ge,t,x))}function b(i){let t=n,r={rHINc:function(a,x){return e[R(470)](a,x)}};if(e[t(460)](e[t(641)],t(308))){let a={};e:for(;!e[t(1082)](we,i);){let x=e[t(724)](X,i);switch(x>>>3){case 0:break e;case 1:a[t(342)]=Q(i,X(i));break;case 2:a[t(474)]=e[t(1032)](Q,i,e.hletf(X,i));break;default:e[t(1203)](Y,i,e[t(212)](7,x))}}if(e[t(1228)](void 0,a[t(342)]))throw new Error(e.RBaGJ);if(a[t(474)]===void 0)throw new Error(e.cQEYZ);return a}else{let a=this[t(843)][t(1566)+t(1388)](this[t(640)]),x=_0x536c61.parse(r.rHINc(a,"{}"));return x[_0x442fdb]=void 0,this._qosDB[t(1007)+t(1388)](this[t(640)],_0x39a928.stringify(x))}}function E(i){let t=n,r=e[t(612)](W);return I(i,r),e[t(1105)](ke,r)}function I(i,t){let r=n,a=i.SeqID;e[r(460)](void 0,a)&&(e[r(1203)](V,t,8),e[r(1203)](J,t,a));let x=i[r(1505)];e[r(1009)](void 0,x)&&(V(t,16),J(t,x));let g=i[r(452)];e[r(900)](void 0,g)&&(e[r(1032)](V,t,24),J(t,e[r(358)](j,g)));let m=i[r(912)];if(e.VNZoe(void 0,m))if(e.wjIuq!==r(1329)){let Z=this["_endpoin"+r(1640)]?.[r(252)+r(1586)+"nt"]();this[r(1420)](r(672)+Z),e[r(1211)](_0x154b84)}else e[r(1367)](V,t,32),e[r(1367)](J,t,j(m));let y=i[r(1260)];if(e.XpasV(void 0,y))for(let Z of y){e[r(1203)](V,t,42);let ae=e[r(864)](W);e[r(923)](w,Z,ae),e.QEEZE(V,t,ae[r(1050)]),e[r(1226)](Ke,t,ae),e.bKwYv(le,ae)}let _=i[r(1309)+r(882)];if(e[r(1568)](void 0,_))if(e.VjqwZ!==e.oYSXz)e[r(1396)](V,t,50),e[r(1400)](ge,t,_);else return!!(e[r(363)](this.currentIndex,this[r(1395)+"s"][r(1606)])||e[r(1228)](this[r(414)+"ndex"],this[r(1395)+"s"][r(1606)]-1)&&e[r(462)](this[r(1003)+"ndpointT"+r(1262)+"t"],this.maxRetries));let l=i[r(332)+r(1542)];e[r(1568)](void 0,l)&&(V(t,58),e[r(923)](ge,t,l));let v=i[r(1627)];v!==void 0&&(e[r(1032)](V,t,66),e[r(1032)](V,t,v[r(1606)]),e[r(1226)](ve,t,v));let C=i[r(1560)];e[r(458)](void 0,C)&&(e[r(1389)](V,t,74),e[r(923)](ge,t,C));let D=i[r(1330)+r(1139)];e[r(460)](void 0,D)&&(e.GMmCB(V,t,82),ge(t,D));let F=i.msgID;e.ZBlyD(void 0,F)&&(V(t,90),ge(t,F));let U=i.frameType;e[r(1568)](void 0,U)&&(e[r(910)](V,t,96),e.nQaFN(J,t,e[r(283)](j,U)))}function A(i){let t=n;return e[t(537)](k,e[t(1105)](_e,i))}function k(i){let t=n;if(e[t(1100)](e[t(653)],e[t(447)])){let r={};e:for(;!e.bKwYv(we,i);)if(e[t(1009)](t(1430),e[t(925)])){let a=e[t(224)](X,i);switch(e[t(425)](a,3)){case 0:break e;case 1:r[t(1531)]=e[t(1396)](ut,i,!0);break;case 2:r[t(1505)]=e.uUdhf(ut,i,!0);break;case 3:r[t(452)]=e[t(1051)](X,i);break;case 4:r.method=e[t(1341)](X,i);break;case 5:{let x=e.PTKHW(z,i);(r[t(1260)]||(r[t(1260)]=[]))[t(1034)](e[t(1152)](b,i)),i[t(1050)]=x;break}case 6:r[t(1309)+t(882)]=e.nhQuL(Q,i,e[t(283)](X,i));break;case 7:r[t(332)+t(1542)]=e[t(666)](Q,i,e[t(1617)](X,i));break;case 8:r[t(1627)]=B(i,e[t(786)](X,i));break;case 9:r[t(1560)]=e.YZeUo(Q,i,e[t(724)](X,i));break;case 10:r[t(1330)+t(1139)]=e[t(709)](Q,i,e[t(224)](X,i));break;case 11:r.msgID=e[t(1522)](Q,i,e.RYBoA(X,i));break;case 12:r[t(1642)+"e"]=X(i);break;default:e.QcuCh(Y,i,e[t(212)](7,a))}}else{let a=this[t(843)][t(1621)](this[t(640)]),x=_0x5e3ab6[t(1454)](e.uqqul(a,"{}"));return _0x788462[t(727)](x)}if(e[t(1489)](void 0,r[t(1531)]))throw new Error(e.gkyrt);if(e.BTVlQ(void 0,r[t(1505)]))throw new Error(e[t(1589)]);if(e.verDj(void 0,r[t(452)]))throw new Error(e.nZMTa);if(e[t(701)](void 0,r[t(912)]))throw new Error(e.qrJlq);return r}else++_0x336977,_0x5dc102+=4}function z(i){let t=n,r=e.RYBoA(X,i),a=i[t(1050)];return i[t(1050)]=e[t(493)](i[t(1149)],r),a}function Y(i,t){let r=n;switch(t){case 0:for(;128&e[r(724)](ne,i););break;case 2:e.vUxmS(xe,i,e[r(307)](X,i));break;case 5:e.wKgok(xe,i,4);break;case 1:xe(i,8);break;default:throw new Error(e[r(1628)](e.gMKwb,t))}}function j(i){let t=n;return i|=0,{low:i,high:e[t(486)](i,31),unsigned:e[t(1499)](i,0)}}let oe=[];function W(){let i=n,t=oe.pop();return t?(t[i(1149)]=t[i(1050)]=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function le(i){oe.push(i)}function _e(i){return{bytes:i,offset:0,limit:i.length}}function ke(i){let t=n,r=i.bytes,a=i.limit;return r[t(1606)]===a?r:r[t(427)](0,a)}function xe(i,t){let r=n;if(e.IQqhd(i[r(1149)]+t,i.limit))throw new Error(e[r(365)]);i[r(1149)]+=t}function we(i){let t=n;return e.nzrMS(i.offset,i[t(1050)])}function T(i,t){let r=n,a=i[r(1029)],x=i[r(1149)],g=i[r(1050)],m=e[r(1182)](x,t);if(m>a[r(1606)]){let y=new Uint8Array(e[r(220)](2,m));y[r(264)](a),i[r(1029)]=y}return i[r(1149)]=m,e[r(204)](m,g)&&(i[r(1050)]=m),x}function O(i,t){let r=n,a=i[r(1149)];if(e[r(961)](a,t)>i[r(1050)])throw new Error(r(1482)+"t limit");return i[r(1149)]+=t,a}function B(i,t){let r=n,a=e[r(1448)](O,i,t);return i[r(1029)].subarray(a,e[r(398)](a,t))}function ve(i,t){let r=n,a=e.SBrQL(T,i,t[r(1606)]);i[r(1029)][r(264)](t,a)}function Q(i,t){let r=n,a={YMpBP:function(l,v){return e[R(1576)](l,v)},lKyDT:function(l,v){return e[R(522)](l,v)},YaNSj:function(l,v){return e.SpIEO(l,v)}},x=e[r(1080)](O,i,t),g=String["fromChar"+r(1481)],m=i[r(1029)],y="\uFFFD",_="";for(let l=0;e[r(388)](l,t);l++){let v=m[l+x],C,D,F,U;if(e[r(212)](128,v)===0)_+=e.oeLup(g,v);else if(e[r(701)](e.KiLWh(224,v),192))if(l+1>=t)_+=y;else if(e[r(1228)](r(846),"XVubc"))_0x11f7c7[r(405)](_0x5a5dec);else if(C=m[e.omXqh(l+x,1)],e[r(437)](e[r(892)](192,C),128))_+=y;else{if(e[r(291)]!==e[r(291)])return _0x5b6b30?.[r(1215)](Z=>Z.key===_0x51f64c)?.value;U=e[r(262)](e[r(892)](31,v)<<6,e[r(1206)](63,C)),e[r(1576)](U,128)?_+=y:(_+=e[r(537)](g,U),l++)}else if(e[r(1220)](e[r(1223)](240,v),224))e[r(1581)](e.AyqgK(l,2),t)?_+=y:e[r(382)](e[r(1509)],e[r(970)])?this[r(679)+r(1172)]=_0x11d74c:(C=m[e.omXqh(e[r(1619)](l,x),1)],D=m[e[r(1182)](e[r(1182)](l,x),2)],e.yrwMJ(e[r(1223)](e[r(262)](C,D<<8),49344),32896)?_+=y:(U=e[r(1035)](e.ybEWC(e.drGRB(e[r(1206)](15,v),12),e[r(371)](63&C,6)),e.XcLMI(63,D)),e[r(388)](U,2048)||e[r(1581)](U,55296)&&e[r(1062)](U,57343)?_+=y:(_+=e[r(949)](g,U),l+=2)));else if(e[r(649)](248,v)==240)if(e[r(363)](e[r(572)](l,3),t))_+=y;else if(C=m[e[r(1083)](l+x,1)],D=m[e[r(566)](e[r(394)](l,x),2)],F=m[e[r(1390)](e[r(292)](l,x),3)],e[r(900)](e[r(515)](e[r(262)](C,e[r(1109)](D,8)),e[r(1345)](F,16))&12632256,8421504))_+=y;else if(e.Ezagq(e[r(222)],e[r(660)])){let Z=_0x32384f[r(1354)](":");_0x2e562a&&(_0x429186=Z[r(1606)]),_0x1cdd3d+=Z[r(1606)];for(let ae=0;yPLWvC[r(1467)](ae,Z[r(1606)]);ae++)if(yPLWvC.lKyDT(4,Z[ae][r(1606)])){let $t=_0x2f042b[r(1488)+"g"](0,yPLWvC[r(345)](4,Z[ae].length)),yn=$t[r(1608)](Z[ae]);_0xbb5167[r(1034)](yn)}else _0x2fe4a1[r(1034)](Z[ae]);_0x337d7c=!1}else U=e[r(1035)](e.BlPdT(e[r(1109)](7&v,18),e.sKHbA(e[r(446)](63,C),12)),e[r(371)](e.EVtgF(63,D),6))|63&F,e[r(1466)](U,65536)||e.huqXV(U,1114111)?_+=y:(U-=65536,_+=e.zaLtq(g,e[r(1628)](e[r(486)](U,10),55296),e[r(394)](e[r(604)](1023,U),56320)),l+=3);else _+=y}return _}function ge(i,t){let r=n;if(e.GSBqg===e[r(595)]){let a=t[r(1606)],x=0;for(let y=0;e.TmKfR(y,a);y++){let _=t[r(453)+"At"](y);e[r(816)](_,55296)&&_<=56319&&e.SALKv(e[r(853)](y,1),a)&&(_=e[r(976)](e[r(572)](e[r(1515)](_,10),t[r(453)+"At"](++y)),56613888)),x+=e.jTIlS(_,128)?1:e[r(388)](_,2048)?2:e[r(388)](_,65536)?3:4}e[r(346)](V,i,x);let g=T(i,x),m=i[r(1029)];for(let y=0;y<a;y++){let _=t[r(453)+"At"](y);if(e.FOFwb(_,55296)&&e[r(1549)](_,56319)&&e[r(388)](y+1,a)&&(_=e.BvQZl(e.LCtWH(_,10),t[r(453)+"At"](++y))-56613888),e[r(730)](_,128))m[g++]=_;else if(e[r(1100)](e.uaiyP,r(888))){let l=_0x58d90c[r(1488)+"g"](0,4-_0x5d0467[_0x1bce3d][r(1606)]),v=l[r(1608)](_0x32e763[_0x13378f]);_0x5a1932[r(1034)](v)}else e[r(590)](_,2048)?m[g++]=e[r(1485)](e[r(604)](e[r(486)](_,6),31),192):(_<65536?m[g++]=e[r(1173)](e[r(659)](e[r(963)](_,12),15),224):(m[g++]=e.JwneI(e[r(1321)](_,18)&7,240),m[g++]=e[r(1242)](e.xtVem(e.YgoeR(_,12),63),128)),m[g++]=e[r(1261)](e[r(242)](e[r(486)](_,6),63),128)),m[g++]=e.dSeXe(e[r(446)](63,_),128)}}else{let a=_0x38268e[r(1149)];if(e[r(302)](e[r(566)](a,_0x5ad931),_0x2145e5[r(1050)]))throw new _0x457555(e.FLTsO);return _0x522b89.offset+=_0x49321c,a}}function Ke(i,t){let r=n,a=e[r(923)](T,i,t[r(1050)]),x=i[r(1029)],g=t[r(1029)];for(let m=0,y=t[r(1050)];e[r(1216)](m,y);m++)x[m+a]=g[m]}function ne(i){let t=n;return i.bytes[e[t(1090)](O,i,1)]}function Ze(i,t){let r=n;if(e[r(1340)](e.lIvbx,e[r(391)])){let a=e.QcuCh(T,i,1);i[r(1029)][a]=t}else _0x5d45d4[r(1492)][r(651)+r(1637)](_0x1003b5)}function X(i){let t=n,r=0,a=0,x;do x=e.fgObu(ne,i),e[t(1398)](r,32)&&(a|=e[t(1452)](127,x)<<r),r+=7;while(e[t(975)](128,x));return a}function V(i,t){let r=n;for(t>>>=0;e[r(816)](t,128);)e[r(1294)](Ze,i,e.admpn(127,t)|128),t>>>=7;e[r(469)](Ze,i,t)}function ut(i,t){let r=n,a={nCtSh:function(x,g){return x|g},RKJDg:function(x,g){return e[R(1261)](x,g)},SplGO:function(x,g){return e[R(317)](x,g)},WfoBe:function(x,g){return e[R(1103)](x,g)},mfWOH:function(x,g){return x|g}};if(e[r(528)](e[r(336)],e.RkHTX))return _0x28d12c[r(405)](_0x198b1d),!1;{let x=0,g=0,m=0,y;if(y=e[r(868)](ne,i),x=e[r(1452)](127,y),e[r(892)](128,y)&&(y=e[r(704)](ne,i),x|=e[r(212)](127,y)<<7,e.IMOwV(128,y)&&(y=e.bqjCj(ne,i),x|=e.IVwxi(e[r(881)](127,y),14),e[r(1555)](128,y)&&(y=e[r(760)](ne,i),x|=e[r(1103)](e[r(881)](127,y),21),128&y&&(y=e[r(1019)](ne,i),g=e[r(871)](127,y),128&y))))){if(e.BTVlQ(r(244),r(769)))this[r(1011)]&&this._ws.close(_0xfe71ba,_0x36171c);else if(y=e.gvYhI(ne,i),g|=e.VzPwR(127,y)<<7,e[r(1142)](128,y)&&(y=e[r(1577)](ne,i),g|=e.nyRoW(e[r(1629)](127,y),14),e[r(659)](128,y)&&(y=e[r(525)](ne,i),g|=e[r(490)](127,y)<<21,e[r(890)](128,y)))){if(e[r(437)](e[r(995)],r(1284)))return new _0x314b12(a.nCtSh(a[r(767)](a[r(767)](_0x31713e[0],a[r(1295)](_0x59d9fe[1],8)),a[r(1393)](_0x3cb1a4[2],16)),a[r(1393)](_0x2dd1e9[3],24)),a[r(1191)](_0x1d73f3[4]|a[r(1393)](_0x3d3e46[5],8),a[r(1393)](_0xd13b67[6],16))|a[r(1295)](_0x53cc24[7],24),_0x2c1bfb);y=e.RlDPg(ne,i),m=e.Dytda(127,y),e[r(975)](128,y)&&(y=e[r(358)](ne,i),m|=e[r(1241)](127&y,7))}}return{low:e[r(1242)](x,e[r(209)](g,28)),high:e[r(1035)](e[r(1110)](g,4),e[r(371)](m,24)),unsigned:t}}}function J(i,t){let r=n,a=e[r(1030)](t[r(700)],0),x=e.AmzVM(e.LIHxe(t.low,28),e[r(1374)](t[r(532)],4))>>>0,g=e[r(574)](t[r(532)],24),m=g===0?e.BTVlQ(0,x)?e[r(730)](a,16384)?e[r(1576)](a,128)?1:2:a<2097152?3:4:e[r(388)](x,16384)?x<128?5:6:e[r(502)](x,2097152)?7:8:e[r(1466)](g,128)?9:10,y=e[r(944)](T,i,m),_=i[r(1029)];switch(m){case 10:_[e.wFNPO(y,9)]=e[r(287)](e[r(341)](g,7),1);case 9:_[e[r(536)](y,8)]=m!==9?e.JwneI(128,g):127&g;case 8:_[e[r(1187)](y,7)]=m!==8?e[r(1242)](x>>>21,128):x>>>21&127;case 7:_[e[r(508)](y,6)]=e[r(720)](7,m)?e.BlPdT(x>>>14,128):e[r(1010)](e[r(1030)](x,14),127);case 6:_[e[r(752)](y,5)]=m!==6?e[r(515)](e[r(1110)](x,7),128):e.QEIMI(e[r(341)](x,7),127);case 5:_[y+4]=m!==5?e.Lpmzo(128,x):127&x;case 4:_[e[r(1628)](y,3)]=e[r(506)](4,m)?e[r(1065)](e[r(425)](a,21),128):e.Dytda(a>>>21,127);case 3:_[e[r(1187)](y,2)]=e.bAbxL(3,m)?e[r(1108)](e[r(1110)](a,14),128):e[r(543)](a,14)&127;case 2:_[e.omXqh(y,1)]=e.ZBlyD(2,m)?e[r(1478)](e[r(341)](a,7),128):e.lwQZk(a>>>7,127);case 1:_[y]=e.TtgyM(1,m)?e[r(1065)](128,a):e[r(658)](127,a)}}function _t(i){return e[n(868)](A,i)}function re(i){let t=n;if(e[t(458)]("WHvQW",t(1646)))e.SmwDW(_0x3140fd,_0x4da438,32),e[t(1032)](_0x23ca6a,_0x23f6be,e[t(1595)](_0x3fa8e7,_0x5de8f3));else return e[t(537)](E,i)}let yt=65536,ye=e[n(875)],bt=yt*yt,Yi=bt*bt,Xi=Yi/2,et=String[n(1444)+"e"].charCodeAt;class K{constructor(t,r,a){let x=n;this[x(592)]=!0,this[x(700)]=0|t,this.high=e[x(1600)](0,r),this[x(1046)]=!!a}static[n(592)](t){let r=n,a={QADMu:function(x,g){return x!=g},GibHS:e[r(465)]};if(e[r(1175)]!==e.yZrbe)return t&&e[r(919)](!0,t.isLong);{let x={cpPBS:function(g,m){return EbMkGq.QADMu(g,m)},hMkFO:EbMkGq[r(223)],MVnsw:r(822),CFTmz:r(762)+"le"};_0x102fe6.r=g=>{let m=r;x[m(1427)](x[m(255)],typeof _0x36cddf)&&_0x3328f5[m(198)+m(1275)]&&_0x589d8e[m(542)+"operty"](g,_0x47ce66["toString"+m(1275)],{value:x[m(964)]}),_0x17a84b[m(542)+m(325)](g,x[m(656)],{value:!0})}}}static[n(479)](t,r,a){return new K(t,r,a)}static fromBytes(t,r,a){let x=n;return a?K[x(682)+x(385)](t,r):K["fromByte"+x(1269)](t,r)}static[n(682)+n(385)](t,r){let a=n,x={eLpIL:e[a(821)],rcbwL:function(g,m){return g(m)}};if(e[a(1489)](e[a(588)],"xcYDD")){let g=_0x37fa87[a(494)+a(859)](_0x589552);return _0x1bd3f1&&g[a(621)+a(196)](EFTlby.eLpIL,()=>_0x15cfe1()),EFTlby[a(849)](_0x5d616e,g).then(()=>{})}else return new K(e.HzSJV(e[a(622)](t[0]|e.drGRB(t[1],8),e[a(1280)](t[2],16)),e.yUWzv(t[3],24)),e[a(1108)](e[a(511)](e[a(927)](t[4],e[a(461)](t[5],8)),e[a(317)](t[6],16)),e[a(317)](t[7],24)),r)}static[n(682)+n(1269)](t,r){let a=n;return new K(e.Lpmzo(e[a(1231)](e[a(1300)](e[a(209)](t[4],24),e[a(1374)](t[5],16)),e.obYmM(t[6],8)),t[7]),e.jtFXl(e[a(378)](e.HdShR(t[0],24),e[a(317)](t[1],16)),t[2]<<8)|t[3],r)}static[n(192)](t){let r=n;return e.BCUKV(t,ye)?Qi:new K(e[r(425)](e[r(1485)](et[r(1518)](t,0)|e[r(371)](et[r(1518)](t,1),8),e.PSZnE(et[r(1518)](t,2),16))|e.xSjgM(et[r(1518)](t,3),24),0),e[r(378)](e.JwneI(e[r(262)](et[r(1518)](t,4),e.JihaT(et[r(1518)](t,5),8)),e[r(1241)](et[r(1518)](t,6),16)),et.call(t,7)<<24)>>>0,!0)}[n(1457)](){let t=n;return String[t(1562)+t(1481)](255&this.low,e.iPsZQ(e[t(341)](this[t(700)],8),255),e[t(1233)](this.low,16)&255,e[t(543)](this[t(700)],24),e[t(1010)](255,this[t(532)]),e[t(871)](e[t(1171)](this[t(532)],8),255),e[t(1200)](this.high>>>16,255),e[t(1110)](this.high,24))}static[n(1356)+"er"](t,r=!0){let a=n;if(e[a(949)](isNaN,t))return r?Hc:Qi;if(r){if(e[a(363)](t,Yi))return Kc}else{if(e[a(1469)](t,-Xi))return Wc;if(e[a(363)](e[a(1628)](t,1),Xi))return jc}return K[a(479)](e.rzpDF(e[a(1306)](t,bt),0),e[a(1478)](e[a(928)](t,bt),0),r)}[n(1416)](){let t=n;return this[t(1046)]?e[t(839)](this[t(532)],0)*bt+e[t(1412)](this[t(700)],0):e[t(216)](e[t(243)](this.high,bt),this[t(700)]>>>0)}[n(1209)](){let t=n;return e[t(241)](0,this.high)&&this[t(700)]===0}[n(1178)](t){let r=n;K[r(592)](t)||(t=K.fromNumber(t));let a=e[r(331)](this[r(532)],16),x=e[r(1042)](65535,this[r(532)]),g=e[r(399)](this[r(700)],16),m=e[r(892)](65535,this[r(700)]),y=e[r(574)](t.high,16),_=65535&t.high,l=t[r(700)]>>>16,v=e.KcDVz(65535,t[r(700)]),C=0,D=0,F=0,U=0;return U+=m+v,F+=e[r(331)](U,16),U&=65535,F+=e[r(655)](g,l),D+=e[r(718)](F,16),F&=65535,D+=e.LAOPV(x,_),C+=e[r(839)](D,16),D&=65535,C+=e.TExGz(a,y),C&=65535,K[r(479)](e[r(511)](e[r(403)](F,16),U),e[r(1065)](e[r(403)](C,16),D),this[r(1046)])}[n(335)](t){let r=n;return K[r(592)](t)||(t=K[r(1356)+"er"](t)),e[r(807)](this[r(1046)],t[r(1046)])&&e[r(1110)](this[r(532)],31)===1&&e[r(701)](e.sfdCu(t[r(532)],31),1)?!1:e[r(779)](this.high,t[r(532)])&&e[r(629)](this.low,t.low)}[n(876)](){let t=n;if(e[t(1228)](e[t(432)],e.pvrBE))return this[t(700)]===-1&&e.QgeFB(-1,this[t(532)])?K[t(479)](0,0,this[t(1046)]):e[t(241)](-1,this[t(700)])?K[t(479)](0,e.tuCAQ(this[t(532)],1),this.unsigned):K.fromBits(e.omXqh(this.low,1),this[t(532)],this[t(1046)]);_0x57ad34[t(1034)](_0x138d63)}[n(1440)](t){let r=n;return t?this[r(431)+"E"]():this[r(968)+"E"]()}toBytesLE(){let t=n,r=this.high,a=this[t(700)];return[255&a,e[t(718)](a,8)&255,e.qzlzz(e[t(1171)](a,16),255),e[t(1120)](a,24),255&r,e[t(298)](e.mDBKM(r,8),255),e[t(619)](e.FjbQm(r,16),255),e[t(1387)](r,24)]}[n(968)+"E"](){let t=n,r=this[t(532)],a=this[t(700)];return[r>>>24,e.iFNfp(r>>>16,255),e[t(710)](e[t(839)](r,8),255),e.OVmJN(255,r),e[t(1124)](a,24),e[t(1e3)](a,16)&255,e[t(604)](a>>>8,255),e[t(1010)](255,a)]}}let Qi=new K(0,0,!1),Hc=new K(0,0,!0),jc=K[n(479)](-1,2147483647,!1),Kc=K[n(479)](-1,-1,!0),Wc=K[n(479)](0,-2147483648,!1);var nt=(function(i){let t=n;return i[i[e[t(1153)]]=5001]=e[t(1153)],i[i[e[t(920)]]=5002]=e[t(920)],i[i[e[t(1413)]]=5003]="MAX_RETR"+t(676)+"R",i[i[t(854)+t(734)]=5004]="MESSAGE_"+t(734),i[i[e[t(609)]]=5005]=e[t(609)],i})({});class vt{constructor(t){let r=n;this[r(1061)]=t,this.target=null}}class Zi extends vt{constructor(t,r){let a=n;super(t),this[a(1422)]=r&&r[a(1422)]||null}}class es extends vt{constructor(t,r){let a=n,x=e[a(1289)].split("|"),g=0;for(;;){switch(x[g++]){case"0":this[a(1422)]=r&&r[a(1422)]||"";continue;case"1":this[a(1181)]=r&&r[a(1181)]||null;continue;case"2":this[a(214)]=r&&r.colno||0;continue;case"3":this[a(451)]=r&&r[a(451)]||"";continue;case"4":this[a(1362)]=r&&r[a(1362)]||0;continue;case"5":this[a(692)]=r&&r[a(692)]||5001;continue;case"6":super(t);continue}break}}}class ts extends vt{constructor(t,r){let a=n;super(t),this[a(692)]=r&&r.code||0,this[a(1483)]=r&&r[a(1483)]||"",this.wasClean=r&&r[a(1079)]||!1,this[a(790)+a(1521)]=r&&r["willReco"+a(1521)]||!1}}class ns extends vt{constructor(t,r){let a=n;super(t),this.data=r&&r[a(680)]||null}}class rs extends ns{constructor(t,r){let a=n;super(t),this[a(680)]=r&&r[a(680)]||null,this[a(1422)]=r&&r[a(1422)]||null}}class is extends vt{constructor(t,r){let a=n;super(t),this[a(680)]=r&&r.data||null}}function Ae(i,{message:t,code:r,error:a}){return new es(i,{message:t,code:r,error:a})}function De(i,{code:t,reason:r,wasClean:a,willReconnect:x}){return new ts(i,{code:t,reason:r,wasClean:a,willReconnect:x})}function ss(i,{data:t,message:r}){return new rs(i,{data:t,message:r})}function os(i,{data:t}){return new is(i,{data:t})}function Lr(i,{message:t}){return new Zi(i,{message:t})}class as{constructor(t,r){let a=n;this[a(1395)+"s"]=t,this.maxRetries=r,this[a(414)+a(213)]=0,this[a(1003)+a(1310)+"riesCount"]=0}[n(1018)+"pointConfig"](){let t=n;this[t(414)+"ndex"]=0,this[t(1003)+t(1310)+t(1262)+"t"]=0}resetTries(){let t=n;if(e[t(1612)]!==e[t(1612)]){let r=e[t(1389)](_0x16a5a8,_0x2f2484,1);_0x375427[t(1029)][r]=_0xbffdca}else this[t(1003)+t(1310)+"riesCount"]=0}["getCurre"+n(1586)+"nt"](){let t=n;return this.endpoints[this[t(414)+t(213)]]}[n(252)+n(1586)+n(1372)+n(729)](){let t=n;return this[t(1003)+"ndpointT"+t(1262)+"t"]}[n(1320)+"chMaxTries"](){let t=n,r={Kibeu:function(a,x){return e[R(1411)](a,x)},bLIEN:function(a,x){return a<<x},ciTFS:function(a,x){return e[R(1555)](a,x)},WrPpy:function(a,x){return e.jyZVI(a,x)},XnCgF:function(a,x){return e[R(1167)](a,x)},OJwdh:function(a,x){return e[R(1512)](a,x)}};if(e[t(460)]("hOqZc",e[t(547)]))_0x2ca34d=uKzRMY[t(1615)](_0x7bc71f,_0x3e90c1),_0x48901f|=uKzRMY[t(355)](uKzRMY[t(1643)](127,_0x47b1aa),21),uKzRMY[t(1643)](128,_0x19507a)&&(_0x312364=uKzRMY[t(1615)](_0x467ff0,_0x350fb4),_0x15b268=uKzRMY[t(475)](127,_0x71bd49),128&_0x1499e1&&(_0x3a2f89=uKzRMY[t(857)](_0x3ef5f7,_0x1d1d6e),_0x3cb0d2|=uKzRMY[t(1315)](127,_0x14bdad)<<7));else return!!(e.ELMYZ(this[t(414)+t(213)],this[t(1395)+"s"].length)||e.Wvrfy(this[t(414)+"ndex"],this[t(1395)+"s"][t(1606)]-1)&&this[t(1003)+t(1310)+"riesCount"]===this[t(480)+"es"])}[n(519)+n(587)+n(711)+n(1464)+n(823)](){let t=n;return e.wOTLn(this[t(414)+t(213)],this[t(1395)+"s"][t(1606)])?!0:e[t(266)](this[t(1003)+t(1310)+t(1262)+"t"],this[t(480)+"es"])}["replaceBackupEndpointAndUpdateCo"+n(1293)](){let t=n;return this[t(1003)+"ndpointT"+t(1262)+"t"]=1,this[t(414)+"ndex"]++,this[t(1395)+"s"][this[t(414)+t(213)]]}[n(252)+"ntEndpoi"+n(1369)+n(632)](){let t=n;return this[t(1003)+t(1310)+"riesCount"]++,this[t(252)+"ntEndpoint"]()}}let St=(e.sVmis(n(980)+"d",typeof globalThis)&&e.VeXuB===globalThis[n(1583)+n(1421)].name||e[n(1585)](n(980)+"d",typeof window)&&e[n(675)](e.VeXuB,window[n(1583)+n(1421)][n(1186)]))&&e[n(576)](e[n(465)],typeof document),ft=e[n(576)](e[n(465)],typeof globalThis)&&(e.lWXuE===globalThis[n(1583)+n(1421)].name||"Dedicate"+n(232)+n(1426)+"pe"===globalThis[n(1583)+n(1421)][n(1186)])&&e[n(576)](e[n(465)],typeof tt),Wt=(n(980)+"d"!=typeof globalThis&&e[n(779)](e[n(1561)],globalThis[n(1583)+n(1421)].name)||e.DUKka==typeof globalThis||e[n(576)](e.DUKka,typeof globalThis)&&!!globalThis[n(1093)+"Bridge"])&&e[n(1085)](e.DUKka,typeof wx),Jt=e[n(465)]!=typeof globalThis&&(e[n(1346)](n(1288)+n(232)+n(1426)+"pe",globalThis[n(1583)+n(1421)][n(1186)])||e.ATnmP(e.qonAl,globalThis["construc"+n(1421)][n(1186)])||e[n(1228)]("ServiceW"+n(190)+n(1040),globalThis[n(1583)+n(1421)][n(1186)]))&&e.AVMzr(n(980)+"d",typeof self),Jc=e.olEiG(e[n(465)],typeof globalThis)&&e.DpuLs(e[n(1561)],globalThis["construc"+n(1421)].name)&&e[n(1575)](e[n(465)],typeof global)&&e[n(933)](e.lWXuE,global[n(1583)+n(1421)][n(1186)])&&e.xtQaT(e[n(465)],typeof process)&&!!process[n(785)];class Mr{constructor(){let t=n;if(e[t(328)](e[t(1525)],e[t(1525)]))return this[t(1192)]>=this[t(1071)+t(729)];this[t(955)+"rs"]={}}emit(t,...r){let a=n,x=this[a(955)+"rs"][t];if(x)x.slice().forEach(g=>g.fn.apply(g[a(188)],r));else if(e[a(268)]===t&&!this.onerror){let g=r[a(1606)]&&r[0];if(e[a(1565)](g,Error))throw g;let m=new Error(e[a(1592)](e[a(811)],g?e[a(364)](" (",g[a(1422)])+")":""));throw m.context=g,g}return this}off(t,r){let a=n;if(e[a(241)](void 0,t))this._listeners={};else if(e[a(375)](void 0,r))this[a(955)+"rs"][t]=null;else{let x=this._listeners[t];if(x)for(let g=0;e[a(1145)](g,x[a(1606)]);)e.Wvrfy(x[g].fn,r)?x[a(850)](g,1):++g}return this}on(t,r,a){let x=n;return(this[x(955)+"rs"][t]||(this[x(955)+"rs"][t]=[]))[x(1034)]({fn:r,ctx:a||this}),this}}class $c extends Mr{["_formatE"+n(914)+n(1599)](t){let r=n;return t[r(187)]||t[r(1281)]?(r(1179)+" "+(t[r(187)]||"")+" code: "+(t.errNo||""))[r(191)]():JSON[r(600)+"y"](t)}constructor(t,r,a){let x=n;super(),this[x(667)]=null,Wt&&wx[x(880)+x(1546)]&&(this[x(667)]=wx[x(880)+x(1546)]({url:t,protocols:r,header:a,fail:this[x(1053)+x(233)+x(763)][x(411)](this),success:this[x(1053)+"ocketSuc"+x(690)+x(265)].bind(this)})),ft&&tt[x(880)+x(1546)]&&(this._socket=tt[x(880)+x(1546)]({url:t,protocols:r,header:a,fail:this[x(1053)+x(233)+x(763)][x(411)](this),success:this[x(1053)+x(1401)+x(690)+"ler"][x(411)](this)}))}["_createS"+n(1401)+n(690)+n(265)](){let t=n;Promise[t(998)]()[t(851)](()=>{this._addWsListeners()})}[n(1053)+n(233)+n(763)](t){let r=n,a={kMrGg:function(x,g,m){return e[R(545)](x,g,m)},dftPN:function(x,g,m){return e[R(865)](x,g,m)},NwSAm:e[r(829)]};Promise[r(998)]().then(()=>{let x=r,g=a[x(1563)](Ae,x(1181),{message:this[x(1259)+x(914)+x(1599)](t)});this[x(999)]("error",g);let m=a.dftPN(De,a[x(253)],{reason:this[x(1259)+x(914)+x(1599)](t)});this[x(999)](a.NwSAm,m)})}_addWsListeners(){let t=n,r={SXQby:"close",fMreN:function(a,x,g){return e.hJKFZ(a,x,g)}};this._socket[t(202)](a=>{let x=t,g={EjYEA:function(m,y){return e[R(744)](m,y)}};if(e[x(271)]===e.dQmXc)return YSahNI.EjYEA(this[x(414)+"ndex"],this[x(1395)+"s"][x(1606)])?!0:this[x(1003)+x(1310)+x(1262)+"t"]>this[x(480)+"es"];this[x(999)](x(337),e.jZNPp(os,e.hXcPH,{...a,data:a[x(187)]||""}))}),this[t(667)][t(845)](a=>{let x=t;this[x(999)](r.SXQby,r[x(708)](De,x(296),{...a}))}),this[t(667)][t(200)+"e"](a=>{let x=t;this[x(999)](e[x(1012)],ss(e[x(1012)],{...a}))}),this._socket[t(406)](a=>{let x=t;this[x(999)](e[x(268)],e[x(1365)](Ae,e.LLSYA,{...a,message:a[x(187)]||""}))})}[n(1470)](t){let r=n;if(e[r(1263)]("AntGn",e[r(908)])){if(this[r(1570)][r(847)+r(771)+"nect"]||this[r(935)+r(869)])return;this._handleReconnect()}else if(e[r(1565)](t,Uint8Array)){let a=t[r(798)].slice(t.byteOffset,e[r(1414)](t[r(683)+"th"],t[r(305)+"et"]));this._socket&&this[r(667)][r(1470)]({data:a,fail:x=>{let g=r;this[g(999)](e.LLSYA,Ae(g(1181),{message:this[g(1259)+g(914)+"age"](x)}))}})}else this._socket&&this[r(667)][r(1470)]({data:t,fail:a=>{let x=r;this.emit(e[x(268)],e[x(1448)](Ae,e[x(268)],{message:this[x(1259)+x(914)+x(1599)](a)}))}})}[n(296)](t,r){let a=n;this._socket&&this[a(667)][a(296)]({code:t,reason:r})}[n(621)+n(196)](t,r){this.on(t,r)}["removeEv"+n(623)+n(630)](t,r){this[n(333)](t,r)}get readyState(){let t=n;if(e[t(1055)]!==e[t(1055)]){let r=this[t(843)][t(1566)+t(315)+"nc"](this[t(640)]),a=_0x582bb2[t(1454)](r||"{}");return _0xb5da5e[t(727)](a)}else return this[t(667)][t(230)+"te"]}get binaryType(){let t=n,r={mjQxF:function(a,x,g){return e[R(674)](a,x,g)}};if(e[t(375)](e[t(1201)],t(433)))WTdppb.mjQxF(_0x19ac8d,_0x413a38,66),WTdppb[t(1417)](_0x5dea92,_0x1da896,_0x3af955[t(1606)]),WTdppb.mjQxF(_0x3e73e2,_0x246d64,_0x61d690);else return this[t(667)][t(715)+"pe"]}set[n(715)+"pe"](t){}get[n(747)](){let t=n;return this[t(667)][t(747)]}get[n(820)](){let t=n;return this._socket[t(820)]}get[n(703)+"ns"](){return this[n(667)].extensions}get[n(1311)+n(1611)](){let t=n;if(e[t(807)](t(586),t(586)))this[t(552)]=!0,this[t(300)]();else return 0}}function Vc(i,t){let r=n;if(t)return new t(i[r(747)],i[r(820)]);if(e[r(470)](Wt,ft))return new $c(i.url,i[r(820)],i[r(1260)]);if(e[r(470)](St,Jt)&&e[r(576)](e[r(465)],typeof WebSocket)&&WebSocket)return new WebSocket(i[r(747)],i[r(820)+"s"])}function Yc(i){let t=n;if(e[t(794)]===e[t(794)]){let r=(t(599)+"2").split("|"),a=0;for(;;){switch(r[a++]){case"0":if(i)return!0;continue;case"1":if(ft&&tt[t(880)+"ocket"])return!0;continue;case"2":return!1;case"3":if(Wt&&wx[t(880)+t(1546)])return!0;continue;case"4":if(e.JRpsP(St,Jt)&&e[t(1585)](t(980)+"d",typeof WebSocket)&&WebSocket)return!0;continue}break}}else{let r=_0x2c9db3(_0x56fa49),a=_0x5f078c[t(1050)];return _0x54b6c1[t(1050)]=e[t(752)](_0x5bfb9e[t(1149)],r),a}}function cs(i,t,r){let a=n,x={RWmnE:function(y,_){return e[R(458)](y,_)},ktGPk:e[a(636)],aIdej:function(y,_){return e.ZUJPY(y,_)},kfPFU:e[a(817)],xOcYG:function(y,_){return e[a(448)](y,_)}},g=-1;async function m(y){let _=a;if(x[_(229)]("vFSIo",x[_(1336)]))return x.aIdej(y,g)?Promise[_(842)](new Error(x[_(1554)])):(g=y,y===r[_(1606)]?Promise[_(998)]():r[y][_(411)](i)(t,m.bind(null,x[_(561)](y,1))));this[_(999)](_(1181),_0x4c3712),this[_(1227)]&&this[_(1227)](_0x12be6a)}m(0)}function ds(i){let t=n,r={tEOIF:function(g,m,y){return e[R(1226)](g,m,y)}},a=0,x=0;for(let g=0;g<i[t(1606)];++g)if(x=i[t(453)+"At"](g),x<128)a+=1;else if(e.uzUaB(x,2048))a+=2;else if(e[t(462)](e[t(1434)](64512,x),55296)&&e[t(1228)](e[t(948)](64512,i.charCodeAt(g+1)),56320)){if(e[t(694)](e.bPQGR,e[t(1587)]))return _0x501308[t(1029)][SgGYrn.tEOIF(_0x238b61,_0x497252,1)];++g,a+=4}else a+=3;return a}function xs(i,t,r){let a=n;if(r-t<1)return"";let x="";for(let g=t;e[a(645)](g,r);){let m=i[g++];if(m<=127)x+=String["fromChar"+a(1481)](m);else if(e[a(1299)](m,192)&&m<224)x+=String[a(1562)+a(1481)](e[a(742)](e[a(1459)](31&m,6),e[a(1200)](63,i[g++])));else if(m>=224&&m<240)x+=String[a(1562)+a(1481)](e[a(461)](e[a(775)](15,m),12)|e[a(317)](e[a(837)](63,i[g++]),6)|63&i[g++]);else if(e[a(1527)](m,240)){let y=e.lLKrY(e[a(1485)](e[a(1600)](e.NwNrR(7,m)<<18,e[a(1103)](e[a(1142)](63,i[g++]),12)),e[a(673)](63,i[g++])<<6)|e[a(890)](63,i[g++]),65536);x+=String[a(1562)+a(1481)](e.AVuiq(55296,e[a(716)](y,10))),x+=String[a(1562)+a(1481)](e[a(1044)](56320,e[a(207)](1023,y)))}}return x}function Br(i,t,r){let a=n,x={XogIE:e[a(829)],OAwGr:e[a(268)]};if(e[a(382)]("TJVSb",a(796)))this[a(1415)+a(1378)]?.[a(1616)](),this[a(999)](e.QPkPh,a(1184)),this[a(1415)+a(1378)]?.[a(1320)+a(1523)+"nt"]()?this._handleReconnect():this[a(1373)]();else{let g=r,m,y;for(let _=0;e[a(413)](_,i[a(1606)]);++_)if(m=i[a(453)+"At"](_),e[a(1106)](m,128))t[r++]=m;else if(m<2048)t[r++]=e[a(963)](m,6)|192,t[r++]=e[a(1600)](e[a(390)](63,m),128);else if((64512&m)===55296&&e.Ezagq(e[a(1556)](64512,y=i.charCodeAt(e.xoQjm(_,1))),56320)){let l=e[a(1024)][a(1354)]("|"),v=0;for(;;){switch(l[v++]){case"0":m=e[a(1212)](65536,e[a(1280)](e[a(892)](1023,m),10))+(1023&y);continue;case"1":++_;continue;case"2":t[r++]=e[a(1368)](e[a(963)](m,18),240);continue;case"3":t[r++]=e[a(1286)](e.kDTHi(e[a(716)](m,6),63),128);continue;case"4":t[r++]=e[a(1314)](e[a(1144)](m,12),63)|128;continue;case"5":t[r++]=e[a(1600)](e[a(1002)](63,m),128);continue}break}}else if(e[a(193)]!=="xoshM"){let l=(a(286)+"4")[a(1354)]("|"),v=0;for(;;){switch(l[v++]){case"0":this[a(1011)][a(1441)+a(623)+a(630)]("message",this[a(1039)+"ge"]);continue;case"1":this._ws[a(1441)+"entListe"+a(630)](a(337),this[a(1453)]);continue;case"2":if(!this[a(1011)])return;continue;case"3":this[a(1011)][a(1441)+a(623)+a(630)](x[a(1484)],this._onClose);continue;case"4":this[a(1011)]["removeEv"+a(623)+a(630)](x[a(1151)],this._onError);continue}break}}else t[r++]=e[a(368)](m>>12,224),t[r++]=e[a(871)](e[a(916)](m,6),63)|128,t[r++]=63&m|128;return r-g}}async function us(i){let t=n;if(t(387)==typeof i){let r=new Uint8Array(e[t(1411)](ds,i));return Br(i,r,0),r}return e.vUpZf(i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i[t(798)],i.byteOffset,i[t(683)+"th"])}function Xc(i){let t=n,r={ETlWw:function(a,x){return e[R(1499)](a,x)}};try{if(e[t(687)](e.okkTa,t(435)))return e[t(576)](e[t(626)],typeof i)&&(i instanceof ArrayBuffer||i[t(798)]&&e.vUpZf(i.buffer,ArrayBuffer))||t(387)!=typeof i?"":(JSON[t(1454)](i),e[t(439)]);{let a=t(972)+_0x4670b5+(" timeout"+t(907)+t(1503)+"ached");this[t(1420)](a),this[t(1363)+t(1574)+t(981)](e.OjSUX(_0x219ca5,e[t(268)],{message:a,code:_0x49e3eb[t(891)+t(676)+"R"]}));return}}catch{return e[t(384)]===e.EhHwB?e[t(323)](e[t(626)],typeof i)?e[t(1202)]:"":JxaFtW.ETlWw(_0x158022.offset,_0x2cbb86[t(1050)])}}let Qc=(i,t)=>{let r=n;switch(i){case r(1558):case e.uhrJU:return{[r(866)+i]:1,"x-tt-env":t};default:return{}}};class Zc{constructor(t){let r=n;this[r(1071)+"ount"]=t,this[r(1192)]=0}addCount(){let t=n;this[t(1192)]++}["checkRea"+n(1523)+"nt"](){let t=n;return this.count>=this[t(1071)+t(729)]}[n(1291)+n(795)](t=0){let r=n;this[r(1071)+r(729)]=t,this[r(1192)]=0}}async function e0(i){let t={WVXYL:e.YvXMj};return new Promise(r=>{let a=R,x={DSphh:function(g,m){return g(m)},stYjC:"unknown reason"};if(!St)return e[a(724)](r,a(1638)+a(1483));try{let g=document["createEl"+a(548)]("script");window[a(1626)+a(1123)]=m=>{let y=a;document[y(1492)][y(1564)+"ild"](g),window[y(1626)+y(1123)]=void 0,x[y(507)](r,m&&m[y(1385)]||x.stYjC)},g[a(1061)]=e[a(992)],g[a(759)]=e[a(1199)](i[a(898)](/^ws/,e[a(1397)]),e[a(1020)]);try{document.body[a(651)+a(1637)](g)}catch{if(e[a(1630)](e[a(524)],"qPMYV"))document[a(1492)][a(1564)+"ild"](g);else return{frameType:_0x3449cf,headers:[{key:a(1620)+a(523),value:t[a(319)]}],payload:void 0}}}catch{window[a(1626)+"JSONP"]=void 0,e.xwPoP(r,"unknown "+a(1483))}})}function rt(i,t,r){let a=n;return!!i?.find(x=>x[a(342)]===t&&x[a(474)]===r)}function Et(i,t){let r=n;return e[r(1504)](e[r(225)],e[r(1604)])?i?.find(a=>a[r(342)]===t)?.[r(474)]:this._socket[r(703)+"ns"]}let zr=null;async function t0(){let i=n;return zr||(zr=Promise[i(998)]()[i(851)](qe.bind(qe,e[i(404)]))),zr}class n0 extends Mr{constructor(t,r){let a=n;super(),this._dbName=t,this._keyPath=r,this[a(843)]=void 0,this[a(555)+a(373)]=null}async[n(1573)](){await this[n(1364)]()}async[n(1364)](){let t=n;if(!this[t(843)]){if(this[t(555)+t(373)])return this[t(555)+t(373)];try{let r=this._dbName,a=this._keyPath;this[t(555)+t(373)]=(async()=>{let x=t,{openDB:g}=await t0();this[x(843)]=await g(x(1626)+"_"+r,1,{upgrade(m){let y=x;if(y(797)==="cYStA"){let _=_0x50569f[y(1029)],l=_0x581626[y(1050)];return _[y(1606)]===l?_:_.subarray(0,l)}else m["createOb"+y(1307)+"e"](r,{keyPath:a})}})})(),await this[t(555)+t(373)]}catch(r){console[t(405)](r)}finally{this[t(555)+t(373)]=null}}}async[n(466)](t){let r=n,a={KcBiq:function(x,g){return e[R(1341)](x,g)},aGkgC:function(x,g){return e[R(1210)](x,g)}};try{return await this[r(1364)](),this[r(843)]?.[r(466)](this._dbName,t)}catch(x){if(e.IxyFD(e[r(685)],e[r(668)]))console[r(405)](x);else return function(...g){let m=r;return _0x1eee2a[m(1486)](GwXKnU[m(1491)](_0x1367ac,this),g),GwXKnU[m(826)](_0x4a28a3,_0x54a460[m(466)](this))}}}async[n(264)](t,r){let a=n;return await this[a(1364)](),this[a(843)]?.put(this[a(772)],t)}async[n(512)](t){let r=n;if(e[r(1402)](e[r(249)],r(1540)))try{return await this[r(1364)](),this[r(843)]?.delete(this[r(772)],t)}catch(a){console[r(405)](a)}else{if(!this[r(1011)])return;this[r(311)+r(1477)+"t"](_0x494f9d,_0x118933,_0x1fbe5d)}}async[n(240)](){let t=n;try{return await this._init(),this[t(843)]?.[t(240)](this[t(772)])}catch(r){console[t(405)](r)}}async[n(1590)](){let t=n;if(e[t(732)]!=="UfByt")return await this._init(),this[t(843)]?.[t(929)+"ys"](this._dbName);try{return!!this[t(843)]}catch(r){return _0x49bfa8.log(r),!1}}async[n(815)](){let t=n;return t(1644)!==e[t(1033)]?(_0x15453c[t(405)](t(648),_0x5dba13,_0x43318b,_0x4d65aa),this[t(843)][t(264)]({cursor_name:_0x103709,cursor:_0x6318d,service:_0x36e411})):(await this[t(1364)](),this[t(843)]?.[t(815)](this._dbName))}async[n(429)](){let t=n;try{this[t(843)]?.[t(296)](),this[t(843)]=void 0}catch(r){console[t(405)](r)}}get[n(1140)](){let t=n,r={nlaio:function(a,x){return e[R(499)](a,x)},hnYFZ:function(a,x,g){return a(x,g)},JRjnj:function(a,x,g,m){return e[R(245)](a,x,g,m)},hIClf:function(a,x){return e[R(1083)](a,x)},GBpJq:function(a,x,g){return e[R(707)](a,x,g)}};try{if(e.HnQSB(e[t(1552)],e[t(1552)])){let a=0,x=[];for(;r[t(1265)](a,_0x417cc4[t(683)+"th"]);){let{offset:g}=_0x40bf7e(_0x49b73d,a);a=g;let m={cursor_name:"",cursor:0,service:0},{value:y,offset:_}=_0x3fb0ce(_0x491fc5,a);m.service=y,a=_;let{value:l,offset:v}=r[t(1498)](_0xabc45e,_0x307d93,a);a=v,m["cursor_n"+t(1614)]=r[t(567)](_0x1678b8,_0x2dae36,a,r[t(1436)](a,l)),a+=l;let{value:C,offset:D}=r[t(1132)](_0x325f92,_0x2f0d03,a);m.cursor=C.toNumber(),a=D,x[t(1034)](m)}return x}else return!!this._qosDB}catch(a){return console[t(405)](a),!1}}}class r0{constructor(t,r){let a=n;this[a(583)]=t,this[a(1138)]=r,this[a(843)]=localStorage}async openDB(){}get _prefix(){let t=n;return t(1626)+"_"+this[t(583)]}async[n(466)](t){let r=n,a=this[r(843)][r(1621)](this[r(640)]);return JSON.parse(e[r(470)](a,"{}"))[t]}async[n(264)](t,r){let a=n,x=this[a(843)].getItem(this[a(640)]),g=JSON[a(1454)](e[a(1458)](x,"{}"));return g[r||t[this[a(1138)]]]=t,this[a(843)][a(938)](this._prefix,JSON[a(600)+"y"](g)),r||t[this[a(1138)]]}async del(t){let r=n,a=this[r(843)][r(1621)](this._prefix),x=JSON.parse(e[r(937)](a,"{}"));return x[t]=void 0,this[r(843)][r(938)](this[r(640)],JSON[r(600)+"y"](x))}async[n(240)](){let t=n,r={ksTaI:function(a,x){return e[R(1565)](a,x)},xMmSt:function(a,x){return e[R(607)](a,x)},ofjCD:e[t(761)],PpiCK:function(a,x){return e[t(1319)](a,x)}};if(e[t(306)]==="cdeja"){if(PQFuDG.ksTaI(_0x2381bf,_0xc3c878)){if(_0x51b3db===t(321))return _0x244d23[t(466)](_0x54928f);if(PQFuDG[t(303)](_0x1e01ba,t(959)+t(293)))return _0x282836[t(959)+t(293)]||_0x2bcc12[t(466)](_0x4849fc);if(_0x4b220d===PQFuDG[t(1532)])return _0x52ec5d[t(959)+t(293)][1]?void 0:_0x41e995["objectSt"+t(254)](_0x127cc8[t(959)+t(293)][0])}return PQFuDG[t(565)](_0x14e53a,_0x1371e1[_0x136058])}else return this[t(843)][t(240)]()}async[n(1590)](){let t=n;if(e[t(1423)]!==e[t(551)]){let r=this[t(843)][t(1621)](this[t(640)]),a=JSON[t(1454)](e[t(937)](r,"{}"));return Object[t(1590)](a)}else return _0x2aa86e.resolve()}async[n(815)](){let t=n,r=this[t(843)][t(1621)](this[t(640)]),a=JSON[t(1454)](e.jlBis(r,"{}"));return Object.values(a)}[n(429)](){let t=n,r={MYMvU:function(a,x){return e[R(1489)](a,x)},Fsoik:function(a,x){return e[R(399)](a,x)},etfoo:function(a,x){return e[R(511)](a,x)},CbJCs:function(a,x){return e[R(461)](a,x)},elRcZ:function(a,x){return a>>>x},flrek:function(a,x){return a|x},bpkca:function(a,x){return a|x}};return e[t(1504)](e.pmsJU,"QTViI")?Promise[t(998)]():AELyvk.MYMvU(_0x2a63f6,_0x51f170)?_0x114e77:new _0x4e0170(AELyvk[t(417)](AELyvk[t(313)](_0x3c2a5c.call(_0x547707,0),_0x14bee6[t(1518)](_0x23d6aa,1)<<8)|AELyvk[t(765)](_0x6172b5[t(1518)](_0x9d2fa2,2),16)|AELyvk[t(765)](_0x553187[t(1518)](_0x506f52,3),24),0),AELyvk[t(768)](AELyvk[t(1279)](AELyvk[t(1058)](_0x367dcf.call(_0x398ec5,4),AELyvk[t(765)](_0x496b23[t(1518)](_0x1ed0ca,5),8))|AELyvk[t(765)](_0x401296[t(1518)](_0x1b4b90,6),16),_0x2222b8.call(_0x290743,7)<<24),0),!0)}get isReady(){return!!this[n(843)]}}class i0{constructor(t,r){let a=n;this[a(583)]=t,this[a(1138)]=r,this[a(843)]=ft?tt:Wt?wx:null}async openDB(){}get[n(640)](){return n(1626)+"_"+this._DBName}async[n(466)](t){let r=n,a=this[r(843)][r(1566)+r(1388)](this[r(640)]);return JSON[r(1454)](e[r(1458)](a,"{}"))[t]}async[n(264)](t,r){let a=n,x=this[a(843)]["getStora"+a(1388)](this._prefix),g=JSON[a(1454)](e[a(470)](x,"{}"));return g[r||t[this[a(1138)]]]=t,this[a(843)]["setStora"+a(1388)](this[a(640)],JSON[a(600)+"y"](g)),r||t[this[a(1138)]]}async[n(512)](t){let r=n,a=this[r(843)]["getStora"+r(1388)](this[r(640)]),x=JSON[r(1454)](e[r(937)](a,"{}"));return x[t]=void 0,this[r(843)][r(1007)+"geSync"](this[r(640)],JSON[r(600)+"y"](x))}async clear(){let t=n;return this[t(843)][t(652)+t(489)]()}async[n(1590)](){let t=n,r=this[t(843)][t(1566)+t(315)+"nc"](this[t(640)]),a=JSON[t(1454)](e[t(1458)](r,"{}"));return Object.keys(a)}async getAll(){let t=n,r=this[t(843)][t(1566)+t(315)+"nc"](this[t(640)]),a=JSON[t(1454)](e[t(733)](r,"{}"));return Object.values(a)}[n(429)](){return Promise.resolve()}get[n(1140)](){return!!this[n(843)]}}function fs(i,t){let r=n;if(e.jlBis(ft,ft))return new i0(i,t);if(e[r(733)](St,Jt)&&e[r(576)](r(980)+"d",typeof indexedDB))return new n0(i,t);if(e[r(470)](St,Jt)&&e.PtkWq(e[r(465)],typeof localStorage))return new r0(i,t);throw new Error(e.dvTvH)}class s0{constructor(){let t=n,r={OMQGz:function(a,x,g){return e[R(987)](a,x,g)}};e[t(1270)](e[t(1361)],e[t(1361)])?(_0x86c6e8(_0x18486b,90),OJlZhX[t(1219)](_0x474367,_0x58aec3,_0x9761ac)):(this._intervalTimeoutId=null,this[t(1276)+"l"]=36e5,this[t(843)]=e[t(865)](fs,e.aCwsr,e.ohmdq))}async[n(1276)+n(441)](){let t=n;e.JCEPz(clearInterval,this[t(1276)+t(289)+"Id"]),this["_interva"+t(289)+"Id"]=setInterval(()=>{let r=t;this[r(351)+r(1360)]()},this[t(1276)+"l"])}async[n(1573)](){let t=n;await this._qosDB.openDB()[t(851)](()=>{this["_interva"+t(441)]()})}async[n(351)+n(1360)](){let t=n,r={NseEW:function(a,x){return e[R(467)](a,x)},Irmrc:e[t(379)]};if(e.nTZtH(t(1038),e[t(1405)]))return this[t(1395)+"s"][this["currentI"+t(213)]];(await this[t(843)]?.[t(815)]()||[])[t(597)](({timestamp:g})=>g<Date.now())[t(913)](g=>{let m=t;if(r[m(423)](r[m(540)],r.Irmrc))return _0x149324(_0x4020f6);this[m(843)]?.del(g[m(719)+"id"])})}async[n(512)](t){let r=n;return this[r(843)]?.[r(512)](t)}async set(t,r){return this[n(843)]?.set({message_id:t,timestamp:r})}async[n(466)](t){let r=n;return this._qosDB?.[r(466)](t)}async[n(429)](){let t=n;if(e[t(211)](e[t(575)],e.onzdQ))return _0x4108da[t(234)+"8"]?{value:_0x51ed78[t(234)+"8"](_0x5cb646),offset:_0x35aefe+1}:{value:e[t(989)](255,_0x3cc4e4[_0x3be187]),offset:e.tuCAQ(_0x26ed73,1)};e[t(1442)](clearInterval,this[t(1276)+"lTimeoutId"]),await this[t(843)]?.[t(429)]()}get[n(1140)](){let t=n;return this[t(843)]?.[t(1140)]}}function Fr(i){let t=n,r=!!this[t(1570)].enableQoS;if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=e[t(245)](rt,i[t(1422)].headers,t(746)+t(1551),"2"),x=a&&rt(i[t(1422)][t(1260)],e.zbbdf,"1"),g=a&&rt(i[t(1422)][t(1260)],e[t(1439)],"1"),m=g?e[t(1086)](Et,i[t(1422)][t(1260)],t(746)+t(386)+t(359))?.[t(1354)](",")[t(597)](Boolean)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:x,isAckCleanupMessage:g,ackMsgIds:m}}async function ls(){let i=n;return this[i(357)+i(725)]||(this[i(357)+i(725)]=new s0),this[i(357)+i(725)].isReady||await this[i(357)+i(725)].openDB(),this[i(357)+i(725)]}async function o0(i,t){let r=n,{enableAutoAck:a}=this._options,x=e[r(245)](rt,i[r(1422)][r(1260)],e[r(1246)],"1"),g=e.mJDOW(rt,i[r(1422)][r(1260)],e[r(560)],"1"),m=Fr.call(this,i);if(a&&x){let{SeqID:y,LogID:_,service:l,LogIDNew:v,method:C}=i[r(1422)];this[r(1163)]({SeqID:y,LogID:_,LogIDNew:v,service:l,method:C,headers:[{key:e[r(560)],value:"1"},{key:r(832),value:v||""},{key:e.cQZJU,value:"0"}]})}g&&!m[r(1217)]&&this[r(1363)+r(693)+r(702)](i),e[r(864)](t)}async function a0(i,t){let r=n;e[r(389)]===e[r(713)]?this._listeners={}:(this[r(1420)](e[r(1473)],i[r(1422)]),e.NTaEi(t))}async function c0(i,t){let r=n,a=_t(await e[r(1595)](us,i[r(680)]));try{if(e[r(1565)](a.payload,Uint8Array)){let x=e.RrZOy(this._options[r(1309)+r(882)],Object)?{force:!!this[r(1570)][r(1309)+"ncoding"][r(422)],encoding:this[r(1570)][r(1309)+r(882)][r(940)]?this[r(1570)][r(1309)+r(882)][r(940)].replace(/\s/g,"")[r(1150)+"ase"]():""}:{force:!1,encoding:this[r(1570)]["payloadE"+r(882)]?this[r(1570)]["payloadE"+r(882)][r(898)](/\s/g,"")[r(1150)+"ase"]():""},g=a[r(1309)+r(882)]?a.payloadEncoding[r(898)](/\s/g,"")[r(1150)+r(897)]():"",m=e[r(1565)](this[r(1570)][r(332)+"ype"],Object)?{force:!!this[r(1570)][r(332)+r(1542)][r(422)],type:this._options[r(332)+r(1542)][r(1061)]?this[r(1570)].payloadType[r(1061)][r(898)](/\s/g,"")[r(1150)+r(897)]():""}:{force:!1,type:this[r(1570)][r(332)+r(1542)]?this._options[r(332)+"ype"].replace(/\s/g,"")[r(1150)+r(897)]():""},y=a[r(332)+r(1542)]?a[r(332)+r(1542)][r(898)](/\s/g,"")[r(1150)+r(897)]():"",_=m.force?m[r(1061)]:y||m[r(1061)],l=x.force?x[r(940)]:g||x[r(940)],v=[e[r(1202)],r(1451)+r(1101),e.QvZWR,e.vhniu],C=[e[r(1431)],e[r(1571)]];this._options["enableTr"+r(1177)+r(1545)+"ad"]&&v.includes(_)&&(!l||C[r(979)](l))?a[r(714)+r(199)]=e[r(624)](xs,a[r(1627)],0,a[r(1627)][r(683)+"th"]):a[r(714)+r(199)]=""}else a[r(714)+r(199)]=""}catch(x){a[r(714)+r(199)]="",console[r(405)](x)}i[r(1422)]=a,e[r(887)](t)}function d0(i,t,r){let a=n,x={Jsonr:function(l,v){return e[R(635)](l,v)},FgtmI:function(l,v){return l>v},fjDYB:function(l,v){return e[R(505)](l,v)},qyEAX:function(l,v){return e.kgipt(l,v)},KjWXp:function(l,v){return e.Jtnxt(l,v)},rLTQm:function(l,v){return e[R(1121)](l,v)}},g=e.CYQIz(r,8192),m=e[a(852)](g,1),y=null,_=g;return function(l){let v=a;if(l<1||x[v(1528)](l,m))return i(l);x[v(362)](x[v(481)](_,l),g)&&(y=x[v(1404)](i,g),_=0);let C=t[v(1518)](y,_,_+=l);return x[v(1432)](7,_)&&(_=x[v(481)](x[v(1579)](7,_),1)),C}}let x0=4294967295;function u0(i,t,r){let a=n;return e[a(1074)](RangeError,e.URzKH(e[a(572)](e[a(856)](e[a(218)](e[a(1195)],i),a(1333)),t||1)+a(1348),r))}function f0(i,t,r){let a=n,x={IGVCr:e[a(491)]};if(e[a(633)](e[a(1154)],e[a(1154)])){if(e.KAzNl(r,x0))throw new Error(e[a(770)]);let g=3;for(;e.SpYEE(g,0);){let m=e[a(1142)](255,r);e[a(434)](qr,m,i,e[a(505)](t,g)),r>>>=8,g--}return e[a(292)](t,4)}else{if(!this[a(1514)+a(210)]()||this[a(935)+"osed"])return;this[a(957)+a(1640)]?.["resetEnd"+a(804)+a(1516)](),this[a(1415)+a(1378)]?.["resetCou"+a(795)](),this[a(1011)]?this[a(1118)+a(1027)](1001,x.IGVCr,!0):this[a(300)]()}}function l0(i,t){let r=n,a=0,x=t,g=e[r(1487)](t,4);for(;e[r(625)](x,g);)if(e.RRFcJ!==e[r(844)])e[r(245)](_0xb49ef0,this,_0x5dbd56,[_0x1164e5,_0x5d31b5,_0x5b8b3d]);else{let{value:m,offset:y}=e.Uwgkw(Ur,i,x);x=y,a=e.mEAAZ(a,8)>>>0,a+=m}return{value:a,offset:g}}function g0(i,t,r){let a=n,x=e[a(267)][a(1354)]("|"),g=0;for(;;){switch(x[g++]){case"0":if(i.length<40)return e[a(1006)](Br(i,t,r),r);continue;case"1":if(t[a(598)])return t[a(598)](i,r)+r;continue;case"2":return e[a(1212)](e.NKwYr(Br,i,t,r),r);case"3":if(!i)return r;continue;case"4":if(t[a(848)+"e"])return t[a(848)+"e"](i,r)+r;continue}break}}function h0(i,t){let r=n,a=new K(e[r(1538)](i[e[r(752)](t,4)]<<24,e[r(261)](i[e[r(292)](t,5)],16))|i[e[r(1308)](t,6)]<<8|i[t+7],e[r(1353)](e.fnXRm(e[r(1017)](i[e.PgJuQ(t,0)],24),e[r(1017)](i[t+1],16))|e[r(782)](i[e.FvPld(t,2)],8),i[t+3]),!0);return t+=8,{value:a,offset:e[r(536)](t,8)}}function p0(i,t,r){let a=n;if(e[a(295)](a(594),e.kzjah)){let x=i.low,g=i[a(532)];return t[r]=e[a(1030)](g,24),t[e.EMylN(r,1)]=e[a(574)](g,16)&255,t[e[a(1008)](r,2)]=e.yqLvw(e.wPgAM(g,8),255),t[r+3]=e[a(810)](255,g),t[e[a(1006)](r,4)]=e[a(1171)](x,24),t[r+5]=e[a(1539)](x>>>16,255),t[r+6]=e[a(1541)](x,8)&255,t[e[a(856)](r,7)]=e[a(1555)](255,x),r+=8,r}else this.emit(e[a(268)],e[a(1450)](_0x417fe8,e.LLSYA,{message:this["_formatE"+a(914)+a(1599)](_0xfde039)}))}function Ur(i,t){let r=n;return e.uuFJw(e[r(208)],e[r(208)])?(this[r(1003)+r(1310)+r(1262)+"t"]++,this[r(252)+r(1586)+"nt"]()):i[r(234)+"8"]?{value:i[r(234)+"8"](t),offset:t+1}:{value:e.EWOFq(255,i[t]),offset:t+1}}function qr(i,t,r){let a=n;return t[a(1001)+"t8"]?t[a(1001)+"t8"](i,r):t[r]=e[a(1512)](255,i),e.VFQyh(r,1)}let m0=function(i){let t=n,r={PAuUd:function(a,x,g,m){return e.Gneut(a,x,g,m)}};if(e[t(1504)](e[t(803)],t(1190)))return new Uint8Array(i);{let a=new _0x1a5215(_0x2e2c2a(_0x3dd3ac));return XMnboJ[t(1134)](_0x33eaa6,_0x42207d,a,0),a}},w0=e.TjZev(n(980)+"d",typeof Buffer)?Buffer[n(643)+n(874)]:e[n(1389)](d0,m0,Uint8Array[n(1444)+"e"][n(427)]),_0=16,Gr=32;function y0(i){let t=n,r=0,a={};for(let x=0;e.PjbUz(x,i[t(1606)]);x++)a[i[x]["cursor_n"+t(1614)]]=e[t(724)](ds,i[x]["cursor_n"+t(1614)]),r+=14+a[i[x][t(483)+t(1614)]];return[r,a]}function gs(i,t,r){let a=n,x={FBjSo:a(932)+a(194),FeARk:function(l,v,C,D){return e.NKwYr(l,v,C,D)},wrHxy:e[a(988)],xWxnw:function(l,v,C,D){return e[a(624)](l,v,C,D)},wNHQD:e[a(965)],VQeYn:function(l,v,C,D){return l(v,C,D)},JWFFR:e[a(420)],jQSfc:e.idOGt,LEIjB:e[a(1014)]},[g,m]=y0(i),y=e[a(307)](w0,g),_=0;return i[a(913)](l=>{let v=a;console[v(405)](x[v(1370)],l,l[v(452)]),_=x[v(1618)](qr,0,y,_),console[v(405)](x[v(1494)],_),_=x[v(1115)](f0,y,_,l[v(452)]||0),console.log(x[v(571)],_),_=x.VQeYn(qr,m[l.cursor_name],y,_),console[v(405)](x[v(258)],_),_=x[v(1618)](g0,l[v(483)+v(1614)],y,_),console[v(405)](x[v(942)],_),_=x[v(628)](p0,K[v(1356)+"er"](l[v(1285)]||t),y,_),console[v(405)](x[v(1381)],_)}),{frameType:Gr,headers:[{key:e[a(217)],value:r}],payload:y}}function b0(i){let t=n;if(e[t(241)](e[t(352)],e[t(824)]))_0x2481d9[t(1626)+t(1123)]=void 0,_0x2c87cd(e[t(1031)]);else{let r=0,a=[];for(;r<i.byteLength;){let{offset:x}=Ur(i,r);r=x;let g={cursor_name:"",cursor:0,service:0},{value:m,offset:y}=l0(i,r);g[t(452)]=m,r=y;let{value:_,offset:l}=e[t(867)](Ur,i,r);r=l,g[t(483)+t(1614)]=xs(i,r,e[t(1619)](r,_)),r+=_;let{value:v,offset:C}=h0(i,r);g[t(1285)]=v[t(1416)](),r=C,a[t(1034)](g)}return a}}function v0(){let i=n;return{frameType:Gr,headers:[{key:e[i(217)],value:e[i(1256)]}],payload:void 0}}class S0{constructor(t,r,a){let x=n;this._cursorNameSpace=t,this[x(679)+x(1172)]=r,this["_message"+x(1234)]=a,this._qosDB=e[x(367)](fs,this[x(1137)+x(407)],x(483)+x(1614))}async[n(1573)](){await this[n(843)].openDB()}async[n(412)+"rs"](){let t=n;if(!this[t(843)][t(1140)])return;let r=this[t(1056)+t(1234)],a=await this._qosDB[t(815)]();switch(console[t(405)](e[t(924)],a),r){case e[t(1088)]:return a&&a[t(1606)]?gs(a,0,this[t(679)+t(1172)]):void 0;case e[t(228)]:return;case e[t(1274)]:return a&&a[t(1606)]?e[t(1366)](gs,a,0,this[t(679)+"ileName"]):e[t(1250)](v0)}}async[n(264)](t,r,a){let x=n;if(e[x(380)](e.OqjDe,x(1133)))return console[x(405)](e[x(954)],t,r,a),this[x(843)][x(264)]({cursor_name:t,cursor:r,service:a});this[x(552)]=!0,this[x(300)]()}async[n(274)+"rs"](t){let r=n,a=e[r(1595)](b0,t);for(let x of a)console[r(405)](r(1113)+"r",a),await this._qosDB[r(264)](x)}async[n(466)](t){let r=n;return(await this[r(843)][r(466)](t))?.[r(1285)]}async[n(429)](){let t=n;await this[t(843)][t(429)]()}[n(931)+n(777)+n(554)](t){let r=n;this[r(679)+r(1172)]=t}get[n(1140)](){let t=n;return this[t(843)][t(1140)]}}let E0=n(381)+n(799);async function hs(i){let t=n,r={xCVEa:function(a,x){return a(x)},UKTyK:function(a,x){return a+x},HakVy:e.QKCet,UDaAI:t(456)};if(e[t(430)](e[t(941)],"SQMJd")){if(!this[t(1570)].enableQoS)return null;let{aID:a,fpID:x,messageStrategy:g}=this._options,m=i||E0;try{if(this[t(1043)+t(1403)])if(e[t(492)]===e[t(906)]){let y=_0x38a7bc[t(1354)](/\./)[t(753)](v=>_0x289202(v)),_=[];return _[0]=dSXVUL[t(488)](_0x31c076,dSXVUL[t(1609)](y[0],y[1])),_[1]=dSXVUL[t(488)](_0x33b323,dSXVUL[t(1609)](y[2],y[3])),[dSXVUL[t(758)],"0000",t(1164),dSXVUL.HakVy,t(1164),dSXVUL[t(1059)],_[0],_[1]][t(828)]("")}else i&&this["_cursorM"+t(1403)][t(931)+"rsorFile"+t(554)](i);else this["_cursorM"+t(1403)]=new S0(x+"_"+a+"_"+m,m,g);return this["_cursorM"+t(1403)][t(1140)]||await this[t(1043)+t(1403)][t(1573)](),this["_cursorM"+t(1403)]}catch{return null}}else try{this._qosDB?.[t(296)](),this._qosDB=void 0}catch(a){_0x4a1c41[t(405)](a)}}async function I0(i,t){let r=n,a=e[r(245)](rt,i.message[r(1260)],r(692),"-1"),x=e.RNaUu(rt,i[r(1422)][r(1260)],e[r(560)],"1"),g=Et(i[r(1422)][r(1260)],"x_fronti"+r(541)),m=e[r(1221)](Number,e[r(1080)](Et,i.message[r(1260)],r(746)+r(1391)))||0,y=Fr.call(this,i),_=e.Gneut(rt,i[r(1422)][r(1260)],"x-msg-qos","2"),l=e[r(707)](Et,i[r(1422)].headers,e[r(360)]),v=e[r(984)](Number,e[r(517)](Et,i[r(1422)].headers,e.QDvEN));if(y.isQoSAck)return t();let C=y[r(610)+r(1251)]?await ls[r(1518)](this):null;if(i.message[r(452)]>0&&x&&!a||i[r(1422)].service>0){if(g&&y[r(610)+r(1251)]&&C){if(!!!await C[r(466)](g)){if(e.yjwIp("yKIcX",r(791)))return!!this[r(843)];this[r(1363)+"hMessage"+r(1386)](i),await C[r(264)](g,e[r(516)](Date.now(),m))}return e[r(677)](t)}if(_){let D=await hs[r(1518)](this);if(!D)return this[r(1363)+"hMessage"+r(1386)](i),e.DpWwo(t);let F=await D[r(466)](l)??-1;if(e[r(1204)](F,v))this["_dispatc"+r(642)+r(1386)](i),D[r(264)](l,v,i.message[r(452)]);else throw new Error(r(521)+" message cursor "+v+(r(1327)+r(930)+r(1437)+"r ")+F);return e.Vsufu(t)}return this._dispatchMessageEvent(i),t()}}async function A0(i,t){let r=n,a=Fr[r(1518)](this,i);if(!a[r(610)+"sage"])return e[r(1250)](t);let x=await ls[r(1518)](this);if(a[r(1318)+r(1500)+"age"]&&a.ackMsgIds.length)for(let g of a[r(347)+"s"])await x[r(512)](g);e[r(696)](t)}async function T0(i,t){let r=n,a=e[r(617)](i[r(1422)][r(1642)+"e"],_0),x=i[r(1422)][r(1642)+"e"]===Gr;if(!a&&!x)return e[r(1524)](t);let g=e[r(616)](Et,i.message[r(1260)],r(1620)+r(523));if(!g)return e[r(1211)](t);let m=await hs.call(this,g);if(!m)return e.TuzKJ(t);if(a){let y=await m[r(412)+"rs"](),_={frameType:y?.["frameType"],SeqID:K[r(1356)+"er"](this._seqId++),LogID:K[r(1356)+"er"](this[r(1570)][r(1496)+r(1189)]()),service:9e3,method:5,headers:y?.headers,payload:y?.[r(1627)]},l=e.GVtyv(E,_);this[r(1011)]&&this[r(1011)][r(230)+"te"]&&this[r(1011)].send(l)}if(x)if(e[r(1009)](e[r(534)],e.laKvD)){let y=i[r(1422)][r(1627)];y&&m.setCursors(y)}else{let y=this[r(1570)][r(1309)+"ncoding"]instanceof _0x32ae75?{force:!!this._options[r(1309)+r(882)].force,encoding:this[r(1570)][r(1309)+r(882)][r(940)]?this[r(1570)]["payloadE"+r(882)][r(940)][r(898)](/\s/g,"")[r(1150)+r(897)]():""}:{force:!1,encoding:this[r(1570)].payloadEncoding?this[r(1570)][r(1309)+"ncoding"].replace(/\s/g,"")[r(1150)+"ase"]():""},_=_0x7326d9[r(1309)+r(882)]?_0x3e18ba[r(1309)+r(882)].replace(/\s/g,"")[r(1150)+"ase"]():"",l=e.vUpZf(this[r(1570)][r(332)+r(1542)],_0x21c926)?{force:!!this._options[r(332)+r(1542)][r(422)],type:this[r(1570)][r(332)+r(1542)][r(1061)]?this[r(1570)][r(332)+r(1542)][r(1061)][r(898)](/\s/g,"")[r(1150)+r(897)]():""}:{force:!1,type:this[r(1570)][r(332)+r(1542)]?this[r(1570)][r(332)+r(1542)][r(898)](/\s/g,"")[r(1150)+r(897)]():""},v=_0x328d33[r(332)+r(1542)]?_0x4b240a[r(332)+r(1542)][r(898)](/\s/g,"")[r(1150)+r(897)]():"",C=l.force?l.type:v||l.type,D=y.force?y[r(940)]:_||y.encoding,F=["text/pla"+r(1513)+"et=utf-8",r(1451)+r(1101),e[r(237)],e.vhniu],U=[e[r(1431)],e[r(1571)]];this[r(1570)]["enableTr"+r(1177)+r(1545)+"ad"]&&F[r(979)](C)&&(!D||U[r(979)](D))?_0x5a824a.textPayload=_0x7a65ff(_0x4a0336[r(1627)],0,_0x4fecdc.payload.byteLength):_0x1742e0["textPayl"+r(199)]=""}}let P0=async function(i,t){let r=n;this[r(552)]=!1,e.UduLe(clearTimeout,this[r(300)+r(503)+r(487)]),e[r(1283)](t)},C0=async function(i,t){let r=n,a={FirwT:e[r(1394)]};if(!this[r(1011)]||this[r(1011)][r(230)+"te"]!==this[r(1605)])return e[r(612)](t);let{pingInterval:x}=this[r(1570)];this[r(957)+r(1640)]?.[r(1018)+r(804)+r(1516)]();for(let m=0;e[r(863)](m,this[r(1056)+r(990)][r(1606)]);m++)if(e.hWxCQ("vuaJD","Tpfld")){let y=this[r(1056)+r(990)][m];if(e[r(495)](this[r(1011)][r(230)+"te"],this.OPEN)&&y!==null)this._ws&&this[r(1011)][r(1470)](y),this[r(1056)+r(990)][m]=null;else break}else{let y=/(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(705)](_0xbe8078),_=/(([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]))/.test(_0x54d01f);return y?_0x3a8733(_0x389ab2):_?_0x3f4770(_0x3ce4bb):SGQfSw[r(1409)]}this["_message"+r(990)]=this[r(1056)+"Queue"][r(597)](m=>!!m),this[r(1537)+r(1129)+"Id"]=e[r(706)](setTimeout,()=>this[r(1373)](),x),this[r(1363)+r(1098)+"nt"](i),this[r(235)+"er"]&&this[r(1011)]&&(this._ws[r(715)+"pe"]=this[r(903)+r(1542)]);let g=this[r(957)+r(1640)]?.["getCurre"+r(1586)+"nt"]();this[r(1420)](r(672)+g+r(1317)),e[r(1508)](t)},k0=async function(i,t){let r=n,a={SlejF:function(x,g){return e.gOIbj(x,g)},epMRX:function(x,g){return e.XWjnD(x,g)}};if(e[r(189)]===e[r(697)]){let{initReconnectInterval:x,maxReconnectInterval:g,reconnectIntervalGrowFactor:m}=this[r(1570)],y=x*_0x588caf[r(698)](m,a[r(369)](_0x2b3db7,1));return a[r(952)](y,g)?g:y}else{let x=this[r(957)+"tManager"]?.[r(252)+r(1586)+"nt"]();this[r(1420)]("open "+x),e.zZJNS(t)}};class D0 extends Mr{constructor(t){let r=n,a={OBUTg:function(_,l,v,C){return e[R(624)](_,l,v,C)},WYcth:function(_,l,v){return e.HqLdF(_,l,v)},AjclS:r(1181),BRBCn:function(_,l){return e[r(1228)](_,l)},GKsCg:r(1344),ILGrn:function(_,l){return e.vOYQm(_,l)},xmZIH:function(_,l){return e[r(977)](_,l)},khVWH:function(_,l){return e[r(589)](_,l)},HCYPe:function(_,l,v){return e.TrRgv(_,l,v)},KXrNL:function(_){return _()},rEbTa:function(_,l,v,C){return _(l,v,C)}};super(),this[r(533)+r(1028)+"line"]=!0,this[r(235)+"er"]=St,this[r(1064)]=Jc,this[r(538)+"T"]=ft,this[r(1112)+"X"]=Wt,this[r(297)+"r"]=Jt,this._messageQueue=[],this[r(957)+r(1640)]=null,this[r(935)+r(869)]=!1,this["_binaryT"+r(1542)]=e[r(428)],this[r(300)+r(1087)]=!1,this[r(300)+r(503)+r(487)]=null,this[r(410)+r(743)+r(819)]=null,this[r(1537)+r(1129)+"Id"]=null,this[r(349)]=0,this._isInit=!1,this[r(1180)]="",this["_QoSMana"+r(725)]=null,this[r(1043)+r(1403)]=null,this[r(1415)+r(1378)]=null,this[r(438)+"ls"]=r(1277),this[r(781)]=3,this.CONNECTING=0,this[r(1605)]=1,this[r(1474)]=2,this[r(1453)]=_=>{let l=r;try{a.OBUTg(cs,this,_,[P0,C0,k0])}catch(v){let C=a[l(739)](Ae,a[l(294)],{message:v[l(1422)],code:nt[l(1382)+"OR"],error:v});this[l(1363)+l(1574)+l(981)](C)}},this[r(1039)+"ge"]=async _=>{let l=r,{pingInterval:v,pingFrequency:C}=this[l(1570)];if((e[l(919)]("hi",_[l(680)])&&e[l(324)]===C||e[l(629)](e[l(606)],C))&&(this[l(1023)+"ngTimer"](),this[l(999)](e[l(553)],e[l(1475)]),this[l(1537)+l(1129)+"Id"]=e[l(1278)](setTimeout,this[l(1373)].bind(this),v)),!e[l(528)]("hi",_[l(680)]))try{e[l(1343)](cs,this,_,[c0,o0,A0,T0,I0,a0])}catch(D){let F=e[l(513)](Ae,e.LLSYA,{message:D[l(1422)],code:nt[l(854)+l(734)],error:D});this[l(1363)+l(1574)+l(981)](F)}},this._onError=_=>{let l=r,v=this["_endpoin"+l(1640)]?.[l(1320)+l(830)+"es"](),C=this[l(957)+l(1640)]?.[l(252)+l(1586)+"nt"]();if(v&&!_[l(1422)]){let D=l(972)+C+(l(1238)+l(878)+l(1433)+"ed");this[l(1363)+"hErrorEv"+l(981)](e[l(545)](Ae,e[l(268)],{message:D,code:nt["MAX_RETR"+l(676)+"R"],error:_}));return}this[l(1011)]&&this[l(1011)][l(230)+"te"]===this[l(1605)]&&this[l(1118)+l(1027)](),this[l(1363)+l(1574)+l(981)](e.stjhA(Ae,e.LLSYA,{message:_[l(1422)],code:nt[l(455)+"RROR"],error:_}))},this[r(960)]=async _=>{let l=r;this[l(1635)+l(270)](),this[l(1023)+l(1157)](),this[l(440)+l(691)+"rs"](),this[l(1011)]=null,this._connectLock=!1;let v=this[l(957)+"tManager"]?.checkReachMaxTries();if(!v&&this[l(1514)+l(210)]()&&!this[l(935)+l(869)]){let C=this[l(957)+l(1640)]?.[l(252)+l(1586)+"nt"](),D=this._options["reconnec"+l(603)+l(895)](_.code,_[l(1483)]);this["_dispatc"+l(1530)+l(981)](De(l(296),{code:1006,reason:_.reason||l(299)+l(449)+"d, unkno"+l(463)+l(1497)+l(1517)+C,willReconnect:D})),D&&this[l(300)]();return}if(e[l(805)](1e3,_[l(692)])&&this["_readyCl"+l(869)]){this[l(1363)+l(1530)+"ent"](e.TucFT(De,e[l(829)],{code:1e3,reason:e.BFisd})),this[l(957)+l(1640)]?.[l(1018)+l(804)+l(1516)](),this[l(1415)+l(1378)]?.[l(1291)+l(795)]();return}if(e.FPwNp(1e3,_[l(692)])&&v){let C=this[l(957)+l(1640)]?.["getCurre"+l(1586)+"nt"](),D=_[l(1483)];D||(D=await e.WiRTK(e0,this._url)),D=l(299)+"ng faile"+l(500)+D+(l(219)+"me: ")+C+(l(907)+l(1503)+l(1159)),this["_dispatc"+l(1530)+"ent"](De(e[l(829)],{code:_[l(692)],reason:D}));let F=l(972)+C+(l(1238)+l(878)+l(1433)+"ed");this["_dispatc"+l(1574)+l(981)](Ae(e[l(268)],{message:F,code:nt["MAX_RETR"+l(676)+"R"]})),this._endpointManager?.[l(1018)+l(804)+"fig"](),this[l(1415)+l(1378)]?.[l(1291)+l(795)]();return}if(_[l(692)]!==1e3&&!_.reason){if(e.oHAqh!==e[l(1232)])return OdBwYH[l(657)](typeof _0x2dadd6,OdBwYH[l(1480)])?OdBwYH[l(967)](_0x206fad,_0x114919):(OdBwYH[l(1272)](_0x3ae48f,_0x50c7a6)&&OdBwYH.khVWH(_0x1147fb,_0x1ee078),OdBwYH[l(327)](_0x31e2b0,_0x1319f6,OdBwYH[l(401)](_0x49aff5))?new _0x1f25c6(_0x128df6,_0x27fafa):_0x3bf1b5);{let C=this[l(957)+l(1640)]?.[l(252)+l(1586)+"nt"]();this[l(1363)+l(1530)+"ent"](e[l(436)](De,e[l(829)],{code:_.code,reason:l(299)+l(449)+l(613)+l(463)+l(1497)+l(1517)+C})),this[l(957)+l(1640)]?.[l(1018)+l(804)+"fig"](),this[l(1415)+l(1378)]?.[l(1291)+l(795)]();return}}this._dispatchCloseEvent(_),this[l(957)+l(1640)]?.[l(1018)+"pointConfig"](),this[l(1415)+"sCounter"]?.[l(1291)+"nter"]()},this[r(1553)]=null,this.onerror=null,this[r(736)+"e"]=null,this[r(802)]=null,this[r(1425)+r(569)]=null,this[r(1337)+"eAck"]=null,this[r(1462)+r(787)+r(723)+"ct"]=null,this["_handleO"+r(754)]=this["_handleO"+r(754)][r(411)](this),this[r(596)+r(1193)]=this[r(596)+r(1193)][r(411)](this),this["_handleP"+r(570)]=this._handlePageHide[r(411)](this),this[r(1015)+r(1631)]=this[r(1015)+"ageShow"][r(411)](this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e.YfvAT(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.pHdnt,pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e[r(1274)],env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:x,ws:g}=t,m=Array[r(618)](x)?x:e[r(323)](e[r(626)],typeof x)?[x]:[];if(!m||m[r(1606)]===0)throw new Error(e[r(893)]);if(!Yc(g))throw new Error(e[r(497)]);if(Object[r(1096)](this[r(1570)],t),this[r(957)+r(1640)]=new as(m,this[r(1570)][r(480)+"es"]),this[r(1415)+r(1378)]=new Zc(this._options[r(825)+r(982)]),this[r(1570)][r(1089)+r(443)])if(e[r(1094)](e[r(322)],e[r(322)]))this[r(552)]=!0,this[r(300)]();else for(var y in _0x4ed723)OdBwYH[r(215)](_0x22d4fd,_0x24770c,y,{get:_0x436d3b[y],enumerable:!0});this._options[r(1624)+r(1601)+"nged"]&&(this[r(538)+"T"]||this[r(1112)+"X"]?this[r(1081)+r(1207)+"ange"]():this[r(235)+"er"]&&this["_initGlo"+r(1243)+r(196)]())}[n(596)+n(754)](){let t=n;this[t(1570)][t(847)+t(771)+t(343)]||this[t(935)+"osed"]||this[t(464)+"econnect"]()}[n(596)+"ffLine"](){let t=n;if(e[t(1198)](e[t(1188)],"IJsXD")){let r=t(972)+_0x50f1d7+(t(1238)+t(878)+"es reached");this["_dispatc"+t(1574)+"ent"](e.eSebJ(_0x17e302,e.LLSYA,{message:r,code:_0x452e33[t(891)+t(676)+"R"],error:_0x228c06}));return}else{this[t(311)+t(1477)+"t"]();let r=e.Mrhqx(Lr,t(793)+"t",{message:e[t(1069)]});this["onStopIm"+t(787)+t(723)+"ct"]&&this[t(1462)+"mediatel"+t(723)+"ct"](r)}}[n(1471)+n(1243)+n(196)](){let t=n;this[t(235)+"er"]&&window[t(621)+t(196)](t(281),this[t(596)+t(754)]),this[t(235)+"er"]&&window[t(621)+t(196)](e[t(221)],this[t(596)+t(1193)]),this[t(235)+"er"]&&window[t(621)+t(196)](e[t(722)],this[t(1015)+t(570)]),this[t(235)+"er"]&&window[t(621)+t(196)](e[t(1588)],this[t(1015)+"ageShow"])}["_dropGlo"+n(1243)+n(196)](){let t=n;if(e.AqTKl===e[t(1049)])return _0x4eb71c instanceof _0x24f49b&&(pVJgTo[t(1228)](_0x1b81de,pVJgTo.qdLeG)||_0x1c6159===pVJgTo[t(761)])?!0:pVJgTo[t(870)](_0x571e7b,_0x25ff7d);this._isBrowser&&window[t(1441)+t(623)+t(630)](e[t(550)],this[t(596)+t(754)]),this._isBrowser&&window["removeEv"+t(623)+t(630)](e[t(221)],this[t(596)+t(1193)]),this[t(235)+"er"]&&window["removeEv"+t(623)+t(630)](e[t(722)],this[t(1015)+t(570)]),this[t(235)+"er"]&&window["removeEv"+t(623)+t(630)](e[t(1588)],this[t(1015)+t(1631)])}[n(1015)+"ageHide"](t){let r=n;!t.persisted&&(this[r(235)+"er"]&&window[r(1441)+r(623)+r(630)](e[r(722)],this[r(1015)+"ageHide"]),this[r(235)+"er"]&&window[r(1441)+r(623)+r(630)](e[r(1588)],this["_handleP"+r(1631)]),this[r(296)]()),this[r(235)+"er"]&&window[r(1441)+"entListe"+r(630)](e[r(550)],this["_handleO"+r(754)]),this._isBrowser&&window[r(1441)+r(623)+r(630)](e[r(221)],this[r(596)+r(1193)])}[n(1015)+"ageShow"](t){let r=n;t.persisted&&(this[r(1514)+"orOnline"]()&&(!this[r(1011)]||this[r(1011)][r(230)+"te"]!==this.OPEN||e[r(450)](this[r(1011)].readyState,this.CONNECTING))&&this[r(596)+r(754)](),this[r(235)+"er"]&&window[r(621)+r(196)](r(281),this._handleOnLine),this._isBrowser&&window["addEvent"+r(196)](e[r(221)],this[r(596)+r(1193)]))}async[n(400)+n(1119)](t){let r=n,a={mrOQN:function(x,g){return x||g}};if(e[r(1198)](e[r(1584)],e[r(1584)])){let x=this._qosDB[r(1621)](this[r(640)]),g=_0x1969a7[r(1454)](UdrloM[r(259)](x,"{}"));return _0x8fbab2[r(1590)](g)}else{let{fpID:x,deviceID:g,bddID:m,ttwID:y,accessKey:_,aID:l,customParams:v={},enableAutoAck:C,enableQoS:D,QoSLevel:F,env:U}=this[r(1570)],Z,ae,$t;this[r(235)+"er"]||this[r(1112)+"X"]||this[r(538)+"T"]?(Z=location&&e[r(608)](e[r(945)],location[r(820)])?e[r(749)]:e[r(862)],ae=t[r(898)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),$t=/^wss(.*:\/\/)/[r(705)](t)?t:""+Z+ae):(Z=e[r(749)],ae=t.replace(/(^http)((?:[s]*:\/\/))/,""),$t=/(^ws)((?:[s]*:\/\/))/.test(ae)?ae:""+Z+ae);let yn=m?e[r(1054)]:y?e[r(1072)]:e[r(520)],ps=m||y||g;if(e[r(1248)](!ps,!yn))throw new Error(e[r(934)]);let R0=e[r(608)](e[r(1547)],typeof v)?await v():v,N0=U?e[r(865)](Qc,U.xUseEnv,U[r(1146)]):{},Hr=Object[r(1096)]({device_platform:r(1350),version_code:e[r(886)],access_key:_,fpid:x,aid:l,[yn]:ps,xsack:C?1:0,xaack:C?1:0,xsqos:D?1:0,qos_level:D?F:void 0,qos_sdk_version:2,...N0},R0),O0=Object[r(1590)](Hr)[r(1506)]((jr,Kr)=>Hr[Kr]!==void 0?""+jr+(jr?"&":"?")+Kr+"="+Hr[Kr]:jr,"");return $t+r(741)+O0}}async[n(300)](){let t=n,r={JlUXV:function(a,x,g){return e[R(545)](a,x,g)}};if(!(this["_connect"+t(1087)]||this[t(935)+"osed"])){this[t(300)+t(1087)]=!0;try{if(e.uSkpq(e[t(1641)],"FdCVO")){let a=this[t(957)+"tManager"]?.[t(519)+t(587)+t(711)+t(1464)+t(823)](),{timeoutInterval:x}=this._options;if(a){let m=this[t(957)+t(1640)]?.[t(252)+"ntEndpoint"](),y=this["_endpoin"+t(1640)]?.[t(958)+t(1045)+t(885)+t(1359)+t(1293)](),_=this[t(957)+t(1640)]?.[t(252)+t(1586)+"ntTriesCount"]();if(y){let l=t(972)+m+(t(1165)+", max re"+t(1503)+t(922)+t(330)+t(1257)+t(415))+y+" to retry",v=e[t(421)](Ae,e[t(268)],{message:l,code:nt[t(891)+t(676)+"R"]});this[t(1420)](l),this[t(1363)+"hErrorEvent"](v),this[t(1180)]=await this[t(400)+t(1119)](y),this[t(1420)](t(972)+y+" "+_+t(514)),this[t(440)+"sListeners"]()}else{let l=t(972)+m+(t(1165)+", max retries re"+t(1159));this[t(1420)](l),this[t(1363)+t(1574)+"ent"](e.BTULv(Ae,t(1181),{message:l,code:nt.MAX_RETRIES_ERROR}));return}}else if(e[t(1282)](e[t(1237)],t(1004)))ibVPoB[t(366)](_0x5237e7,_0x212025,18),_0x1874df(_0xaaa072,_0x4b1bc4);else{let m=this[t(957)+"tManager"]?.[t(252)+t(1586)+t(1369)+t(632)](),y=this[t(957)+t(1640)]?.["getCurre"+t(1586)+t(1372)+t(729)]();this[t(1180)]=await this[t(400)+"eUrl"](e[t(1596)](m,"")),this[t(1420)](t(972)+m+" "+y+" times"),this[t(440)+"sListeners"]()}if(this[t(552)])this[t(552)]=!1;else{let m=e[t(684)](Lr,e.NWQdr,{message:e[t(974)]});this[t(1425)+t(569)]&&this[t(1425)+t(569)](m)}let g=this[t(957)+"tManager"]?.[t(252)+"ntEndpointTriesC"+t(729)]()||0;g>1&&await this[t(1267)](e.gOIbj(g,1)),this[t(1420)](t(299)+t(833)+this._url+(" protoco"+t(236))+this[t(438)+"ls"]),this[t(1011)]=e.rXIvg(Vc,{url:this[t(1180)],protocols:[this[t(438)+"ls"]],headers:this[t(1570)]["miniProg"+t(1026)+"s"][t(1287)+"tpHeader"]},this[t(1570)].ws),(this[t(235)+"er"]||this._isWorker)&&this[t(1011)]&&(this[t(1011)][t(715)+"pe"]=this[t(903)+"ype"]),this[t(338)+t(418)](),this["_connect"+t(503)+"utId"]=e[t(282)](setTimeout,this._onTimeout[t(411)](this),x)}else{if(this[t(1023)+t(1157)](),this[t(1635)+t(270)](),this["_removeW"+t(691)+"rs"](),this[t(370)+t(1197)](1e3,_0x375683),this[t(300)+"Lock"]=!1,_0x9290b8&&this[t(1514)+t(210)]()&&!this[t(935)+t(869)]){if(this[t(957)+t(1640)]?.["checkRea"+t(830)+"es"]()){let x=this[t(957)+"tManager"]?.[t(252)+"ntEndpoint"]();this[t(1363)+t(1530)+t(981)](e[t(666)](_0x4e6f40,e.vyLpc,{code:1006,reason:t(972)+x+(t(1165)+", max re"+t(1503)+t(1159)),wasClean:!0}))}else{let x=this[t(1570)]["reconnectInterce"+t(895)](_0x53826a,_0x16d87a);this[t(1363)+"hCloseEvent"](e.cLRRv(_0x379f30,e.vyLpc,{code:_0x9c3edf,reason:_0x4c68ff,wasClean:!0,willReconnect:x})),x&&this[t(300)]()}return}this[t(1514)+t(210)]()||this[t(935)+t(869)]?this[t(1363)+t(1530)+t(981)](_0x2f1296(e[t(829)],{code:_0x4fb86b,reason:t(946)})):this["_dispatchCloseEv"+t(981)](e[t(1389)](_0x21e78a,t(296),{code:1006,reason:e.dPOgd})),this[t(1011)]=null,this[t(957)+"tManager"]?.[t(1018)+t(804)+t(1516)](),this["_pingLos"+t(1378)]?.[t(1291)+t(795)]()}}catch(a){throw this["_connect"+t(1087)]=!1,a}}}[n(1635)+"mer"](){let t=n;e.AUkTa(e[t(1529)],e[t(1529)])?(e[t(1127)](clearTimeout,this["_connect"+t(503)+t(487)]),this[t(300)+t(503)+t(487)]=null):_0x2c0a26[t(264)](_0x5efb41,_0x3b7560)}[n(1023)+"ngTimer"](){let t=n,r={dxgro:function(a,x){return e[R(307)](a,x)},aDjdd:function(a){return e[R(997)](a)}};e[t(1131)](e[t(383)],e[t(1091)])?(BkRxaH.dxgro(_0x2559c0,_0xe5e9a7.error),BkRxaH.aDjdd(_0x1b4fd8)):(e[t(1533)](clearTimeout,this[t(1537)+t(1129)+"Id"]),e.tveyy(clearTimeout,this[t(410)+t(743)+t(819)]),this[t(1537)+"gTimeoutId"]=null,this[t(410)+t(743)+t(819)]=null)}_debug(...t){let r=n;this._options.debug&&console[r(405)][r(1486)](console,[e[r(348)],...t])}[n(1501)+"rvalValue"](t){let r=n;if(e[r(295)](e[r(377)],"RXDXR")){let{initReconnectInterval:a,maxReconnectInterval:x,reconnectIntervalGrowFactor:g}=this[r(1570)],m=e.TXhYl(a,Math.pow(g,t-1));return e[r(635)](m,x)?x:m}else{let a=e.avvMW(_0x2307e0,e[r(268)],{message:this[r(1259)+r(914)+r(1599)](_0x4ff8a9)});this[r(999)](r(1181),a);let x=e.TzQCO(_0x209e96,r(296),{reason:this[r(1259)+r(914)+r(1599)](_0x1d118f)});this[r(999)](e[r(829)],x)}}[n(1373)](){let t=n;if(this._ws&&e[t(392)](this[t(1011)][t(230)+"te"],this[t(917)+"NG"])){this._clearPingTimer(),this["_pingPon"+t(1129)+"Id"]=e[t(1450)](setTimeout,this[t(1373)][t(411)](this),this._options[t(809)+t(1117)]);return}if(!this[t(1011)]||e[t(654)](this._ws[t(230)+"te"],this[t(1605)]))return void this[t(464)+t(569)]();this[t(1011)]&&this._ws[t(1470)]("hi"),this[t(410)+t(743)+t(819)]=e[t(1253)](setTimeout,this[t(464)+"econnect"+t(1399)][t(411)](this),this._options[t(531)+t(1392)+t(1273)])}["_handleR"+n(569)+n(1399)](){let t=n;this[t(1415)+t(1378)]?.[t(1616)](),this[t(999)](e[t(416)],e.TlzqM),this[t(1415)+t(1378)]?.[t(1320)+t(1523)+"nt"]()?this["_handleR"+t(569)]():this[t(1373)]()}[n(1514)+n(210)](){let t=n;if(e[t(918)]===t(644))throw _0x1bb906=_0x3bc290[t(1606)],e[t(320)](_0x30e25c,_0x5ad18c,10,_0x5dac76.length);return this[t(538)+"T"]||this._isMiniWX?this["_miniNav"+t(1028)+t(585)]:(this[t(235)+"er"]||this[t(297)+"r"])&&this[t(1570)][t(1624)+"tworkCha"+t(1613)]?navigator.onLine:!0}[n(464)+n(569)](){let t=n;!this[t(1514)+t(210)]()||this[t(935)+t(869)]||(this[t(957)+t(1640)]?.["resetEnd"+t(804)+"fig"](),this[t(1415)+t(1378)]?.[t(1291)+t(795)](),this[t(1011)]?this["_disconn"+t(1027)](1001,e.ymouM,!0):this._connect())}[n(1081)+n(1207)+n(1548)](){let t=n,r={yxefY:"PIYZa",CIeYj:e[t(1148)]};this[t(538)+"T"]?tt[t(1041)+t(1116)+"hange"](({isConnected:a})=>{let x=t;this["_miniNav"+x(1028)+x(585)]=a,a?this[x(596)+x(754)]():this[x(596)+x(1193)]()}):this[t(1112)+"X"]&&wx[t(1041)+t(1116)+t(1338)](({isConnected:a})=>{let x=t;r[x(921)]===r.CIeYj?_0x1cba54[x(1578)]=_0x42fcca[x(998)]()[x(851)](()=>(_0x1b35a6(),_0xae47da))[x(851)](function(g){return g}):(this[x(533)+x(1028)+x(585)]=a,a?this["_handleO"+x(754)]():this[x(596)+x(1193)]())})}[n(1267)](t){let r={LqLLY:function(a,x,g){return e[R(1443)](a,x,g)}};return new Promise(a=>{let x=R;r[x(1408)](setTimeout,a,this[x(1501)+x(1301)+"e"](t))})}[n(1118)+"ect"](t=1e3,r="",a=!1){let x=n;if(e.TtgyM(e.wjjND,e[x(1384)]))this[x(1276)+x(289)+"Id"]=null,this[x(1276)+"l"]=36e5,this[x(843)]=_0x4139d8(e.aCwsr,e.ohmdq);else{if(!this._ws)return;this[x(311)+x(1477)+"t"](t,r,a)}}[n(1428)+"ut"](){let t=n;if(e[t(1623)]!==e[t(969)]){let r=this[t(957)+t(1640)]?.getCurrentEndpoint();this._debug(t(972)+r+" timeout"),this[t(1118)+t(1027)](1001,e[t(818)],!0)}else this[t(555)+t(373)]=null}[n(1163)](t){let r=n,a=e[r(426)](re,t);this._ws&&e[r(1094)](this[r(1011)][r(230)+"te"],this[r(1605)])&&(this[r(1011)]&&this._ws[r(1470)](a),this[r(1420)]("send_ack",t))}["_removeW"+n(691)+"rs"](){let t=n,r=e[t(578)][t(1354)]("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(1011)][t(1441)+t(623)+t(630)](e[t(665)],this[t(1453)]);continue;case"1":this._ws[t(1441)+t(623)+t(630)](e[t(829)],this._onClose);continue;case"2":this._ws[t(1441)+"entListe"+t(630)](e[t(268)],this[t(896)]);continue;case"3":this[t(1011)][t(1441)+t(623)+t(630)](e[t(1012)],this[t(1039)+"ge"]);continue;case"4":if(!this._ws)return;continue}break}}[n(338)+n(418)](){let t=n;this[t(1011)]&&(this[t(1011)]["addEvent"+t(196)](e[t(665)],this[t(1453)]),this[t(1011)]["addEvent"+t(196)]("close",this[t(960)]),this[t(1011)]["addEvent"+t(196)](e[t(1012)],this[t(1039)+"ge"]),this[t(1011)][t(621)+t(196)](e[t(268)],this._onError))}[n(370)+n(1197)](t=1e3,r=""){let a=n;try{this[a(1011)]&&this._ws[a(296)](t,r)}catch{}}["_destroy"+n(1477)+"t"](t=1e3,r="",a=!1){let x=n;if(e[x(807)](e[x(316)],e[x(316)])){let g={NtIBy:function(m,y){return e[x(984)](m,y)},GEQmk:e.xfAEb,OLVMf:x(1438)+"e_success",RPdeD:"ping_onc"+x(731)+"t",xpmXM:function(m,y){return e.qSLmM(m,y)},lbYsQ:e[x(393)],kOHxq:function(m,y,_){return e.BtSUT(m,y,_)}};return new _0x4c66ed((m,y)=>{let _=x,l={GTLiB:function(D,F){return g[R(195)](D,F)},FjPRm:g[_(1550)],zsmII:g[_(496)]};this[_(1023)+_(1157)](),this["_pingPon"+_(1129)+"Id"]=g.kOHxq(_0x33f5a7,this._ping.bind(this),this[_(1570)][_(809)+_(1117)]);let v=()=>{let D=_;g[D(442)](m,g[D(350)]),this[D(333)](g[D(496)],v),this.off(g[D(1196)],C)},C=()=>{let D=_;l[D(1351)](y,l[D(318)]),this.off(l[D(1460)],v),this[D(333)](D(1438)+D(731)+"t",C)};this.on(g[_(496)],v),this.on(g.RPdeD,C),this._ping()})}else{if(this._clearPingTimer(),this[x(1635)+x(270)](),this[x(440)+x(691)+"rs"](),this[x(370)+x(1197)](1e3,r),this["_connect"+x(1087)]=!1,a&&this[x(1514)+x(210)]()&&!this[x(935)+x(869)]){if(this[x(957)+x(1640)]?.checkReachMaxTries())if(e.akqAY(e.CWLbF,e[x(1128)])){let m=this._endpointManager?.[x(252)+x(1586)+"nt"]();this[x(1363)+x(1530)+x(981)](e[x(1025)](De,e[x(829)],{code:1006,reason:x(972)+m+(" timeout, max re"+x(1503)+"ached"),wasClean:!0}))}else return 0;else{let m=this._options["reconnec"+x(603)+x(895)](t,r);this[x(1363)+x(1530)+x(981)](e.zdKnc(De,x(296),{code:t,reason:r,wasClean:!0,willReconnect:m})),m&&this[x(300)]()}return}this[x(1514)+x(210)]()||this["_readyCl"+x(869)]?this[x(1363)+"hCloseEvent"](e.YZeUo(De,x(296),{code:t,reason:x(946)})):this[x(1363)+x(1530)+"ent"](De(e[x(829)],{code:1006,reason:e.dPOgd})),this[x(1011)]=null,this._endpointManager?.["resetEnd"+x(804)+x(1516)](),this[x(1415)+x(1378)]?.[x(1291)+x(795)]()}}[n(1363)+n(1098)+"nt"](t){let r=n;e[r(468)]===r(943)?(pVJgTo[r(647)](_0x857d14,_0x3d493d[r(1181)]||new _0x588bdc(pVJgTo.buhql,pVJgTo[r(260)])),pVJgTo.Vsufu(_0x8dd48f)):(this.emit(e.hXcPH,t),this.onopen&&this[r(802)](t))}[n(1363)+n(642)+n(1386)](t){let r=n;if(e.BWdVF(e[r(855)],"TYFpt"))return _0xcf32fc[r(998)]();this[r(999)]("message",t),this[r(736)+"e"]&&this.onmessage(t)}[n(1363)+"hAckMess"+n(702)](t){let r=n;this[r(999)](r(530),t),this[r(1337)+r(1218)]&&this["onReceiv"+r(1218)](t)}[n(1363)+n(1574)+"ent"](t){let r=n,a={jWwcV:function(x,g,m,y){return e[R(764)](x,g,m,y)}};e[r(375)](e[r(712)],e[r(712)])?(this[r(999)](e[r(268)],t),this[r(1227)]&&this.onerror(t)):nmSAaB[r(1047)](_0x362403,this,_0xd51eb5,[_0x262edb,_0x343269,_0x5e231e,_0x3faec2,_0x57b1f1,_0x8195ed])}[n(1363)+"hCloseEvent"](t){let r=n;this[r(999)](e[r(829)],t),this[r(1553)]&&this[r(1553)](t)}get[n(715)+"pe"](){let t=n,r={loCgs:e[t(1331)],NDueY:e.uhrJU};if(e[t(1297)](e.LocYf,e[t(879)]))switch(_0x1761f2){case UJUlrj.loCgs:case UJUlrj[t(1160)]:return{[t(866)+_0x111dea]:1,"x-tt-env":_0x2ee923};default:return{}}else return this[t(1011)]?this[t(1011)][t(715)+"pe"]:this[t(903)+t(1542)]}set binaryType(t){let r=n;this[r(903)+"ype"]=t,this[r(1011)]&&(this[r(1011)][r(715)+"pe"]=t)}get[n(1597)+"nt"](){let t=n;return this["_endpoin"+t(1640)]?.["getCurrentEndpoi"+t(1372)+t(729)]()||0}get["buffered"+n(1611)](){let t=n,r=this[t(1056)+t(990)][t(1506)]((a,x)=>(a+=x&&x.byteLength||0,a),0);return e[t(1166)](r,this._ws?this[t(1011)][t(1311)+t(1611)]:0)}get extensions(){let t=n;return this[t(1011)]?this[t(1011)].extensions:""}get[n(820)](){let t=n,r={alrET:function(a,x){return e[R(976)](a,x)}};if(t(498)===e[t(814)]){let a=_0x49d5c3[t(1488)+"g"](0,jJdEhK[t(1312)](4,_0x4ded2a[t(1606)])),x=a.concat(_0x1bcebf);_0x1e3850.push(x)}else return this._ws?this[t(1011)][t(820)]:""}get[n(230)+"te"](){let t=n;return this[t(1011)]?this[t(1011)][t(230)+"te"]:this[t(1570)]["automati"+t(443)]?this[t(917)+"NG"]:this[t(781)]}get[n(747)](){let t=n;return this._ws?this._ws[t(747)]:this._url}close(t=1e3,r){let a=n,x=e[a(1446)].split("|"),g=0;for(;;){switch(x[g++]){case"0":this[a(1023)+"ngTimer"]();continue;case"1":this._clearTimer();continue;case"2":if(!this[a(1011)])return void this[a(1420)](e[a(584)]);continue;case"3":this[a(637)+a(1243)+a(196)]();continue;case"4":this[a(357)+a(725)]?.[a(429)]();continue;case"5":this[a(311)+a(1477)+"t"](t,r);continue;case"6":this[a(935)+a(869)]=!0;continue;case"7":if(e[a(688)](this._ws[a(230)+"te"],this.CLOSED)||e[a(375)](this._ws.readyState,this[a(1474)]))return void this[a(1420)](e[a(1380)]);continue}break}}async send(t,r){let a=n;if(t==null)throw new Error(e[a(858)]);e.rLtAE(e[a(808)],typeof t)&&(t=JSON[a(600)+"y"](t)),e.vhniu!=typeof t&&!e[a(977)](t,ArrayBuffer)&&!(t[a(798)]&&e[a(476)](t[a(798)],ArrayBuffer))&&(t=JSON[a(600)+"y"](t));let x=await e[a(786)](us,t),g=e.rIDIw(Xc,t),{method:m=0,service:y=this[a(1570)][a(452)],logID:_=this._options[a(1496)+"erator"](),headers:l=this[a(1570)][a(1260)],payloadEncoding:v=this[a(1570)][a(1309)+"ncoding"],payloadType:C=this[a(1570)][a(332)+"ype"],logIDNew:D=this._options[a(1005)+"Config"][a(535)+"toGenerateLogIDNew"]?e.ftpyv(o,this[a(1570)][a(1005)+a(1052)][a(1313)]):""}=e.gHxBB(r,{});if(!y)throw new Error(e.gbour);let F={SeqID:K[a(1356)+"er"](this._seqId++),LogID:K[a(1356)+"er"](_),service:y,method:m,headers:l,payloadEncoding:e[a(620)](v,Object)?v.encoding?v[a(940)]:"":v,payloadType:C instanceof Object?C.type?C[a(1061)]:g:C||g,payload:x,LogIDNew:D},U=re(F);return this[a(1011)]&&e.hgLkw(this[a(1011)][a(230)+"te"],this[a(1605)])?(this[a(1011)]&&this[a(1011)][a(1470)](U),this[a(1420)](e[a(573)],F)):e.ATqvG(this[a(1056)+a(990)][a(1606)],this._options["maxMessa"+a(1323)+a(1229)])?(this[a(1056)+a(990)][a(1034)](U),this[a(1420)](e[a(329)],F)):(this[a(1056)+a(990)].shift(),this._messageQueue[a(1034)](U)),{seqID:this._seqId,logID:_,logIDNew:D}}async[n(793)+"t"](t){let r=n,{url:a}=e[r(1458)](t,{}),x=Array[r(618)](a)?a:typeof a=="string"?[a]:[];t&&Object[r(1096)](this[r(1570)],t),x&&x[r(1606)]?this[r(957)+"tManager"]=new as(x,this[r(1570)][r(480)+"es"]):this[r(957)+r(1640)]?.["resetEnd"+r(804)+r(1516)](),this[r(1415)+r(1378)]?.[r(1291)+r(795)](this[r(1570)]["pingLoss"+r(982)]),this[r(935)+r(869)]=!1,this[r(1011)]&&e[r(991)](this[r(1011)][r(230)+"te"],this[r(781)])?this[r(1118)+r(1027)](1e3,r(1519)+r(569)+r(376),!0):(this[r(552)]=!0,this[r(300)]())}async[n(312)](){let t=n,r={dYJsT:function(a,x,g){return e[R(670)](a,x,g)},xHbrt:function(a,x){return e[R(203)](a,x)},sCRCE:function(a,x,g){return e.IZApY(a,x,g)}};if(e.EGQJG(e[t(950)],e[t(728)])){if(!this["_connect"+t(1087)]){let a=(t(263)+"2").split("|"),x=0;for(;;){switch(a[x++]){case"0":this[t(935)+t(869)]=!1;continue;case"1":this[t(957)+t(1640)]?.[t(1018)+t(804)+t(1516)]();continue;case"2":this[t(300)]();continue;case"3":this[t(552)]=!0;continue;case"4":this["_pingLos"+t(1378)]?.["resetCou"+t(795)]();continue}break}}}else{if(this[t(1011)]&&this[t(1011)].readyState===this[t(917)+"NG"]){this[t(1023)+t(1157)](),this["_pingPon"+t(1129)+"Id"]=smSykJ.dYJsT(_0x1a3250,this[t(1373)][t(411)](this),this[t(1570)][t(809)+t(1117)]);return}if(!this[t(1011)]||smSykJ[t(681)](this[t(1011)][t(230)+"te"],this[t(1605)]))return void this[t(464)+t(569)]();this[t(1011)]&&this[t(1011)][t(1470)]("hi"),this["_reconnectTimeou"+t(819)]=smSykJ[t(1268)](_0x240960,this["_handleR"+t(569)+t(1399)].bind(this),this[t(1570)][t(531)+"outInterval"])}}["addEvent"+n(196)](t,r){this.on(t,r)}["dispatch"+n(1386)](t){let r=n;if(e[r(1296)]!==e.bYPGD){let{type:a}=t;this[r(999)](a,t)}else return!!this._qosDB}["removeEv"+n(623)+"ner"](t,r){this.off(t,r)}[n(1063)](){let t=n,r={SzGpc:t(605),GvSXY:e.QPkPh,bNspX:function(a,x){return e[t(526)](a,x)},bnPCm:e[t(1205)],WCLcv:t(1184),wYoVO:e[t(553)],ZtxSQ:function(a,x,g){return e[t(1203)](a,x,g)}};return new Promise((a,x)=>{let g=t,m={gVBth:function(l,v){return r[R(1349)](l,v)},PwpuM:r[g(197)],nXWSQ:r[g(1305)],AgHNm:r[g(419)]};this[g(1023)+g(1157)](),this[g(1537)+g(1129)+"Id"]=r[g(1449)](setTimeout,this._ping.bind(this),this._options[g(809)+g(1117)]);let y=()=>{let l=g;a(r[l(288)]),this[l(333)](l(1438)+l(558)+"s",y),this[l(333)](r[l(1235)],_)},_=()=>{let l=g;m[l(239)]("PkGNb",m[l(334)])?(this[l(903)+l(1542)]=_0x24f721,this._ws&&(this[l(1011)][l(715)+"pe"]=_0x343f3a)):(x(m.nXWSQ),this[l(333)](m.AgHNm,y),this[l(333)](l(1438)+l(731)+"t",_))};this.on(r[g(419)],y),this.on(r.GvSXY,_),this._ping()})}}})(),se[P(939)+P(717)]=te["CustomCl"+P(717)],se["CustomEr"+P(792)]=te.CustomErrorEvent,se.ErrorCode=te[P(1610)+"e"],se[P(1386)]=te.Event,se[P(1520)]=te[P(1520)],se[P(956)+"MessageE"+P(472)]=te[P(956)+P(1490)+"vent"],se[P(1490)+P(472)]=te[P(1490)+P(472)],se[P(1639)+"t"]=te[P(1639)+"t"],se[P(562)+P(841)]=te[P(562)+P(841)],se[P(581)+P(717)]=te[P(581)+"oseEvent"],se.createErrorEvent=te["createEr"+P(792)],se[P(860)+P(206)+"nt"]=te["createMe"+P(206)+"nt"],se["createOp"+P(1156)]=te[P(1135)+P(1156)],se[P(1264)+"connectE"+P(472)]=te[P(1264)+P(444)+P(472)],se[P(873)+P(1075)]=te[P(873)+P(1075)],se[P(669)+P(1614)]=te[P(669)+P(1614)];for(Zn in te)["CustomCl"+P(717),P(445)+P(792),P(1610)+"e","Event",P(1520),P(956)+"MessageEvent",P(1490)+"vent","OpenEvent",P(562)+P(841),"createCl"+P(717),P(1214)+P(792),"createMe"+P(206)+"nt",P(1135)+P(1156),"createRe"+P(444)+P(472),P(873)+P(1075),P(669)+P(1614)][P(539)](Zn)===-1&&(se[Zn]=te[Zn]);var Zn;Object[P(542)+P(325)](se,P(762)+"le",{value:!0})});var Ve=be((h_,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 xn=be((p_,or)=>{"use strict";var{EMPTY_BUFFER:gf}=Ve(),li=Buffer[Symbol.species];function hf(n,e){if(n.length===0)return gf;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let c=0;c<n.length;c++){let d=n[c];s.set(d,o),o+=d.length}return o<e?new li(s.buffer,s.byteOffset,o):s}function oa(n,e,s,o,c){for(let d=0;d<c;d++)s[o+d]=n[d]^e[d&3]}function aa(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function pf(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function gi(n){if(gi.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new li(n):ArrayBuffer.isView(n)?e=new li(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),gi.readOnly=!1),e}or.exports={concat:hf,mask:oa,toArrayBuffer:pf,toBuffer:gi,unmask:aa};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=ee("bufferutil");or.exports.mask=function(e,s,o,c,d){d<48?oa(e,s,o,c,d):n.mask(e,s,o,c,d)},or.exports.unmask=function(e,s){e.length<32?aa(e,s):n.unmask(e,s)}}catch{}});var xa=be((m_,da)=>{"use strict";var ca=Symbol("kDone"),hi=Symbol("kRun"),pi=class{constructor(e){this[ca]=()=>{this.pending--,this[hi]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[hi]()}[hi](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[ca])}}};da.exports=pi});var Ft=be((w_,ga)=>{"use strict";var un=ee("zlib"),ua=xn(),mf=xa(),{kStatusCode:fa}=Ve(),wf=Buffer[Symbol.species],_f=Buffer.from([0,0,255,255]),cr=Symbol("permessage-deflate"),Ye=Symbol("total-length"),Bt=Symbol("callback"),dt=Symbol("buffers"),zt=Symbol("error"),ar,mi=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,!ar){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;ar=new mf(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 d=+c;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=d}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else if(o==="server_max_window_bits"){let d=+c;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=d}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){ar.add(c=>{this._decompress(e,s,(d,u)=>{c(),o(d,u)})})}compress(e,s,o){ar.add(c=>{this._compress(e,s,(d,u)=>{c(),o(d,u)})})}_decompress(e,s,o){let c=this._isServer?"client":"server";if(!this._inflate){let d=`${c}_max_window_bits`,u=typeof this.params[d]!="number"?un.Z_DEFAULT_WINDOWBITS:this.params[d];this._inflate=un.createInflateRaw({...this._options.zlibInflateOptions,windowBits:u}),this._inflate[cr]=this,this._inflate[Ye]=0,this._inflate[dt]=[],this._inflate.on("error",bf),this._inflate.on("data",la)}this._inflate[Bt]=o,this._inflate.write(e),s&&this._inflate.write(_f),this._inflate.flush(()=>{let d=this._inflate[zt];if(d){this._inflate.close(),this._inflate=null,o(d);return}let u=ua.concat(this._inflate[dt],this._inflate[Ye]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ye]=0,this._inflate[dt]=[],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 d=`${c}_max_window_bits`,u=typeof this.params[d]!="number"?un.Z_DEFAULT_WINDOWBITS:this.params[d];this._deflate=un.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:u}),this._deflate[Ye]=0,this._deflate[dt]=[],this._deflate.on("data",yf)}this._deflate[Bt]=o,this._deflate.write(e),this._deflate.flush(un.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let d=ua.concat(this._deflate[dt],this._deflate[Ye]);s&&(d=new wf(d.buffer,d.byteOffset,d.length-4)),this._deflate[Bt]=null,this._deflate[Ye]=0,this._deflate[dt]=[],s&&this.params[`${c}_no_context_takeover`]&&this._deflate.reset(),o(null,d)})}};ga.exports=mi;function yf(n){this[dt].push(n),this[Ye]+=n.length}function la(n){if(this[Ye]+=n.length,this[cr]._maxPayload<1||this[Ye]<=this[cr]._maxPayload){this[dt].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 bf(n){if(this[cr]._inflate=null,this[zt]){this[Bt](this[zt]);return}n[fa]=1007,this[Bt](n)}});var Ut=be((__,dr)=>{"use strict";var{isUtf8:ha}=ee("buffer"),{hasBlob:vf}=Ve(),Sf=[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 Ef(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function wi(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 If(n){return vf&&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:If,isValidStatusCode:Ef,isValidUTF8:wi,tokenChars:Sf};if(ha)dr.exports.isValidUTF8=function(n){return n.length<24?wi(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?wi(e):n(e)}}catch{}});var Si=be((y_,va)=>{"use strict";var{Writable:Af}=ee("stream"),pa=Ft(),{BINARY_TYPES:Tf,EMPTY_BUFFER:ma,kStatusCode:Pf,kWebSocket:Cf}=Ve(),{concat:_i,toArrayBuffer:kf,unmask:Df}=xn(),{isValidStatusCode:Rf,isValidUTF8:wa}=Ut(),xr=Buffer[Symbol.species],Pe=0,_a=1,ya=2,ba=3,yi=4,bi=5,ur=6,vi=class extends Af{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Tf[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[Cf]=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 xr(o.buffer,o.byteOffset+e,o.length-e),new xr(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 xr(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 yi:this.getData(e);break;case bi:case ur: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[pa.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=_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 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=ba:this._state=yi}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=yi}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&&Df(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=bi,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,(c,d)=>{if(c)return s(c);if(d.length){if(this._messageLength+=d.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(d)}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 c;this._binaryType==="nodebuffer"?c=_i(o,s):this._binaryType==="arraybuffer"?c=kf(_i(o,s)):this._binaryType==="blob"?c=new Blob(o):c=o,this._allowSynchronousEvents?(this.emit("message",c,!0),this._state=Pe):(this._state=ur,setImmediate(()=>{this.emit("message",c,!0),this._state=Pe,this.startLoop(e)}))}else{let c=_i(o,s);if(!this._skipUTF8Validation&&!wa(c)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(d);return}this._state===bi||this._allowSynchronousEvents?(this.emit("message",c,!1),this._state=Pe):(this._state=ur,setImmediate(()=>{this.emit("message",c,!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(!Rf(o)){let d=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(d);return}let c=new xr(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!wa(c)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(d);return}this._loop=!1,this.emit("conclude",o,c),this.end()}this._state=Pe;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=Pe):(this._state=ur,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=Pe,this.startLoop(s)}))}createError(e,s,o,c,d){this._loop=!1,this._errored=!0;let u=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(u,this.createError),u.code=d,u[Pf]=c,u}};va.exports=vi});var Ai=be((v_,Ia)=>{"use strict";var{Duplex:b_}=ee("stream"),{randomFillSync:Nf}=ee("crypto"),Sa=Ft(),{EMPTY_BUFFER:Of,kWebSocket:Lf,NOOP:Mf}=Ve(),{isBlob:qt,isValidStatusCode:Bf}=Ut(),{mask:Ea,toBuffer:gt}=xn(),Ce=Symbol("kByteLength"),zf=Buffer.alloc(4),fr=8*1024,ht,Gt=fr,Re=0,Ff=1,Uf=2,Ei=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=Mf,this[Lf]=void 0}static frame(e,s){let o,c=!1,d=2,u=!1;s.mask&&(o=s.maskBuffer||zf,s.generateMask?s.generateMask(o):(Gt===fr&&(ht===void 0&&(ht=Buffer.alloc(fr)),Nf(ht,0,fr),Gt=0),o[0]=ht[Gt++],o[1]=ht[Gt++],o[2]=ht[Gt++],o[3]=ht[Gt++]),u=(o[0]|o[1]|o[2]|o[3])===0,d=6);let f;typeof e=="string"?(!s.mask||u)&&s[Ce]!==void 0?f=s[Ce]:(e=Buffer.from(e),f=e.length):(f=e.length,c=s.mask&&s.readOnly&&!u);let h=f;f>=65536?(d+=8,h=127):f>125&&(d+=2,h=126);let p=Buffer.allocUnsafe(c?f+d:d);return p[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(p[0]|=64),p[1]=h,h===126?p.writeUInt16BE(f,2):h===127&&(p[2]=p[3]=0,p.writeUIntBE(f,4,6)),s.mask?(p[1]|=128,p[d-4]=o[0],p[d-3]=o[1],p[d-2]=o[2],p[d-1]=o[3],u?[p,e]:c?(Ea(e,o,p,d,f),[p]):(Ea(e,o,e,0,f),[p,e])):[p,e]}close(e,s,o,c){let d;if(e===void 0)d=Of;else{if(typeof e!="number"||!Bf(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)d=Buffer.allocUnsafe(2),d.writeUInt16BE(e,0);else{let f=Buffer.byteLength(s);if(f>123)throw new RangeError("The message must not be greater than 123 bytes");d=Buffer.allocUnsafe(2+f),d.writeUInt16BE(e,0),typeof s=="string"?d.write(s,2):d.set(s,2)}}let u={[Ce]:d.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Re?this.enqueue([this.dispatch,d,!1,u,c]):this.sendFrame(n.frame(d,u),c)}ping(e,s,o){let c,d;if(typeof e=="string"?(c=Buffer.byteLength(e),d=!1):qt(e)?(c=e.size,d=!1):(e=gt(e),c=e.length,d=gt.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[Ce]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:d,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 c,d;if(typeof e=="string"?(c=Buffer.byteLength(e),d=!1):qt(e)?(c=e.size,d=!1):(e=gt(e),c=e.length,d=gt.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[Ce]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:d,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 c=this._extensions[Sa.extensionName],d=s.binary?2:1,u=s.compress,f,h;typeof e=="string"?(f=Buffer.byteLength(e),h=!1):qt(e)?(f=e.size,h=!1):(e=gt(e),f=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=f>=c._threshold),this._compress=u):(u=!1,d=0),s.fin&&(this._firstFragment=!0);let p={[Ce]:f,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:d,readOnly:h,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,c){this._bufferedBytes+=o[Ce],this._state=Uf,e.arrayBuffer().then(d=>{if(this._socket.destroyed){let f=new Error("The socket was closed while the blob was being read");process.nextTick(Ii,this,f,c);return}this._bufferedBytes-=o[Ce];let u=gt(d);s?this.dispatch(u,s,o,c):(this._state=Re,this.sendFrame(n.frame(u,o),c),this.dequeue())}).catch(d=>{process.nextTick(qf,this,d,c)})}dispatch(e,s,o,c){if(!s){this.sendFrame(n.frame(e,o),c);return}let d=this._extensions[Sa.extensionName];this._bufferedBytes+=o[Ce],this._state=Ff,d.compress(e,o.fin,(u,f)=>{if(this._socket.destroyed){let h=new Error("The socket was closed while data was being compressed");Ii(this,h,c);return}this._bufferedBytes-=o[Ce],this._state=Re,o.readOnly=!1,this.sendFrame(n.frame(f,o),c),this.dequeue()})}dequeue(){for(;this._state===Re&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][Ce],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][Ce],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)}};Ia.exports=Ei;function Ii(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let c=n._queue[o],d=c[c.length-1];typeof d=="function"&&d(e)}}function qf(n,e,s){Ii(n,e,s),n.onerror(e)}});var Oa=be((S_,Na)=>{"use strict";var{kForOnEventAttribute:fn,kListener:Ti}=Ve(),Aa=Symbol("kCode"),Ta=Symbol("kData"),Pa=Symbol("kError"),Ca=Symbol("kMessage"),ka=Symbol("kReason"),Ht=Symbol("kTarget"),Da=Symbol("kType"),Ra=Symbol("kWasClean"),Xe=class{constructor(e){this[Ht]=null,this[Da]=e}get target(){return this[Ht]}get type(){return this[Da]}};Object.defineProperty(Xe.prototype,"target",{enumerable:!0});Object.defineProperty(Xe.prototype,"type",{enumerable:!0});var pt=class extends Xe{constructor(e,s={}){super(e),this[Aa]=s.code===void 0?0:s.code,this[ka]=s.reason===void 0?"":s.reason,this[Ra]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Aa]}get reason(){return this[ka]}get wasClean(){return this[Ra]}};Object.defineProperty(pt.prototype,"code",{enumerable:!0});Object.defineProperty(pt.prototype,"reason",{enumerable:!0});Object.defineProperty(pt.prototype,"wasClean",{enumerable:!0});var jt=class extends Xe{constructor(e,s={}){super(e),this[Pa]=s.error===void 0?null:s.error,this[Ca]=s.message===void 0?"":s.message}get error(){return this[Pa]}get message(){return this[Ca]}};Object.defineProperty(jt.prototype,"error",{enumerable:!0});Object.defineProperty(jt.prototype,"message",{enumerable:!0});var ln=class extends Xe{constructor(e,s={}){super(e),this[Ta]=s.data===void 0?null:s.data}get data(){return this[Ta]}};Object.defineProperty(ln.prototype,"data",{enumerable:!0});var Gf={addEventListener(n,e,s={}){for(let c of this.listeners(n))if(!s[fn]&&c[Ti]===e&&!c[fn])return;let o;if(n==="message")o=function(d,u){let f=new ln("message",{data:u?d:d.toString()});f[Ht]=this,lr(e,this,f)};else if(n==="close")o=function(d,u){let f=new pt("close",{code:d,reason:u.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});f[Ht]=this,lr(e,this,f)};else if(n==="error")o=function(d){let u=new jt("error",{error:d,message:d.message});u[Ht]=this,lr(e,this,u)};else if(n==="open")o=function(){let d=new Xe("open");d[Ht]=this,lr(e,this,d)};else return;o[fn]=!!s[fn],o[Ti]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[Ti]===e&&!s[fn]){this.removeListener(n,s);break}}};Na.exports={CloseEvent:pt,ErrorEvent:jt,Event:Xe,EventTarget:Gf,MessageEvent:ln};function lr(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var gr=be((E_,La)=>{"use strict";var{tokenChars:gn}=Ut();function He(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function Hf(n){let e=Object.create(null),s=Object.create(null),o=!1,c=!1,d=!1,u,f,h=-1,p=-1,w=-1,b=0;for(;b<n.length;b++)if(p=n.charCodeAt(b),u===void 0)if(w===-1&&gn[p]===1)h===-1&&(h=b);else if(b!==0&&(p===32||p===9))w===-1&&h!==-1&&(w=b);else if(p===59||p===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${b}`);w===-1&&(w=b);let I=n.slice(h,w);p===44?(He(e,I,s),s=Object.create(null)):u=I,h=w=-1}else throw new SyntaxError(`Unexpected character at index ${b}`);else if(f===void 0)if(w===-1&&gn[p]===1)h===-1&&(h=b);else if(p===32||p===9)w===-1&&h!==-1&&(w=b);else if(p===59||p===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${b}`);w===-1&&(w=b),He(s,n.slice(h,w),!0),p===44&&(He(e,u,s),s=Object.create(null),u=void 0),h=w=-1}else if(p===61&&h!==-1&&w===-1)f=n.slice(h,b),h=w=-1;else throw new SyntaxError(`Unexpected character at index ${b}`);else if(c){if(gn[p]!==1)throw new SyntaxError(`Unexpected character at index ${b}`);h===-1?h=b:o||(o=!0),c=!1}else if(d)if(gn[p]===1)h===-1&&(h=b);else if(p===34&&h!==-1)d=!1,w=b;else if(p===92)c=!0;else throw new SyntaxError(`Unexpected character at index ${b}`);else if(p===34&&n.charCodeAt(b-1)===61)d=!0;else if(w===-1&&gn[p]===1)h===-1&&(h=b);else if(h!==-1&&(p===32||p===9))w===-1&&(w=b);else if(p===59||p===44){if(h===-1)throw new SyntaxError(`Unexpected character at index ${b}`);w===-1&&(w=b);let I=n.slice(h,w);o&&(I=I.replace(/\\/g,""),o=!1),He(s,f,I),p===44&&(He(e,u,s),s=Object.create(null),u=void 0),f=void 0,h=w=-1}else throw new SyntaxError(`Unexpected character at index ${b}`);if(h===-1||d||p===32||p===9)throw new SyntaxError("Unexpected end of input");w===-1&&(w=b);let E=n.slice(h,w);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 jf(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 d=o[c];return Array.isArray(d)||(d=[d]),d.map(u=>u===!0?c:`${c}=${u}`).join("; ")})).join("; ")).join(", ")}).join(", ")}La.exports={format:jf,parse:Hf}});var wr=be((T_,Ja)=>{"use strict";var Kf=ee("events"),Wf=ee("https"),Jf=ee("http"),za=ee("net"),$f=ee("tls"),{randomBytes:Vf,createHash:Yf}=ee("crypto"),{Duplex:I_,Readable:A_}=ee("stream"),{URL:Pi}=ee("url"),xt=Ft(),Xf=Si(),Qf=Ai(),{isBlob:Zf}=Ut(),{BINARY_TYPES:Ma,CLOSE_TIMEOUT:el,EMPTY_BUFFER:hr,GUID:tl,kForOnEventAttribute:Ci,kListener:nl,kStatusCode:rl,kWebSocket:de,NOOP:Fa}=Ve(),{EventTarget:{addEventListener:il,removeEventListener:sl}}=Oa(),{format:ol,parse:al}=gr(),{toBuffer:cl}=xn(),Ua=Symbol("kAborted"),ki=[8,13],Qe=["CONNECTING","OPEN","CLOSING","CLOSED"],dl=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,$=class n extends Kf{constructor(e,s,o){super(),this._binaryType=Ma[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=hr,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 c=new Xf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),d=new Qf(e,this._extensions,o.generateMask);this._receiver=c,this._sender=d,this._socket=e,c[de]=this,d[de]=this,e[de]=this,c.on("conclude",fl),c.on("drain",ll),c.on("error",gl),c.on("message",hl),c.on("ping",pl),c.on("pong",ml),d.onerror=wl,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",ja),e.on("data",mr),e.on("end",Ka),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[xt.extensionName]&&this._extensions[xt.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){Ie(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())}),Ha(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){Di(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||hr,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){Di(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||hr,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){Di(this,e,o);return}let c={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[xt.extensionName]||(c.compress=!1),this._sender.send(e||hr,c,o)}terminate(){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){Ie(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:Qe.indexOf("CONNECTING")});Object.defineProperty($.prototype,"CONNECTING",{enumerable:!0,value:Qe.indexOf("CONNECTING")});Object.defineProperty($,"OPEN",{enumerable:!0,value:Qe.indexOf("OPEN")});Object.defineProperty($.prototype,"OPEN",{enumerable:!0,value:Qe.indexOf("OPEN")});Object.defineProperty($,"CLOSING",{enumerable:!0,value:Qe.indexOf("CLOSING")});Object.defineProperty($.prototype,"CLOSING",{enumerable:!0,value:Qe.indexOf("CLOSING")});Object.defineProperty($,"CLOSED",{enumerable:!0,value:Qe.indexOf("CLOSED")});Object.defineProperty($.prototype,"CLOSED",{enumerable:!0,value:Qe.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[nl];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=il;$.prototype.removeEventListener=sl;Ja.exports=$;function qa(n,e,s,o){let c={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:el,protocolVersion:ki[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,!ki.includes(c.protocolVersion))throw new RangeError(`Unsupported protocol version: ${c.protocolVersion} (supported versions: ${ki.join(", ")})`);let d;if(e instanceof Pi)d=e;else try{d=new Pi(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}d.protocol==="http:"?d.protocol="ws:":d.protocol==="https:"&&(d.protocol="wss:"),n._url=d.href;let u=d.protocol==="wss:",f=d.protocol==="ws+unix:",h;if(d.protocol!=="ws:"&&!u&&!f?h=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:f&&!d.pathname?h="The URL's pathname is empty":d.hash&&(h="The URL contains a fragment identifier"),h){let k=new SyntaxError(h);if(n._redirects===0)throw k;pr(n,k);return}let p=u?443:80,w=Vf(16).toString("base64"),b=u?Wf.request:Jf.request,E=new Set,I;if(c.createConnection=c.createConnection||(u?ul:xl),c.defaultPort=c.defaultPort||p,c.port=d.port||p,c.host=d.hostname.startsWith("[")?d.hostname.slice(1,-1):d.hostname,c.headers={...c.headers,"Sec-WebSocket-Version":c.protocolVersion,"Sec-WebSocket-Key":w,Connection:"Upgrade",Upgrade:"websocket"},c.path=d.pathname+d.search,c.timeout=c.handshakeTimeout,c.perMessageDeflate&&(I=new xt({...c.perMessageDeflate,isServer:!1,maxPayload:c.maxPayload}),c.headers["Sec-WebSocket-Extensions"]=ol({[xt.extensionName]:I.offer()})),s.length){for(let k of s){if(typeof k!="string"||!dl.test(k)||E.has(k))throw new SyntaxError("An invalid or duplicated subprotocol was specified");E.add(k)}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),(d.username||d.password)&&(c.auth=`${d.username}:${d.password}`),f){let k=c.path.split(":");c.socketPath=k[0],c.path=k[1]}let A;if(c.followRedirects){if(n._redirects===0){n._originalIpc=f,n._originalSecure=u,n._originalHostOrSocketPath=f?c.socketPath:d.host;let k=o&&o.headers;if(o={...o,headers:{}},k)for(let[z,Y]of Object.entries(k))o.headers[z.toLowerCase()]=Y}else if(n.listenerCount("redirect")===0){let k=f?n._originalIpc?c.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:d.host===n._originalHostOrSocketPath;(!k||n._originalSecure&&!u)&&(delete c.headers.authorization,delete c.headers.cookie,k||delete c.headers.host,c.auth=void 0)}c.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(c.auth).toString("base64")),A=n._req=b(c),n._redirects&&n.emit("redirect",n.url,A)}else A=n._req=b(c);c.timeout&&A.on("timeout",()=>{Ie(n,A,"Opening handshake has timed out")}),A.on("error",k=>{A===null||A[Ua]||(A=n._req=null,pr(n,k))}),A.on("response",k=>{let z=k.headers.location,Y=k.statusCode;if(z&&c.followRedirects&&Y>=300&&Y<400){if(++n._redirects>c.maxRedirects){Ie(n,A,"Maximum redirects exceeded");return}A.abort();let j;try{j=new Pi(z,e)}catch{let W=new SyntaxError(`Invalid URL: ${z}`);pr(n,W);return}qa(n,j,s,o)}else n.emit("unexpected-response",A,k)||Ie(n,A,`Unexpected server response: ${k.statusCode}`)}),A.on("upgrade",(k,z,Y)=>{if(n.emit("upgrade",k),n.readyState!==$.CONNECTING)return;A=n._req=null;let j=k.headers.upgrade;if(j===void 0||j.toLowerCase()!=="websocket"){Ie(n,z,"Invalid Upgrade header");return}let oe=Yf("sha1").update(w+tl).digest("base64");if(k.headers["sec-websocket-accept"]!==oe){Ie(n,z,"Invalid Sec-WebSocket-Accept header");return}let W=k.headers["sec-websocket-protocol"],le;if(W!==void 0?E.size?E.has(W)||(le="Server sent an invalid subprotocol"):le="Server sent a subprotocol but none was requested":E.size&&(le="Server sent no subprotocol"),le){Ie(n,z,le);return}W&&(n._protocol=W);let _e=k.headers["sec-websocket-extensions"];if(_e!==void 0){if(!I){Ie(n,z,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let ke;try{ke=al(_e)}catch{Ie(n,z,"Invalid Sec-WebSocket-Extensions header");return}let xe=Object.keys(ke);if(xe.length!==1||xe[0]!==xt.extensionName){Ie(n,z,"Server indicated an extension that was not requested");return}try{I.accept(ke[xt.extensionName])}catch{Ie(n,z,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[xt.extensionName]=I}n.setSocket(z,Y,{allowSynchronousEvents:c.allowSynchronousEvents,generateMask:c.generateMask,maxPayload:c.maxPayload,skipUTF8Validation:c.skipUTF8Validation})}),c.finishRequest?c.finishRequest(A,n):A.end()}function pr(n,e){n._readyState=$.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function xl(n){return n.path=n.socketPath,za.connect(n)}function ul(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=za.isIP(n.host)?"":n.host),$f.connect(n)}function Ie(n,e,s){n._readyState=$.CLOSING;let o=new Error(s);Error.captureStackTrace(o,Ie),e.setHeader?(e[Ua]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(pr,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function Di(n,e,s){if(e){let o=Zf(e)?e.size:cl(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Qe[n.readyState]})`);process.nextTick(s,o)}}function fl(n,e){let s=this[de];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[de]!==void 0&&(s._socket.removeListener("data",mr),process.nextTick(Ga,s._socket),n===1005?s.close():s.close(n,e))}function ll(){let n=this[de];n.isPaused||n._socket.resume()}function gl(n){let e=this[de];e._socket[de]!==void 0&&(e._socket.removeListener("data",mr),process.nextTick(Ga,e._socket),e.close(n[rl])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function Ba(){this[de].emitClose()}function hl(n,e){this[de].emit("message",n,e)}function pl(n){let e=this[de];e._autoPong&&e.pong(n,!this._isServer,Fa),e.emit("ping",n)}function ml(n){this[de].emit("pong",n)}function Ga(n){n.resume()}function wl(n){let e=this[de];e.readyState!==$.CLOSED&&(e.readyState===$.OPEN&&(e._readyState=$.CLOSING,Ha(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function Ha(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function ja(){let n=this[de];if(this.removeListener("close",ja),this.removeListener("data",mr),this.removeListener("end",Ka),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[de]=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 mr(n){this[de]._receiver.write(n)||this.pause()}function Ka(){let n=this[de];n._readyState=$.CLOSING,n._receiver.end(),this.end()}function Wa(){let n=this[de];this.removeListener("error",Wa),this.on("error",Fa),n&&(n._readyState=$.CLOSING,this.destroy())}});var Xa=be((C_,Ya)=>{"use strict";var P_=wr(),{Duplex:_l}=ee("stream");function $a(n){n.emit("close")}function yl(){!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 bl(n,e){let s=!0,o=new _l({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(d,u){let f=!u&&o._readableState.objectMode?d.toString():d;o.push(f)||n.pause()}),n.once("error",function(d){o.destroyed||(s=!1,o.destroy(d))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(c,d){if(n.readyState===n.CLOSED){d(c),process.nextTick($a,o);return}let u=!1;n.once("error",function(h){u=!0,d(h)}),n.once("close",function(){u||d(c),process.nextTick($a,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,d,u){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(c,d,u)});return}n.send(c,u)},o.on("end",yl),o.on("error",Va),o}Ya.exports=bl});var Ri=be((k_,Qa)=>{"use strict";var{tokenChars:vl}=Ut();function Sl(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&&vl[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 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 ${c}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let d=n.slice(s,c);if(e.has(d))throw new SyntaxError(`The "${d}" subprotocol is duplicated`);return e.add(d),e}Qa.exports={parse:Sl}});var sc=be((R_,ic)=>{"use strict";var El=ee("events"),_r=ee("http"),{Duplex:D_}=ee("stream"),{createHash:Il}=ee("crypto"),Za=gr(),mt=Ft(),Al=Ri(),Tl=wr(),{CLOSE_TIMEOUT:Pl,GUID:Cl,kWebSocket:kl}=Ve(),Dl=/^[+/0-9A-Za-z]{22}==$/,ec=0,tc=1,rc=2,Ni=class extends El{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:Pl,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:Tl,...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=_r.createServer((o,c)=>{let d=_r.STATUS_CODES[426];c.writeHead(426,{"Content-Length":d.length,"Content-Type":"text/plain"}),c.end(d)}),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=Rl(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(c,d,u)=>{this.handleUpgrade(c,d,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(hn,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(hn,this):process.nextTick(hn,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{hn(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",nc);let d=e.headers["sec-websocket-key"],u=e.headers.upgrade,f=+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(d===void 0||!Dl.test(d)){wt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(f!==13&&f!==8){wt(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){pn(s,400);return}let h=e.headers["sec-websocket-protocol"],p=new Set;if(h!==void 0)try{p=Al.parse(h)}catch{wt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let w=e.headers["sec-websocket-extensions"],b={};if(this.options.perMessageDeflate&&w!==void 0){let E=new mt({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let I=Za.parse(w);I[mt.extensionName]&&(E.accept(I[mt.extensionName]),b[mt.extensionName]=E)}catch{wt(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,(I,A,k,z)=>{if(!I)return pn(s,A||401,k,z);this.completeUpgrade(b,d,p,e,s,o,c)});return}if(!this.options.verifyClient(E))return pn(s,401)}this.completeUpgrade(b,d,p,e,s,o,c)}completeUpgrade(e,s,o,c,d,u,f){if(!d.readable||!d.writable)return d.destroy();if(d[kl])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>ec)return pn(d,503);let p=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Il("sha1").update(s+Cl).digest("base64")}`],w=new this.options.WebSocket(null,void 0,this.options);if(o.size){let b=this.options.handleProtocols?this.options.handleProtocols(o,c):o.values().next().value;b&&(p.push(`Sec-WebSocket-Protocol: ${b}`),w._protocol=b)}if(e[mt.extensionName]){let b=e[mt.extensionName].params,E=Za.format({[mt.extensionName]:[b]});p.push(`Sec-WebSocket-Extensions: ${E}`),w._extensions=e}this.emit("headers",p,c),d.write(p.concat(`\r
12
12
  `).join(`\r
13
- `)),d.removeListener("error",tc),_.setSocket(d,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(hn,this)})),l(_,a)}};rc.exports=Di;function Pl(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 hn(n){n._state=nc,n.emit("close")}function tc(){this.destroy()}function pn(n,e,s,o){s=s||pr.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} ${pr.STATUS_CODES[e]}\r
14
- `+Object.keys(o).map(a=>`${a}: ${o[a]}`).join(`\r
13
+ `)),d.removeListener("error",nc),w.setSocket(d,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(hn,this)})),f(w,c)}};ic.exports=Ni;function Rl(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 hn(n){n._state=rc,n.emit("close")}function nc(){this.destroy()}function pn(n,e,s,o){s=s||_r.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} ${_r.STATUS_CODES[e]}\r
14
+ `+Object.keys(o).map(c=>`${c}: ${o[c]}`).join(`\r
15
15
  `)+`\r
16
16
  \r
17
- `+s)}function _t(n,e,s,o,a,d){if(n.listenerCount("wsClientError")){let u=new Error(a);Error.captureStackTrace(u,_t),n.emit("wsClientError",u,s,e)}else pn(s,o,a,d)}});import{spawn as ig}from"node:child_process";import{existsSync as sg,openSync as og}from"node:fs";import{mkdir as ag}from"node:fs/promises";import{dirname as cg}from"node:path";import{fileURLToPath as dg}from"node:url";function Li(n=q()){return sg(n.libEntry)?n.libEntry:dg(new URL("../index.ts",import.meta.url))}async function _n(n={}){let e=n.paths??q(),s=n.entryOverride??Li(e);await ag(cg(e.logFile),{recursive:!0});let o=og(e.logFile,"a"),d=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],u=ig(process.execPath,d,{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 xg.info("daemon spawned",{pid:u.pid,entry:s}),{pid:u.pid,entry:s}}var xg,vr=Te(()=>{"use strict";F();se();xg=D("spawn-daemon")});import{readFile as vc}from"node:fs/promises";async function Sr(n){try{let[e,s]=await Promise.all([vc(n.portFile,"utf8"),vc(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 ug(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function fg(n){return n instanceof Error?n.message:String(n)}var Oe,Er=Te(()=>{"use strict";se();Oe=class{paths;constructor(e){this.paths=e??q()}async probe(e=1e3){let s=await Sr(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:fg(o)}}}async request(e){let s=await Sr(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 d=new AbortController,u=setTimeout(()=>d.abort(),s.timeoutMs??5e3);try{let l=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:d.signal}),p=await l.text();return{status:l.status,body:ug(p)}}finally{clearTimeout(u)}}}});var kc={};Kr(kc,{DEFAULT_PROBE_TIMEOUT_MS:()=>Pc,DEFAULT_WAIT_PID_EXIT_MS:()=>Tc,runUpgradeHelper:()=>kg});import{copyFile as Ig,rename as Ui,unlink as Fi}from"node:fs/promises";async function kg(n){let e=n.paths??q(),s=n.spawnDaemon??_n,o=n.probeDaemon??Ng,a=n.sleep??Og,d=n.waitPidExitMs??Tc,u=n.probeTimeoutMs??Pc,l=n.killPid??((k,z)=>process.kill(k,z)),{targetVersion:p,oldPid:m}=n;Ke.info("upgrade-helper start",{targetVersion:p,oldPid:m}),await Dg(m,d,a,l);let _=e.libEntry,y=`${_}.bak`,E=`${_}.next`;try{await Ig(_,y)}catch(k){return Ke.error("backup failed, abort",{err:String(k)}),1}try{await Ui(E,_)}catch(k){return Ke.error("rename .next \u2192 live failed, abort + rollback",{err:String(k)}),await Ui(y,_).catch(()=>{}),1}let T,A=!1;try{await s({paths:e}),A=await Rg(()=>o(e),u,a),A||(T="new daemon failed to come up within probeTimeout")}catch(k){T=`spawn new daemon failed: ${String(k)}`,Ke.warn(T)}return A?(await Ac(e,p,{ok:!0,setLibVersion:!0}),await Fi(y).catch(()=>{}),await Fi(E).catch(()=>{}),Ke.info("upgrade succeeded",{targetVersion:p}),0):(Ke.warn("upgrade failed, rolling back",{lastError:T}),await Ui(y,_).catch(k=>Ke.error("rollback rename failed",{err:String(k)})),await s({paths:e}).catch(k=>Ke.error("spawn old daemon after rollback failed",{err:String(k)})),await Ac(e,p,{ok:!1,lastError:T}),await Fi(E).catch(()=>{}),1)}async function Ac(n,e,s){let o=await dt(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 Dg(n,e,s,o){let a=Date.now()+e;for(;Date.now()<a;){if(!Cc(n,o))return;await s(Tg)}Ke.warn("oldPid did not exit in time, sending SIGTERM",{pid:n});try{o(n,"SIGTERM")}catch{}if(await s(Ag),!!Cc(n,o)){Ke.warn("SIGTERM ineffective, sending SIGKILL",{pid:n});try{o(n,"SIGKILL")}catch{}await s(Cg)}}function Cc(n,e){try{return e(n,0),!0}catch{return!1}}async function Rg(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){if(await n().catch(()=>!1))return!0;await s(Pg)}return!1}async function Ng(n){return(await new Oe(n).probe(1e3).catch(()=>null))?.kind==="connected"}function Og(n){return new Promise(e=>setTimeout(e,n))}var Ke,Tc,Pc,Ag,Cg,Tg,Pg,Dc=Te(()=>{"use strict";Mt();vr();Er();F();se();Ke=D("upgrade-helper"),Tc=3e4,Pc=3e4,Ag=5e3,Cg=2e3,Tg=200,Pg=500});import{spawn as Lg}from"node:child_process";import{mkdir as Bg,unlink as Mg,writeFile as zg}from"node:fs/promises";import{dirname as Ug,join as Fg}from"node:path";function Cr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Rc(n,e){return new Promise((s,o)=>{let a=Lg(n,e,{stdio:["ignore","pipe","pipe"]}),d="";a.stderr?.on("data",u=>{d+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Ar,qi,Gi,Nc=Te(()=>{"use strict";F();Ar=D("supervisor.launchd"),qi="ai.coze.bridge",Gi={platform:"darwin",renderConfig(n){return`<?xml version="1.0" encoding="UTF-8"?>
17
+ `+s)}function wt(n,e,s,o,c,d){if(n.listenerCount("wsClientError")){let u=new Error(c);Error.captureStackTrace(u,wt),n.emit("wsClientError",u,s,e)}else pn(s,o,c,d)}});import{spawn as ag}from"node:child_process";import{existsSync as cg,openSync as dg}from"node:fs";import{mkdir as xg}from"node:fs/promises";import{dirname as ug}from"node:path";import{fileURLToPath as fg}from"node:url";function Bi(n=G()){return cg(n.libEntry)?n.libEntry:fg(new URL("../index.ts",import.meta.url))}async function _n(n={}){let e=n.paths??G(),s=n.entryOverride??Bi(e);await xg(ug(e.logFile),{recursive:!0});let o=dg(e.logFile,"a"),d=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],u=ag(process.execPath,d,{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 lg.info("daemon spawned",{pid:u.pid,entry:s}),{pid:u.pid,entry:s}}var lg,Ir=Te(()=>{"use strict";q();ie();lg=N("spawn-daemon")});import{readFile as Sc}from"node:fs/promises";async function Ar(n){try{let[e,s]=await Promise.all([Sc(n.portFile,"utf8"),Sc(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 gg(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function hg(n){return n instanceof Error?n.message:String(n)}var Ne,Tr=Te(()=>{"use strict";ie();Ne=class{paths;constructor(e){this.paths=e??G()}async probe(e=1e3){let s=await Ar(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:hg(o)}}}async request(e){let s=await Ar(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 d=new AbortController,u=setTimeout(()=>d.abort(),s.timeoutMs??5e3);try{let f=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:d.signal}),h=await f.text();return{status:f.status,body:gg(h)}}finally{clearTimeout(u)}}}});var Dc={};Jr(Dc,{DEFAULT_PROBE_TIMEOUT_MS:()=>kc,DEFAULT_WAIT_PID_EXIT_MS:()=>Cc,runUpgradeHelper:()=>Ng});import{copyFile as Pg,rename as qi,unlink as Gi}from"node:fs/promises";async function Ng(n){let e=n.paths??G(),s=n.spawnDaemon??_n,o=n.probeDaemon??Mg,c=n.sleep??Bg,d=n.waitPidExitMs??Cc,u=n.probeTimeoutMs??kc,f=n.killPid??((k,z)=>process.kill(k,z)),{targetVersion:h,oldPid:p}=n;je.info("upgrade-helper start",{targetVersion:h,oldPid:p}),await Og(p,d,c,f);let w=e.libEntry,b=`${w}.bak`,E=`${w}.next`;try{await Pg(w,b)}catch(k){return je.error("backup failed, abort",{err:String(k)}),1}try{await qi(E,w)}catch(k){return je.error("rename .next \u2192 live failed, abort + rollback",{err:String(k)}),await qi(b,w).catch(()=>{}),1}let I,A=!1;try{await s({paths:e}),A=await Lg(()=>o(e),u,c),A||(I="new daemon failed to come up within probeTimeout")}catch(k){I=`spawn new daemon failed: ${String(k)}`,je.warn(I)}return A?(await Tc(e,h,{ok:!0,setLibVersion:!0}),await Gi(b).catch(()=>{}),await Gi(E).catch(()=>{}),je.info("upgrade succeeded",{targetVersion:h}),0):(je.warn("upgrade failed, rolling back",{lastError:I}),await qi(b,w).catch(k=>je.error("rollback rename failed",{err:String(k)})),await s({paths:e}).catch(k=>je.error("spawn old daemon after rollback failed",{err:String(k)})),await Tc(e,h,{ok:!1,lastError:I}),await Gi(E).catch(()=>{}),1)}async function Tc(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 Ue(o,n.configFile)}async function Og(n,e,s,o){let c=Date.now()+e;for(;Date.now()<c;){if(!Pc(n,o))return;await s(Dg)}je.warn("oldPid did not exit in time, sending SIGTERM",{pid:n});try{o(n,"SIGTERM")}catch{}if(await s(Cg),!!Pc(n,o)){je.warn("SIGTERM ineffective, sending SIGKILL",{pid:n});try{o(n,"SIGKILL")}catch{}await s(kg)}}function Pc(n,e){try{return e(n,0),!0}catch{return!1}}async function Lg(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){if(await n().catch(()=>!1))return!0;await s(Rg)}return!1}async function Mg(n){return(await new Ne(n).probe(1e3).catch(()=>null))?.kind==="connected"}function Bg(n){return new Promise(e=>setTimeout(e,n))}var je,Cc,kc,Cg,kg,Dg,Rg,Rc=Te(()=>{"use strict";Mt();Ir();Tr();q();ie();je=N("upgrade-helper"),Cc=3e4,kc=3e4,Cg=5e3,kg=2e3,Dg=200,Rg=500});import{spawn as zg}from"node:child_process";import{mkdir as Fg,unlink as Ug,writeFile as qg}from"node:fs/promises";import{dirname as Gg,join as Hg}from"node:path";function kr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Nc(n,e){return new Promise((s,o)=>{let c=zg(n,e,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",u=>{d+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Cr,Hi,ji,Oc=Te(()=>{"use strict";q();Cr=N("supervisor.launchd"),Hi="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>${qi}</string>
22
+ <string>${Hi}</string>
23
23
  <key>ProgramArguments</key>
24
24
  <array>
25
- <string>${Cr(n.nodeBin)}</string>
26
- <string>${Cr(n.entry)}</string>
25
+ <string>${kr(n.nodeBin)}</string>
26
+ <string>${kr(n.entry)}</string>
27
27
  <string>--daemon</string>
28
28
  </array>
29
29
  <key>RunAtLoad</key>
@@ -33,12 +33,12 @@ var O0=Object.create;var Hr=Object.defineProperty;var L0=Object.getOwnPropertyDe
33
33
  <key>ThrottleInterval</key>
34
34
  <integer>10</integer>
35
35
  <key>StandardOutPath</key>
36
- <string>${Cr(n.logFile)}</string>
36
+ <string>${kr(n.logFile)}</string>
37
37
  <key>StandardErrorPath</key>
38
- <string>${Cr(n.logFile)}</string>
38
+ <string>${kr(n.logFile)}</string>
39
39
  </dict>
40
40
  </plist>
41
- `},configPath(n){return Fg(n.homeDir,"Library","LaunchAgents",`${qi}.plist`)},async install(n){let e=this.configPath(n);await Bg(Ug(e),{recursive:!0}),await zg(e,this.renderConfig(n),"utf8"),Ar.info("plist written",{plistPath:e}),await Rc("launchctl",["load","-w",e]),Ar.info("launchd job loaded",{label:qi})},async uninstall(n){let e=this.configPath(n);await Rc("launchctl",["unload","-w",e]).catch(s=>Ar.warn("launchctl unload failed (ignored)",{err:String(s)})),await Mg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),Ar.info("launchd job removed",{plistPath:e})}}});import{spawn as qg}from"node:child_process";import{mkdir as Gg,unlink as Hg,writeFile as Kg}from"node:fs/promises";import{dirname as Wg,join as jg}from"node:path";function kr(n,e){return new Promise((s,o)=>{let a=qg(n,e,{stdio:["ignore","pipe","pipe"]}),d="";a.stderr?.on("data",u=>{d+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Tr,Pr,Hi,Oc=Te(()=>{"use strict";F();Tr=D("supervisor.systemd"),Pr="coze-bridge.service",Hi={platform:"linux",renderConfig(n){return`[Unit]
41
+ `},configPath(n){return Hg(n.homeDir,"Library","LaunchAgents",`${Hi}.plist`)},async install(n){let e=this.configPath(n);await Fg(Gg(e),{recursive:!0}),await qg(e,this.renderConfig(n),"utf8"),Cr.info("plist written",{plistPath:e}),await Nc("launchctl",["load","-w",e]),Cr.info("launchd job loaded",{label:Hi})},async uninstall(n){let e=this.configPath(n);await Nc("launchctl",["unload","-w",e]).catch(s=>Cr.warn("launchctl unload failed (ignored)",{err:String(s)})),await Ug(e).catch(s=>{if(s.code!=="ENOENT")throw s}),Cr.info("launchd job removed",{plistPath:e})}}});import{spawn as jg}from"node:child_process";import{mkdir as Kg,unlink as Wg,writeFile as Jg}from"node:fs/promises";import{dirname as $g,join as Vg}from"node:path";function Nr(n,e){return new Promise((s,o)=>{let c=jg(n,e,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",u=>{d+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Dr,Rr,Ki,Lc=Te(()=>{"use strict";q();Dr=N("supervisor.systemd"),Rr="coze-bridge.service",Ki={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 jg(n.homeDir,".config","systemd","user",Pr)},async install(n){let e=this.configPath(n);await Gg(Wg(e),{recursive:!0}),await Kg(e,this.renderConfig(n),"utf8"),Tr.info("systemd unit written",{unitPath:e}),await kr("systemctl",["--user","daemon-reload"]),await kr("systemctl",["--user","enable","--now",Pr]),Tr.info("systemd unit enabled",{unitName:Pr})},async uninstall(n){let e=this.configPath(n);await kr("systemctl",["--user","disable","--now",Pr]).catch(s=>Tr.warn("systemctl disable failed (ignored)",{err:String(s)})),await Hg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await kr("systemctl",["--user","daemon-reload"]).catch(()=>{}),Tr.info("systemd unit removed",{unitPath:e})}}});import{spawn as $g}from"node:child_process";import{join as Vg}from"node:path";function Lc(n,e){return new Promise((s,o)=>{let a=$g(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),d="";a.stderr?.on("data",u=>{d+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Ki,Dr,Wi,Bc=Te(()=>{"use strict";F();Ki=D("supervisor.taskscheduler"),Dr="CozeBridge",Wi={platform:"win32",renderConfig(n){return`<?xml version="1.0" encoding="UTF-16"?>
55
+ `},configPath(n){return Vg(n.homeDir,".config","systemd","user",Rr)},async install(n){let e=this.configPath(n);await Kg($g(e),{recursive:!0}),await Jg(e,this.renderConfig(n),"utf8"),Dr.info("systemd unit written",{unitPath:e}),await Nr("systemctl",["--user","daemon-reload"]),await Nr("systemctl",["--user","enable","--now",Rr]),Dr.info("systemd unit enabled",{unitName:Rr})},async uninstall(n){let e=this.configPath(n);await Nr("systemctl",["--user","disable","--now",Rr]).catch(s=>Dr.warn("systemctl disable failed (ignored)",{err:String(s)})),await Wg(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await Nr("systemctl",["--user","daemon-reload"]).catch(()=>{}),Dr.info("systemd unit removed",{unitPath:e})}}});import{spawn as Yg}from"node:child_process";import{join as Xg}from"node:path";function Mc(n,e){return new Promise((s,o)=>{let c=Yg(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),d="";c.stderr?.on("data",u=>{d+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${d.trim()}`))})})}var Wi,Or,Ji,Bc=Te(()=>{"use strict";q();Wi=N("supervisor.taskscheduler"),Or="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 Vg(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await Lc("schtasks",["/Create","/SC","ONLOGON","/TN",Dr,"/TR",e,"/RU",n.userName,"/F"]),Ki.info("task scheduler entry created",{task:Dr})},async uninstall(n){await Lc("schtasks",["/Delete","/TN",Dr,"/F"]).catch(e=>Ki.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Ki.info("task scheduler entry removed",{task:Dr})}}});var ji={};Kr(ji,{buildContext:()=>Zg,getSupervisor:()=>Xg,launchdSupervisor:()=>Gi,systemdSupervisor:()=>Hi,taskSchedulerSupervisor:()=>Wi});import{homedir as Jg,userInfo as Yg}from"node:os";function Xg(n=process.platform){switch(n){case"darwin":return Gi;case"linux":return Hi;case"win32":return Wi;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function Zg(){let n=q();return{nodeBin:process.execPath,entry:Li(n),logFile:n.logFile,homeDir:Jg(),userName:Yg().username}}var $i=Te(()=>{"use strict";se();vr();Nc();Oc();Bc()});F();F();import{execFile as G0}from"node:child_process";import{promisify as H0}from"node:util";var _s=H0(G0),Jt=D("agents.acp-installer"),K0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},W0=5e4,j0=5e3,$0=5*6e4,V0=new Set(["ETIMEDOUT","ECONNRESET","ECONNREFUSED","ENETUNREACH","EAI_AGAIN","ERR_SOCKET_TIMEOUT","ENOTFOUND"]),J0=/\b(5\d\d|408|429)\b\s+(Bad Gateway|Service Unavailable|Gateway Timeout|Internal Server Error|Too Many Requests|Request Timeout)/i,Y0=/fetch failed|request timed out|socket hang up|network timeout/i;function X0(n){let e=n?.code;if(e&&V0.has(e))return!0;let s=n instanceof Error?`${n.message}
80
- ${n.stack??""}`:String(n);return J0.test(s)||Y0.test(s)}function Z0(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 En=new Map,Sn=new Map,In=new Map;async function ws(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await _s(e,[n],{timeout:j0});return s.split(`
81
- `)[0]?.trim()||void 0}catch{return}}async function Q0(n,e){Jt.info("npm install -g start",{npmPackage:n}),await _s("npm",["install","-g",`${n}@latest`],{timeout:W0,maxBuffer:10*1024*1024,...e?{signal:e}:{}}),Jt.info("npm install -g done",{npmPackage:n})}async function At(n,e){let s=K0[n];if(!s)return;let o=En.get(n);if(o)return o;let a=Sn.get(n);if(a&&Date.now()-a<$0)return;let d=In.get(n);if(d)return d;let u=(async()=>{let l=await ws(s.binary);if(l)return En.set(n,l),Jt.info("acp wrapper found on PATH",{binary:s.binary,path:l}),l;try{await Q0(s.npmPackage,e)}catch(m){let _=X0(m);Jt.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:s.npmPackage,transient:_,err:Z0(m)}),_||Sn.set(n,Date.now());return}let p=await ws(s.binary);if(!p){Jt.warn("acp wrapper installed but binary not found on PATH",{binary:s.binary}),Sn.set(n,Date.now());return}return En.set(n,p),Sn.delete(n),p})().finally(()=>{In.delete(n)});return In.set(n,u),u}function Ct(n){return En.get(n)}function ys(n){return In.get(n)}var bs=D("acp-installer-warmup"),ed=["claude-code","codex"];async function vs(n={}){let e=n.ensure??At,o=(await Promise.allSettled(ed.map(async a=>{let d=await e(a);bs.info("acp wrapper warmup ok",{framework:a,installed:!!d,path:d??""})}))).filter(a=>a.status==="rejected");o.length>0&&bs.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))})}it();F();import{readdir as ld}from"node:fs/promises";import{mkdir as Ps,writeFile as ks}from"node:fs/promises";import{join as jr}from"node:path";var xd={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function Pt(n,e,s,o){await Ps(n,{recursive:!0});let a=xd[e],d=jr(n,a),u=ud(e,s,o);return await ks(d,u,"utf8"),d}async function Ds(n){let e=jr(n,".claude");await Ps(e,{recursive:!0});let s=jr(e,"settings.local.json"),o=JSON.stringify({permissions:{defaultMode:"bypassPermissions"}},null,2);return await ks(s,o,"utf8"),s}function ud(n,e,s){let o=`# Coze Agent: ${e}
79
+ `},configPath(n){return Xg(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await Mc("schtasks",["/Create","/SC","ONLOGON","/TN",Or,"/TR",e,"/RU",n.userName,"/F"]),Wi.info("task scheduler entry created",{task:Or})},async uninstall(n){await Mc("schtasks",["/Delete","/TN",Or,"/F"]).catch(e=>Wi.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Wi.info("task scheduler entry removed",{task:Or})}}});var $i={};Jr($i,{buildContext:()=>th,getSupervisor:()=>eh,launchdSupervisor:()=>ji,systemdSupervisor:()=>Ki,taskSchedulerSupervisor:()=>Ji});import{homedir as Qg,userInfo as Zg}from"node:os";function eh(n=process.platform){switch(n){case"darwin":return ji;case"linux":return Ki;case"win32":return Ji;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function th(){let n=G();return{nodeBin:process.execPath,entry:Bi(n),logFile:n.logFile,homeDir:Qg(),userName:Zg().username}}var Vi=Te(()=>{"use strict";ie();Ir();Oc();Lc();Bc()});q();q();import{execFile as H0}from"node:child_process";import{promisify as j0}from"node:util";var bs=j0(H0),Vt=N("agents.acp-installer"),K0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},W0=5e4,J0=5e3,$0=5*6e4,V0=new Set(["ETIMEDOUT","ECONNRESET","ECONNREFUSED","ENETUNREACH","EAI_AGAIN","ERR_SOCKET_TIMEOUT","ENOTFOUND"]),Y0=/\b(5\d\d|408|429)\b\s+(Bad Gateway|Service Unavailable|Gateway Timeout|Internal Server Error|Too Many Requests|Request Timeout)/i,X0=/fetch failed|request timed out|socket hang up|network timeout/i;function Q0(n){let e=n?.code;if(e&&V0.has(e))return!0;let s=n instanceof Error?`${n.message}
80
+ ${n.stack??""}`:String(n);return Y0.test(s)||X0.test(s)}function Z0(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 c=e.stdout?.toString().trim();return c&&s.push(`stdout=${c.slice(0,2e3)}`),s.length>0?s.join(" | "):String(n)}var In=new Map,En=new Map,An=new Map;async function ys(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await bs(e,[n],{timeout:J0});return s.split(`
81
+ `)[0]?.trim()||void 0}catch{return}}async function ed(n,e){Vt.info("npm install -g start",{npmPackage:n}),await bs("npm",["install","-g",`${n}@latest`],{timeout:W0,maxBuffer:10*1024*1024,...e?{signal:e}:{}}),Vt.info("npm install -g done",{npmPackage:n})}async function It(n,e){let s=K0[n];if(!s)return;let o=In.get(n);if(o)return o;let c=En.get(n);if(c&&Date.now()-c<$0)return;let d=An.get(n);if(d)return d;let u=(async()=>{let f=await ys(s.binary);if(f)return In.set(n,f),Vt.info("acp wrapper found on PATH",{binary:s.binary,path:f}),f;try{await ed(s.npmPackage,e)}catch(p){let w=Q0(p);Vt.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:s.npmPackage,transient:w,err:Z0(p)}),w||En.set(n,Date.now());return}let h=await ys(s.binary);if(!h){Vt.warn("acp wrapper installed but binary not found on PATH",{binary:s.binary}),En.set(n,Date.now());return}return In.set(n,h),En.delete(n),h})().finally(()=>{An.delete(n)});return An.set(n,u),u}function At(n){return In.get(n)}function vs(n){return An.get(n)}var Ss=N("acp-installer-warmup"),td=["claude-code","codex"];async function Es(n={}){let e=n.ensure??It,o=(await Promise.allSettled(td.map(async c=>{let d=await e(c);Ss.info("acp wrapper warmup ok",{framework:c,installed:!!d,path:d??""})}))).filter(c=>c.status==="rejected");o.length>0&&Ss.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))})}it();q();import{readdir as gd}from"node:fs/promises";import{mkdir as Ds,writeFile as Rs}from"node:fs/promises";import{join as Vr}from"node:path";var ud={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function Pt(n,e,s,o){await Ds(n,{recursive:!0});let c=ud[e],d=Vr(n,c),u=fd(e,s,o);return await Rs(d,u,"utf8"),d}async function Ns(n){let e=Vr(n,".claude");await Ds(e,{recursive:!0});let s=Vr(e,"settings.local.json"),o=JSON.stringify({permissions:{defaultMode:"bypassPermissions"}},null,2);return await Rs(s,o,"utf8"),s}function fd(n,e,s){let o=`# Coze Agent: ${e}
82
82
 
83
83
  > framework: \`${n}\`
84
84
 
85
- `,a=s?.trim()?s.endsWith(`
85
+ `,c=s?.trim()?s.endsWith(`
86
86
  `)?s:`${s}
87
87
  `:`_No instructions provided._
88
88
  `;return`${o}---
89
89
 
90
- ${a}
91
- ${fd}`}var fd=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
90
+ ${c}
91
+ ${ld}`}var ld=`## \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 @@ ${fd}`}var fd=`## \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 Ie=D("agent-detail-sync"),gd=6e4,hd=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 ld(s)}catch(a){Ie.info("agents dir not found, skip detail sync",{root:s,err:String(a)});return}Ie.info("starting detail sync",{reason:e,count:o.length}),await Promise.allSettled(o.map(async a=>{let d=await he(a,this.opts.paths).catch(()=>null);if(d){if(d.disconnectedAt){Ie.debug("detail sync: skip disconnected agent",{agentId:a});return}try{await this.syncOne(a,d)}catch(u){Ie.warn("detail sync failed for agent, skipping",{agentId:a,err:String(u)})}}})),Ie.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){Ie.info("retrying pending detail syncs",{count:s.length});for(let o of s)try{await this.syncOne(o)}catch(a){Ie.debug("detail sync retry still failing, will try again",{agentId:o,err:String(a)})}}}async syncOne(e,s){let o=s??await he(e,this.opts.paths);if(!o){Ie.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(l){Ie.warn("detail RPC failed, using local data",{agentId:e,err:String(l)});let p=this.retryQueue.get(e),m=p?Math.min(p.currentDelay*2,hd):gd;this.retryQueue.set(e,{dueAt:Date.now()+m,currentDelay:m});return}if(a.agentId&&a.agentId!==e){Ie.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:a.agentId});return}let d=!1,u=!1;if(a.agentName&&a.agentName!==o.agentName&&(o.agentName=a.agentName,d=!0),a.description!==void 0&&a.description!==o.description&&(o.description=a.description,d=!0),a.cozeIdentity&&a.cozeIdentity!==o.cozeIdentity&&(o.cozeIdentity=a.cozeIdentity,d=!0,u=!0),a.deployType&&Ie.info("detail.deployType",{agentId:e,deployType:a.deployType}),!d){Ie.debug("detail sync: no diff",{agentId:e});return}await Ee(o,this.opts.paths),Ie.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"))}};it();import{spawn as Ys}from"node:child_process";import{lstat as Xr,mkdir as wd,readFile as Xs,readdir as _d,rm as yd,stat as bd,writeFile as Vs}from"node:fs/promises";import{join as Me,normalize as vd,relative as Zs,resolve as Sd,sep as Qs}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 Yt(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function Rs(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)}};F();se();function Ve(n,e){if(Yt(n)!=="cloud")throw new S("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",Os="1289";var Ls="pbbp2",Bs="https://www.coze.cn",Ms="/api/coze_claw/resource/get_frontier_key",pd="https://www.coze.cn",md="wss://frontier.coze.cn";function Ln(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??pd}function zs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??md}function Dt(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 Xt(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var Us=D("handshake");async function $r(n){let e=Ln(n.endpoint),s=n.timeoutMs??1e4,o=`${Nn(e)}${Ms}?aid=${encodeURIComponent(On)}`,a={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",...Dt(n.ppeOverride)},d=new AbortController,u=setTimeout(()=>d.abort(),s);Us.info("frontier key handshake",{base:e});try{let l=await fetch(o,{method:"GET",headers:a,signal:d.signal}),p=l.headers.get("x-tt-logid")??"",m=l.headers.get("x-tt-trace-id")??"";if(!l.ok){let A=await l.text().catch(()=>"");throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${l.status} logid=${p}: ${A.slice(0,200)}`)}let _=await l.json();if(_.code!==void 0&&_.code!==0)throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${_.code} msg=${_.msg??"-"} logid=${p}`);let y=_.data??{},E=typeof y.access_key=="string"&&y.access_key||typeof y.accessKey=="string"&&y.accessKey||void 0,T=typeof y.device_id=="string"&&y.device_id||typeof y.deviceId=="string"&&y.deviceId||void 0;if(!E||!T){let A=JSON.stringify(_).slice(0,500);throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${p}: ${A}`)}return Us.info("handshake ok",{remoteDeviceId:T,logid:p,traceId:m}),{accessKey:E,deviceId:T}}catch(l){throw l instanceof S?l:l.name==="AbortError"?new S("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${s}ms)`):new S("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 Fs(n){return{model:n.model??Be,...n.modelToken?{modelToken:n.modelToken}:{}}}function qs(n){return!n||n===Be}function Gs(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Vr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Be,n.modelInfo?.contextWindow&&(e.CLAUDE_CODE_MAX_CONTEXT_TOKENS=String(n.modelInfo.contextWindow))):qs(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function Hs(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Be}"`):qs(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"'),n.modelInfo?.contextWindow&&e.push("-c",`model_context_window=${n.modelInfo.contextWindow}`)),e}function Ks(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function Jr(n){let{ttEnv:e,usePpe:s}=Xt(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=Jr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([a,d])=>`${a}:${d}`).join(`
116
- `)}}function Yr(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function js(n,e){if(!n.modelToken)return null;let s=n.model||Be,o=Jr(e),a=["text"];n.modelInfo?.capabilities?.image===!0&&a.push("image");let d={baseUrl:`${Vr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:a,cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:n.modelInfo?.contextWindow??128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(d.headers=o),d}function $s(n,e){if(!n.modelToken)return[];let s=Jr(e),o=[];for(let[a,d]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${a}="${d}"`);return o}var ae=D("agent-handlers"),Js=5*1024*1024,Ed=1,Id=6,Ad=new Set(["node_modules",".git",".coze","dist","build",".next"]),Bn=class{constructor(e){this.opts=e}opts;async listSkills(e){Ve(e._meta,"_agent/listSkills");let s=kt(e._meta),o=await this.loadAgentCfg(s),a=o?.workspace??$e(s).workspace,d=o?.skills??[],u=[];for(let l of d){let p=Me(a,l.relPath,"SKILL.md");await bd(p).then(_=>_.isFile()).catch(()=>!1)&&u.push(Dd(l))}return{skills:u}}async addSkills(e){Ve(e._meta,"_agent/addSkills");let s=kt(e._meta),o=await this.requireAgentCfg(s),a=e.skills??[],d=[...o.skills??[]],u=new Map(d.map((p,m)=>[p.skillId,m])),l=[];for(let p of a){let m=await Zr({agentId:s,workspace:o.workspace,framework:o.framework,skill:p});Qr(d,u,m),l.push(p)}return await Pn(s,d),this.reloadAgentSessions(s,"skills-added"),{installedSkills:l}}async removeSkills(e){Ve(e._meta,"_agent/removeSkills");let s=kt(e._meta),o=await this.requireAgentCfg(s),a=new Set(e.skillIds??[]),d=o.skills??[],u=[];for(let l of d){if(!a.has(l.skillId)){u.push(l);continue}let p=Me(o.workspace,l.relPath);await yd(p,{recursive:!0,force:!0}),ae.info("skill removed",{agentId:s,skillId:l.skillId,relPath:l.relPath})}return await Pn(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,d]of o.sessions){if(!d.downstream)continue;let u=d.acpSessionId;if(u&&o.activeTriggers.has(u)||this.isRuntimePendingPermission(d)){d.reloadAfterTurn=!0,ae.info("downstream busy, scheduling reload after turn",{reason:s,agentId:e,framework:o.framework,cloudId:a,acpId:u});continue}let p=d.downstream;d.downstream=void 0,ae.info("killing downstream for workspace reload (idle)",{reason:s,agentId:e,framework:o.framework,cloudId:a,acpId:u}),p.stop(s).catch(m=>ae.warn("downstream stop failed during reload (ignored)",{reason:s,agentId:e,cloudId:a,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 he(s);if(!o)throw new S("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 Pt(o.workspace,o.framework,s,e.cozeIdentity)}catch(a){throw ae.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 Ee(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 S("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await he(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Ee(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(Ve(e._meta,"_agent/switchModel"),!e.agentId)throw new S("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Be,o=await he(e.agentId);if(!o)throw new S("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,e.modelInfo&&(o.modelInfo=e.modelInfo),await Ee(o),ae.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let a=this.opts.agents.get(e.agentId);if(!a)return ae.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};a.model=s,e.modelInfo&&a.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(a).catch(u=>ae.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)}));let d=[];for(let[u,l]of a.allSessionQueues())d.push(l.enqueue(async()=>{let p=a.sessions.get(u);p?.downstream&&(await p.downstream.stop(`switchModel: ${s}`).catch(()=>{}),p.downstream=void 0)}));return await Promise.all(d),ae.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:d.length}),{ok:!0}}async resetAgent(e){if(Ve(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(Ve(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){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(a){ae.warn("detail sync failed (ignored)",{method:s,agentId:e,reason:o,err:String(a)})}}async getFileTree(e){Ve(e._meta,"_agent/getFileTree");let s=e._meta,o=kt(s),a=await this.resolveWorkspace(o),d=e.filePath??"",u=this.safeJoin(a,d),l=await Xr(u).catch(()=>null);if(!l)throw new S("IPC_BAD_REQUEST",`path not found: ${d}`);if(l.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${d}`);let p=Ud(e.depth);return l.isDirectory()?{tree:await zd(a,u,d,p)}:{tree:[{name:Fd(d),path:to(d||"."),isDir:!1,size:l.size,modifiedAt:Math.floor(l.mtimeMs)}]}}async getFileContent(e){Ve(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),d=await Xr(a).catch(()=>null);if(!d||!d.isFile())throw new S("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(d.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(d.size>Js)throw new S("IPC_BAD_REQUEST",`file too large: ${d.size} bytes (max ${Js})`);let u=await Xs(a);return u.includes(0)?{content:u.toString("base64"),encoding:"base64",size:d.size}:{content:u.toString("utf8"),encoding:"utf-8",size:d.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await he(e).catch(()=>null))?.workspace??$e(e).workspace}safeJoin(e,s){let o=Sd(e,s||"."),a=Zs(e,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${Qs}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return he(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 Cd(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 Td(n){return n==="claude-code"?Me(".claude","skills"):Me(".agents","skills")}var Pd=3e4,kd=50*1024*1024,Mn=3e4;async function Zr(n){let{agentId:e,workspace:s,framework:o,skill:a}=n;if(!a.skillName)throw new S("IPC_BAD_REQUEST","skill missing skillName");let d=typeof a.content=="string"&&a.content.length>0,u=typeof a.downloadUrl=="string"&&a.downloadUrl.length>0;if(!d&&!u)throw new S("IPC_BAD_REQUEST",`skill ${a.skillId} missing both content and downloadUrl`);let l=Cd(a.skillName),p=Td(o),m=Me(p,l),_=Me(s,m);if(await wd(_,{recursive:!0}),d){let E=Buffer.from(a.content,"utf8");Zt(E.length),await Vs(Me(_,"SKILL.md"),E,"utf8")}else{let E=await Rd(a.downloadUrl);Od(E)?await Ld(E,_):await Vs(Me(_,"SKILL.md"),E.toString("utf8"),"utf8")}let y={skillId:a.skillId,skillName:a.skillName,relPath:m,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 ae.info("skill installed",{agentId:e,skillId:a.skillId,skillName:a.skillName,relPath:m,source:d?"content":"downloadUrl"}),y}function Qr(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 Dd(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 Rd(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=Nd(n);return Zt(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await Xs(e);return Zt(s.length),s}if(Rn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),Pd);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>kd)throw new S("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function Nd(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 Od(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Ld(n,e){await Bd(n),await new Promise((s,o)=>{let a=Ys("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),d="";a.stderr?.on("data",l=>{d+=String(l)});let u=setTimeout(()=>{a.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar extract timeout (${Mn}ms)`))},Mn);a.on("error",l=>{clearTimeout(u),o(new S("IPC_BAD_REQUEST",`tar spawn failed: ${l.message}`,{cause:l}))}),a.on("exit",l=>{clearTimeout(u),l===0?s():o(new S("IPC_BAD_REQUEST",`tar exit ${l}${d?`: ${d.trim().slice(0,200)}`:""}`))}),a.stdin?.end(n)})}async function Bd(n){let e=await new Promise((s,o)=>{let a=Ys("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),d="",u="";a.stdout?.on("data",p=>{d+=String(p)}),a.stderr?.on("data",p=>{u+=String(p)});let l=setTimeout(()=>{a.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar list timeout (${Mn}ms)`))},Mn);a.on("error",p=>{clearTimeout(l),o(new S("IPC_BAD_REQUEST",`tar list spawn failed: ${p.message}`))}),a.on("exit",p=>{clearTimeout(l),p===0?s(d):o(new S("IPC_BAD_REQUEST",`tar list exit ${p}${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(p=>p===".."))throw new S("IPC_BAD_REQUEST",`tar entry contains '..': ${u}`)}}var Md=5e3;async function zd(n,e,s,o){return eo(n,e,s,o,{count:0})}async function eo(n,e,s,o,a){if(o<=0)return[];let d;try{d=await _d(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let l of d){if(Ad.has(l.name)||l.isSymbolicLink())continue;if(a.count>=Md){u.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let p=Me(e,l.name),m=vd(Me(s,l.name)),_=null;try{_=await Xr(p)}catch{continue}if(_.isSymbolicLink())continue;a.count++;let y={name:l.name,path:to(Zs(n,p)),isDir:_.isDirectory(),size:_.size,modifiedAt:Math.floor(_.mtimeMs)};_.isDirectory()&&o>1&&(y.children=await eo(n,p,m,o-1,a)),u.push(y)}return u.sort((l,p)=>l.isDir!==p.isDir?l.isDir?-1:1:l.name.localeCompare(p.name)),u}function Ud(n){return!n||n<=0?Ed:Math.min(n,Id)}function Fd(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function to(n){return n.split(Qs).join("/")}F();import{readFileSync as gp}from"node:fs";import{dirname as pp,join as mp}from"node:path";import{fileURLToPath as _p}from"node:url";var st="0.1.59";var ze=D("agent-health-reporter"),qd=1e4,Qt=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??qd}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 p=Gd(l);if(!p)continue;let m={agentId:l.agentId,status:p};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:st,_meta:{cozeDeviceId:e}},a;try{a=await this.opts.core.sendRequest("_agent/health",o,5e3)}catch(l){ze.warn("heartbeat batch send failed",{count:s.length,err:String(l)})}let d=a?.authFailures;if(d&&d.length>0&&(ze.warn("heartbeat received authFailures from cloud",{count:d.length,agentIds:d.map(l=>l.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(d)}catch(l){ze.warn("onAuthFailures callback failed (ignored)",{err:String(l)})}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(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 Gd(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}it();import{mkdir as ni,rm as px}from"node:fs/promises";import{spawn as Yd,spawnSync as Xd}from"node:child_process";function en(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function tn(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function Rt(n,e){return{jsonrpc:"2.0",id:n,result:e}}function ot(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)}},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,AGENT_FRAME_IDLE_TIMEOUT:-32016,MODEL_MODALITY_UNSUPPORTED:-32017};function no(n){return"method"in n&&"id"in n&&n.id!==void 0}function ro(n){return"method"in n&&!("id"in n)}function Un(n){return!("method"in n)&&"id"in n}var Hd={AGENT_NOT_FOUND:G.AGENT_NOT_FOUND,AGENT_BUSY:G.AGENT_BUSY,AGENT_DISCONNECTED:G.AGENT_DISCONNECTED,AGENT_TIMEOUT:G.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:G.AGENT_FRAME_IDLE_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,MODEL_MODALITY_UNSUPPORTED:G.MODEL_MODALITY_UNSUPPORTED,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,NPX_CACHE_CORRUPT:G.INTERNAL_ERROR};function Kd(n){if(n!=null)return n instanceof Error?{name:n.name,message:nn(n.message)}:typeof n=="string"?nn(n):typeof n=="object"?jd(n):n}var Wd=[[/\/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 nn(n){let e=n;for(let[s,o]of Wd)e=e.replace(s,o);return e}function jd(n){let e={};for(let[s,o]of Object.entries(n))typeof o=="string"?e[s]=nn(o):e[s]=o;return e}function rn(n){if(n instanceof S){let e=Kd(n.cause),s={bridgeCode:n.code,retriable:n.retriable};return e!==void 0&&(s.cause=e),{code:Hd[n.code]??G.INTERNAL_ERROR,message:nn(n.message),data:s}}return{code:G.INTERNAL_ERROR,message:nn(n instanceof Error?n.message:String(n))}}function io(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,d=n.data;if(o&&e){let{message:u,...l}=e;d=l}return new S(s,a,{retriable:e?.retriable??!1,cause:d})}function oo(n){return`${JSON.stringify(n)}
118
- `}var so=10*1024*1024,Fn=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>so){let a=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${a} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${so} bytes`)}),[]}let s=this.buffer.split(`
119
- `);this.buffer=s.pop()??"";let o=[];for(let a of s){let d=a.replace(/\r$/,"").trim();if(d)try{o.push(JSON.parse(d))}catch(u){this.onError?.({line:d,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 co={"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"},kp=Object.fromEntries(Object.entries(co).map(([n,e])=>[e,n])),$d={"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:[]},Nt=class{seq=0;next(e,s){this.seq+=1;let o=co[e]??Vd(e),a=$d[o]??[],d=[o,String(this.seq)];if(a.length>0){let u=a.map(p=>ao(s?.[p]??"")),l=Jd(u).join(":");l&&d.push(l)}else s&&Object.values(s).some(u=>u)&&d.push(Object.values(s).filter(Boolean).map(u=>ao(String(u))).join(":"));return d.join("_")}reset(){this.seq=0}};function Vd(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function ao(n){return n.replace(/[:_\s]+/g,"-")}function Jd(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}function at(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 Zd=at("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),Qd=200,ex=/(ENOTEMPTY|EEXIST).*_npx[/\\]/;function ei(n){return n.some(e=>ex.test(e))}var tx=at("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),nx=at("COZE_BRIDGE_SESSION_PROMPT_FRAME_IDLE_MS",600*1e3),xo=500;function rx(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=xo?n:`${e.slice(0,xo)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function uo(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),Xd("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var Ue=class{constructor(e){this.opts=e;this.log=D(`downstream.${this.constructor.name}`),this.decoder=new Fn({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Nt;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=Yd(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>Qd&&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]}),(this.framework==="claude-code"||this.framework==="codex")&&ei(this.stderrRing)&&(this.log.warn("npx cache corruption detected, triggering global install fallback (D93)",{framework:this.framework}),At(this.framework).catch(l=>{this.log.warn("D93 fallback install failed (will retry next spawn cycle)",{framework:this.framework,err:String(l)})})));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(d=>s.once("exit",()=>d()));uo(s.pid,"SIGTERM");let a=setTimeout(()=>{s.killed||uo(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(a)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}getStderrTail(){return[...this.stderrRing]}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=tx,o=nx){return this.call("session/prompt",e,s,o)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(tn("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(Rt(e,s))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,s){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(ot(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=Zd,a=0){if(!this.child||this.stopped)return Promise.reject(new S("AGENT_PROTOCOL_ERROR","downstream not started"));let d=this.idAllocator.next(e),u=en(d,e,s),l=o>0&&Number.isFinite(o),p=a>0&&Number.isFinite(a);return new Promise((m,_)=>{let y={resolve:m,reject:_,timer:null,frameIdleTimer:null,armFrameIdle:null,method:e};l&&(y.timer=setTimeout(()=>{this.pending.delete(d),y.frameIdleTimer&&clearTimeout(y.frameIdleTimer),_(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o));let E=p?()=>{y.frameIdleTimer&&clearTimeout(y.frameIdleTimer),y.frameIdleTimer=setTimeout(()=>{if(this.inflightAgentRequests.size>0){this.log.debug("frame-idle fired but agent request inflight, re-arming",{id:d,method:e,inflight:this.inflightAgentRequests.size}),E?.();return}y.timer&&clearTimeout(y.timer),this.pending.delete(d),this.log.warn("frame-idle timeout, rejecting pending call",{id:d,method:e,frameIdleMs:a}),_(new S("AGENT_FRAME_IDLE_TIMEOUT",`${e} no session/update for ${a}ms (no inflight agent request)`))},a)}:null;y.armFrameIdle=E,this.pending.set(d,y),E?.();try{this.writeFrame(u)}catch(T){y.timer&&clearTimeout(y.timer),y.frameIdleTimer&&clearTimeout(y.frameIdleTimer),this.pending.delete(d),_(T)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new S("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(oo(e),s=>{s&&this.log.warn("stdin write callback err",{err:String(s)})})}dispatch(e){if(Un(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),s.frameIdleTimer&&clearTimeout(s.frameIdleTimer),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(io(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:rx(e.result)}),s.resolve(e.result));return}if(ro(e)){if(e.method==="session/update"){for(let s of this.pending.values())s.armFrameIdle?.();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(no(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(ot(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}this.inflightAgentRequests.set(e.id,e.method);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(ot(e.id,rn(o)))}catch{}this.inflightAgentRequests.delete(e.id)}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.frameIdleTimer&&clearTimeout(s.frameIdleTimer),s.reject(e);this.pending.clear(),this.inflightAgentRequests.clear()}};var ix="@agentclientprotocol/claude-agent-acp@latest";function sx(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 qn=class extends Ue{framework="claude-code";constructor(e){let s=Ct("claude-code"),[o,a]=s?[s,[]]:["npx",["-y",ix]],d=e.command??o,u=e.args??a,l={command:d,args:u,cwd:e.cwd,...e.env?{env:e.env}:{}};super(l)}sanitizeEnv(e){return sx(e)}};import{mkdtempSync as ox,rmSync as ax}from"node:fs";import{tmpdir as cx}from"node:os";import{join as dx}from"node:path";var xx="@zed-industries/codex-acp@latest",Gn=class extends Ue{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=Ct("codex"),[o,a]=s?[s,[]]:["npx",["-y",xx]],d=e.command??o,u=e.args??a,l=e.extraArgs?[...u,...e.extraArgs]:u,p=e.isolateCodexHome?ox(dx(cx(),"coze-bridge-codex-home-")):void 0,m=p?{...e.env??{},CODEX_HOME:p}:e.env,_={command:d,args:l,cwd:e.cwd,...m?{env:m}:{}};super(_),this.authMethodId=e.authMethodId,this.codexHomeDir=p}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{ax(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var ux=3e4,Ot=class extends Ue{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}`}]},ux))}get acpSessionName(){return this.sessionName}};F();se();function ti(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var Lt=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 Hn=class{agentId;framework;workspace;deployType;accountId;patToken;modelInfo;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),e.modelInfo&&(this.modelInfo=e.modelInfo)}setPatToken(e){this.patToken=e}setModelInfo(e){this.modelInfo=e}getSessionQueue(e){let s=this.sessionQueues.get(e);return(!s||s.isDisposed)&&(s=new Lt,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)sn(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function sn(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as fx}from"node:child_process";import{homedir as lx}from"node:os";import{join as gx}from"node:path";Cn();F();async function go(){let n=gx(lx(),".openclaw/openclaw.json");return(await Tt(n))?.gateway?.auth?.token??""}var fo=D("openclaw.config"),hx=[0,5e3,5e3],lo="models.providers.",Kn="agents.defaults.models",Wn=class{command;env;retryDelaysMs;queue=new Lt;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??hx}async withRetry(e,s){let o;for(let a=0;a<this.retryDelaysMs.length;a++){let d=this.retryDelaysMs[a]??0;d>0&&await new Promise(u=>setTimeout(u,d));try{return await s()}catch(u){o=u,fo.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=fx(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),d="";a.stderr?.on("data",u=>{d+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?s():o(new Error(`exit ${u}: ${d.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let a=String(o);if(s.some(d=>a.includes(d)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){fo.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",`${lo}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${lo}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Kn}[${e}]`,()=>this.runCli(["config","set",Kn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Kn}[${e}]`,`${Kn}.${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 pe=D("agent-manager"),mx=(n,e,s,o,a,d,u,l)=>{switch(n){case"claude-code":{let p={...a?{...Gs(a),...Ws(a,u)}:{},...l??{},IS_SANDBOX:"1"};return new qn({cwd:s,env:p})}case"codex":{let m=[...a?[...Hs(a),...$s(a,u)]:[],"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"'],_={...a?Ks(a):{},...l??{}},y=!!a;return new Gn({cwd:s,...m.length>0?{extraArgs:m}:{},...Object.keys(_).length>0?{env:_}:{},...y?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Ot({command:e,cwd:s,agentId:o,...d?{sessionName:ti(d)}:{}})}};function ri(n){return n==="claude-code"||n==="codex"}var _x={path:"",version:"cloud-deployed"},yx={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},bx=6e4,vx=at("COZE_BRIDGE_SPAWN_AWAIT_INSTALL_MS",25e3),jn=class{paths;config;registry;factory;createTimeoutMs;spawnAwaitInstallMs;openclawConfigCache;ensuredProviders=new Set;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??mx,this.createTimeoutMs=e.createTimeoutMs??bx,this.spawnAwaitInstallMs=e.spawnAwaitInstallMs??vx}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 Wn({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=Yt(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")pe.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(A=>pe.warn("dispose stale agent failed (ignored)",{err:String(A)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==o.patToken){pe.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),o.setPatToken(e.patToken);let A=await he(e.agentId,this.paths).catch(()=>null);A&&(A.patToken=e.patToken,await Ee(A,this.paths))}if(o.deployType==="cloud"&&e.modelInfo){pe.info("updating agent modelInfo on re-create",{agentId:e.agentId}),o.setModelInfo(e.modelInfo);let A=await he(e.agentId,this.paths).catch(()=>null);A&&(A.modelInfo=e.modelInfo,await Ee(A,this.paths))}return pe.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 d=$e(e.agentId,this.paths),u=Yt(e._meta),l=e.framework==="openclaw"&&u==="local",p=l?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,m=e.workspace??p??d.workspace,_=new AbortController,y=setTimeout(()=>_.abort(new S("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),E,T=!1;try{s&&ri(e.framework)&&await At(e.framework,_.signal);let A=()=>{if(_.signal.aborted)throw _.signal.reason instanceof Error?_.signal.reason:new S("AGENT_TIMEOUT","_agent/create aborted")};await ni(d.root,{recursive:!0}),await ni(m,{recursive:!0}),await ni(d.logs,{recursive:!0}),A(),l||await Pt(m,e.framework,e.agentId,e.cozeIdentity),e.framework==="claude-code"&&await Ds(m),A();let k=await he(e.agentId,this.paths).catch(()=>null),z=Fs({model:e.model??k?.model}),Y=Rs(e._meta)??k?.accountId,H=e.patToken??k?.patToken,oe=u==="cloud"?e.modelInfo??k?.modelInfo:void 0;if(E=new Hn({agentId:e.agentId,framework:e.framework,workspace:m,model:z.model??Be,deployType:u,...Y?{accountId:Y}:{},...H?{patToken:H}:{},...oe?{modelInfo:oe}:{}}),E.status="ok",k?.sessions){for(let[De,ne]of Object.entries(k.sessions))E.sessions.set(De,{acpSessionId:ne.acpSessionId,modelToken:ne.modelToken,tokenGeneratedAt:ne.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let ye=Object.keys(k.sessions).length;ye>0&&pe.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:ye})}this.registry.register(E),T=!0;let j={agentId:e.agentId,framework:e.framework,workspace:m,cozeIdentity:e.cozeIdentity,createdAt:k?.createdAt??Date.now(),sessions:k?.sessions??{},model:z.model};u==="cloud"&&(j.deployType="cloud"),Y&&(j.accountId=Y),H&&(j.patToken=H),oe&&(j.modelInfo=oe),k?.skills&&(j.skills=k.skills),k?.agentName&&(j.agentName=k.agentName),k?.description&&(j.description=k.description),e.framework==="openclaw"&&u==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,m):pe.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let we=e.initialSkills??[];if(we.length>0){let ye=[...j.skills??[]],De=new Map(ye.map((de,I)=>[de.skillId,I])),ne=0;for(let de of we)try{let I=await Zr({agentId:e.agentId,workspace:m,framework:e.framework,skill:de});Qr(ye,De,I),ne++}catch(I){pe.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:de.skillId,skillName:de.skillName,err:String(I)})}ne>0&&(j.skills=ye,pe.info("initialSkills installed",{agentId:e.agentId,installed:ne,requested:we.length}))}return await Ee(j,this.paths),pe.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(A){throw pe.error("agent create failed, rolling back",{agentId:e.agentId,err:String(A)}),T&&E&&(await E.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await px(d.root,{recursive:!0,force:!0}).catch(k=>pe.warn("rm agent dir failed (ignored)",{err:String(k)})),A instanceof S?A:new S("AGENT_SPAWN_FAILED",String(A),{cause:A})}finally{clearTimeout(y)}}async spawnSessionDownstream(e,s,o,a){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&ri(e.framework))u=_x;else throw new S("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);if(ri(e.framework)&&!Ct(e.framework)){let m=ys(e.framework);m&&(pe.info("spawn: awaiting in-flight acp install (D92)",{agentId:e.agentId,framework:e.framework}),await Promise.race([m.catch(()=>{}),new Promise(_=>setTimeout(_,this.spawnAwaitInstallMs))]))}let l=e.deployType==="cloud"?{model:e.model,modelToken:s,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,p;e.framework==="openclaw"?p=await this.buildOpenclawDownstream({session:e,modelConfig:l,cloudSessionId:o,cozeEnv:a,command:u.path}):p=this.factory(e.framework,u.path,e.workspace,e.agentId,l,o,a,this.buildBinShimPathEnv());try{return await p.start(),await p.initialize(yx),p}catch(m){let _=p instanceof Ue?p.getStderrTail():[];_.length>0&&pe.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:m instanceof S?m.code:"unknown",recentStderr:_});let y=ei(_);await p.stop("spawnSessionDownstream failed").catch(()=>{});let E=y?new S("NPX_CACHE_CORRUPT","~/.npm/_npx \u76EE\u5F55\u635F\u574F (ENOTEMPTY)\u3002\u5EFA\u8BAE: rm -rf ~/.npm/_npx && npm i -g @zed-industries/codex-acp (\u6216\u5BF9\u5E94 @agentclientprotocol/claude-agent-acp)",{cause:m}):m;throw m instanceof S?new S(m.code,m.message,{retriable:m.retriable,cause:E}):new S("AGENT_SPAWN_FAILED",m instanceof Error?m.message:String(m),{cause:E})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:a,cozeEnv:d,command:u}=e,l=ti(a);if(s.deployType==="local"){let y=this.config.frameworksCache?.openclaw?.defaultAgent;if(!y?.id||!y.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:y.workspace,agentId:y.id,sessionName:l})}let p=await go(),m=o?js(o,d):null,_;if(m){let y=Yr(a),T=m.models[0]?.id??Be,A=`${y}/${T}`;if(!this.ensuredProviders.has(A)){let k=this.getOpenclawConfig();await k.ensureProvider(y,m),await k.addModelToAllowlist(A),this.ensuredProviders.add(A)}_=A}return new Ot({command:u,cwd:s.workspace,agentId:s.agentId,sessionName:l,...p?{gatewayToken:p}:{},..._?{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=Yr(o),d=`${a}/${e.model}`,u=!0;try{await s.removeProvider(a)}catch(l){u=!1,pe.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:a,err:String(l)})}try{await s.removeModelFromAllowlist(d)}catch(l){u=!1,pe.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:d,err:String(l)})}u&&this.ensuredProviders.delete(d)}}};import{randomUUID as Nx}from"node:crypto";import{promises as Ox}from"node:fs";import{basename as Lx}from"node:path";import{promises as Ex}from"node:fs";import{basename as Ix}from"node:path";F();var ho=D("file-upload"),Ax="/api/coze_claw/file/agent_upload",Cx=6e4;async function po(n,e={}){let o=`${Nn(Ln(e.handshakeBase))}${Ax}`,a=e.timeoutMs??Cx,d=await Ex.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([d],{type:n.mimeType}),n.name);let l={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",...Dt(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},p=new AbortController,m=setTimeout(()=>p.abort(),a);ho.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:l,body:u,signal:p.signal}),y=_.headers.get("x-tt-logid")??"";if(!_.ok){let A=await _.text().catch(()=>"");throw new S("UPLOAD_FAILED",`upload HTTP ${_.status} logid=${y}: ${A.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=${y}`);let T=E.data?.file?.file_url;if(!T)throw new S("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${y}: ${JSON.stringify(E).slice(0,200)}`);return ho.info("file upload ok",{uri:T,logid:y}),{uri:T}}catch(_){throw _ instanceof S?_:_.name==="AbortError"?new S("UPLOAD_FAILED",`upload timeout (${a}ms) for ${Ix(n.path)}`):new S("UPLOAD_FAILED",String(_),{cause:_})}finally{clearTimeout(m)}}F();import{promises as Tx}from"node:fs";import{extname as Px}from"node:path";var kx=[{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 Dx(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 Rx={".txt":"text/plain",".md":"text/markdown",".svg":"image/svg+xml",".json":"application/json"};async function mo(n){let e=await Tx.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Dx(s))return"image/webp";for(let o of kx)if(o.prefix.every((a,d)=>s[d]===a))return o.mime}finally{await e.close()}return Rx[Px(n).toLowerCase()]??"application/octet-stream"}se();var wo=D("agent-send"),_o=50*1024*1024,Bx=new Set(["image/png","image/jpeg","image/webp","image/gif","image/svg+xml","application/pdf","application/json","text/plain","text/markdown"]);async function yo(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`);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 Cs(n.path,s.workspace))throw new S("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let a=await Ox.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>_o)throw new S("FILE_TOO_LARGE",`${a.size} bytes > limit ${_o}`);let d=await mo(n.path);if(!Bx.has(d))throw new S("UNSUPPORTED_MIME",`mime=${d} not in whitelist`);if(n.kind==="image"&&!d.startsWith("image/"))throw new S("UNSUPPORTED_MIME",`kind=image but mime=${d}`);if(!e.core.upstream.isConnected())throw new S("UPSTREAM_NOT_READY","cloud WS not connected");let u=n.name??Lx(n.path),l=await po({patToken:s.patToken??e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:d,name:u,sizeBytes:a.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),p={sessionUpdate:"agent_file",messageId:Nx(),content:{type:n.kind==="image"?"image":"resource",uri:l.uri,mimeType:d,name:u,sizeBytes:a.size,...l.fileId!==void 0?{fileId:l.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}},m=2,_;for(let y=0;y<=m;y++)try{await e.core.sendAgentFileUpdate(s,o,n.sessionId,p),_=void 0;break}catch(E){_=E,y<m&&(wo.warn("sendAgentFileUpdate failed, retrying",{attempt:y+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 ${m+1} attempts: ${String(_)}`,{cause:_});return wo.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:u,bytes:a.size,mime:d,uri:l.uri}),{ok:!0,uri:l.uri,bytes:a.size,mimeType:d,...l.fileId!==void 0?{fileId:l.fileId}:{}}}F();import{execFile as Mx}from"node:child_process";import{promisify as zx}from"node:util";var Ux=zx(Mx),ct=D("coze-cli-installer"),bo="@coze/cli@0.1.3-alpha.89c42a",vo="https://bnpm.byted.org",Fx="coze",qx=5e3,Gx=9e4,So=1e4,on=null,ii=!1;async function si(n,e={}){if(ii)return;if(on)return on;let s=e.exec??Ux;return on=(async()=>{try{let o=await Hx(Fx,s);if(o){ct.info("coze-cli already on PATH, skip install + config + auth",{path:o}),ii=!0;return}ct.info("coze-cli install start",{package:bo,registry:vo});try{await s("npm",["i","-g",bo,"--registry",vo],{timeout:Gx,maxBuffer:10*1024*1024}),ct.info("coze-cli install ok")}catch(a){ct.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:So}),ct.info("coze config set xTTEnv ok",{env:n.env})}catch(a){ct.warn("coze config set failed (continue to auth login)",{err:String(a)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:So}),ct.info("coze auth login ok")}catch(a){ct.warn("coze auth login failed",{err:String(a)});return}ii=!0}finally{on=null}})(),on}async function Hx(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:qx});return o.split(`
120
- `)[0]?.trim()||void 0}catch{return}}F();import{spawn as Kx}from"node:child_process";import{constants as Eo,access as Wx}from"node:fs/promises";import{delimiter as jx,join as $x}from"node:path";var Io=D("framework-detector"),Ao={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Vx=[".exe",".cmd",".bat",".ps1"],Bt=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??Kx,access:e.access??Wx}}async detect(e){let s=Ao[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"]:[],[d,u]=await Promise.all([this.probeVersion(o,a),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),l={path:o,version:d};return u&&(l.defaultAgent=u),l}async detectAll(){let e=await Promise.all(Object.keys(Ao).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(jx).filter(Boolean),o=this.env.platform==="win32"?["",...Vx]:[""];for(let a of s)for(let d of o){let u=$x(a,e+d);if(await this.isExecutable(u))return u}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?Eo.F_OK:Eo.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(d=>d?.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&&(Yx(o.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let a="",d=!1,u,l=p=>{d||(d=!0,u&&clearTimeout(u),o(p))};try{let p=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});u=setTimeout(()=>{p.kill("SIGKILL"),l(null)},5e3),p.stdout?.on("data",m=>{a+=m.toString("utf8")}),p.on("error",()=>l(null)),p.on("close",m=>l({code:m,stdout:a}))}catch{l(null)}})}},Jx=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Yx(n){return n.replace(Jx,"")}Mt();import{randomBytes as hu}from"node:crypto";import{createReadStream as Zx}from"node:fs";import{mkdir as Qx,readFile as eu,realpath as tu,stat as nu,writeFile as ru}from"node:fs/promises";import{basename as iu,dirname as oi,join as su,relative as ou,resolve as To,sep as au}from"node:path";import{createInterface as cu}from"node:readline";F();var ko=D("fs-rpc"),an=at("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Do(n,e){let s=Buffer.byteLength(n.content,"utf8");if(s>an)throw new S("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${s} bytes > limit ${an} bytes`);let o=await No(n.path,e);return await Qx(oi(o),{recursive:!0}),await ru(o,n.content,"utf8"),ko.info("fs/write_text_file ok",{path:o,size:n.content.length}),null}async function Ro(n,e){let s=await No(n.path,e),o=await nu(s),a=typeof n.line=="number"||typeof n.limit=="number";if(o.size>an&&!a)throw new S("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${o.size} bytes > ${an} bytes`);let d;if(a&&o.size>an)d=await du(s,n.line??1,n.limit);else{let u=await eu(s,"utf8");if(a){let l=u.split(`
121
- `),p=Math.max(0,(n.line??1)-1),m=typeof n.limit=="number"?p+n.limit:void 0;d=l.slice(p,m).join(`
122
- `)}else d=u}return ko.info("fs/read_text_file ok",{path:s,size:d.length}),{content:d}}async function du(n,e,s){let o=cu({input:Zx(n,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),a=Math.max(0,e-1),d=typeof s=="number"?a+s:Number.POSITIVE_INFINITY,u=[],l=0;try{for await(let p of o)if(l>=a&&l<d&&u.push(p),l++,l>=d)break}finally{o.close()}return u.join(`
123
- `)}async function No(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([Po(To(e)),Po(To(n))]),a=ou(s,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${au}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function Po(n){let e=[],s=n;for(;s!==oi(s);)try{let o=await tu(s);return e.length?su(o,...e.reverse()):o}catch{e.push(iu(s)),s=oi(s)}return n}F();var Oo=D("prompt-multimodal"),Lo=10*1024*1024,xu=15e3,uu=6;async function Bo(n){let e=new Array(n.length),s=0;async function o(){for(;s<n.length;){let d=s++,u=n[d];u!==void 0&&(e[d]=await fu(u))}}let a=Array.from({length:Math.min(uu,n.length)},()=>o());return await Promise.all(a),e}function Mo(n){return n.some(e=>e.type==="image")}async function fu(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 gu(e.uri),a=e.mimeType||lu(o)||"application/octet-stream";return Oo.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 Oo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function lu(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function gu(n){let e=new AbortController,s=setTimeout(()=>e.abort(),xu);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>Lo)throw new Error(`image too large: ${a.byteLength} bytes (max ${Lo})`);return{buf:Buffer.from(a),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}it();Mt();F();var M=D("core"),pu=3e4,mu=/^(boe|ppe)_[A-Za-z0-9_-]+$/,wu=3e4,_u=new Set(["_agent/create","session/new","session/load","session/prompt"]),$n=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upgradeGate;upstreamIds=new Nt;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(),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(d=>{o.loadingSession||this.forwardUpdate(e,d)}),a.onAgentRequest(d=>{this.handleAgentRequest(e,a,d)}),a.onExit((d,u)=>{M.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:d,signal:u}),sn(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,d]of this.pendingUpstream)d.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 d=this.pendingUpstream.get(a);if(d){this.pendingUpstream.delete(a),this.upstream.send(ot(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{d.downstream.respondAgentRequestError(d.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(Un(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&&mu.test(o)?this.currentCozeEnv=o:o&&M.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:o});try{if(this.upgradeGate?.isUpgrading()&&_u.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 d=await a(e,this);s!==null&&await this.upstream.send(Rt(s,d));return}if(e.method.startsWith("session/")){let a=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(Rt(s,a));return}if(e.method==="initialize"){s!==null&&await this.upstream.send(Rt(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(ot(s,rn(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 d=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!d)return this.dispatchSessionCall(a,e.method,s);let u=Date.now(),l=!1,p=e.method==="session/prompt";p&&this.upgradeGate?.incActive();try{let m=await a.getSessionQueue(d).enqueue(()=>this.dispatchSessionCall(a,e.method,s));return l=!0,m}finally{p&&this.upgradeGate?.decActive(),M.info("session call done",{agentId:a.agentId,method:e.method,durationMs:Date.now()-u,ok:l})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:a}=Ns(o);switch(s){case"session/new":{let d=yu();return M.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:d}),{sessionId:d}}case"session/load":{let d=a;return M.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:d.sessionId}),{}}case"session/prompt":{let d=a,u=d.sessionId;if(!u)throw new S("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 S("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let p=o._meta?.cozeTriggerMsgId;if(p?e.activeTriggers.set(l.acpSessionId,p):e.activeTriggers.delete(l.acpSessionId),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&Mo(d.prompt))throw new S("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let m=await Bo(d.prompt);try{let _=await l.downstream.sessionPrompt({...d,sessionId:l.acpSessionId,prompt:m});return l.lastActiveAt=Date.now(),_}finally{if(e.activeTriggers.delete(l.acpSessionId),l.reloadAfterTurn){l.reloadAfterTurn=!1;let _=l.downstream;_&&(l.downstream=void 0,M.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:u,acpId:l.acpSessionId}),_.stop("reload-after-turn").catch(y=>M.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:u,err:String(y)})))}else l.downstream?.isAlive()&&this.armIdleTimer(e,u,l)}}case"session/cancel":{let u=a.sessionId;if(!u)throw new S("IPC_BAD_REQUEST","session/cancel: missing sessionId");let l=e.sessions.get(u);if(e.hasSessionQueue(u)){let p=e.getSessionQueue(u);p.size>0&&(M.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:u,queuedCount:p.size}),p.dispose(new S("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 S("IPC_BAD_REQUEST",`session method not supported: ${s}`)}}async ensureRuntime(e,s){let o=e.sessions.get(s);if(o)return o;let d={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,d),await this.persistSessionMapping(e),d}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let a=await this.sendRequest(Le.GEN_MODEL_TOKEN,o,wu);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(sn(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,d=3e4,u=o.spawnFailCount??0,l=o.spawnFailedAt??0;if(u>=a&&Date.now()-l<d)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((d-(Date.now()-l))/1e3)}s`);let p;try{p=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv)}catch(m){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),m}if(o.spawnFailCount=0,o.spawnFailedAt=void 0,o.downstream=p,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await p.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),M.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(m){M.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(m)}),o.acpSessionId=void 0;let _=await p.sessionNew({cwd:e.workspace});o.acpSessionId=_.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let m=await p.sessionNew({cwd:e.workspace});o.acpSessionId=m.sessionId,await this.persistSessionMapping(e)}p.afterSessionEstablished&&o.acpSessionId&&await p.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(sn(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(d=>M.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(d)}))},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 d={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let u=e.activeTriggers.get(s.acpSessionId);u&&(d.cozeTriggerMsgId=u)}await this.upstream.send(tn("session/update",{sessionId:o,update:a,_meta:d}))}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 d=e.sessions.get(a);if(!d){M.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:a});return}if(vu(s)){M.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let u={cozeAgentId:e.agentId,cozeReplySeqID:++d.replySeq},l=e.activeTriggers.get(o);l&&(u.cozeTriggerMsgId=l),this.upstream.send(tn("session/update",{...s,sessionId:a,_meta:u})).catch(p=>M.warn("forward update failed",{agentId:e.agentId,err:String(p)}))}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 d=o.params??{},u=await Do(d,a);s.respondAgentRequest(o.id,u)}else{let d=o.params??{},u=await Ro(d,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,rn(a))}}forwardPermissionRequest(e,s,o){let a=this.upstreamIds.next("session/request_permission"),d=o.params??{},l=d.sessionId,p=l?e.activeTriggers.get(l):void 0,m={cozeAgentId:e.agentId};p&&(m.cozeTriggerMsgId=p);let _=l?this.reverseSessionId(e,l):void 0,y={...d,..._?{sessionId:_}:{},_meta:m};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:l,cloudSessionId:_,toolCallId:d.toolCall?.toolCallId,options:d.options?.map(E=>({optionId:E.optionId,kind:E.kind,name:E.name}))}),this.upstream.send(en(a,"session/request_permission",y)).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"&&bu(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 zn(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 d=String(s),u=e.get(d);if(u)return M.warn(`${o} id type mismatch: number received but Bridge expected string`,{rawId:s,normalizedId:d}),{value:u,key:d}}}sendRequest(e,s,o=pu){let a=this.upstreamIds.next(e);return new Promise((d,u)=>{let l=setTimeout(()=>{this.pendingBridge.delete(a),u(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(a,{method:e,resolve:d,reject:u,timer:l}),this.upstream.send(en(a,e,s)).catch(p=>{let m=this.pendingBridge.get(a);m&&(clearTimeout(m.timer),this.pendingBridge.delete(a)),u(p)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,a]of e.sessions){let d={modelToken:a.modelToken,tokenGeneratedAt:a.tokenGeneratedAt};a.acpSessionId&&(d.acpSessionId=a.acpSessionId),s.set(o,d)}await Wr(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(ot(e,{code:s,message:o,data:{bridgeVersion:st}}))}};function yu(){return hu(16).toString("hex")}function bu(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 d=o.outcome;(typeof d!="string"||d!=="selected"&&d!=="cancelled")&&M.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:d,result:n})}function vu(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();se();import{randomBytes as Su}from"node:crypto";import{chmod as Eu,mkdir as Iu,writeFile as zo}from"node:fs/promises";import{createServer as Au}from"node:http";import{dirname as Cu}from"node:path";var Tu=1e6,ai=D("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??q()}async start(){this.token=Su(32).toString("hex");let e=Au((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(),ai.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 Iu(Cu(this.paths.portFile),{recursive:!0}),await zo(this.paths.portFile,String(this.port),"utf8"),await zo(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await Eu(this.paths.tokenFile,384)}catch(e){ai.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,s){if(e.headers.authorization!==`Bearer ${this.token}`){cn(s,401,{error:"unauthorized"});return}let a=`${e.method} ${(e.url??"").split("?")[0]}`,d=this.routes.get(a);if(!d){cn(s,404,{error:"not found"});return}let u=null;if(e.method==="POST")try{u=await Pu(e)}catch(l){cn(s,400,{error:"invalid json",detail:String(l)});return}try{let l=await d.handler(u,e);cn(s,200,l??{ok:!0})}catch(l){ai.error("IPC handler failed",{key:a,err:String(l)}),cn(s,500,{error:l instanceof Error?l.message:String(l)})}}};function cn(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function Pu(n){let e=[],s=0;for await(let a of n){let d=a;if(s+=d.length,s>Tu)throw new Error("body too large");e.push(d)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}import{sep as Uo}from"node:path";import{fileURLToPath as ku}from"node:url";function Fo(){return Du(ku(import.meta.url))}function Du(n){let e=`${Uo}src${Uo}`;return n.includes(e)}F();se();import{spawn as Ru}from"node:child_process";import{existsSync as Nu,mkdirSync as Ou,openSync as Lu}from"node:fs";import{dirname as Bu}from"node:path";import{fileURLToPath as Mu}from"node:url";var zu=D("spawn-helper");function Uu(n){return Nu(n.libEntry)?n.libEntry:Mu(new URL("../index.ts",import.meta.url))}function Fu(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 qo(n,e,s={}){let o=s.paths??q(),a=Uu(o);Ou(Bu(o.logFile),{recursive:!0});let d=Lu(o.logFile,"a"),u=Fu(a,n,e),l=Ru(process.execPath,u,{detached:!0,stdio:["ignore",d,d],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)");zu.info("upgrade helper spawned",{pid:l.pid,targetVersion:n,oldPid:e,entry:a})}F();import{mkdir as qu,writeFile as Gu}from"node:fs/promises";import{dirname as Hu}from"node:path";import{gunzipSync as Ku}from"node:zlib";var ci=D("tarball-downloader"),Wu="https://registry.npmjs.org",Go="package/dist/index.js";async function Ho(n,e,s={}){if(!/^[\w.\-+]+$/.test(n))throw new Error(`invalid version string: ${JSON.stringify(n)}`);let a=`${(s.registry??Wu).replace(/\/+$/,"")}/coze-bridge/${n}`;ci.info("fetching tarball metadata",{metaUrl:a});let d=await fetch(a);if(!d.ok)throw new Error(`registry metadata ${a} returned ${d.status}`);let l=(await d.json())?.dist?.tarball;if(!l)throw new Error(`registry metadata missing dist.tarball for ${n}`);ci.info("downloading tarball",{tarballUrl:l});let p=await fetch(l);if(!p.ok)throw new Error(`tarball ${l} returned ${p.status}`);let m=Buffer.from(await p.arrayBuffer()),_=Ku(m),y=ju(_,Go);if(!y)throw new Error(`tarball missing entry ${Go}`);await qu(Hu(e),{recursive:!0}),await Gu(e,y),ci.info("dist extracted",{destPath:e,bytes:y.length})}function ju(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),d=a.indexOf(0),u=a.subarray(0,d===-1?100:d).toString("utf8"),l=o.subarray(124,136).toString("ascii").trim().replace(/\0/g,""),p=Number.parseInt(l,8)||0,m=s+512;if(u===e)return n.subarray(m,m+p);s=m+Math.ceil(p/512)*512}return null}Mt();F();import{resolve as $u}from"node:path";function Ko(n,e){let s=n.split(".").map(Number),o=e.split(".").map(Number),a=Math.max(s.length,o.length);for(let d=0;d<a;d++){let u=s[d]??0,l=o[d]??0;if(u<l)return!0;if(u>l)return!1}return!1}var gt=D("upgrade-manager"),Vu=300*1e3,Ju=3,Jn=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 dt(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(!Ko(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)>=Ju){gt.warn("upgrade attempts cap reached, skip",{targetVersion:e,count:o?.count});return}let a=$u(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 d=await this.opts.daemon.waitIdle(Vu);gt.info("waitIdle done",{result:d}),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 fc=je(ta(),1);var kl=je(Ya(),1),Dl=je(ur(),1),Rl=je(Ft(),1),Nl=je(bi(),1),Ol=je(Ei(),1),Ll=je(ki(),1),sc=je(hr(),1),Bl=je(ic(),1);var oc=sc.default;F();var ue=D("upstream.frontier"),cc="application/json",dc="none",zl=15e3,mn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;openCount=0;async start(){if(this.fws){ue.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:Bs,...Dt(this.opts.ppeOverride)};class s extends oc{constructor(A){super(A,Ls,{headers:e})}send(A,...k){if(ms("debug"))try{let z;typeof A=="string"?z=Buffer.from(A,"utf8"):A instanceof Buffer?z=A:A instanceof ArrayBuffer?z=new Uint8Array(A):ArrayBuffer.isView(A)?z=new Uint8Array(A.buffer,A.byteOffset,A.byteLength):z=new Uint8Array(0);let Y=Buffer.from(z.slice(0,128)).toString("hex");ue.debug("WS raw frame out",{bytes:z.byteLength,headHex:Y})}catch(z){ue.warn("WS raw frame dump failed",{err:String(z)})}super.send(A,...k)}}let o=zs(this.opts.urlOverride),a={url:o,ws:s,fpID:Os,aID:On,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:cc,force:!0},payloadEncoding:{encoding:dc,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},d=new fc.FWS(a),u=!1,l=null,p,m,_=new Promise((T,A)=>{p=T,m=A}),y=T=>{u||(u=!0,l&&(clearTimeout(l),l=null),T?m(T):p())};d.onopen=()=>{this.opened=!0,this.openCount+=1;let T=this.openCount===1;ue.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:T,openCount:this.openCount}),T&&y();for(let A of this.connectHandlers)Promise.resolve(A({initial:T})).catch(k=>ue.warn("onConnect handler threw (ignored)",{err:String(k)}))},d.onclose=T=>{this.opened=!1,ue.info("frontier closed",{code:T.code,reason:T.reason,willReconnect:T.willReconnect})},d.onerror=T=>{ue.warn("frontier error",{code:T.code,msg:T.message}),y(new S("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${T.code} msg=${T.message??""}`))},d.onmessage=T=>this.handleMessage(T),this.fws=d;let E=this.opts.openTimeoutMs??zl;l=setTimeout(()=>{y(new S("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${E}ms (handshake or upgrade slow)`))},E),await d.connect();try{await _}catch(T){try{d.close(1e3,"open failed")}catch(A){ue.warn("fws close during start failure threw (ignored)",{err:String(A)})}throw this.fws=null,this.opened=!1,T}}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){ue.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;xc(a)||ue.info("frontier frame out",{method:a.method,jsonrpcId:a.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:cc,payloadEncoding:dc})}catch(u){throw ue.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){ue.debug("drop non-adapter frontier frame",{service:s});return}let o=ql(e);if(!o){ue.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){ue.debug("frame received but no onFrame handler",{size:o.length});return}let a;try{a=JSON.parse(o)}catch(u){ue.warn("frontier message JSON parse failed",{err:String(u),head:o.slice(0,80)});return}let d=a;xc(d)||ue.info("frontier frame in",{logid:Fl(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:d.id,method:d.method,body:Ul(o)}),Promise.resolve(this.handler(a)).catch(u=>ue.warn("frontier frame handler threw",{err:String(u)}))}};function xc(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var uc=2e3;function Ul(n){return n.length<=uc?n:`${n.slice(0,uc)}...<truncated, total ${n.length} chars>`}function Fl(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function ql(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 Ri=D("upstream.switchable"),mr=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;Ri.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 Ri.error("swap target start failed, reverting",{err:String(a)}),this.inner=o,a}await o.stop(s??"swapped").catch(a=>Ri.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()}};F();var Ni=D("upstream"),jt=class{handler=null;async start(){Ni.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Ni.info("NoopUpstream stopped",{reason:e})}async send(e){Ni.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();se();import{promises as Oi}from"node:fs";import{dirname as Gl}from"node:path";var Hl=D("pat-token-store");async function lc(n=q()){try{let s=(await Oi.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&Hl.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function wn(n,e=q()){if(!n)throw new Error("writePatToken: empty patToken");await Oi.mkdir(Gl(e.patTokenFile),{recursive:!0}),await Oi.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}se();se();import{promises as wr}from"node:fs";import{join as Kl}from"node:path";function Wl(n){return`#!/bin/sh
115
+ `;var Ee=N("agent-detail-sync"),hd=6e4,pd=5*6e4,Rn=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await gd(s)}catch(c){Ee.info("agents dir not found, skip detail sync",{root:s,err:String(c)});return}Ee.info("starting detail sync",{reason:e,count:o.length}),await Promise.allSettled(o.map(async c=>{let d=await he(c,this.opts.paths).catch(()=>null);if(d){if(d.disconnectedAt){Ee.debug("detail sync: skip disconnected agent",{agentId:c});return}try{await this.syncOne(c,d)}catch(u){Ee.warn("detail sync failed for agent, skipping",{agentId:c,err:String(u)})}}})),Ee.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){Ee.info("retrying pending detail syncs",{count:s.length});for(let o of s)try{await this.syncOne(o)}catch(c){Ee.debug("detail sync retry still failing, will try again",{agentId:o,err:String(c)})}}}async syncOne(e,s){let o=s??await he(e,this.opts.paths);if(!o){Ee.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(f){Ee.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});let h=this.retryQueue.get(e),p=h?Math.min(h.currentDelay*2,pd):hd;this.retryQueue.set(e,{dueAt:Date.now()+p,currentDelay:p});return}if(c.agentId&&c.agentId!==e){Ee.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:c.agentId});return}let d=!1,u=!1;if(c.agentName&&c.agentName!==o.agentName&&(o.agentName=c.agentName,d=!0),c.description!==void 0&&c.description!==o.description&&(o.description=c.description,d=!0),c.cozeIdentity&&c.cozeIdentity!==o.cozeIdentity&&(o.cozeIdentity=c.cozeIdentity,d=!0,u=!0),c.deployType&&Ee.info("detail.deployType",{agentId:e,deployType:c.deployType}),!d){Ee.debug("detail sync: no diff",{agentId:e});return}await Se(o,this.opts.paths),Ee.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"))}};it();import{spawn as Qs}from"node:child_process";import{lstat as ei,mkdir as _d,readFile as Zs,readdir as yd,rm as bd,stat as vd,writeFile as Ys}from"node:fs/promises";import{join as Me,normalize as Sd,relative as eo,resolve as Ed,sep as to}from"node:path";var Oe={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 Yt(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function Os(n){let e=n?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function Ls(n){let{_meta:e,...s}=n;return{stripped:s,meta:e}}function Ct(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)}};q();ie();function $e(n,e){if(Yt(n)!=="cloud")throw new S("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Nn(n){return n.startsWith("http://")||n.startsWith("https://")}function On(n){return n.endsWith("/")?n.slice(0,-1):n}q();var Ln="1008033",Ms="1289";var Bs="pbbp2",zs="https://www.coze.cn",Fs="/api/coze_claw/resource/get_frontier_key",md="https://www.coze.cn",wd="wss://frontier.coze.cn";function Mn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??md}function Us(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??wd}function kt(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 Xt(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var qs=N("handshake");async function Yr(n){let e=Mn(n.endpoint),s=n.timeoutMs??1e4,o=`${On(e)}${Fs}?aid=${encodeURIComponent(Ln)}`,c={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",...kt(n.ppeOverride)},d=new AbortController,u=setTimeout(()=>d.abort(),s);qs.info("frontier key handshake",{base:e});try{let f=await fetch(o,{method:"GET",headers:c,signal:d.signal}),h=f.headers.get("x-tt-logid")??"",p=f.headers.get("x-tt-trace-id")??"";if(!f.ok){let A=await f.text().catch(()=>"");throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${f.status} logid=${h}: ${A.slice(0,200)}`)}let w=await f.json();if(w.code!==void 0&&w.code!==0)throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${w.code} msg=${w.msg??"-"} logid=${h}`);let b=w.data??{},E=typeof b.access_key=="string"&&b.access_key||typeof b.accessKey=="string"&&b.accessKey||void 0,I=typeof b.device_id=="string"&&b.device_id||typeof b.deviceId=="string"&&b.deviceId||void 0;if(!E||!I){let A=JSON.stringify(w).slice(0,500);throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${h}: ${A}`)}return qs.info("handshake ok",{remoteDeviceId:I,logid:h,traceId:p}),{accessKey:E,deviceId:I}}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 Xr=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",Le="auto";function Gs(n){return{model:n.model??Le,...n.modelToken?{modelToken:n.modelToken}:{}}}function Hs(n){return!n||n===Le}function js(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Xr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Le,n.modelInfo?.contextWindow&&(e.CLAUDE_CODE_MAX_CONTEXT_TOKENS=String(n.modelInfo.contextWindow))):Hs(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function Ks(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Le}"`):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="${Xr}/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"'),n.modelInfo?.contextWindow&&e.push("-c",`model_context_window=${n.modelInfo.contextWindow}`)),e}function Ws(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function Qr(n){let{ttEnv:e,usePpe:s}=Xt(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function Js(n,e){if(!n.modelToken)return{};let s=Qr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([c,d])=>`${c}:${d}`).join(`
116
+ `)}}function Zr(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function $s(n,e){if(!n.modelToken)return null;let s=n.model||Le,o=Qr(e),c=["text"];n.modelInfo?.capabilities?.image===!0&&c.push("image");let d={baseUrl:`${Xr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:c,cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:n.modelInfo?.contextWindow??128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(d.headers=o),d}function Vs(n,e){if(!n.modelToken)return[];let s=Qr(e),o=[];for(let[c,d]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${c}="${d}"`);return o}var ce=N("agent-handlers"),Xs=5*1024*1024,Id=1,Ad=6,Td=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=Ct(e._meta),o=await this.loadAgentCfg(s),c=o?.workspace??Je(s).workspace,d=o?.skills??[],u=[];for(let f of d){let h=Me(c,f.relPath,"SKILL.md");await vd(h).then(w=>w.isFile()).catch(()=>!1)&&u.push(Rd(f))}return{skills:u}}async addSkills(e){$e(e._meta,"_agent/addSkills");let s=Ct(e._meta),o=await this.requireAgentCfg(s),c=e.skills??[],d=[...o.skills??[]],u=new Map(d.map((h,p)=>[h.skillId,p])),f=[];for(let h of c){let p=await ti({agentId:s,workspace:o.workspace,framework:o.framework,skill:h});ni(d,u,p),f.push(h)}return await kn(s,d),this.reloadAgentSessions(s,"skills-added"),{installedSkills:f}}async removeSkills(e){$e(e._meta,"_agent/removeSkills");let s=Ct(e._meta),o=await this.requireAgentCfg(s),c=new Set(e.skillIds??[]),d=o.skills??[],u=[];for(let f of d){if(!c.has(f.skillId)){u.push(f);continue}let h=Me(o.workspace,f.relPath);await bd(h,{recursive:!0,force:!0}),ce.info("skill removed",{agentId:s,skillId:f.skillId,relPath:f.relPath})}return await kn(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,d]of o.sessions){if(!d.downstream)continue;let u=d.acpSessionId;if(u&&o.activeTriggers.has(u)||this.isRuntimePendingPermission(d)){d.reloadAfterTurn=!0,ce.info("downstream busy, scheduling reload after turn",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u});continue}let h=d.downstream;d.downstream=void 0,ce.info("killing downstream for workspace reload (idle)",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u}),h.stop(s).catch(p=>ce.warn("downstream stop failed during reload (ignored)",{reason:s,agentId:e,cloudId:c,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 he(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(c){throw ce.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:s,framework:o.framework,workspace:o.workspace,err:String(c)}),new S("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${s}: ${String(c)}`,{cause:c})}return o.cozeIdentity=e.cozeIdentity,await Se(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 he(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Se(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:Le,o=await he(e.agentId);if(!o)throw new S("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,e.modelInfo&&(o.modelInfo=e.modelInfo),await Se(o),ce.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let c=this.opts.agents.get(e.agentId);if(!c)return ce.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};c.model=s,e.modelInfo&&c.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(c).catch(u=>ce.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)}));let d=[];for(let[u,f]of c.allSessionQueues())d.push(f.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(d),ce.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:d.length}),{ok:!0}}async resetAgent(e){if($e(e._meta,Oe.RESET),!e.agentId)throw new S("IPC_BAD_REQUEST",`${Oe.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Oe.RESET,e.reason),{ok:!0}}async repairAgent(e){if($e(e._meta,Oe.REPAIR),!e.agentId)throw new S("IPC_BAD_REQUEST",`${Oe.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new S("IPC_BAD_REQUEST",`${Oe.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,Oe.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(c){ce.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=Ct(s),c=await this.resolveWorkspace(o),d=e.filePath??"",u=this.safeJoin(c,d),f=await ei(u).catch(()=>null);if(!f)throw new S("IPC_BAD_REQUEST",`path not found: ${d}`);if(f.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${d}`);let h=Ud(e.depth);return f.isDirectory()?{tree:await Fd(c,u,d,h)}:{tree:[{name:qd(d),path:ro(d||"."),isDir:!1,size:f.size,modifiedAt:Math.floor(f.mtimeMs)}]}}async getFileContent(e){$e(e._meta,"_agent/getFileContent");let s=Ct(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new S("IPC_BAD_REQUEST","filePath required");let c=this.safeJoin(o,e.filePath),d=await ei(c).catch(()=>null);if(!d||!d.isFile())throw new S("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(d.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(d.size>Xs)throw new S("IPC_BAD_REQUEST",`file too large: ${d.size} bytes (max ${Xs})`);let u=await Zs(c);return u.includes(0)?{content:u.toString("base64"),encoding:"base64",size:d.size}:{content:u.toString("utf8"),encoding:"utf-8",size:d.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await he(e).catch(()=>null))?.workspace??Je(e).workspace}safeJoin(e,s){let o=Ed(e,s||"."),c=eo(e,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${to}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return he(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 Pd(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 Cd(n){return n==="claude-code"?Me(".claude","skills"):Me(".agents","skills")}var kd=3e4,Dd=50*1024*1024,zn=3e4;async function ti(n){let{agentId:e,workspace:s,framework:o,skill:c}=n;if(!c.skillName)throw new S("IPC_BAD_REQUEST","skill missing skillName");let d=typeof c.content=="string"&&c.content.length>0,u=typeof c.downloadUrl=="string"&&c.downloadUrl.length>0;if(!d&&!u)throw new S("IPC_BAD_REQUEST",`skill ${c.skillId} missing both content and downloadUrl`);let f=Pd(c.skillName),h=Cd(o),p=Me(h,f),w=Me(s,p);if(await _d(w,{recursive:!0}),d){let E=Buffer.from(c.content,"utf8");Qt(E.length),await Ys(Me(w,"SKILL.md"),E,"utf8")}else{let E=await Nd(c.downloadUrl);Ld(E)?await Md(E,w):await Ys(Me(w,"SKILL.md"),E.toString("utf8"),"utf8")}let b={skillId:c.skillId,skillName:c.skillName,relPath:p,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 ce.info("skill installed",{agentId:e,skillId:c.skillId,skillName:c.skillName,relPath:p,source:d?"content":"downloadUrl"}),b}function ni(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 Rd(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 Nd(n){if(!n)throw new S("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);Qt(e);let s=Od(n);return Qt(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await Zs(e);return Qt(s.length),s}if(Nn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),kd);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 c=await o.arrayBuffer();return Qt(c.byteLength),Buffer.from(c)}finally{clearTimeout(s)}}throw new S("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function Qt(n){if(n>Dd)throw new S("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function Od(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 Ld(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Md(n,e){await Bd(n),await new Promise((s,o)=>{let c=Qs("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),d="";c.stderr?.on("data",f=>{d+=String(f)});let u=setTimeout(()=>{c.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar extract timeout (${zn}ms)`))},zn);c.on("error",f=>{clearTimeout(u),o(new S("IPC_BAD_REQUEST",`tar spawn failed: ${f.message}`,{cause:f}))}),c.on("exit",f=>{clearTimeout(u),f===0?s():o(new S("IPC_BAD_REQUEST",`tar exit ${f}${d?`: ${d.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)})}async function Bd(n){let e=await new Promise((s,o)=>{let c=Qs("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),d="",u="";c.stdout?.on("data",h=>{d+=String(h)}),c.stderr?.on("data",h=>{u+=String(h)});let f=setTimeout(()=>{c.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar list timeout (${zn}ms)`))},zn);c.on("error",h=>{clearTimeout(f),o(new S("IPC_BAD_REQUEST",`tar list spawn failed: ${h.message}`))}),c.on("exit",h=>{clearTimeout(f),h===0?s(d):o(new S("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 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(h=>h===".."))throw new S("IPC_BAD_REQUEST",`tar entry contains '..': ${u}`)}}var zd=5e3;async function Fd(n,e,s,o){return no(n,e,s,o,{count:0})}async function no(n,e,s,o,c){if(o<=0)return[];let d;try{d=await yd(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let f of d){if(Td.has(f.name)||f.isSymbolicLink())continue;if(c.count>=zd){u.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let h=Me(e,f.name),p=Sd(Me(s,f.name)),w=null;try{w=await ei(h)}catch{continue}if(w.isSymbolicLink())continue;c.count++;let b={name:f.name,path:ro(eo(n,h)),isDir:w.isDirectory(),size:w.size,modifiedAt:Math.floor(w.mtimeMs)};w.isDirectory()&&o>1&&(b.children=await no(n,h,p,o-1,c)),u.push(b)}return u.sort((f,h)=>f.isDir!==h.isDir?f.isDir?-1:1:f.name.localeCompare(h.name)),u}function Ud(n){return!n||n<=0?Id:Math.min(n,Ad)}function qd(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function ro(n){return n.split(to).join("/")}q();import{readFileSync as mp}from"node:fs";import{dirname as _p,join as yp}from"node:path";import{fileURLToPath as vp}from"node:url";var st="0.1.63";var Be=N("agent-health-reporter"),Gd=1e4,Zt=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Gd}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()}),Be.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),Be.info("heartbeat stopped"))}async tick(){if(this.inFlight){Be.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){Be.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 h=Hd(f);if(!h)continue;let p={agentId:f.agentId,status:h};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:st,_meta:{cozeDeviceId:e}},c;try{c=await this.opts.core.sendRequest("_agent/health",o,5e3)}catch(f){Be.warn("heartbeat batch send failed",{count:s.length,err:String(f)})}let d=c?.authFailures;if(d&&d.length>0&&(Be.warn("heartbeat received authFailures from cloud",{count:d.length,agentIds:d.map(f=>f.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(d)}catch(f){Be.warn("onAuthFailures callback failed (ignored)",{err:String(f)})}let u=c?.minBridgeVersion;if(u&&(Be.info("heartbeat received minBridgeVersion from cloud",{minV:u}),this.opts.onMinBridgeVersion))try{await this.opts.onMinBridgeVersion(u)}catch(f){Be.warn("onMinBridgeVersion callback failed (ignored)",{err:String(f)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(s){Be.warn("onTickEnd hook failed",{err:String(s)})}}};function Hd(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}it();import{mkdir as si,rm as mx}from"node:fs/promises";import{spawn as Xd,spawnSync as Qd}from"node:child_process";function en(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function tn(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 ot(n,e){return{jsonrpc:"2.0",id:n,error:e}}var Fn=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)}},H={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,AGENT_FRAME_IDLE_TIMEOUT:-32016,MODEL_MODALITY_UNSUPPORTED:-32017};function io(n){return"method"in n&&"id"in n&&n.id!==void 0}function so(n){return"method"in n&&!("id"in n)}function Un(n){return!("method"in n)&&"id"in n}var jd={AGENT_NOT_FOUND:H.AGENT_NOT_FOUND,AGENT_BUSY:H.AGENT_BUSY,AGENT_DISCONNECTED:H.AGENT_DISCONNECTED,AGENT_TIMEOUT:H.AGENT_TIMEOUT,AGENT_FRAME_IDLE_TIMEOUT:H.AGENT_FRAME_IDLE_TIMEOUT,AGENT_SPAWN_FAILED:H.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:H.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:H.INTERNAL_ERROR,BRIDGE_INTERNAL:H.INTERNAL_ERROR,IPC_AUTH_FAILED:H.INTERNAL_ERROR,IPC_BAD_REQUEST:H.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:H.MODEL_TOKEN_GEN_FAILED,MODEL_MODALITY_UNSUPPORTED:H.MODEL_MODALITY_UNSUPPORTED,OPERATION_NOT_ALLOWED_FOR_LOCAL:H.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:H.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:H.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:H.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:H.FILE_TOO_LARGE,UNSUPPORTED_MIME:H.UNSUPPORTED_MIME,UPLOAD_FAILED:H.UPLOAD_FAILED,UPSTREAM_NOT_READY:H.UPSTREAM_NOT_READY,BRIDGE_UPGRADING:H.BRIDGE_UPGRADING,NPX_CACHE_CORRUPT:H.INTERNAL_ERROR};function Kd(n){if(n!=null)return n instanceof Error?{name:n.name,message:nn(n.message)}:typeof n=="string"?nn(n):typeof n=="object"?Jd(n):n}var Wd=[[/\/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 nn(n){let e=n;for(let[s,o]of Wd)e=e.replace(s,o);return e}function Jd(n){let e={};for(let[s,o]of Object.entries(n))typeof o=="string"?e[s]=nn(o):e[s]=o;return e}function rn(n){if(n instanceof S){let e=Kd(n.cause),s={bridgeCode:n.code,retriable:n.retriable};return e!==void 0&&(s.cause=e),{code:jd[n.code]??H.INTERNAL_ERROR,message:nn(n.message),data:s}}return{code:H.INTERNAL_ERROR,message:nn(n instanceof Error?n.message:String(n))}}function oo(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,d=n.data;if(o&&e){let{message:u,...f}=e;d=f}return new S(s,c,{retriable:e?.retriable??!1,cause:d})}function co(n){return`${JSON.stringify(n)}
118
+ `}var ao=10*1024*1024,qn=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>ao){let c=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${c} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${ao} bytes`)}),[]}let s=this.buffer.split(`
119
+ `);this.buffer=s.pop()??"";let o=[];for(let c of s){let d=c.replace(/\r$/,"").trim();if(d)try{o.push(JSON.parse(d))}catch(u){this.onError?.({line:d,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 uo={"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"},Np=Object.fromEntries(Object.entries(uo).map(([n,e])=>[e,n])),$d={"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=uo[e]??Vd(e),c=$d[o]??[],d=[o,String(this.seq)];if(c.length>0){let u=c.map(h=>xo(s?.[h]??"")),f=Yd(u).join(":");f&&d.push(f)}else s&&Object.values(s).some(u=>u)&&d.push(Object.values(s).filter(Boolean).map(u=>xo(String(u))).join(":"));return d.join("_")}reset(){this.seq=0}};function Vd(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function xo(n){return n.replace(/[:_\s]+/g,"-")}function Yd(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}function at(n,e){let s=process.env[n];if(!s)return e;let o=Number(s);return Number.isFinite(o)&&o>0?o:e}q();var Zd=at("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),ex=200,tx=/(ENOTEMPTY|EEXIST).*_npx[/\\]/;function ri(n){return n.some(e=>tx.test(e))}var nx=at("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),rx=at("COZE_BRIDGE_SESSION_PROMPT_FRAME_IDLE_MS",600*1e3),fo=500;function ix(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=fo?n:`${e.slice(0,fo)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function lo(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),Qd("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var ze=class{constructor(e){this.opts=e;this.log=N(`downstream.${this.constructor.name}`),this.decoder=new qn({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=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=Xd(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>ex&&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]}),(this.framework==="claude-code"||this.framework==="codex")&&ri(this.stderrRing)&&(this.log.warn("npx cache corruption detected, triggering global install fallback (D93)",{framework:this.framework}),It(this.framework).catch(f=>{this.log.warn("D93 fallback install failed (will retry next spawn cycle)",{framework:this.framework,err:String(f)})})));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}/${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 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(d=>s.once("exit",()=>d()));lo(s.pid,"SIGTERM");let c=setTimeout(()=>{s.killed||lo(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(c)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}getStderrTail(){return[...this.stderrRing]}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=nx,o=rx){return this.call("session/prompt",e,s,o)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(tn("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(this.inflightAgentRequests.delete(e),!(!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.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(ot(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=Zd,c=0){if(!this.child||this.stopped)return Promise.reject(new S("AGENT_PROTOCOL_ERROR","downstream not started"));let d=this.idAllocator.next(e),u=en(d,e,s),f=o>0&&Number.isFinite(o),h=c>0&&Number.isFinite(c);return new Promise((p,w)=>{let b={resolve:p,reject:w,timer:null,frameIdleTimer:null,armFrameIdle:null,method:e};f&&(b.timer=setTimeout(()=>{this.pending.delete(d),b.frameIdleTimer&&clearTimeout(b.frameIdleTimer),w(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o));let E=h?()=>{b.frameIdleTimer&&clearTimeout(b.frameIdleTimer),b.frameIdleTimer=setTimeout(()=>{if(this.inflightAgentRequests.size>0){this.log.debug("frame-idle fired but agent request inflight, re-arming",{id:d,method:e,inflight:this.inflightAgentRequests.size}),E?.();return}b.timer&&clearTimeout(b.timer),this.pending.delete(d),this.log.warn("frame-idle timeout, rejecting pending call",{id:d,method:e,frameIdleMs:c}),w(new S("AGENT_FRAME_IDLE_TIMEOUT",`${e} no session/update for ${c}ms (no inflight agent request)`))},c)}:null;b.armFrameIdle=E,this.pending.set(d,b),E?.();try{this.writeFrame(u)}catch(I){b.timer&&clearTimeout(b.timer),b.frameIdleTimer&&clearTimeout(b.frameIdleTimer),this.pending.delete(d),w(I)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new S("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(co(e),s=>{s&&this.log.warn("stdin write callback err",{err:String(s)})})}dispatch(e){if(Un(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),s.frameIdleTimer&&clearTimeout(s.frameIdleTimer),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(oo(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:ix(e.result)}),s.resolve(e.result));return}if(so(e)){if(e.method==="session/update"){for(let s of this.pending.values())s.armFrameIdle?.();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(io(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(ot(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}this.inflightAgentRequests.set(e.id,e.method);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(ot(e.id,rn(o)))}catch{}this.inflightAgentRequests.delete(e.id)}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.frameIdleTimer&&clearTimeout(s.frameIdleTimer),s.reject(e);this.pending.clear(),this.inflightAgentRequests.clear()}};var sx="@agentclientprotocol/claude-agent-acp@latest";function ox(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 Gn=class extends ze{framework="claude-code";constructor(e){let s=At("claude-code"),[o,c]=s?[s,[]]:["npx",["-y",sx]],d=e.command??o,u=e.args??c,f={command:d,args:u,cwd:e.cwd,...e.env?{env:e.env}:{}};super(f)}sanitizeEnv(e){return ox(e)}};import{mkdtempSync as ax,rmSync as cx}from"node:fs";import{tmpdir as dx}from"node:os";import{join as xx}from"node:path";var ux="@zed-industries/codex-acp@latest",Hn=class extends ze{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=At("codex"),[o,c]=s?[s,[]]:["npx",["-y",ux]],d=e.command??o,u=e.args??c,f=e.extraArgs?[...u,...e.extraArgs]:u,h=e.isolateCodexHome?ax(xx(dx(),"coze-bridge-codex-home-")):void 0,p=h?{...e.env??{},CODEX_HOME:h}:e.env,w={command:d,args:f,cwd:e.cwd,...p?{env:p}:{}};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{cx(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var fx=3e4,Nt=class extends ze{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}`}]},fx))}get acpSessionName(){return this.sessionName}};q();ie();function ii(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var Ot=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 jn=class{agentId;framework;workspace;deployType;accountId;patToken;modelInfo;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),e.modelInfo&&(this.modelInfo=e.modelInfo)}setPatToken(e){this.patToken=e}setModelInfo(e){this.modelInfo=e}getSessionQueue(e){let s=this.sessionQueues.get(e);return(!s||s.isDisposed)&&(s=new Ot,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)sn(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function sn(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as lx}from"node:child_process";import{homedir as gx}from"node:os";import{join as hx}from"node:path";Pn();q();async function po(){let n=hx(gx(),".openclaw/openclaw.json");return(await Tt(n))?.gateway?.auth?.token??""}var go=N("openclaw.config"),px=[0,5e3,5e3],ho="models.providers.",Kn="agents.defaults.models",Wn=class{command;env;retryDelaysMs;queue=new Ot;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??px}async withRetry(e,s){let o;for(let c=0;c<this.retryDelaysMs.length;c++){let d=this.retryDelaysMs[c]??0;d>0&&await new Promise(u=>setTimeout(u,d));try{return await s()}catch(u){o=u,go.warn("openclaw cli failed, will retry",{label:e,attempt:c+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 c=lx(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),d="";c.stderr?.on("data",u=>{d+=u.toString("utf8")}),c.on("error",o),c.on("close",u=>{u===0?s():o(new Error(`exit ${u}: ${d.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let c=String(o);if(s.some(d=>c.includes(d)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){go.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",`${ho}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${ho}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Kn}[${e}]`,()=>this.runCli(["config","set",Kn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Kn}[${e}]`,`${Kn}.${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 pe=N("agent-manager"),_x=(n,e,s,o,c,d,u,f)=>{switch(n){case"claude-code":{let h={...c?{...js(c),...Js(c,u)}:{},...f??{},IS_SANDBOX:"1"};return new Gn({cwd:s,env:h})}case"codex":{let p=[...c?[...Ks(c),...Vs(c,u)]:[],"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"'],w={...c?Ws(c):{},...f??{}},b=!!c;return new Hn({cwd:s,...p.length>0?{extraArgs:p}:{},...Object.keys(w).length>0?{env:w}:{},...b?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new Nt({command:e,cwd:s,agentId:o,...d?{sessionName:ii(d)}:{}})}};function oi(n){return n==="claude-code"||n==="codex"}var yx={path:"",version:"cloud-deployed"},bx={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},vx=6e4,Sx=at("COZE_BRIDGE_SPAWN_AWAIT_INSTALL_MS",25e3),Jn=class{paths;config;registry;factory;createTimeoutMs;spawnAwaitInstallMs;openclawConfigCache;ensuredProviders=new Set;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??_x,this.createTimeoutMs=e.createTimeoutMs??vx,this.spawnAwaitInstallMs=e.spawnAwaitInstallMs??Sx}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 Wn({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=Yt(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")pe.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(A=>pe.warn("dispose stale agent failed (ignored)",{err:String(A)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==o.patToken){pe.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),o.setPatToken(e.patToken);let A=await he(e.agentId,this.paths).catch(()=>null);A&&(A.patToken=e.patToken,await Se(A,this.paths))}if(o.deployType==="cloud"&&e.modelInfo){pe.info("updating agent modelInfo on re-create",{agentId:e.agentId}),o.setModelInfo(e.modelInfo);let A=await he(e.agentId,this.paths).catch(()=>null);A&&(A.modelInfo=e.modelInfo,await Se(A,this.paths))}return pe.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 d=Je(e.agentId,this.paths),u=Yt(e._meta),f=e.framework==="openclaw"&&u==="local",h=f?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,p=e.workspace??h??d.workspace,w=new AbortController,b=setTimeout(()=>w.abort(new S("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),E,I=!1;try{s&&oi(e.framework)&&await It(e.framework,w.signal);let A=()=>{if(w.signal.aborted)throw w.signal.reason instanceof Error?w.signal.reason:new S("AGENT_TIMEOUT","_agent/create aborted")};await si(d.root,{recursive:!0}),await si(p,{recursive:!0}),await si(d.logs,{recursive:!0}),A(),f||await Pt(p,e.framework,e.agentId,e.cozeIdentity),e.framework==="claude-code"&&await Ns(p),A();let k=await he(e.agentId,this.paths).catch(()=>null),z=Gs({model:e.model??k?.model}),Y=Os(e._meta)??k?.accountId,j=e.patToken??k?.patToken,oe=u==="cloud"?e.modelInfo??k?.modelInfo:void 0;if(E=new jn({agentId:e.agentId,framework:e.framework,workspace:p,model:z.model??Le,deployType:u,...Y?{accountId:Y}:{},...j?{patToken:j}:{},...oe?{modelInfo:oe}:{}}),E.status="ok",k?.sessions){for(let[ke,xe]of Object.entries(k.sessions))E.sessions.set(ke,{acpSessionId:xe.acpSessionId,modelToken:xe.modelToken,tokenGeneratedAt:xe.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let _e=Object.keys(k.sessions).length;_e>0&&pe.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:_e})}this.registry.register(E),I=!0;let W={agentId:e.agentId,framework:e.framework,workspace:p,cozeIdentity:e.cozeIdentity,createdAt:k?.createdAt??Date.now(),sessions:k?.sessions??{},model:z.model};u==="cloud"&&(W.deployType="cloud"),Y&&(W.accountId=Y),j&&(W.patToken=j),oe&&(W.modelInfo=oe),k?.skills&&(W.skills=k.skills),k?.agentName&&(W.agentName=k.agentName),k?.description&&(W.description=k.description),e.framework==="openclaw"&&u==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,p):pe.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let le=e.initialSkills??[];if(le.length>0){let _e=[...W.skills??[]],ke=new Map(_e.map((T,O)=>[T.skillId,O])),xe=await Promise.allSettled(le.map(T=>ti({agentId:e.agentId,workspace:p,framework:e.framework,skill:T}))),we=0;for(let[T,O]of xe.entries()){let B=le[T];B&&(O.status==="fulfilled"?(ni(_e,ke,O.value),we++):pe.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:B.skillId,skillName:B.skillName,err:String(O.reason)}))}we>0&&(W.skills=_e,pe.info("initialSkills installed",{agentId:e.agentId,installed:we,requested:le.length}))}return await Se(W,this.paths),pe.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(A){throw pe.error("agent create failed, rolling back",{agentId:e.agentId,err:String(A)}),I&&E&&(await E.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await mx(d.root,{recursive:!0,force:!0}).catch(k=>pe.warn("rm agent dir failed (ignored)",{err:String(k)})),A instanceof S?A:new S("AGENT_SPAWN_FAILED",String(A),{cause:A})}finally{clearTimeout(b)}}async spawnSessionDownstream(e,s,o,c){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&oi(e.framework))u=yx;else throw new S("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);if(oi(e.framework)&&!At(e.framework)){let p=vs(e.framework);p&&(pe.info("spawn: awaiting in-flight acp install (D92)",{agentId:e.agentId,framework:e.framework}),await Promise.race([p.catch(()=>{}),new Promise(w=>setTimeout(w,this.spawnAwaitInstallMs))]))}let f=e.deployType==="cloud"?{model:e.model,modelToken:s,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,h;e.framework==="openclaw"?h=await this.buildOpenclawDownstream({session:e,modelConfig:f,cloudSessionId:o,cozeEnv:c,command:u.path}):h=this.factory(e.framework,u.path,e.workspace,e.agentId,f,o,c,this.buildBinShimPathEnv());try{return await h.start(),await h.initialize(bx),h}catch(p){let w=h instanceof ze?h.getStderrTail():[];w.length>0&&pe.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:p instanceof S?p.code:"unknown",recentStderr:w});let b=ri(w);await h.stop("spawnSessionDownstream failed").catch(()=>{});let E=b?new S("NPX_CACHE_CORRUPT","~/.npm/_npx \u76EE\u5F55\u635F\u574F (ENOTEMPTY)\u3002\u5EFA\u8BAE: rm -rf ~/.npm/_npx && npm i -g @zed-industries/codex-acp (\u6216\u5BF9\u5E94 @agentclientprotocol/claude-agent-acp)",{cause:p}):p;throw p instanceof S?new S(p.code,p.message,{retriable:p.retriable,cause:E}):new S("AGENT_SPAWN_FAILED",p instanceof Error?p.message:String(p),{cause:E})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:c,cozeEnv:d,command:u}=e,f=ii(c);if(s.deployType==="local"){let b=this.config.frameworksCache?.openclaw?.defaultAgent;if(!b?.id||!b.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 Nt({command:u,cwd:b.workspace,agentId:b.id,sessionName:f})}let h=await po(),p=o?$s(o,d):null,w;if(p){let b=Zr(c),I=p.models[0]?.id??Le,A=`${b}/${I}`;if(!this.ensuredProviders.has(A)){let k=this.getOpenclawConfig();await k.ensureProvider(b,p),await k.addModelToAllowlist(A),this.ensuredProviders.add(A)}w=A}return new Nt({command:u,cwd:s.workspace,agentId:s.agentId,sessionName:f,...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=Zr(o),d=`${c}/${e.model}`,u=!0;try{await s.removeProvider(c)}catch(f){u=!1,pe.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:c,err:String(f)})}try{await s.removeModelFromAllowlist(d)}catch(f){u=!1,pe.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:d,err:String(f)})}u&&this.ensuredProviders.delete(d)}}};import{randomUUID as Ox}from"node:crypto";import{promises as Lx}from"node:fs";import{basename as Mx}from"node:path";import{promises as Ix}from"node:fs";import{basename as Ax}from"node:path";q();var mo=N("file-upload"),Tx="/api/coze_claw/file/agent_upload",Px=6e4;async function wo(n,e={}){let o=`${On(Mn(e.handshakeBase))}${Tx}`,c=e.timeoutMs??Px,d=await Ix.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([d],{type:n.mimeType}),n.name);let f={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",...kt(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},h=new AbortController,p=setTimeout(()=>h.abort(),c);mo.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:f,body:u,signal:h.signal}),b=w.headers.get("x-tt-logid")??"";if(!w.ok){let A=await w.text().catch(()=>"");throw new S("UPLOAD_FAILED",`upload HTTP ${w.status} logid=${b}: ${A.slice(0,200)}`)}let E=await w.json();if(E.code!==void 0&&E.code!==0)throw new S("UPLOAD_FAILED",`upload code=${E.code} msg=${E.msg??"-"} logid=${b}`);let I=E.data?.file?.file_url;if(!I)throw new S("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${b}: ${JSON.stringify(E).slice(0,200)}`);return mo.info("file upload ok",{uri:I,logid:b}),{uri:I}}catch(w){throw w instanceof S?w:w.name==="AbortError"?new S("UPLOAD_FAILED",`upload timeout (${c}ms) for ${Ax(n.path)}`):new S("UPLOAD_FAILED",String(w),{cause:w})}finally{clearTimeout(p)}}q();import{promises as Cx}from"node:fs";import{extname as kx}from"node:path";var Dx=[{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 Rx(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 Nx={".txt":"text/plain",".md":"text/markdown",".svg":"image/svg+xml",".json":"application/json"};async function _o(n){let e=await Cx.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Rx(s))return"image/webp";for(let o of Dx)if(o.prefix.every((c,d)=>s[d]===c))return o.mime}finally{await e.close()}return Nx[kx(n).toLowerCase()]??"application/octet-stream"}ie();var yo=N("agent-send"),bo=50*1024*1024,Bx=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`);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 Cs(n.path,s.workspace))throw new S("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let c=await Lx.stat(n.path).catch(()=>null);if(!c||!c.isFile())throw new S("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(c.size>bo)throw new S("FILE_TOO_LARGE",`${c.size} bytes > limit ${bo}`);let d=await _o(n.path);if(!Bx.has(d))throw new S("UNSUPPORTED_MIME",`mime=${d} not in whitelist`);if(n.kind==="image"&&!d.startsWith("image/"))throw new S("UNSUPPORTED_MIME",`kind=image but mime=${d}`);if(!e.core.upstream.isConnected())throw new S("UPSTREAM_NOT_READY","cloud WS not connected");let u=n.name??Mx(n.path),f=await wo({patToken:s.patToken??e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:d,name:u,sizeBytes:c.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),h={sessionUpdate:"agent_file",messageId:Ox(),content:{type:n.kind==="image"?"image":"resource",uri:f.uri,mimeType:d,name:u,sizeBytes:c.size,...f.fileId!==void 0?{fileId:f.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}},p=2,w;for(let b=0;b<=p;b++)try{await e.core.sendAgentFileUpdate(s,o,n.sessionId,h),w=void 0;break}catch(E){w=E,b<p&&(yo.warn("sendAgentFileUpdate failed, retrying",{attempt:b+1,err:String(E)}),await new Promise(I=>setTimeout(I,5e3)))}if(w)throw new S("UPSTREAM_NOT_READY",`agent file uploaded to cloud but sendAgentFileUpdate failed after ${p+1} attempts: ${String(w)}`,{cause:w});return yo.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:u,bytes:c.size,mime:d,uri:f.uri}),{ok:!0,uri:f.uri,bytes:c.size,mimeType:d,...f.fileId!==void 0?{fileId:f.fileId}:{}}}import{execFile as zx}from"node:child_process";import{promisify as Fx}from"node:util";function $n(n,e){let s=n.split(".").map(Number),o=e.split(".").map(Number),c=Math.max(s.length,o.length);for(let d=0;d<c;d++){let u=s[d]??0,f=o[d]??0;if(u<f)return!0;if(u>f)return!1}return!1}q();var Ux=Fx(zx),Fe=N("coze-cli-installer"),So="@coze/cli@latest",qx="coze",Eo="0.1.7",Gx=5e3,Hx=5e3,jx=9e4,Io=1e4,on=null,Vn=!1;async function ai(n,e={}){if(Vn)return;if(on)return on;let s=e.exec??Ux;return on=(async()=>{try{let o=await Kx(qx,s),c=!1;if(o){let u=await Wx(s);if(u===void 0)Fe.warn("coze-cli found but version unparseable, fall through to full install",{path:o});else if($n(u,Eo))Fe.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:o,version:u,min:Eo}),c=!0;else{Fe.info("coze-cli already on PATH with sufficient version, skip",{path:o,version:u}),Vn=!0;return}}let d=c?"upgrade-only":"full";Fe.info("coze-cli install start",{package:So,mode:d});try{await s("npm",["i","-g","--prefer-online",So],{timeout:jx,maxBuffer:10*1024*1024}),Fe.info("coze-cli install ok")}catch(u){Fe.warn("coze-cli install failed (skip subsequent steps)",{err:String(u)});return}if(c){Vn=!0;return}if(n.env)try{await s("coze",["config","set","xTTEnv",n.env],{timeout:Io}),Fe.info("coze config set xTTEnv ok",{env:n.env})}catch(u){Fe.warn("coze config set failed (continue to auth login)",{err:String(u)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:Io}),Fe.info("coze auth login ok")}catch(u){Fe.warn("coze auth login failed",{err:String(u)});return}Vn=!0}finally{on=null}})(),on}async function Kx(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:Gx});return o.split(`
120
+ `)[0]?.trim()||void 0}catch{return}}async function Wx(n){try{let{stdout:e,stderr:s}=await n("coze",["--version"],{timeout:Hx});return(e||s).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}q();import{spawn as Jx}from"node:child_process";import{constants as Ao,access as $x}from"node:fs/promises";import{delimiter as Vx,join as Yx}from"node:path";var To=N("framework-detector"),Po={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Xx=[".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??Jx,access:e.access??$x}}async detect(e){let s=Po[e],o=await this.which(s);if(!o)return To.debug("framework binary not found",{framework:e,bin:s}),null;let c=e==="openclaw"?["--log-level","silent"]:[],[d,u]=await Promise.all([this.probeVersion(o,c),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:d};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,c]of e)c&&(s[o]=c);return s}async which(e){let s=this.env.pathEnv.split(Vx).filter(Boolean),o=this.env.platform==="win32"?["",...Xx]:[""];for(let c of s)for(let d of o){let u=Yx(c,e+d);if(await this.isExecutable(u))return u}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?Ao.F_OK:Ao.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;let o=s.stdout.match(/\[\s*\{[\s\S]*\}\s*\]/);if(!o)return null;try{let c=JSON.parse(o[0]);if(!Array.isArray(c))return null;let d=c.find(u=>u?.isDefault===!0);return!d?.id||!d.workspace?null:{id:d.id,workspace:d.workspace}}catch(c){return To.warn("openclaw agents list --json parse failed",{err:String(c)}),null}}async probeVersion(e,s=[]){let o=await this.runProbe(e,[...s,"--version"]);return o&&(Zx(o.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let c="",d=!1,u,f=h=>{d||(d=!0,u&&clearTimeout(u),o(h))};try{let h=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});u=setTimeout(()=>{h.kill("SIGKILL"),f(null)},5e3),h.stdout?.on("data",p=>{c+=p.toString("utf8")}),h.on("error",()=>f(null)),h.on("close",p=>f({code:p,stdout:c}))}catch{f(null)}})}},Qx=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Zx(n){return n.replace(Qx,"")}Mt();import{randomBytes as wu}from"node:crypto";import{createReadStream as tu}from"node:fs";import{mkdir as nu,readFile as ru,realpath as iu,stat as su,writeFile as ou}from"node:fs/promises";import{basename as au,dirname as ci,join as cu,relative as du,resolve as ko,sep as xu}from"node:path";import{createInterface as uu}from"node:readline";q();var Ro=N("fs-rpc"),an=at("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function No(n,e){let s=Buffer.byteLength(n.content,"utf8");if(s>an)throw new S("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${s} bytes > limit ${an} bytes`);let o=await Lo(n.path,e);return await nu(ci(o),{recursive:!0}),await ou(o,n.content,"utf8"),Ro.info("fs/write_text_file ok",{path:o,size:n.content.length}),null}async function Oo(n,e){let s=await Lo(n.path,e),o=await su(s),c=typeof n.line=="number"||typeof n.limit=="number";if(o.size>an&&!c)throw new S("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${o.size} bytes > ${an} bytes`);let d;if(c&&o.size>an)d=await fu(s,n.line??1,n.limit);else{let u=await ru(s,"utf8");if(c){let f=u.split(`
121
+ `),h=Math.max(0,(n.line??1)-1),p=typeof n.limit=="number"?h+n.limit:void 0;d=f.slice(h,p).join(`
122
+ `)}else d=u}return Ro.info("fs/read_text_file ok",{path:s,size:d.length}),{content:d}}async function fu(n,e,s){let o=uu({input:tu(n,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),c=Math.max(0,e-1),d=typeof s=="number"?c+s:Number.POSITIVE_INFINITY,u=[],f=0;try{for await(let h of o)if(f>=c&&f<d&&u.push(h),f++,f>=d)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(ko(e)),Do(ko(n))]),c=du(s,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${xu}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function Do(n){let e=[],s=n;for(;s!==ci(s);)try{let o=await iu(s);return e.length?cu(o,...e.reverse()):o}catch{e.push(au(s)),s=ci(s)}return n}q();var Mo=N("prompt-multimodal"),Bo=10*1024*1024,lu=15e3,gu=6;async function zo(n){let e=new Array(n.length),s=0;async function o(){for(;s<n.length;){let d=s++,u=n[d];u!==void 0&&(e[d]=await hu(u))}}let c=Array.from({length:Math.min(gu,n.length)},()=>o());return await Promise.all(c),e}function Fo(n){return n.some(e=>e.type==="image")}async function hu(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!Nn(e.uri))return n;try{let{buf:s,contentType:o}=await mu(e.uri),c=e.mimeType||pu(o)||"application/octet-stream";return Mo.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 Mo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function pu(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function mu(n){let e=new AbortController,s=setTimeout(()=>e.abort(),lu);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>Bo)throw new Error(`image too large: ${c.byteLength} bytes (max ${Bo})`);return{buf:Buffer.from(c),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}it();Mt();q();var M=N("core"),_u=3e4,yu=/^(boe|ppe)_[A-Za-z0-9_-]+$/,bu=3e4,vu=new Set(["_agent/create","session/new","session/load","session/prompt"]),Yn=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=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(),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 c=o.downstream;c&&(c.onUpdate(d=>{o.loadingSession||this.forwardUpdate(e,d)}),c.onAgentRequest(d=>{this.handleAgentRequest(e,c,d)}),c.onExit((d,u)=>{M.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:d,signal:u}),sn(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,d]of this.pendingUpstream)d.downstream===e&&o.push(c);if(o.length!==0){M.info("reject pendingUpstream entries (downstream gone)",{reason:s,count:o.length});for(let c of o){let d=this.pendingUpstream.get(c);if(d){this.pendingUpstream.delete(c),this.upstream.send(ot(c,{code:H.INTERNAL_ERROR,message:`bridge downstream gone: ${s}`})).catch(u=>M.debug("send error response to upstream failed (ignored)",{err:String(u)}));try{d.downstream.respondAgentRequestError(d.agentRequestId,{code:H.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:H.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(Un(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&&yu.test(o)?this.currentCozeEnv=o:o&&M.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:o});try{if(this.upgradeGate?.isUpgrading()&&vu.has(e.method)){let c=this.upgradeGate.pendingTarget()??"";throw new S("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,H.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):M.warn("drop notification: extension not registered",{method:e.method});return}let d=await c(e,this);s!==null&&await this.upstream.send(Dt(s,d));return}if(e.method.startsWith("session/")){let c=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(Dt(s,c));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,H.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):M.warn("drop unknown notification",{method:e.method})}catch(c){M.error("handleFrame failed",{method:e.method,err:String(c)}),s!==null&&await this.upstream.send(ot(s,rn(c)))}}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 c=this.agents.get(o);if(!c)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 d=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!d)return this.dispatchSessionCall(c,e.method,s);let u=Date.now(),f=!1,h=e.method==="session/prompt";h&&this.upgradeGate?.incActive();try{let p=await c.getSessionQueue(d).enqueue(()=>this.dispatchSessionCall(c,e.method,s));return f=!0,p}finally{h&&this.upgradeGate?.decActive(),M.info("session call done",{agentId:c.agentId,method:e.method,durationMs:Date.now()-u,ok:f})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:c}=Ls(o);switch(s){case"session/new":{let d=Su();return M.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:d}),{sessionId:d}}case"session/load":{let d=c;return M.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:d.sessionId}),{}}case"session/prompt":{let d=c,u=d.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 h=o._meta?.cozeTriggerMsgId;if(h?e.activeTriggers.set(f.acpSessionId,h):e.activeTriggers.delete(f.acpSessionId),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&Fo(d.prompt))throw new S("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let p=await zo(d.prompt);try{let w=await f.downstream.sessionPrompt({...d,sessionId:f.acpSessionId,prompt:p});return f.lastActiveAt=Date.now(),w}finally{if(e.activeTriggers.delete(f.acpSessionId),f.reloadAfterTurn){f.reloadAfterTurn=!1;let w=f.downstream;w&&(f.downstream=void 0,M.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:u,acpId:f.acpSessionId}),w.stop("reload-after-turn").catch(b=>M.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:u,err:String(b)})))}else f.downstream?.isAlive()&&this.armIdleTimer(e,u,f)}}case"session/cancel":{let u=c.sessionId;if(!u)throw new S("IPC_BAD_REQUEST","session/cancel: missing sessionId");let f=e.sessions.get(u);if(e.hasSessionQueue(u)){let h=e.getSessionQueue(u);h.size>0&&(M.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:u,queuedCount:h.size}),h.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 d={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,d),await this.persistSessionMapping(e),d}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let c=await this.sendRequest(Oe.GEN_MODEL_TOKEN,o,bu);if(!c?.modelToken)throw new S("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return c.modelToken}catch(c){throw c instanceof S&&c.code==="MODEL_TOKEN_GEN_FAILED"?c:new S("MODEL_TOKEN_GEN_FAILED",c instanceof Error?c.message:String(c),{cause:c})}}async ensureDownstream(e,s,o){if(sn(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new S("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let c=3,d=3e4,u=o.spawnFailCount??0,f=o.spawnFailedAt??0;if(u>=c&&Date.now()-f<d)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((d-(Date.now()-f))/1e3)}s`);let h;try{h=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv)}catch(p){throw o.spawnFailCount=u+1,o.spawnFailedAt=Date.now(),o.spawnFailCount>=c&&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=h,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await h.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 w=await h.sessionNew({cwd:e.workspace});o.acpSessionId=w.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let p=await h.sessionNew({cwd:e.workspace});o.acpSessionId=p.sessionId,await this.persistSessionMapping(e)}h.afterSessionEstablished&&o.acpSessionId&&await h.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(sn(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 c=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),c&&c.stop("idle timeout").catch(d=>M.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(d)}))},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 d={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let u=e.activeTriggers.get(s.acpSessionId);u&&(d.cozeTriggerMsgId=u)}await this.upstream.send(tn("session/update",{sessionId:o,update:c,_meta:d}))}forwardUpdate(e,s){let o=s.sessionId,c=this.reverseSessionId(e,o);if(!c){M.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let d=e.sessions.get(c);if(!d){M.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:c});return}if(Iu(s)){M.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let u={cozeAgentId:e.agentId,cozeReplySeqID:++d.replySeq},f=e.activeTriggers.get(o);f&&(u.cozeTriggerMsgId=f),this.upstream.send(tn("session/update",{...s,sessionId:c,_meta:u})).catch(h=>M.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}M.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),s.respondAgentRequestError(o.id,{code:H.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 d=o.params??{},u=await No(d,c);s.respondAgentRequest(o.id,u)}else{let d=o.params??{},u=await Oo(d,c);s.respondAgentRequest(o.id,u)}}catch(c){M.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(c)}),s.respondAgentRequestError(o.id,rn(c))}}forwardPermissionRequest(e,s,o){let c=this.upstreamIds.next("session/request_permission"),d=o.params??{},f=d.sessionId,h=f?e.activeTriggers.get(f):void 0,p={cozeAgentId:e.agentId};h&&(p.cozeTriggerMsgId=h);let w=f?this.reverseSessionId(e,f):void 0,b={...d,...w?{sessionId:w}:{},_meta:p};this.pendingUpstream.set(c,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),M.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:c,acpSessionId:f,cloudSessionId:w,toolCallId:d.toolCall?.toolCallId,options:d.options?.map(E=>({optionId:E.optionId,kind:E.kind,name:E.name}))}),this.upstream.send(en(c,"session/request_permission",b)).catch(E=>{this.pendingUpstream.delete(c),M.error("forward permission request failed",{agentId:e.agentId,err:String(E)}),s.respondAgentRequestError(o.id,{code:H.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 c=s.value;e.error?(M.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"&&Eu(e.result,c),M.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 Fn(e.error)):o.value.resolve(e.result);return}M.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 d=String(s),u=e.get(d);if(u)return M.warn(`${o} id type mismatch: number received but Bridge expected string`,{rawId:s,normalizedId:d}),{value:u,key:d}}}sendRequest(e,s,o=_u){let c=this.upstreamIds.next(e);return new Promise((d,u)=>{let f=setTimeout(()=>{this.pendingBridge.delete(c),u(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(c,{method:e,resolve:d,reject:u,timer:f}),this.upstream.send(en(c,e,s)).catch(h=>{let p=this.pendingBridge.get(c);p&&(clearTimeout(p.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 d={modelToken:c.modelToken,tokenGeneratedAt:c.tokenGeneratedAt};c.acpSessionId&&(d.acpSessionId=c.acpSessionId),s.set(o,d)}await $r(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,c]of e.sessions.entries())if(c.acpSessionId===s)return o}sendError(e,s,o){return this.upstream.send(ot(e,{code:s,message:o,data:{bridgeVersion:st}}))}};function Su(){return wu(16).toString("hex")}function Eu(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 d=o.outcome;(typeof d!="string"||d!=="selected"&&d!=="cancelled")&&M.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:d,result:n})}function Iu(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 `")}q();ie();import{randomBytes as Au}from"node:crypto";import{chmod as Tu,mkdir as Pu,writeFile as Uo}from"node:fs/promises";import{createServer as Cu}from"node:http";import{dirname as ku}from"node:path";var Du=1e6,di=N("ipc"),Xn=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??G()}async start(){this.token=Au(32).toString("hex");let e=Cu((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(),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(c=>c?o(c):s())}),this.server=null)}async persistAuthFiles(){await Pu(ku(this.paths.portFile),{recursive:!0}),await Uo(this.paths.portFile,String(this.port),"utf8"),await Uo(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await Tu(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}`){cn(s,401,{error:"unauthorized"});return}let c=`${e.method} ${(e.url??"").split("?")[0]}`,d=this.routes.get(c);if(!d){cn(s,404,{error:"not found"});return}let u=null;if(e.method==="POST")try{u=await Ru(e)}catch(f){cn(s,400,{error:"invalid json",detail:String(f)});return}try{let f=await d.handler(u,e);cn(s,200,f??{ok:!0})}catch(f){di.error("IPC handler failed",{key:c,err:String(f)}),cn(s,500,{error:f instanceof Error?f.message:String(f)})}}};function cn(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function Ru(n){let e=[],s=0;for await(let c of n){let d=c;if(s+=d.length,s>Du)throw new Error("body too large");e.push(d)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}import{sep as qo}from"node:path";import{fileURLToPath as Nu}from"node:url";function Go(){return Ou(Nu(import.meta.url))}function Ou(n){let e=`${qo}src${qo}`;return n.includes(e)}q();ie();import{spawn as Lu}from"node:child_process";import{existsSync as Mu,mkdirSync as Bu,openSync as zu}from"node:fs";import{dirname as Fu}from"node:path";import{fileURLToPath as Uu}from"node:url";var qu=N("spawn-helper");function Gu(n){return Mu(n.libEntry)?n.libEntry:Uu(new URL("../index.ts",import.meta.url))}function Hu(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 Ho(n,e,s={}){let o=s.paths??G(),c=Gu(o);Bu(Fu(o.logFile),{recursive:!0});let d=zu(o.logFile,"a"),u=Hu(c,n,e),f=Lu(process.execPath,u,{detached:!0,stdio:["ignore",d,d],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)");qu.info("upgrade helper spawned",{pid:f.pid,targetVersion:n,oldPid:e,entry:c})}q();import{mkdir as ju,writeFile as Ku}from"node:fs/promises";import{dirname as Wu}from"node:path";import{gunzipSync as Ju}from"node:zlib";var xi=N("tarball-downloader"),$u="https://registry.npmjs.org",jo="package/dist/index.js";async function Ko(n,e,s={}){if(!/^[\w.\-+]+$/.test(n))throw new Error(`invalid version string: ${JSON.stringify(n)}`);let c=`${(s.registry??$u).replace(/\/+$/,"")}/coze-bridge/${n}`;xi.info("fetching tarball metadata",{metaUrl:c});let d=await fetch(c);if(!d.ok)throw new Error(`registry metadata ${c} returned ${d.status}`);let f=(await d.json())?.dist?.tarball;if(!f)throw new Error(`registry metadata missing dist.tarball for ${n}`);xi.info("downloading tarball",{tarballUrl:f});let h=await fetch(f);if(!h.ok)throw new Error(`tarball ${f} returned ${h.status}`);let p=Buffer.from(await h.arrayBuffer()),w=Ju(p),b=Vu(w,jo);if(!b)throw new Error(`tarball missing entry ${jo}`);await ju(Wu(e),{recursive:!0}),await Ku(e,b),xi.info("dist extracted",{destPath:e,bytes:b.length})}function Vu(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),d=c.indexOf(0),u=c.subarray(0,d===-1?100:d).toString("utf8"),f=o.subarray(124,136).toString("ascii").trim().replace(/\0/g,""),h=Number.parseInt(f,8)||0,p=s+512;if(u===e)return n.subarray(p,p+h);s=p+Math.ceil(h/512)*512}return null}Mt();q();import{resolve as Yu}from"node:path";var lt=N("upgrade-manager"),Xu=300*1e3,Qu=3,Qn=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(!$n(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)>=Qu){lt.warn("upgrade attempts cap reached, skip",{targetVersion:e,count:o?.count});return}let c=Yu(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 d=await this.opts.daemon.waitIdle(Xu);lt.info("waitIdle done",{result:d}),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 Ue(e,this.opts.paths.configFile)}};var lc=We(na(),1);var Nl=We(Xa(),1),Ol=We(gr(),1),Ll=We(Ft(),1),Ml=We(Si(),1),Bl=We(Ai(),1),zl=We(Ri(),1),oc=We(wr(),1),Fl=We(sc(),1);var ac=oc.default;q();var fe=N("upstream.frontier"),dc="application/json",xc="none",ql=15e3,mn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;openCount=0;async start(){if(this.fws){fe.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:zs,...kt(this.opts.ppeOverride)};class s extends ac{constructor(A){super(A,Bs,{headers:e})}send(A,...k){if(_s("debug"))try{let z;typeof A=="string"?z=Buffer.from(A,"utf8"):A instanceof Buffer?z=A:A instanceof ArrayBuffer?z=new Uint8Array(A):ArrayBuffer.isView(A)?z=new Uint8Array(A.buffer,A.byteOffset,A.byteLength):z=new Uint8Array(0);let Y=Buffer.from(z.slice(0,128)).toString("hex");fe.debug("WS raw frame out",{bytes:z.byteLength,headHex:Y})}catch(z){fe.warn("WS raw frame dump failed",{err:String(z)})}super.send(A,...k)}}let o=Us(this.opts.urlOverride),c={url:o,ws:s,fpID:Ms,aID:Ln,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:dc,force:!0},payloadEncoding:{encoding:xc,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},d=new lc.FWS(c),u=!1,f=null,h,p,w=new Promise((I,A)=>{h=I,p=A}),b=I=>{u||(u=!0,f&&(clearTimeout(f),f=null),I?p(I):h())};d.onopen=()=>{this.opened=!0,this.openCount+=1;let I=this.openCount===1;fe.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:I,openCount:this.openCount}),I&&b();for(let A of this.connectHandlers)Promise.resolve(A({initial:I})).catch(k=>fe.warn("onConnect handler threw (ignored)",{err:String(k)}))},d.onclose=I=>{this.opened=!1,fe.info("frontier closed",{code:I.code,reason:I.reason,willReconnect:I.willReconnect})},d.onerror=I=>{fe.warn("frontier error",{code:I.code,msg:I.message}),b(new S("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${I.code} msg=${I.message??""}`))},d.onmessage=I=>this.handleMessage(I),this.fws=d;let E=this.opts.openTimeoutMs??ql;f=setTimeout(()=>{b(new S("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${E}ms (handshake or upgrade slow)`))},E),await d.connect();try{await w}catch(I){try{d.close(1e3,"open failed")}catch(A){fe.warn("fws close during start failure threw (ignored)",{err:String(A)})}throw this.fws=null,this.opened=!1,I}}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){fe.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),c=e;uc(c)||fe.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:dc,payloadEncoding:xc})}catch(u){throw fe.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.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 c=s(o.cozeAgentId);c&&(o.cozePatToken=c)}handleMessage(e){let s=e.message?.service;if(s!==33555712){fe.debug("drop non-adapter frontier frame",{service:s});return}let o=jl(e);if(!o){fe.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){fe.debug("frame received but no onFrame handler",{size:o.length});return}let c;try{c=JSON.parse(o)}catch(u){fe.warn("frontier message JSON parse failed",{err:String(u),head:o.slice(0,80)});return}let d=c;uc(d)||fe.info("frontier frame in",{logid:Hl(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:d.id,method:d.method,body:Gl(o)}),Promise.resolve(this.handler(c)).catch(u=>fe.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 Gl(n){return n.length<=fc?n:`${n.slice(0,fc)}...<truncated, total ${n.length} chars>`}function Hl(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function jl(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}}q();var Oi=N("upstream.switchable"),yr=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;Oi.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 Oi.error("swap target start failed, reverting",{err:String(c)}),this.inner=o,c}await o.stop(s??"swapped").catch(c=>Oi.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()}};q();var Li=N("upstream"),Kt=class{handler=null;async start(){Li.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Li.info("NoopUpstream stopped",{reason:e})}async send(e){Li.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)}};q();q();ie();import{promises as Mi}from"node:fs";import{dirname as Kl}from"node:path";var Wl=N("pat-token-store");async function gc(n=G()){try{let s=(await Mi.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&Wl.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function wn(n,e=G()){if(!n)throw new Error("writePatToken: empty patToken");await Mi.mkdir(Kl(e.patTokenFile),{recursive:!0}),await Mi.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}ie();ie();import{promises as br}from"node:fs";import{join as Jl}from"node:path";function $l(n){return`#!/bin/sh
124
124
  exec node ${JSON.stringify(n)} "$@"
125
- `}function jl(n){return`@echo off
125
+ `}function Vl(n){return`@echo off
126
126
  node ${JSON.stringify(n)} %*
127
- `}async function gc(n,e=q()){let s=e.binDir;await wr.mkdir(s,{recursive:!0});let o=Kl(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),a=process.platform==="win32"?jl(n):Wl(n);return await wr.readFile(o,"utf8").catch(()=>null)===a||(await wr.writeFile(o,a,"utf8"),process.platform!=="win32"&&await wr.chmod(o,493)),s}F();se();import{execSync as pc}from"node:child_process";import{readFileSync as mc,unlinkSync as $l}from"node:fs";import{mkdir as Vl,readFile as wc,unlink as _c,writeFile as Jl}from"node:fs/promises";import{dirname as Yl}from"node:path";function hc(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var Xl=D("single-instance"),_r=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&&(Xl.warn("removing stale pid file",{stalePid:e}),await _c(this.pidFile).catch(()=>{})),await Vl(Yl(this.pidFile),{recursive:!0}),await Jl(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await wc(this.pidFile,"utf8")).trim()===String(process.pid)&&await _c(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await wc(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 hc(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let s=mc(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(s.includes("coze-bridge-daemon")||s.includes("lib/index.js"))}catch{}try{let s=pc(`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=pc(`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{mc(this.pidFile,"utf8").trim()===String(process.pid)&&$l(this.pidFile)}catch{}})}};function Zl(){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 B=D("daemon"),Ql="coze-bridge-daemon";async function bc(){let n=new _r({processTitle:Ql}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await dt(),o=s??{};vn({pid:process.pid}),B.info(s?"loaded bridge config":"initialized bridge config");try{let I=new Bt;o.frameworksCache=await I.detectAll(),B.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(I){B.warn("framework detection failed",{err:String(I)})}await Fe(o);let a=new mr(new jt),d=q(),u=Zl(),l=null,p=new $n({upstream:a,paths:d,bridgeConfig:o,upgradeGate:u,sessionSpawner:async(I,L,U,Se)=>{if(!l)throw new Error("agentManager not ready");return l.spawnSessionDownstream(I,L,U,Se)}});await tg(d,p);let m=new jn({paths:d,config:o,registry:p});l=m;let _,y,E=null,T={},A,k=null,z=null;p.registerExtension("_agent/create",async I=>m.createAgent(I.params)),p.registerExtension("_agent/health",async()=>({ok:!0}));let Y={},H=new Bn({agents:p.agents,disposeAndMarkDisconnected:async(I,L)=>{let U=p.agents.get(I);if(U){await m.cleanupOpenclawSessionProviders(U).catch(Z=>B.warn("cleanup openclaw providers failed (ignored)",{agentId:I,err:String(Z)}));let Se=!0;try{await U.dispose(`disconnect: ${L}`)}catch(Z){Se=!1,B.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:I,err:String(Z)}),U.status="error"}Se&&(U.status="disconnected",p.unregister(I),p.disconnectedAgents.add(I))}else p.disconnectedAgents.add(I)},detailSyncer:async I=>{if(!Y.ref)throw new Error("agent-detail-sync not initialized yet");await Y.ref.syncOne(I)},cleanupOpenclawProviders:async I=>{await m.cleanupOpenclawSessionProviders(I)},openclawRepair:async(I,L)=>{await m.openclawRepair(I,L)},isRuntimePendingPermission:I=>p.hasPendingPermissionFor(I)});p.registerExtension("_agent/listSkills",I=>H.listSkills(I.params)),p.registerExtension("_agent/addSkills",I=>H.addSkills(I.params)),p.registerExtension("_agent/removeSkills",I=>H.removeSkills(I.params)),p.registerExtension("_agent/getFileTree",I=>H.getFileTree(I.params)),p.registerExtension("_agent/getFileContent",I=>H.getFileContent(I.params)),p.registerExtension("_agent/update",I=>H.updateAgent(I.params)),p.registerExtension("_agent/disconnect",I=>H.disconnectAgent(I.params)),p.registerExtension("_agent/switchModel",I=>H.switchModel(I.params)),p.registerExtension("_agent/reset",I=>H.resetAgent(I.params)),p.registerExtension("_agent/repair",I=>H.repairAgent(I.params));let oe=new Dn({paths:d,handlers:H,sendDetail:I=>p.sendRequest("_agent/detail",I)});Y.ref=oe;let j=async I=>{await Promise.allSettled(I.map(async L=>{try{await H.disconnectAgent({agentId:L.agentId,reason:`auth_failure: code=${L.code} ${L.message}`}),B.info("agent disconnected due to auth failure from heartbeat response",{agentId:L.agentId,code:L.code,message:L.message})}catch(U){B.warn("disconnect during authFailure handling failed (ignored)",{agentId:L.agentId,err:String(U)})}}))};a.onConnect(({initial:I})=>{B.info("frontier upstream connected, triggering detail sync",{initial:I}),oe.syncAll(I?"initial-connect":"reconnect").catch(L=>B.warn("detail sync top-level error (ignored)",{err:String(L)}))});let we=new Vn({paths:d,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...p.agents.keys()],deviceId:E??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async I=>{let L=I,U=L?.privatecode,Se=L?.pairing_code;if(!U||!Se)throw new S("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Z=Xt(L.env),fe=L.handshake_url,We=L.frontier_url,re=yc(L.env,fe,We),Qe=!!_&&_!==U,X=y!==void 0&&y!==re,J=Qe||X,ft=await $r({privatecode:U,...fe?{endpoint:fe}:{},ppeOverride:Z});if(J){B.warn("pair config switched, resetting agents",{pcChanged:Qe,envChanged:X,previousPc:_?yr(_):"",nextPc:yr(U),previousEnvKey:y??"",nextEnvKey:re});for(let ie of[...p.agents.values()])await ie.dispose("pair config switch").catch(()=>{}),p.agents.delete(ie.agentId);p.disconnectedAgents.size>0&&(B.info("clearing disconnectedAgents set on pair config switch",{count:p.disconnectedAgents.size}),p.disconnectedAgents.clear()),await a.swap(new jt,"pair switch").catch(()=>{})}E=ft.deviceId,vn({deviceId:E,pid:process.pid}),si({patToken:U,env:L.env}).catch(ie=>B.warn("coze-cli setup error (ignored)",{err:String(ie)}));let $=new mn({handshake:ft,privatecode:U,...We?{urlOverride:We}:{},ppeOverride:Z,getPatTokenForAgent:ie=>p.agents.get(ie)?.patToken});await a.swap($,"pair");try{let ie=new Bt;o.frameworksCache=await ie.detectAll(),await Fe(o),B.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(ie){B.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(ie)})}let yt=Object.keys(o.frameworksCache??{});try{let ie=await p.sendRequest("_agent/pair",{pairCode:Se,patToken:U,frameworks:yt,_meta:{cozeDeviceId:E}});B.info("_agent/pair ok",{pairResult:ie}),_=U,y=re,T=Z,A=fe,wn(U,d).catch(be=>B.warn("writePatToken after /pair failed (ignored)",{err:String(be)})),k||(k=new Qt({core:p,getDeviceId:()=>E??"",onTickEnd:()=>oe.retryPending().catch(be=>B.warn("detailSync.retryPending failed (ignored)",{err:String(be)})),onAuthFailures:j,onMinBridgeVersion:be=>z?.requestUpgrade(be)})),k.start(),J&&br(d,m).catch(be=>B.warn("post-pair-switch auto-revive error (ignored)",{err:String(be)}));let bt;return L.agent_id&&(bt=await ng(L.agent_id,d,m,be=>p.sendRequest("_agent/detail",be),U).catch(be=>(B.error("--agent-id ensureAgent failed",{agentId:L.agent_id,err:String(be)}),{ok:!1,agentId:L.agent_id??"",note:String(be)}))),{ok:!0,note:"paired with cloud",...bt?{agent:bt}:{}}}catch(ie){return B.error("_agent/pair failed",{err:String(ie)}),{ok:!1,note:`pair failed: ${String(ie)}`}}}},{method:"POST",path:"/connect",handler:async I=>{let L=I,U=L?.privatecode;if(!U)throw new S("IPC_BAD_REQUEST","/connect requires privatecode");let Se=Xt(L.env),Z=L.handshake_url,fe=L.frontier_url,We=yc(L.env,Z,fe);if(_===U&&y===We){let $=await eg(d);return p.agents.size===0&&$?(B.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),br(d,m).catch(yt=>B.warn("connect-noop auto-revive error (ignored)",{err:String(yt)}))):B.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let re=!!_&&_!==U,Qe=y!==void 0&&y!==We,X=re||Qe,J=await $r({privatecode:U,...Z?{endpoint:Z}:{},ppeOverride:Se});if(X){B.warn("connect config switched, resetting agents",{pcChanged:re,envChanged:Qe,previousPc:_?yr(_):"",nextPc:yr(U)});for(let $ of[...p.agents.values()])await $.dispose("connect config switch").catch(()=>{}),p.agents.delete($.agentId);p.disconnectedAgents.size>0&&(B.info("clearing disconnectedAgents set on connect config switch",{count:p.disconnectedAgents.size}),p.disconnectedAgents.clear()),await a.swap(new jt,"connect switch").catch(()=>{})}E=J.deviceId,vn({deviceId:E,pid:process.pid}),si({patToken:U,env:L.env}).catch($=>B.warn("coze-cli setup error (ignored)",{err:String($)}));let ft=new mn({handshake:J,privatecode:U,...fe?{urlOverride:fe}:{},ppeOverride:Se,getPatTokenForAgent:$=>p.agents.get($)?.patToken});return await a.swap(ft,"connect"),_=U,y=We,T=Se,A=Z,k||(k=new Qt({core:p,getDeviceId:()=>E??"",onTickEnd:()=>oe.retryPending().catch($=>B.warn("detailSync.retryPending failed (ignored)",{err:String($)})),onAuthFailures:j,onMinBridgeVersion:$=>z?.requestUpgrade($)})),k.start(),X&&br(d,m).catch($=>B.warn("post-connect-switch auto-revive error (ignored)",{err:String($)})),wn(U,d).catch($=>B.warn("writePatToken after /connect failed (ignored)",{err:String($)})),B.info("/connect: WS established",{deviceId:E}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async I=>{let L=I;return{ok:!0,result:await m.createAgent(L)}}},{method:"POST",path:"/agent/send",handler:async I=>{let L=I;if(!L?.agentId||!L?.sessionId||!L?.kind||!L?.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 yo(L,{core:p,patToken:_,handshakeBase:A,ppeOverride:T})}catch(U){if(U instanceof S)return{ok:!1,code:U.code,message:U.message};throw U}}},{method:"POST",path:"/refresh",handler:async()=>{B.info("IPC /refresh: re-detecting frameworks");let I=new Bt;return o.frameworksCache=await I.detectAll(),await Fe(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(B.info("IPC /shutdown received"),setImmediate(()=>{de.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:ye,token:De}=await we.start();try{await gc(d.libEntry,d)}catch(I){B.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(I)})}await p.start(),br(d,m).catch(I=>B.warn("auto-revive top-level error (ignored)",{err:String(I)})),vs().catch(I=>B.warn("acp wrapper warmup top-level error (ignored)",{err:String(I)}));let ne=null,de={port:ye,token:De,core:p,ipc:we,shutdown(I){return ne||(B.info("daemon shutdown",{reason:I}),ne=(async()=>{k?.stop(),await p.stop(I),await we.stop(),await n.release()})(),ne)}};z=new Jn({paths:d,currentVersion:st,isDevMode:Fo,download:(I,L)=>Ho(I,L),spawnHelper:(I,L)=>qo(I,L,{paths:d}),daemon:{markUpgradePending:I=>{B.warn("upgrade pending, ACP gate engaged",{target:I}),u.markUpgradePending(I)},waitIdle:I=>u.waitIdle(I),exit:I=>{de.shutdown("upgrade").then(()=>process.exit(I))}}});for(let I of["SIGTERM","SIGINT"])process.on(I,()=>{de.shutdown(I).then(()=>process.exit(0))});return B.info("daemon ready",{port:ye,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),de}async function eg(n){let{readdir:e}=await import("node:fs/promises");try{return(await e(n.agentsRoot)).length>0}catch{return!1}}function yr(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function yc(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function tg(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:a,enforceAgentConfigMode:d}=await Promise.resolve().then(()=>(it(),kn));for(let u of o){await d(u,n).catch(l=>B.warn("enforceAgentConfigMode failed (ignored)",{agentId:u,err:String(l)}));try{let l=await a(u,n);l?.disconnectedAt&&(e.disconnectedAgents.add(u),B.info("agent marked disconnected on startup",{agentId:u,disconnectedAt:l.disconnectedAt,reason:l.disconnectReason??""}))}catch(l){B.warn("failed to load agent config on startup, skipping",{agentId:u,err:String(l)})}}}async function ng(n,e,s,o,a){let{loadAgentConfig:d}=await Promise.resolve().then(()=>(it(),kn)),u=await d(n,e);if(u){B.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"}}B.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 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 p={agentId:l.agentId,framework:l.framework,...l.cozeIdentity?{cozeIdentity:l.cozeIdentity}:{},...l.model?{model:l.model}:{},...a?{patToken:a}:{},...l.deployType?{_meta:{cozeDeployType:l.deployType}}:{}};await s.createAgent(p);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:a}=await Promise.resolve().then(()=>(it(),kn));B.info("auto-revive: scanning local agents on startup",{count:o.length});let d=0,u=0;for(let l of o){let p;try{p=await a(l,n)}catch(m){B.warn("auto-revive: load config failed (skipping)",{agentId:l,err:String(m)}),u+=1;continue}if(!p){u+=1;continue}if(p.disconnectedAt){B.info("auto-revive: skip disconnected agent",{agentId:l,disconnectedAt:p.disconnectedAt}),u+=1;continue}try{B.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:l,framework:p.framework});let m=rg(p);await e.createAgent({agentId:p.agentId,framework:p.framework,...p.cozeIdentity?{cozeIdentity:p.cozeIdentity}:{},...p.model?{model:p.model}:{},...m?{_meta:m}:{}}),d+=1}catch(m){B.warn("auto-revive: createAgent failed (skipping)",{agentId:l,framework:p.framework,err:String(m)}),u+=1}}return B.info("auto-revive: done",{revived:d,skipped:u,total:o.length}),{revived:d,skipped:u,total:o.length}}function rg(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}vr();Er();F();se();Mt();F();se();import{copyFile as Sc,mkdir as lg,readFile as Bi,writeFile as gg}from"node:fs/promises";import{dirname as hg,resolve as Mi,sep as Ir}from"node:path";import{fileURLToPath as pg}from"node:url";var Ec=D("dist-install");function mg(n){let e=pg(n),s=hg(e),o=`${Ir}src${Ir}`;if(s.includes(o)||s.endsWith(`${Ir}src${Ir}cli`))return null;let a=Mi(s,"index.js"),d=Mi(s,"..","package.json");return{dist:a,pkgJson:d}}async function zi(n={}){let e=n.paths??q(),s=mg(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 d;try{d=JSON.parse(await Bi(a,"utf8")).version??"unknown"}catch(y){return Ec.warn("cannot read source package.json,skip dist install",{err:String(y)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(y)}`}}let u=await dt(e.configFile)??{},l=u.libVersion;if(l===d)try{return await Bi(e.libEntry),{kind:"already-current",libVersion:d}}catch{}await lg(e.libDir,{recursive:!0}),await Sc(o,e.libEntry),await Sc(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let p=Mi(e.libDir,"package.json"),m=`${JSON.stringify({type:"module"},null,2)}
128
- `;return await Bi(p,"utf8").catch(()=>null)!==m&&await gg(p,m),u.libVersion=d,await Fe(u,e.configFile),Ec.info("dist installed",{libEntry:e.libEntry,fromVersion:l,toVersion:d}),l?{kind:"version-changed",fromVersion:l,toVersion:d,libEntry:e.libEntry}:{kind:"first-install",libVersion:d,libEntry:e.libEntry}}Er();se();import{basename as wg,resolve as _g}from"node:path";var yg=9e4,bg={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,MODEL_MODALITY_UNSUPPORTED: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_FRAME_IDLE_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,NPX_CACHE_CORRUPT:1};function vg(n){return bg[n]??1}async function Ic(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 Sr(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:_g(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},d;try{d=await Sg(o,"/agent/send",a,yg)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
127
+ `}async function hc(n,e=G()){let s=e.binDir;await br.mkdir(s,{recursive:!0});let o=Jl(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),c=process.platform==="win32"?Vl(n):$l(n);return await br.readFile(o,"utf8").catch(()=>null)===c||(await br.writeFile(o,c,"utf8"),process.platform!=="win32"&&await br.chmod(o,493)),s}q();ie();import{execSync as mc}from"node:child_process";import{readFileSync as wc,unlinkSync as Yl}from"node:fs";import{mkdir as Xl,readFile as _c,unlink as yc,writeFile as Ql}from"node:fs/promises";import{dirname as Zl}from"node:path";function pc(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var eg=N("single-instance"),vr=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??G().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&&(eg.warn("removing stale pid file",{stalePid:e}),await yc(this.pidFile).catch(()=>{})),await Xl(Zl(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 _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 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{wc(this.pidFile,"utf8").trim()===String(process.pid)&&Yl(this.pidFile)}catch{}})}};function tg(){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 L=N("daemon"),ng="coze-bridge-daemon";async function vc(){let n=new vr({processTitle:ng}),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??{};Sn({pid:process.pid}),L.info(s?"loaded bridge config":"initialized bridge config");try{let T=new Lt;o.frameworksCache=await T.detectAll(),L.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(T){L.warn("framework detection failed",{err:String(T)})}await Ue(o);let c=new yr(new Kt),d=G(),u=tg(),f=null,h=new Yn({upstream:c,paths:d,bridgeConfig:o,upgradeGate:u,sessionSpawner:async(T,O,B,ve)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(T,O,B,ve)}});await ig(d,h);let p=new Jn({paths:d,config:o,registry:h});f=p;let w,b,E=null,I={},A,k=null,z=null;h.registerExtension("_agent/create",async T=>p.createAgent(T.params)),h.registerExtension("_agent/health",async()=>({ok:!0}));let Y={},j=new Bn({agents:h.agents,disposeAndMarkDisconnected:async(T,O)=>{let B=h.agents.get(T);if(B){await p.cleanupOpenclawSessionProviders(B).catch(Q=>L.warn("cleanup openclaw providers failed (ignored)",{agentId:T,err:String(Q)}));let ve=!0;try{await B.dispose(`disconnect: ${O}`)}catch(Q){ve=!1,L.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:T,err:String(Q)}),B.status="error"}ve&&(B.status="disconnected",h.unregister(T),h.disconnectedAgents.add(T))}else h.disconnectedAgents.add(T)},detailSyncer:async T=>{if(!Y.ref)throw new Error("agent-detail-sync not initialized yet");await Y.ref.syncOne(T)},cleanupOpenclawProviders:async T=>{await p.cleanupOpenclawSessionProviders(T)},openclawRepair:async(T,O)=>{await p.openclawRepair(T,O)},isRuntimePendingPermission:T=>h.hasPendingPermissionFor(T)});h.registerExtension("_agent/listSkills",T=>j.listSkills(T.params)),h.registerExtension("_agent/addSkills",T=>j.addSkills(T.params)),h.registerExtension("_agent/removeSkills",T=>j.removeSkills(T.params)),h.registerExtension("_agent/getFileTree",T=>j.getFileTree(T.params)),h.registerExtension("_agent/getFileContent",T=>j.getFileContent(T.params)),h.registerExtension("_agent/update",T=>j.updateAgent(T.params)),h.registerExtension("_agent/disconnect",T=>j.disconnectAgent(T.params)),h.registerExtension("_agent/switchModel",T=>j.switchModel(T.params)),h.registerExtension("_agent/reset",T=>j.resetAgent(T.params)),h.registerExtension("_agent/repair",T=>j.repairAgent(T.params));let oe=new Rn({paths:d,handlers:j,sendDetail:T=>h.sendRequest("_agent/detail",T)});Y.ref=oe;let W=async T=>{await Promise.allSettled(T.map(async O=>{try{await j.disconnectAgent({agentId:O.agentId,reason:`auth_failure: code=${O.code} ${O.message}`}),L.info("agent disconnected due to auth failure from heartbeat response",{agentId:O.agentId,code:O.code,message:O.message})}catch(B){L.warn("disconnect during authFailure handling failed (ignored)",{agentId:O.agentId,err:String(B)})}}))};c.onConnect(({initial:T})=>{L.info("frontier upstream connected, triggering detail sync",{initial:T}),oe.syncAll(T?"initial-connect":"reconnect").catch(O=>L.warn("detail sync top-level error (ignored)",{err:String(O)}))});let le=new Xn({paths:d,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...h.agents.keys()],deviceId:E??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async T=>{let O=T,B=O?.privatecode,ve=O?.pairing_code;if(!B||!ve)throw new S("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let Q=Xt(O.env),ge=O.handshake_url,Ke=O.frontier_url,ne=bc(O.env,ge,Ke),Ze=!!w&&w!==B,X=b!==void 0&&b!==ne,V=Ze||X,ut=await Yr({privatecode:B,...ge?{endpoint:ge}:{},ppeOverride:Q});if(V){L.warn("pair config switched, resetting agents",{pcChanged:Ze,envChanged:X,previousPc:w?Sr(w):"",nextPc:Sr(B),previousEnvKey:b??"",nextEnvKey:ne});for(let re of[...h.agents.values()])await re.dispose("pair config switch").catch(()=>{}),h.agents.delete(re.agentId);h.disconnectedAgents.size>0&&(L.info("clearing disconnectedAgents set on pair config switch",{count:h.disconnectedAgents.size}),h.disconnectedAgents.clear()),await c.swap(new Kt,"pair switch").catch(()=>{})}E=ut.deviceId,Sn({deviceId:E,pid:process.pid}),ai({patToken:B,env:O.env}).catch(re=>L.warn("coze-cli setup error (ignored)",{err:String(re)}));let J=new mn({handshake:ut,privatecode:B,...Ke?{urlOverride:Ke}:{},ppeOverride:Q,getPatTokenForAgent:re=>h.agents.get(re)?.patToken});await c.swap(J,"pair");try{let re=new Lt;o.frameworksCache=await re.detectAll(),await Ue(o),L.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(re){L.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(re)})}let _t=Object.keys(o.frameworksCache??{});try{let re=await h.sendRequest("_agent/pair",{pairCode:ve,patToken:B,frameworks:_t,_meta:{cozeDeviceId:E}});L.info("_agent/pair ok",{pairResult:re}),w=B,b=ne,I=Q,A=ge,wn(B,d).catch(ye=>L.warn("writePatToken after /pair failed (ignored)",{err:String(ye)})),k||(k=new Zt({core:h,getDeviceId:()=>E??"",onTickEnd:()=>oe.retryPending().catch(ye=>L.warn("detailSync.retryPending failed (ignored)",{err:String(ye)})),onAuthFailures:W,onMinBridgeVersion:ye=>z?.requestUpgrade(ye)})),k.start(),V&&Er(d,p).catch(ye=>L.warn("post-pair-switch auto-revive error (ignored)",{err:String(ye)}));let yt;return O.agent_id&&(yt=await sg(O.agent_id,d,p,ye=>h.sendRequest("_agent/detail",ye),B).catch(ye=>(L.error("--agent-id ensureAgent failed",{agentId:O.agent_id,err:String(ye)}),{ok:!1,agentId:O.agent_id??"",note:String(ye)}))),{ok:!0,note:"paired with cloud",...yt?{agent:yt}:{}}}catch(re){return L.error("_agent/pair failed",{err:String(re)}),{ok:!1,note:`pair failed: ${String(re)}`}}}},{method:"POST",path:"/connect",handler:async T=>{let O=T,B=O?.privatecode;if(!B)throw new S("IPC_BAD_REQUEST","/connect requires privatecode");let ve=Xt(O.env),Q=O.handshake_url,ge=O.frontier_url,Ke=bc(O.env,Q,ge);if(w===B&&b===Ke){let J=await rg(d);return h.agents.size===0&&J?(L.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),Er(d,p).catch(_t=>L.warn("connect-noop auto-revive error (ignored)",{err:String(_t)}))):L.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let ne=!!w&&w!==B,Ze=b!==void 0&&b!==Ke,X=ne||Ze,V=await Yr({privatecode:B,...Q?{endpoint:Q}:{},ppeOverride:ve});if(X){L.warn("connect config switched, resetting agents",{pcChanged:ne,envChanged:Ze,previousPc:w?Sr(w):"",nextPc:Sr(B)});for(let J of[...h.agents.values()])await J.dispose("connect config switch").catch(()=>{}),h.agents.delete(J.agentId);h.disconnectedAgents.size>0&&(L.info("clearing disconnectedAgents set on connect config switch",{count:h.disconnectedAgents.size}),h.disconnectedAgents.clear()),await c.swap(new Kt,"connect switch").catch(()=>{})}E=V.deviceId,Sn({deviceId:E,pid:process.pid}),ai({patToken:B,env:O.env}).catch(J=>L.warn("coze-cli setup error (ignored)",{err:String(J)}));let ut=new mn({handshake:V,privatecode:B,...ge?{urlOverride:ge}:{},ppeOverride:ve,getPatTokenForAgent:J=>h.agents.get(J)?.patToken});return await c.swap(ut,"connect"),w=B,b=Ke,I=ve,A=Q,k||(k=new Zt({core:h,getDeviceId:()=>E??"",onTickEnd:()=>oe.retryPending().catch(J=>L.warn("detailSync.retryPending failed (ignored)",{err:String(J)})),onAuthFailures:W,onMinBridgeVersion:J=>z?.requestUpgrade(J)})),k.start(),X&&Er(d,p).catch(J=>L.warn("post-connect-switch auto-revive error (ignored)",{err:String(J)})),wn(B,d).catch(J=>L.warn("writePatToken after /connect failed (ignored)",{err:String(J)})),L.info("/connect: WS established",{deviceId:E}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async T=>{let O=T;return{ok:!0,result:await p.createAgent(O)}}},{method:"POST",path:"/agent/send",handler:async T=>{let O=T;if(!O?.agentId||!O?.sessionId||!O?.kind||!O?.path)throw new S("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!w)throw new S("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await vo(O,{core:h,patToken:w,handshakeBase:A,ppeOverride:I})}catch(B){if(B instanceof S)return{ok:!1,code:B.code,message:B.message};throw B}}},{method:"POST",path:"/refresh",handler:async()=>{L.info("IPC /refresh: re-detecting frameworks");let T=new Lt;return o.frameworksCache=await T.detectAll(),await Ue(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(L.info("IPC /shutdown received"),setImmediate(()=>{we.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:_e,token:ke}=await le.start();try{await hc(d.libEntry,d)}catch(T){L.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(T)})}await h.start(),Er(d,p).catch(T=>L.warn("auto-revive top-level error (ignored)",{err:String(T)})),Es().catch(T=>L.warn("acp wrapper warmup top-level error (ignored)",{err:String(T)}));let xe=null,we={port:_e,token:ke,core:h,ipc:le,shutdown(T){return xe||(L.info("daemon shutdown",{reason:T}),xe=(async()=>{k?.stop(),await h.stop(T),await le.stop(),await n.release()})(),xe)}};z=new Qn({paths:d,currentVersion:st,isDevMode:Go,download:(T,O)=>Ko(T,O),spawnHelper:(T,O)=>Ho(T,O,{paths:d}),daemon:{markUpgradePending:T=>{L.warn("upgrade pending, ACP gate engaged",{target:T}),u.markUpgradePending(T)},waitIdle:T=>u.waitIdle(T),exit:T=>{we.shutdown("upgrade").then(()=>process.exit(T))}}});for(let T of["SIGTERM","SIGINT"])process.on(T,()=>{we.shutdown(T).then(()=>process.exit(0))});return L.info("daemon ready",{port:_e,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),we}async function rg(n){let{readdir:e}=await import("node:fs/promises");try{return(await e(n.agentsRoot)).length>0}catch{return!1}}function Sr(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function bc(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function ig(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:c,enforceAgentConfigMode:d}=await Promise.resolve().then(()=>(it(),Dn));for(let u of o){await d(u,n).catch(f=>L.warn("enforceAgentConfigMode failed (ignored)",{agentId:u,err:String(f)}));try{let f=await c(u,n);f?.disconnectedAt&&(e.disconnectedAgents.add(u),L.info("agent marked disconnected on startup",{agentId:u,disconnectedAt:f.disconnectedAt,reason:f.disconnectReason??""}))}catch(f){L.warn("failed to load agent config on startup, skipping",{agentId:u,err:String(f)})}}}async function sg(n,e,s,o,c){let{loadAgentConfig:d}=await Promise.resolve().then(()=>(it(),Dn)),u=await d(n,e);if(u){L.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"}}L.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 h={agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...c?{patToken:c}:{},...f.deployType?{_meta:{cozeDeployType:f.deployType}}:{}};await s.createAgent(h);let p=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:p?"cloud agent acknowledged":"created from cloud detail"}}async function Er(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(()=>(it(),Dn));L.info("auto-revive: scanning local agents on startup",{count:o.length});let d=0,u=0;for(let f of o){let h;try{h=await c(f,n)}catch(p){L.warn("auto-revive: load config failed (skipping)",{agentId:f,err:String(p)}),u+=1;continue}if(!h){u+=1;continue}if(h.disconnectedAt){L.info("auto-revive: skip disconnected agent",{agentId:f,disconnectedAt:h.disconnectedAt}),u+=1;continue}try{L.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:f,framework:h.framework});let p=og(h);await e.createAgent({agentId:h.agentId,framework:h.framework,...h.cozeIdentity?{cozeIdentity:h.cozeIdentity}:{},...h.model?{model:h.model}:{},...p?{_meta:p}:{}}),d+=1}catch(p){L.warn("auto-revive: createAgent failed (skipping)",{agentId:f,framework:h.framework,err:String(p)}),u+=1}}return L.info("auto-revive: done",{revived:d,skipped:u,total:o.length}),{revived:d,skipped:u,total:o.length}}function og(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}Ir();Tr();q();ie();Mt();q();ie();import{copyFile as Ec,mkdir as pg,readFile as zi,writeFile as mg}from"node:fs/promises";import{dirname as wg,resolve as Fi,sep as Pr}from"node:path";import{fileURLToPath as _g}from"node:url";var Ic=N("dist-install");function yg(n){let e=_g(n),s=wg(e),o=`${Pr}src${Pr}`;if(s.includes(o)||s.endsWith(`${Pr}src${Pr}cli`))return null;let c=Fi(s,"index.js"),d=Fi(s,"..","package.json");return{dist:c,pkgJson:d}}async function Ui(n={}){let e=n.paths??G(),s=yg(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 d;try{d=JSON.parse(await zi(c,"utf8")).version??"unknown"}catch(b){return Ic.warn("cannot read source package.json,skip dist install",{err:String(b)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(b)}`}}let u=await ct(e.configFile)??{},f=u.libVersion;if(f===d)try{return await zi(e.libEntry),{kind:"already-current",libVersion:d}}catch{}await pg(e.libDir,{recursive:!0}),await Ec(o,e.libEntry),await Ec(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let h=Fi(e.libDir,"package.json"),p=`${JSON.stringify({type:"module"},null,2)}
128
+ `;return await zi(h,"utf8").catch(()=>null)!==p&&await mg(h,p),u.libVersion=d,await Ue(u,e.configFile),Ic.info("dist installed",{libEntry:e.libEntry,fromVersion:f,toVersion:d}),f?{kind:"version-changed",fromVersion:f,toVersion:d,libEntry:e.libEntry}:{kind:"first-install",libVersion:d,libEntry:e.libEntry}}Tr();ie();import{basename as bg,resolve as vg}from"node:path";var Sg=9e4,Eg={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,MODEL_MODALITY_UNSUPPORTED: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_FRAME_IDLE_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,NPX_CACHE_CORRUPT:1};function Ig(n){return Eg[n]??1}async function Ac(n,e={}){let s=e.paths??G();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 Ar(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:vg(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},d;try{d=await Ag(o,"/agent/send",c,Sg)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
131
131
  `),4}if(!d.ok)return process.stderr.write(`Error: ${d.code}: ${d.message}
132
- `),vg(d.code);if(n.json)process.stdout.write(`${JSON.stringify(d)}
133
- `);else{let u=n.name??wg(a.path);process.stdout.write(`Sent ${n.kind} ${u} (${Eg(d.bytes)})
134
- `)}return 0}async function Sg(n,e,s,o){let a=new AbortController,d=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}),l=await u.text(),p=l?JSON.parse(l):null;return p&&typeof p=="object"&&"ok"in p?p:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${u.status}): ${l.slice(0,200)}`}}finally{clearTimeout(d)}}function Eg(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var Mc=D("cli");function me(n,e){let s=[],o;for(let a=0;a<n.length;a++){let d=n[a];if(d===e){o=n[a+1],a+=1;continue}if(d.startsWith(`${e}=`)){o=d.slice(e.length+1);continue}s.push(d)}return{value:o,rest:s}}function Qg(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 k=e.filter(j=>j!=="--upgrade-helper"),{value:z,rest:Y}=me(k,"--target-version"),{value:H}=me(Y,"--old-pid"),oe=H?Number.parseInt(H,10):Number.NaN;return!z||!Number.isFinite(oe)?{mode:"help"}:{mode:"upgrade-helper",targetVersion:z,oldPid:oe}}if(e[0]==="send")return eh(e.slice(1));if(e[0]==="connect")return th(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:a}=me(s,"--pat-token");s=a;let{value:d,rest:u}=me(s,"--pair-code");s=u;let{value:l,rest:p}=me(s,"--env");s=p;let{value:m,rest:_}=me(s,"--handshake-url");s=_;let{value:y,rest:E}=me(s,"--frontier-url");s=E;let{value:T}=me(s,"--agent-id");if(!o||!d)return{mode:"help"};let A={mode:"pair",privatecode:o,pairingCode:d};return l&&(A.env=l),m&&(A.handshakeUrl=m),y&&(A.frontierUrl=y),T&&(A.agentId=T),A}function eh(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:d}=me(o,"--caption");o=d;let{value:u,rest:l}=me(o,"--name");o=l;let{value:p,rest:m}=me(o,"--agent-id");o=m;let{value:_,rest:y}=me(o,"--session-id");o=y;let E=o.includes("--json"),T={mode:"send",kind:e,path:s,json:E};return a&&(T.caption=a),u&&(T.name=u),p&&(T.agentId=p),_&&(T.sessionId=_),T}function th(n){let e=n,{value:s,rest:o}=me(e,"--pat-token");e=o;let{value:a,rest:d}=me(e,"--env");e=d;let{value:u,rest:l}=me(e,"--handshake-url");e=l;let{value:p}=me(e,"--frontier-url"),m={mode:"connect"};return s&&(m.privatecode=s),a&&(m.env=a),u&&(m.handshakeUrl=u),p&&(m.frontierUrl=p),m}var nh=`
132
+ `),Ig(d.code);if(n.json)process.stdout.write(`${JSON.stringify(d)}
133
+ `);else{let u=n.name??bg(c.path);process.stdout.write(`Sent ${n.kind} ${u} (${Tg(d.bytes)})
134
+ `)}return 0}async function Ag(n,e,s,o){let c=new AbortController,d=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}),f=await u.text(),h=f?JSON.parse(f):null;return h&&typeof h=="object"&&"ok"in h?h:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${u.status}): ${f.slice(0,200)}`}}finally{clearTimeout(d)}}function Tg(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var zc=N("cli");function me(n,e){let s=[],o;for(let c=0;c<n.length;c++){let d=n[c];if(d===e){o=n[c+1],c+=1;continue}if(d.startsWith(`${e}=`)){o=d.slice(e.length+1);continue}s.push(d)}return{value:o,rest:s}}function nh(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 k=e.filter(W=>W!=="--upgrade-helper"),{value:z,rest:Y}=me(k,"--target-version"),{value:j}=me(Y,"--old-pid"),oe=j?Number.parseInt(j,10):Number.NaN;return!z||!Number.isFinite(oe)?{mode:"help"}:{mode:"upgrade-helper",targetVersion:z,oldPid:oe}}if(e[0]==="send")return rh(e.slice(1));if(e[0]==="connect")return ih(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:c}=me(s,"--pat-token");s=c;let{value:d,rest:u}=me(s,"--pair-code");s=u;let{value:f,rest:h}=me(s,"--env");s=h;let{value:p,rest:w}=me(s,"--handshake-url");s=w;let{value:b,rest:E}=me(s,"--frontier-url");s=E;let{value:I}=me(s,"--agent-id");if(!o||!d)return{mode:"help"};let A={mode:"pair",privatecode:o,pairingCode:d};return f&&(A.env=f),p&&(A.handshakeUrl=p),b&&(A.frontierUrl=b),I&&(A.agentId=I),A}function rh(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:d}=me(o,"--caption");o=d;let{value:u,rest:f}=me(o,"--name");o=f;let{value:h,rest:p}=me(o,"--agent-id");o=p;let{value:w,rest:b}=me(o,"--session-id");o=b;let E=o.includes("--json"),I={mode:"send",kind:e,path:s,json:E};return c&&(I.caption=c),u&&(I.name=u),h&&(I.agentId=h),w&&(I.sessionId=w),I}function ih(n){let e=n,{value:s,rest:o}=me(e,"--pat-token");e=o;let{value:c,rest:d}=me(e,"--env");e=d;let{value:u,rest:f}=me(e,"--handshake-url");e=f;let{value:h}=me(e,"--frontier-url"),p={mode:"connect"};return s&&(p.privatecode=s),c&&(p.env=c),u&&(p.handshakeUrl=u),h&&(p.frontierUrl=h),p}var sh=`
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 zc(n=process.argv,e={}){let s=Qg(n);switch(s.mode){case"help":return process.stdout.write(nh),0;case"version":return process.stdout.write(`${st}
179
- `),0;case"daemon":{try{await bc()}catch(o){return Mc.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return rh(e);case"stop":return ih(e);case"refresh":return sh(e);case"uninstall":return oh(e);case"install-service":return ah();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),ch(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),dh(s.privatecode,e,o)}case"upgrade-helper":{let{runUpgradeHelper:o}=await Promise.resolve().then(()=>(Dc(),kc));return await o({targetVersion:s.targetVersion,oldPid:s.oldPid,...e.paths?{paths:e.paths}:{}})}case"send":return Ic({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 rh(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
178
+ `.trimStart();async function Fc(n=process.argv,e={}){let s=nh(n);switch(s.mode){case"help":return process.stdout.write(sh),0;case"version":return process.stdout.write(`${st}
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 oh(e);case"stop":return ah(e);case"refresh":return ch(e);case"uninstall":return dh(e);case"install-service":return xh();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),uh(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),fh(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 Ac({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 oh(n){let e=n.paths??G(),s=new Ne(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
180
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 ih(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
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 ah(n){let e=n.paths??G(),s=new Ne(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
184
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(a){return process.stdout.write(`coze-bridge: stop failed: ${String(a)}
187
- `),1}}async function sh(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(c){return process.stdout.write(`coze-bridge: stop failed: ${String(c)}
187
+ `),1}}async function ch(n){let e=new Ne(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 oh(n){let e=new Oe(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
192
+ `),1}}async function dh(n){let e=new Ne(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(d){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(d)}
194
- `)}await new Promise(d=>setTimeout(d,500))}if(!n.skipSupervisor)try{let{getSupervisor:d,buildContext:u}=await Promise.resolve().then(()=>($i(),ji)),l=d();await l.uninstall(u()),process.stdout.write(`coze-bridge: ${l.platform} supervisor unregistered
194
+ `)}await new Promise(d=>setTimeout(d,500))}if(!n.skipSupervisor)try{let{getSupervisor:d,buildContext:u}=await Promise.resolve().then(()=>(Vi(),$i)),f=d();await f.uninstall(u()),process.stdout.write(`coze-bridge: ${f.platform} supervisor unregistered
195
195
  `)}catch(d){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(d)}
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}
196
+ `)}let o=n.paths??G(),{rm:c}=await import("node:fs/promises");try{await c(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
197
197
  `)}catch(d){return process.stderr.write(`coze-bridge: remove failed: ${String(d)}
198
198
  `),1}return process.stdout.write(`coze-bridge: uninstalled
199
- `),0}async function ah(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>($i(),ji)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
199
+ `),0}async function xh(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Vi(),$i)),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 ch(n,e,s,o={},a){let d=new Oe(s.paths),u=s.spawnDaemon??_n;if(!s.skipDistInstall){let m=await zi({paths:s.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
203
- `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(y=>setTimeout(y,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
204
- `)}let l=await d.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
205
- `),await u({paths:s.paths}),l=await Fc(d,s.waitTimeoutMs??1e4,s.sleep??qc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
206
- `),1;let p={privatecode:n,pairing_code:e};o.env&&(p.env=o.env),o.handshakeUrl&&(p.handshake_url=o.handshakeUrl),o.frontierUrl&&(p.frontier_url=o.frontierUrl),a&&(p.agent_id=a);try{let m=await d.request({method:"POST",path:"/pair",body:p,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 dh(n,e,s={}){let o=e.paths??q(),a=n??await lc(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 d=new Oe(e.paths),u=e.spawnDaemon??_n;if(!e.skipDistInstall){let m=await zi({paths:e.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
210
- `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(y=>setTimeout(y,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
211
- `)}let l=await d.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
212
- `),await u({paths:e.paths}),l=await Fc(d,e.waitTimeoutMs??1e4,e.sleep??qc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
213
- `),1;let p={privatecode:a};s.env&&(p.env=s.env),s.handshakeUrl&&(p.handshake_url=s.handshakeUrl),s.frontierUrl&&(p.frontier_url=s.frontierUrl);try{let m=await d.request({method:"POST",path:"/connect",body:p,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: connected (${m.body.note??"ok"})
214
- `),await wn(a,o).catch(_=>Mc.warn("writePatToken after connect failed (ignored)",{err:String(_)})),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 Fc(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 qc(n){return new Promise(e=>setTimeout(e,n))}zc(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 uh(n,e,s,o={},c){let d=new Ne(s.paths),u=s.spawnDaemon??_n;if(!s.skipDistInstall){let p=await Ui({paths:s.paths});p.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${p.fromVersion} \u2192 ${p.toVersion}
203
+ `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(b=>setTimeout(b,500)))):p.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${p.libVersion}
204
+ `)}let f=await d.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
205
+ `),await u({paths:s.paths}),f=await qc(d,s.waitTimeoutMs??1e4,s.sleep??Gc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.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 p=await d.request({method:"POST",path:"/pair",body:h,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 fh(n,e,s={}){let o=e.paths??G(),c=n??await gc(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 d=new Ne(e.paths),u=e.spawnDaemon??_n;if(!e.skipDistInstall){let p=await Ui({paths:e.paths});p.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${p.fromVersion} \u2192 ${p.toVersion}
210
+ `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(b=>setTimeout(b,500)))):p.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${p.libVersion}
211
+ `)}let f=await d.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
212
+ `),await u({paths:e.paths}),f=await qc(d,e.waitTimeoutMs??1e4,e.sleep??Gc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.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 p=await d.request({method:"POST",path:"/connect",body:h,timeoutMs:35e3});return p.status===200&&p.body?.ok?(process.stdout.write(`coze-bridge: connected (${p.body.note??"ok"})
214
+ `),await wn(c,o).catch(w=>zc.warn("writePatToken after connect failed (ignored)",{err:String(w)})),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 c=await n.probe(500);if(c.kind==="connected")return c;await s(200)}return n.probe(500)}function Gc(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)});