coze-bridge 0.1.60 → 0.1.61

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 +64 -64
  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 Yr=Object.defineProperty;var M0=Object.getOwnPropertyDescriptor;var B0=Object.getOwnPropertyNames;var z0=Object.getPrototypeOf,F0=Object.prototype.hasOwnProperty;var ne=(n=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(n,{get:(e,i)=>(typeof require<"u"?require:e)[i]}):n)(function(n){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+n+'" is not supported')});var ke=(n,e)=>()=>(n&&(e=n(n=0)),e);var ve=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Xr=(n,e)=>{for(var i in e)Yr(n,i,{get:e[i],enumerable:!0})},U0=(n,e,i,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of B0(e))!F0.call(n,a)&&a!==i&&Yr(n,a,{get:()=>e[a],enumerable:!(o=M0(e,a))||o.enumerable});return n};var Ye=(n,e,i)=>(i=n!=null?L0(z0(n)):{},U0(e||!n||!n.__esModule?Yr(i,"default",{value:n,enumerable:!0}):i,n));function vs(n){return Cn[ys]<=Cn[n]}function Tn(n){bs={...n}}function Pn(n,e,i,o){if(Cn[n]<Cn[ys])return;let a=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:i,...bs,...o});n==="error"||n==="warn"?G0.write(`${a}
9
+ `):q0.write(`${a}
10
+ `)}function D(n){return{debug:(e,i)=>Pn("debug",n,e,i),info:(e,i)=>Pn("info",n,e,i),warn:(e,i)=>Pn("warn",n,e,i),error:(e,i)=>Pn("error",n,e,i),child:e=>D(`${n}.${e}`)}}var Cn,ys,q0,G0,bs,U=ke(()=>{"use strict";Cn={debug:10,info:20,warn:30,error:40},ys=(()=>{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,bs={}});import{chmod as nx,mkdir as rx,readFile as ix,rename as Cs,writeFile as Ts}from"node:fs/promises";import{dirname as sx}from"node:path";async function Lt(n){try{let e=await ix(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function Nn(n,e,i){await rx(sx(n),{recursive:!0});let o=`${JSON.stringify(e,null,2)}
11
+ `,a=`${n}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{i?.mode!==void 0?await Ts(a,o,{encoding:"utf8",mode:i.mode}):await Ts(a,o,"utf8"),await Cs(a,n),i?.mode!==void 0&&await nx(n,i.mode)}catch(x){await Cs(a,a).catch(()=>{});let{rm:u}=await import("node:fs/promises");throw await u(a,{force:!0}).catch(()=>{}),x}}var On=ke(()=>{"use strict"});import{promises as ks}from"node:fs";import{homedir as ox}from"node:os";import{sep as ax,join as le,resolve as Ds}from"node:path";function q(n){let e=n??ox(),i=le(e,".coze"),o=le(i,"bridge"),a=le(o,"lib");return{cozeRoot:i,bridgeRoot:o,libDir:a,libEntry:le(a,"index.js"),binDir:le(o,"bin"),pidFile:le(o,"bridge.pid"),portFile:le(o,"bridge.port"),tokenFile:le(o,"bridge.token"),patTokenFile:le(o,"pat-token"),logFile:le(o,"bridge.log"),installLock:le(o,"install.lock"),configFile:le(o,"config.json"),agentsRoot:le(i,"agents")}}function Xe(n,e=q()){let i=le(e.agentsRoot,n);return{root:i,config:le(i,"config.json"),workspace:le(i,"workspace"),logs:le(i,"logs")}}async function Rs(n,e){let i=await ks.realpath(Ds(n)).catch(()=>null);if(!i)return!1;let o=await ks.realpath(Ds(e)).catch(()=>null);if(!o)return!1;let a=process.platform==="win32"?i.toLowerCase():i,x=process.platform==="win32"?o.toLowerCase():o;return a===x||a.startsWith(x+ax)}var ae=ke(()=>{"use strict"});var Bn={};Xr(Bn,{AGENT_CONFIG_FILE_MODE:()=>Ln,enforceAgentConfigMode:()=>dx,loadAgentConfig:()=>pe,persistAgentSessions:()=>Zr,persistAgentSkills:()=>Mn,saveAgentConfig:()=>Ee});import{chmod as cx,stat as xx}from"node:fs/promises";function pe(n,e){return Lt(Xe(n,e).config)}function Ee(n,e){return Nn(Xe(n.agentId,e).config,n,{mode:Ln})}async function dx(n,e){if(process.platform==="win32")return;let i=Xe(n,e).config;try{let o=await xx(i);if(!o.isFile())return;let a=o.mode&511;a!==Ln&&(await cx(i,Ln),Ns.warn("agent config mode auto-corrected to 0600",{path:i,from:a.toString(8)}))}catch(o){if(o.code==="ENOENT")return;Ns.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:i,err:String(o)})}}async function Zr(n,e,i){let o=await pe(n,i);o&&(o.sessions=Object.fromEntries(e),await Ee(o,i))}async function Mn(n,e,i){let o=await pe(n,i);o&&(o.skills=e,await Ee(o,i))}var Ns,Ln,dt=ke(()=>{"use strict";On();U();ae();Ns=D("agent-config"),Ln=384});function Ro(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?eu:e}function gt(n){return Lt(n??q().configFile)}function He(n,e){return Nn(e??q().configFile,n)}var eu,Kt=ke(()=>{"use strict";On();ae();eu=10*6e4});var sa=ve(Q=>{"use strict";var C=R;(function(n,e){let i=R,o=n();for(;;)try{if(-parseInt(i(1023))/1+parseInt(i(1137))/2+parseInt(i(1754))/3*(-parseInt(i(1344))/4)+parseInt(i(1205))/5*(-parseInt(i(1270))/6)+parseInt(i(1014))/7*(-parseInt(i(1616))/8)+-parseInt(i(1186))/9*(parseInt(i(1265))/10)+parseInt(i(749))/11===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(ur,282130);var Qu=Object[C(760)+"operty"],ef=Object["getOwnPr"+C(922)+C(856)],ea=(n,e)=>function(){return n&&(e=(0,n[{MMiTt:function(x,u){return x(u)}}[C(873)](ef,n)[0]])(n=0)),e},tf=(n,e)=>{let i={FhRyz:function(a,x,u,f){return a(x,u,f)}};for(var o in e)i.FhRyz(Qu,n,o,{get:e[o],enumerable:!0})};function nf(){return Vo||(Vo=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function rf(){let n=C;return Yo||(Yo=[IDBCursor.prototype.advance,IDBCursor[n(1037)+"e"][n(1868)],IDBCursor[n(1037)+"e"][n(1868)+n(1457)+"ey"]])}function sf(n){let e=C,i={CrFWd:function(a,x){return a!==x},Wbdzx:"qJevQ",clzvT:function(a,x){return a(x)},BRkJR:function(a){return a()},KuvVC:e(709),hbhGy:function(a,x){return a!==x},btFAr:e(1275),cgFSQ:function(a,x){return a(x)},yzWao:function(a,x,u){return a(x,u)},oqYbd:e(1609),RRCpT:"close",MLWnH:function(a,x){return a instanceof x}},o=new Promise((a,x)=>{let u=e,f={whfeX:i[u(889)],rqysk:function(_,S){return i[u(683)](_,S)},afDrK:i[u(847)],IadrY:u(1329),plkDy:function(_,S){return i[u(1768)](_,S)},EMtFN:function(_){return _()},TzJKO:function(_,S,E){return i[u(1425)](_,S,E)},RLruN:i[u(972)],yZQmZ:i[u(650)]},g=()=>{let _=u;n["removeEv"+_(1932)+_(903)](f.whfeX,m),n[_(707)+"entListe"+_(903)](_(1609),y)},m=()=>{let _=u;if(f[_(768)](f.afDrK,f[_(773)]))f[_(2009)](a,f[_(2009)](je,n.result)),f[_(1835)](g);else{let S={xwEjp:function(E,A){return E(A)}};return function(...E){let A=_;return _0x56b9cc[A(1389)](S[A(1440)](_0x2fc31a,this),E),S.xwEjp(_0x9774eb,_0x25c8e3[A(2007)](this))}}},y=()=>{let _=u;if(i[_(558)](i.Wbdzx,i[_(1666)])){let S={CNOby:function(E,A,T){return f[_(1450)](E,A,T)},OlWth:f.RLruN,OHkGm:f[_(1594)]};_0xade71c.resolve()[_(1098)](()=>{let E=_,A=S[E(948)](_0x11aa2e,S[E(1846)],{message:this[E(448)+E(549)+E(1880)](_0x1addad)});this.emit(S[E(1846)],A);let T=S[E(948)](_0x5abded,S.OHkGm,{reason:this[E(448)+E(549)+E(1880)](_0x47781e)});this[E(2008)](S[E(482)],T)})}else i[_(1747)](x,n[_(1609)]),i[_(552)](g)};n[u(1424)+u(826)](i.KuvVC,m),n["addEvent"+u(826)](i.oqYbd,y)});return o[e(1098)](a=>{let x=e;i.MLWnH(a,IDBCursor)&&pi[x(833)](a,n)}).catch(()=>{}),xr.set(o,n),o}function of(n){let e=C,i={wtvvB:e(747),oZLaT:e(1609),BOMnZ:e(658),pwlVn:function(a,x){return a===x},wfFWK:e(939),pfaFs:function(a){return a()},VoWkO:function(a,x){return a(x)},oAuTv:e(868)+"or"};if(cr.has(n))return;let o=new Promise((a,x)=>{let u=e,f={ZmJFl:function(_,S){return i[R(1318)](_,S)},twqec:i[u(1708)]},g=()=>{let _=u;n[_(707)+_(1932)+_(903)](i.wtvvB,m),n[_(707)+"entListener"](i.oZLaT,y),n[_(707)+_(1932)+_(903)](i[_(985)],y)},m=()=>{let _=u;i[_(1097)](i.wfFWK,i[_(894)])?(i[_(766)](a),i[_(766)](g)):(this[_(1204)+_(789)][_(720)](),this._messageQueue[_(684)](_0x2b00ae))},y=()=>{let _=u;f[_(1593)](x,n[_(1609)]||new DOMException(f.twqec,f.twqec)),g()};n.addEventListener(i[u(1042)],m),n[u(1424)+"Listener"](i[u(1580)],y),n["addEvent"+u(826)](i.BOMnZ,y)});cr[e(833)](n,o)}function af(n){dr={VBvhf:function(i,o){return i(o)}}.VBvhf(n,dr)}function cf(n){let e=C,i={wkfKz:function(o,a){return o!==a},KfGZq:e(1041),PQqdF:function(o,a){return o(a)},PmsnX:function(o,a){return o>a},PCvuN:e(1456)+e(1738)+"e",AAbvy:function(o,a){return o>=a},pFfse:function(o,a){return o&a},HMbfc:function(o,a){return o===a},EPXBS:e(1899),cSyay:e(445),krqVQ:function(o,a){return o instanceof a},bRSaG:e(1261)+e(1185)+e(1020),wlfpC:"applicat"+e(987),PULmt:e(1206)+"e",aNikv:"binary",eqwvK:function(o,a,x,u){return o(a,x,u)},jBcVT:function(o,a){return o===a},UTjfU:function(o,a){return o in a},hVBLz:"objectStoreNames",oxbPB:"CyIyd"};if(i[e(1059)](n,IDBDatabase[e(1037)+"e"][e(1192)+e(1856)])&&!i[e(1241)](i[e(685)],IDBTransaction.prototype))return function(o,...a){let x=e,u={bxaMX:function(f,g){return f||g}};if(i[x(1411)]("JhwRp",i.KfGZq)){let f=this[x(1945)][x(629)](this._prefix),g=_0x24a9f2[x(1263)](u[x(1016)](f,"{}"));return g[_0x5a9a64]=void 0,this[x(1945)].setItem(this[x(499)],_0x31ee48[x(1990)+"y"](g))}else{let f=n[x(1664)](i[x(531)](pn,this),o,...a);return hi[x(833)](f,o.sort?o[x(1870)]():[o]),i[x(531)](je,f)}};if(rf().includes(n)){if(i.jBcVT(i[e(886)],i[e(886)]))return function(...o){let a=e,x={DLHjQ:function(u,f){return i[R(1120)](u,f)},SSlgs:i.PCvuN,NhehY:function(u,f){return i.AAbvy(u,f)},oDLxy:function(u,f){return i.pFfse(u,f)},yvUzn:function(u,f,g,m){return u(f,g,m)},qgYRW:function(u,f){return u+f}};if(i[a(1996)](i.EPXBS,i.cSyay)){if(x[a(865)](_0x5b75d3,_0x19ab2f))throw new _0x111003(x[a(831)]);let u=3;for(;x[a(1778)](u,0);){let f=x.oDLxy(255,_0x5eb5f0);x[a(475)](_0x38bca8,f,_0x2e38b5,x.qgYRW(_0x12e362,u)),_0x479355>>>=8,u--}return x[a(1556)](_0x19ff14,4)}else return n[a(1389)](pn(this),o),i[a(531)](je,pi.get(this))};if(_0x1d8aff[e(1959)]instanceof _0x991001){let o=i[e(1408)](this[e(1539)]["payloadE"+e(1570)],_0x511b52)?{force:!!this[e(1539)][e(609)+e(1570)][e(1581)],encoding:this[e(1539)]["payloadE"+e(1570)].encoding?this._options[e(609)+e(1570)][e(1739)][e(943)](/\s/g,"")[e(1712)+e(1874)]():""}:{force:!1,encoding:this[e(1539)][e(609)+"ncoding"]?this._options[e(609)+e(1570)].replace(/\s/g,"")[e(1712)+e(1874)]():""},a=_0x22f99d[e(609)+e(1570)]?_0x2d4c44[e(609)+e(1570)][e(943)](/\s/g,"")[e(1712)+e(1874)]():"",x=i[e(1408)](this._options[e(1060)+e(1298)],_0x2c4ed2)?{force:!!this[e(1539)][e(1060)+e(1298)][e(1581)],type:this[e(1539)][e(1060)+e(1298)].type?this._options.payloadType.type[e(943)](/\s/g,"").toLowerCase():""}:{force:!1,type:this[e(1539)][e(1060)+e(1298)]?this[e(1539)][e(1060)+e(1298)][e(943)](/\s/g,"")[e(1712)+e(1874)]():""},u=_0x4b2202["payloadT"+e(1298)]?_0x1ccb83[e(1060)+e(1298)][e(943)](/\s/g,"")[e(1712)+e(1874)]():"",f=x[e(1581)]?x[e(1262)]:u||x.type,g=o[e(1581)]?o[e(1739)]:a||o[e(1739)],m=[i[e(1879)],i.wlfpC,e(672)+"ion/json"+e(1105)+e(1314),e(923)],y=[i[e(1809)],i[e(1840)]];this[e(1539)][e(644)+e(1789)+e(1640)+"ad"]&&m[e(1282)](f)&&(!g||y[e(1282)](g))?_0x19debf[e(1784)+"oad"]=i[e(1055)](_0x36e907,_0x447e63[e(1959)],0,_0x1435cc[e(1959)].byteLength):_0x31a5e1["textPayl"+e(1860)]=""}else _0x4fa708["textPayl"+e(1860)]=""}return function(...o){let a=e;return i[a(531)](je,n[a(1389)](i[a(531)](pn,this),o))}}function xf(n){let e=C,i={mabCq:function(o,a){return o===a},ijNHo:"function",xzBCP:function(o,a){return o(a)},ZqMBd:function(o,a){return o instanceof a},ZzOZu:function(o,a,x){return o(a,x)},KmLlH:function(o){return o()}};return i[e(803)](typeof n,i[e(1234)])?i[e(458)](cf,n):(i[e(756)](n,IDBTransaction)&&i[e(458)](of,n),i[e(528)](ta,n,i[e(805)](nf))?new Proxy(n,dr):n)}function je(n){let e=C,i={Xqyti:function(a,x){return a>x},NXSId:function(a,x){return a instanceof x},nPZxO:function(a,x){return a(x)},YTHBy:function(a,x){return a!==x},hmdSH:function(a,x){return a!==x},mFoxQ:"yznGd",rHKzr:e(1125)};if(i[e(1737)](n,IDBRequest))return i[e(1436)](sf,n);if(or[e(1988)](n))return or[e(2007)](n);let o=xf(n);if(i[e(1679)](o,n))if(i[e(1502)](i[e(1697)],i[e(1439)]))or[e(833)](n,o),xr[e(833)](o,n);else return this["currentI"+e(1504)]==this.endpoints[e(633)]?!0:i.Xqyti(this[e(472)+"ndpointTriesCount"],this.maxRetries);return o}var ta,Vo,Yo,pi,cr,hi,or,xr,dr,pn,Xo=ea({"node_modules/idb/build/wrap-idb-value.js"(){let n=C,e={bibii:function(i,o){return i instanceof o},fOSDJ:function(i,o){return i===o},lBSyh:"done",hDrmY:n(895)+"oreNames",mhBNt:n(519),HbNEA:function(i,o){return i(o)},pLqdM:function(i,o){return i!==o},VsNOY:n(660),UhjAb:function(i,o){return i in o}};ta=(i,o)=>o.some(a=>i instanceof a),pi=new WeakMap,cr=new WeakMap,hi=new WeakMap,or=new WeakMap,xr=new WeakMap,dr={get(i,o,a){let x=n;if(e.bibii(i,IDBTransaction)){if(e[x(1710)](o,e[x(1590)]))return cr[x(2007)](i);if(o===e[x(1320)])return i["objectSt"+x(1670)]||hi[x(2007)](i);if(e[x(1710)](o,e[x(1795)]))return a[x(895)+x(1670)][1]?void 0:a[x(895)+x(1828)](a["objectSt"+x(1670)][0])}return e.HbNEA(je,i[o])},set(i,o,a){let x=n;if(e[x(968)](x(1197),"cmxbr"))_0x171cf5[x(621)+"jectStore"](_0x1bc652,{keyPath:_0x146ff9});else return i[o]=a,!0},has(i,o){let a=n;if(e[a(1710)](e[a(807)],e.VsNOY))return i instanceof IDBTransaction&&(o===e[a(1590)]||e[a(1710)](o,a(519)))?!0:e[a(1346)](o,i);this[a(667)+"rs"]={}}},pn=i=>xr.get(i)}}),na={};tf(na,{deleteDB:()=>uf,openDB:()=>df,unwrap:()=>pn,wrap:()=>je});function ur(){let n=["zxjFCw9Z","DhDQyuG","s3H6q28","C2vYDMLJzq","quXm","s2revLe","Ahr0Ca","u1jhr0m","ueXxDgu","B0f1vhy","AM9mqKy","zK9treO","CvnOu3C","Dg9mB3DLCKm","AwnLsKu","thvLB1G","rfrYAgW","zeDquNC","B2TSuNu","DeLUDgvYy2u","wgT3C2O","y3r4","AMLdy28","CMv0CNLdB3u","vuP5su8","yxGGCMv0CMK","CMvXDwLYzwq","AxnNBvG","ueXLuhm","Ag5UuLe","yw5Nzq","s1zUywm","x2nYzwf0zvm","DhbizwfKzxi","uK1MDxG","D0jou3K","A3D1EMO","BMrWB2LUDca","tLHtswq","Dg9VigXHCMC","zw5JB2rPBMC","zv90Aw1LB3u","AMvJDfn0B3i","yMLUyxj5","BhrPCgXLihq","wKrdtMW","ELfXAwi","x2rPC3bHDgm","y2X6DLq","Cw9Z","CgnkBhy","ywnmwvq","yxbWzw5Kq2G","rND6A1C","q3vZDg9Trxi","mta4mdu5mvz6q3nqyq","t1jHq2y","ihrYEsbYzwm","zgjxzLa","zxf1ywXZ","BML0AwfSAxO","Bg51BvO","BgPKrxe","zfrJq28","twLZC2LUzYa","C2vUza","C2v0zgi","lcbOB3n0BMe","yKjYBfm","y2Dgu1e","DxnLCKLW","A2v5CW","wKHOs1C","ywzL","yxjYyxLIDwy","tfr3q0W","rLDt","ihzHBgLKihm","y2uGBM90igK","tMHLAfK","sLvyEfO","wMThqNG","AxPPrw8","vuLzsMm","x3bYB3rVy28","Dgv4DfbHEwW","y29UBMvJDca","m3W0Fdv8mNW","ruzhEge","Bg9IywXty28","yw5ZzM9YBvq","y1DpAgm","C3bSAxq","zMr4D1K","y0fRCKG","s0TYvMO","BwHctNq","yxnJCMLWDa","B3bLCNr5","rhz6Ag8","BvLPBLG","t0nyDwS","C0nVDw50zxi","r3vPq1K","B2nRzxq","tgjgB00","BeTIEeK","EuLhyw8","B1jjtNe","DNDXzvu","ufvmBxq","ywnRtxnNswq","AK1IyK4","Cgu6ia","t3nTDxG","tfDRDLq","yvjmr2O","Aw5KzxGGB3u","uLDVENK","z2vjBMzVu3K","t2jQzwn0","s2XzAgW","Cg9PBNrdB24","BfLwsu0","BMDLza","y3vYC29YlNm","uMP4weq","n3WZFdf8mG","CgLUz0LUDgu","B3jL","x2HHBMrSzu8","Cg9PBNrbBMq","wgfAsMW","CMvHC29U","y29UBMvJDa","DeLK","ru10rK4","t0XAEu0","uu9fsKW","rhj6EMm","r0Xiwwu","yu5PA3y","wLP4B1G","AgPuBeW","zvvYBa","z2v0u3rVCMe","vxzWDvG","t2XxDgG","Eu5YvwK","vMTkAfi","x3jLywr5q2W","Aef4u2e","Dg9Y","DMfS","r0n0zvu","vKLMrMO","DKvzzeG","Aw9U","uwjhBwG","rLrSvNG","x2rLC3rYB3K","B2fK","BMvJDa","BgvY","BwnhCwC","ywHhC28","EhfuCwu","DuLpAKS","sgXWvLu","y29UDgLUDwu","r0DjtNq","C29YDa","x2DLDeLUDgu","ywDLrxzLBNq","zNjVBu51Bwi","yxnL","wKrKr0i","zM9YrwfJAa","u2PWv1u","rKPeu3u","yLjtyuC","ywDL","AeTqtgC","CKHLz0y","C05ezeq","CMvJu2W","yKPwufe","zNDZxZeUmc4","Dg9tDhjPBMC","BuXnDeq","tg9JAW","z2v0q3vYCMu","zxjFBxnNAwq","zxn6qxq","Ahr0Chm6","yMfJA3vWigu","x2rYB3bhBg8","q0Xpu0ve","BIWGAg9ZDg4","B3v0sw50zxi","AvHlrwK","veDgzfC","Bwf4tg9ZC0m","uur3swu","whrIrum","EMrOq3y","ywnOzwqSihC","Dg9cExrLC0W","D1zQA0S","vNffr0C","ywrK","Bhm6ia","AgLNAa","B3bLBIa","Aw5KzxHpzG","rLjptLrjrvi","AwXSihvZzsa","BMCGB3iGyw4","yuj5rgq","Au9dwue","zgvIDwC","u2Duuui","y09Wzw4","rKngv2u","rfbSshq","teTrsuS","BMfbyMS","AfLZDeG","tKzdDeu","Egntu1q","rhLsyNm","FdH8m3W5","sMzlAhu","zw50tgLZDgu","DgzxruO","B25VCgvU","ruXtANK","y2XLyxi","B2nRzxrtDwm","AenSB3nLrxy","tfDUExK","n3W0Fdv8mta","zvbYv3i","yvPbBwm","zw1Wrxq","z3LMBgy","x3fVC0rc","C2DHy1y","tvvTu08","DhjPzxmGCMu","zw50","BNDhqM8","r1f2uuu","B25LCNjVCG","zejqqM4","DcbSAw1PDa","vhniqMu","zu9LBxK","r0PjuLK","sMTHB2u","Cgf5Bg9Hza","rMP6zNa","y3Ljz0q","A3zfww4","BePdB3G","CMvTB3zLq2G","Dw5RBM93BIa","vvrvwK8","rg5iEwy","DMjAANy","CgLmDxG","vNP0t0q","Cuz2DM0","D2fNr2m","zw5NDgG","Bg9N","CMvZzxruCMK","yvjgwxm","x21PBMLoyxy","x3vYBa","A1zWA0i","BMnLq2XVC2u","yKjMsg8","zvHoq2S","qvnIzui","B0zzCMu","rxjYB3jdB2q","zgrjrcWGzgu","AwrQsNy","AgfZ","AxnszwfKEq","C3rYAw5NAwy","qK1Qr0C","yLzwt3y","z2roy1i","BxHeDgy","AwrNDhy","se1IzMm","yw1L","tvD0D0W","zw5HyMXLqxu","q0PirKK","tw9KDwXL","t3bLBKv2zw4","sgrOANa","ufjhAw4","qNbSwMy","BMfTzq","z2v0","zw1PDa","CgXRrhK","zMLSzw5HBwu","A2rtDue","yxrHlcbKyxq","x2LZv29YA2u","x2zVCM1HDeu","sxfIvNO","ALH0uvO","vw5Oyw5KBgu","AwDHDg9Yt24","Avjjwu8","veXhzvq","rK54vLa","Fdj8oxWZFdG","rgvHDwu","EhPcq1a","we5fsKW","rfzIr2G","s1zyuwK","DML3yLK","r0ztt2S","BgLZDgvUtMu","uxvZDgC","DMrAy0W","y29UBMvJDeu","t2zJDu8","q09otKvdveK","s0nvELy","ruD0A0y","y3vYCMvUDeu","r1fXzeW","x3nLBMrby2S","ExzvEM4","y3jLyxrLq2W","CMvQzwn0","ywXS","tuHqEeq","Eg5sC2m","sMrTsNO","t0HRr20","AwXLx25HBwu","zKHoDuO","t2fuz0O","DvLRDxe","zwfPEhm","y3ruAw1LB3u","Du53Dfy","Cw5KCNG","zNHNzNu","y3vYC29Yx24","ze9vrLm","qwLNrfe","D3m6lY8","CgLUz0XVC3m","zvD0qMS","zeLpv0O","x3bYzwzPEa","wK5WEw0","y3n4CKm","BfDPEMW","u1veAKy","v2nzzNG","yxnZAwDU","y3jLyxrLt3a","De1HBMfNzxi","sLLXAuK","y3fTCLu","x3nLCuLK","x2LZtwLUAvC","x2rItMfTzq","x3bPBMC","A3rKBfG","x2n1CNnVCK0","t2jhvM8","sgvht0G","CMvUDevUzha","C3rVCMu","A1zPuhu","CM92AwrLigi","CMvHzhDYAxq","x2LUAxq","B2nRzxrgywK","x3bHDgHlzxK","yKv6DKK","zwHyB1e","wNPpwNu","q2LlD3e","yMrFzgLK","uffXzey","zxjYtxnN","AM9PBG","zMvY","mhW0Fdz8nxW","sxPSs1G","uNfwBfm","BeXyEwW","zMfrqMm","AMXYDfe","DgfIyxnL","Ec11C2uT","BNrbBMrvCgq","C1nQzNe","s0TSAwi","sKrRC28","B2HkuuK","sennqKW","CNjVCK1LC3m","yMXkA2q","B25dBg9Zzq","qLjRsLi","x25HDMLNyxq","C3rVqw8","vwvJEuO","yM9KEq","yNL0zuXLBMC","q3jgv2q","D1zXyxy","v0Lcu0i","z3Lsr0O","v3nsALK","ref5wKS","zgf0yq","suDHCuC","vK1Orxe","Dxrjza","D2fYAKe","Aw5PDcbrB1m","C2vYDMLJzs0","t0XzuM0","CgfNzxnOB3C","qNjPzgDL","zgPKzfK","D0PxuKu","Ce9Nthq","tg9NsurozxC","ywrKq291BNq","z2vtEw5J","vxbKyxrLq28","tuniwKG","suz4vwW","x2vUzhbVAw4","q0r3ENe","x2LZtwLUAvq","AevYCM9Yrxy","y2DUvKq","DwL2zfm","CMvJzxzPzwq","Du5KChe","B21Iz3u","B3bLBKrc","y29UC3rYDwm","qMz0zgO","BgLUzw5V","B2Horhu","AwHvsue","ve96r0e","qLPmBwC","D3zuvLi","EM51EM4","wxzfBwC","DNnzvgW","uMvHzcbWyxm","yNL0zxm","zcbLCNjVCI4","CvnRrxq","r1j6D0m","Cgf5Bg9Hzeu","zvvUsMy","qK5YC0S","igzHAwWSig0","BKvWrMW","qwTRsgS","vhz2wuO","C1rXt3e","x2HHBMrSzvi","C2vYDMvYvgK","Cw9Zx18","qKDyCw8","y3jLyxrLt2i","CgXLyxnLiha","C2v0q3vYC28","v2zryxO","zNjVBuj5Dgu","uMz3rwy","DeDUvKm","EMHzDLa","z2v0sxrLBq","BxnN","zuzfv0i","veX1CLK","BgvUz3rO","BMrIvhm","zvrxwwi","CxvZzu4","sfD0u2K","we1Izvy","C0XPC3rLBMu","wxjyAfu","z2vY","CMvHzg9UBhK","zNvUy3rPB24","zw5HyMXLvhi","tKLlzvO","zxHWB3j0CW","zMLUza","zcWGDw5RBM8","m3W0Fdj8mhW","uLjdCfq","rufezwK","zxH0zw5ZAw8","EK12r0W","zg5UAfC","ALDVAfi","vw55Bhy","r09ssw0","ywjVCNq","DKv4zM0","zwrdvhO","DwX2A0e","uxreAgO","u29vshi","u3Ptqvy","DgXntKq","AK5swKe","x2XPC3rLBMu","sKTPCxe","AxnNz2K","BMv3vMvYC2K","rhDTzwm","yxbWBgLJyxq","Bg9NsurozxC","CuTLve4","qxjgr1e","txbyzgm","yvfhy0i","tgnqCwe","zK5RB2G","y3vYC29Y","uKXsrgy","Bwf4uMv0CMK","AgjOr3K","ChvZAa","AfzcthO","q0Xpu0LorW","CNnVCL9Uyw0","zw5JB2rLrNi","D3fkzNu","ChLQzhe","CM92AwrLihC","zK5yDuy","z29PBMCGyxC","r3jZExy","DMvY","u1f4ywW","mxW0Fdj8mhW","s1n6CKS","sgfqALu","rezQCKm","uejcB3K","serNDLm","ywnmA2K","DKXuEwG","rNf1AKu","CvP5Bw0","CMvTB3zLrxy","qKf2ENG","C3vJy2vZCW","CuXjEKu","BurOuva","DxbKyxrLq3u","D21kvuW","C3Pdwxi","sKn3Dxa","qu5bDwG","vMHZyLO","yMLUyxj5vhK","Dw5ZAwDUzwq","C2HPzNq","EhzTEw0","y291BNq","ANHvwg0","BNfJuwi","ChrVCG","ALHrrg4","ruH2DNu","CNjjD3C","u2vYDMLJzvC","Bvf0zNK","y29UBMvJDgK","DMfSDwu","ruD3q20","CgfNzwHPzgu","m3WYFdr8mxW","m3WXFdj8nhW","AKD0C3u","EwvQCe8","q05ouwe","mhWXFdn8mNW","BwfW","z05msNe","A2zxBNG","D3jPDgu","z1HYtxm","r3zTz0G","y29TCgXLDgu","zv9ZDwnJzxm","odC2mdGWn3zdBxjIDG","y2nXu3i","yxrLq291BNq","qvzxwuq","CgjICdi","s2XNA3u","rerNBwO","wNfnqMq","CwXpu04","A3r2rK4","qMvbAgW","zgvMAw5Luhi","A3jKugC","zxjYtM8","C2vUDa","Eu5ytuu","x29UugfNzu4","CgzHrNm","rNPjv3O","CNf5C2S","rMHZwge","x2HHBMrSzva","CxDJz2O","ywnR","swfKCLK","q2vXAhG","Ahj2rhq","wwPRBMK","swvMtKC","DvrJyMK","vuvkBvq","yNHztg0","sLnptLa","vxvqtfq","BMjmuKu","AfDPuhi","s25prMe","sevRugi","yLzbufO","tvvZD1G","uxvLDwu","rwjktNG","CuPmEuq","EwHKzuS","vgrovMm","D24GCMvHC28","AgvHzgvYCW","rgXsBKe","Cev2vK4","DwzMyva","Bef5EMK","AhbPqu0","AxmGDw5Kzwy","EuDpD0W","BwfIq3e","q09HANe","s21mBeG","t05qDfy","vNnot1K","x3jLy29UBMu","y29UDgv4Da","v2LUzg93","Aw1LCYbPBIa","x2nSzwfYugK","zuTpCKK","DeLXChi","CYbHBhjLywq","zeztsge","t1bftG","CKHorgm","EM9Ir0i","zxvyrMS","vhnNDwu","zg9Uzq","vxzAr3O","twfUtxa","qwTPrfe","tgLZDgvUzxi","BwvY","txnZs2e","BgLUzq","serev0i","u1nSz3m","r2LgwMy","C2v0","ywDLsgLKzq","tK50ve8","zfDiq1O","swXIB0y","y3jLyxrLtwu","rgTqreC","Cvr1r0S","DgLAsge","BNL3B3u","r3LNs0G","DeP3sxu","uwLqB2u","z3byEMS","yNrgqxi","x3jLBw92zvC","wvv6qxG","ihrPBwvVDxq","x3nVy2TLDa","vwHZB1C","vMztEwW","ywXSzwqGBxu","zhjPzhy","BwvZ","v2r1D24","thjMtxa","B25SAw5L","zxjHDg9Y","CvLOrwG","uK9Lzuy","y3vYCMvUDeK","Dg9oDw1Izxi","reXiALe","t0XRtxy","werPvvG","qwjVCNrfCNi","y3jLyxrLrxi","C01qr3K","zgvSzxrL","Dg9cExrLC0i","tu1Pvhq","DLrztgC","uMvJB25Uzwm","q1bWvNa","CuXHwfm","u3P0tNa","uevsCNq","D0HmEfu","D3P2ywm","y1jlyMu","Aw5KzxG","Cunnq1G","DgvZDa","B3HIuei","CMvKDwnL","B25tDg9Wsw0","s3v2vKm","weH5yvG","thvorgW","yMfSrxzLBNq","x29Ut3bLBG","D2zgv0S","B2jQzwn0u3q","uuvpBvO","BhvmBgS","s01Srui","EeHztva","DxrVuMvJB24","y1vsD0y","u2LHwhq","BMvY","B25mAw5L","D2vI","CM92AwrLige","B3nLrxzLBNq","Dw5KzwzPBMu","C2DPza","tMfTzq","z2v0qwXS","zMLSDgvY","C2v0y3vYC28","x29UtwvZC2e","uuHlEhG","ChbIrLm","AxjLza","B3rWzvO","ugnACvC","q1HmCuu","CMvHzfvjBNq","B3bLCNr5tMe","C3rYAw5N","AhLArhm","C2nYAxb0","u3fYD1G","ywnRDxbfBMq","quLIrxm","B1vguKG","DxbNCMfKzw4","qwvvs0S","t0HwDue","thP5sxy","zw5fDMvUDa","zhPRy3y","Bwu6ia","u3rYyxrLz3K","rxzLBNq","wKXMywO","tK1XtKy","v2PUsvO","zgvSzxrLrge","CMvWBgfJzq","u0TdA0K","y29UBMvJDfm","senwsNy","y2XLyxjtDg8","q05pyNK","qNLithO","wMfutw0","ugPPB0S","D1PHCM8","AgvKtwf4uMu","sK9MDxi","yKD2ELq","CMrqExO","x3DZsw5ZDge","x29Uq2XVC2u","z2v0qwXSs2u","jMPZy2fSBgi","icSG","yLzbug8","x0rctMfTzq","s1Pdz2O","yvPSs1a","ugPAvhK","DxzfwfC","CeXXze0","v2HIsNi","BwvZC2fNzv8","zMX1C2HfEha","B3fzyMq","BNruCMLLC0m","BeHHBMrSzxi","reHRzNK","sg5iELm","DMfSDwvZ","rKfHruK","ANbgufO","suvtx0vsuK8","Ewjnqve","DhjPzxm","y2HLy2Tszwe","ruvsCfu","qK9nBLO","y3vYC29Yx2y","Aw9Ul2PZB24","rvbQAey","Dw1mBNK","zNjVBuHHC2G","x2TLEvbHDgG","sNPjA2S","shzOCNe","Cg93","B25eyNe","sNLAExi","DMvYC2LVBMm","BgjHDuO","twXxtxO","CKPOqLa","uNb2ALq","t0nzvgO","A01YBMW","tK1LBgq","zxrxB3jRq2G","vgfN","A0XeDvi","ihzHBgLKigq","Bg93","B2LUDfjLywm","ywDLu2HVDW","Aw9UvgLTzw8","Dev2zw50","nJnkCvrQu0W","A2HMs0S","yNHHtvG","BMCGDxjSoIa","rfvbvKW","vMPHEK0","zxq9DxrMltG","CLzHBhvLCW","yw1Lu3bHy2u","mtqZodzoEhDYtMi","sxjXDNu","AxbOyLG","u2vXsuq","yxKSihrYEsa","AefmA3G","qunVz0u","CKvewKO","CgvYC2LZDgu","yxPpwxa","DwvID0K","t2vbv2i","Bg9Nsurhzw4","D0nWwxu","ChjVDg90Exa","thHYueq","BLPqsxa","CKPYr3G","sMH3uNa","D3r2DKi","wML6wMy","y3r1tee","x2fKzfDZtgK","mxW0Fdn8mhW","DuLnr3i","quHxC3q","v1vAugK","wM11Cuu","AMDkreu","C0Xf","yKDvD1u","zNjVBujPDhm","zxf3DKS","ysbTDxn0igi","q3nWvxa","uwjbCM0","AKjJvLq","Cgf5Bg9Hzfq","txjhsuy","t1n2DeK","t1bftL9fuLi","v3vts0G","wuXVuwy","D0jpEwy","D1P1DLa","y0vhCgC","EhnAAvu","zxj2AwnL","ref5tw4","rM5qrxq","zgP6B3C","DgvmB2Djre4","rLvYBhq","tufyx1jfvfi","zw5KCg9PBNq","yLvgv1e","y29Kzq","DKHvqwC","sgfjEhu","CYbPBNn0yw4","B2TXzgC","ugvHwLy","zgzrtwq","y2P4EKK","BM5Ly3q","zwn0","DMLJzuLeig8","zMXVB3i","CMzOrMW","x2n1CNnVCK4","x2rPC2nVBM4","t3PxsfK","DK1cBvy","DgfYz2v0","ChDSvM4","DgHLBG","x2jPBMfYEvq","y2HLy2TdDxi","v2vIu29JA2u","BezSDxnO","yM5jBKO","reiGzMfPBgu","o2nOyxjZzxq","zNjVBNrPzxi","Bw5nr0S","AxnFywnR","uxb3DK4","v3fdwxK","rwr1tNy","rg1jBwe","D0rRtMC","BKXPBMu","zNjVBunOyxi","B25pCgvU","B3bLBG","y1zdD3y","r1bcz3G","ug1ZBLG","yxv0BW","DgLTzw91DcW","wNnlwLu","uMn3DxK","uuLXv2S","CMfTzq","C3bSAwnL","AgfUz2u","rK9QB3m","D3nZoI8V","C3zmr2m","Bu5RyKK","nNW1FdD8mxW","suzXswO","B25fCNjVCG","Ae1LC3nHz2u","nJG1mJG2uK1SCMvk","ywnRx2LK","CMTLCKDSB2i","ELnmANK","AhDzCLa","sg5Aruu","BwPQt1m","uhHxvNK","uLjpuG","DwDPrgq","DgPoyMu","whbIr0S","ihjLy29UBMu","vMjyv2G","AffJv24","zMLN","qKL1s0G","zgrZwfe","ww1Ls1m","B25tDgfYDfi","CgLUz1rPBwu","EfvZzuvUDG","v1jqsKK","tuvtu0fhrv8","yxDVB0e","EenhA20","y3jLyxrLrwW","AgfZt3DUuhi","EgDxBKC","tKDFrvjst1i","CgDSDLy","BNvTyMvY","wM14ruy","Axv2wKy","DgjOqKm","rgXYzhe","lcbxzwjtB2m","BwnIwLG","zsbHihn0CMK","Bvzorxi","BMDuAw1LCG","zgvS","A3DIz3y","tKrouuK","BunkzKq","zKHwrMu","ihbYB3rVy28","vezXExG","Aw47y2HHCNm","nJa3nZDAB3bIwgi","z3vxzeq","y2HHCKnVzgu","wMj1sLa","q2fRu2i","thPtEve","DhjHBNnHy3q","tLzetMG","tK1SuK4","B3fjt0W","swDsAeC","y214yNi","B25ozxr3B3i","x2LZsw5PDa","vxrfr3a","CNzHBfzHBhu","DxbUDg8","sg1dDum","x21LC3nHz2u","nvjZs1LcCW","BM9Uzv9UB24","Aw5N","lcbTyxGGCMu","su5vCgC","ufDiDgS","veDcqwy","EsbJBg9Zzwq","Ae9Wzw5fDMu","A2v5","tgPiC2C","t2zfCLO","quvxr3C","AefJA01LC3m","A2XiB3e","sxnQBxm","zMfwtLK","yK9wzxa","ywnRpwzYB24","y2HnyxHuCMK","DvrLC2O","vNPIvM4","Chv0","ywrKt25L","zfDVCMTLCKC","x3bPBMDqB24","AwrI","x2nSzwfYvgK","zxjFCw9Zx2e","AwPosg8","tg9Nsuq","uhD0C1m","tLb5BgS","AxnrB1nby2S","rw5Xr28","zwvKzwq","vvrQzLu","qNPPv2y","B3jpBMXPBMu","x2rLyNvN","zw50zwqGDhK","C3rHCNq","CNbmDK0","vu1QA0q","yLbSv3a","vgLTzw91Da","t2ftrvi","z1rqv3m","DMvYuuW","Fdz8mxWW","BNrLCG","u2f4t08","y0jKBe8","sMLrvgy","z1HVr3e","B2zM","Dgv4Dc9WBge","DhLWzq","CgfYC2u","rxbeuLG","mZCWzg5fsLDw","C0jf","DcbVzIbYyw4","sgDMu1C","zxjFywnRx20","nZGZmZC4vNv6we92","ihrPBwvZ","x194x21Zz18","yxv0B21HDgK","C2XPy2u","vNfYz3e","sgDOCfy","tfDqsxe","BgLTAxq","q291BNq","EefjDhq","zNjHBwvuExa","Aw5JBhvKzxm","DxrMofDYAxq","rgnsDuy","AMLtAvK","DMvUDa","C2fNzq","v1nnvey","B3vUDa","DhDVCMTdAge","A2jVEva","wNvTDNO","qwzosvq","EejNyuy","x2n1CNnVCKy","v2vPEgLUsLm","EvjLy29UBMu","ExbL","CfbAsxC","yMXVy2TLza","vfbjC2W","zgv2AwnLx2K","DNflD3K","v01lv3O","CYbWyxjHBxm","u3bWuue","uMTuqLu","reT4rNm","q1P2v08","BfrPBwvVDxq","ywnRx2nVzgu","y2XVC2uSihC","CMfNzvn5BMm","pxv0zI04","BwvZC2fNzq","qMHbyMK","DuPrD0C","vM9xA08","BMv4DcGPigm","AerYBvK","v1HNrhi","q29Kzq","zMzLCG","mNWZFdr8mxW","D2PlAeW","z1rPuMC","y0fIB0y","C2v0u3rVCMe","uMfltfK","wwTXDMC","wxLqr3m","A0HRELi","uvvWrvm","yMLUza","tKfusvzfx0u","x1fVu01HBMe","CMvZzxrdB3u","D3jPDgvvAw4","yw1LoIa","Exnurgi","Dg9iyxnO","BeDIq3K","DMnJs2m","neT1tfzAEa","yxLXyxq","vwHQqwi","CMvZB2X2zq","BwLUzW","y1n5uMq","DfvWzMy","twnKAMy","A3HZC2G","s1f2yLa","yNL0zu9MzNm","BfDRC2u","uLzTquy","s3LYCeq","Efrurw52","rvjst1i","A25tDNG","q1zzqxG","BxL1r1O","nNWZFdeW","CM9YrxzLBNq","DgLLCKPtt04","BunOBfu","zxPMqvG","rg51tKu","ihn1y2nLC3m","sLPMA1G","tu5vD2m","yM9L","DgLUzYbZzxi","AxnbCNjHEq","ten2sKK","AwXK","AKTQvNC","D2fZq2XLyw4","u1H6zKO","Bwv6rfG","B0zsv0q","CgzIs00","u2TPCcbWyxm","BNvKqMq","AMnQrwi","Dgv4Dc9Qyxy","suvnsxu","CK9KuuO","yxbWBhK","zeXjCNK","tgfeALm","C3nHz2vfDMu","x29UrxjYB3i","zfvJzw4","qw1VDw50","ELPzAum","wMfSAMS","t3vtA1q","yNvMzMvYzwq","svLdu0G","s0jXz2i","sMHkshK","y0nwsNy","CMLLC0nVDw4","y3jLyxrLuMu","z25Rq0u","y0TrwfG","A3jXvLe","D2LSBfjLy28","rMDqqxe","D2TMs3O","yMfSu2nVCgu","Ce1Ur0u","BMrWB2LUDfq","CNzHBa","C2zeAxe","yvH1ywG","B25Uzwn0Aw4","Cg9W","nxWX","sMPrqKq","rKHQD0i","CMvZzxrfBMq","ywrKrxzLBNq","ExPxyw8","ChbyCwe","y0DRruq","zcWG","x2LZtM9Kzq","sKzbswC","DxPOzwS","CeXqCey","BwvKAwf0zwW","wfbxwgm","B3nLza","BLbAEe8","r3P3DLi","sKjMqvO","CKHlENi","EhDfANa","tLjerwe","ywX3yxLZ","DvvpEwC","Aw5Lza","ELrQrKq","zMzmAw5L","zufJAW","tfL3BhG","tKj5Dve","vhPks08","qMHPvM0","Bu5XEhO","rvHPq2m","txfsv0C","BwLZzq","Aw50zwDLCIa","uhjPBwfYEuS","D3zVDhq","zxjFAxnFywm","tfPqC0u","rxf2CLe","BePdvwu","BM93","ywXSq3vYC28","BNv3wu8","DKDesfe","sKfzq1u","uhnLz0q","zffYuKO","CgLUz19VBMm","tgDisNK","De52tu4","wNLYue0","ChzXAMm","BLnbyKe","yw5Hz2vY","EvfnBey","DurTzeO","wKPcCKG","B3jRig9MzMW","rxziu1C","C3PIy3m","BMf6AKO","A3LgrhK","CMvJB25Uzwm","zMzMzG","B2zMBgLUzq","twDgAKu","s2DjDei","A2jkBwm","ywWGy3vYC28","nhWWFdn8mNW","DxjS","DgLTzw91Da","mdaWma","yw1QEeS","vuPVv04","x2DLBMvYyxq","D0josgG","EM1rq2K","x3DZ","Ag1Ku0G","qu9yDKu","BMrLEa","ENjowLq","ChjVDg9JB2W","AgnIs2C","zgLZCgf0y2G","AxnAzxjV","ywnOzwq","tMjWAhK","zvLZwhG","AKPRt28","sgL2wKy","B25TzxnZywC","zxv3r24","B2z4sxC","B1zlz3m","ugv0Dha","ue9OChG","rvHVBha","BxDNCvm","EwPfD0m","rKPkDMG","DezPz0O","wLzmvhO","BNf0twu","C2v0sxrLBq","tKDeCey","ufDmEhy","wvvuCNu","Dhj1y3rVCIa","reHcvxO","Ef9MCM9UDgK","qxzeu3a","B2zMC2v0","z1rPBwvVDxq","y3bcA2q","x29WDgLVBNm","vhn4qxK","sK1fquy","uw9JEha","shfrC2u","wfnOC1q","Dg9hzw5LCMe","DwHhEfG","AuHKwwS","z0jbzwC","y3fnANa","y29Uy2f0","se9zyK4","A0j3swu","zxjFDhrS","Dhr3Awq","zMPrELa","CwDzuLC","y29SBM8","C3rLBMvYCW","yxKSig5LDhC","ChjVy2vZCW","s2DMrhm","y3vYDMfSDwu","wwLWs1e","BenxrfC","yNvMzMvY","BwL6rNO","CNnVCKzPBgu","z1rwtLa","AxnmB25N","BMnVzgLUzW","qLzcuw8","rw5SrNq","ze9Hu2m","A1rurLO","x19LC01Vzhu","CMvHzhLtDge","CIb0DhDjra","D1HqwM0","AwXLtMfTzq","B1Pmyvq","zM9Yy2u","x2LUDgvYDMe","Cezeu0K","nhW1Fdj8m3W","DMH6whO","Exjzvfa","rKLmrv9ot1q","C0vfrw4","mhWYFdL8nxW","BejtEwG","DwTAy2m","uNLABLy","wM1krMW","EvPrBvO","uNLdy3a","EK50AfK","mdaWmdaWmda","y2XVC2veqG","Ec1TC2CTy3u","CfnMrK4","zxr5CKW","CMfTugfYyw0","sMriEgW","u1rqwfy","se55whu","yLDetu8","zgv6tfG","vLfXCMi","zxjYB3i","twvZC2fNzuu","tKPyEeG","x2LUAxrqCM8","BNrfBMrWB2K","x2nVBM5Ly3q","EfnuCKi","ota2mtzxCw5pEgW","B25JBg9Zzq","q1DMwuS","x3bPBMDmB3m","rNjVBNrPzxi","igzPzwXKoIa","z2DqBNK","CMfUzg9T","uKzMse4","zxmGCMvHy2G","y1zisK4","DMvYC2LVBG","z3jLDhG","zMTwDKW","sMD1BwO","B25szwnLAxy","x2LZqNjVD3m","uK56ugi","DM5es0q","vvL4wMm","CK9ZyNe","q29UzMLN","zw5HyMXLuw8","su1xz3G","zxH0ugf5Bg8","t1Lou3e","zgjqwgi","y0rgyLq","x29UvgLTzw8","Dwrtr1G","ugDAALu","AxnrB1nnzxm","rMDHwhe","y3zOzMS","ChbL","mxW0FdD8m3W","vhb4yMG","BMCGzMfPBgu","Ce1fD0m","CM92AwrLihy","z1zvuxG","u3vzDgu","x2LUAxrhBg8","tNbqwgK","x3DHAxq","Ehj4sgm","BxnNsuq","D2zmr2u","y2fSBa","DNrKDfO","v2jKENG","wffTC2q","sgf4AMy","Cff5qMK","B3jLtMfTzxm","DuTYAe8","ig1LC3nHz2u","sun0ueW","svLJu3u","zwnVBM5Ly3q","q3Pnwue","C3vIC3rYAw4","yNLL","wvriqNK","nxWYFdz8ma","y2XVC2u","EhfeyuG","C3vIyxjYyxK","shb4rvG","q3HmEhK","vxbtqLy","q3vZDg9Tq2W","x0vysvnu","r3vYvMO","CNfkDgi","z2v0q3vYC28","BwvZC2fNztO","u1bxy3e","y3vZDg9Tshq","qxbAtvO","B2XKvMvYC2K","BuzVEfe","shj0s0y"];return ur=function(){return n},ur()}function df(n,e,{blocked:i,upgrade:o,blocking:a,terminated:x}={}){let u=C,f={HlpVU:u(859),Haxjf:"offline",kTTFZ:u(734),jiCco:u(572),bKnEk:function(y,_){return y!==_},gdNcR:function(y,_,S,E,A){return y(_,S,E,A)},pSfFN:function(y,_){return y(_)},bGUwU:function(y,_){return y(_)},tUpff:u(1681),HWtSi:u(997)+"hange",NByuQ:u(930)+u(1240)},g=indexedDB[u(1117)](n,e),m=f[u(1600)](je,g);return o&&g[u(1424)+u(826)](f[u(1449)],y=>{let _=u,S={ugiDd:f[_(1867)],bEzvI:f[_(1668)],AIbEs:f[_(1574)],dbeAO:f[_(1721)]};f.bKnEk("SQxal",_(696))?(this._isBrowser&&_0x2496dd[_(707)+"entListe"+_(903)](S[_(1146)],this[_(1829)+"nLine"]),this[_(1632)+"er"]&&_0x56d391[_(707)+_(1932)+_(903)](S[_(526)],this[_(1829)+_(1446)]),this[_(1632)+"er"]&&_0x59d319[_(707)+_(1932)+_(903)](S[_(928)],this["_handleP"+_(834)]),this[_(1632)+"er"]&&_0x2d03e2[_(707)+_(1932)+"ner"](S.dbeAO,this[_(770)+_(1011)])):f[_(1993)](o,f.pSfFN(je,g.result),y[_(1696)+"on"],y[_(670)+"on"],f[_(1053)](je,g[_(1192)+_(1856)]))}),i&&g[u(1424)+u(826)](u(1300),()=>i()),m[u(1098)](y=>{let _=u;x&&y[_(1424)+_(826)](f[_(1350)],()=>x()),a&&y[_(1424)+_(826)](f[_(637)],()=>a())}).catch(()=>{}),m}function uf(n,{blocked:e}={}){let i=C,o={YyPGs:"blocked"},a=indexedDB[i(942)+i(541)](n);return e&&a[i(1424)+i(826)](o[i(1331)],()=>e()),je(a)[i(1098)](()=>{})}function Zo(n,e){let i=C,o={isggi:i(522)+"e",xAItt:i(642),VjazM:function(g,m){return g instanceof m},ECHvc:function(g,m){return g in m},hFQzp:function(g,m){return g!==m},NMeld:function(g,m){return g in m}};if(!(o[i(1019)](n,IDBDatabase)&&!o.ECHvc(e,n)&&typeof e===i(923)))return;if(ar[i(2007)](e))return ar.get(e);let a=e.replace(/FromIndex$/,""),x=o.hFQzp(e,a),u=ia.includes(a);if(!o[i(1004)](a,(x?IDBIndex:IDBObjectStore)[i(1037)+"e"])||!(u||ra[i(1282)](a)))return;let f=async function(g,...m){let y=i,_=this[y(1192)+y(1856)](g,u?o[y(669)]:o[y(1280)]),S=_[y(519)];return x&&(S=S[y(883)](m[y(720)]())),(await Promise[y(478)]([S[a](...m),u&&_[y(822)]]))[0]};return ar[i(833)](e,f),f}var ra,ia,ar,ff=ea({"node_modules/idb/build/index.js"(){let n=C,e={UXHip:n(1786)+"1|0",nywou:function(a,x){return a(x)},VpKjl:n(1227),NMqNF:n(1909),JDkso:n(871),csxrC:function(a){return a()},GQvQE:function(a){return a()},NQxdu:n(911),szCYr:n(959)+"ys",ahGso:n(722)},i=e.UXHip[n(1791)]("|"),o=0;for(;;){switch(i[o++]){case"0":e[n(842)](af,a=>({...a,get:(x,u,f)=>Zo(x,u)||a[n(2007)](x,u,f),has:(x,u)=>!!Zo(x,u)||a[n(1988)](x,u)}));continue;case"1":ar=new Map;continue;case"2":ia=[e.VpKjl,e[n(940)],e[n(546)],n(1936)];continue;case"3":e[n(501)](Xo);continue;case"4":e[n(1951)](Xo);continue;case"5":ra=[n(2007),"getKey",e.NQxdu,e[n(714)],e[n(1864)]];continue}break}}}),lf={idb:function(n){let e=C;n[e(646)]=Promise[e(1347)]()[e(1098)](()=>(ff(),na)).then(function(i){return i})}},Qo={};function Ke(n){let e=C,i={lcLjq:e(735)+"0"},o=i.lcLjq[e(1791)]("|"),a=0;for(;;){switch(o[a++]){case"0":return u[e(646)];case"1":lf[n](u,u[e(646)],Ke);continue;case"2":if(x!==void 0)return x.exports;continue;case"3":var x=Qo[n];continue;case"4":var u=Qo[n]={exports:{}};continue}break}}function R(n,e){n=n-444;let i=ur(),o=i[n];if(R.PUNVKC===void 0){var a=function(g){let m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",y="",_="";for(let S=0,E,A,T=0;A=g.charAt(T++);~A&&(E=S%4?E*64+A:A,S++%4)?y+=String.fromCharCode(255&E>>(-2*S&6)):0)A=m.indexOf(A);for(let S=0,E=y.length;S<E;S++)_+="%"+("00"+y.charCodeAt(S).toString(16)).slice(-2);return decodeURIComponent(_)};R.uSEIJt=a,R.VAgEwZ={},R.PUNVKC=!0}let x=i[0],u=n+x,f=R.VAgEwZ[u];return f?o=f:(o=R.uSEIJt(o),R.VAgEwZ[u]=o),o}(()=>{let n=C,e={zTjFD:function(i,o,a){return i(o,a)},ZdYce:function(i,o){return i!==o},WhbJr:n(662)};Ke.d=(i,o)=>{let a=n,x={xgWnG:function(f,g,m){return e[R(1445)](f,g,m)}};if(e.ZdYce(e[a(969)],a(1103)))for(var u in o)Ke.o(o,u)&&!Ke.o(i,u)&&Object[a(760)+a(1797)](i,u,{enumerable:!0,get:o[u]});else{let f=x[a(1165)](_0x394219,"error",{message:_0xf51aa7.message,code:_0x139e33[a(1063)+"OR"],error:_0x380156});Q[a(1746)+a(586)+a(1949)](f)}}})(),(()=>{let n=C;Ke.o=(e,i)=>Object[n(1037)+"e"][n(1164)+n(1797)][n(1664)](e,i)})(),(()=>{let n=C,e={ohNDu:function(i){return i()},Rdxfm:"wzzyp",eKOrI:n(908)+"d",wHLxU:n(2001),tiZHa:n(1575)+"le"};Ke.r=i=>{let o=n;if(e.Rdxfm===o(634)){let a=Q[o(583)+o(507)]?.[o(1890)+o(1613)+"nt"]();Q[o(1244)]("open "+a),e[o(596)](_0x441e65)}else e[o(813)]!=typeof Symbol&&Symbol["toString"+o(1006)]&&Object[o(760)+"operty"](i,Symbol["toString"+o(1006)],{value:e[o(880)]}),Object[o(760)+o(1797)](i,e[o(841)],{value:!0})}})();var re={};(()=>{let n=C,e={PxWVy:function(s,t){return s(t)},COajq:function(s,t){return s+t},rJrGx:function(s,t){return s+t},aZAmc:function(s,t){return s===t},zQqib:function(s,t){return s!==t},JUXxZ:function(s,t,r){return s(t,r)},fdxwY:function(s,t){return s===t},CxLxy:"qyxqW",iLLLR:function(s,t){return s+t},bBrlS:function(s,t){return s*t},kwuzj:"rZSJE",GQqdL:function(s,t){return s+t},yejpO:function(s,t){return s(t)},hjTlL:function(s,t){return s(t)},QHKxx:function(s,t,r){return s(t,r)},ROeeF:function(s,t){return s(t)},VfSyl:function(s,t){return s(t)},FhsXa:n(1495),cBdlO:n(1486),pdjcP:n(1470)+"e_success",NRDEa:function(s,t,r){return s(t,r)},SPWcq:n(1171),EnlFt:n(1965)+n(1832),TvvYJ:function(s,t){return s&t},OYNSq:function(s,t){return s>>>t},HgfSW:function(s,t){return s&t},cvhfk:function(s,t){return s>t},ZaTMm:function(s,t){return s<t},cyIgD:n(1634),kvSes:function(s,t){return s<t},wagGc:function(s,t){return s-t},RNzPb:function(s,t){return s===t},cRKbe:n(520),aRLGj:function(s,t){return s!==t},ktvFN:function(s,t,r){return s(t,r)},pOgLt:function(s,t,r){return s(t,r)},pcJlv:function(s,t){return s||t},rHNDc:function(s,t){return s!=t},rpLvM:"undefined",XMbeV:function(s,t){return s!=t},VztOD:n(569)+n(1104)+"d",JOfur:function(s,t){return s(t)},OeAWb:function(s,t){return s!==t},CQxnB:n(793),kboyP:n(1417),WuSKH:function(s,t){return s(t)},gNLJq:function(s,t){return s(t)},zPbsz:n(1763)+n(1725)+n(1621)+"key",bGvzT:n(1763)+n(1725)+n(1621)+n(732),KVXQi:function(s){return s()},JMEAF:function(s,t,r){return s(t,r)},DVbGh:n(1315),FNqSZ:n(1312)+n(1082)+n(1777)+n(1759)+"ed",ayqat:function(s,t,r,c){return s(t,r,c)},BeAhl:function(s,t,r,c){return s(t,r,c)},ePrWr:n(1534)+n(1233)+"ck",VqEGG:n(1534)+n(1459)+"k",IefNG:function(s,t,r){return s(t,r)},uTesj:function(s,t){return s!==t},bBfHo:function(s,t){return s!==t},OaTgJ:"YFpxA",PBBoy:function(s,t){return s!==t},xcSST:function(s,t,r){return s(t,r)},iziEo:function(s,t){return s!==t},gXoGq:function(s,t,r){return s(t,r)},VHmMh:function(s,t){return s!==t},PsegD:function(s,t){return s!==t},FgPAq:function(s,t,r){return s(t,r)},onDbq:function(s,t){return s!==t},bVAPZ:function(s,t){return s!==t},JdmJz:n(1388),ZkGBx:function(s,t,r){return s(t,r)},IjUuc:function(s,t){return s!==t},ZJBrH:function(s,t,r){return s(t,r)},AigDQ:function(s,t){return s===t},azOYp:n(465),LkksT:function(s,t,r){return s(t,r)},bOVep:function(s,t){return s(t)},BziWf:function(s,t){return s|t},XShsT:function(s,t){return s<<t},gyflf:function(s,t){return s<<t},ohJQI:function(s,t){return s>>t},bVVOv:n(1571),jXQDn:n(487),QpwvN:function(s,t){return s>>>t},ArFGQ:function(s,t,r){return s(t,r)},recSl:function(s,t){return s(t)},IYCSH:function(s,t){return s(t)},kMrnl:function(s,t){return s(t)},mLMtD:function(s,t){return s(t)},DAyMn:function(s,t,r){return s(t,r)},hWiPr:n(1763)+n(1725)+n(1621)+n(1026),TsHBe:function(s,t){return s===t},xsZiU:n(1763)+n(1725)+n(1621)+n(1235),jGtsu:n(1763)+n(1725)+n(1621)+n(1702),nqcQb:function(s,t){return s===t},HEkPb:n(1763)+n(1725)+n(1621)+"method",Dlrdq:function(s,t){return s(t)},LKQIK:function(s,t){return s&t},jxsgg:function(s,t){return s(t)},wZuvP:function(s,t,r){return s(t,r)},kvEYn:"Unimplem"+n(1245)+n(1812),vHUAg:function(s,t){return s>=t},LCvJI:function(s,t,r){return s(t,r)},Fjzfp:"KKrVj",JAYCU:function(s,t){return s+t},YUTru:n(1383)+n(1954),YmeKS:function(s,t){return s*t},aQGcB:function(s,t){return s>t},dbPXb:function(s,t){return s+t},aByDd:n(604)+n(1954),AkiDQ:n(1575)+"le",vhzXz:n(757),Osmux:function(s,t,r){return s(t,r)},CakSb:function(s,t){return s>>>t},lijBG:function(s,t){return s&t},xBgaF:function(s,t){return s&t},EGtkF:function(s,t){return s<t},dUcen:function(s,t){return s+t},verQL:function(s,t,r,c){return s(t,r,c)},cWOhc:function(s,t,r){return s(t,r)},SgTQB:function(s,t){return s<t},QbArm:function(s,t){return s===t},RjxXD:function(s,t){return s&t},mjoPP:function(s,t){return s===t},dbWfP:function(s,t){return s>=t},mnMGK:function(s,t){return s<t},POhpx:n(1771),eYsXx:"hoquK",tIqpr:function(s,t){return s&t},KKlib:function(s,t){return s+t},pMnGE:function(s,t){return s+t},eTWYb:function(s,t){return s&t},pXvYY:n(611),WqCYy:function(s,t){return s|t},SKCkI:function(s,t){return s|t},CDwzq:function(s,t){return s<<t},unZmW:function(s,t){return s<<t},SqrwX:function(s,t){return s&t},sMPGy:function(s,t){return s<=t},gnkCE:function(s,t){return s==t},CJHFI:function(s,t){return s&t},SiaXt:function(s,t){return s|t},GPBgx:function(s,t){return s<<t},vccKc:function(s,t){return s|t},ctuLA:function(s,t){return s<<t},KMlEB:function(s,t){return s&t},vGDHQ:function(s,t){return s&t},ASbeB:function(s,t){return s&t},LzSyQ:function(s,t){return s>t},HivZF:function(s,t){return s+t},bJVPQ:function(s,t){return s+t},fxgfu:function(s,t){return s&t},ACogE:function(s,t){return s===t},JYqiI:"IRbiN",Hvhrq:function(s,t){return s===t},WIBSB:n(1714),ulvkA:function(s,t){return s<=t},FJJvh:function(s,t){return s+t},cpBkd:function(s,t){return s<t},uIMGr:function(s,t){return s<t},UhsoW:function(s,t){return s<t},ddsXQ:function(s,t,r){return s(t,r)},LYwlx:function(s,t){return s<t},JCwup:function(s,t){return s!==t},zZYiC:"pJkIn",zobGB:function(s,t){return s<t},PRGin:function(s,t){return s&t},OCXuk:function(s,t){return s>>t},bUFWQ:n(517),fNkoh:function(s,t){return s&t},SRGGC:function(s,t){return s>>t},myuGZ:function(s,t){return s&t},mizFz:function(s,t){return s&t},jKjVw:function(s,t){return s>>t},UecyJ:function(s,t){return s===t},NDNQI:n(745),CXLqE:function(s,t){return s>=t},VaLVW:function(s,t,r){return s(t,r)},UIYJc:function(s,t,r){return s(t,r)},HqQse:n(1609),bVAPo:function(s,t,r){return s(t,r)},RWozy:n(574),fNXuF:function(s,t){return s&t},fkVvL:function(s,t){return s(t)},mxDtf:function(s,t){return s&t},IFqIj:function(s,t){return s&t},jcjEb:function(s,t){return s&t},vMBmV:function(s,t){return s&t},CZvWO:function(s,t){return s(t)},IlUBh:function(s,t){return s&t},kbJmc:function(s,t){return s<<t},wDkNg:function(s,t){return s&t},uivdS:function(s,t){return s&t},vExfm:function(s,t){return s&t},pkQHT:function(s,t){return s<<t},pfbKM:function(s,t){return s&t},EnqGo:function(s,t){return s===t},EpDRX:n(1841),ZVLTz:function(s,t){return s(t)},fHAps:function(s,t){return s<<t},KlYhl:function(s,t){return s&t},NVDNh:function(s,t){return s|t},hnnRQ:function(s,t){return s<<t},Grsyv:function(s,t){return s|t},nbLRE:function(s,t){return s>>>t},uzhek:function(s,t){return s>>>t},RsyLB:function(s,t){return s<<t},ZyrPM:function(s,t){return s>>>t},GkmEt:function(s,t){return s===t},CPpVp:function(s,t){return s<t},FJDSu:function(s,t,r){return s(t,r)},IGaqG:function(s,t){return s+t},GRzwC:function(s,t){return s!==t},pLPpF:function(s,t){return s!==t},udSGX:function(s,t){return s>>>t},GLHYe:function(s,t){return s&t},jlrtQ:function(s,t){return s+t},RFfHN:function(s,t){return s|t},naAbk:function(s,t){return s>>>t},Iutrn:function(s,t){return s+t},ftxcV:function(s,t){return s+t},QppYP:function(s,t){return s!==t},uNwtV:function(s,t){return s>>>t},RxxrZ:function(s,t){return s!==t},EbJNx:function(s,t){return s&t},oklRu:function(s,t){return s!==t},djzow:function(s,t){return s(t)},HOYbN:function(s,t){return s(t)},xvmym:function(s,t){return s|t},mwgqS:n(1695),qLIzE:function(s,t){return s<<t},szbcs:function(s,t){return s|t},mCJfD:function(s,t){return s|t},cgnVD:function(s,t){return s|t},HDDWB:function(s,t){return s<<t},piqTx:function(s,t){return s|t},FzIWz:function(s,t){return s<<t},EjwEV:function(s,t){return s===t},rrIww:function(s,t){return s>>>t},XtbEC:function(s,t){return s|t},GORIm:function(s,t){return s<<t},HrtKF:function(s,t){return s|t},faQBc:function(s,t){return s|t},ICtPL:function(s,t){return s<<t},WUZPi:function(s,t){return s<<t},JiQTf:function(s,t){return s&t},CspUp:function(s,t){return s&t},idjJv:function(s,t){return s&t},LHcXH:function(s,t){return s&t},empEt:function(s,t){return s>>>t},KdDVQ:function(s,t){return s(t)},BQVYy:function(s,t){return s>=t},UTUZO:function(s,t){return s|t},CzMYA:function(s,t){return s+t},uvEXW:function(s,t){return s>>>t},xnRsc:function(s,t){return s+t},WRPJI:function(s,t){return s*t},RLRDf:function(s,t){return s>>>t},YUzAx:function(s,t){return s===t},OCYTj:function(s,t){return s!==t},RZEpi:function(s,t){return s&t},ombgu:function(s,t){return s>>>t},SpQnv:function(s,t){return s&t},uKrhO:function(s,t){return s&t},Zjclv:function(s,t){return s+t},iOCYA:function(s,t){return s>>>t},wJWRE:function(s,t){return s+t},FCFWe:function(s,t){return s>>>t},vqKwy:n(626),DTrhl:function(s,t){return s===t},lCWDW:function(s,t){return s===t},mjjOS:function(s,t){return s===t},OLkMv:function(s,t){return s+t},WuRap:function(s,t){return s&t},euXFk:function(s,t){return s>>>t},BAvzx:function(s,t){return s>>>t},XpbGK:function(s,t){return s&t},ORaCf:function(s,t){return s>>>t},joLBF:function(s,t){return s&t},ddEgM:function(s,t){return s>>>t},MUmSO:function(s,t){return s&t},EGwCm:n(1335)+n(1145),lJCox:n(469)+"NG_ERROR",NIKeZ:n(1076)+n(980)+"R",ZbuJP:n(1160)+n(1359),AkkHk:n(1063)+"OR",WfQaz:n(1584)+"6|0|1",mNkbI:n(736)+"0",vLTyh:n(1469),HDgvS:n(988),bPlWp:function(s,t){return s>=t},mcGqg:function(s,t){return s-t},jNRZA:function(s,t){return s>>>t},DJYWG:function(s,t){return s<<t},RpvjT:n(791),hAxSa:function(s,t){return s==t},vbZjv:n(1422),DnuNE:function(s,t){return s instanceof t},WkNfr:n(451)+n(606),bwlZt:function(s,t){return s+t},MrGIF:function(s,t){return s===t},cGkED:n(1332),vMLKN:n(1203),wvTVR:"close",PLWte:"open",uebwI:n(1518),IYcSu:function(s,t,r){return s(t,r)},dLIry:function(s,t){return s!==t},EERpU:"AjRJe",JQfya:"DDgmj",GiFZf:function(s,t){return s||t},WcYfx:function(s,t){return s===t},kLDuR:n(1319)+n(854)+n(1743)+n(811)+n(1560),UvZGz:function(s,t){return s<t},hpiAM:function(s,t){return s<t},kfWnx:function(s,t){return s&t},BIuKH:function(s,t){return s===t},PrJCC:function(s,t){return s&t},PjZTy:function(s,t){return s<=t},sEEEn:function(s,t){return s>=t},MpXdc:function(s,t){return s&t},NNtTO:function(s,t){return s>=t},bxYLm:function(s,t){return s<t},LWnyy:function(s,t){return s|t},hQcWn:function(s,t){return s-t},eWtBk:function(s,t){return s|t},BYnPy:function(s,t){return s|t},knSvx:function(s,t){return s<<t},zhYvP:function(s,t){return s&t},NkTlL:function(s,t){return s&t},oFYre:function(s,t){return s+t},Zumvz:n(734),zmQCi:n(572),XNEJL:"online",FwzkW:function(s,t){return s<t},nEpFl:n(1667),XPWXc:function(s,t){return s|t},mQtfy:function(s,t){return s&t},qFvvm:function(s,t){return s===t},wBNSy:function(s,t){return s===t},xzGmH:function(s,t){return s+t},EADei:function(s,t){return s+t},NFCtE:function(s,t){return s|t},oXTlr:function(s,t){return s&t},PWHtk:"Djiat",lLXyl:function(s,t){return s|t},CVYAx:function(s,t){return s|t},acLYT:function(s,t){return s(t)},zSLjy:function(s,t){return s>t},yGOwL:n(923),NMlRN:function(s,t){return s!=t},hwYrP:function(s,t){return s==t},GurVj:n(1261)+n(1185)+n(1020),rdPyz:n(1372),AvDSp:n(1650),BhAbi:function(s,t,r){return s(t,r)},Jkaoe:function(s,t,r,c){return s(t,r,c)},otpeZ:function(s,t){return s+t},aOHmi:function(s,t){return s!==t},pBdTE:"pQyBi",svLGc:function(s,t){return s||t},YrXhU:n(925),PgZjU:n(960)+n(1223)+n(1365)+"P",fHVFe:function(s,t){return s-t},zuHZo:function(s,t){return s===t},LrfMp:n(1657),eOemy:function(s,t){return s===t},GygKH:n(603),MCHZH:function(s,t){return s===t},MNUwc:n(703),UJoWN:function(s){return s()},RVmAF:function(s,t,r,c){return s(t,r,c)},EXiCc:function(s,t){return s===t},hYstH:function(s,t){return s>>t},kxssh:function(s,t){return s|t},NvNVg:function(s,t){return s&t},wjKhL:function(s,t){return s>>t},uYkuq:function(s,t){return s===t},NpPXi:n(631),BGXqo:"dXTxQ",ANAuh:n(2001),lWizl:function(s,t){return s!==t},wqJfu:n(563),dRFGO:"CayQL",ktdlX:function(s,t){return s||t},vTYLg:function(s,t){return s||t},LZPsE:function(s,t){return s||t},dIOWJ:n(1748),MWtwL:n(970)+"id",SaxOO:n(778),LWkvT:n(981),rfhFl:function(s,t){return s(t)},TsxAy:function(s,t){return s<t},gTVNP:function(s,t){return s(t)},ysTDb:function(s,t){return s+t},cAboF:function(s,t){return s&t},pEvVN:function(s,t){return s===t},khfKK:n(1701),tFigJ:function(s,t){return s&t},KeXez:function(s,t){return s!==t},cKQXX:n(1397),blJkd:function(s,t){return s(t)},TTdhi:n(1534)+n(1699),LzyIv:function(s,t,r,c){return s(t,r,c)},DmIma:n(1534)+n(1269)+n(909),BhiVm:"need_ack",JFAIg:function(s,t,r,c){return s(t,r,c)},dOUFS:function(s,t){return s&&t},nZPIp:n(1108),tjNbe:n(1138),vdZcL:n(1311),KVnac:"received",LaDjS:function(s){return s()},zJxNF:function(s,t){return s(t)},KnOFa:n(672)+n(987)+n(1105)+n(1314),VfETj:n(1206)+"e",ezfAX:n(1742),qYhEh:function(s,t){return s!==t},stoAo:"KoEXn",zMvGL:n(1167),UEJmT:function(s,t){return s(t)},sNDdD:function(s,t){return s+t},DFjrC:function(s,t){return s|t},yNXME:function(s,t){return s||t},feDPf:function(s,t){return s instanceof t},WJRKn:function(s,t){return s!==t},JKiqq:n(503),WSMTF:function(s,t){return s(t)},fBFfP:function(s,t){return s+t},HCMBL:function(s,t){return s+t},kVpkB:n(1816)+n(1267)+"ge: ",ZmxEF:n(961),qTuGK:function(s,t){return s||t},CWfYK:function(s,t){return s>t},faVNY:"integer too large",jJkOo:function(s,t){return s+t},TGBAf:function(s,t){return s===t},klHoq:function(s,t){return s===t},EFGxa:function(s,t){return s>>>t},Dvzho:n(529),qYuYq:function(s,t){return s>>>t},pMEwC:function(s,t){return s<<t},Rcwuy:n(697)+"3",PjioK:function(s,t){return s+t},uinPW:function(s,t){return s|t},AEWGw:function(s,t){return s+t},KCUzV:function(s,t){return s+t},KQvbP:function(s,t){return s|t},FnPEt:function(s,t){return s+t},hcbKg:function(s,t){return s<<t},MlWMz:function(s,t){return s+t},waKMM:function(s,t){return s>>>t},DKxFs:function(s,t){return s&t},HghpV:function(s,t){return s>>>t},dBPBn:function(s,t){return s&t},umLny:function(s,t){return s&t},gTPWs:function(s,t){return s>>>t},DlRnA:function(s,t){return s&t},RtAtp:function(s,t){return s+t},quseN:function(s,t){return s>>>t},JyZyr:function(s,t){return s&t},gBAeg:function(s,t){return s+t},gTiRg:function(s,t){return s>>>t},amjxK:function(s,t){return s<<t},FqujE:function(s,t){return s<t},wZaro:n(1799),cqMjp:function(s,t){return s(t)},GRAsu:function(s,t){return s+t},HNyXu:n(1133)+"4|2|0|10"+n(1930),MssKa:n(570)+n(2006),vJfRj:function(s,t,r,c){return s(t,r,c)},AVWYD:n(1702),tfWEJ:n(1824)+n(1070),DkPDG:"header",wzvac:n(1562),KyeLy:function(s,t){return s(t)},IzlKX:n(986)+n(483),Xkwsj:function(s,t,r){return s(t,r)},tNvMN:function(s,t,r){return s(t,r)},hALkx:n(1587)+n(1688),xqTqe:n(492)+"ame",Bftdj:n(1464)+n(1021),ONPtV:n(1703),OSvtI:function(s,t,r,c){return s(t,r,c)},dfQMd:"CONTINUE",HnHzS:function(s){return s()},uNdpq:n(1765),STPXV:n(913)+"r",nuwYO:n(698),RyCcp:n(1635),wBOyf:n(1355),ThKZS:n(788),nazjJ:n(1881),yIGao:function(s,t,r,c){return s(t,r,c)},nSAbA:function(s,t,r,c){return s(t,r,c)},ofxIw:n(1079),krdPg:function(s,t,r,c){return s(t,r,c)},hPEqY:function(s,t,r){return s(t,r)},yQMlF:n(1534)+n(1891),Hdhjp:function(s,t,r){return s(t,r)},IGngG:n(1534)+n(1553),DnHyf:function(s,t,r,c){return s(t,r,c)},wmJUL:n(1599)+n(687)+"e",CdlRL:n(1723),SXzfJ:n(1907),uIOjK:function(s){return s()},qSkEt:function(s){return s()},ppXqa:function(s){return s()},LjHsg:function(s){return s()},BplZf:function(s,t){return s(t)},nqtMe:function(s,t){return s<t},QDwIe:function(s,t,r){return s(t,r)},jpFPZ:function(s,t){return s===t},wVqav:n(1442),IMWgx:n(1452),KyrpD:"success",Mcdjf:n(1716),gpXzk:function(s,t,r){return s(t,r)},wBNHh:function(s,t){return s!==t},TFqyx:function(s,t,r){return s(t,r)},oRINq:n(1678),NJXxH:function(s,t){return s(t)},iHdYk:n(753),RMfux:function(s,t){return s/t},dFSHa:"auto",OHVuA:function(s,t){return s==t},pyjdq:n(622)+n(1655)+"alid url",NGDpF:n(622)+n(691)+n(1305)+n(1173)+"ket cons"+n(1532)+n(801)+n(1444),OLZyM:"EduNv",hyZDs:function(s,t){return s(t)},ULIpr:n(1589)+"8|7|4|1|"+n(1363),lbauJ:function(s,t,r,c){return s(t,r,c)},VIfFj:function(s,t){return s===t},xrxHc:"AHWst",AOXvE:function(s,t,r){return s(t,r)},XHyaX:n(1485)+"t",mezDX:"stop immediately"+n(1149)+"ct",VDoLF:function(s,t){return s&t},rzqrO:function(s,t){return s!==t},gVUQx:n(1317),jnqKF:n(1950),oUFRH:n(1487),eszAt:n(1129),LgHJy:n(566),GuiCY:function(s,t){return s!==t},hdpGJ:function(s,t){return s===t},mDhQP:n(1086),rqJtb:n(1893),LTwCL:n(1130),ehXoQ:n(530),xHYMP:n(1554),RSstO:n(622)+n(521)+n(1986)+n(1089)+n(1577),sSjfq:n(643),Ceqhx:function(s,t,r){return s(t,r)},Yjkni:n(1886)+"0",VzbVn:function(s,t){return s>t},SppQA:function(s,t,r){return s(t,r)},mVNEr:function(s,t,r){return s(t,r)},QiPoe:function(s,t){return s(t)},kyFDy:function(s,t){return s(t)},IqbVz:function(s,t){return s(t)},OaSER:n(1914)+">",UpSBV:function(s,t){return s-t},EHvvu:function(s,t){return s>t},LnLgu:function(s,t){return s===t},UvpuX:function(s,t,r){return s(t,r)},GqQDi:function(s,t){return s!==t},zNthY:function(s,t,r){return s(t,r)},UtEGp:"ping_onc"+n(1740)+"t",ihUIA:n(1494),RqVlS:function(s,t){return s!==t},QUpES:n(1855),MgFjE:function(s,t,r){return s(t,r)},NPylk:n(1615),NEPaU:"YpGIc",FUrlt:n(1122)+n(1756)+n(1418)+"g",Irqvu:"send_ack",hrvDt:n(1324)+"0",wfLGe:function(s,t,r){return s(t,r)},JhJHy:function(s,t,r){return s(t,r)},QbGmh:n(693)+n(1559)+n(1480)+"ine",TwqaX:n(792),BMjGG:n(1195),nudBd:function(s,t){return s||t},ZDCNl:function(s,t){return s===t},lJCUe:"abHGC",gretx:n(1179),wCpYu:function(s,t){return s===t},YipKQ:n(1603),qwcgj:function(s,t){return s(t)},HMTSF:function(s,t){return s(t)},ULSfP:function(s,t){return s!==t},KgItB:n(975),RkTBU:"qyMQx",KBqgb:n(1312)+n(815)+n(1212),YvEmg:function(s,t){return s|t},NoUaN:function(s,t){return s==t},LxrPD:n(622)+n(906)+n(1008)+n(446)+n(1056)+n(1175)+n(1916)+" arraybu"+n(1323),LcPqa:n(1168),DUAVL:function(s,t){return s instanceof t},mGKQz:function(s,t){return s(t)},ETqfE:n(622)+n(906)+n(1776)+n(1070),DHBUz:function(s,t){return s===t},jMbbN:n(763),warjA:function(s,t){return s===t},fVFgr:n(500),CNNQa:"enqueue",Jgumj:function(s,t){return s!==t},WjnIZ:n(462),dWHCZ:n(1381),yNrUi:"manual r"+n(1675)+n(1207),ccqSr:"kHccr",INUpg:n(1492)+"1",RyZnV:"MZJeG",qgiyq:n(916),ZsKZU:n(674),KZCgj:function(s,t){return s!=t},SztNp:function(s,t){return s===t},SoUHr:n(810),dezLX:function(s,t){return s===t},XDiUX:function(s,t){return s!=t},WsRjY:function(s,t){return s===t},eXNCk:n(1819),FAaEI:"Dedicate"+n(1229)+n(1788)+"pe",lYVIM:function(s,t){return s!=t},cURwF:function(s,t){return s===t},qLaXS:function(s,t){return s!=t},qShSw:function(s,t){return s===t},rHegF:function(s,t){return s===t},Nbphy:"SharedWo"+n(1139)+"alScope",ZDdGB:function(s,t){return s===t},FgaXq:n(729)+"orkerGlo"+n(1412),cCVJv:function(s,t){return s!=t},jiSiY:function(s,t){return s!=t},JfKhu:n(1272)+n(619)};Ke.r(re),Ke.d(re,{FWS:()=>O0,CustomErrorEvent:()=>is,createCloseEvent:()=>Oe,ReconnectEvent:()=>rs,createErrorEvent:()=>Pe,decodedFrame:()=>At,createOpenEvent:()=>ds,CustomCloseEvent:()=>ss,createReconnectEvent:()=>qr,FrontierMessageEvent:()=>as,encodeFrame:()=>oe,createMessageEvent:()=>xs,OpenEvent:()=>cs,ErrorCode:()=>ot,Event:()=>Tt,MessageEvent:()=>os});let i="";function o(s=""){let t=n,r="02",c=""+Date[t(1463)](),d=i||(i=e[t(1144)](g,s)),h=Math.random().toString(16)[t(1274)](-6);return e[t(804)](e.COajq(e[t(1040)](r,c),d),h)}function a(){let s=n,t={EqvrQ:function(r,c){return e[R(1942)](r,c)},rVMky:function(r,c){return e[R(1745)](r,c)},bWDMO:function(r,c,d){return e[R(1779)](r,c,d)}};if(e[s(1792)](s(599),e[s(1685)])){if(this._ws&&t[s(1461)](this[s(1501)][s(1576)+"te"],this.CONNECTING)){this[s(812)+"ngTimer"](),this[s(1230)+"gTimeoutId"]=_0x3b9671(this[s(513)].bind(this),this._options[s(1827)+s(1415)]);return}if(!this[s(1501)]||t.rVMky(this[s(1501)][s(1576)+"te"],this.OPEN))return void this[s(617)+s(1675)]();this[s(1501)]&&this._ws[s(1764)]("hi"),this["_reconne"+s(488)+s(1834)]=t[s(1606)](_0x406362,this[s(617)+s(1675)+"Timeout"].bind(this),this._options["pingTime"+s(1898)+s(1852)])}else return e.iLLLR(1e4*Date[s(1463)](),Math[s(1090)](e[s(1767)](1e4,Math[s(1623)]())))}function x(s){let t=n;if(e[t(1735)]===e[t(1735)])return e[t(473)](e[t(738)](Array,8)[t(533)]("0"),e[t(1779)](parseInt,s,10)[t(1887)](2)).slice(-8);this.on(_0x121eb5,_0x33a8ed)}function u(s){let t=n;return e.iLLLR(e[t(1842)](Array,4).join("0"),e[t(915)](parseInt,s,2).toString(16))[t(1274)](-4)}function f(s){let t=n,r=s[t(1791)](/\./)[t(741)](h=>x(h)),c=[];return c[0]=e.ROeeF(u,e[t(473)](r[0],r[1])),c[1]=e[t(853)](u,e[t(1040)](r[2],r[3])),[e[t(769)],t(1495),t(1495),e[t(769)],t(1495),e[t(1257)],c[0],c[1]][t(533)]("")}function g(s){let t=n,r={ruDDa:e.pdjcP,kBwIe:t(709),aZlKP:function(c,d,h){return e[t(1441)](c,d,h)}};if(e[t(1745)](t(1946),e[t(1693)])){let c=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[t(885)](s),d=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[t(885)](s);return c?f(s):d?e.hjTlL(m,s):t(1597)+t(1597)+t(1597)+t(1597)}else this[t(812)+"ngTimer"](),this[t(2008)](r.ruDDa,r[t(1552)]),this["_pingPon"+t(1537)+"Id"]=r[t(965)](_0x152a9b,this[t(513)][t(1334)](this),_0x26cc11)}function m(s){let t=n,r="",c=[],d=0,h=0,p=!0,w=e.FhsXa;if(e[t(1649)](s.indexOf("::"),-1)){let l=s.split("::");for(let I=0;e[t(950)](I,l[t(633)]);I++){let k=l[I];if(k[t(1913)](":")>0)if(e[t(1745)](e[t(1961)],e[t(1961)]))_0x509bce["frontier"+t(781)]=void 0,e[t(862)](_0x297c34,e[t(1572)]);else{let M=k[t(1791)](":");p&&(d=M.length),h+=M[t(633)];for(let N=0;e.kvSes(N,M[t(633)]);N++)if(M[N][t(633)]!==4){let H=w[t(1677)+"g"](0,e[t(1972)](4,M[N][t(633)])),fe=H[t(1550)](M[N]);c.push(fe)}else c[t(684)](M[N]);p=!1}else{if(k[t(633)]!==4){let M=w.substring(0,e.wagGc(4,k[t(633)])),N=M[t(1550)](k);c.push(N)}else c[t(684)](k);p&&(d+=1),h+=1,p=!1}}let b="";for(let I=0;I<e.wagGc(8,h);I++)b=b[t(1550)](w);for(let I=0;I<c[t(633)];I++)e[t(1633)](I,d)?(r=r.concat(b),r=r[t(1550)](c[I])):r=r.concat(c[I]);return r}{let l=s[t(1791)](":");for(let b=0;b<l[t(633)];b++){let I=l[b];if(e[t(1745)](4,l[b][t(633)]))if(e.RNzPb(e[t(882)],e[t(882)])){let k=w[t(1677)+"g"](0,e[t(1972)](4,l[b][t(633)])),M=k.concat(I);r=r.concat(M)}else return _0x71ac6c[t(1115)+t(1322)](e[t(615)](255,this[t(1009)]),this[t(1009)]>>>8&255,this[t(1009)]>>>16&255,e[t(1641)](this[t(1009)],24),e[t(1268)](255,this.high),e[t(1641)](this.high,8)&255,e[t(1641)](this.high,16)&255,this.high>>>24);else r=r[t(1550)](I)}return r}}function y(s,t){let r=n,c=s.key;e[r(1815)](void 0,c)&&(X(t,10),e[r(758)](he,t,c));let d=s.value;e.aRLGj(void 0,d)&&(e.QHKxx(X,t,18),e.pOgLt(he,t,d))}function _(s){let t=n,r={};e:for(;!e[t(954)](ue,s);)if(e[t(1034)](e.CQxnB,e[t(1291)])){let c=e.WuSKH(ee,s);switch(c>>>3){case 0:break e;case 1:r.key=e[t(1779)](te,s,e[t(742)](ee,s));break;case 2:r.value=e.JUXxZ(te,s,e[t(742)](ee,s));break;default:Z(s,e[t(615)](7,c))}}else{if(_0x340187||_0x448416)return new _0x1e98e9(_0x3af944,_0x125314);if(e[t(1749)](_0x55c545,_0x545a03)&&e.rHNDc(e[t(1247)],typeof _0x557663))return new _0x3a75db(_0x294b90,_0x20b953);if(e[t(1749)](_0x1e1872,_0x3e4b58)&&e.XMbeV(t(908)+"d",typeof _0x5a6bbf))return new _0x250ee0(_0x326c2a,_0x1a7c8b);throw new _0x20c05e(e[t(1970)])}if(e[t(1942)](void 0,r.key))throw new Error(e.zPbsz);if(e.fdxwY(void 0,r[t(732)]))throw new Error(e[t(955)]);return r}function S(s){let t=n,r=e[t(461)](J);return e[t(1541)](E,s,r),e[t(862)](Ne,r)}function E(s,t){let r=n,c={HnZEE:e.FNqSZ,uUOyg:function(j,$){return j===$},IlboF:r(1312)+r(815)+r(1212),ZmuqE:function(j,$,Ce,Te){return e[r(1345)](j,$,Ce,Te)},yNkci:function(j,$,Ce,Te){return e.BeAhl(j,$,Ce,Te)},GFSOk:e[r(1941)],OrwbW:e.VqEGG,uyLwf:function(j,$,Ce){return e[r(1441)](j,$,Ce)}},d=s[r(1026)];e[r(1815)](void 0,d)&&(e[r(777)](X,t,8),e[r(915)](V,t,d));let h=s[r(1235)];e[r(1225)](void 0,h)&&(X(t,16),e[r(758)](V,t,h));let p=s[r(1702)];e[r(1981)](void 0,p)&&(e[r(485)]===e.OaTgJ?(e.ktvFN(X,t,24),e[r(1441)](V,t,e[r(738)](K,p))):this.emit(e[r(460)],e[r(576)](_0x3f8146,e.DVbGh,{..._0x31d17a})));let w=s.method;e[r(701)](void 0,w)&&(e.xcSST(X,t,32),e.pOgLt(V,t,e.hjTlL(K,w)));let l=s[r(795)];if(l!==void 0)for(let j of l){X(t,42);let $=e.KVXQi(J);y(j,$),X(t,$[r(1278)]),e.pOgLt(Je,t,$),e[r(1842)](_e,$)}let b=s["payloadE"+r(1570)];e[r(1781)](void 0,b)&&(X(t,50),e[r(1259)](he,t,b));let I=s["payloadT"+r(1298)];e.VHmMh(void 0,I)&&(e[r(1441)](X,t,58),he(t,I));let k=s[r(1959)];e.PsegD(void 0,k)&&(e[r(1410)](X,t,66),e[r(1928)](X,t,k[r(633)]),e[r(758)](Se,t,k));let M=s[r(577)];e.onDbq(void 0,M)&&(e[r(1779)](X,t,74),e.JUXxZ(he,t,M));let N=s[r(618)+"ming"];if(e[r(787)](void 0,N))if(e[r(1792)](r(1388),e[r(481)]))X(t,82),e[r(1780)](he,t,N);else{let j=(r(1651)+r(1680))[r(1791)]("|"),$=0;for(;;){switch(j[$++]){case"0":this["_destroy"+r(1101)+"t"](_0x428a78,_0x89d2d2);continue;case"1":this["_readyCl"+r(1435)]=!0;continue;case"2":if(!this[r(1501)])return void this[r(1244)](c[r(1142)]);continue;case"3":this[r(1895)+r(892)+r(826)]();continue;case"4":this[r(1232)+r(827)]();continue;case"5":this["_QoSMana"+r(641)]?.[r(1598)]();continue;case"6":if(this[r(1501)].readyState===this[r(1896)]||c[r(1443)](this._ws[r(1576)+"te"],this.CLOSING))return void this[r(1244)](c[r(837)]);continue;case"7":this[r(812)+r(1177)]();continue}break}}let H=s[r(1662)];e.IjUuc(void 0,H)&&(X(t,90),e[r(1479)](he,t,H));let fe=s.frameType;if(fe!==void 0)if(e.AigDQ(e[r(1032)],r(1608))){let j=!!this[r(1539)].enableQoS;if(!j)return{enabled:j,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let $=c[r(1050)](_0xffce36,_0x4f471f.message[r(795)],r(1534)+r(1699),"2"),Ce=$&&c.yNkci(_0xfcd997,_0x3dc5e9.message[r(795)],c[r(463)],"1"),Te=$&&_0x55d092(_0x5e8dc1.message[r(795)],c.OrwbW,"1"),Rt=Te?c.uyLwf(_0x31e755,_0x517ab4[r(1315)][r(795)],r(1534)+"er_ack_m"+r(909))?.split(",")[r(912)](_0x2a0d44)||[]:[];return{enabled:j,isQoSMessage:$,isQoSAck:Ce,isAckCleanupMessage:Te,ackMsgIds:Rt}}else e[r(1410)](X,t,96),e.LkksT(V,t,e[r(1222)](K,fe))}function A(s){let t=n,r={wvott:function(c,d){return e[R(1242)](c,d)},yjEwC:function(c,d){return c|d},HCVJv:function(c,d){return e[R(1544)](c,d)},aRFYs:function(c,d){return e.HgfSW(c,d)},qZymm:function(c,d){return e[R(1544)](c,d)},wXPZm:function(c,d){return e[R(1944)](c,d)},AeUKK:function(c,d){return e.COajq(c,d)},rOsbq:function(c,d){return e[R(547)](c,d)},lGbCy:function(c,d){return c+d}};if(e.aZAmc(e[t(1992)],e[t(726)])){let c=r[t(1458)](r[t(1523)](r[t(1523)](r[t(946)](r[t(1976)](7,_0x5425e2),18),r[t(706)](r[t(1976)](63,_0x78a563[_0x5261bc++]),12)),r[t(1578)](r[t(1976)](63,_0x580dab[_0x28e7d0++]),6)),r[t(1976)](63,_0xe86484[_0x288cc7++]))-65536;_0x5ac012+=_0x28dae4[t(1115)+t(1322)](r[t(931)](55296,r[t(1636)](c,10))),_0x49ab11+=_0xe06d2e[t(1115)+t(1322)](r[t(1342)](56320,1023&c))}else return e.yejpO(T,e[t(853)](ye,s))}function T(s){let t=n,r={};e:for(;!ue(s);){let c=e[t(954)](ee,s);switch(e.QpwvN(c,3)){case 0:break e;case 1:r[t(1026)]=mt(s,!0);break;case 2:r[t(1235)]=e[t(675)](mt,s,!0);break;case 3:r.service=e[t(1884)](ee,s);break;case 4:r.method=e[t(1064)](ee,s);break;case 5:{let d=e.recSl(z,s);(r[t(795)]||(r[t(795)]=[]))[t(684)](e[t(738)](_,s)),s[t(1278)]=d;break}case 6:r[t(609)+t(1570)]=e[t(1541)](te,s,e.WuSKH(ee,s));break;case 7:r[t(1060)+"ype"]=e.pOgLt(te,s,e[t(1400)](ee,s));break;case 8:r[t(1959)]=e[t(576)](F,s,ee(s));break;case 9:r[t(577)]=te(s,e.recSl(ee,s));break;case 10:r[t(618)+t(1348)]=e[t(1259)](te,s,e[t(1003)](ee,s));break;case 11:r[t(1662)]=e[t(576)](te,s,e[t(1003)](ee,s));break;case 12:r[t(1281)+"e"]=e[t(1888)](ee,s);break;default:e[t(1071)](Z,s,e[t(1268)](7,c))}}if(r.SeqID===void 0)throw new Error(e[t(784)]);if(e[t(1955)](void 0,r.LogID))throw new Error(e[t(1069)]);if(r[t(1702)]===void 0)throw new Error(e[t(737)]);if(e[t(724)](void 0,r.method))throw new Error(e[t(786)]);return r}function z(s){let t=n,r=e[t(1172)](ee,s),c=s[t(1278)];return s[t(1278)]=e[t(1040)](s[t(1536)],r),c}function Z(s,t){let r=n;switch(t){case 0:for(;e[r(1924)](128,e[r(1842)](se,s)););break;case 2:ie(s,e.jxsgg(ee,s));break;case 5:e.wZuvP(ie,s,4);break;case 1:ie(s,8);break;default:throw new Error(e[r(1962)]+t)}}function K(s){let t=n;return s|=0,{low:s,high:e.ohJQI(s,31),unsigned:e[t(1080)](s,0)}}let ce=[];function J(){let s=n,t={HpxEX:function(r,c,d){return e[R(1375)](r,c,d)},QOEJL:function(r,c,d){return e[R(576)](r,c,d)}};if(e[s(1815)](s(1794),e[s(1960)]))atXZQR[s(1684)](_0xbffdc2,_0x16703f,90),atXZQR[s(1837)](_0x43fbac,_0x39d6de,_0x25674b);else{let r=ce[s(1419)]();return r?(r[s(1536)]=r[s(1278)]=0,r):{bytes:new Uint8Array(64),offset:0,limit:0}}}function _e(s){ce.push(s)}function ye(s){return{bytes:s,offset:0,limit:s[n(633)]}}function Ne(s){let t=n,r=s.bytes,c=s[t(1278)];return e[t(494)](r[t(633)],c)?r:r[t(1683)](0,c)}function ie(s,t){let r=n;if(e[r(1649)](e.JAYCU(s[r(1536)],t),s[r(1278)]))throw new Error(e[r(1531)]);s[r(1536)]+=t}function ue(s){let t=n;return e[t(1942)](t(1e3),t(1e3))?e[t(1080)](s[t(1536)],s[t(1278)]):_0x29827b[t(1347)]()}function P(s,t){let r=n,c=s.bytes,d=s[r(1536)],h=s.limit,p=d+t;if(e[r(1649)](p,c[r(633)])){let w=new Uint8Array(e[r(1155)](2,p));w[r(833)](c),s[r(605)]=w}return s[r(1536)]=p,e[r(677)](p,h)&&(s[r(1278)]=p),d}function O(s,t){let r=n,c=s[r(1536)];if(e[r(677)](e.dbPXb(c,t),s[r(1278)]))throw new Error(e[r(1917)]);return s[r(1536)]+=t,c}function F(s,t){let r=n,c={wgGLq:function(d,h){return e.XMbeV(d,h)},GCteU:e[r(1247)],okqdg:r(2001),VbXWh:e.AkiDQ};if(e[r(1942)](e[r(1585)],e[r(1585)])){let d=O(s,t);return s.bytes[r(1683)](d,e.COajq(d,t))}else _0x4f73b3.r=d=>{let h=r;HhoZee.wgGLq(HhoZee[h(1853)],typeof _0x103bc5)&&_0x3b25e6[h(1887)+h(1006)]&&_0x4c61c5["definePr"+h(1797)](d,_0x2b5e71[h(1887)+h(1006)],{value:HhoZee[h(1083)]}),_0x1a4c0f[h(760)+h(1797)](d,HhoZee[h(1150)],{value:!0})}}function Se(s,t){let r=n,c=e.Osmux(P,s,t[r(633)]);s[r(605)][r(833)](t,c)}function te(s,t){let r=n,c=e[r(1790)](O,s,t),d=String["fromChar"+r(1322)],h=s.bytes,p="\uFFFD",w="";for(let l=0;e[r(1920)](l,t);l++){let b=h[e[r(473)](l,c)],I,k,M,N;if(e[r(1058)](e[r(1825)](128,b),0))w+=e[r(954)](d,b);else if(e.mjoPP(224&b,192))if(e[r(1757)](l+1,t))w+=p;else if(I=h[e[r(1040)](l,c)+1],e.lijBG(192,I)!==128)w+=p;else if(N=e[r(1242)](e[r(615)](31,b)<<6,63&I),e[r(1107)](N,128))w+=p;else if(e[r(494)](e[r(1520)],e[r(1512)])){_0x11e908[r(1569)](_0x28f3fd)||(_0x4afc7d=_0x594f09[r(1873)+"er"](_0x19f642));let H=e.QpwvN(this.high,16),fe=65535&this[r(1911)],j=e[r(1190)](this[r(1009)],16),$=e.lijBG(65535,this[r(1009)]),Ce=e[r(1109)](_0x44ed9b.high,16),Te=65535&_0x5b5843[r(1911)],Rt=_0x2594c8[r(1009)]>>>16,Vr=e[r(1294)](65535,_0x5b8e73[r(1009)]),ct=0,_t=0,Ve=0,xt=0;return xt+=$+Vr,Ve+=e[r(1190)](xt,16),xt&=65535,Ve+=j+Rt,_t+=e[r(1190)](Ve,16),Ve&=65535,_t+=fe+Te,ct+=e[r(1190)](_t,16),_t&=65535,ct+=e[r(473)](H,Ce),ct&=65535,_0x516dda[r(1054)](e[r(1242)](e.XShsT(Ve,16),xt),e[r(1242)](e[r(1944)](ct,16),_t),this[r(719)])}else w+=e[r(862)](d,N),l++;else if(e[r(814)](240,b)==224)if(e[r(1080)](l+2,t))w+=p;else if(I=h[e[r(545)](e.rJrGx(l,c),1)],k=h[e[r(545)](e[r(1413)](l,c),2)],e[r(787)](e[r(635)](e[r(1242)](I,e[r(1944)](k,8)),49344),32896))w+=p;else if(e[r(995)](e.pXvYY,"xPgBY"))N=e.WqCYy(e[r(944)](e[r(584)](15&b,12),e.unZmW(e[r(926)](63,I),6)),63&k),e[r(1107)](N,2048)||e[r(1080)](N,55296)&&e[r(870)](N,57343)?w+=p:(w+=e[r(742)](d,N),l+=2);else{let H="2|1|0|3|4"[r(1791)]("|"),fe=0;for(;;){switch(H[fe++]){case"0":if(_0x59147f[r(1283)+"e"])return _0x17df1d[r(1283)+"e"](_0x2bb07,_0x2237ef)+_0x533da3;continue;case"1":if(e[r(471)](_0x39dc43.length,40))return e.dUcen(_0x243352(_0x567471,_0x1684b9,_0x2aef18),_0x5a1999);continue;case"2":if(!_0x7277c1)return _0x3c1400;continue;case"3":if(_0x406cf7[r(744)])return _0x5a83d7[r(744)](_0x1a906c,_0x32ced9)+_0x42bb3b;continue;case"4":return e[r(804)](e.verQL(_0x42b044,_0x308f2b,_0x37a109,_0x2d4206),_0x400788)}break}}else e[r(1406)](248&b,240)?e[r(1080)](e[r(1040)](l,3),t)?w+=p:(I=h[e[r(1642)](l+c,1)],k=h[e.dbPXb(e[r(804)](l,c),2)],M=h[e[r(1040)](e.JAYCU(l,c),3)],e[r(2e3)](e[r(902)](e[r(944)](I,e.GPBgx(k,8)),e.GPBgx(M,16)),12632256)!==8421504?w+=p:(N=e[r(1343)](e[r(1044)](7&b,18),e[r(1119)](e[r(898)](63,I),12))|e[r(584)](e.vGDHQ(63,k),6)|e[r(1983)](63,M),e[r(1107)](N,65536)||e[r(1191)](N,1114111)?w+=p:(N-=65536,w+=d(e[r(1514)](e.ohJQI(N,10),55296),e[r(1885)](e[r(491)](1023,N),56320)),l+=3))):w+=p}return w}function he(s,t){let r=n;if(e[r(1029)](e[r(508)],e[r(508)])){let c=t.length,d=0;for(let w=0;e[r(1107)](w,c);w++)if(e.Hvhrq(e[r(560)],e[r(560)])){let l=t[r(1188)+"At"](w);e[r(1757)](l,55296)&&e[r(661)](l,56319)&&e[r(1524)](w,1)<c&&(l=e.wagGc(e[r(1044)](l,10)+t.charCodeAt(++w),56613888)),d+=e[r(1538)](l,128)?1:e.uIMGr(l,2048)?2:e[r(852)](l,65536)?3:4}else this[r(963)]=_0x6292b5,this[r(525)]=_0x4fc1a9,this._qosDB=_0xbeffb2?_0x176996:_0x237d09?_0x5b9c07:null;e.ddsXQ(X,s,d);let h=e[r(1813)](P,s,d),p=s[r(605)];for(let w=0;e[r(1448)](w,c);w++){let l=t[r(1188)+"At"](w);if(l>=55296&&e.ulvkA(l,56319)&&e[r(471)](w+1,c)&&(l=e[r(1972)](e[r(1467)](l<<10,t.charCodeAt(++w)),56613888)),l<128)p[h++]=l;else if(e[r(715)](e[r(1396)],e[r(1396)]))this[r(1901)+r(1289)]=_0x2477e2,this[r(722)]=0;else{if(e[r(819)](l,2048))p[h++]=e[r(1343)](e.PRGin(e[r(1800)](l,6),31),192);else if(e[r(1078)]!==e.bUFWQ){let b={aXnGY:function(I,k,M){return I(k,M)}};return new _0x4a9bda(I=>{let k=r;b.aXnGY(_0x50020e,I,this[k(1871)+k(1201)+"e"](_0x1cc486))})}else l<65536?p[h++]=e[r(679)](e[r(1706)](l,12),15)|224:(p[h++]=e[r(1362)](l>>18,7)|240,p[h++]=e.BziWf(e[r(1566)](l>>12,63),128)),p[h++]=e[r(1110)](e.fxgfu(e[r(1377)](l,6),63),128);p[h++]=e[r(926)](63,l)|128}}}else return this[r(1501)]?this._ws[r(1506)]:""}function Je(s,t){let r=n,c=P(s,t[r(1278)]),d=s[r(605)],h=t[r(605)];for(let p=0,w=t[r(1278)];p<w;p++)d[e.KKlib(p,c)]=h[p]}function se(s){let t=n;return s[t(605)][e[t(1259)](O,s,1)]}function it(s,t){let r=n,c=e[r(1790)](P,s,1);s[r(605)][c]=t}function ee(s){let t=n;if(e[t(555)](t(745),e[t(1180)])){let r=0,c=0,d;do d=se(s),e.LYwlx(r,32)&&(c|=e.unZmW(127&d,r)),r+=7;while(128&d);return c}else _0x20938c[t(1974)](_0x52f0ab)}function X(s,t){let r=n;for(t>>>=0;e[r(920)](t,128);)e.VaLVW(it,s,e.mizFz(127,t)|128),t>>>=7;e[r(1782)](it,s,t)}function mt(s,t){let r=n,c={Tsgue:e[r(1543)],FjcUR:function(d,h,p){return e[r(962)](d,h,p)}};if(e[r(1817)]===e[r(1817)]){let d=0,h=0,p=0,w;return w=se(s),d=127&w,e[r(692)](128,w)&&(w=e[r(1629)](se,s),d|=e[r(1119)](e[r(1994)](127,w),7),e[r(1134)](128,w)&&(w=e[r(742)](se,s),d|=(127&w)<<14,128&w&&(w=se(s),d|=e[r(1119)](e[r(1385)](127,w),21),e[r(1095)](128,w)&&(w=e[r(1309)](se,s),h=e.IlUBh(127,w),128&w&&(w=se(s),h|=e.kbJmc(e[r(1113)](127,w),7),e[r(588)](128,w)&&(w=se(s),h|=e[r(1490)](e[r(659)](127,w),14),e[r(814)](128,w)&&(w=se(s),h|=e.pkQHT(e.pfbKM(127,w),21),128&w&&(e[r(1239)](e[r(1264)],e[r(1264)])?(w=e[r(1888)](se,s),p=e[r(635)](127,w),128&w&&(w=e[r(1526)](se,s),p|=e.fHAps(e[r(1820)](127,w),7))):this.emit(c[r(821)],c.FjcUR(_0x49c176,c.Tsgue,{message:this["_formatE"+r(549)+r(1880)](_0x4406e1)})))))))))),{low:e[r(1193)](d,e[r(1728)](h,28)),high:e[r(694)](e[r(1109)](h,4),p<<24),unsigned:t}}else return this[r(585)+"T"]||this._isMiniWX?this[r(1977)+r(452)+"line"]:(this._isBrowser||this._isWorker)&&this[r(1539)][r(464)+"tworkCha"+r(1823)]?_0x368cc4[r(904)]:!0}function V(s,t){let r=n,c=e[r(783)](t[r(1009)],0),d=e[r(944)](e[r(1431)](t[r(1009)],28),e.RsyLB(t.high,4))>>>0,h=e.ZyrPM(t[r(1911)],24),p=e.GkmEt(0,h)?e[r(1942)](0,d)?e[r(876)](c,16384)?e[r(819)](c,128)?1:2:e[r(1047)](c,2097152)?3:4:d<16384?e.CPpVp(d,128)?5:6:e[r(1047)](d,2097152)?7:8:h<128?9:10,w=e.FJDSu(P,s,p),l=s[r(605)];switch(p){case 10:l[e.IGaqG(w,9)]=e[r(1473)](h,7)&1;case 9:l[e[r(1467)](w,8)]=e[r(608)](9,p)?128|h:127&h;case 8:l[e[r(473)](w,7)]=p!==8?d>>>21|128:e[r(2004)](d>>>21,127);case 7:l[w+6]=e[r(1432)](7,p)?e[r(1343)](e.udSGX(d,14),128):e[r(1839)](e[r(1109)](d,14),127);case 6:l[e.jlrtQ(w,5)]=p!==6?e[r(1624)](e[r(1925)](d,7),128):e.lijBG(e[r(1431)](d,7),127);case 5:l[e[r(1394)](w,4)]=e[r(1034)](5,p)?128|d:e[r(1566)](127,d);case 4:l[e.Iutrn(w,3)]=e[r(1432)](4,p)?e.ZyrPM(c,21)|128:e.fNXuF(e.OYNSq(c,21),127);case 3:l[e.ftxcV(w,2)]=e.QppYP(3,p)?e[r(1624)](e.uNwtV(c,14),128):e[r(588)](c>>>14,127);case 2:l[e[r(565)](w,1)]=e.RxxrZ(2,p)?e[r(1242)](e[r(1431)](c,7),128):e[r(790)](e.ZyrPM(c,7),127);case 1:l[w]=e[r(1717)](1,p)?128|c:127&c}}function At(s){return e[n(1073)](A,s)}function oe(s){return e.HOYbN(S,s)}let Pt=65536,be="\0\0\0\0\0\0\0\0",Ct=Pt*Pt,es=e[n(1159)](Ct,Ct),ts=es/2,st=String[n(1037)+"e"][n(1188)+"At"];class W{constructor(t,r,c){let d=n;this.isLong=!0,this[d(1009)]=0|t,this[d(1911)]=e[d(721)](0,r),this[d(719)]=!!c}static[n(1569)](t){return t&&e[n(1633)](!0,t.isLong)}static[n(1054)](t,r,c){return new W(t,r,c)}static fromBytes(t,r,c){let d=n,h={ELSjy:function(p,w){return p||w}};if(e[d(1522)]===d(1051)){let p=this[d(1945)][d(629)](this[d(499)]);return _0x302d67[d(1263)](h[d(1935)](p,"{}"))[_0x454e4d]}else return c?W[d(625)+d(1052)](t,r):W["fromByte"+d(1266)](t,r)}static["fromByte"+n(1052)](t,r){let c=n;return new W(e.WqCYy(e.vccKc(t[0],e[c(1490)](t[1],8))|t[2]<<16,e[c(710)](t[3],24)),e[c(1193)](e.szbcs(t[4]|e.fHAps(t[5],8),e[c(710)](t[6],16)),e.qLIzE(t[7],24)),r)}static[n(625)+n(1266)](t,r){let c=n;return new W(e[c(1181)](e[c(587)](e[c(1490)](t[4],24)|e.HDDWB(t[5],16),t[6]<<8),t[7]),e.NVDNh(e.piqTx(t[0]<<24,e[c(767)](t[1],16)),t[2]<<8)|t[3],r)}static[n(990)](t){let r=n;return e.EjwEV(t,be)?ns:new W(e[r(728)](e[r(1903)](e.NVDNh(st[r(1664)](t,0),e[r(657)](st[r(1664)](t,1),8)),e[r(830)](st[r(1664)](t,2),16))|e[r(1044)](st.call(t,3),24),0),e[r(1925)](e[r(1698)](e[r(539)](e.HrtKF(st[r(1664)](t,4),e[r(1673)](st.call(t,5),8)),e[r(1049)](st[r(1664)](t,6),16)),e[r(1728)](st[r(1664)](t,7),24)),0),!0)}[n(1341)](){let t=n;return String["fromChar"+t(1322)](e[t(1258)](255,this.low),e[t(1057)](e[t(489)](this[t(1009)],8),255),e[t(1987)](e[t(1431)](this[t(1009)],16),255),e[t(1645)](this[t(1009)],24),e[t(926)](255,this[t(1911)]),e[t(692)](this.high>>>8,255),e.LHcXH(e[t(783)](this[t(1911)],16),255),e[t(1943)](this[t(1911)],24))}static[n(1873)+"er"](t,r=!0){let c=n;if(e[c(1704)](isNaN,t))return r?Wc:ns;if(r){if(e.BQVYy(t,es))return Jc}else{if(t<=-ts)return Vc;if(e[c(920)](e[c(565)](t,1),ts))return $c}return W[c(1054)](e.BziWf(t%Ct,0),e[c(1966)](t/Ct,0),r)}toNumber(){let t=n;return this[t(719)]?e[t(1676)](e[t(1767)](e[t(967)](this.high,0),Ct),e[t(1943)](this[t(1009)],0)):e[t(480)](e[t(1159)](this[t(1911)],Ct),e[t(681)](this[t(1009)],0))}[n(1509)](){let t=n;return e[t(849)](0,this[t(1911)])&&this[t(1009)]===0}add(t){let r=n;if(e[r(1002)]("OLYRm",r(571)))_0x5ab164=e.hjTlL(_0x172c82,_0x36debd),e[r(471)](_0x8a80a,32)&&(_0x58d57|=e[r(1728)](e.EbJNx(127,_0x112ec5),_0x551faf)),_0x968e8d+=7;else{W.isLong(t)||(t=W[r(1873)+"er"](t));let c=this.high>>>16,d=e[r(1382)](65535,this.high),h=this[r(1009)]>>>16,p=e.RZEpi(65535,this[r(1009)]),w=e[r(591)](t.high,16),l=e.SpQnv(65535,t.high),b=e[r(1645)](t[r(1009)],16),I=e[r(1671)](65535,t.low),k=0,M=0,N=0,H=0;return H+=e[r(1885)](p,I),N+=e.uvEXW(H,16),H&=65535,N+=e.Zjclv(h,b),M+=e[r(1918)](N,16),N&=65535,M+=e[r(575)](d,l),k+=e[r(1922)](M,16),M&=65535,k+=e[r(473)](c,w),k&=65535,W[r(1054)](e[r(1193)](e[r(1044)](N,16),H),e[r(1728)](k,16)|M,this[r(719)])}}[n(1758)](t){let r=n,c={FTlVx:function(h,p,w,l){return e.verQL(h,p,w,l)}};if(e[r(1792)](e.vqKwy,e[r(1303)]))return W.isLong(t)||(t=W[r(1873)+"er"](t)),e[r(1781)](this[r(719)],t.unsigned)&&e[r(993)](e[r(1922)](this[r(1911)],31),1)&&e[r(783)](t[r(1911)],31)===1?!1:e[r(1058)](this[r(1911)],t[r(1911)])&&e[r(1715)](this[r(1009)],t[r(1009)]);for(var d in _0x3962b4)IgIxYo[r(1858)](_0x3242d5,_0x3b6721,d,{get:_0x144965[d],enumerable:!0})}[n(1228)](){let t=n;return e[t(1564)](-1,this[t(1009)])&&e[t(1143)](-1,this.high)?W[t(1054)](0,0,this.unsigned):e[t(1955)](-1,this[t(1009)])?W[t(1054)](0,e[t(866)](this.high,1),this[t(719)]):W[t(1054)](e.wJWRE(this[t(1009)],1),this.high,this.unsigned)}toBytes(t){let r=n;return t?this[r(1906)+"E"]():this[r(872)+"E"]()}toBytesLE(){let t=n,r=this[t(1911)],c=this[t(1009)];return[e.WuRap(255,c),e[t(591)](c,8)&255,c>>>16&255,c>>>24,255&r,e[t(1466)](r>>>8,255),e[t(491)](e[t(967)](r,16),255),e[t(820)](r,24)]}[n(872)+"E"](){let t=n,r=this[t(1911)],c=this[t(1009)];return[e[t(708)](r,24),e.XpbGK(e[t(1755)](r,16),255),r>>>8&255,255&r,e[t(489)](c,24),e[t(1709)](e.ddEgM(c,16),255),e[t(491)](e[t(1645)](c,8),255),e[t(1947)](255,c)]}}let ns=new W(0,0,!1),Wc=new W(0,0,!0),$c=W[n(1054)](-1,2147483647,!1),Jc=W[n(1054)](-1,-1,!0),Vc=W[n(1054)](0,-2147483648,!1);var ot=(function(s){let t=n;return s[s[e[t(733)]]=5001]=e[t(733)],s[s[t(469)+t(1166)]=5002]=e[t(1963)],s[s[e.NIKeZ]=5003]=e[t(645)],s[s[e[t(1189)]]=5004]="MESSAGE_"+t(1359),s[s[e[t(614)]]=5005]=t(1063)+"OR",s})({});class Tt{constructor(t){let r=n;this[r(1262)]=t,this[r(1096)]=null}}class rs extends Tt{constructor(t,r){let c=n;super(t),this.message=r&&r[c(1315)]||null}}class is extends Tt{constructor(t,r){let c=n,d=e[c(624)].split("|"),h=0;for(;;){switch(d[h++]){case"0":this[c(1315)]=r&&r.message||"";continue;case"1":this[c(1079)]=r&&r[c(1079)]||5001;continue;case"2":this[c(1557)]=r&&r.colno||0;continue;case"3":this.filename=r&&r[c(444)]||"";continue;case"4":super(t);continue;case"5":this[c(1609)]=r&&r[c(1609)]||null;continue;case"6":this.lineno=r&&r[c(595)]||0;continue}break}}}class ss extends Tt{constructor(t,r){let c=n,d=e[c(1132)][c(1791)]("|"),h=0;for(;;){switch(d[h++]){case"0":this[c(1409)+"nnect"]=r&&r[c(1409)+c(1087)]||!1;continue;case"1":this[c(1079)]=r&&r[c(1079)]||0;continue;case"2":this[c(1832)]=r&&r.reason||"";continue;case"3":super(t);continue;case"4":this[c(1378)]=r&&r.wasClean||!1;continue}break}}}class os extends Tt{constructor(t,r){let c=n;super(t),this[c(564)]=r&&r.data||null}}class as extends os{constructor(t,r){let c=n;super(t),this[c(564)]=r&&r[c(564)]||null,this[c(1315)]=r&&r[c(1315)]||null}}class cs extends Tt{constructor(t,r){super(t),this.data=r&&r.data||null}}function Pe(s,{message:t,code:r,error:c}){return new is(s,{message:t,code:r,error:c})}function Oe(s,{code:t,reason:r,wasClean:c,willReconnect:d}){return new ss(s,{code:t,reason:r,wasClean:c,willReconnect:d})}function xs(s,{data:t,message:r}){return new as(s,{data:t,message:r})}function ds(s,{data:t}){return new cs(s,{data:t})}function qr(s,{message:t}){return new rs(s,{message:t})}class us{constructor(t,r){let c=n;this[c(1077)+"s"]=t,this[c(682)+"es"]=r,this[c(863)+c(1504)]=0,this[c(472)+c(1414)+c(1404)+"t"]=0}[n(1423)+n(1821)+n(1152)](){let t=n;this[t(863)+t(1504)]=0,this[t(472)+t(1414)+"riesCount"]=0}[n(1975)+"es"](){let t=n,r={jxUXm:function(c,d,h){return e[R(758)](c,d,h)}};if(e[t(1239)](e[t(704)],e[t(702)]))return _0x9c9e6a[t(605)][UPmaPF[t(723)](_0x328821,_0x300b54,1)];this["currentEndpointT"+t(1404)+"t"]=0}[n(1890)+n(1613)+"nt"](){let t=n;return this[t(1077)+"s"][this[t(863)+t(1504)]]}["getCurrentEndpoi"+n(973)+n(1289)](){let t=n;return this[t(472)+t(1414)+t(1404)+"t"]}checkReachMaxTries(){let t=n;return!!(e[t(1249)](this[t(863)+t(1504)],this[t(1077)+"s"].length)||this[t(863)+t(1504)]===e.mcGqg(this[t(1077)+"s"][t(633)],1)&&e.ACogE(this[t(472)+t(1414)+t(1404)+"t"],this[t(682)+"es"]))}[n(1100)+n(518)+"ointReac"+n(953)+"tries"](){let t=n,r={uffaP:function(c,d){return e.jNRZA(c,d)},uHmEJ:function(c,d){return e.DJYWG(c,d)}};if(e[t(1001)]!=="AQJId")return e[t(1850)](this[t(863)+t(1504)],this[t(1077)+"s"][t(633)])?!0:e[t(1649)](this[t(472)+t(1414)+"riesCount"],this.maxRetries);{let{value:c,offset:d}=_0x24bda9(_0x5b3278,_0x28e32a);_0xfe0e85=d,_0x459b14=r[t(798)](r.uHmEJ(_0x5024a3,8),0),_0x3dbad6+=c}}["replaceB"+n(927)+n(1830)+"UpdateCount"](){let t=n;if(e[t(1968)]===e[t(1968)])return this[t(472)+"ndpointTriesCount"]=1,this["currentI"+t(1504)]++,this.endpoints[this[t(863)+t(1504)]];++_0x535267,_0x5b6d86+=4}[n(1890)+"ntEndpoi"+n(543)+n(751)](){let t=n;return this[t(472)+t(1414)+t(1404)+"t"]++,this[t(1890)+t(1613)+"nt"]()}}let kt=(e[n(964)](n(908)+"d",typeof globalThis)&&e[n(878)](e[n(663)],globalThis[n(593)+"tor"][n(2006)])||e[n(964)](e.rpLvM,typeof window)&&e[n(1607)](e.SoUHr,window["construc"+n(1851)][n(2006)]))&&e[n(867)](n(908)+"d",typeof document),wt=e[n(818)](e[n(1247)],typeof globalThis)&&(e[n(562)](e[n(1982)],globalThis.constructor[n(2006)])||e[n(1734)](e[n(978)],globalThis[n(593)+"tor"].name))&&e[n(1822)](e[n(1247)],typeof tt),en=(e[n(1194)](e[n(1247)],typeof globalThis)&&e[n(901)](e.eXNCk,globalThis[n(593)+"tor"][n(2006)])||e[n(1406)](n(908)+"d",typeof globalThis)||e[n(964)](e[n(1247)],typeof globalThis)&&!!globalThis[n(1296)+n(573)])&&e.XDiUX(e[n(1247)],typeof wx),tn=e[n(877)](e[n(1247)],typeof globalThis)&&(e.qShSw(e.FAaEI,globalThis[n(593)+n(1851)][n(2006)])||e[n(1882)](e[n(1511)],globalThis[n(593)+n(1851)].name)||e[n(1875)](e[n(1648)],globalThis[n(593)+"tor"][n(2006)]))&&e[n(1403)](n(908)+"d",typeof self),Yc=e[n(1285)](e[n(1247)],typeof globalThis)&&e[n(1711)](e[n(1982)],globalThis[n(593)+n(1851)][n(2006)])&&e[n(1194)]("undefined",typeof global)&&e[n(1982)]===global[n(593)+n(1851)].name&&e[n(1247)]!=typeof process&&!!process[n(1627)];class Gr{constructor(){let t=n;this[t(667)+"rs"]={}}emit(t,...r){let c=n,d=this._listeners[t];if(d)d[c(1274)]()[c(1876)](h=>h.fn[c(1389)](h[c(1720)],r));else if(e[c(1543)]===t&&!this[c(1952)]){let h=r.length&&r[0];if(e[c(1368)](h,Error))throw h;let p=new Error(e[c(1040)](e.WkNfr,h?e.bwlZt(" ("+h.message,")"):""));throw p[c(809)]=h,h}return this}[n(1260)](t,r){let c=n;if(t===void 0)this[c(667)+"rs"]={};else if(e[c(1061)](void 0,r))this[c(667)+"rs"][t]=null;else{let d=this._listeners[t];if(d)for(let h=0;h<d.length;)d[h].fn===r?d[c(1127)](h,1):++h}return this}on(t,r,c){let d=n;return(this[d(667)+"rs"][t]||(this[d(667)+"rs"][t]=[]))[d(684)]({fn:r,ctx:c||this}),this}}class Xc extends Gr{[n(448)+"rrorMess"+n(1880)](t){let r=n;return t[r(532)]||t[r(762)]?(r(1692)+" "+(t[r(532)]||"")+" code: "+(t.errNo||"")).trim():JSON[r(1990)+"y"](t)}constructor(t,r,c){let d=n;super(),this[d(851)]=null,en&&wx[d(945)+d(1803)]&&(this[d(851)]=wx[d(945)+d(1803)]({url:t,protocols:r,header:c,fail:this[d(1731)+d(524)+d(974)][d(1334)](this),success:this["_createS"+d(1937)+"cessHandler"].bind(this)})),wt&&tt[d(945)+d(1803)]&&(this._socket=tt[d(945)+d(1803)]({url:t,protocols:r,header:c,fail:this["_createS"+d(524)+d(974)].bind(this),success:this[d(1731)+d(1937)+"cessHand"+d(1862)][d(1334)](this)}))}[n(1731)+n(1937)+"cessHand"+n(1862)](){let t=n,r={FMgow:function(c){return c()},GzwvR:function(c){return e[R(461)](c)}};e.uTesj(e[t(1427)],e.vMLKN)?Promise.resolve().then(()=>{this[t(1045)+"steners"]()}):(MXWttz.FMgow(_0x423ff1),MXWttz[t(1437)](_0x416bec))}["_createS"+n(524)+"lHandler"](t){let r=n,c={OzWHY:function(d,h,p){return e[R(1928)](d,h,p)},isgmX:e[r(1543)],cEGpg:e[r(600)]};Promise.resolve()[r(1098)](()=>{let d=r,h=c.OzWHY(Pe,c.isgmX,{message:this[d(448)+d(549)+"age"](t)});this.emit(c[d(1726)],h);let p=c[d(1094)](Oe,c[d(1068)],{reason:this[d(448)+d(549)+"age"](t)});this[d(2008)](c[d(1068)],p)})}[n(1045)+n(1558)](){let t=n,r={ljdEq:e[t(1707)],PeaZV:function(c,d,h){return e.JMEAF(c,d,h)},GJIRY:e.wvTVR,dridv:e.DVbGh,QEOmZ:e[t(1543)]};this[t(851)][t(1116)](c=>{let d=t;this[d(2008)](r.ljdEq,r[d(1084)](ds,r[d(1761)],{...c,data:c[d(532)]||""}))}),this[t(851)][t(551)](c=>{let d=t;this[d(2008)](r[d(1957)],r.PeaZV(Oe,d(1681),{...c}))}),this._socket.onMessage(c=>{let d=t;this[d(2008)](r[d(855)],xs(r[d(855)],{...c}))}),this[t(851)][t(1135)](c=>{let d=t;this[d(2008)](r[d(896)],Pe(r[d(896)],{...c,message:c[d(532)]||""}))})}[n(1764)](t){let r=n,c={Unylv:function(d,h){return d===h},Qocxp:e[r(1033)],tlMND:r(879),OfcuO:function(d,h,p){return e[r(1782)](d,h,p)},vtdtZ:r(1609)};if(e[r(1368)](t,Uint8Array)){let d=t[r(1565)][r(1274)](t[r(1354)+"et"],t[r(557)+"th"]+t[r(1354)+"et"]);this[r(851)]&&this._socket.send({data:d,fail:h=>{let p=r;this.emit(e.HqQse,e[p(1541)](Pe,p(1609),{message:this[p(448)+p(549)+p(1880)](h)}))}})}else this._socket&&this._socket[r(1764)]({data:t,fail:d=>{let h=r;c[h(656)](c[h(1542)],c[h(665)])?(_0x252b35=_0x16b0b7(_0x1eb975),_0x5e0c7d=0):this[h(2008)](h(1609),c[h(468)](Pe,c[h(1665)],{message:this[h(448)+"rrorMessage"](d)}))}})}[n(1681)](t,r){let c=n,d={PLePs:c(1117),sTqOq:function(h,p,w){return e.IYcSu(h,p,w)}};e[c(1390)](e.EERpU,e[c(984)])?this[c(2008)](IqEPKN.PLePs,IqEPKN[c(616)](_0x2531c4,IqEPKN[c(1727)],{..._0xb8eddf,data:_0x3cba90[c(532)]||""})):this[c(851)]&&this[c(851)][c(1681)]({code:t,reason:r})}[n(1424)+"Listener"](t,r){this.on(t,r)}["removeEv"+n(1932)+"ner"](t,r){this[n(1260)](t,r)}get[n(1576)+"te"](){let t=n;return t(755)===e.JQfya?this[t(851)][t(1576)+"te"]:this._ws?this[t(1501)].url:this._url}get[n(718)+"pe"](){let t=n;return this._socket[t(718)+"pe"]}set[n(718)+"pe"](t){}get[n(1493)](){return this[n(851)].url}get[n(1506)](){let t=n;return this[t(851)][t(1506)]}get[n(652)+"ns"](){let t=n;return this[t(851)][t(652)+"ns"]}get[n(1399)+n(1395)](){return 0}}function Zc(s,t){let r=n;if(t)return new t(s[r(1493)],s[r(1506)]);if(en||wt)return new Xc(s.url,s.protocol,s[r(795)]);if((kt||tn)&&e[r(818)](e[r(1247)],typeof WebSocket)&&WebSocket)return new WebSocket(s[r(1493)],s.protocols)}function Qc(s){let t=n;return!!(s||en&&wx[t(945)+t(1803)]||wt&&tt[t(945)+t(1803)]||e[t(832)](kt,tn)&&e[t(638)](t(908)+"d",typeof WebSocket)&&WebSocket)}function fs(s,t,r){let c=n,d={cSyRd:function(w,l){return e[R(504)](w,l)},VkJhR:"AnkSn",XaZJl:function(w,l){return e[R(661)](w,l)},ZizZf:e[c(1007)]},h=-1;async function p(w){let l=c,b={Wduwn:function(I,k){return I(k)}};if(d[l(1349)](d[l(1848)],d.VkJhR))return d[l(1831)](w,h)?Promise[l(477)](new Error(d[l(1043)])):(h=w,d[l(1349)](w,r[l(633)])?Promise.resolve():r[w][l(1334)](s)(t,p.bind(null,w+1)));{let I=_0x8ec384[l(942)+l(541)](_0x481613);return _0x30e0b3&&I["addEvent"+l(826)](l(1300),()=>_0xa485dd()),IYbomy[l(857)](_0x108c2e,I)[l(1098)](()=>{})}}e[c(862)](p,0)}function ls(s){let t=n,r=0,c=0;for(let d=0;e.kvSes(d,s[t(633)]);++d)c=s[t(1188)+"At"](d),e[t(823)](c,128)?r+=1:e[t(800)](c,2048)?r+=2:e[t(743)](64512,c)===55296&&e[t(1153)](e.PrJCC(64512,s.charCodeAt(e.JAYCU(d,1))),56320)?(++d,r+=4):r+=3;return r}function gs(s,t,r){let c=n;if(e[c(876)](e[c(1863)](r,t),1))return"";let d="";for(let h=t;h<r;){let p=s[h++];if(e[c(966)](p,127))d+=String[c(1115)+c(1322)](p);else if(e[c(1588)](p,192)&&e.SgTQB(p,224))d+=String[c(1115)+c(1322)](e[c(584)](e[c(1994)](31,p),6)|e[c(676)](63,s[h++]));else if(e[c(835)](p,224)&&e[c(780)](p,240))d+=String.fromCharCode(e[c(1698)](e[c(1939)]((15&p)<<12,e[c(1119)](63&s[h++],6)),63&s[h++]));else if(e[c(1249)](p,240)){let w=e[c(1151)](e[c(497)](e.BYnPy(e[c(1360)](e[c(628)](7,p),18),e[c(1490)](e[c(1839)](63,s[h++]),12))|e.KlYhl(63,s[h++])<<6,e.NkTlL(63,s[h++])),65536);d+=String["fromChar"+c(1322)](55296+e.jKjVw(w,10)),d+=String["fromChar"+c(1322)](e[c(1984)](56320,e[c(635)](1023,w)))}}return d}function Hr(s,t,r){let c=n,d={cDFbT:function(l,b,I){return e.LCvJI(l,b,I)},EvHSW:function(l,b,I){return l(b,I)}},h=r,p,w;for(let l=0;e[c(1107)](l,s[c(633)]);++l)if(p=s[c(1188)+"At"](l),e.FwzkW(p,128))t[r++]=p;else if(p<2048)e[c(613)]===e[c(613)]?(t[r++]=e.vccKc(e[c(547)](p,6),192),t[r++]=e[c(1434)](e[c(730)](63,p),128)):(!_0x2e2d26[c(1031)+"d"]&&(this[c(1632)+"er"]&&_0x200c67["removeEventListe"+c(903)](e[c(1292)],this[c(770)+"ageHide"]),this[c(1632)+"er"]&&_0x5d7c36[c(707)+c(1932)+c(903)](e[c(1500)],this[c(770)+"ageShow"]),this.close()),this[c(1632)+"er"]&&_0x2b19c3[c(707)+"entListener"](e[c(459)],this["_handleO"+c(1114)]),this[c(1632)+"er"]&&_0x29f6b0[c(707)+"entListe"+c(903)](c(1487),this["_handleO"+c(1446)]));else if(e[c(1971)](e[c(692)](64512,p),55296)&&e.wBNSy(e[c(1983)](64512,w=s[c(1188)+"At"](e.xzGmH(l,1))),56320)){let b=(c(649)+c(1420))[c(1791)]("|"),I=0;for(;;){switch(b[I++]){case"0":t[r++]=e[c(790)](e.OCXuk(p,12),63)|128;continue;case"1":t[r++]=e[c(1110)](63&p,128);continue;case"2":t[r++]=p>>18|240;continue;case"3":p=e[c(651)](65536+e.kbJmc(e[c(1258)](1023,p),10),1023&w);continue;case"4":++l;continue;case"5":t[r++]=e[c(1927)](e.oXTlr(p>>6,63),128);continue}break}}else e[c(1792)](e.PWHtk,e[c(1210)])?(t[r++]=e[c(1343)](p>>12,224),t[r++]=e[c(538)](e[c(1377)](p,6)&63,128),t[r++]=e[c(1361)](e[c(1924)](63,p),128)):(jGGeNP[c(1643)](_0x1cd3ef,_0x24a1b9,66),jGGeNP.EvHSW(_0x3f8c86,_0x47f772,_0xbcf165[c(633)]),jGGeNP[c(1481)](_0x97eef0,_0x473962,_0x4aa7ab));return r-h}async function hs(s){let t=n;if(e.gnkCE(t(923),typeof s)){let r=new Uint8Array(e[t(1750)](ls,s));return e[t(1253)](Hr,s,r,0),r}return e[t(1368)](s,ArrayBuffer)?new Uint8Array(s):new Uint8Array(s.buffer,s[t(1354)+"et"],s[t(557)+"th"])}function e0(s){let t=n,r={lyYtA:function(c,d){return e[R(1140)](c,d)},PcZqW:function(c,d){return e[R(480)](c,d)},qqXRR:e[t(1531)]};try{if(e[t(1781)]("Isjms",t(1220))){if(GkWKLm.lyYtA(GkWKLm[t(919)](_0x4d6adb[t(1536)],_0xb81f11),_0x5e5e06.limit))throw new _0x3082d0(GkWKLm.qqXRR);_0x2de908.offset+=_0x5d3a56}else return e.rHNDc(e[t(802)],typeof s)&&(e[t(1368)](s,ArrayBuffer)||s[t(1565)]&&e.DnuNE(s[t(1565)],ArrayBuffer))||e[t(1194)](e[t(802)],typeof s)?"":(JSON.parse(s),t(672)+t(987))}catch{return e[t(1141)](t(923),typeof s)?e[t(1689)]:""}}let t0=(s,t)=>{let r=n;switch(s){case e[r(956)]:case e[r(1535)]:return{[r(542)+s]:1,"x-tt-env":t};default:return{}}};class n0{constructor(t){let r=n;this[r(1901)+r(1289)]=t,this[r(722)]=0}[n(578)](){let t=n;t(1304)===t(1652)?(_0x2f92aa="wss://",_0xa43f27=_0xb5a17e.replace(/(^http)((?:[s]*:\/\/))/,""),_0x114e43=/(^ws)((?:[s]*:\/\/))/[t(885)](_0x3857e4)?_0x1d3fbb:""+_0x4eb2fd+_0x2416c9):this[t(722)]++}[n(983)+"chMaxCount"](){let t=n;if(e.aOHmi(e.pBdTE,t(1669))){let{offset:r}=e[t(1259)](_0x7d5482,_0x396559,_0x2544cb);_0x55e801=r;let c={cursor_name:"",cursor:0,service:0},{value:d,offset:h}=_0x39ff5d(_0x36bcc9,_0x5ac1d6);c[t(1702)]=d,_0x38f9de=h;let{value:p,offset:w}=e[t(1316)](_0x1e813f,_0x206074,_0x4baea4);_0x521141=w,c["cursor_n"+t(1997)]=e[t(1958)](_0x310600,_0x239860,_0x529038,e[t(918)](_0x37ed47,p)),_0x1d57d1+=p;let{value:l,offset:b}=e.cWOhc(_0x5741e7,_0x4d8624,_0x3f497c);c[t(680)]=l.toNumber(),_0x3f8ce7=b,_0x1975c9[t(684)](c)}else return this[t(722)]>=this[t(1901)+t(1289)]}[n(1337)+n(1255)](t=0){let r=n;this.maxLossCount=t,this[r(722)]=0}}async function r0(s){let t=n,r={pvqjc:function(c,d){return c(d)},UuPLT:e[t(1572)],AfNIT:function(c,d){return e[t(1131)](c,d)},iRIYO:function(c,d){return e[t(638)](c,d)},luLlk:e[t(1247)],DPlHt:e[t(640)],dOaSc:t(1386)+t(1796),PuCJD:e[t(1646)],guWdD:function(c,d){return e[t(1143)](c,d)},LbFoM:t(1421),ManMp:function(c,d){return e[t(1172)](c,d)},vDPDE:function(c,d){return e.CXLqE(c,d)},Klgku:function(c,d){return e[t(1182)](c,d)}};return e.zuHZo(t(1657),e[t(858)])?new Promise(c=>{let d=t,h={GGINt:function(p,w){return r[R(1293)](p,w)},PWLxv:function(p,w){return r[R(453)](p,w)},dXFRY:r[d(897)]};if(!kt)return c(r[d(782)]);try{let p=document[d(1163)+"ement"](r[d(1923)]);window[d(1106)+d(781)]=w=>{let l=d;document[l(556)][l(1964)+l(1376)](p),window[l(1106)+l(781)]=void 0,r[l(1474)](c,w&&w[l(630)]||r[l(782)])},p.type=r[d(1573)],p.src=s.replace(/^ws/,d(1705))+r.PuCJD;try{if(r[d(1187)](r[d(1804)],"GFbZE")){if(_0x34f801)return new _0x4a2964(_0x4bac25[d(1493)],_0x19f89e[d(1506)]);if(KJaqoP[d(1869)](_0x2eb0c9,_0x1ba526))return new _0x428498(_0x2430ed[d(1493)],_0x37a03c[d(1506)],_0x4af479[d(795)]);if(KJaqoP.GGINt(_0x295b97,_0x500b0f)&&KJaqoP[d(1530)](KJaqoP.dXFRY,typeof _0xda5785)&&_0x3c6409)return new _0x5e5868(_0x2ca19b[d(1493)],_0x6d9757[d(1506)+"s"])}else document[d(556)][d(1751)+d(1376)](p)}catch{document[d(556)][d(1964)+"ild"](p)}}catch{window["frontier"+d(781)]=void 0,r[d(824)](c,r[d(782)])}}):!!(ejmDHj.vDPDE(this["currentI"+t(1504)],this[t(1077)+"s"][t(633)])||this[t(863)+t(1504)]===ejmDHj[t(754)](this[t(1077)+"s"][t(633)],1)&&this[t(472)+"ndpointT"+t(1404)+"t"]===this[t(682)+"es"])}function at(s,t,r){return!!s?.[n(647)](d=>d.key===t&&d.value===r)}function Dt(s,t){let r=n;return s?.[r(647)](c=>c.key===t)?.[r(732)]}let Kr=null;async function i0(){let s=n;return Kr||(Kr=Promise.resolve()[s(1098)](Ke[s(1334)](Ke,s(1231)))),Kr}class s0 extends Gr{constructor(t,r){let c=n,d={EXolp:function(h,p){return h<p},awooA:function(h,p){return e[R(1633)](h,p)},wFGeT:function(h,p){return e[R(1466)](h,p)},SzSAV:function(h,p){return h&p},SuFXL:function(h,p){return e[R(1642)](h,p)}};e[c(1956)](e[c(843)],"UgsHE")?(_0x57a430=_0x5b3a1c[c(1188)+"At"](_0x484a59),TNoCKb[c(1521)](_0x376b8b,128)?_0xc5c767+=1:TNoCKb[c(1521)](_0x4453f0,2048)?_0x5a056c+=2:TNoCKb[c(1161)](TNoCKb.wFGeT(64512,_0x53d7d2),55296)&&TNoCKb[c(1161)](TNoCKb[c(664)](64512,_0x175a28.charCodeAt(TNoCKb.SuFXL(_0x3ba885,1))),56320)?(++_0x1470ae,_0x121a4a+=4):_0x46a9ce+=3):(super(),this[c(512)]=t,this._keyPath=r,this[c(1945)]=void 0,this[c(1612)+c(1455)]=null)}async openDB(){await this[n(523)]()}async _init(){let t=n,r={yrYTP:function(c,d){return e[R(581)](c,d)},rEDZJ:e[t(1371)],gxhJh:function(c){return e[t(1497)](c)},lKbxI:function(c,d,h,p){return e[t(1356)](c,d,h,p)}};if(!this[t(1945)]){if(this[t(1612)+"mise"])return this[t(1612)+t(1455)];try{let c=this[t(512)],d=this[t(991)];this[t(1612)+t(1455)]=(async()=>{let h=t;if(r[h(1586)](r[h(1030)],h(703))){let{openDB:w}=await r.gxhJh(i0);this[h(1945)]=await r[h(1805)](w,h(1106)+"_"+c,1,{upgrade(l){let b=h;l[b(621)+b(1741)+"e"](c,{keyPath:d})}})}else for(var p in _0x1d03a4)_0x4e4dc0.o(_0x580986,p)&&!_0x2623c3.o(_0x57a524,p)&&_0x1f9771[h(760)+"operty"](_0x1d6aff,p,{enumerable:!0,get:_0x4eae64[p]})})(),await this[t(1612)+t(1455)]}catch(c){console.log(c)}finally{this[t(1612)+t(1455)]=null}}}async[n(2007)](t){let r=n;try{return await this[r(523)](),this._qosDB?.[r(2007)](this[r(512)],t)}catch(c){console[r(1974)](c)}}async[n(833)](t,r){let c=n;return await this._init(),this[c(1945)]?.[c(1227)](this[c(512)],t)}async[n(1178)](t){let r=n;if(!e[r(1453)](r(1561),r(1713)))try{return await this[r(523)](),this[r(1945)]?.[r(871)](this[r(512)],t)}catch(c){console[r(1974)](c)}}async[n(1936)](){let t=n;try{return await this[t(523)](),this[t(1945)]?.[t(1936)](this[t(512)])}catch(r){console[t(1974)](r)}}async keys(){let t=n;return await this[t(523)](),this[t(1945)]?.[t(959)+"ys"](this[t(512)])}async[n(911)](){let t=n;return await this[t(523)](),this[t(1945)]?.[t(911)](this[t(512)])}async[n(1598)](){let t=n;try{e[t(486)](e[t(1659)],e[t(620)])?(_0x4f58d9[_0xc9c2eb++]=e.mizFz(e[t(1926)](_0x53c419,18),7)|240,_0x17948d[_0x1f5856++]=e[t(1352)](e.NvNVg(e[t(1325)](_0x390c93,12),63),128)):(this[t(1945)]?.[t(1681)](),this._qosDB=void 0)}catch(r){console[t(1974)](r)}}get[n(1989)](){let t=n;try{return!!this[t(1945)]}catch(r){return console.log(r),!1}}}class o0{constructor(t,r){let c=n,d={LpTwd:e[c(1247)],vwqeU:e[c(716)],MHPxD:e[c(825)]};e[c(502)](e[c(689)],e.dRFGO)?(this._DBName=t,this[c(525)]=r,this[c(1945)]=localStorage):(ifJOhn.LpTwd!=typeof _0xb1b6ca&&_0xdb6c92[c(1887)+c(1006)]&&_0x2755c4[c(760)+c(1797)](_0x4562d5,_0x13bf35["toString"+c(1006)],{value:ifJOhn[c(1808)]}),_0x119e36[c(760)+"operty"](_0x343605,ifJOhn[c(479)],{value:!0}))}async[n(592)](){}get _prefix(){return"frontier_"+this[n(963)]}async[n(2007)](t){let r=n,c=this._qosDB[r(629)](this[r(499)]);return JSON[r(1263)](e[r(1749)](c,"{}"))[t]}async[n(833)](t,r){let c=n,d=this._qosDB[c(629)](this[c(499)]),h=JSON[c(1263)](e[c(514)](d,"{}"));return h[r||t[this[c(525)]]]=t,this[c(1945)][c(1528)](this._prefix,JSON[c(1990)+"y"](h)),r||t[this[c(525)]]}async[n(1178)](t){let r=n,c=this[r(1945)].getItem(this[r(499)]),d=JSON[r(1263)](c||"{}");return d[t]=void 0,this._qosDB[r(1528)](this[r(499)],JSON.stringify(d))}async[n(1936)](){let t=n;return this._qosDB[t(1936)]()}async keys(){let t=n,r=this._qosDB.getItem(this[t(499)]),c=JSON[t(1263)](r||"{}");return Object[t(1770)](c)}async[n(911)](){let t=n,r=this[t(1945)][t(629)](this[t(499)]),c=JSON.parse(e[t(1131)](r,"{}"));return Object[t(977)](c)}[n(1598)](){return Promise.resolve()}get[n(1989)](){return!!this[n(1945)]}}class a0{constructor(t,r){let c=n;this[c(963)]=t,this[c(525)]=r,this[c(1945)]=wt?tt:en?wx:null}async[n(592)](){}get[n(499)](){let t=n;return t(1106)+"_"+this[t(963)]}async get(t){let r=n,c=this[r(1945)][r(1844)+"geSync"](this[r(499)]);return JSON[r(1263)](e[r(514)](c,"{}"))[t]}async[n(833)](t,r){let c=n,d=this[c(1945)][c(1844)+"geSync"](this[c(499)]),h=JSON.parse(e[c(874)](d,"{}"));return h[r||t[this._pathKey]]=t,this[c(1945)][c(1328)+c(579)](this[c(499)],JSON[c(1990)+"y"](h)),r||t[this._pathKey]}async[n(1178)](t){let r=n,c=this[r(1945)][r(1844)+r(579)](this[r(499)]),d=JSON[r(1263)](c||"{}");return d[t]=void 0,this._qosDB["setStora"+r(579)](this._prefix,JSON[r(1990)+"y"](d))}async[n(1936)](){let t=n;return this[t(1945)][t(947)+t(1313)]()}async[n(1770)](){let t=n,r=this[t(1945)].getStorageInfoSync(this[t(499)]),c=JSON[t(1263)](e[t(1460)](r,"{}"));return Object.keys(c)}async[n(911)](){let t=n,r=this._qosDB[t(1844)+t(1818)+"nc"](this[t(499)]),c=JSON[t(1263)](e[t(1749)](r,"{}"));return Object[t(977)](c)}closeDB(){return Promise.resolve()}get[n(1989)](){return!!this._qosDB}}function ps(s,t){let r=n;if(wt||wt)return new a0(s,t);if((kt||tn)&&r(908)+"d"!=typeof indexedDB)return new s0(s,t);if(e.LZPsE(kt,tn)&&e[r(1194)](e.rpLvM,typeof localStorage))return new o0(s,t);throw new Error(e[r(1970)])}class c0{constructor(){let t=n;this[t(1582)+t(1310)+"Id"]=null,this._interval=36e5,this[t(1945)]=ps(e[t(498)],e.MWtwL)}async[n(1582)+n(1102)](){let t=n,r={TPIsl:e[t(1543)]};if(e[t(1390)](t(1622),t(746)))e[t(1091)](clearInterval,this["_interva"+t(1310)+"Id"]),this[t(1582)+"lTimeoutId"]=e[t(1878)](setInterval,()=>{let c=t;if(e[c(1745)](e[c(1256)],e[c(1814)]))this[c(971)+c(917)]();else if(!this[c(1614)+"Lock"]){let d=(c(740)+"4")[c(1791)]("|"),h=0;for(;;){switch(d[h++]){case"0":this[c(583)+"tManager"]?.[c(1423)+c(1821)+c(1152)]();continue;case"1":this[c(1619)+c(1801)]?.["resetCou"+c(1255)]();continue;case"2":this._isInit=!0;continue;case"3":this[c(1849)+"osed"]=!1;continue;case"4":this[c(1614)]();continue}break}}},this._interval);else{let c=t(1785)+_0x5829aa+(t(850)+t(1208)+t(1948)+t(1510));this[t(1244)](c),this["_dispatc"+t(586)+t(1949)](_0x13a22b(r[t(1301)],{message:c,code:_0x1dbc37[t(1076)+t(980)+"R"]}));return}}async openDB(){let t=n;await this[t(1945)].openDB()[t(1098)](()=>{let r=t,c={Dwmec:function(d,h){return e[R(1540)](d,h)},jWohR:function(d,h){return d>h},iphbX:function(d,h){return e[R(1568)](d,h)},mcbZX:function(d,h){return e[R(1340)](d,h)},cVCwv:function(d,h){return e.rfhFl(d,h)},pPZIw:function(d,h){return e[R(1327)](d,h)},DcRuF:function(d,h){return d|h}};if(e[r(797)](e[r(1015)],r(1929))){if(c[r(671)](_0xbf1654,1)||c[r(655)](_0x2980e7,_0x89122a))return c[r(1025)](_0x2f2e81,_0x231980);c[r(1174)](_0x5e4bab,_0x1e241a)>_0x41cd71&&(_0x37f858=c[r(1118)](_0x124636,_0x49e252),_0x1e808d=0);let d=_0x2c64e8[r(1664)](_0x11c804,_0xeffa33,_0x1fb4c3+=_0x1885df);return c[r(1299)](7,_0x27a813)&&(_0x46b9d0=c[r(1174)](c[r(1284)](7,_0x46eac1),1)),d}else this[r(1582)+r(1102)]()})}async[n(971)+n(917)](){let t=n;(await this._qosDB?.[t(911)]()||[])[t(912)](({timestamp:d})=>d<Date[t(1463)]())[t(1876)](d=>{let h=t;this._qosDB?.del(d[h(970)+"id"])})}async del(t){let r=n;return this[r(1945)]?.[r(1178)](t)}async[n(833)](t,r){return this[n(1945)]?.set({message_id:t,timestamp:r})}async[n(2007)](t){let r=n;return this[r(1945)]?.[r(2007)](t)}async closeDB(){let t=n;if(e.KeXez(e[t(1407)],t(1762)))e[t(550)](clearInterval,this[t(1582)+t(1310)+"Id"]),await this[t(1945)]?.[t(1598)]();else return _0x234303[t(1338)+"t8"]?_0x4d99f4[t(1338)+"t8"](_0x29e7a6,_0x1261cb):_0x517bdc[_0x192f72]=e[t(1525)](255,_0x47df8c),_0x5d8c83+1}get[n(1989)](){let t=n;return this[t(1945)]?.[t(1989)]}}function jr(s){let t=n,r=!!this[t(1539)][t(1638)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let c=at(s[t(1315)][t(795)],e.TTdhi,"2"),d=c&&at(s[t(1315)][t(795)],t(1534)+t(1233)+"ck","1"),h=c&&e.LzyIv(at,s[t(1315)][t(795)],e[t(1908)],"1"),p=h?Dt(s.message.headers,e[t(1112)])?.[t(1791)](",")[t(912)](Boolean)||[]:[];return{enabled:r,isQoSMessage:c,isQoSAck:d,isAckCleanupMessage:h,ackMsgIds:p}}async function ms(){let s=n;return this[s(1336)+"ger"]||(this[s(1336)+s(641)]=new c0),this[s(1336)+s(641)][s(1989)]||await this[s(1336)+"ger"][s(592)](),this["_QoSMana"+s(641)]}async function x0(s,t){let r=n,{enableAutoAck:c}=this[r(1539)],d=at(s[r(1315)][r(795)],e[r(1451)],"1"),h=e[r(1430)](at,s.message.headers,r(1108),"1"),p=jr[r(1664)](this,s);if(e[r(493)](c,d)){let{SeqID:w,LogID:l,service:b,LogIDNew:I,method:k}=s[r(1315)];this[r(474)]({SeqID:w,LogID:l,LogIDNew:I,service:b,method:k,headers:[{key:e[r(1039)],value:"1"},{key:e[r(1147)],value:e[r(874)](I,"")},{key:e[r(466)],value:"0"}]})}h&&!p[r(1238)]&&this[r(1746)+r(1218)+r(1872)](s),e[r(461)](t)}async function d0(s,t){let r=n;this[r(1244)](e[r(1730)],s[r(1315)]),e[r(1391)](t)}async function u0(s,t){let r=n,c=At(await e.zJxNF(hs,s[r(564)]));try{if(c.payload instanceof Uint8Array){let d=e.DnuNE(this[r(1539)]["payloadE"+r(1570)],Object)?{force:!!this[r(1539)][r(609)+r(1570)][r(1581)],encoding:this[r(1539)][r(609)+r(1570)][r(1739)]?this[r(1539)][r(609)+r(1570)][r(1739)].replace(/\s/g,"")["toLowerC"+r(1874)]():""}:{force:!1,encoding:this._options[r(609)+"ncoding"]?this._options[r(609)+r(1570)][r(943)](/\s/g,"")[r(1712)+"ase"]():""},h=c[r(609)+r(1570)]?c["payloadE"+r(1570)][r(943)](/\s/g,"")[r(1712)+r(1874)]():"",p=e.DnuNE(this[r(1539)][r(1060)+r(1298)],Object)?{force:!!this[r(1539)]["payloadT"+r(1298)].force,type:this._options["payloadT"+r(1298)][r(1262)]?this[r(1539)][r(1060)+r(1298)].type[r(943)](/\s/g,"")[r(1712)+r(1874)]():""}:{force:!1,type:this[r(1539)][r(1060)+r(1298)]?this[r(1539)][r(1060)+r(1298)][r(943)](/\s/g,"")[r(1712)+"ase"]():""},w=c[r(1060)+"ype"]?c[r(1060)+r(1298)].replace(/\s/g,"")[r(1712)+r(1874)]():"",l=p.force?p[r(1262)]:w||p[r(1262)],b=d[r(1581)]?d[r(1739)]:h||d[r(1739)],I=[e.GurVj,r(672)+r(987),e[r(785)],e.yGOwL],k=[e.VfETj,e[r(1367)]];this._options[r(644)+r(1789)+"extPayload"]&&I.includes(l)&&(!b||k[r(1282)](b))?c[r(1784)+r(1860)]=e[r(933)](gs,c.payload,0,c[r(1959)][r(557)+"th"]):c[r(1784)+r(1860)]=""}else c[r(1784)+r(1860)]=""}catch(d){if(e[r(861)](e[r(554)],e[r(653)]))c[r(1784)+r(1860)]="",console[r(1974)](d);else return e.PxWVy(_0x193f5f,_0x571e4e)}s[r(1315)]=c,e[r(1391)](t)}function f0(s,t,r){let c=n,d={HaIxu:function(b,I){return b>I},lEkqu:function(b,I){return e[R(779)](b,I)},yCceq:function(b,I){return e.LzSyQ(b,I)},xIjBX:function(b,I){return e[R(1064)](b,I)},euwGn:function(b,I){return b&I},IgRhG:function(b,I){return e[R(1883)](b,I)},SjpWU:function(b,I){return e[R(700)](b,I)}},h=e[c(764)](r,8192),p=e[c(666)](h,1),w=null,l=h;return function(b){let I=c;if(b<1||d[I(1081)](b,p))return d.lEkqu(s,b);d.yCceq(l+b,h)&&(w=d.xIjBX(s,h),l=0);let k=t[I(1664)](w,l,l+=b);return d[I(1516)](7,l)&&(l=d[I(1196)](d[I(1877)](7,l),1)),k}}let l0=4294967295;function g0(s,t,r){let c=n,d={qCMCX:function(h,p){return e.feDPf(h,p)}};if(e.WJRKn(e[c(668)],e[c(668)]))fKcANQ[c(884)](_0x584fb1,_0x35ecd8)&&_0x2375c9[c(833)](_0x33c49e,_0x4eca25);else return e[c(1288)](RangeError,e[c(1514)](e.fBFfP(e[c(1514)](e[c(548)](e[c(1979)],s),e[c(1169)]),e[c(840)](t,1))," > ")+r)}function h0(s,t,r){let c=n;if(e[c(1618)](r,l0))throw new Error(e[c(1221)]);let d=3;for(;d>=0;){let h=255&r;e[c(1356)]($r,h,s,e[c(1513)](t,d)),r>>>=8,d--}return t+4}function p0(s,t){let r=n;if(e[r(1432)](r(529),e[r(1798)]))return _0x5a50b3[r(1569)](_0x329e49)||(_0x4b43a6=_0x3a8152[r(1873)+"er"](_0xf9e1)),this[r(719)]!==_0x955653[r(719)]&&e.TGBAf(this.high>>>31,1)&&e[r(1219)](e[r(1787)](_0x53c17d[r(1911)],31),1)?!1:e.QbArm(this.high,_0x202cb1[r(1911)])&&e[r(494)](this[r(1009)],_0x220103[r(1009)]);{let c=0,d=t,h=t+4;for(;d<h;){let{value:p,offset:w}=e.ZkGBx(Wr,s,d);d=w,c=e.qYuYq(e[r(1654)](c,8),0),c+=p}return{value:c,offset:h}}}function m0(s,t,r){let c=n,d=e[c(1124)][c(1791)]("|"),h=0;for(;;){switch(d[h++]){case"0":if(t[c(744)])return e[c(951)](t[c(744)](s,r),r);continue;case"1":if(!s)return r;continue;case"2":if(t[c(1283)+"e"])return e[c(540)](t.utf8Write(s,r),r);continue;case"3":return e[c(918)](e[c(1345)](Hr,s,t,r),r);case"4":if(s[c(633)]<40)return e[c(759)](Hr,s,t,r)+r;continue}break}}function w0(s,t){let r=n,c=new W(e.uinPW(e[r(497)](e[r(1482)](s[e[r(1217)](t,4)]<<24,s[e[r(470)](t,5)]<<16),s[t+6]<<8),s[t+7]),e[r(1353)](e[r(1903)](e[r(1673)](s[e[r(1072)](t,0)],24),e[r(830)](s[e[r(1217)](t,1)],16))|e[r(1507)](s[t+2],8),s[e[r(999)](t,3)]),!0);return t+=8,{value:c,offset:e[r(1040)](t,8)}}function _0(s,t,r){let c=n,d=s[c(1009)],h=s[c(1911)];return t[r]=e.waKMM(h,24),t[e[c(1885)](r,1)]=e[c(1308)](e[c(1276)](h,16),255),t[e[c(1413)](r,2)]=e[c(1953)](e[c(1641)](h,8),255),t[e[c(1883)](r,3)]=e[c(989)](255,h),t[e[c(1984)](r,4)]=e[c(1252)](d,24),t[r+5]=e[c(796)](d>>>16,255),t[e.RtAtp(r,6)]=e.IFqIj(e[c(636)](d,8),255),t[r+7]=e[c(996)](255,d),r+=8,r}function Wr(s,t){let r=n;return s.readUInt8?{value:s[r(921)+"8"](t),offset:e[r(1524)](t,1)}:{value:e[r(1148)](255,s[t]),offset:e[r(1548)](t,1)}}function $r(s,t,r){let c=n;return t[c(1338)+"t8"]?t.writeUint8(s,r):t[r]=e[c(1994)](255,s),r+1}let y0=function(s){return new Uint8Array(s)},b0=e.XMbeV(e.rpLvM,typeof Buffer)?Buffer["allocUns"+n(1772)]:e[n(1316)](f0,y0,Uint8Array[n(1037)+"e"][n(1683)]);(()=>{let s=n,t={etyrL:function(r,c){return e[R(1326)](r,c)},PwtsS:function(r,c){return e[R(628)](r,c)},upnto:function(r,c){return r<c},Drzzc:function(r,c){return r|c},OjaDB:function(r,c){return e.XpbGK(r,c)},cVHJN:function(r,c){return e.SgTQB(r,c)},jXtQZ:function(r,c){return e[R(1496)](r,c)},JzIkk:function(r,c){return e.EGtkF(r,c)},TLurY:function(r,c){return e[R(1496)](r,c)},TGFdW:function(r,c){return e[R(705)](r,c)},TLGeT:function(r,c){return e.NVDNh(r,c)},FPYQZ:function(r,c,d,h){return e[R(933)](r,c,d,h)}};if(e.AigDQ(s(1799),e[s(952)])){let r=4294967295;return function(c,d,h=!0){let p=s;if(r=t.etyrL(t.PwtsS(127,c[d]),0),t[p(1202)](c[d++],128))return{value:h?r:t[p(1838)](0,r),offset:d};if(r=t[p(1601)](r|t.OjaDB(127,c[d])<<7,0),t[p(1626)](c[d++],128))return{value:h?r:t[p(1838)](0,r),offset:d};if(r=t[p(1601)](t[p(1838)](r,t[p(450)](t[p(1236)](127,c[d]),14)),0),t[p(992)](c[d++],128))return{value:h?r:t[p(1838)](0,r),offset:d};if(r=(r|t[p(632)](t[p(1236)](127,c[d]),21))>>>0,t[p(1900)](c[d++],128))return{value:h?r:t.Drzzc(0,r),offset:d};if(r=t[p(1601)](t[p(454)](r,(15&c[d])<<28),0),t[p(1900)](c[d++],128))return{value:h?r:t[p(1838)](0,r),offset:d};if((d+=5)>c.length)throw d=c[p(633)],t.FPYQZ(g0,d,10,c[p(633)]);return{value:h?r:t[p(454)](0,r),offset:d}}}else _0x64c044[s(1974)](_0x5a49b7)})();let v0=16,Jr=32;function S0(s){let t=n,r=0,c={};for(let d=0;e[t(823)](d,s[t(633)]);d++)c[s[d][t(492)+t(1997)]]=e[t(1549)](ls,s[d][t(492)+t(1997)]),r+=e.GRAsu(14,c[s[d][t(492)+"ame"]]);return[r,c]}function ws(s,t,r){let c=n,[d,h]=e.KyeLy(S0,s),p=e[c(1144)](b0,d),w=0;return s.forEach(l=>{let b=c,I=e[b(1605)][b(1791)]("|"),k=0;for(;;){switch(I[k++]){case"0":console[b(1974)](e[b(828)],w);continue;case"1":w=h0(p,w,l[b(1702)]||0);continue;case"2":w=e.vJfRj($r,h[l[b(492)+b(1997)]],p,w);continue;case"3":w=e[b(1345)](_0,W[b(1873)+"er"](l[b(680)]||t),p,w);continue;case"4":console.log(e[b(752)],w);continue;case"5":w=$r(0,p,w);continue;case"6":console[b(1974)](e.tfWEJ,l,l.service);continue;case"7":console[b(1974)](e[b(839)],w);continue;case"8":console[b(1974)](b(2006),w);continue;case"9":console[b(1974)](e[b(881)],w);continue;case"10":w=e[b(1356)](m0,l[b(492)+b(1997)],p,w);continue}break}}),{frameType:Jr,headers:[{key:e.IzlKX,value:r}],payload:p}}function E0(s){let t=n,r=0,c=[];for(;e[t(1752)](r,s[t(557)+"th"]);){let{offset:d}=e[t(1779)](Wr,s,r);r=d;let h={cursor_name:"",cursor:0,service:0},{value:p,offset:w}=e[t(1316)](p0,s,r);h[t(1702)]=p,r=w;let{value:l,offset:b}=e[t(1719)](Wr,s,r);r=b,h[t(492)+"ame"]=gs(s,r,r+l),r+=l;let{value:I,offset:k}=e[t(1472)](w0,s,r);h[t(680)]=I[t(864)](),r=k,c[t(684)](h)}return c}function I0(){let s=n;return{frameType:Jr,headers:[{key:e[s(536)],value:e[s(1028)]}],payload:void 0}}class A0{constructor(t,r,c){let d=n;this[d(1092)+d(1022)]=t,this["_cursorF"+d(1579)]=r,this._messageStrategy=c,this[d(1945)]=ps(this[d(1092)+"ameSpace"],e[d(1865)])}async openDB(){let t=n;await this[t(1945)][t(592)]()}async[n(1691)+"rs"](){let t=n;if(!this[t(1945)][t(1989)])return;let r=this[t(1204)+t(937)],c=await this[t(1945)][t(911)]();switch(console[t(1974)](e[t(594)],c),r){case e[t(806)]:return c&&c.length?e[t(1062)](ws,c,0,this._cursorFileName):void 0;case"INSTANT":return;case e[t(1085)]:return c&&c.length?e[t(1345)](ws,c,0,this[t(1295)+"ileName"]):e[t(976)](I0)}}async set(t,r,c){let d=n;return console[d(1974)](e[d(590)],t,r,c),this[d(1945)][d(833)]({cursor_name:t,cursor:r,service:c})}async[n(623)+"rs"](t){let r=n,c=e.UEJmT(E0,t);for(let d of c)console[r(1974)](e[r(1604)],c),await this[r(1945)][r(833)](d)}async[n(2007)](t){let r=n;return(await this[r(1945)][r(2007)](t))?.[r(680)]}async[n(1598)](){let t=n;await this[t(1945)][t(1598)]()}["updateCu"+n(1567)+n(910)](t){let r=n;this["_cursorF"+r(1579)]=t}get isReady(){let t=n;return this[t(1945)][t(1989)]}}let P0=e[n(1931)];async function _s(s){let t=n,r={JBfAZ:function(c,d){return e.Dlrdq(c,d)},iuvZF:function(c,d,h){return e.LkksT(c,d,h)},tJwIu:t(1748),pFDSI:e[t(1998)]};if(e[t(1465)]!==e[t(1595)]){if(!this[t(1539)][t(1638)+"S"])return null;let{aID:c,fpID:d,messageStrategy:h}=this[t(1539)],p=e[t(514)](s,P0);try{if(e[t(1066)]===e.ThKZS)_0x5bd4c0+=lZcWLT[t(1438)](_0x349c22,_0xae98e5),_0x303250+=2;else return this[t(515)+t(1476)]?s&&this[t(515)+"anager"][t(712)+t(1567)+t(910)](s):this[t(515)+t(1476)]=new A0(d+"_"+c+"_"+p,p,h),this[t(515)+t(1476)][t(1989)]||await this[t(515)+t(1476)][t(592)](),this["_cursorM"+t(1476)]}catch{if(e[t(1211)](e[t(1483)],e[t(1483)]))return null;this[t(1945)]?.[t(1681)](),this[t(1945)]=void 0}}else this[t(1582)+"lTimeoutId"]=null,this[t(1582)+"l"]=36e5,this[t(1945)]=lZcWLT[t(1170)](_0x3ab80e,lZcWLT[t(844)],lZcWLT[t(1583)])}async function C0(s,t){let r=n,c={hhJXF:r(1940)+r(456)+r(1254),fwHTh:r(1562),eUnJf:function(N,H,fe,j){return e[r(1806)](N,H,fe,j)},KcKtX:e[r(752)],FNxVP:"header",VhsbZ:e[r(1933)],TOzGA:function(N,H,fe,j){return e[r(1475)](N,H,fe,j)}},d=at(s[r(1315)].headers,e[r(1517)],"-1"),h=e[r(761)](at,s[r(1315)][r(795)],e.nZPIp,"1"),p=e.hPEqY(Dt,s[r(1315)].headers,e[r(1477)]),w=e[r(742)](Number,e[r(2003)](Dt,s.message[r(795)],e.IGngG))||0,l=jr.call(this,s),b=e[r(1967)](at,s[r(1315)][r(795)],"x-msg-qos","2"),I=e.gXoGq(Dt,s[r(1315)][r(795)],e[r(713)]),k=e[r(1551)](Number,e[r(675)](Dt,s[r(1315)].headers,"x-msg-cursor_value"));if(l[r(1238)])return e[r(1391)](t);let M=l[r(1647)+r(1287)]?await ms.call(this):null;if(e[r(1140)](s[r(1315)][r(1702)],0)&&h&&!d||s[r(1315)][r(1702)]>0){if(p&&l["isQoSMes"+r(1287)]&&M){if(e[r(1815)](e.CdlRL,e[r(1379)]))return!!!await M[r(2007)](p)&&(this["_dispatc"+r(1136)+r(938)](s),await M[r(833)](p,e[r(951)](Date[r(1463)](),w))),t();{let N=c.hhJXF[r(1791)]("|"),H=0;for(;;){switch(N[H++]){case"0":_0xc7642e[r(1974)](JYItsS.fwHTh,_0x102ecb);continue;case"1":_0x466a2f=JYItsS[r(610)](_0x42bb26,_0x3f0af1[r(1873)+"er"](_0x2cb2bd[r(680)]||_0x914b39),_0x3e7245,_0x4930f4);continue;case"2":_0x2d535a.log(JYItsS.KcKtX,_0x5bc55f);continue;case"3":_0x146b81.log(r(570)+"name",_0x5f6138);continue;case"4":_0x1b3e5f=JYItsS[r(610)](_0x79bcc9,0,_0x4b29cb,_0x147203);continue;case"5":_0x52effc[r(1974)](JYItsS[r(455)],_0x18fb06);continue;case"6":_0x15ce40[r(1974)](r(2006),_0x80c5df);continue;case"7":_0x28c966[r(1974)](JYItsS[r(717)],_0x4b2b0c,_0x2c29b7[r(1702)]);continue;case"8":_0x491024=JYItsS[r(610)](_0x4169bb,_0x319a03[r(492)+r(1997)],_0x1132e9,_0x36d3d1);continue;case"9":_0x42192a=JYItsS[r(598)](_0x137c7e,_0x40a4dc[_0x48ba03[r(492)+r(1997)]],_0xd0f625,_0x37085b);continue;case"10":_0x491213=_0xd8e6dc(_0x149dc2,_0x40e8b5,_0x338125[r(1702)]||0);continue}break}}}if(b){let N=await _s.call(this);if(!N)return this[r(1746)+r(1136)+"Event"](s),e[r(1866)](t);let H=await N[r(2007)](I)??-1;if(H<k)this["_dispatc"+r(1136)+r(938)](s),N.set(I,k,s.message[r(1702)]);else throw new Error(r(589)+r(1672)+" cursor "+k+(" larger than loc"+r(1491)+"r ")+H);return e[r(976)](t)}return this[r(1746)+r(1136)+"Event"](s),e[r(607)](t)}}async function T0(s,t){let r=n,c=jr[r(1664)](this,s);if(!c[r(1647)+r(1287)])return e[r(607)](t);let d=await ms[r(1664)](this);if(c["isAckCleanupMess"+r(1880)]&&c[r(1810)+"s"][r(633)])for(let h of c[r(1810)+"s"])await d[r(1178)](h);e[r(461)](t)}async function k0(s,t){let r=n,c=e[r(1058)](s[r(1315)][r(1281)+"e"],v0),d=e[r(1143)](s.message[r(1281)+"e"],Jr);if(e[r(493)](!c,!d))return e[r(1426)](t);let h=e[r(1674)](Dt,s.message.headers,e.IzlKX);if(!h)return t();let p=await _s[r(1664)](this,h);if(!p)return e[r(1215)](t);if(c){let w=await p.getCursors(),l={frameType:w?.[r(1281)+"e"],SeqID:W.fromNumber(this._seqId++),LogID:W[r(1873)+"er"](this[r(1539)][r(1035)+"erator"]()),service:9e3,method:5,headers:w?.headers,payload:w?.payload},b=S(l);this[r(1501)]&&this[r(1501)].readyState&&this[r(1501)][r(1764)](b)}if(d){let w=s[r(1315)][r(1959)];w&&p[r(623)+"rs"](w)}}let D0=async function(s,t){let r=n;this[r(1199)]=!1,e[r(2005)](clearTimeout,this[r(1614)+r(1012)+r(567)]),e[r(607)](t)},R0=async function(s,t){let r=n;if(!this._ws||this[r(1501)][r(1576)+"te"]!==this[r(817)])return e.KVXQi(t);let{pingInterval:c}=this._options;this["_endpoin"+r(507)]?.[r(1423)+r(1821)+r(1152)]();for(let h=0;e[r(1527)](h,this[r(1204)+r(789)][r(633)]);h++){let p=this[r(1204)+r(789)][h];if(this[r(1501)].readyState===this[r(817)]&&e[r(1815)](null,p))this[r(1501)]&&this[r(1501)][r(1764)](p),this[r(1204)+"Queue"][h]=null;else break}this["_message"+r(789)]=this[r(1204)+r(789)][r(912)](h=>!!h),this._pingPongTimeoutId=e[r(1902)](setTimeout,()=>this[r(513)](),c),this[r(1746)+r(1213)+"nt"](s),this[r(1632)+"er"]&&this._ws&&(this._ws[r(718)+"pe"]=this[r(1099)+r(1298)]);let d=this[r(583)+"tManager"]?.["getCurre"+r(1613)+"nt"]();this._debug(r(1912)+d+r(1369)),e[r(1426)](t)},N0=async function(s,t){let r=n,c=this[r(583)+r(507)]?.[r(1890)+r(1613)+"nt"]();this[r(1244)](r(1912)+c),t()};class O0 extends Gr{constructor(t){let r=n,c={xCGkm:function(w,l,b,I){return e[R(1958)](w,l,b,I)},OfErZ:function(w,l,b){return w(l,b)},Pettp:e.HqQse,cqmrU:function(w,l){return w===l},hvYcr:e[r(559)],gyRGJ:r(1121),HaPjU:function(w,l){return e.VHmMh(w,l)},sfDiq:e[r(1639)],LuNDl:e[r(1357)],idgtv:function(w,l,b){return w(l,b)},dzkcv:function(w,l){return w===l},LWPIq:function(w,l,b,I){return w(l,b,I)},Ykqvg:function(w,l,b){return e[r(1067)](w,l,b)},lAyzi:function(w,l){return e.GiFZf(w,l)},cAkrH:e[r(1351)],lnumZ:function(w,l,b){return e[r(846)](w,l,b)},fHNuJ:e[r(600)],piLux:function(w,l){return e[r(1499)](w,l)},OuSkT:function(w,l,b){return e.TFqyx(w,l,b)},IsgQt:e[r(1807)],cSFFw:function(w,l){return e.NJXxH(w,l)},NJrRo:function(w,l,b){return e.NRDEa(w,l,b)},RpntO:function(w,l,b){return w(l,b)},YYJnF:function(w,l){return w!==l}};super(),this[r(1977)+r(452)+"line"]=!0,this._isBrowser=kt,this[r(1429)]=Yc,this[r(585)+"T"]=wt,this[r(511)+"X"]=en,this[r(447)+"r"]=tn,this[r(1204)+r(789)]=[],this["_endpoin"+r(507)]=null,this[r(1849)+r(1435)]=!1,this._binaryType=r(1773)+r(534),this._connectLock=!1,this[r(1614)+r(1012)+"utId"]=null,this[r(808)+r(488)+r(1834)]=null,this[r(1230)+r(1537)+"Id"]=null,this[r(510)]=0,this[r(1199)]=!1,this[r(1978)]="",this["_QoSMana"+r(641)]=null,this[r(515)+r(1476)]=null,this[r(1619)+r(1801)]=null,this[r(1783)+"ls"]=e[r(1547)],this.CLOSED=3,this[r(469)+"NG"]=0,this[r(817)]=1,this[r(686)]=2,this[r(893)]=w=>{let l=r;try{c[l(1162)](fs,this,w,[D0,R0,N0])}catch(b){let I=c[l(1216)](Pe,c.Pettp,{message:b.message,code:ot.OPEN_ERROR,error:b});this[l(1746)+l(586)+l(1949)](I)}},this[r(914)+"ge"]=async w=>{let l=r,{pingInterval:b,pingFrequency:I}=this[l(1539)];if((c.cqmrU("hi",w[l(564)])&&c[l(509)](c.hvYcr,I)||c[l(561)]===I)&&(c.HaPjU(c[l(1416)],c.sfDiq)?_0x12ab10[l(1347)]()[l(1098)](()=>{this[l(1045)+"steners"]()}):(this[l(812)+l(1177)](),this[l(2008)](l(1470)+"e_success",c[l(891)]),this[l(1230)+l(1537)+"Id"]=c[l(1995)](setTimeout,this[l(513)][l(1334)](this),b))),!c[l(935)]("hi",w[l(564)]))try{c[l(1277)](fs,this,w,[u0,x0,T0,k0,C0,d0])}catch(k){let M=c[l(1330)](Pe,c[l(1519)],{message:k.message,code:ot["MESSAGE_"+l(1359)],error:k});this[l(1746)+l(586)+l(1949)](M)}},this[r(1393)]=w=>{let l=r,b={shZbV:function(M,N){return c[R(799)](M,N)}},I=this["_endpoin"+l(507)]?.[l(983)+"chMaxTries"](),k=this[l(583)+l(507)]?.[l(1890)+"ntEndpoint"]();if(I&&!w.message)if(c.dzkcv(c[l(1793)],c[l(1793)])){let M=l(1785)+k+(l(612)+l(1724)+"es reached");this[l(1746)+l(586)+l(1949)](c[l(1330)](Pe,c.Pettp,{message:M,code:ot["MAX_RETR"+l(980)+"R"],error:w}));return}else{let M=this[l(1945)][l(1844)+l(1818)+"nc"](this[l(499)]),N=_0x532298[l(1263)](vvvsVD.shZbV(M,"{}"));return _0x158eaa[l(977)](N)}this[l(1501)]&&c[l(935)](this[l(1501)][l(1576)+"te"],this[l(817)])&&this._disconnect(),this[l(1746)+"hErrorEv"+l(1949)](Pe(c.Pettp,{message:w[l(1315)],code:ot[l(1335)+l(1145)],error:w}))},this[r(958)]=async w=>{let l=r;this[l(1232)+"mer"](),this._clearPingTimer(),this[l(848)+"sListeners"](),this._ws=null,this._connectLock=!1;let b=this[l(583)+l(507)]?.["checkRea"+l(1224)+"es"]();if(!b&&this[l(553)+l(1243)]()&&!this[l(1849)+l(1435)]){let I=this["_endpoin"+l(507)]?.[l(1890)+"ntEndpoint"](),k=this[l(1539)][l(1485)+l(1718)+l(725)](w.code,w.reason);this[l(1746)+l(1938)+"ent"](c[l(1760)](Oe,c[l(484)],{code:1006,reason:w[l(1832)]||l(731)+l(1653)+l(648)+l(794)+l(1897)+l(1339)+I,willReconnect:k})),k&&this._connect();return}if(c[l(1969)](1e3,w[l(1079)])&&this["_readyCl"+l(1435)]){this["_dispatc"+l(1938)+l(1949)](c[l(1398)](Oe,c[l(484)],{code:1e3,reason:c.IsgQt})),this._endpointManager?.[l(1423)+l(1821)+l(1152)](),this[l(1619)+"sCounter"]?.[l(1337)+l(1255)]();return}if(c[l(699)](1e3,w[l(1079)])&&b){let I=this[l(583)+"tManager"]?.[l(1890)+l(1613)+"nt"](),k=w[l(1832)];k||(k=await c.cSFFw(r0,this._url)),k=l(731)+l(1653)+l(1428)+k+(l(1766)+l(936))+I+(l(1208)+l(1948)+l(1510)),this["_dispatchCloseEv"+l(1949)](c.NJrRo(Oe,"close",{code:w[l(1079)],reason:k}));let M="connect "+I+(l(612)+l(1724)+l(1625)+"ed");this[l(1746)+l(586)+l(1949)](c.RpntO(Pe,l(1609),{message:M,code:ot["MAX_RETR"+l(980)+"R"]})),this[l(583)+l(507)]?.[l(1423)+l(1821)+l(1152)](),this[l(1619)+l(1801)]?.resetCounter();return}if(c.YYJnF(1e3,w[l(1079)])&&!w[l(1832)]){let I=this["_endpoin"+l(507)]?.getCurrentEndpoint();this[l(1746)+l(1938)+"ent"](Oe(c[l(484)],{code:w[l(1079)],reason:l(731)+l(1653)+l(648)+"wn reaso"+l(1897)+"ame: "+I})),this[l(583)+"tManager"]?.["resetEnd"+l(1821)+"fig"](),this[l(1619)+l(1801)]?.[l(1337)+l(1255)]();return}this[l(1746)+"hCloseEv"+l(1949)](w),this[l(583)+l(507)]?.[l(1423)+l(1821)+l(1152)](),this[l(1619)+l(1801)]?.[l(1337)+l(1255)]()},this.onclose=null,this[r(1952)]=null,this[r(1515)+"e"]=null,this[r(1934)]=null,this[r(1156)+r(1675)]=null,this.onReceiveAck=null,this[r(888)+r(1433)+r(1297)+"ct"]=null,this["_handleO"+r(1114)]=this["_handleO"+r(1114)].bind(this),this["_handleO"+r(1446)]=this[r(1829)+"ffLine"][r(1334)](this),this[r(770)+"ageHide"]=this[r(770)+r(834)].bind(this),this["_handleP"+r(1011)]=this[r(770)+r(1011)][r(1334)](this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[r(1733)](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(816)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e[r(1085)],env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:d,ws:h}=t,p=Array[r(1374)](d)?d:e[r(932)](e.yGOwL,typeof d)?[d]:[];if(!p||e[r(494)](0,p[r(633)]))throw new Error(e[r(690)]);if(!e[r(1884)](Qc,h))throw new Error(e[r(1529)]);if(Object[r(505)](this[r(1539)],t),this["_endpoin"+r(507)]=new us(p,this[r(1539)][r(682)+"es"]),this[r(1619)+"sCounter"]=new n0(this[r(1539)][r(496)+r(1279)]),this[r(1539)][r(1273)+"cOpen"]&&(this._isInit=!0,this[r(1614)]()),this[r(1539)]["listenNe"+r(1290)+r(1823)])if(r(1111)!==e[r(1836)]){let w=_0x3a32df[r(605)],l=_0x28d86f.limit;return e[r(979)](w[r(633)],l)?w:w[r(1683)](0,l)}else this[r(585)+"T"]||this[r(511)+"X"]?this["_onPageN"+r(1005)+"ange"]():this[r(1632)+"er"]&&this[r(1658)+r(892)+r(826)]()}[n(1829)+n(1114)](){let t=n;this[t(1539)]["disableA"+t(900)+t(1861)]||this[t(1849)+t(1435)]||this["_handleR"+t(1675)]()}["_handleO"+n(1446)](){let t=n,r={uhGxX:e.ULIpr,UMjkD:e.tfWEJ,qndrx:function(c,d,h,p){return e[R(1062)](c,d,h,p)},qUHgK:e[t(828)],dnnhW:function(c,d,h,p){return e[t(998)](c,d,h,p)},fjQzP:t(2006),ukZcc:e[t(752)],XnLzD:e.DkPDG,tGnVC:"curvalue"};if(e[t(1854)](e[t(1661)],t(1048))){this[t(1859)+t(1101)+"t"]();let c=e[t(1503)](qr,e[t(890)],{message:e[t(1380)]});this[t(888)+"mediatel"+t(1297)+"ct"]&&this[t(888)+"mediatel"+t(1297)+"ct"](c)}else{let[c,d]=e[t(924)](_0x21ea7e,_0x7d42a6),h=e.fkVvL(_0x1e1bcc,c),p=0;return _0x97698.forEach(w=>{let l=t,b=yEjbts[l(1546)][l(1791)]("|"),I=0;for(;;){switch(b[I++]){case"0":_0x355497[l(1974)](yEjbts[l(1248)],w,w[l(1702)]);continue;case"1":p=yEjbts.qndrx(_0x68dc76,w[l(492)+"ame"],h,p);continue;case"2":p=yEjbts[l(490)](_0x41acb8,0,h,p);continue;case"3":p=_0xe62e5(_0x57fbdc[l(1873)+"er"](w[l(680)]||_0x622f14),h,p);continue;case"4":_0x5eeca7.log(yEjbts.qUHgK,p);continue;case"5":p=yEjbts[l(654)](_0x5de671,h,p,w.service||0);continue;case"6":_0xfd1768[l(1974)](yEjbts[l(1555)],p);continue;case"7":p=yEjbts[l(490)](_0x533cb7,d[w[l(492)+l(1997)]],h,p);continue;case"8":_0x552a9d[l(1974)](yEjbts[l(1591)],p);continue;case"9":_0x3dff22[l(1974)](yEjbts.XnLzD,p);continue;case"10":_0x4b4e80.log(yEjbts[l(627)],p);continue}break}}),{frameType:_0x92ce6b,headers:[{key:t(986)+t(483),value:_0x26a5c2}],payload:h}}}[n(1658)+n(892)+n(826)](){let t=n,r={JZfkX:function(c,d){return e[R(651)](c,d)},uDmdJ:function(c,d){return e.VDoLF(c,d)},IFxUl:function(c,d){return e[R(1676)](c,d)}};if(e.rzqrO(e[t(1656)],e.jnqKF))this[t(1632)+"er"]&&window["addEvent"+t(826)](e[t(459)],this[t(1829)+"nLine"]),this._isBrowser&&window[t(1424)+t(826)](e[t(929)],this["_handleO"+t(1446)]),this[t(1632)+"er"]&&window[t(1424)+t(826)]("pagehide",this["_handleP"+t(834)]),this[t(1632)+"er"]&&window[t(1424)+t(826)](t(572),this[t(770)+t(1011)]);else return _0x314ac9.readUInt8?{value:_0x140e60[t(921)+"8"](_0x153324),offset:RGKasA[t(1370)](_0x9326a7,1)}:{value:RGKasA[t(1478)](255,_0x3cba64[_0x47c40b]),offset:RGKasA[t(582)](_0x110062,1)}}[n(1895)+"balEvent"+n(826)](){let t=n;this[t(1632)+"er"]&&window[t(707)+t(1932)+t(903)](e[t(459)],this["_handleO"+t(1114)]),this[t(1632)+"er"]&&window[t(707)+t(1932)+t(903)](e[t(929)],this[t(1829)+t(1446)]),this[t(1632)+"er"]&&window[t(707)+t(1932)+t(903)](e[t(1292)],this[t(770)+t(834)]),this._isBrowser&&window[t(707)+t(1932)+t(903)](e[t(1500)],this[t(770)+t(1011)])}[n(770)+n(834)](t){let r=n;e[r(486)](e[r(1892)],e[r(1471)])?this[r(1945)]?.[r(1178)](_0x4a75ee[r(970)+"id"]):(!t[r(1031)+"d"]&&(this[r(1632)+"er"]&&window[r(707)+r(1932)+r(903)](e[r(1292)],this[r(770)+r(834)]),this[r(1632)+"er"]&&window[r(707)+r(1932)+r(903)](e[r(1500)],this["_handleP"+r(1011)]),this[r(1681)]()),this._isBrowser&&window["removeEventListe"+r(903)](e[r(459)],this[r(1829)+r(1114)]),this[r(1632)+"er"]&&window[r(707)+r(1932)+r(903)](r(1487),this["_handleO"+r(1446)]))}[n(770)+n(1011)](t){let r=n;t[r(1031)+"d"]&&(this[r(553)+r(1243)]()&&(!this[r(1501)]||this[r(1501)][r(1576)+"te"]!==this.OPEN||e[r(1802)](this[r(1501)][r(1576)+"te"],this[r(469)+"NG"]))&&this[r(1829)+"nLine"](),this[r(1632)+"er"]&&window[r(1424)+r(826)](e[r(459)],this[r(1829)+r(1114)]),this._isBrowser&&window[r(1424)+r(826)](e[r(929)],this[r(1829)+r(1446)]))}async[n(1498)+n(1843)](t){let r=n,c={MqRWG:e.wvTVR};if(e.hdpGJ("cjxzI",e[r(711)])){let{fpID:d,deviceID:h,bddID:p,ttwID:w,accessKey:l,aID:b,customParams:I={},enableAutoAck:k,enableQoS:M,QoSLevel:N,env:H}=this[r(1539)],fe,j,$;this[r(1632)+"er"]||this[r(511)+"X"]||this[r(585)+"T"]?(fe=location&&e[r(1690)]==location[r(1506)]?e.LTwCL:r(495),j=t[r(943)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),$=/^wss(.*:\/\/)/[r(885)](t)?t:""+fe+j):(fe=e[r(1774)],j=t[r(943)](/(^http)((?:[s]*:\/\/))/,""),$=/(^ws)((?:[s]*:\/\/))/.test(j)?j:""+fe+j);let Ce=p?e[r(527)]:w?e[r(899)]:r(1302)+"d",Te=p||w||h;if(e[r(1131)](!Te,!Ce))throw new Error(e.RSstO);let Rt=e[r(544)]==typeof I?await I():I,Vr=H?e[r(774)](t0,H[r(1158)],H[r(1358)]):{},ct=Object[r(505)]({device_platform:r(905),version_code:e[r(776)],access_key:l,fpid:d,aid:b,[Ce]:Te,xsack:k?1:0,xaack:k?1:0,xsqos:M?1:0,qos_level:M?N:void 0,qos_sdk_version:2,...Vr},Rt),_t=Object.keys(ct).reduce((Ve,xt)=>ct[xt]!==void 0?""+Ve+(Ve?"&":"?")+xt+"="+ct[xt]:Ve,"");return $+"/ws/v2"+_t}else{let d=this[r(583)+r(507)]?.[r(1890)+"ntEndpoint"]();this[r(1746)+"hCloseEv"+r(1949)](_0x64b195(c[r(1454)],{code:1006,reason:r(1785)+d+(" timeout"+r(1208)+r(1948)+r(1510)),wasClean:!0}))}}async _connect(){let t=n;if(!(this[t(1614)+"Lock"]||this[t(1849)+t(1435)])){this[t(1614)+t(1889)]=!0;try{let r=this[t(583)+t(507)]?.[t(1100)+t(518)+t(1010)+t(953)+t(982)](),{timeoutInterval:c}=this[t(1539)];if(r){let h=this[t(583)+"tManager"]?.[t(1890)+t(1613)+"nt"](),p=this[t(583)+t(507)]?.["replaceBackupEnd"+t(1830)+t(580)+"unt"](),w=this[t(583)+t(507)]?.[t(1890)+"ntEndpoi"+t(973)+"ount"]();if(p){let l=t(1785)+h+(t(850)+t(1208)+"tries re"+t(1905)+t(1915)+t(1894)+t(1736))+p+" to retry",b=e[t(1184)](Pe,e.HqQse,{message:l,code:ot[t(1076)+t(980)+"R"]});this[t(1244)](l),this[t(1746)+t(586)+t(1949)](b),this[t(1978)]=await this["_generat"+t(1843)](p),this._debug(t(1785)+p+" "+w+t(1271)),this[t(848)+t(639)+"rs"]()}else{let l="connect "+h+(t(850)+t(1208)+t(1948)+t(1510));this[t(1244)](l),this[t(1746)+"hErrorEv"+t(1949)](e[t(1154)](Pe,t(1609),{message:l,code:ot[t(1076)+t(980)+"R"]}));return}}else{let h=this[t(583)+t(507)]?.["getCurre"+t(1613)+t(543)+t(751)](),p=this[t(583)+t(507)]?.[t(1890)+t(1613)+t(973)+t(1289)]();this[t(1978)]=await this["_generat"+t(1843)](e.yNXME(h,"")),this._debug(t(1785)+h+" "+p+t(1271)),this[t(848)+t(639)+"rs"]()}if(this[t(1199)])this[t(1199)]=!1;else{let h=e[t(1541)](qr,e[t(890)],{message:t(1246)});this[t(1156)+"econnect"]&&this[t(1156)+"econnect"](h)}let d=this[t(583)+"tManager"]?.[t(1890)+"ntEndpointTriesC"+t(1289)]()||0;e[t(1226)](d,1)&&await this[t(1660)](e[t(1972)](d,1)),this[t(1244)](t(731)+t(1017)+this[t(1978)]+(t(1183)+t(1910))+this[t(1783)+"ls"]),this._ws=e[t(1306)](Zc,{url:this._url,protocols:[this._protocols],headers:this._options["miniProg"+t(1602)+"s"][t(1694)+t(1732)]},this._options.ws),(this[t(1632)+"er"]||this[t(447)+"r"])&&this[t(1501)]&&(this[t(1501)][t(718)+"pe"]=this[t(1099)+t(1298)]),this[t(1045)+"steners"](),this[t(1614)+t(1012)+t(567)]=e[t(1176)](setTimeout,this[t(1644)+"ut"][t(1334)](this),c)}catch(r){throw this[t(1614)+t(1889)]=!1,r}}}[n(1232)+n(827)](){let t=n;e[t(845)](clearTimeout,this["_connectionTimeo"+t(567)]),this[t(1614)+"ionTimeo"+t(567)]=null}[n(812)+n(1177)](){let t=n;e[t(1484)](clearTimeout,this._pingPongTimeoutId),e[t(449)](clearTimeout,this[t(808)+"ctTimeou"+t(1834)]),this._pingPongTimeoutId=null,this[t(808)+t(488)+t(1834)]=null}[n(1244)](...t){let r=n;this[r(1539)][r(1919)]&&console[r(1974)][r(1389)](console,[e[r(1251)],...t])}[n(1871)+n(1201)+"e"](t){let r=n,{initReconnectInterval:c,maxReconnectInterval:d,reconnectIntervalGrowFactor:h}=this[r(1539)],p=e[r(1767)](c,Math[r(994)](h,e[r(1686)](t,1)));return e[r(727)](p,d)?d:p}[n(513)](){let t=n;if(e[t(701)](t(1387),t(1387)))this["_addWsLi"+t(1558)]();else{if(this[t(1501)]&&e.LnLgu(this[t(1501)][t(1576)+"te"],this[t(469)+"NG"])){this[t(812)+t(1177)](),this[t(1230)+t(1537)+"Id"]=e[t(1845)](setTimeout,this._ping[t(1334)](this),this[t(1539)][t(1827)+t(1415)]);return}if(!this[t(1501)]||e.GqQDi(this[t(1501)][t(1576)+"te"],this[t(817)]))return void this[t(617)+t(1675)]();this._ws&&this[t(1501)][t(1764)]("hi"),this[t(808)+t(488)+t(1834)]=e[t(1596)](setTimeout,this[t(617)+t(1675)+t(1250)][t(1334)](this),this._options[t(1157)+t(1898)+t(1852)])}}[n(617)+n(1675)+n(1250)](){let t=n;this[t(1619)+t(1801)]?.[t(578)](),this[t(2008)](e.UtEGp,e[t(597)]),this[t(1619)+"sCounter"]?.checkReachMaxCount()?this[t(617)+t(1675)]():this[t(513)]()}[n(553)+n(1243)](){let t=n;return this[t(585)+"T"]||this[t(511)+"X"]?this[t(1977)+"igatorOnline"]:(this._isBrowser||this[t(447)+"r"])&&this[t(1539)]["listenNe"+t(1290)+"nged"]?navigator[t(904)]:!0}[n(617)+n(1675)](){let t=n;!this["_navigat"+t(1243)]()||this[t(1849)+t(1435)]||(this[t(583)+t(507)]?.[t(1423)+"pointCon"+t(1152)](),this[t(1619)+t(1801)]?.[t(1337)+t(1255)](),this[t(1501)]?this["_disconn"+t(1088)](1001,t(693)+t(1027)+"reconnec"+t(1373)+t(695),!0):this[t(1614)]())}[n(765)+"etWorkCh"+n(1729)](){let t=n;if(e[t(537)](e[t(1333)],t(1855)))return _0x1617eb?.[t(647)](r=>r[t(1214)]===_0x56d616)?.[t(732)];this[t(585)+"T"]?tt[t(1198)+"kStatusC"+t(1128)](({isConnected:r})=>{let c=t;this[c(1977)+c(452)+"line"]=r,r?this[c(1829)+c(1114)]():this[c(1829)+c(1446)]()}):this[t(511)+"X"]&&wx.onNetworkStatusChange(({isConnected:r})=>{let c=t;this[c(1977)+c(452)+c(829)]=r,r?this[c(1829)+c(1114)]():this[c(1829)+c(1446)]()})}_wait(t){let r=n,c={YLoQf:function(d,h,p){return e[R(1488)](d,h,p)}};return e[r(1237)]!==e.NEPaU?new Promise(d=>{let h=r;c[h(1065)](setTimeout,d,this[h(1871)+"rvalValue"](t))}):(this["currentE"+r(1414)+r(1404)+"t"]=1,this[r(863)+r(1504)]++,this.endpoints[this[r(863)+r(1504)]])}["_disconn"+n(1088)](t=1e3,r="",c=!1){let d=n;this[d(1501)]&&this[d(1859)+"WebSocket"](t,r,c)}[n(1644)+"ut"](){let t=n,r=this["_endpoin"+t(507)]?.[t(1890)+t(1613)+"nt"]();this[t(1244)](t(1785)+r+t(850)),this[t(1093)+t(1088)](1001,e[t(1075)],!0)}[n(474)](t){let r=n,c=oe(t);this[r(1501)]&&this[r(1501)][r(1576)+"te"]===this[r(817)]&&(this[r(1501)]&&this._ws.send(c),this._debug(e[r(1024)],t))}[n(848)+n(639)+"rs"](){let t=n,r=e[t(775)][t(1791)]("|"),c=0;for(;;){switch(r[c++]){case"0":this._ws["removeEv"+t(1932)+"ner"](t(1609),this._onError);continue;case"1":this[t(1501)][t(707)+t(1932)+t(903)](e[t(460)],this[t(914)+"ge"]);continue;case"2":if(!this[t(1501)])return;continue;case"3":this[t(1501)][t(707)+t(1932)+t(903)](e[t(1707)],this[t(893)]);continue;case"4":this[t(1501)][t(707)+t(1932)+t(903)](e[t(600)],this[t(958)]);continue}break}}[n(1045)+"steners"](){let t=n,r=(t(1046)+"2")[t(1791)]("|"),c=0;for(;;){switch(r[c++]){case"0":this._ws[t(1424)+t(826)](e[t(460)],this[t(914)+"ge"]);continue;case"1":if(!this[t(1501)])return;continue;case"2":this._ws["addEvent"+t(826)](e[t(1543)],this[t(1393)]);continue;case"3":this[t(1501)]["addEvent"+t(826)](t(1681),this[t(958)]);continue;case"4":this[t(1501)][t(1424)+t(826)](t(1117),this[t(893)]);continue}break}}[n(957)+n(1980)](t=1e3,r=""){let c=n;try{this._ws&&this[c(1501)][c(1681)](t,r)}catch{}}_destroyWebSocket(t=1e3,r="",c=!1){let d=n;if(this[d(812)+d(1177)](),this[d(1232)+d(827)](),this[d(848)+d(639)+"rs"](),this[d(957)+"nceClose"](1e3,r),this["_connect"+d(1889)]=!1,c&&this[d(553)+d(1243)]()&&!this[d(1849)+d(1435)]){if(this["_endpoin"+d(507)]?.[d(983)+"chMaxTries"]()){let p=this[d(583)+d(507)]?.[d(1890)+d(1613)+"nt"]();this[d(1746)+d(1938)+d(1949)](e[d(1663)](Oe,d(1681),{code:1006,reason:"connect "+p+(d(850)+d(1208)+"tries reached"),wasClean:!0}))}else{let p=this[d(1539)]["reconnec"+d(1718)+d(725)](t,r);this["_dispatc"+d(1938)+d(1949)](e[d(1402)](Oe,e[d(600)],{code:t,reason:r,wasClean:!0,willReconnect:p})),p&&this[d(1614)]()}return}this[d(553)+"orOnline"]()||this[d(1849)+"osed"]?this["_dispatc"+d(1938)+d(1949)](e[d(774)](Oe,"close",{code:t,reason:e[d(1807)]})):this["_dispatc"+d(1938)+d(1949)](e[d(1813)](Oe,e.wvTVR,{code:1006,reason:e[d(1857)]})),this._ws=null,this[d(583)+d(507)]?.["resetEndpointCon"+d(1152)](),this[d(1619)+d(1801)]?.[d(1337)+d(1255)]()}[n(1746)+n(1213)+"nt"](t){let r=n;this.emit(r(1117),t),this[r(1934)]&&this[r(1934)](t)}[n(1746)+n(1136)+n(938)](t){let r=n;this.emit(e[r(460)],t),this[r(1515)+"e"]&&this[r(1515)+"e"](t)}[n(1746)+"hAckMess"+n(1872)](t){let r=n;this[r(2008)](r(772),t),this[r(1631)+"eAck"]&&this[r(1631)+r(1447)](t)}[n(1746)+n(586)+n(1949)](t){let r=n;this.emit(e[r(1543)],t),this[r(1952)]&&this[r(1952)](t)}[n(1746)+n(1938)+n(1949)](t){let r=n;if(e.fdxwY(e.TwqaX,e[r(1991)]))try{this[r(1945)]?.close(),this._qosDB=void 0}catch(c){_0x4b7864.log(c)}else this.emit(e[r(600)],t),this[r(1617)]&&this[r(1617)](t)}get[n(718)+"pe"](){let t=n;return this[t(1501)]?this._ws[t(718)+"pe"]:this[t(1099)+t(1298)]}set[n(718)+"pe"](t){let r=n;this[r(1099)+r(1298)]=t,this[r(1501)]&&(this[r(1501)][r(718)+"pe"]=t)}get[n(1722)+"nt"](){let t=n;if(e[t(1744)](e[t(1462)],e[t(1628)])){let r=this[t(1945)][t(629)](this._prefix),c=_0xa51949.parse(e[t(1384)](r,"{}"));return _0x2423ad[t(1770)](c)}else return this["_endpoin"+t(507)]?.["getCurre"+t(1613)+t(973)+t(1289)]()||0}get[n(1399)+n(1395)](){let t=n,r=this[t(1204)+t(789)][t(887)]((c,d)=>(c+=d&&d[t(557)+"th"]||0,c),0);return e[t(1524)](r,this[t(1501)]?this[t(1501)][t(1399)+t(1395)]:0)}get[n(652)+"ns"](){let t=n;return this[t(1501)]?this[t(1501)][t(652)+"ns"]:""}get protocol(){let t=n;return e[t(1036)](e[t(1563)],e.YipKQ)?this[t(1501)]?this[t(1501)][t(1506)]:"":{frameType:_0x57088e,headers:[{key:t(986)+t(483),value:e[t(1028)]}],payload:void 0}}get[n(1576)+"te"](){let t=n;if(e.ULSfP(e[t(1489)],e[t(1307)]))return this._ws?this[t(1501)].readyState:this[t(1539)][t(1273)+t(1921)]?this[t(469)+"NG"]:this[t(1896)];{let r=_0x1be9cc[t(1664)](TDlAQG[t(771)](_0x219158,this),_0x3b6d42,..._0xdefe6b);return _0x207df6[t(833)](r,_0x370f4a[t(1870)]?_0xfa68fb[t(1870)]():[_0x13969f]),TDlAQG.HMTSF(_0x737a16,r)}}get url(){let t=n;return this[t(1501)]?this[t(1501)][t(1493)]:this._url}[n(1681)](t=1e3,r){let c=n,d=(c(535)+c(1826))[c(1791)]("|"),h=0;for(;;){switch(d[h++]){case"0":this["_readyCl"+c(1435)]=!0;continue;case"1":if(this._ws[c(1576)+"te"]===this[c(1896)]||this[c(1501)].readyState===this[c(686)])return void this[c(1244)](e[c(1401)]);continue;case"2":this[c(1859)+c(1101)+"t"](t,r);continue;case"3":if(!this._ws)return void this[c(1244)](e.FNqSZ);continue;case"4":this["_clearTi"+c(827)]();continue;case"5":this[c(1895)+c(892)+"Listener"]();continue;case"6":this[c(812)+c(1177)]();continue;case"7":this[c(1336)+c(641)]?.[c(1598)]();continue}break}}async[n(1764)](t,r){let c=n;if(e.NoUaN(null,t))throw new Error(e[c(1038)]);e.gnkCE(e[c(678)],typeof t)&&(t=JSON.stringify(t)),e[c(802)]!=typeof t&&!e.DnuNE(t,ArrayBuffer)&&!(t[c(1565)]&&e[c(1018)](t.buffer,ArrayBuffer))&&(t=JSON.stringify(t));let d=await e.mGKQz(hs,t),h=e[c(1842)](e0,t),{method:p=0,service:w=this[c(1539)][c(1702)],logID:l=this[c(1539)][c(1035)+c(860)](),headers:b=this[c(1539)][c(795)],payloadEncoding:I=this[c(1539)][c(609)+"ncoding"],payloadType:k=this[c(1539)]["payloadT"+c(1298)],logIDNew:M=this[c(1539)]["logIDNew"+c(1637)][c(1999)+c(1545)+c(1074)+"ew"]?e[c(1611)](o,this._options[c(673)+c(1637)][c(1769)]):""}=r||{};if(!w)throw new Error(e.ETqfE);let N={SeqID:W[c(1873)+"er"](this[c(510)]++),LogID:W[c(1873)+"er"](l),service:w,method:p,headers:b,payloadEncoding:e[c(1018)](I,Object)?I[c(1739)]?I[c(1739)]:"":I,payloadType:k instanceof Object?k.type?k[c(1262)]:h:k||h,payload:d,LogIDNew:M},H=e[c(779)](oe,N);if(this[c(1501)]&&e[c(1533)](this[c(1501)].readyState,this[c(817)]))this[c(1501)]&&this._ws[c(1764)](H),this[c(1244)](e[c(1811)],N);else if(e[c(800)](this["_message"+c(789)][c(633)],this[c(1539)]["maxMessageQueueL"+c(1973)])){if(e[c(568)](e.fVFgr,c(1904)))return _0x43091b;this["_message"+c(789)][c(684)](H),this._debug(e[c(739)],N)}else e[c(1630)](e[c(941)],e[c(836)])?(this[c(1204)+c(789)][c(720)](),this[c(1204)+c(789)].push(H)):(_0x4947bf[_0xc80b88++]=e[c(602)](_0x54c2f9>>6,192),_0x55bad2[_0xdef9fa++]=e[c(1947)](63,_0x516bf8)|128);return{seqID:this[c(510)],logID:l,logIDNew:M}}async[n(1485)+"t"](t){let r=n,c={mChlU:function(p,w){return e[R(1749)](p,w)}},{url:d}=e.vTYLg(t,{}),h=Array[r(1374)](d)?d:e[r(1141)](e.yGOwL,typeof d)?[d]:[];if(t&&Object.assign(this[r(1539)],t),h&&h[r(633)]?this[r(583)+r(507)]=new us(h,this._options[r(682)+"es"]):this[r(583)+r(507)]?.["resetEnd"+r(1821)+"fig"](),this[r(1619)+r(1801)]?.[r(1337)+r(1255)](this[r(1539)][r(496)+r(1279)]),this[r(1849)+"osed"]=!1,this[r(1501)]&&e.OCYTj(this[r(1501)][r(1576)+"te"],this[r(1896)]))this[r(1093)+"ect"](1e3,e[r(1847)],!0);else if(e[r(724)]("kHccr",e[r(750)]))this[r(1199)]=!0,this._connect();else{let p=this[r(1945)]["getStora"+r(1818)+"nc"](this[r(499)]),w=_0x3f3009[r(1263)](YGhdis[r(1366)](p,"{}"));return _0x788047[r(1770)](w)}}async[n(1833)](){let t=n;if(!this[t(1614)+"Lock"]){let r=e[t(1209)][t(1791)]("|"),c=0;for(;;){switch(r[c++]){case"0":this[t(1619)+t(1801)]?.[t(1337)+t(1255)]();continue;case"1":this[t(1614)]();continue;case"2":this[t(1199)]=!0;continue;case"3":this[t(1849)+t(1435)]=!1;continue;case"4":this[t(583)+t(507)]?.[t(1423)+t(1821)+"fig"]();continue}break}}}["addEvent"+n(826)](t,r){let c=n;if(e[c(1468)](e[c(1592)],e.qgiyq))this.on(t,r);else{let d=this[c(1539)][c(1485)+c(1718)+"ptor"](_0x2159cf,_0x34ec27);this["_dispatc"+c(1938)+c(1949)](e[c(1472)](_0x3af719,e[c(600)],{code:_0x51f79d,reason:_0x48b40b,wasClean:!0,willReconnect:d})),d&&this[c(1614)]()}}[n(1508)+"Event"](t){let r=n;if(e[r(1715)](e[r(1123)],e[r(1123)])){let{type:c}=t;this[r(2008)](c,t)}else return this._ws?this[r(1501)].binaryType:this[r(1099)+"ype"]}[n(707)+"entListener"](t,r){this[n(1260)](t,r)}pingOnce(){let t=n,r={zrNZT:e.KyrpD,xqDaH:t(1470)+t(748)+"s",Deaue:e[t(1200)],xwTjV:e.ihUIA,twjaH:function(c,d,h){return e[t(1472)](c,d,h)}};return new Promise((c,d)=>{let h=t,p={ObGVo:r[h(1505)],WXgDr:r[h(1682)],znuzn:r[h(457)],ByHLz:r.xwTjV};this["_clearPi"+h(1177)](),this[h(1230)+h(1537)+"Id"]=r[h(1700)](setTimeout,this[h(513)][h(1334)](this),this._options[h(1827)+"rval"]);let w=()=>{let b=h;c(p[b(516)]),this.off(p.WXgDr,w),this[b(1260)](p[b(601)],l)},l=()=>{let b=h;d(p[b(949)]),this[b(1260)](p[b(1321)],w),this[b(1260)](b(1470)+b(1740)+"t",l)};this.on(h(1470)+h(748)+"s",w),this.on("ping_onc"+h(1740)+"t",l),this[h(513)]()})}}})(),Q[C(1687)+C(907)]=re[C(1687)+C(907)],Q[C(1753)+C(1364)]=re[C(1753)+"rorEvent"],Q[C(1985)+"e"]=re[C(1985)+"e"],Q[C(938)]=re[C(938)],Q[C(1775)]=re.FWS,Q["Frontier"+C(1610)+"vent"]=re[C(1620)+"MessageE"+C(1286)],Q[C(1610)+C(1286)]=re["MessageE"+C(1286)],Q[C(2002)+"t"]=re[C(2002)+"t"],Q[C(875)+C(1013)]=re[C(875)+C(1013)],Q[C(476)+C(907)]=re[C(476)+C(907)],Q[C(869)+"rorEvent"]=re.createErrorEvent,Q[C(838)+C(1392)+"nt"]=re[C(838)+"ssageEvent"],Q["createOp"+C(934)]=re["createOp"+C(934)],Q[C(1405)+C(467)+C(1286)]=re[C(1405)+"connectE"+C(1286)],Q.decodedFrame=re["decodedF"+C(1126)],Q[C(688)+C(1997)]=re[C(688)+"ame"];for(sr in re)[C(1687)+C(907),C(1753)+C(1364),C(1985)+"e",C(938),C(1775),C(1620)+C(1610)+C(1286),C(1610)+C(1286),"OpenEvent",C(875)+C(1013),C(476)+C(907),C(869)+"rorEvent",C(838)+C(1392)+"nt",C(506)+C(934),C(1405)+"connectE"+C(1286),"decodedF"+C(1126),C(688)+C(1997)].indexOf(sr)===-1&&(Q[sr]=re[sr]);var sr;Object[C(760)+C(1797)](Q,"__esModule",{value:!0})});var Qe=ve((h_,ca)=>{"use strict";var oa=["nodebuffer","arraybuffer","fragments"],aa=typeof Blob<"u";aa&&oa.push("blob");ca.exports={BINARY_TYPES:oa,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:aa,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var mn=ve((p_,fr)=>{"use strict";var{EMPTY_BUFFER:gf}=Qe(),mi=Buffer[Symbol.species];function hf(n,e){if(n.length===0)return gf;if(n.length===1)return n[0];let i=Buffer.allocUnsafe(e),o=0;for(let a=0;a<n.length;a++){let x=n[a];i.set(x,o),o+=x.length}return o<e?new mi(i.buffer,i.byteOffset,o):i}function xa(n,e,i,o,a){for(let x=0;x<a;x++)i[o+x]=n[x]^e[x&3]}function da(n,e){for(let i=0;i<n.length;i++)n[i]^=e[i&3]}function pf(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function wi(n){if(wi.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new mi(n):ArrayBuffer.isView(n)?e=new mi(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),wi.readOnly=!1),e}fr.exports={concat:hf,mask:xa,toArrayBuffer:pf,toBuffer:wi,unmask:da};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=ne("bufferutil");fr.exports.mask=function(e,i,o,a,x){x<48?xa(e,i,o,a,x):n.mask(e,i,o,a,x)},fr.exports.unmask=function(e,i){e.length<32?da(e,i):n.unmask(e,i)}}catch{}});var la=ve((m_,fa)=>{"use strict";var ua=Symbol("kDone"),_i=Symbol("kRun"),yi=class{constructor(e){this[ua]=()=>{this.pending--,this[_i]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[_i]()}[_i](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[ua])}}};fa.exports=yi});var $t=ve((w_,ma)=>{"use strict";var wn=ne("zlib"),ga=mn(),mf=la(),{kStatusCode:ha}=Qe(),wf=Buffer[Symbol.species],_f=Buffer.from([0,0,255,255]),gr=Symbol("permessage-deflate"),et=Symbol("total-length"),jt=Symbol("callback"),ht=Symbol("buffers"),Wt=Symbol("error"),lr,bi=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,!lr){let i=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;lr=new mf(i)}}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[jt];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let i=this._options,o=e.find(a=>!(i.serverNoContextTakeover===!1&&a.server_no_context_takeover||a.server_max_window_bits&&(i.serverMaxWindowBits===!1||typeof i.serverMaxWindowBits=="number"&&i.serverMaxWindowBits>a.server_max_window_bits)||typeof i.clientMaxWindowBits=="number"&&!a.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return i.serverNoContextTakeover&&(o.server_no_context_takeover=!0),i.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof i.serverMaxWindowBits=="number"&&(o.server_max_window_bits=i.serverMaxWindowBits),typeof i.clientMaxWindowBits=="number"?o.client_max_window_bits=i.clientMaxWindowBits:(o.client_max_window_bits===!0||i.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let i=e[0];if(this._options.clientNoContextTakeover===!1&&i.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!i.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(i.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&i.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return i}normalizeParams(e){return e.forEach(i=>{Object.keys(i).forEach(o=>{let a=i[o];if(a.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(a=a[0],o==="client_max_window_bits"){if(a!==!0){let x=+a;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=x}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${a}`)}else if(o==="server_max_window_bits"){let x=+a;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${a}`);a=x}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(a!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${a}`)}else throw new Error(`Unknown parameter "${o}"`);i[o]=a})}),e}decompress(e,i,o){lr.add(a=>{this._decompress(e,i,(x,u)=>{a(),o(x,u)})})}compress(e,i,o){lr.add(a=>{this._compress(e,i,(x,u)=>{a(),o(x,u)})})}_decompress(e,i,o){let a=this._isServer?"client":"server";if(!this._inflate){let x=`${a}_max_window_bits`,u=typeof this.params[x]!="number"?wn.Z_DEFAULT_WINDOWBITS:this.params[x];this._inflate=wn.createInflateRaw({...this._options.zlibInflateOptions,windowBits:u}),this._inflate[gr]=this,this._inflate[et]=0,this._inflate[ht]=[],this._inflate.on("error",bf),this._inflate.on("data",pa)}this._inflate[jt]=o,this._inflate.write(e),i&&this._inflate.write(_f),this._inflate.flush(()=>{let x=this._inflate[Wt];if(x){this._inflate.close(),this._inflate=null,o(x);return}let u=ga.concat(this._inflate[ht],this._inflate[et]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[et]=0,this._inflate[ht]=[],i&&this.params[`${a}_no_context_takeover`]&&this._inflate.reset()),o(null,u)})}_compress(e,i,o){let a=this._isServer?"server":"client";if(!this._deflate){let x=`${a}_max_window_bits`,u=typeof this.params[x]!="number"?wn.Z_DEFAULT_WINDOWBITS:this.params[x];this._deflate=wn.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:u}),this._deflate[et]=0,this._deflate[ht]=[],this._deflate.on("data",yf)}this._deflate[jt]=o,this._deflate.write(e),this._deflate.flush(wn.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let x=ga.concat(this._deflate[ht],this._deflate[et]);i&&(x=new wf(x.buffer,x.byteOffset,x.length-4)),this._deflate[jt]=null,this._deflate[et]=0,this._deflate[ht]=[],i&&this.params[`${a}_no_context_takeover`]&&this._deflate.reset(),o(null,x)})}};ma.exports=bi;function yf(n){this[ht].push(n),this[et]+=n.length}function pa(n){if(this[et]+=n.length,this[gr]._maxPayload<1||this[et]<=this[gr]._maxPayload){this[ht].push(n);return}this[Wt]=new RangeError("Max payload size exceeded"),this[Wt].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[Wt][ha]=1009,this.removeListener("data",pa),this.reset()}function bf(n){if(this[gr]._inflate=null,this[Wt]){this[jt](this[Wt]);return}n[ha]=1007,this[jt](n)}});var Jt=ve((__,hr)=>{"use strict";var{isUtf8:wa}=ne("buffer"),{hasBlob:vf}=Qe(),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 vi(n){let e=n.length,i=0;for(;i<e;)if((n[i]&128)===0)i++;else if((n[i]&224)===192){if(i+1===e||(n[i+1]&192)!==128||(n[i]&254)===192)return!1;i+=2}else if((n[i]&240)===224){if(i+2>=e||(n[i+1]&192)!==128||(n[i+2]&192)!==128||n[i]===224&&(n[i+1]&224)===128||n[i]===237&&(n[i+1]&224)===160)return!1;i+=3}else if((n[i]&248)===240){if(i+3>=e||(n[i+1]&192)!==128||(n[i+2]&192)!==128||(n[i+3]&192)!==128||n[i]===240&&(n[i+1]&240)===128||n[i]===244&&n[i+1]>143||n[i]>244)return!1;i+=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")}hr.exports={isBlob:If,isValidStatusCode:Ef,isValidUTF8:vi,tokenChars:Sf};if(wa)hr.exports.isValidUTF8=function(n){return n.length<24?vi(n):wa(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=ne("utf-8-validate");hr.exports.isValidUTF8=function(e){return e.length<32?vi(e):n(e)}}catch{}});var Pi=ve((y_,Ia)=>{"use strict";var{Writable:Af}=ne("stream"),_a=$t(),{BINARY_TYPES:Pf,EMPTY_BUFFER:ya,kStatusCode:Cf,kWebSocket:Tf}=Qe(),{concat:Si,toArrayBuffer:kf,unmask:Df}=mn(),{isValidStatusCode:Rf,isValidUTF8:ba}=Jt(),pr=Buffer[Symbol.species],De=0,va=1,Sa=2,Ea=3,Ei=4,Ii=5,mr=6,Ai=class extends Af{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Pf[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[Tf]=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=De}_write(e,i,o){if(this._opcode===8&&this._state==De)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 pr(o.buffer,o.byteOffset+e,o.length-e),new pr(o.buffer,o.byteOffset,e)}let i=Buffer.allocUnsafe(e);do{let o=this._buffers[0],a=i.length-e;e>=o.length?i.set(this._buffers.shift(),a):(i.set(new Uint8Array(o.buffer,o.byteOffset,e),a),this._buffers[0]=new pr(o.buffer,o.byteOffset+e,o.length-e)),e-=o.length}while(e>0);return i}startLoop(e){this._loop=!0;do switch(this._state){case De:this.getInfo(e);break;case va:this.getPayloadLength16(e);break;case Sa:this.getPayloadLength64(e);break;case Ea:this.getMask();break;case Ei:this.getData(e);break;case Ii:case mr:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let i=this.consume(2);if((i[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=(i[0]&64)===64;if(o&&!this._extensions[_a.extensionName]){let a=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(a);return}if(this._fin=(i[0]&128)===128,this._opcode=i[0]&15,this._payloadLength=i[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=(i[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=va:this._payloadLength===127?this._state=Sa: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 i=this.consume(8),o=i.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)+i.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 i=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(i);return}this._masked?this._state=Ea:this._state=Ei}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Ei}getData(e){let i=ya;if(this._payloadLength){if(this._bufferedBytes<this._payloadLength){this._loop=!1;return}i=this.consume(this._payloadLength),this._masked&&(this._mask[0]|this._mask[1]|this._mask[2]|this._mask[3])!==0&&Df(i,this._mask)}if(this._opcode>7){this.controlMessage(i,e);return}if(this._compressed){this._state=Ii,this.decompress(i,e);return}i.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(i)),this.dataMessage(e)}decompress(e,i){this._extensions[_a.extensionName].decompress(e,this._fin,(a,x)=>{if(a)return i(a);if(x.length){if(this._messageLength+=x.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let u=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");i(u);return}this._fragments.push(x)}this.dataMessage(i),this._state===De&&this.startLoop(i)})}dataMessage(e){if(!this._fin){this._state=De;return}let i=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=Si(o,i):this._binaryType==="arraybuffer"?a=kf(Si(o,i)):this._binaryType==="blob"?a=new Blob(o):a=o,this._allowSynchronousEvents?(this.emit("message",a,!0),this._state=De):(this._state=mr,setImmediate(()=>{this.emit("message",a,!0),this._state=De,this.startLoop(e)}))}else{let a=Si(o,i);if(!this._skipUTF8Validation&&!ba(a)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(x);return}this._state===Ii||this._allowSynchronousEvents?(this.emit("message",a,!1),this._state=De):(this._state=mr,setImmediate(()=>{this.emit("message",a,!1),this._state=De,this.startLoop(e)}))}}controlMessage(e,i){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,ya),this.end();else{let o=e.readUInt16BE(0);if(!Rf(o)){let x=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");i(x);return}let a=new pr(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!ba(a)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");i(x);return}this._loop=!1,this.emit("conclude",o,a),this.end()}this._state=De;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=De):(this._state=mr,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=De,this.startLoop(i)}))}createError(e,i,o,a,x){this._loop=!1,this._errored=!0;let u=new e(o?`Invalid WebSocket frame: ${i}`:i);return Error.captureStackTrace(u,this.createError),u.code=x,u[Cf]=a,u}};Ia.exports=Ai});var ki=ve((v_,Ca)=>{"use strict";var{Duplex:b_}=ne("stream"),{randomFillSync:Nf}=ne("crypto"),Aa=$t(),{EMPTY_BUFFER:Of,kWebSocket:Lf,NOOP:Mf}=Qe(),{isBlob:Vt,isValidStatusCode:Bf}=Jt(),{mask:Pa,toBuffer:bt}=mn(),Re=Symbol("kByteLength"),zf=Buffer.alloc(4),wr=8*1024,vt,Yt=wr,Le=0,Ff=1,Uf=2,Ci=class n{constructor(e,i,o){this._extensions=i||{},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=Le,this.onerror=Mf,this[Lf]=void 0}static frame(e,i){let o,a=!1,x=2,u=!1;i.mask&&(o=i.maskBuffer||zf,i.generateMask?i.generateMask(o):(Yt===wr&&(vt===void 0&&(vt=Buffer.alloc(wr)),Nf(vt,0,wr),Yt=0),o[0]=vt[Yt++],o[1]=vt[Yt++],o[2]=vt[Yt++],o[3]=vt[Yt++]),u=(o[0]|o[1]|o[2]|o[3])===0,x=6);let f;typeof e=="string"?(!i.mask||u)&&i[Re]!==void 0?f=i[Re]:(e=Buffer.from(e),f=e.length):(f=e.length,a=i.mask&&i.readOnly&&!u);let g=f;f>=65536?(x+=8,g=127):f>125&&(x+=2,g=126);let m=Buffer.allocUnsafe(a?f+x:x);return m[0]=i.fin?i.opcode|128:i.opcode,i.rsv1&&(m[0]|=64),m[1]=g,g===126?m.writeUInt16BE(f,2):g===127&&(m[2]=m[3]=0,m.writeUIntBE(f,4,6)),i.mask?(m[1]|=128,m[x-4]=o[0],m[x-3]=o[1],m[x-2]=o[2],m[x-1]=o[3],u?[m,e]:a?(Pa(e,o,m,x,f),[m]):(Pa(e,o,e,0,f),[m,e])):[m,e]}close(e,i,o,a){let x;if(e===void 0)x=Of;else{if(typeof e!="number"||!Bf(e))throw new TypeError("First argument must be a valid error code number");if(i===void 0||!i.length)x=Buffer.allocUnsafe(2),x.writeUInt16BE(e,0);else{let f=Buffer.byteLength(i);if(f>123)throw new RangeError("The message must not be greater than 123 bytes");x=Buffer.allocUnsafe(2+f),x.writeUInt16BE(e,0),typeof i=="string"?x.write(i,2):x.set(i,2)}}let u={[Re]:x.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Le?this.enqueue([this.dispatch,x,!1,u,a]):this.sendFrame(n.frame(x,u),a)}ping(e,i,o){let a,x;if(typeof e=="string"?(a=Buffer.byteLength(e),x=!1):Vt(e)?(a=e.size,x=!1):(e=bt(e),a=e.length,x=bt.readOnly),a>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[Re]:a,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:9,readOnly:x,rsv1:!1};Vt(e)?this._state!==Le?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Le?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}pong(e,i,o){let a,x;if(typeof e=="string"?(a=Buffer.byteLength(e),x=!1):Vt(e)?(a=e.size,x=!1):(e=bt(e),a=e.length,x=bt.readOnly),a>125)throw new RangeError("The data size must not be greater than 125 bytes");let u={[Re]:a,fin:!0,generateMask:this._generateMask,mask:i,maskBuffer:this._maskBuffer,opcode:10,readOnly:x,rsv1:!1};Vt(e)?this._state!==Le?this.enqueue([this.getBlobData,e,!1,u,o]):this.getBlobData(e,!1,u,o):this._state!==Le?this.enqueue([this.dispatch,e,!1,u,o]):this.sendFrame(n.frame(e,u),o)}send(e,i,o){let a=this._extensions[Aa.extensionName],x=i.binary?2:1,u=i.compress,f,g;typeof e=="string"?(f=Buffer.byteLength(e),g=!1):Vt(e)?(f=e.size,g=!1):(e=bt(e),f=e.length,g=bt.readOnly),this._firstFragment?(this._firstFragment=!1,u&&a&&a.params[a._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(u=f>=a._threshold),this._compress=u):(u=!1,x=0),i.fin&&(this._firstFragment=!0);let m={[Re]:f,fin:i.fin,generateMask:this._generateMask,mask:i.mask,maskBuffer:this._maskBuffer,opcode:x,readOnly:g,rsv1:u};Vt(e)?this._state!==Le?this.enqueue([this.getBlobData,e,this._compress,m,o]):this.getBlobData(e,this._compress,m,o):this._state!==Le?this.enqueue([this.dispatch,e,this._compress,m,o]):this.dispatch(e,this._compress,m,o)}getBlobData(e,i,o,a){this._bufferedBytes+=o[Re],this._state=Uf,e.arrayBuffer().then(x=>{if(this._socket.destroyed){let f=new Error("The socket was closed while the blob was being read");process.nextTick(Ti,this,f,a);return}this._bufferedBytes-=o[Re];let u=bt(x);i?this.dispatch(u,i,o,a):(this._state=Le,this.sendFrame(n.frame(u,o),a),this.dequeue())}).catch(x=>{process.nextTick(qf,this,x,a)})}dispatch(e,i,o,a){if(!i){this.sendFrame(n.frame(e,o),a);return}let x=this._extensions[Aa.extensionName];this._bufferedBytes+=o[Re],this._state=Ff,x.compress(e,o.fin,(u,f)=>{if(this._socket.destroyed){let g=new Error("The socket was closed while data was being compressed");Ti(this,g,a);return}this._bufferedBytes-=o[Re],this._state=Le,o.readOnly=!1,this.sendFrame(n.frame(f,o),a),this.dequeue()})}dequeue(){for(;this._state===Le&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][Re],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][Re],this._queue.push(e)}sendFrame(e,i){e.length===2?(this._socket.cork(),this._socket.write(e[0]),this._socket.write(e[1],i),this._socket.uncork()):this._socket.write(e[0],i)}};Ca.exports=Ci;function Ti(n,e,i){typeof i=="function"&&i(e);for(let o=0;o<n._queue.length;o++){let a=n._queue[o],x=a[a.length-1];typeof x=="function"&&x(e)}}function qf(n,e,i){Ti(n,e,i),n.onerror(e)}});var Ba=ve((S_,Ma)=>{"use strict";var{kForOnEventAttribute:_n,kListener:Di}=Qe(),Ta=Symbol("kCode"),ka=Symbol("kData"),Da=Symbol("kError"),Ra=Symbol("kMessage"),Na=Symbol("kReason"),Xt=Symbol("kTarget"),Oa=Symbol("kType"),La=Symbol("kWasClean"),nt=class{constructor(e){this[Xt]=null,this[Oa]=e}get target(){return this[Xt]}get type(){return this[Oa]}};Object.defineProperty(nt.prototype,"target",{enumerable:!0});Object.defineProperty(nt.prototype,"type",{enumerable:!0});var St=class extends nt{constructor(e,i={}){super(e),this[Ta]=i.code===void 0?0:i.code,this[Na]=i.reason===void 0?"":i.reason,this[La]=i.wasClean===void 0?!1:i.wasClean}get code(){return this[Ta]}get reason(){return this[Na]}get wasClean(){return this[La]}};Object.defineProperty(St.prototype,"code",{enumerable:!0});Object.defineProperty(St.prototype,"reason",{enumerable:!0});Object.defineProperty(St.prototype,"wasClean",{enumerable:!0});var Zt=class extends nt{constructor(e,i={}){super(e),this[Da]=i.error===void 0?null:i.error,this[Ra]=i.message===void 0?"":i.message}get error(){return this[Da]}get message(){return this[Ra]}};Object.defineProperty(Zt.prototype,"error",{enumerable:!0});Object.defineProperty(Zt.prototype,"message",{enumerable:!0});var yn=class extends nt{constructor(e,i={}){super(e),this[ka]=i.data===void 0?null:i.data}get data(){return this[ka]}};Object.defineProperty(yn.prototype,"data",{enumerable:!0});var Gf={addEventListener(n,e,i={}){for(let a of this.listeners(n))if(!i[_n]&&a[Di]===e&&!a[_n])return;let o;if(n==="message")o=function(x,u){let f=new yn("message",{data:u?x:x.toString()});f[Xt]=this,_r(e,this,f)};else if(n==="close")o=function(x,u){let f=new St("close",{code:x,reason:u.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});f[Xt]=this,_r(e,this,f)};else if(n==="error")o=function(x){let u=new Zt("error",{error:x,message:x.message});u[Xt]=this,_r(e,this,u)};else if(n==="open")o=function(){let x=new nt("open");x[Xt]=this,_r(e,this,x)};else return;o[_n]=!!i[_n],o[Di]=e,i.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let i of this.listeners(n))if(i[Di]===e&&!i[_n]){this.removeListener(n,i);break}}};Ma.exports={CloseEvent:St,ErrorEvent:Zt,Event:nt,EventTarget:Gf,MessageEvent:yn};function _r(n,e,i){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,i):n.call(e,i)}});var yr=ve((E_,za)=>{"use strict";var{tokenChars:bn}=Jt();function We(n,e,i){n[e]===void 0?n[e]=[i]:n[e].push(i)}function Hf(n){let e=Object.create(null),i=Object.create(null),o=!1,a=!1,x=!1,u,f,g=-1,m=-1,y=-1,_=0;for(;_<n.length;_++)if(m=n.charCodeAt(_),u===void 0)if(y===-1&&bn[m]===1)g===-1&&(g=_);else if(_!==0&&(m===32||m===9))y===-1&&g!==-1&&(y=_);else if(m===59||m===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${_}`);y===-1&&(y=_);let E=n.slice(g,y);m===44?(We(e,E,i),i=Object.create(null)):u=E,g=y=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);else if(f===void 0)if(y===-1&&bn[m]===1)g===-1&&(g=_);else if(m===32||m===9)y===-1&&g!==-1&&(y=_);else if(m===59||m===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${_}`);y===-1&&(y=_),We(i,n.slice(g,y),!0),m===44&&(We(e,u,i),i=Object.create(null),u=void 0),g=y=-1}else if(m===61&&g!==-1&&y===-1)f=n.slice(g,_),g=y=-1;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(a){if(bn[m]!==1)throw new SyntaxError(`Unexpected character at index ${_}`);g===-1?g=_:o||(o=!0),a=!1}else if(x)if(bn[m]===1)g===-1&&(g=_);else if(m===34&&g!==-1)x=!1,y=_;else if(m===92)a=!0;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(m===34&&n.charCodeAt(_-1)===61)x=!0;else if(y===-1&&bn[m]===1)g===-1&&(g=_);else if(g!==-1&&(m===32||m===9))y===-1&&(y=_);else if(m===59||m===44){if(g===-1)throw new SyntaxError(`Unexpected character at index ${_}`);y===-1&&(y=_);let E=n.slice(g,y);o&&(E=E.replace(/\\/g,""),o=!1),We(i,f,E),m===44&&(We(e,u,i),i=Object.create(null),u=void 0),f=void 0,g=y=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);if(g===-1||x||m===32||m===9)throw new SyntaxError("Unexpected end of input");y===-1&&(y=_);let S=n.slice(g,y);return u===void 0?We(e,S,i):(f===void 0?We(i,S,!0):o?We(i,f,S.replace(/\\/g,"")):We(i,f,S),We(e,u,i)),e}function Kf(n){return Object.keys(n).map(e=>{let i=n[e];return Array.isArray(i)||(i=[i]),i.map(o=>[e].concat(Object.keys(o).map(a=>{let x=o[a];return Array.isArray(x)||(x=[x]),x.map(u=>u===!0?a:`${a}=${u}`).join("; ")})).join("; ")).join(", ")}).join(", ")}za.exports={format:Kf,parse:Hf}});var Er=ve((P_,Ya)=>{"use strict";var jf=ne("events"),Wf=ne("https"),$f=ne("http"),qa=ne("net"),Jf=ne("tls"),{randomBytes:Vf,createHash:Yf}=ne("crypto"),{Duplex:I_,Readable:A_}=ne("stream"),{URL:Ri}=ne("url"),pt=$t(),Xf=Pi(),Zf=ki(),{isBlob:Qf}=Jt(),{BINARY_TYPES:Fa,CLOSE_TIMEOUT:el,EMPTY_BUFFER:br,GUID:tl,kForOnEventAttribute:Ni,kListener:nl,kStatusCode:rl,kWebSocket:de,NOOP:Ga}=Qe(),{EventTarget:{addEventListener:il,removeEventListener:sl}}=Ba(),{format:ol,parse:al}=yr(),{toBuffer:cl}=mn(),Ha=Symbol("kAborted"),Oi=[8,13],rt=["CONNECTING","OPEN","CLOSING","CLOSED"],xl=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,Y=class n extends jf{constructor(e,i,o){super(),this._binaryType=Fa[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=br,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,i===void 0?i=[]:Array.isArray(i)||(typeof i=="object"&&i!==null?(o=i,i=[]):i=[i]),Ka(this,e,i,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){Fa.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,i,o){let a=new Xf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),x=new Zf(e,this._extensions,o.generateMask);this._receiver=a,this._sender=x,this._socket=e,a[de]=this,x[de]=this,e[de]=this,a.on("conclude",fl),a.on("drain",ll),a.on("error",gl),a.on("message",hl),a.on("ping",pl),a.on("pong",ml),x.onerror=wl,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),i.length>0&&e.unshift(i),e.on("close",$a),e.on("data",Sr),e.on("end",Ja),e.on("error",Va),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[pt.extensionName]&&this._extensions[pt.extensionName].cleanup(),this._receiver.removeAllListeners(),this._readyState=n.CLOSED,this.emit("close",this._closeCode,this._closeMessage)}close(e,i){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,i,!this._isServer,o=>{o||(this._closeFrameSent=!0,(this._closeFrameReceived||this._receiver._writableState.errorEmitted)&&this._socket.end())}),Wa(this)}}pause(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,i,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=i=void 0):typeof i=="function"&&(o=i,i=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Li(this,e,o);return}i===void 0&&(i=!this._isServer),this._sender.ping(e||br,i,o)}pong(e,i,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=i=void 0):typeof i=="function"&&(o=i,i=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Li(this,e,o);return}i===void 0&&(i=!this._isServer),this._sender.pong(e||br,i,o)}resume(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,i,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof i=="function"&&(o=i,i={}),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){Li(this,e,o);return}let a={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...i};this._extensions[pt.extensionName]||(a.compress=!1),this._sender.send(e||br,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(Y,"CONNECTING",{enumerable:!0,value:rt.indexOf("CONNECTING")});Object.defineProperty(Y.prototype,"CONNECTING",{enumerable:!0,value:rt.indexOf("CONNECTING")});Object.defineProperty(Y,"OPEN",{enumerable:!0,value:rt.indexOf("OPEN")});Object.defineProperty(Y.prototype,"OPEN",{enumerable:!0,value:rt.indexOf("OPEN")});Object.defineProperty(Y,"CLOSING",{enumerable:!0,value:rt.indexOf("CLOSING")});Object.defineProperty(Y.prototype,"CLOSING",{enumerable:!0,value:rt.indexOf("CLOSING")});Object.defineProperty(Y,"CLOSED",{enumerable:!0,value:rt.indexOf("CLOSED")});Object.defineProperty(Y.prototype,"CLOSED",{enumerable:!0,value:rt.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty(Y.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty(Y.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[Ni])return e[nl];return null},set(e){for(let i of this.listeners(n))if(i[Ni]){this.removeListener(n,i);break}typeof e=="function"&&this.addEventListener(n,e,{[Ni]:!0})}})});Y.prototype.addEventListener=il;Y.prototype.removeEventListener=sl;Ya.exports=Y;function Ka(n,e,i,o){let a={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:el,protocolVersion:Oi[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,!Oi.includes(a.protocolVersion))throw new RangeError(`Unsupported protocol version: ${a.protocolVersion} (supported versions: ${Oi.join(", ")})`);let x;if(e instanceof Ri)x=e;else try{x=new Ri(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}x.protocol==="http:"?x.protocol="ws:":x.protocol==="https:"&&(x.protocol="wss:"),n._url=x.href;let u=x.protocol==="wss:",f=x.protocol==="ws+unix:",g;if(x.protocol!=="ws:"&&!u&&!f?g=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:f&&!x.pathname?g="The URL's pathname is empty":x.hash&&(g="The URL contains a fragment identifier"),g){let T=new SyntaxError(g);if(n._redirects===0)throw T;vr(n,T);return}let m=u?443:80,y=Vf(16).toString("base64"),_=u?Wf.request:$f.request,S=new Set,E;if(a.createConnection=a.createConnection||(u?ul:dl),a.defaultPort=a.defaultPort||m,a.port=x.port||m,a.host=x.hostname.startsWith("[")?x.hostname.slice(1,-1):x.hostname,a.headers={...a.headers,"Sec-WebSocket-Version":a.protocolVersion,"Sec-WebSocket-Key":y,Connection:"Upgrade",Upgrade:"websocket"},a.path=x.pathname+x.search,a.timeout=a.handshakeTimeout,a.perMessageDeflate&&(E=new pt({...a.perMessageDeflate,isServer:!1,maxPayload:a.maxPayload}),a.headers["Sec-WebSocket-Extensions"]=ol({[pt.extensionName]:E.offer()})),i.length){for(let T of i){if(typeof T!="string"||!xl.test(T)||S.has(T))throw new SyntaxError("An invalid or duplicated subprotocol was specified");S.add(T)}a.headers["Sec-WebSocket-Protocol"]=i.join(",")}if(a.origin&&(a.protocolVersion<13?a.headers["Sec-WebSocket-Origin"]=a.origin:a.headers.Origin=a.origin),(x.username||x.password)&&(a.auth=`${x.username}:${x.password}`),f){let T=a.path.split(":");a.socketPath=T[0],a.path=T[1]}let A;if(a.followRedirects){if(n._redirects===0){n._originalIpc=f,n._originalSecure=u,n._originalHostOrSocketPath=f?a.socketPath:x.host;let T=o&&o.headers;if(o={...o,headers:{}},T)for(let[z,Z]of Object.entries(T))o.headers[z.toLowerCase()]=Z}else if(n.listenerCount("redirect")===0){let T=f?n._originalIpc?a.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:x.host===n._originalHostOrSocketPath;(!T||n._originalSecure&&!u)&&(delete a.headers.authorization,delete a.headers.cookie,T||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=_(a),n._redirects&&n.emit("redirect",n.url,A)}else A=n._req=_(a);a.timeout&&A.on("timeout",()=>{Ae(n,A,"Opening handshake has timed out")}),A.on("error",T=>{A===null||A[Ha]||(A=n._req=null,vr(n,T))}),A.on("response",T=>{let z=T.headers.location,Z=T.statusCode;if(z&&a.followRedirects&&Z>=300&&Z<400){if(++n._redirects>a.maxRedirects){Ae(n,A,"Maximum redirects exceeded");return}A.abort();let K;try{K=new Ri(z,e)}catch{let J=new SyntaxError(`Invalid URL: ${z}`);vr(n,J);return}Ka(n,K,i,o)}else n.emit("unexpected-response",A,T)||Ae(n,A,`Unexpected server response: ${T.statusCode}`)}),A.on("upgrade",(T,z,Z)=>{if(n.emit("upgrade",T),n.readyState!==Y.CONNECTING)return;A=n._req=null;let K=T.headers.upgrade;if(K===void 0||K.toLowerCase()!=="websocket"){Ae(n,z,"Invalid Upgrade header");return}let ce=Yf("sha1").update(y+tl).digest("base64");if(T.headers["sec-websocket-accept"]!==ce){Ae(n,z,"Invalid Sec-WebSocket-Accept header");return}let J=T.headers["sec-websocket-protocol"],_e;if(J!==void 0?S.size?S.has(J)||(_e="Server sent an invalid subprotocol"):_e="Server sent a subprotocol but none was requested":S.size&&(_e="Server sent no subprotocol"),_e){Ae(n,z,_e);return}J&&(n._protocol=J);let ye=T.headers["sec-websocket-extensions"];if(ye!==void 0){if(!E){Ae(n,z,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let Ne;try{Ne=al(ye)}catch{Ae(n,z,"Invalid Sec-WebSocket-Extensions header");return}let ie=Object.keys(Ne);if(ie.length!==1||ie[0]!==pt.extensionName){Ae(n,z,"Server indicated an extension that was not requested");return}try{E.accept(Ne[pt.extensionName])}catch{Ae(n,z,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[pt.extensionName]=E}n.setSocket(z,Z,{allowSynchronousEvents:a.allowSynchronousEvents,generateMask:a.generateMask,maxPayload:a.maxPayload,skipUTF8Validation:a.skipUTF8Validation})}),a.finishRequest?a.finishRequest(A,n):A.end()}function vr(n,e){n._readyState=Y.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function dl(n){return n.path=n.socketPath,qa.connect(n)}function ul(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=qa.isIP(n.host)?"":n.host),Jf.connect(n)}function Ae(n,e,i){n._readyState=Y.CLOSING;let o=new Error(i);Error.captureStackTrace(o,Ae),e.setHeader?(e[Ha]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(vr,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function Li(n,e,i){if(e){let o=Qf(e)?e.size:cl(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(i){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${rt[n.readyState]})`);process.nextTick(i,o)}}function fl(n,e){let i=this[de];i._closeFrameReceived=!0,i._closeMessage=e,i._closeCode=n,i._socket[de]!==void 0&&(i._socket.removeListener("data",Sr),process.nextTick(ja,i._socket),n===1005?i.close():i.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",Sr),process.nextTick(ja,e._socket),e.close(n[rl])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function Ua(){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,Ga),e.emit("ping",n)}function ml(n){this[de].emit("pong",n)}function ja(n){n.resume()}function wl(n){let e=this[de];e.readyState!==Y.CLOSED&&(e.readyState===Y.OPEN&&(e._readyState=Y.CLOSING,Wa(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function Wa(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function $a(){let n=this[de];if(this.removeListener("close",$a),this.removeListener("data",Sr),this.removeListener("end",Ja),n._readyState=Y.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",Ua),n._receiver.on("finish",Ua))}function Sr(n){this[de]._receiver.write(n)||this.pause()}function Ja(){let n=this[de];n._readyState=Y.CLOSING,n._receiver.end(),this.end()}function Va(){let n=this[de];this.removeListener("error",Va),this.on("error",Ga),n&&(n._readyState=Y.CLOSING,this.destroy())}});var ec=ve((T_,Qa)=>{"use strict";var C_=Er(),{Duplex:_l}=ne("stream");function Xa(n){n.emit("close")}function yl(){!this.destroyed&&this._writableState.finished&&this.destroy()}function Za(n){this.removeListener("error",Za),this.destroy(),this.listenerCount("error")===0&&this.emit("error",n)}function bl(n,e){let i=!0,o=new _l({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(x,u){let f=!u&&o._readableState.objectMode?x.toString():x;o.push(f)||n.pause()}),n.once("error",function(x){o.destroyed||(i=!1,o.destroy(x))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(a,x){if(n.readyState===n.CLOSED){x(a),process.nextTick(Xa,o);return}let u=!1;n.once("error",function(g){u=!0,x(g)}),n.once("close",function(){u||x(a),process.nextTick(Xa,o)}),i&&n.terminate()},o._final=function(a){if(n.readyState===n.CONNECTING){n.once("open",function(){o._final(a)});return}n._socket!==null&&(n._socket._writableState.finished?(a(),o._readableState.endEmitted&&o.destroy()):(n._socket.once("finish",function(){a()}),n.close()))},o._read=function(){n.isPaused&&n.resume()},o._write=function(a,x,u){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(a,x,u)});return}n.send(a,u)},o.on("end",yl),o.on("error",Za),o}Qa.exports=bl});var Mi=ve((k_,tc)=>{"use strict";var{tokenChars:vl}=Jt();function Sl(n){let e=new Set,i=-1,o=-1,a=0;for(a;a<n.length;a++){let u=n.charCodeAt(a);if(o===-1&&vl[u]===1)i===-1&&(i=a);else if(a!==0&&(u===32||u===9))o===-1&&i!==-1&&(o=a);else if(u===44){if(i===-1)throw new SyntaxError(`Unexpected character at index ${a}`);o===-1&&(o=a);let f=n.slice(i,o);if(e.has(f))throw new SyntaxError(`The "${f}" subprotocol is duplicated`);e.add(f),i=o=-1}else throw new SyntaxError(`Unexpected character at index ${a}`)}if(i===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let x=n.slice(i,a);if(e.has(x))throw new SyntaxError(`The "${x}" subprotocol is duplicated`);return e.add(x),e}tc.exports={parse:Sl}});var cc=ve((R_,ac)=>{"use strict";var El=ne("events"),Ir=ne("http"),{Duplex:D_}=ne("stream"),{createHash:Il}=ne("crypto"),nc=yr(),Et=$t(),Al=Mi(),Pl=Er(),{CLOSE_TIMEOUT:Cl,GUID:Tl,kWebSocket:kl}=Qe(),Dl=/^[+/0-9A-Za-z]{22}==$/,rc=0,ic=1,oc=2,Bi=class extends El{constructor(e,i){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:Cl,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:Pl,...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=Ir.createServer((o,a)=>{let x=Ir.STATUS_CODES[426];a.writeHead(426,{"Content-Length":x.length,"Content-Type":"text/plain"}),a.end(x)}),this._server.listen(e.port,e.host,e.backlog,i)):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:(a,x,u)=>{this.handleUpgrade(a,x,u,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=rc}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===oc){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(vn,this);return}if(e&&this.once("close",e),this._state!==ic)if(this._state=ic,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(vn,this):process.nextTick(vn,this);else{let i=this._server;this._removeListeners(),this._removeListeners=this._server=null,i.close(()=>{vn(this)})}}shouldHandle(e){if(this.options.path){let i=e.url.indexOf("?");if((i!==-1?e.url.slice(0,i):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,i,o,a){i.on("error",sc);let x=e.headers["sec-websocket-key"],u=e.headers.upgrade,f=+e.headers["sec-websocket-version"];if(e.method!=="GET"){It(this,e,i,405,"Invalid HTTP method");return}if(u===void 0||u.toLowerCase()!=="websocket"){It(this,e,i,400,"Invalid Upgrade header");return}if(x===void 0||!Dl.test(x)){It(this,e,i,400,"Missing or invalid Sec-WebSocket-Key header");return}if(f!==13&&f!==8){It(this,e,i,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){Sn(i,400);return}let g=e.headers["sec-websocket-protocol"],m=new Set;if(g!==void 0)try{m=Al.parse(g)}catch{It(this,e,i,400,"Invalid Sec-WebSocket-Protocol header");return}let y=e.headers["sec-websocket-extensions"],_={};if(this.options.perMessageDeflate&&y!==void 0){let S=new Et({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let E=nc.parse(y);E[Et.extensionName]&&(S.accept(E[Et.extensionName]),_[Et.extensionName]=S)}catch{It(this,e,i,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let S={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(S,(E,A,T,z)=>{if(!E)return Sn(i,A||401,T,z);this.completeUpgrade(_,x,m,e,i,o,a)});return}if(!this.options.verifyClient(S))return Sn(i,401)}this.completeUpgrade(_,x,m,e,i,o,a)}completeUpgrade(e,i,o,a,x,u,f){if(!x.readable||!x.writable)return x.destroy();if(x[kl])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>rc)return Sn(x,503);let m=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Il("sha1").update(i+Tl).digest("base64")}`],y=new this.options.WebSocket(null,void 0,this.options);if(o.size){let _=this.options.handleProtocols?this.options.handleProtocols(o,a):o.values().next().value;_&&(m.push(`Sec-WebSocket-Protocol: ${_}`),y._protocol=_)}if(e[Et.extensionName]){let _=e[Et.extensionName].params,S=nc.format({[Et.extensionName]:[_]});m.push(`Sec-WebSocket-Extensions: ${S}`),y._extensions=e}this.emit("headers",m,a),x.write(m.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
13
+ `)),x.removeListener("error",sc),y.setSocket(x,u,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(y),y.on("close",()=>{this.clients.delete(y),this._shouldEmitClose&&!this.clients.size&&process.nextTick(vn,this)})),f(y,a)}};ac.exports=Bi;function Rl(n,e){for(let i of Object.keys(e))n.on(i,e[i]);return function(){for(let o of Object.keys(e))n.removeListener(o,e[o])}}function vn(n){n._state=oc,n.emit("close")}function sc(){this.destroy()}function Sn(n,e,i,o){i=i||Ir.STATUS_CODES[e],o={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(i),...o},n.once("finish",n.destroy),n.end(`HTTP/1.1 ${e} ${Ir.STATUS_CODES[e]}\r
14
14
  `+Object.keys(o).map(a=>`${a}: ${o[a]}`).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
+ `+i)}function It(n,e,i,o,a,x){if(n.listenerCount("wsClientError")){let u=new Error(a);Error.captureStackTrace(u,It),n.emit("wsClientError",u,i,e)}else Sn(i,o,a,x)}});import{spawn as ag}from"node:child_process";import{existsSync as cg,openSync as xg}from"node:fs";import{mkdir as dg}from"node:fs/promises";import{dirname as ug}from"node:path";import{fileURLToPath as fg}from"node:url";function qi(n=q()){return cg(n.libEntry)?n.libEntry:fg(new URL("../index.ts",import.meta.url))}async function An(n={}){let e=n.paths??q(),i=n.entryOverride??qi(e);await dg(ug(e.logFile),{recursive:!0});let o=xg(e.logFile,"a"),x=i.endsWith(".ts")?["--import","tsx/esm",i,"--daemon"]:[i,"--daemon"],u=ag(process.execPath,x,{detached:!0,stdio:["ignore",o,o],env:{...process.env,COZE_BRIDGE_DAEMON:"1"}});if(u.unref(),typeof u.pid!="number")throw new Error("failed to spawn daemon (no pid)");return lg.info("daemon spawned",{pid:u.pid,entry:i}),{pid:u.pid,entry:i}}var lg,Dr=ke(()=>{"use strict";U();ae();lg=D("spawn-daemon")});import{readFile as Ac}from"node:fs/promises";async function Rr(n){try{let[e,i]=await Promise.all([Ac(n.portFile,"utf8"),Ac(n.tokenFile,"utf8")]),o=Number.parseInt(e.trim(),10),a=i.trim();return!Number.isFinite(o)||o<=0||!a?null:{port:o,token:a}}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 Me,Nr=ke(()=>{"use strict";ae();Me=class{paths;constructor(e){this.paths=e??q()}async probe(e=1e3){let i=await Rr(this.paths);if(!i)return{kind:"not-running"};try{let o=await this.fetch(i,{method:"GET",path:"/status",timeoutMs:e});return o.status===200?{kind:"connected",...i}:{kind:"stale",reason:`unexpected status ${o.status}`}}catch(o){return{kind:"stale",reason:hg(o)}}}async request(e){let i=await Rr(this.paths);if(!i)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(i,e)}async fetch(e,i){let o=i.body!==void 0,a={Authorization:`Bearer ${e.token}`};o&&(a["content-type"]="application/json");let x=new AbortController,u=setTimeout(()=>x.abort(),i.timeoutMs??5e3);try{let f=await fetch(`http://127.0.0.1:${e.port}${i.path}`,{method:i.method,headers:a,body:o?JSON.stringify(i.body):void 0,signal:x.signal}),g=await f.text();return{status:f.status,body:gg(g)}}finally{clearTimeout(u)}}}});var Oc={};Xr(Oc,{DEFAULT_PROBE_TIMEOUT_MS:()=>Nc,DEFAULT_WAIT_PID_EXIT_MS:()=>Rc,runUpgradeHelper:()=>Ng});import{copyFile as Cg,rename as ji,unlink as Wi}from"node:fs/promises";async function Ng(n){let e=n.paths??q(),i=n.spawnDaemon??An,o=n.probeDaemon??Mg,a=n.sleep??Bg,x=n.waitPidExitMs??Rc,u=n.probeTimeoutMs??Nc,f=n.killPid??((T,z)=>process.kill(T,z)),{targetVersion:g,oldPid:m}=n;$e.info("upgrade-helper start",{targetVersion:g,oldPid:m}),await Og(m,x,a,f);let y=e.libEntry,_=`${y}.bak`,S=`${y}.next`;try{await Cg(y,_)}catch(T){return $e.error("backup failed, abort",{err:String(T)}),1}try{await ji(S,y)}catch(T){return $e.error("rename .next \u2192 live failed, abort + rollback",{err:String(T)}),await ji(_,y).catch(()=>{}),1}let E,A=!1;try{await i({paths:e}),A=await Lg(()=>o(e),u,a),A||(E="new daemon failed to come up within probeTimeout")}catch(T){E=`spawn new daemon failed: ${String(T)}`,$e.warn(E)}return A?(await kc(e,g,{ok:!0,setLibVersion:!0}),await Wi(_).catch(()=>{}),await Wi(S).catch(()=>{}),$e.info("upgrade succeeded",{targetVersion:g}),0):($e.warn("upgrade failed, rolling back",{lastError:E}),await ji(_,y).catch(T=>$e.error("rollback rename failed",{err:String(T)})),await i({paths:e}).catch(T=>$e.error("spawn old daemon after rollback failed",{err:String(T)})),await kc(e,g,{ok:!1,lastError:E}),await Wi(S).catch(()=>{}),1)}async function kc(n,e,i){let o=await gt(n.configFile)??{};i.setLibVersion&&(o.libVersion=e),o.upgradeAttempts=o.upgradeAttempts??{},o.upgradeAttempts[e]={count:(o.upgradeAttempts[e]?.count??0)+1,lastAt:Date.now(),ok:i.ok,...i.lastError?{lastError:i.lastError}:{}},await He(o,n.configFile)}async function Og(n,e,i,o){let a=Date.now()+e;for(;Date.now()<a;){if(!Dc(n,o))return;await i(Dg)}$e.warn("oldPid did not exit in time, sending SIGTERM",{pid:n});try{o(n,"SIGTERM")}catch{}if(await i(Tg),!!Dc(n,o)){$e.warn("SIGTERM ineffective, sending SIGKILL",{pid:n});try{o(n,"SIGKILL")}catch{}await i(kg)}}function Dc(n,e){try{return e(n,0),!0}catch{return!1}}async function Lg(n,e,i){let o=Date.now()+e;for(;Date.now()<o;){if(await n().catch(()=>!1))return!0;await i(Rg)}return!1}async function Mg(n){return(await new Me(n).probe(1e3).catch(()=>null))?.kind==="connected"}function Bg(n){return new Promise(e=>setTimeout(e,n))}var $e,Rc,Nc,Tg,kg,Dg,Rg,Lc=ke(()=>{"use strict";Kt();Dr();Nr();U();ae();$e=D("upgrade-helper"),Rc=3e4,Nc=3e4,Tg=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 Mr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Mc(n,e){return new Promise((i,o)=>{let a=zg(n,e,{stdio:["ignore","pipe","pipe"]}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?i():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Lr,$i,Ji,Bc=ke(()=>{"use strict";U();Lr=D("supervisor.launchd"),$i="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>${$i}</string>
23
23
  <key>ProgramArguments</key>
24
24
  <array>
25
- <string>${Cr(n.nodeBin)}</string>
26
- <string>${Cr(n.entry)}</string>
25
+ <string>${Mr(n.nodeBin)}</string>
26
+ <string>${Mr(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>${Mr(n.logFile)}</string>
37
37
  <key>StandardErrorPath</key>
38
- <string>${Cr(n.logFile)}</string>
38
+ <string>${Mr(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",`${$i}.plist`)},async install(n){let e=this.configPath(n);await Fg(Gg(e),{recursive:!0}),await qg(e,this.renderConfig(n),"utf8"),Lr.info("plist written",{plistPath:e}),await Mc("launchctl",["load","-w",e]),Lr.info("launchd job loaded",{label:$i})},async uninstall(n){let e=this.configPath(n);await Mc("launchctl",["unload","-w",e]).catch(i=>Lr.warn("launchctl unload failed (ignored)",{err:String(i)})),await Ug(e).catch(i=>{if(i.code!=="ENOENT")throw i}),Lr.info("launchd job removed",{plistPath:e})}}});import{spawn as Kg}from"node:child_process";import{mkdir as jg,unlink as Wg,writeFile as $g}from"node:fs/promises";import{dirname as Jg,join as Vg}from"node:path";function Fr(n,e){return new Promise((i,o)=>{let a=Kg(n,e,{stdio:["ignore","pipe","pipe"]}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?i():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Br,zr,Vi,zc=ke(()=>{"use strict";U();Br=D("supervisor.systemd"),zr="coze-bridge.service",Vi={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",zr)},async install(n){let e=this.configPath(n);await jg(Jg(e),{recursive:!0}),await $g(e,this.renderConfig(n),"utf8"),Br.info("systemd unit written",{unitPath:e}),await Fr("systemctl",["--user","daemon-reload"]),await Fr("systemctl",["--user","enable","--now",zr]),Br.info("systemd unit enabled",{unitName:zr})},async uninstall(n){let e=this.configPath(n);await Fr("systemctl",["--user","disable","--now",zr]).catch(i=>Br.warn("systemctl disable failed (ignored)",{err:String(i)})),await Wg(e).catch(i=>{if(i.code!=="ENOENT")throw i}),await Fr("systemctl",["--user","daemon-reload"]).catch(()=>{}),Br.info("systemd unit removed",{unitPath:e})}}});import{spawn as Yg}from"node:child_process";import{join as Xg}from"node:path";function Fc(n,e){return new Promise((i,o)=>{let a=Yg(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?i():o(new Error(`${n} ${e.join(" ")} exited ${u}: ${x.trim()}`))})})}var Yi,Ur,Xi,Uc=ke(()=>{"use strict";U();Yi=D("supervisor.taskscheduler"),Ur="CozeBridge",Xi={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 Fc("schtasks",["/Create","/SC","ONLOGON","/TN",Ur,"/TR",e,"/RU",n.userName,"/F"]),Yi.info("task scheduler entry created",{task:Ur})},async uninstall(n){await Fc("schtasks",["/Delete","/TN",Ur,"/F"]).catch(e=>Yi.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Yi.info("task scheduler entry removed",{task:Ur})}}});var Zi={};Xr(Zi,{buildContext:()=>th,getSupervisor:()=>eh,launchdSupervisor:()=>Ji,systemdSupervisor:()=>Vi,taskSchedulerSupervisor:()=>Xi});import{homedir as Zg,userInfo as Qg}from"node:os";function eh(n=process.platform){switch(n){case"darwin":return Ji;case"linux":return Vi;case"win32":return Xi;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function th(){let n=q();return{nodeBin:process.execPath,entry:qi(n),logFile:n.logFile,homeDir:Zg(),userName:Qg().username}}var Qi=ke(()=>{"use strict";ae();Dr();Bc();zc();Uc()});U();U();import{execFile as H0}from"node:child_process";import{promisify as K0}from"node:util";var Es=K0(H0),nn=D("agents.acp-installer"),j0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},W0=5e4,$0=5e3,J0=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 Z0(n){let e=n?.code;if(e&&V0.has(e))return!0;let i=n instanceof Error?`${n.message}
80
+ ${n.stack??""}`:String(n);return Y0.test(i)||X0.test(i)}function Q0(n){if(n==null||typeof n!="object")return String(n);let e=n,i=[];e.message&&i.push(e.message),e.code!==void 0&&e.code!==null&&i.push(`code=${e.code}`),e.signal&&i.push(`signal=${e.signal}`);let o=e.stderr?.toString().trim();o&&i.push(`stderr=${o.slice(0,2e3)}`);let a=e.stdout?.toString().trim();return a&&i.push(`stdout=${a.slice(0,2e3)}`),i.length>0?i.join(" | "):String(n)}var Dn=new Map,kn=new Map,Rn=new Map;async function Ss(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:i}=await Es(e,[n],{timeout:$0});return i.split(`
81
+ `)[0]?.trim()||void 0}catch{return}}async function ex(n,e){nn.info("npm install -g start",{npmPackage:n}),await Es("npm",["install","-g",`${n}@latest`],{timeout:W0,maxBuffer:10*1024*1024,...e?{signal:e}:{}}),nn.info("npm install -g done",{npmPackage:n})}async function Nt(n,e){let i=j0[n];if(!i)return;let o=Dn.get(n);if(o)return o;let a=kn.get(n);if(a&&Date.now()-a<J0)return;let x=Rn.get(n);if(x)return x;let u=(async()=>{let f=await Ss(i.binary);if(f)return Dn.set(n,f),nn.info("acp wrapper found on PATH",{binary:i.binary,path:f}),f;try{await ex(i.npmPackage,e)}catch(m){let y=Z0(m);nn.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:i.npmPackage,transient:y,err:Q0(m)}),y||kn.set(n,Date.now());return}let g=await Ss(i.binary);if(!g){nn.warn("acp wrapper installed but binary not found on PATH",{binary:i.binary}),kn.set(n,Date.now());return}return Dn.set(n,g),kn.delete(n),g})().finally(()=>{Rn.delete(n)});return Rn.set(n,u),u}function Ot(n){return Dn.get(n)}function Is(n){return Rn.get(n)}var As=D("acp-installer-warmup"),tx=["claude-code","codex"];async function Ps(n={}){let e=n.ensure??Nt,o=(await Promise.allSettled(tx.map(async a=>{let x=await e(a);As.info("acp wrapper warmup ok",{framework:a,installed:!!x,path:x??""})}))).filter(a=>a.status==="rejected");o.length>0&&As.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))})}dt();U();import{readdir as gx}from"node:fs/promises";import{mkdir as Os,writeFile as Ls}from"node:fs/promises";import{join as Qr}from"node:path";var ux={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function Mt(n,e,i,o){await Os(n,{recursive:!0});let a=ux[e],x=Qr(n,a),u=fx(e,i,o);return await Ls(x,u,"utf8"),x}async function Ms(n){let e=Qr(n,".claude");await Os(e,{recursive:!0});let i=Qr(e,"settings.local.json"),o=JSON.stringify({permissions:{defaultMode:"bypassPermissions"}},null,2);return await Ls(i,o,"utf8"),i}function fx(n,e,i){let o=`# Coze Agent: ${e}
82
82
 
83
83
  > framework: \`${n}\`
84
84
 
85
- `,a=s?.trim()?s.endsWith(`
86
- `)?s:`${s}
85
+ `,a=i?.trim()?i.endsWith(`
86
+ `)?i:`${i}
87
87
  `:`_No instructions provided._
88
88
  `;return`${o}---
89
89
 
90
90
  ${a}
91
- ${fd}`}var fd=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
91
+ ${lx}`}var lx=`## \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 Ie=D("agent-detail-sync"),hx=6e4,px=5*6e4,zn=class{constructor(e){this.opts=e}opts;retryQueue=new Map;async syncAll(e){let i=this.opts.paths.agentsRoot,o;try{o=await gx(i)}catch(a){Ie.info("agents dir not found, skip detail sync",{root:i,err:String(a)});return}Ie.info("starting detail sync",{reason:e,count:o.length}),await Promise.allSettled(o.map(async a=>{let x=await pe(a,this.opts.paths).catch(()=>null);if(x){if(x.disconnectedAt){Ie.debug("detail sync: skip disconnected agent",{agentId:a});return}try{await this.syncOne(a,x)}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(),i=[];for(let[o,a]of this.retryQueue)e>=a.dueAt&&i.push(o);if(i.length!==0){Ie.info("retrying pending detail syncs",{count:i.length});for(let o of i)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,i){let o=i??await pe(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(f){Ie.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});let g=this.retryQueue.get(e),m=g?Math.min(g.currentDelay*2,px):hx;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 x=!1,u=!1;if(a.agentName&&a.agentName!==o.agentName&&(o.agentName=a.agentName,x=!0),a.description!==void 0&&a.description!==o.description&&(o.description=a.description,x=!0),a.cozeIdentity&&a.cozeIdentity!==o.cozeIdentity&&(o.cozeIdentity=a.cozeIdentity,x=!0,u=!0),a.deployType&&Ie.info("detail.deployType",{agentId:e,deployType:a.deployType}),!x){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 Mt(o.workspace,o.framework,e,o.cozeIdentity),this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};dt();import{spawn as to}from"node:child_process";import{lstat as ii,mkdir as yx,readFile as no,readdir as bx,rm as vx,stat as Sx,writeFile as Qs}from"node:fs/promises";import{join as Fe,normalize as Ex,relative as ro,resolve as Ix,sep as io}from"node:path";var Be={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 rn(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function Bs(n){let e=n?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function zs(n){let{_meta:e,...i}=n;return{stripped:i,meta:e}}function Bt(n){if(!n?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return n.cozeAgentId}var v=class extends Error{code;retriable;cause;constructor(e,i,o){super(i),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};U();ae();function Ze(n,e){if(rn(n)!=="cloud")throw new v("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function Fn(n){return n.startsWith("http://")||n.startsWith("https://")}function Un(n){return n.endsWith("/")?n.slice(0,-1):n}U();var qn="1008033",Fs="1289";var Us="pbbp2",qs="https://www.coze.cn",Gs="/api/coze_claw/resource/get_frontier_key",mx="https://www.coze.cn",_x="wss://frontier.coze.cn";function Gn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??mx}function Hs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??_x}function zt(n){let e={},i=n?.ttEnv??process.env.COZE_BRIDGE_TT_ENV,o=n?.usePpe??process.env.COZE_BRIDGE_USE_PPE;return i&&(e["x-tt-env"]=i),o&&(e["x-use-ppe"]=o),e}function sn(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var Ks=D("handshake");async function ei(n){let e=Gn(n.endpoint),i=n.timeoutMs??1e4,o=`${Un(e)}${Gs}?aid=${encodeURIComponent(qn)}`,a={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",...zt(n.ppeOverride)},x=new AbortController,u=setTimeout(()=>x.abort(),i);Ks.info("frontier key handshake",{base:e});try{let f=await fetch(o,{method:"GET",headers:a,signal:x.signal}),g=f.headers.get("x-tt-logid")??"",m=f.headers.get("x-tt-trace-id")??"";if(!f.ok){let A=await f.text().catch(()=>"");throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${f.status} logid=${g}: ${A.slice(0,200)}`)}let y=await f.json();if(y.code!==void 0&&y.code!==0)throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${y.code} msg=${y.msg??"-"} logid=${g}`);let _=y.data??{},S=typeof _.access_key=="string"&&_.access_key||typeof _.accessKey=="string"&&_.accessKey||void 0,E=typeof _.device_id=="string"&&_.device_id||typeof _.deviceId=="string"&&_.deviceId||void 0;if(!S||!E){let A=JSON.stringify(y).slice(0,500);throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id (also tried camelCase) logid=${g}: ${A}`)}return Ks.info("handshake ok",{remoteDeviceId:E,logid:g,traceId:m}),{accessKey:S,deviceId:E}}catch(f){throw f instanceof v?f:f.name==="AbortError"?new v("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${i}ms)`):new v("UPSTREAM_HANDSHAKE_FAILED",String(f),{cause:f})}finally{clearTimeout(u)}}var ti=process.env.COZE_BRIDGE_LLM_GATEWAY_URL?.trim()||"https://llm-gateway.coze.cn",ze="auto";function js(n){return{model:n.model??ze,...n.modelToken?{modelToken:n.modelToken}:{}}}function Ws(n){return!n||n===ze}function $s(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=ti,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||ze,n.modelInfo?.contextWindow&&(e.CLAUDE_CODE_MAX_CONTEXT_TOKENS=String(n.modelInfo.contextWindow))):Ws(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function Js(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||ze}"`):Ws(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="${ti}/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 Vs(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function ni(n){let{ttEnv:e,usePpe:i}=sn(n),o={};return e&&(o["x-tt-env"]=e),i&&(o["x-use-ppe"]=i),o}function Ys(n,e){if(!n.modelToken)return{};let i=ni(e);return Object.keys(i).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(i).map(([a,x])=>`${a}:${x}`).join(`
116
+ `)}}function ri(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function Xs(n,e){if(!n.modelToken)return null;let i=n.model||ze,o=ni(e),a=["text"];n.modelInfo?.capabilities?.image===!0&&a.push("image");let x={baseUrl:`${ti}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:i,name:i,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&&(x.headers=o),x}function Zs(n,e){if(!n.modelToken)return[];let i=ni(e),o=[];for(let[a,x]of Object.entries(i))o.push("-c",`model_providers.coze.http_headers.${a}="${x}"`);return o}var xe=D("agent-handlers"),eo=5*1024*1024,Ax=1,Px=6,Cx=new Set(["node_modules",".git",".coze","dist","build",".next"]),Hn=class{constructor(e){this.opts=e}opts;async listSkills(e){Ze(e._meta,"_agent/listSkills");let i=Bt(e._meta),o=await this.loadAgentCfg(i),a=o?.workspace??Xe(i).workspace,x=o?.skills??[],u=[];for(let f of x){let g=Fe(a,f.relPath,"SKILL.md");await Sx(g).then(y=>y.isFile()).catch(()=>!1)&&u.push(Nx(f))}return{skills:u}}async addSkills(e){Ze(e._meta,"_agent/addSkills");let i=Bt(e._meta),o=await this.requireAgentCfg(i),a=e.skills??[],x=[...o.skills??[]],u=new Map(x.map((g,m)=>[g.skillId,m])),f=[];for(let g of a){let m=await si({agentId:i,workspace:o.workspace,framework:o.framework,skill:g});oi(x,u,m),f.push(g)}return await Mn(i,x),this.reloadAgentSessions(i,"skills-added"),{installedSkills:f}}async removeSkills(e){Ze(e._meta,"_agent/removeSkills");let i=Bt(e._meta),o=await this.requireAgentCfg(i),a=new Set(e.skillIds??[]),x=o.skills??[],u=[];for(let f of x){if(!a.has(f.skillId)){u.push(f);continue}let g=Fe(o.workspace,f.relPath);await vx(g,{recursive:!0,force:!0}),xe.info("skill removed",{agentId:i,skillId:f.skillId,relPath:f.relPath})}return await Mn(i,u),this.reloadAgentSessions(i,"skills-removed"),{ok:!0}}reloadAgentSessionsPublic(e,i){this.reloadAgentSessions(e,i)}reloadAgentSessions(e,i){let o=this.opts.agents.get(e);if(o)for(let[a,x]of o.sessions){if(!x.downstream)continue;let u=x.acpSessionId;if(u&&o.activeTriggers.has(u)||this.isRuntimePendingPermission(x)){x.reloadAfterTurn=!0,xe.info("downstream busy, scheduling reload after turn",{reason:i,agentId:e,framework:o.framework,cloudId:a,acpId:u});continue}let g=x.downstream;x.downstream=void 0,xe.info("killing downstream for workspace reload (idle)",{reason:i,agentId:e,framework:o.framework,cloudId:a,acpId:u}),g.stop(i).catch(m=>xe.warn("downstream stop failed during reload (ignored)",{reason:i,agentId:e,cloudId:a,err:String(m)}))}}isRuntimePendingPermission(e){let i=this.opts.isRuntimePendingPermission;return!i||!e.downstream?!1:i(e.downstream)}async updateAgent(e){if(!e.cozeIdentity?.trim())return xe.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let i=e.agentId,o=await pe(i);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${i}`);if(o.cozeIdentity===e.cozeIdentity)return xe.info("_agent/update: cozeIdentity unchanged, noop",{agentId:i}),{ok:!0};try{await Mt(o.workspace,o.framework,i,e.cozeIdentity)}catch(a){throw xe.error("_agent/update: writeInstructionFile failed, aborting update",{agentId:i,framework:o.framework,workspace:o.workspace,err:String(a)}),new v("AGENT_PROTOCOL_ERROR",`failed to write instruction file for agent ${i}: ${String(a)}`,{cause:a})}return o.cozeIdentity=e.cozeIdentity,await Ee(o),xe.info("_agent/update: cozeIdentity rewritten",{agentId:i,framework:o.framework}),this.reloadAgentSessions(i,"identity-changed"),{ok:!0}}async disconnectAgent(e){let i=e.agentId;if(!i)throw new v("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await pe(i);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Ee(o),xe.info("agent disconnected",{agentId:i,reason:e.reason??"",force:e.force??!1}),this.opts.disposeAndMarkDisconnected&&await this.opts.disposeAndMarkDisconnected(i,e.reason??"disconnect"),{ok:!0}):(xe.warn("_agent/disconnect: agent not found, ignoring",{agentId:i}),{ok:!0})}async switchModel(e){if(Ze(e._meta,"_agent/switchModel"),!e.agentId)throw new v("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let i=e.model?.trim()?e.model:ze,o=await pe(e.agentId);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=i,e.modelInfo&&(o.modelInfo=e.modelInfo),await Ee(o),xe.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:i,reason:e.reason??""});let a=this.opts.agents.get(e.agentId);if(!a)return xe.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};a.model=i,e.modelInfo&&a.setModelInfo(e.modelInfo),this.opts.cleanupOpenclawProviders&&await this.opts.cleanupOpenclawProviders(a).catch(u=>xe.warn("cleanupOpenclawProviders before switchModel failed (ignored)",{agentId:e.agentId,err:String(u)}));let x=[];for(let[u,f]of a.allSessionQueues())x.push(f.enqueue(async()=>{let g=a.sessions.get(u);g?.downstream&&(await g.downstream.stop(`switchModel: ${i}`).catch(()=>{}),g.downstream=void 0)}));return await Promise.all(x),xe.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:i,cloudSessions:x.length}),{ok:!0}}async resetAgent(e){if(Ze(e._meta,Be.RESET),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Be.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Be.RESET,e.reason),{ok:!0}}async repairAgent(e){if(Ze(e._meta,Be.REPAIR),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Be.REPAIR}: missing agentId`);let i=await this.loadAgentCfg(e.agentId);if(i&&i.framework!=="openclaw")throw new v("IPC_BAD_REQUEST",`${Be.REPAIR} only allowed for openclaw, got ${i.framework}`);if(i&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,i.workspace)}catch(o){xe.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,Be.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,i,o){if(!this.opts.detailSyncer){xe.warn("detailSyncer not wired, skipping sync",{method:i,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(a){xe.warn("detail sync failed (ignored)",{method:i,agentId:e,reason:o,err:String(a)})}}async getFileTree(e){Ze(e._meta,"_agent/getFileTree");let i=e._meta,o=Bt(i),a=await this.resolveWorkspace(o),x=e.filePath??"",u=this.safeJoin(a,x),f=await ii(u).catch(()=>null);if(!f)throw new v("IPC_BAD_REQUEST",`path not found: ${x}`);if(f.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${x}`);let g=qx(e.depth);return f.isDirectory()?{tree:await Ux(a,u,x,g)}:{tree:[{name:Gx(x),path:oo(x||"."),isDir:!1,size:f.size,modifiedAt:Math.floor(f.mtimeMs)}]}}async getFileContent(e){Ze(e._meta,"_agent/getFileContent");let i=Bt(e._meta),o=await this.resolveWorkspace(i);if(!e.filePath)throw new v("IPC_BAD_REQUEST","filePath required");let a=this.safeJoin(o,e.filePath),x=await ii(a).catch(()=>null);if(!x||!x.isFile())throw new v("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(x.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(x.size>eo)throw new v("IPC_BAD_REQUEST",`file too large: ${x.size} bytes (max ${eo})`);let u=await no(a);return u.includes(0)?{content:u.toString("base64"),encoding:"base64",size:x.size}:{content:u.toString("utf8"),encoding:"utf-8",size:x.size}}async resolveWorkspace(e){let i=this.opts.agents.get(e);return i?i.workspace:(await pe(e).catch(()=>null))?.workspace??Xe(e).workspace}safeJoin(e,i){let o=Ix(e,i||"."),a=ro(e,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${io}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${i}`);return o}loadAgentCfg(e){return pe(e)}async requireAgentCfg(e){let i=await this.loadAgentCfg(e);if(!i)throw new v("AGENT_NOT_FOUND",`no config for agent: ${e}`);return i}};function Tx(n){let e=n.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new v("IPC_BAD_REQUEST",`invalid skill name: ${n}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new v("IPC_BAD_REQUEST",`reserved windows filename: ${n}`);return e}function kx(n){return n==="claude-code"?Fe(".claude","skills"):Fe(".agents","skills")}var Dx=3e4,Rx=50*1024*1024,Kn=3e4;async function si(n){let{agentId:e,workspace:i,framework:o,skill:a}=n;if(!a.skillName)throw new v("IPC_BAD_REQUEST","skill missing skillName");let x=typeof a.content=="string"&&a.content.length>0,u=typeof a.downloadUrl=="string"&&a.downloadUrl.length>0;if(!x&&!u)throw new v("IPC_BAD_REQUEST",`skill ${a.skillId} missing both content and downloadUrl`);let f=Tx(a.skillName),g=kx(o),m=Fe(g,f),y=Fe(i,m);if(await yx(y,{recursive:!0}),x){let S=Buffer.from(a.content,"utf8");on(S.length),await Qs(Fe(y,"SKILL.md"),S,"utf8")}else{let S=await Ox(a.downloadUrl);Mx(S)?await Bx(S,y):await Qs(Fe(y,"SKILL.md"),S.toString("utf8"),"utf8")}let _={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 xe.info("skill installed",{agentId:e,skillId:a.skillId,skillName:a.skillName,relPath:m,source:x?"content":"downloadUrl"}),_}function oi(n,e,i){let o=e.get(i.skillId);if(o!==void 0){n[o]=i;return}e.set(i.skillId,n.length),n.push(i)}function Nx(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 Ox(n){if(!n)throw new v("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);on(e);let i=Lx(n);return on(i.length),i}if(n.startsWith("file:")){let e=new URL(n).pathname,i=await no(e);return on(i.length),i}if(Fn(n)){let e=new AbortController,i=setTimeout(()=>e.abort(),Dx);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new v("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let a=await o.arrayBuffer();return on(a.byteLength),Buffer.from(a)}finally{clearTimeout(i)}}throw new v("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function on(n){if(n>Rx)throw new v("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function Lx(n){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(n);if(!e)throw new v("IPC_BAD_REQUEST","bad data URL");let i=!!e[2],o=e[3]??"";return i?Buffer.from(o,"base64"):Buffer.from(decodeURIComponent(o),"utf8")}function Mx(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Bx(n,e){await zx(n),await new Promise((i,o)=>{let a=to("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),x="";a.stderr?.on("data",f=>{x+=String(f)});let u=setTimeout(()=>{a.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar extract timeout (${Kn}ms)`))},Kn);a.on("error",f=>{clearTimeout(u),o(new v("IPC_BAD_REQUEST",`tar spawn failed: ${f.message}`,{cause:f}))}),a.on("exit",f=>{clearTimeout(u),f===0?i():o(new v("IPC_BAD_REQUEST",`tar exit ${f}${x?`: ${x.trim().slice(0,200)}`:""}`))}),a.stdin?.end(n)})}async function zx(n){let e=await new Promise((i,o)=>{let a=to("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),x="",u="";a.stdout?.on("data",g=>{x+=String(g)}),a.stderr?.on("data",g=>{u+=String(g)});let f=setTimeout(()=>{a.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar list timeout (${Kn}ms)`))},Kn);a.on("error",g=>{clearTimeout(f),o(new v("IPC_BAD_REQUEST",`tar list spawn failed: ${g.message}`))}),a.on("exit",g=>{clearTimeout(f),g===0?i(x):o(new v("IPC_BAD_REQUEST",`tar list exit ${g}${u?`: ${u.trim().slice(0,200)}`:""}`))}),a.stdin?.end(n)});for(let i of e.split(`
117
+ `)){let o=i.trim();if(!o)continue;let a=o.charCodeAt(0);if(a!==45&&a!==100)throw new v("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let u=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!u)continue;if(u.startsWith("/"))throw new v("IPC_BAD_REQUEST",`tar entry absolute path: ${u}`);if(u.split(/[/\\]/).some(g=>g===".."))throw new v("IPC_BAD_REQUEST",`tar entry contains '..': ${u}`)}}var Fx=5e3;async function Ux(n,e,i,o){return so(n,e,i,o,{count:0})}async function so(n,e,i,o,a){if(o<=0)return[];let x;try{x=await bx(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let f of x){if(Cx.has(f.name)||f.isSymbolicLink())continue;if(a.count>=Fx){u.push({name:"...",path:"...",isDir:!1,size:0,modifiedAt:0,hasMore:!0});break}let g=Fe(e,f.name),m=Ex(Fe(i,f.name)),y=null;try{y=await ii(g)}catch{continue}if(y.isSymbolicLink())continue;a.count++;let _={name:f.name,path:oo(ro(n,g)),isDir:y.isDirectory(),size:y.size,modifiedAt:Math.floor(y.mtimeMs)};y.isDirectory()&&o>1&&(_.children=await so(n,g,m,o-1,a)),u.push(_)}return u.sort((f,g)=>f.isDir!==g.isDir?f.isDir?-1:1:f.name.localeCompare(g.name)),u}function qx(n){return!n||n<=0?Ax:Math.min(n,Px)}function Gx(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function oo(n){return n.split(io).join("/")}U();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 ut="0.1.61";var Ue=D("agent-health-reporter"),Hx=1e4,an=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Hx}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()}),Ue.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),Ue.info("heartbeat stopped"))}async tick(){if(this.inFlight){Ue.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){Ue.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let i=[];for(let f of this.opts.core.agents.values()){let g=Kx(f);if(!g)continue;let m={agentId:f.agentId,status:g};f.patToken&&(m.patToken=f.patToken),f.accountId&&(m.accountId=f.accountId),i.push(m)}if(i.length===0)return;let o={agents:i,bridgeVersion:ut,_meta:{cozeDeviceId:e}},a;try{a=await this.opts.core.sendRequest("_agent/health",o,5e3)}catch(f){Ue.warn("heartbeat batch send failed",{count:i.length,err:String(f)})}let x=a?.authFailures;if(x&&x.length>0&&(Ue.warn("heartbeat received authFailures from cloud",{count:x.length,agentIds:x.map(f=>f.agentId)}),this.opts.onAuthFailures))try{await this.opts.onAuthFailures(x)}catch(f){Ue.warn("onAuthFailures callback failed (ignored)",{err:String(f)})}let u=a?.minBridgeVersion;if(u&&(Ue.info("heartbeat received minBridgeVersion from cloud",{minV:u}),this.opts.onMinBridgeVersion))try{await this.opts.onMinBridgeVersion(u)}catch(f){Ue.warn("onMinBridgeVersion callback failed (ignored)",{err:String(f)})}}finally{this.inFlight=!1}if(this.opts.onTickEnd)try{await this.opts.onTickEnd()}catch(i){Ue.warn("onTickEnd hook failed",{err:String(i)})}}};function Kx(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}dt();import{mkdir as xi,rm as wd}from"node:fs/promises";import{spawn as Zx,spawnSync as Qx}from"node:child_process";function cn(n,e,i){return i===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:i}}function xn(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function Ft(n,e){return{jsonrpc:"2.0",id:n,result:e}}function ft(n,e){return{jsonrpc:"2.0",id:n,error:e}}var jn=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 ao(n){return"method"in n&&"id"in n&&n.id!==void 0}function co(n){return"method"in n&&!("id"in n)}function Wn(n){return!("method"in n)&&"id"in n}var jx={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 Wx(n){if(n!=null)return n instanceof Error?{name:n.name,message:dn(n.message)}:typeof n=="string"?dn(n):typeof n=="object"?Jx(n):n}var $x=[[/\/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 dn(n){let e=n;for(let[i,o]of $x)e=e.replace(i,o);return e}function Jx(n){let e={};for(let[i,o]of Object.entries(n))typeof o=="string"?e[i]=dn(o):e[i]=o;return e}function un(n){if(n instanceof v){let e=Wx(n.cause),i={bridgeCode:n.code,retriable:n.retriable};return e!==void 0&&(i.cause=e),{code:jx[n.code]??G.INTERNAL_ERROR,message:dn(n.message),data:i}}return{code:G.INTERNAL_ERROR,message:dn(n instanceof Error?n.message:String(n))}}function xo(n){let e=n.data,i=e?.bridgeCode??"AGENT_PROTOCOL_ERROR",o=!!e&&typeof e.message=="string"&&!!e.message,a=o?e?.message:n.message,x=n.data;if(o&&e){let{message:u,...f}=e;x=f}return new v(i,a,{retriable:e?.retriable??!1,cause:x})}function fo(n){return`${JSON.stringify(n)}
118
+ `}var uo=10*1024*1024,$n=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){if(this.buffer+=typeof e=="string"?e:e.toString("utf8"),this.buffer.length>uo){let a=this.buffer.length;return this.buffer="",this.onError?.({line:`<buffer overflow: ${a} bytes, dropped>`,error:new Error(`LdjsonDecoder buffer exceeded ${uo} bytes`)}),[]}let i=this.buffer.split(`
119
+ `);this.buffer=i.pop()??"";let o=[];for(let a of i){let x=a.replace(/\r$/,"").trim();if(x)try{o.push(JSON.parse(x))}catch(u){this.onError?.({line:x,error:u})}}return o}flush(){if(!this.buffer)return[];let e=this.buffer.replace(/\r$/,"").trim();if(this.buffer="",!e)return[];try{return[JSON.parse(e)]}catch(i){return this.onError?.({line:e,error:i}),[]}}};var go={"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(go).map(([n,e])=>[e,n])),Vx={"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:[]},Ut=class{seq=0;next(e,i){this.seq+=1;let o=go[e]??Yx(e),a=Vx[o]??[],x=[o,String(this.seq)];if(a.length>0){let u=a.map(g=>lo(i?.[g]??"")),f=Xx(u).join(":");f&&x.push(f)}else i&&Object.values(i).some(u=>u)&&x.push(Object.values(i).filter(Boolean).map(u=>lo(String(u))).join(":"));return x.join("_")}reset(){this.seq=0}};function Yx(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function lo(n){return n.replace(/[:_\s]+/g,"-")}function Xx(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}function lt(n,e){let i=process.env[n];if(!i)return e;let o=Number(i);return Number.isFinite(o)&&o>0?o:e}U();var ed=lt("COZE_BRIDGE_INITIALIZE_TIMEOUT_MS",3e4),td=200,nd=/(ENOTEMPTY|EEXIST).*_npx[/\\]/;function ai(n){return n.some(e=>nd.test(e))}var rd=lt("COZE_BRIDGE_SESSION_PROMPT_MAX_MS",3600*1e3),id=lt("COZE_BRIDGE_SESSION_PROMPT_FRAME_IDLE_MS",600*1e3),ho=500;function sd(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=ho?n:`${e.slice(0,ho)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function po(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let i=["/PID",String(n),"/T"];e==="SIGKILL"&&i.push("/F"),Qx("taskkill",i,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var qe=class{constructor(e){this.opts=e;this.log=D(`downstream.${this.constructor.name}`),this.decoder=new $n({onError:i=>this.log.warn("decode line failed",{line:i.line})})}opts;child;decoder;pending=new Map;inflightAgentRequests=new Map;idAllocator=new Ut;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stderrRing=[];sanitizeEnv(e){return e}async start(){if(this.child)throw new v("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",i=Zx(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=i,i.stdout?.setEncoding("utf8"),i.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)})}}),i.stderr?.setEncoding("utf8"),i.stderr?.on("data",o=>{let a=o.trimEnd();this.stderrRing.push(a),this.stderrRing.length>td&&this.stderrRing.shift(),this.log.debug("stderr",{text:a})}),i.stdin?.on("error",o=>{this.log.warn("child stdin error",{err:String(o)})}),i.stdout?.on("error",o=>{this.log.warn("child stdout error",{err:String(o)})}),i.stderr?.on("error",o=>{this.log.warn("child stderr error",{err:String(o)})}),i.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")&&ai(this.stderrRing)&&(this.log.warn("npx cache corruption detected, triggering global install fallback (D93)",{framework:this.framework}),Nt(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 v("AGENT_PROTOCOL_ERROR",`agent exited (${o}/${a})`));for(let u of this.exitHandlers)u(o,a)}),i.on("error",o=>{this.log.error("child error",{err:String(o)}),this.failAllPending(new v("AGENT_SPAWN_FAILED",String(o),{cause:o}))}),this.log.info("downstream started",{command:this.opts.command,pid:i.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 i=this.child,o=new Promise(x=>i.once("exit",()=>x()));po(i.pid,"SIGTERM");let a=setTimeout(()=>{i.killed||po(i.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,i=rd,o=id){return this.call("session/prompt",e,i,o)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(xn("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,i){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(Ft(e,i))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,i){if(this.inflightAgentRequests.delete(e),!(!this.child||this.stopped))try{this.writeFrame(ft(e,i))}catch(o){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(o)})}}onExit(e){this.exitHandlers.push(e)}call(e,i,o=ed,a=0){if(!this.child||this.stopped)return Promise.reject(new v("AGENT_PROTOCOL_ERROR","downstream not started"));let x=this.idAllocator.next(e),u=cn(x,e,i),f=o>0&&Number.isFinite(o),g=a>0&&Number.isFinite(a);return new Promise((m,y)=>{let _={resolve:m,reject:y,timer:null,frameIdleTimer:null,armFrameIdle:null,method:e};f&&(_.timer=setTimeout(()=>{this.pending.delete(x),_.frameIdleTimer&&clearTimeout(_.frameIdleTimer),y(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o));let S=g?()=>{_.frameIdleTimer&&clearTimeout(_.frameIdleTimer),_.frameIdleTimer=setTimeout(()=>{if(this.inflightAgentRequests.size>0){this.log.debug("frame-idle fired but agent request inflight, re-arming",{id:x,method:e,inflight:this.inflightAgentRequests.size}),S?.();return}_.timer&&clearTimeout(_.timer),this.pending.delete(x),this.log.warn("frame-idle timeout, rejecting pending call",{id:x,method:e,frameIdleMs:a}),y(new v("AGENT_FRAME_IDLE_TIMEOUT",`${e} no session/update for ${a}ms (no inflight agent request)`))},a)}:null;_.armFrameIdle=S,this.pending.set(x,_),S?.();try{this.writeFrame(u)}catch(E){_.timer&&clearTimeout(_.timer),_.frameIdleTimer&&clearTimeout(_.frameIdleTimer),this.pending.delete(x),y(E)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new v("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(fo(e),i=>{i&&this.log.warn("stdin write callback err",{err:String(i)})})}dispatch(e){if(Wn(e)){let i=e.id!==null?this.pending.get(e.id):void 0;if(!i){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),i.timer&&clearTimeout(i.timer),i.frameIdleTimer&&clearTimeout(i.frameIdleTimer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:i.method,code:e.error.code,message:e.error.message,data:e.error.data}),i.reject(xo(e.error))):e.result===void 0?(this.log.warn("downstream response missing both result and error",{id:e.id,method:i.method}),i.reject(new v("AGENT_PROTOCOL_ERROR",`${i.method} response missing both result and error`))):(this.log.info("downstream returned result",{id:e.id,method:i.method,result:sd(e.result)}),i.resolve(e.result));return}if(co(e)){if(e.method==="session/update"){for(let i of this.pending.values())i.armFrameIdle?.();for(let i of this.updateHandlers)try{Promise.resolve(i(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(ao(e)){let i=e;try{this.handleAgentRequest(i).catch(o=>this.log.error("agent request handler failed (async)",{method:i.method,err:String(o)}))}catch(o){this.log.warn("handleAgentRequest threw sync, swallowed",{method:i.method,err:String(o)})}}}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(ft(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}this.inflightAgentRequests.set(e.id,e.method);for(let i of this.agentRequestHandlers)try{await i(e)}catch(o){this.log.error("agentRequestHandler threw",{method:e.method,err:String(o)});try{this.writeFrame(ft(e.id,un(o)))}catch{}this.inflightAgentRequests.delete(e.id)}}failAllPending(e){for(let i of this.pending.values())i.timer&&clearTimeout(i.timer),i.frameIdleTimer&&clearTimeout(i.frameIdleTimer),i.reject(e);this.pending.clear(),this.inflightAgentRequests.clear()}};var od="@agentclientprotocol/claude-agent-acp@latest";function ad(n){let e={};for(let[i,o]of Object.entries(n))o!==void 0&&(i.startsWith("CLAUDE")||i==="AI_AGENT"||i==="BAGGAGE"||(e[i]=o));return e}var Jn=class extends qe{framework="claude-code";constructor(e){let i=Ot("claude-code"),[o,a]=i?[i,[]]:["npx",["-y",od]],x=e.command??o,u=e.args??a,f={command:x,args:u,cwd:e.cwd,...e.env?{env:e.env}:{}};super(f)}sanitizeEnv(e){return ad(e)}};import{mkdtempSync as cd,rmSync as xd}from"node:fs";import{tmpdir as dd}from"node:os";import{join as ud}from"node:path";var fd="@zed-industries/codex-acp@latest",Vn=class extends qe{framework="codex";authMethodId;codexHomeDir;constructor(e){let i=Ot("codex"),[o,a]=i?[i,[]]:["npx",["-y",fd]],x=e.command??o,u=e.args??a,f=e.extraArgs?[...u,...e.extraArgs]:u,g=e.isolateCodexHome?cd(ud(dd(),"coze-bridge-codex-home-")):void 0,m=g?{...e.env??{},CODEX_HOME:g}:e.env,y={command:x,args:f,cwd:e.cwd,...m?{env:m}:{}};super(y),this.authMethodId=e.authMethodId,this.codexHomeDir=g}async initialize(e){let i=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),i}async stop(e){if(await super.stop(e),this.codexHomeDir)try{xd(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var ld=3e4,qt=class extends qe{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let i=e.sessionName??"default",o=["acp","--session",`agent:${e.agentId}:${i}`];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=i,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}`}]},ld))}get acpSessionName(){return this.sessionName}};U();ae();function ci(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var Gt=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((i,o)=>{this.slots.push({task:e,resolve:i,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 i=await e.task();e.resolve(i)}catch(i){e.reject(i)}}}finally{this.running=!1}}}};var Yn=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 i=this.sessionQueues.get(e);return(!i||i.isDisposed)&&(i=new Gt,this.sessionQueues.set(e,i)),i}allSessionQueues(){return this.sessionQueues.entries()}hasSessionQueue(e){let i=this.sessionQueues.get(e);return!!i&&!i.isDisposed}async dispose(e){this.status="stopped";let i=new Error(`AgentSession disposed${e?`: ${e}`:""}`);for(let o of this.sessionQueues.values())o.dispose(i);this.sessionQueues.clear(),await this.killAllRuntimes(e??"dispose")}async killAllRuntimes(e){let i=[];for(let[,o]of this.sessions)fn(o),o.downstream&&(i.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(i),this.activeTriggers.clear()}};function fn(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as gd}from"node:child_process";import{homedir as hd}from"node:os";import{join as pd}from"node:path";On();U();async function _o(){let n=pd(hd(),".openclaw/openclaw.json");return(await Lt(n))?.gateway?.auth?.token??""}var mo=D("openclaw.config"),md=[0,5e3,5e3],wo="models.providers.",Xn="agents.defaults.models",Zn=class{command;env;retryDelaysMs;queue=new Gt;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??md}async withRetry(e,i){let o;for(let a=0;a<this.retryDelaysMs.length;a++){let x=this.retryDelaysMs[a]??0;x>0&&await new Promise(u=>setTimeout(u,x));try{return await i()}catch(u){o=u,mo.warn("openclaw cli failed, will retry",{label:e,attempt:a+1,err:String(u)})}}throw new v("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((i,o)=>{let a=gd(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),x="";a.stderr?.on("data",u=>{x+=u.toString("utf8")}),a.on("error",o),a.on("close",u=>{u===0?i():o(new Error(`exit ${u}: ${x.trim().slice(0,500)}`))})})}async runCliTolerant(e,i){try{await this.runCli(e)}catch(o){let a=String(o);if(i.some(x=>a.includes(x)))return;throw o}}async bestEffortUnset(e,i){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",i])))}catch(o){mo.warn(`${e} failed (best-effort)`,{configPath:i,err:String(o)})}}ensureProvider(e,i){return this.queue.enqueue(()=>this.withRetry(`config set models.providers.${e}`,()=>this.runCli(["config","set",`${wo}${e}`,JSON.stringify(i),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${wo}${e}`)}addModelToAllowlist(e,i){let o={[e]:i?{alias:i}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Xn}[${e}]`,()=>this.runCli(["config","set",Xn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Xn}[${e}]`,`${Xn}.${e}`)}ensureAgent(e,i,o){let a=["agents","add",e,"--workspace",i,"--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 me=D("agent-manager"),_d=(n,e,i,o,a,x,u,f)=>{switch(n){case"claude-code":{let g={...a?{...$s(a),...Ys(a,u)}:{},...f??{},IS_SANDBOX:"1"};return new Jn({cwd:i,env:g})}case"codex":{let m=[...a?[...Js(a),...Zs(a,u)]:[],"-c",'sandbox_mode="danger-full-access"',"-c",'approval_policy="never"'],y={...a?Vs(a):{},...f??{}},_=!!a;return new Vn({cwd:i,...m.length>0?{extraArgs:m}:{},...Object.keys(y).length>0?{env:y}:{},..._?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new qt({command:e,cwd:i,agentId:o,...x?{sessionName:ci(x)}:{}})}};function di(n){return n==="claude-code"||n==="codex"}var yd={path:"",version:"cloud-deployed"},bd={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},vd=6e4,Sd=lt("COZE_BRIDGE_SPAWN_AWAIT_INSTALL_MS",25e3),Qn=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??_d,this.createTimeoutMs=e.createTimeoutMs??vd,this.spawnAwaitInstallMs=e.spawnAwaitInstallMs??Sd}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new v("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=new Zn({command:e.path})}return this.openclawConfigCache}async createAgent(e){if(!e.agentId)throw new v("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new v("IPC_BAD_REQUEST","framework required");let i=rn(e._meta)==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let o=this.registry.get(e.agentId);if(o){if(o.framework!==e.framework)throw new v("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${o.framework})`);if(o.status==="error")me.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(A=>me.warn("dispose stale agent failed (ignored)",{err:String(A)})),this.registry.unregister(e.agentId);else{if(e.patToken&&e.patToken!==o.patToken){me.info("updating agent patToken on re-create (reconnect with new PAT)",{agentId:e.agentId}),o.setPatToken(e.patToken);let A=await pe(e.agentId,this.paths).catch(()=>null);A&&(A.patToken=e.patToken,await Ee(A,this.paths))}if(o.deployType==="cloud"&&e.modelInfo){me.info("updating agent modelInfo on re-create",{agentId:e.agentId}),o.setModelInfo(e.modelInfo);let A=await pe(e.agentId,this.paths).catch(()=>null);A&&(A.modelInfo=e.modelInfo,await Ee(A,this.paths))}return me.info("agent already exists, return current",{agentId:e.agentId}),{ok:!0,agentId:o.agentId,workspace:o.workspace,framework:o.framework}}}if(!i&&!this.config.frameworksCache?.[e.framework])throw new v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);let x=Xe(e.agentId,this.paths),u=rn(e._meta),f=e.framework==="openclaw"&&u==="local",g=f?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,m=e.workspace??g??x.workspace,y=new AbortController,_=setTimeout(()=>y.abort(new v("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),S,E=!1;try{i&&di(e.framework)&&await Nt(e.framework,y.signal);let A=()=>{if(y.signal.aborted)throw y.signal.reason instanceof Error?y.signal.reason:new v("AGENT_TIMEOUT","_agent/create aborted")};await xi(x.root,{recursive:!0}),await xi(m,{recursive:!0}),await xi(x.logs,{recursive:!0}),A(),f||await Mt(m,e.framework,e.agentId,e.cozeIdentity),e.framework==="claude-code"&&await Ms(m),A();let T=await pe(e.agentId,this.paths).catch(()=>null),z=js({model:e.model??T?.model}),Z=Bs(e._meta)??T?.accountId,K=e.patToken??T?.patToken,ce=u==="cloud"?e.modelInfo??T?.modelInfo:void 0;if(S=new Yn({agentId:e.agentId,framework:e.framework,workspace:m,model:z.model??ze,deployType:u,...Z?{accountId:Z}:{},...K?{patToken:K}:{},...ce?{modelInfo:ce}:{}}),S.status="ok",T?.sessions){for(let[Ne,ie]of Object.entries(T.sessions))S.sessions.set(Ne,{acpSessionId:ie.acpSessionId,modelToken:ie.modelToken,tokenGeneratedAt:ie.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let ye=Object.keys(T.sessions).length;ye>0&&me.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:ye})}this.registry.register(S),E=!0;let J={agentId:e.agentId,framework:e.framework,workspace:m,cozeIdentity:e.cozeIdentity,createdAt:T?.createdAt??Date.now(),sessions:T?.sessions??{},model:z.model};u==="cloud"&&(J.deployType="cloud"),Z&&(J.accountId=Z),K&&(J.patToken=K),ce&&(J.modelInfo=ce),T?.skills&&(J.skills=T.skills),T?.agentName&&(J.agentName=T.agentName),T?.description&&(J.description=T.description),e.framework==="openclaw"&&u==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,m):me.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let _e=e.initialSkills??[];if(_e.length>0){let ye=[...J.skills??[]],Ne=new Map(ye.map((ue,P)=>[ue.skillId,P])),ie=0;for(let ue of _e)try{let P=await si({agentId:e.agentId,workspace:m,framework:e.framework,skill:ue});oi(ye,Ne,P),ie++}catch(P){me.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:ue.skillId,skillName:ue.skillName,err:String(P)})}ie>0&&(J.skills=ye,me.info("initialSkills installed",{agentId:e.agentId,installed:ie,requested:_e.length}))}return await Ee(J,this.paths),me.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 me.error("agent create failed, rolling back",{agentId:e.agentId,err:String(A)}),E&&S&&(await S.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await wd(x.root,{recursive:!0,force:!0}).catch(T=>me.warn("rm agent dir failed (ignored)",{err:String(T)})),A instanceof v?A:new v("AGENT_SPAWN_FAILED",String(A),{cause:A})}finally{clearTimeout(_)}}async spawnSessionDownstream(e,i,o,a){let u=this.config.frameworksCache?.[e.framework];if(!u)if(e.deployType==="cloud"&&di(e.framework))u=yd;else throw new v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);if(di(e.framework)&&!Ot(e.framework)){let m=Is(e.framework);m&&(me.info("spawn: awaiting in-flight acp install (D92)",{agentId:e.agentId,framework:e.framework}),await Promise.race([m.catch(()=>{}),new Promise(y=>setTimeout(y,this.spawnAwaitInstallMs))]))}let f=e.deployType==="cloud"?{model:e.model,modelToken:i,...e.modelInfo?{modelInfo:e.modelInfo}:{}}:void 0,g;e.framework==="openclaw"?g=await this.buildOpenclawDownstream({session:e,modelConfig:f,cloudSessionId:o,cozeEnv:a,command:u.path}):g=this.factory(e.framework,u.path,e.workspace,e.agentId,f,o,a,this.buildBinShimPathEnv());try{return await g.start(),await g.initialize(bd),g}catch(m){let y=g instanceof qe?g.getStderrTail():[];y.length>0&&me.warn("spawnSessionDownstream failed, recent stderr (D94)",{agentId:e.agentId,framework:e.framework,method:m instanceof v?m.code:"unknown",recentStderr:y});let _=ai(y);await g.stop("spawnSessionDownstream failed").catch(()=>{});let S=_?new v("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 v?new v(m.code,m.message,{retriable:m.retriable,cause:S}):new v("AGENT_SPAWN_FAILED",m instanceof Error?m.message:String(m),{cause:S})}}async buildOpenclawDownstream(e){let{session:i,modelConfig:o,cloudSessionId:a,cozeEnv:x,command:u}=e,f=ci(a);if(i.deployType==="local"){let _=this.config.frameworksCache?.openclaw?.defaultAgent;if(!_?.id||!_.workspace)throw new v("AGENT_SPAWN_FAILED","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent");return new qt({command:u,cwd:_.workspace,agentId:_.id,sessionName:f})}let g=await _o(),m=o?Xs(o,x):null,y;if(m){let _=ri(a),E=m.models[0]?.id??ze,A=`${_}/${E}`;if(!this.ensuredProviders.has(A)){let T=this.getOpenclawConfig();await T.ensureProvider(_,m),await T.addModelToAllowlist(A),this.ensuredProviders.add(A)}y=A}return new qt({command:u,cwd:i.workspace,agentId:i.agentId,sessionName:f,...g?{gatewayToken:g}:{},...y?{slashModelOnStart:y}:{}})}async openclawRepair(e,i){let o=this.getOpenclawConfig();await o.deleteAgent(e),await o.ensureAgent(e,i)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let i=this.openclawConfigCache;for(let o of e.sessions.keys()){let a=ri(o),x=`${a}/${e.model}`,u=!0;try{await i.removeProvider(a)}catch(f){u=!1,me.warn("removeProvider failed, keeping ensuredProviders entry",{providerId:a,err:String(f)})}try{await i.removeModelFromAllowlist(x)}catch(f){u=!1,me.warn("removeModelFromAllowlist failed, keeping ensuredProviders entry",{fullModelId:x,err:String(f)})}u&&this.ensuredProviders.delete(x)}}};import{randomUUID as Od}from"node:crypto";import{promises as Ld}from"node:fs";import{basename as Md}from"node:path";import{promises as Id}from"node:fs";import{basename as Ad}from"node:path";U();var yo=D("file-upload"),Pd="/api/coze_claw/file/agent_upload",Cd=6e4;async function bo(n,e={}){let o=`${Un(Gn(e.handshakeBase))}${Pd}`,a=e.timeoutMs??Cd,x=await Id.readFile(n.path),u=new FormData;u.append("agent_id",n.agentId),u.append("session_id",n.sessionId),u.append("file_name",n.name),u.append("file_content",new Blob([x],{type:n.mimeType}),n.name);let f={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",...zt(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},g=new AbortController,m=setTimeout(()=>g.abort(),a);yo.info("file upload start",{url:o,agentId:n.agentId,sessionId:n.sessionId,name:n.name,bytes:n.sizeBytes,mime:n.mimeType});try{let y=await fetch(o,{method:"POST",headers:f,body:u,signal:g.signal}),_=y.headers.get("x-tt-logid")??"";if(!y.ok){let A=await y.text().catch(()=>"");throw new v("UPLOAD_FAILED",`upload HTTP ${y.status} logid=${_}: ${A.slice(0,200)}`)}let S=await y.json();if(S.code!==void 0&&S.code!==0)throw new v("UPLOAD_FAILED",`upload code=${S.code} msg=${S.msg??"-"} logid=${_}`);let E=S.data?.file?.file_url;if(!E)throw new v("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${_}: ${JSON.stringify(S).slice(0,200)}`);return yo.info("file upload ok",{uri:E,logid:_}),{uri:E}}catch(y){throw y instanceof v?y:y.name==="AbortError"?new v("UPLOAD_FAILED",`upload timeout (${a}ms) for ${Ad(n.path)}`):new v("UPLOAD_FAILED",String(y),{cause:y})}finally{clearTimeout(m)}}U();import{promises as Td}from"node:fs";import{extname as kd}from"node:path";var Dd=[{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 Rd(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 Nd={".txt":"text/plain",".md":"text/markdown",".svg":"image/svg+xml",".json":"application/json"};async function vo(n){let e=await Td.open(n,"r");try{let i=Buffer.alloc(16);if(await e.read(i,0,16,0),Rd(i))return"image/webp";for(let o of Dd)if(o.prefix.every((a,x)=>i[x]===a))return o.mime}finally{await e.close()}return Nd[kd(n).toLowerCase()]??"application/octet-stream"}ae();var So=D("agent-send"),Eo=50*1024*1024,Bd=new Set(["image/png","image/jpeg","image/webp","image/gif","image/svg+xml","application/pdf","application/json","text/plain","text/markdown"]);async function Io(n,e){let i=e.core.get(n.agentId);if(!i)throw new v("AGENT_NOT_FOUND",`agent=${n.agentId}`);if(e.core.disconnectedAgents.has(n.agentId))throw new v("AGENT_DISCONNECTED",`agent=${n.agentId} was disconnected by cloud`);let o=i.sessions.get(n.sessionId);if(!o)throw new v("AGENT_NOT_FOUND",`session=${n.sessionId} not active in agent=${n.agentId}`);if(!await Rs(n.path,i.workspace))throw new v("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${i.workspace}`);let a=await Ld.stat(n.path).catch(()=>null);if(!a||!a.isFile())throw new v("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(a.size>Eo)throw new v("FILE_TOO_LARGE",`${a.size} bytes > limit ${Eo}`);let x=await vo(n.path);if(!Bd.has(x))throw new v("UNSUPPORTED_MIME",`mime=${x} not in whitelist`);if(n.kind==="image"&&!x.startsWith("image/"))throw new v("UNSUPPORTED_MIME",`kind=image but mime=${x}`);if(!e.core.upstream.isConnected())throw new v("UPSTREAM_NOT_READY","cloud WS not connected");let u=n.name??Md(n.path),f=await bo({patToken:i.patToken??e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:x,name:u,sizeBytes:a.size,...i.accountId?{accountId:i.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),g={sessionUpdate:"agent_file",messageId:Od(),content:{type:n.kind==="image"?"image":"resource",uri:f.uri,mimeType:x,name:u,sizeBytes:a.size,...f.fileId!==void 0?{fileId:f.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}},m=2,y;for(let _=0;_<=m;_++)try{await e.core.sendAgentFileUpdate(i,o,n.sessionId,g),y=void 0;break}catch(S){y=S,_<m&&(So.warn("sendAgentFileUpdate failed, retrying",{attempt:_+1,err:String(S)}),await new Promise(E=>setTimeout(E,5e3)))}if(y)throw new v("UPSTREAM_NOT_READY",`agent file uploaded to cloud but sendAgentFileUpdate failed after ${m+1} attempts: ${String(y)}`,{cause:y});return So.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:u,bytes:a.size,mime:x,uri:f.uri}),{ok:!0,uri:f.uri,bytes:a.size,mimeType:x,...f.fileId!==void 0?{fileId:f.fileId}:{}}}import{execFile as zd}from"node:child_process";import{promisify as Fd}from"node:util";function er(n,e){let i=n.split(".").map(Number),o=e.split(".").map(Number),a=Math.max(i.length,o.length);for(let x=0;x<a;x++){let u=i[x]??0,f=o[x]??0;if(u<f)return!0;if(u>f)return!1}return!1}U();var Ud=Fd(zd),Ge=D("coze-cli-installer"),Ao="@coze/cli@latest",qd="coze",Po="0.1.7",Gd=5e3,Hd=5e3,Kd=9e4,Co=1e4,ln=null,tr=!1;async function ui(n,e={}){if(tr)return;if(ln)return ln;let i=e.exec??Ud;return ln=(async()=>{try{let o=await jd(qd,i),a=!1;if(o){let u=await Wd(i);if(u===void 0)Ge.warn("coze-cli found but version unparseable, fall through to full install",{path:o});else if(er(u,Po))Ge.info("coze-cli version too old, upgrade-only (preserve user config + auth)",{path:o,version:u,min:Po}),a=!0;else{Ge.info("coze-cli already on PATH with sufficient version, skip",{path:o,version:u}),tr=!0;return}}let x=a?"upgrade-only":"full";Ge.info("coze-cli install start",{package:Ao,mode:x});try{await i("npm",["i","-g","--prefer-online",Ao],{timeout:Kd,maxBuffer:10*1024*1024}),Ge.info("coze-cli install ok")}catch(u){Ge.warn("coze-cli install failed (skip subsequent steps)",{err:String(u)});return}if(a){tr=!0;return}if(n.env)try{await i("coze",["config","set","xTTEnv",n.env],{timeout:Co}),Ge.info("coze config set xTTEnv ok",{env:n.env})}catch(u){Ge.warn("coze config set failed (continue to auth login)",{err:String(u)})}try{await i("coze",["auth","login","--token",n.patToken],{timeout:Co}),Ge.info("coze auth login ok")}catch(u){Ge.warn("coze auth login failed",{err:String(u)});return}tr=!0}finally{ln=null}})(),ln}async function jd(n,e){let i=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(i,[n],{timeout:Gd});return o.split(`
120
+ `)[0]?.trim()||void 0}catch{return}}async function Wd(n){try{let{stdout:e,stderr:i}=await n("coze",["--version"],{timeout:Hd});return(e||i).match(/(\d+\.\d+\.\d+)/)?.[1]}catch{return}}U();import{spawn as $d}from"node:child_process";import{constants as To,access as Jd}from"node:fs/promises";import{delimiter as Vd,join as Yd}from"node:path";var ko=D("framework-detector"),Do={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Xd=[".exe",".cmd",".bat",".ps1"],Ht=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??$d,access:e.access??Jd}}async detect(e){let i=Do[e],o=await this.which(i);if(!o)return ko.debug("framework binary not found",{framework:e,bin:i}),null;let a=e==="openclaw"?["--log-level","silent"]:[],[x,u]=await Promise.all([this.probeVersion(o,a),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:x};return u&&(f.defaultAgent=u),f}async detectAll(){let e=await Promise.all(Object.keys(Do).map(async o=>[o,await this.detect(o)])),i={};for(let[o,a]of e)a&&(i[o]=a);return i}async which(e){let i=this.env.pathEnv.split(Vd).filter(Boolean),o=this.env.platform==="win32"?["",...Xd]:[""];for(let a of i)for(let x of o){let u=Yd(a,e+x);if(await this.isExecutable(u))return u}return null}async isExecutable(e){try{let i=this.env.platform==="win32"?To.F_OK:To.X_OK;return await this.env.access(e,i),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let i=await this.runProbe(e,["--log-level","silent","agents","list","--json"]);if(!i||i.code!==0)return null;try{let o=JSON.parse(i.stdout);if(!Array.isArray(o))return null;let a=o.find(x=>x?.isDefault===!0);return!a?.id||!a.workspace?null:{id:a.id,workspace:a.workspace}}catch(o){return ko.warn("openclaw agents list --json parse failed",{err:String(o)}),null}}async probeVersion(e,i=[]){let o=await this.runProbe(e,[...i,"--version"]);return o&&(Qd(o.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,i){return new Promise(o=>{let a="",x=!1,u,f=g=>{x||(x=!0,u&&clearTimeout(u),o(g))};try{let g=this.env.spawn(e,i,{stdio:["ignore","pipe","pipe"]});u=setTimeout(()=>{g.kill("SIGKILL"),f(null)},5e3),g.stdout?.on("data",m=>{a+=m.toString("utf8")}),g.on("error",()=>f(null)),g.on("close",m=>f({code:m,stdout:a}))}catch{f(null)}})}},Zd=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function Qd(n){return n.replace(Zd,"")}Kt();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 fi,join as cu,relative as xu,resolve as No,sep as du}from"node:path";import{createInterface as uu}from"node:readline";U();var Lo=D("fs-rpc"),gn=lt("COZE_BRIDGE_FS_RPC_MAX_BYTES",20*1024*1024);async function Mo(n,e){let i=Buffer.byteLength(n.content,"utf8");if(i>gn)throw new v("IPC_BAD_REQUEST",`fs/write_text_file content too large: ${i} bytes > limit ${gn} bytes`);let o=await zo(n.path,e);return await nu(fi(o),{recursive:!0}),await ou(o,n.content,"utf8"),Lo.info("fs/write_text_file ok",{path:o,size:n.content.length}),null}async function Bo(n,e){let i=await zo(n.path,e),o=await su(i),a=typeof n.line=="number"||typeof n.limit=="number";if(o.size>gn&&!a)throw new v("IPC_BAD_REQUEST",`fs/read_text_file too large without line/limit slicing: ${o.size} bytes > ${gn} bytes`);let x;if(a&&o.size>gn)x=await fu(i,n.line??1,n.limit);else{let u=await ru(i,"utf8");if(a){let f=u.split(`
121
+ `),g=Math.max(0,(n.line??1)-1),m=typeof n.limit=="number"?g+n.limit:void 0;x=f.slice(g,m).join(`
122
+ `)}else x=u}return Lo.info("fs/read_text_file ok",{path:i,size:x.length}),{content:x}}async function fu(n,e,i){let o=uu({input:tu(n,{encoding:"utf8"}),crlfDelay:Number.POSITIVE_INFINITY}),a=Math.max(0,e-1),x=typeof i=="number"?a+i:Number.POSITIVE_INFINITY,u=[],f=0;try{for await(let g of o)if(f>=a&&f<x&&u.push(g),f++,f>=x)break}finally{o.close()}return u.join(`
123
+ `)}async function zo(n,e){if(typeof n!="string"||n.length===0)throw new v("IPC_BAD_REQUEST","path must be a non-empty string");let[i,o]=await Promise.all([Oo(No(e)),Oo(No(n))]),a=xu(i,o);if(a.startsWith("..")||a===".."||a.startsWith(`..${du}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function Oo(n){let e=[],i=n;for(;i!==fi(i);)try{let o=await iu(i);return e.length?cu(o,...e.reverse()):o}catch{e.push(au(i)),i=fi(i)}return n}U();var Fo=D("prompt-multimodal"),Uo=10*1024*1024,lu=15e3,gu=6;async function qo(n){let e=new Array(n.length),i=0;async function o(){for(;i<n.length;){let x=i++,u=n[x];u!==void 0&&(e[x]=await hu(u))}}let a=Array.from({length:Math.min(gu,n.length)},()=>o());return await Promise.all(a),e}function Go(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||!Fn(e.uri))return n;try{let{buf:i,contentType:o}=await mu(e.uri),a=e.mimeType||pu(o)||"application/octet-stream";return Fo.info("image uri fetched and inlined",{uri:e.uri,bytes:i.length,mimeType:a}),{type:"image",data:i.toString("base64"),mimeType:a}}catch(i){return Fo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(i)}),{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,i=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 a=await o.arrayBuffer();if(a.byteLength>Uo)throw new Error(`image too large: ${a.byteLength} bytes (max ${Uo})`);return{buf:Buffer.from(a),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(i)}}dt();Kt();U();var B=D("core"),_u=3e4,yu=/^(boe|ppe)_[A-Za-z0-9_-]+$/,bu=3e4,vu=new Set(["_agent/create","session/new","session/load","session/prompt"]),nr=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upgradeGate;upstreamIds=new Ut;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=Ro(e.bridgeConfig),this.upgradeGate=e.upgradeGate}registerExtension(e,i){this.extensions[e]=i}getCozeEnv(){return this.currentCozeEnv}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),this.upstream.onConnect?.(({initial:e})=>{e||this.rejectAllPendingOnReconnect()}),await this.upstream.start(),B.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){B.info("Core stopping",{reason:e}),await Promise.all([...this.agents.values()].map(i=>i.dispose(e))),this.agents.clear(),await this.upstream.stop(e)}get(e){return this.agents.get(e)}register(e){this.agents.set(e.agentId,e),B.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let i of this.registerHandlers)try{i(e.agentId)}catch(o){B.warn("onAgentRegister handler threw (ignored)",{agentId:e.agentId,err:String(o)})}}onAgentRegister(e){return this.registerHandlers.add(e),()=>this.registerHandlers.delete(e)}registerHandlers=new Set;unregister(e){this.agents.delete(e)}reviveIfDisconnected(e){this.disconnectedAgents.delete(e)&&B.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,i,o){let a=o.downstream;a&&(a.onUpdate(x=>{o.loadingSession||this.forwardUpdate(e,x)}),a.onAgentRequest(x=>{this.handleAgentRequest(e,a,x)}),a.onExit((x,u)=>{B.info("session runtime exited",{agentId:e.agentId,cloudId:i,code:x,signal:u}),fn(o),o.downstream=void 0,o.replySeq=0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),this.rejectPendingForDownstream(a,"downstream exited")}))}hasPendingPermissionFor(e){for(let i of this.pendingUpstream.values())if(i.downstream===e)return!0;return!1}rejectPendingForDownstream(e,i){let o=[];for(let[a,x]of this.pendingUpstream)x.downstream===e&&o.push(a);if(o.length!==0){B.info("reject pendingUpstream entries (downstream gone)",{reason:i,count:o.length});for(let a of o){let x=this.pendingUpstream.get(a);if(x){this.pendingUpstream.delete(a),this.upstream.send(ft(a,{code:G.INTERNAL_ERROR,message:`bridge downstream gone: ${i}`})).catch(u=>B.debug("send error response to upstream failed (ignored)",{err:String(u)}));try{x.downstream.respondAgentRequestError(x.agentRequestId,{code:G.INTERNAL_ERROR,message:`bridge: ${i}`})}catch{}}}}}rejectAllPendingOnReconnect(){let e=this.pendingUpstream.size,i=this.pendingBridge.size;if(!(e===0&&i===0)){B.warn("upstream reconnected, rejecting stale pending requests",{pendingUpstream:e,pendingBridge:i});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 v("UPSTREAM_DISCONNECTED",`${o.method} aborted: upstream reconnected`));this.pendingBridge.clear()}}async handleFrame(e){if(Wn(e)){this.handleUpstreamResponse(e);return}if(!("method"in e)||typeof e.method!="string")return;let i="id"in e&&e.id!==void 0?e.id:null,o=e.params?._meta?.cozeEnv;o&&yu.test(o)?this.currentCozeEnv=o:o&&B.warn("rejecting cozeEnv with invalid shape, keeping previous",{rejected:o});try{if(this.upgradeGate?.isUpgrading()&&vu.has(e.method)){let a=this.upgradeGate.pendingTarget()??"";throw new v("BRIDGE_UPGRADING",`bridge upgrading to ${a}, retry shortly`,{retriable:!0})}if(e.method.startsWith("_agent/")){let a=this.extensions[e.method];if(!a){i!==null?await this.sendError(i,G.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):B.warn("drop notification: extension not registered",{method:e.method});return}let x=await a(e,this);i!==null&&await this.upstream.send(Ft(i,x));return}if(e.method.startsWith("session/")){let a=await this.routeSessionMethod(e);i!==null&&await this.upstream.send(Ft(i,a));return}if(e.method==="initialize"){i!==null&&await this.upstream.send(Ft(i,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}i!==null?await this.sendError(i,G.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):B.warn("drop unknown notification",{method:e.method})}catch(a){B.error("handleFrame failed",{method:e.method,err:String(a)}),i!==null&&await this.upstream.send(ft(i,un(a)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new v("IPC_BAD_REQUEST",`${e.method} requires params`);let i=e.params,o=i._meta?.cozeAgentId;if(!o)throw new v("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let a=this.agents.get(o);if(!a)throw this.disconnectedAgents.has(o)?new v("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new v("AGENT_NOT_FOUND",`agent not found: ${o}`);let x=typeof i.sessionId=="string"?i.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!x)return this.dispatchSessionCall(a,e.method,i);let u=Date.now(),f=!1,g=e.method==="session/prompt";g&&this.upgradeGate?.incActive();try{let m=await a.getSessionQueue(x).enqueue(()=>this.dispatchSessionCall(a,e.method,i));return f=!0,m}finally{g&&this.upgradeGate?.decActive(),B.info("session call done",{agentId:a.agentId,method:e.method,durationMs:Date.now()-u,ok:f})}}async dispatchSessionCall(e,i,o){e.lastActiveAt=Date.now();let{stripped:a}=zs(o);switch(i){case"session/new":{let x=Su();return B.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:x}),{sessionId:x}}case"session/load":{let x=a;return B.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:x.sessionId}),{}}case"session/prompt":{let x=a,u=x.sessionId;if(!u)throw new v("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 v("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let g=o._meta?.cozeTriggerMsgId;if(g?e.activeTriggers.set(f.acpSessionId,g):e.activeTriggers.delete(f.acpSessionId),e.deployType==="cloud"&&e.modelInfo?.capabilities?.image===!1&&Go(x.prompt))throw new v("MODEL_MODALITY_UNSUPPORTED",`model=${e.modelInfo.id??e.model} does not support image input`);let m=await qo(x.prompt);try{let y=await f.downstream.sessionPrompt({...x,sessionId:f.acpSessionId,prompt:m});return f.lastActiveAt=Date.now(),y}finally{if(e.activeTriggers.delete(f.acpSessionId),f.reloadAfterTurn){f.reloadAfterTurn=!1;let y=f.downstream;y&&(f.downstream=void 0,B.info("reloadAfterTurn: stopping downstream",{agentId:e.agentId,cloudId:u,acpId:f.acpSessionId}),y.stop("reload-after-turn").catch(_=>B.warn("reload-after-turn stop failed (ignored)",{agentId:e.agentId,cloudId:u,err:String(_)})))}else f.downstream?.isAlive()&&this.armIdleTimer(e,u,f)}}case"session/cancel":{let u=a.sessionId;if(!u)throw new v("IPC_BAD_REQUEST","session/cancel: missing sessionId");let f=e.sessions.get(u);if(e.hasSessionQueue(u)){let g=e.getSessionQueue(u);g.size>0&&(B.info("session/cancel: draining queued tasks",{agentId:e.agentId,cloudId:u,queuedCount:g.size}),g.dispose(new v("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 v("IPC_BAD_REQUEST",`session method not supported: ${i}`)}}async ensureRuntime(e,i){let o=e.sessions.get(i);if(o)return o;let x={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,i):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return e.sessions.set(i,x),await this.persistSessionMapping(e),x}async requestSessionToken(e,i){let o={sessionId:i,_meta:{cozeAgentId:e}};try{let a=await this.sendRequest(Be.GEN_MODEL_TOKEN,o,bu);if(!a?.modelToken)throw new v("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${i})`);return a.modelToken}catch(a){throw a instanceof v&&a.code==="MODEL_TOKEN_GEN_FAILED"?a:new v("MODEL_TOKEN_GEN_FAILED",a instanceof Error?a.message:String(a),{cause:a})}}async ensureDownstream(e,i,o){if(fn(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new v("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let a=3,x=3e4,u=o.spawnFailCount??0,f=o.spawnFailedAt??0;if(u>=a&&Date.now()-f<x)throw new v("AGENT_SPAWN_FAILED",`agent ${e.agentId} session ${i} spawn failed ${u} times in a row; please check framework binary / network and retry after ${Math.ceil((x-(Date.now()-f))/1e3)}s`);let g;try{g=await this.sessionSpawner(e,o.modelToken,i,this.currentCozeEnv)}catch(m){throw o.spawnFailCount=u+1,o.spawnFailedAt=Date.now(),o.spawnFailCount>=a&&o.acpSessionId&&(B.warn("clearing stale acpSessionId after repeated spawn failures",{agentId:e.agentId,cloudId:i,staleAcpId:o.acpSessionId}),o.acpSessionId=void 0),m}if(o.spawnFailCount=0,o.spawnFailedAt=void 0,o.downstream=g,this.attachRuntimeHooks(e,i,o),o.acpSessionId){o.loadingSession=!0;try{await g.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),B.info("session restored via session/load",{agentId:e.agentId,cloudId:i,acpId:o.acpSessionId})}catch(m){B.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:i,acpId:o.acpSessionId,err:String(m)}),o.acpSessionId=void 0;let y=await g.sessionNew({cwd:e.workspace});o.acpSessionId=y.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let m=await g.sessionNew({cwd:e.workspace});o.acpSessionId=m.sessionId,await this.persistSessionMapping(e)}g.afterSessionEstablished&&o.acpSessionId&&await g.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,i,o){if(fn(o),this.isRuntimeBusy(e,o)){B.debug("skip idle timer: runtime busy (in-flight turn / pending permission)",{agentId:e.agentId,cloudId:i});return}o.idleTimer=setTimeout(()=>{if(o.idleTimer=void 0,this.isRuntimeBusy(e,o)){B.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:i}),this.armIdleTimer(e,i,o);return}B.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:i});let a=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),a&&a.stop("idle timeout").catch(x=>B.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:i,err:String(x)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,i){if(i.acpSessionId&&e.activeTriggers.has(i.acpSessionId))return!0;let o=i.downstream;if(!o)return!1;for(let a of this.pendingUpstream.values())if(a.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,i,o,a){let x={cozeAgentId:e.agentId,cozeReplySeqID:++i.replySeq};if(i.acpSessionId){let u=e.activeTriggers.get(i.acpSessionId);u&&(x.cozeTriggerMsgId=u)}await this.upstream.send(xn("session/update",{sessionId:o,update:a,_meta:x}))}forwardUpdate(e,i){let o=i.sessionId,a=this.reverseSessionId(e,o);if(!a){B.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let x=e.sessions.get(a);if(!x){B.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:a});return}if(Iu(i)){B.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let u={cozeAgentId:e.agentId,cozeReplySeqID:++x.replySeq},f=e.activeTriggers.get(o);f&&(u.cozeTriggerMsgId=f),this.upstream.send(xn("session/update",{...i,sessionId:a,_meta:u})).catch(g=>B.warn("forward update failed",{agentId:e.agentId,err:String(g)}))}handleAgentRequest(e,i,o){if(o.method==="session/request_permission"){this.forwardPermissionRequest(e,i,o);return}if(o.method==="fs/write_text_file"||o.method==="fs/read_text_file"){this.handleFsRpcRequest(e,i,o);return}B.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),i.respondAgentRequestError(o.id,{code:G.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${o.method}`})}async handleFsRpcRequest(e,i,o){try{let a=e.workspace;if(o.method==="fs/write_text_file"){let x=o.params??{},u=await Mo(x,a);i.respondAgentRequest(o.id,u)}else{let x=o.params??{},u=await Bo(x,a);i.respondAgentRequest(o.id,u)}}catch(a){B.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(a)}),i.respondAgentRequestError(o.id,un(a))}}forwardPermissionRequest(e,i,o){let a=this.upstreamIds.next("session/request_permission"),x=o.params??{},f=x.sessionId,g=f?e.activeTriggers.get(f):void 0,m={cozeAgentId:e.agentId};g&&(m.cozeTriggerMsgId=g);let y=f?this.reverseSessionId(e,f):void 0,_={...x,...y?{sessionId:y}:{},_meta:m};this.pendingUpstream.set(a,{agentRequestId:o.id,agentId:e.agentId,downstream:i,method:o.method}),B.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:a,acpSessionId:f,cloudSessionId:y,toolCallId:x.toolCall?.toolCallId,options:x.options?.map(S=>({optionId:S.optionId,kind:S.kind,name:S.name}))}),this.upstream.send(cn(a,"session/request_permission",_)).catch(S=>{this.pendingUpstream.delete(a),B.error("forward permission request failed",{agentId:e.agentId,err:String(S)}),i.respondAgentRequestError(o.id,{code:G.INTERNAL_ERROR,message:`upstream send failed: ${String(S)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let i=this.lookupPending(this.pendingUpstream,e.id,"upstream");if(i){this.pendingUpstream.delete(i.key);let a=i.value;e.error?(B.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"&&Eu(e.result,a),B.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 jn(e.error)):o.value.resolve(e.result);return}B.debug("orphan upstream response (no pending)",{id:e.id})}lookupPending(e,i,o){let a=e.get(i);if(a)return{value:a,key:i};if(typeof i=="number"){let x=String(i),u=e.get(x);if(u)return B.warn(`${o} id type mismatch: number received but Bridge expected string`,{rawId:i,normalizedId:x}),{value:u,key:x}}}sendRequest(e,i,o=_u){let a=this.upstreamIds.next(e);return new Promise((x,u)=>{let f=setTimeout(()=>{this.pendingBridge.delete(a),u(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(a,{method:e,resolve:x,reject:u,timer:f}),this.upstream.send(cn(a,e,i)).catch(g=>{let m=this.pendingBridge.get(a);m&&(clearTimeout(m.timer),this.pendingBridge.delete(a)),u(g)})})}async persistSessionMapping(e){if(this.paths)try{let i=new Map;for(let[o,a]of e.sessions){let x={modelToken:a.modelToken,tokenGeneratedAt:a.tokenGeneratedAt};a.acpSessionId&&(x.acpSessionId=a.acpSessionId),i.set(o,x)}await Zr(e.agentId,i,this.paths)}catch(i){B.warn("persist session mapping failed",{agentId:e.agentId,err:String(i)})}}reverseSessionId(e,i){for(let[o,a]of e.sessions.entries())if(a.acpSessionId===i)return o}sendError(e,i,o){return this.upstream.send(ft(e,{code:i,message:o,data:{bridgeVersion:ut}}))}};function Su(){return wu(16).toString("hex")}function Eu(n,e){if(!n||typeof n!="object"){B.warn("permission response: result not an object (suspicious)",{agentId:e.agentId,result:n});return}let i=n;if("kind"in i&&!("outcome"in i)){B.warn('permission response: top-level "kind" field (D66 historical bug shape)',{agentId:e.agentId,result:n});return}let o=i.outcome;if(!o||typeof o!="object"){B.warn("permission response: missing or non-object outcome field",{agentId:e.agentId,result:n});return}let x=o.outcome;(typeof x!="string"||x!=="selected"&&x!=="cancelled")&&B.warn("permission response: unknown outcome discriminant",{agentId:e.agentId,outcomeValue:x,result:n})}function Iu(n){let e=n.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let i=e.content;if(!i||typeof i!="object")return!1;let o=i;return o.type!=="text"||typeof o.text!="string"?!1:o.text.startsWith("Model metadata for `")}U();ae();import{randomBytes as Au}from"node:crypto";import{chmod as Pu,mkdir as Cu,writeFile as Ho}from"node:fs/promises";import{createServer as Tu}from"node:http";import{dirname as ku}from"node:path";var Du=1e6,li=D("ipc"),rr=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(i=>[`${i.method} ${i.path}`,i])),this.paths=e.paths??q()}async start(){this.token=Au(32).toString("hex");let e=Tu((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 i=e.address();if(!i||typeof i!="object")throw new Error("failed to obtain IPC port");return this.port=i.port,await this.persistAuthFiles(),li.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((i,o)=>{e.close(a=>a?o(a):i())}),this.server=null)}async persistAuthFiles(){await Cu(ku(this.paths.portFile),{recursive:!0}),await Ho(this.paths.portFile,String(this.port),"utf8"),await Ho(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await Pu(this.paths.tokenFile,384)}catch(e){li.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,i){if(e.headers.authorization!==`Bearer ${this.token}`){hn(i,401,{error:"unauthorized"});return}let a=`${e.method} ${(e.url??"").split("?")[0]}`,x=this.routes.get(a);if(!x){hn(i,404,{error:"not found"});return}let u=null;if(e.method==="POST")try{u=await Ru(e)}catch(f){hn(i,400,{error:"invalid json",detail:String(f)});return}try{let f=await x.handler(u,e);hn(i,200,f??{ok:!0})}catch(f){li.error("IPC handler failed",{key:a,err:String(f)}),hn(i,500,{error:f instanceof Error?f.message:String(f)})}}};function hn(n,e,i){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(i))}async function Ru(n){let e=[],i=0;for await(let a of n){let x=a;if(i+=x.length,i>Du)throw new Error("body too large");e.push(x)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}import{sep as Ko}from"node:path";import{fileURLToPath as Nu}from"node:url";function jo(){return Ou(Nu(import.meta.url))}function Ou(n){let e=`${Ko}src${Ko}`;return n.includes(e)}U();ae();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=D("spawn-helper");function Gu(n){return Mu(n.libEntry)?n.libEntry:Uu(new URL("../index.ts",import.meta.url))}function Hu(n,e,i){let o=n.endsWith(".ts"),a=["--upgrade-helper",`--target-version=${e}`,`--old-pid=${i}`];return o?["--import","tsx/esm",n,...a]:[n,...a]}async function Wo(n,e,i={}){let o=i.paths??q(),a=Gu(o);Bu(Fu(o.logFile),{recursive:!0});let x=zu(o.logFile,"a"),u=Hu(a,n,e),f=Lu(process.execPath,u,{detached:!0,stdio:["ignore",x,x],env:{...process.env,COZE_BRIDGE_UPGRADE_HELPER:"1"}});if(f.unref(),typeof f.pid!="number")throw new Error("failed to spawn upgrade helper (no pid)");qu.info("upgrade helper spawned",{pid:f.pid,targetVersion:n,oldPid:e,entry:a})}U();import{mkdir as Ku,writeFile as ju}from"node:fs/promises";import{dirname as Wu}from"node:path";import{gunzipSync as $u}from"node:zlib";var gi=D("tarball-downloader"),Ju="https://registry.npmjs.org",$o="package/dist/index.js";async function Jo(n,e,i={}){if(!/^[\w.\-+]+$/.test(n))throw new Error(`invalid version string: ${JSON.stringify(n)}`);let a=`${(i.registry??Ju).replace(/\/+$/,"")}/coze-bridge/${n}`;gi.info("fetching tarball metadata",{metaUrl:a});let x=await fetch(a);if(!x.ok)throw new Error(`registry metadata ${a} returned ${x.status}`);let f=(await x.json())?.dist?.tarball;if(!f)throw new Error(`registry metadata missing dist.tarball for ${n}`);gi.info("downloading tarball",{tarballUrl:f});let g=await fetch(f);if(!g.ok)throw new Error(`tarball ${f} returned ${g.status}`);let m=Buffer.from(await g.arrayBuffer()),y=$u(m),_=Vu(y,$o);if(!_)throw new Error(`tarball missing entry ${$o}`);await Ku(Wu(e),{recursive:!0}),await ju(e,_),gi.info("dist extracted",{destPath:e,bytes:_.length})}function Vu(n,e){let i=0;for(;i+512<=n.length;){let o=n.subarray(i,i+512);if(o.every(y=>y===0))return null;let a=o.subarray(0,100),x=a.indexOf(0),u=a.subarray(0,x===-1?100:x).toString("utf8"),f=o.subarray(124,136).toString("ascii").trim().replace(/\0/g,""),g=Number.parseInt(f,8)||0,m=i+512;if(u===e)return n.subarray(m,m+g);i=m+Math.ceil(g/512)*512}return null}Kt();U();import{resolve as Yu}from"node:path";var yt=D("upgrade-manager"),Xu=300*1e3,Zu=3,ir=class{constructor(e){this.opts=e}opts;inFlightTarget=null;async requestUpgrade(e){if(this.inFlightTarget===e){yt.debug("upgrade already in-flight, skip",{targetVersion:e});return}this.inFlightTarget=e;try{let i=await gt(this.opts.paths.configFile)??{};if(i.disableAutoUpgrade){yt.info("disableAutoUpgrade=true, skip",{targetVersion:e});return}if(this.opts.isDevMode()){yt.warn("dev mode, skip auto-upgrade",{targetVersion:e});return}if(!er(this.opts.currentVersion,e)){yt.debug("local version >= target, skip",{local:this.opts.currentVersion,target:e});return}let o=i.upgradeAttempts?.[e];if((o?.count??0)>=Zu){yt.warn("upgrade attempts cap reached, skip",{targetVersion:e,count:o?.count});return}let a=Yu(this.opts.paths.libDir,"index.js.next");try{await this.opts.download(e,a)}catch(u){await this.recordAttempt(i,e,String(u)),yt.warn("download failed, attempt recorded",{targetVersion:e,err:String(u)});return}this.opts.daemon.markUpgradePending(e);let x=await this.opts.daemon.waitIdle(Xu);yt.info("waitIdle done",{result:x}),await this.opts.spawnHelper(e,process.pid),this.opts.daemon.exit(0)}finally{this.inFlightTarget=null}}async recordAttempt(e,i,o){e.upgradeAttempts=e.upgradeAttempts??{};let a=e.upgradeAttempts[i];e.upgradeAttempts[i]={count:(a?.count??0)+1,lastAt:Date.now(),...o?{lastError:o}:{}},await He(e,this.opts.paths.configFile)}};var pc=Ye(sa(),1);var Nl=Ye(ec(),1),Ol=Ye(yr(),1),Ll=Ye($t(),1),Ml=Ye(Pi(),1),Bl=Ye(ki(),1),zl=Ye(Mi(),1),xc=Ye(Er(),1),Fl=Ye(cc(),1);var dc=xc.default;U();var ge=D("upstream.frontier"),fc="application/json",lc="none",ql=15e3,En=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandlers=[];opened=!1;openCount=0;async start(){if(this.fws){ge.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:qs,...zt(this.opts.ppeOverride)};class i extends dc{constructor(A){super(A,Us,{headers:e})}send(A,...T){if(vs("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 Z=Buffer.from(z.slice(0,128)).toString("hex");ge.debug("WS raw frame out",{bytes:z.byteLength,headHex:Z})}catch(z){ge.warn("WS raw frame dump failed",{err:String(z)})}super.send(A,...T)}}let o=Hs(this.opts.urlOverride),a={url:o,ws:i,fpID:Fs,aID:qn,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:fc,force:!0},payloadEncoding:{encoding:lc,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,maxRetries:Number.POSITIVE_INFINITY,debug:this.opts.debug??!1},x=new pc.FWS(a),u=!1,f=null,g,m,y=new Promise((E,A)=>{g=E,m=A}),_=E=>{u||(u=!0,f&&(clearTimeout(f),f=null),E?m(E):g())};x.onopen=()=>{this.opened=!0,this.openCount+=1;let E=this.openCount===1;ge.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:E,openCount:this.openCount}),E&&_();for(let A of this.connectHandlers)Promise.resolve(A({initial:E})).catch(T=>ge.warn("onConnect handler threw (ignored)",{err:String(T)}))},x.onclose=E=>{this.opened=!1,ge.info("frontier closed",{code:E.code,reason:E.reason,willReconnect:E.willReconnect})},x.onerror=E=>{ge.warn("frontier error",{code:E.code,msg:E.message}),_(new v("UPSTREAM_DISCONNECTED",`frontier connect error before open: code=${E.code} msg=${E.message??""}`))},x.onmessage=E=>this.handleMessage(E),this.fws=x;let S=this.opts.openTimeoutMs??ql;f=setTimeout(()=>{_(new v("UPSTREAM_DISCONNECTED",`frontier ws open timeout after ${S}ms (handshake or upgrade slow)`))},S),await x.connect();try{await y}catch(E){try{x.close(1e3,"open failed")}catch(A){ge.warn("fws close during start failure threw (ignored)",{err:String(A)})}throw this.fws=null,this.opened=!1,E}}async stop(e){let i=this.fws;if(i){this.fws=null,this.opened=!1;try{i.close(1e3,e??"bridge shutdown")}catch(o){ge.warn("frontier close threw (ignored)",{err:String(o)})}}}async send(e){let i=this.fws;if(!i)throw new v("UPSTREAM_DISCONNECTED","frontier upstream not started");if(!this.isConnected())throw new v("UPSTREAM_DISCONNECTED",`frontier ws not open (opened=${this.opened}, readyState=${i.readyState}); refusing to silently buffer`);this.injectAgentPatToken(e);let o=JSON.stringify(e),a=e;gc(a)||ge.info("frontier frame out",{method:a.method,jsonrpcId:a.id,size:o.length});try{await i.send(o,{service:33555712,method:1,payloadType:fc,payloadEncoding:lc})}catch(u){throw ge.warn("frontier frame send failed",{method:a.method,jsonrpcId:a.id,err:String(u)}),new v("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(u)}`,{cause:u})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandlers.push(e)}isConnected(){return this.opened&&this.fws?.readyState===1}injectAgentPatToken(e){let i=this.opts.getPatTokenForAgent;if(!i)return;let o=e.params?._meta;if(!o?.cozeAgentId)return;let a=i(o.cozeAgentId);a&&(o.cozePatToken=a)}handleMessage(e){let i=e.message?.service;if(i!==33555712){ge.debug("drop non-adapter frontier frame",{service:i});return}let o=Kl(e);if(!o){ge.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){ge.debug("frame received but no onFrame handler",{size:o.length});return}let a;try{a=JSON.parse(o)}catch(u){ge.warn("frontier message JSON parse failed",{err:String(u),head:o.slice(0,80)});return}let x=a;gc(x)||ge.info("frontier frame in",{logid:Hl(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:x.id,method:x.method,body:Gl(o)}),Promise.resolve(this.handler(a)).catch(u=>ge.warn("frontier frame handler threw",{err:String(u)}))}};function gc(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var hc=2e3;function Gl(n){return n.length<=hc?n:`${n.slice(0,hc)}...<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 Kl(n){let e=n.message;if(e?.textPayload)return e.textPayload;let i=e?.payload;if(!i)return null;try{return Buffer.from(i).toString("utf8")}catch{return null}}U();var zi=D("upstream.switchable"),Ar=class{inner;handler=null;connectHandlers=[];constructor(e){this.inner=e}async swap(e,i){if(this.inner===e)return;zi.info("swap upstream",{reason:i});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 zi.error("swap target start failed, reverting",{err:String(a)}),this.inner=o,a}await o.stop(i??"swapped").catch(a=>zi.warn("previous upstream stop threw (ignored)",{err:String(a)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandlers.push(e),this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};U();var Fi=D("upstream"),Qt=class{handler=null;async start(){Fi.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){Fi.info("NoopUpstream stopped",{reason:e})}async send(e){Fi.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};U();U();ae();import{promises as Ui}from"node:fs";import{dirname as jl}from"node:path";var Wl=D("pat-token-store");async function mc(n=q()){try{let i=(await Ui.readFile(n.patTokenFile,"utf8")).trim();return i.length>0?i:null}catch(e){return e?.code!=="ENOENT"&&Wl.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function In(n,e=q()){if(!n)throw new Error("writePatToken: empty patToken");await Ui.mkdir(jl(e.patTokenFile),{recursive:!0}),await Ui.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}ae();ae();import{promises as Pr}from"node:fs";import{join as $l}from"node:path";function Jl(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)}
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=`
127
+ `}async function wc(n,e=q()){let i=e.binDir;await Pr.mkdir(i,{recursive:!0});let o=$l(i,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),a=process.platform==="win32"?Vl(n):Jl(n);return await Pr.readFile(o,"utf8").catch(()=>null)===a||(await Pr.writeFile(o,a,"utf8"),process.platform!=="win32"&&await Pr.chmod(o,493)),i}U();ae();import{execSync as yc}from"node:child_process";import{readFileSync as bc,unlinkSync as Yl}from"node:fs";import{mkdir as Xl,readFile as vc,unlink as Sc,writeFile as Zl}from"node:fs/promises";import{dirname as Ql}from"node:path";function _c(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var eg=D("single-instance"),Cr=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&&(eg.warn("removing stale pid file",{stalePid:e}),await Sc(this.pidFile).catch(()=>{})),await Xl(Ql(this.pidFile),{recursive:!0}),await Zl(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await vc(this.pidFile,"utf8")).trim()===String(process.pid)&&await Sc(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await vc(this.pidFile,"utf8"),i=Number.parseInt(e.trim(),10);return Number.isFinite(i)&&i>0?i:null}catch(e){if(e.code==="ENOENT")return null;throw e}}isAlive(e){return _c(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let i=bc(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(i.includes("coze-bridge-daemon")||i.includes("lib/index.js"))}catch{}try{let i=yc(`ps -o command= -p ${e}`,{stdio:["ignore","pipe","ignore"],timeout:1e3}).toString();return i.trim()?i.includes("coze-bridge-daemon")||i.includes("lib/index.js"):!1}catch{return!0}}matchesDaemonTitleWindows(e){try{let o=yc(`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{bc(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(i){e=i},isUpgrading(){return e!==null},pendingTarget(){return e},async waitIdle(i){let o=Date.now()+i;for(;Date.now()<o;){if(n===0)return"idle";await new Promise(a=>setTimeout(a,200))}return n===0?"idle":"timeout"}}}var L=D("daemon"),ng="coze-bridge-daemon";async function Ic(){let n=new Cr({processTitle:ng}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let i=await gt(),o=i??{};Tn({pid:process.pid}),L.info(i?"loaded bridge config":"initialized bridge config");try{let P=new Ht;o.frameworksCache=await P.detectAll(),L.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(P){L.warn("framework detection failed",{err:String(P)})}await He(o);let a=new Ar(new Qt),x=q(),u=tg(),f=null,g=new nr({upstream:a,paths:x,bridgeConfig:o,upgradeGate:u,sessionSpawner:async(P,O,F,Se)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(P,O,F,Se)}});await ig(x,g);let m=new Qn({paths:x,config:o,registry:g});f=m;let y,_,S=null,E={},A,T=null,z=null;g.registerExtension("_agent/create",async P=>m.createAgent(P.params)),g.registerExtension("_agent/health",async()=>({ok:!0}));let Z={},K=new Hn({agents:g.agents,disposeAndMarkDisconnected:async(P,O)=>{let F=g.agents.get(P);if(F){await m.cleanupOpenclawSessionProviders(F).catch(te=>L.warn("cleanup openclaw providers failed (ignored)",{agentId:P,err:String(te)}));let Se=!0;try{await F.dispose(`disconnect: ${O}`)}catch(te){Se=!1,L.error("dispose during disconnect FAILED, leaving agent in error state",{agentId:P,err:String(te)}),F.status="error"}Se&&(F.status="disconnected",g.unregister(P),g.disconnectedAgents.add(P))}else g.disconnectedAgents.add(P)},detailSyncer:async P=>{if(!Z.ref)throw new Error("agent-detail-sync not initialized yet");await Z.ref.syncOne(P)},cleanupOpenclawProviders:async P=>{await m.cleanupOpenclawSessionProviders(P)},openclawRepair:async(P,O)=>{await m.openclawRepair(P,O)},isRuntimePendingPermission:P=>g.hasPendingPermissionFor(P)});g.registerExtension("_agent/listSkills",P=>K.listSkills(P.params)),g.registerExtension("_agent/addSkills",P=>K.addSkills(P.params)),g.registerExtension("_agent/removeSkills",P=>K.removeSkills(P.params)),g.registerExtension("_agent/getFileTree",P=>K.getFileTree(P.params)),g.registerExtension("_agent/getFileContent",P=>K.getFileContent(P.params)),g.registerExtension("_agent/update",P=>K.updateAgent(P.params)),g.registerExtension("_agent/disconnect",P=>K.disconnectAgent(P.params)),g.registerExtension("_agent/switchModel",P=>K.switchModel(P.params)),g.registerExtension("_agent/reset",P=>K.resetAgent(P.params)),g.registerExtension("_agent/repair",P=>K.repairAgent(P.params));let ce=new zn({paths:x,handlers:K,sendDetail:P=>g.sendRequest("_agent/detail",P)});Z.ref=ce;let J=async P=>{await Promise.allSettled(P.map(async O=>{try{await K.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(F){L.warn("disconnect during authFailure handling failed (ignored)",{agentId:O.agentId,err:String(F)})}}))};a.onConnect(({initial:P})=>{L.info("frontier upstream connected, triggering detail sync",{initial:P}),ce.syncAll(P?"initial-connect":"reconnect").catch(O=>L.warn("detail sync top-level error (ignored)",{err:String(O)}))});let _e=new rr({paths:x,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...g.agents.keys()],deviceId:S??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async P=>{let O=P,F=O?.privatecode,Se=O?.pairing_code;if(!F||!Se)throw new v("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let te=sn(O.env),he=O.handshake_url,Je=O.frontier_url,se=Ec(O.env,he,Je),it=!!y&&y!==F,ee=_!==void 0&&_!==se,X=it||ee,mt=await ei({privatecode:F,...he?{endpoint:he}:{},ppeOverride:te});if(X){L.warn("pair config switched, resetting agents",{pcChanged:it,envChanged:ee,previousPc:y?Tr(y):"",nextPc:Tr(F),previousEnvKey:_??"",nextEnvKey:se});for(let oe of[...g.agents.values()])await oe.dispose("pair config switch").catch(()=>{}),g.agents.delete(oe.agentId);g.disconnectedAgents.size>0&&(L.info("clearing disconnectedAgents set on pair config switch",{count:g.disconnectedAgents.size}),g.disconnectedAgents.clear()),await a.swap(new Qt,"pair switch").catch(()=>{})}S=mt.deviceId,Tn({deviceId:S,pid:process.pid}),ui({patToken:F,env:O.env}).catch(oe=>L.warn("coze-cli setup error (ignored)",{err:String(oe)}));let V=new En({handshake:mt,privatecode:F,...Je?{urlOverride:Je}:{},ppeOverride:te,getPatTokenForAgent:oe=>g.agents.get(oe)?.patToken});await a.swap(V,"pair");try{let oe=new Ht;o.frameworksCache=await oe.detectAll(),await He(o),L.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(oe){L.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(oe)})}let At=Object.keys(o.frameworksCache??{});try{let oe=await g.sendRequest("_agent/pair",{pairCode:Se,patToken:F,frameworks:At,_meta:{cozeDeviceId:S}});L.info("_agent/pair ok",{pairResult:oe}),y=F,_=se,E=te,A=he,In(F,x).catch(be=>L.warn("writePatToken after /pair failed (ignored)",{err:String(be)})),T||(T=new an({core:g,getDeviceId:()=>S??"",onTickEnd:()=>ce.retryPending().catch(be=>L.warn("detailSync.retryPending failed (ignored)",{err:String(be)})),onAuthFailures:J,onMinBridgeVersion:be=>z?.requestUpgrade(be)})),T.start(),X&&kr(x,m).catch(be=>L.warn("post-pair-switch auto-revive error (ignored)",{err:String(be)}));let Pt;return O.agent_id&&(Pt=await sg(O.agent_id,x,m,be=>g.sendRequest("_agent/detail",be),F).catch(be=>(L.error("--agent-id ensureAgent failed",{agentId:O.agent_id,err:String(be)}),{ok:!1,agentId:O.agent_id??"",note:String(be)}))),{ok:!0,note:"paired with cloud",...Pt?{agent:Pt}:{}}}catch(oe){return L.error("_agent/pair failed",{err:String(oe)}),{ok:!1,note:`pair failed: ${String(oe)}`}}}},{method:"POST",path:"/connect",handler:async P=>{let O=P,F=O?.privatecode;if(!F)throw new v("IPC_BAD_REQUEST","/connect requires privatecode");let Se=sn(O.env),te=O.handshake_url,he=O.frontier_url,Je=Ec(O.env,te,he);if(y===F&&_===Je){let V=await rg(x);return g.agents.size===0&&V?(L.warn("/connect noop but core.agents empty with configs on disk; re-running auto-revive"),kr(x,m).catch(At=>L.warn("connect-noop auto-revive error (ignored)",{err:String(At)}))):L.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"}}let se=!!y&&y!==F,it=_!==void 0&&_!==Je,ee=se||it,X=await ei({privatecode:F,...te?{endpoint:te}:{},ppeOverride:Se});if(ee){L.warn("connect config switched, resetting agents",{pcChanged:se,envChanged:it,previousPc:y?Tr(y):"",nextPc:Tr(F)});for(let V of[...g.agents.values()])await V.dispose("connect config switch").catch(()=>{}),g.agents.delete(V.agentId);g.disconnectedAgents.size>0&&(L.info("clearing disconnectedAgents set on connect config switch",{count:g.disconnectedAgents.size}),g.disconnectedAgents.clear()),await a.swap(new Qt,"connect switch").catch(()=>{})}S=X.deviceId,Tn({deviceId:S,pid:process.pid}),ui({patToken:F,env:O.env}).catch(V=>L.warn("coze-cli setup error (ignored)",{err:String(V)}));let mt=new En({handshake:X,privatecode:F,...he?{urlOverride:he}:{},ppeOverride:Se,getPatTokenForAgent:V=>g.agents.get(V)?.patToken});return await a.swap(mt,"connect"),y=F,_=Je,E=Se,A=te,T||(T=new an({core:g,getDeviceId:()=>S??"",onTickEnd:()=>ce.retryPending().catch(V=>L.warn("detailSync.retryPending failed (ignored)",{err:String(V)})),onAuthFailures:J,onMinBridgeVersion:V=>z?.requestUpgrade(V)})),T.start(),ee&&kr(x,m).catch(V=>L.warn("post-connect-switch auto-revive error (ignored)",{err:String(V)})),In(F,x).catch(V=>L.warn("writePatToken after /connect failed (ignored)",{err:String(V)})),L.info("/connect: WS established",{deviceId:S}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async P=>{let O=P;return{ok:!0,result:await m.createAgent(O)}}},{method:"POST",path:"/agent/send",handler:async P=>{let O=P;if(!O?.agentId||!O?.sessionId||!O?.kind||!O?.path)throw new v("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!y)throw new v("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await Io(O,{core:g,patToken:y,handshakeBase:A,ppeOverride:E})}catch(F){if(F instanceof v)return{ok:!1,code:F.code,message:F.message};throw F}}},{method:"POST",path:"/refresh",handler:async()=>{L.info("IPC /refresh: re-detecting frameworks");let P=new Ht;return o.frameworksCache=await P.detectAll(),await He(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(L.info("IPC /shutdown received"),setImmediate(()=>{ue.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:ye,token:Ne}=await _e.start();try{await wc(x.libEntry,x)}catch(P){L.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(P)})}await g.start(),kr(x,m).catch(P=>L.warn("auto-revive top-level error (ignored)",{err:String(P)})),Ps().catch(P=>L.warn("acp wrapper warmup top-level error (ignored)",{err:String(P)}));let ie=null,ue={port:ye,token:Ne,core:g,ipc:_e,shutdown(P){return ie||(L.info("daemon shutdown",{reason:P}),ie=(async()=>{T?.stop(),await g.stop(P),await _e.stop(),await n.release()})(),ie)}};z=new ir({paths:x,currentVersion:ut,isDevMode:jo,download:(P,O)=>Jo(P,O),spawnHelper:(P,O)=>Wo(P,O,{paths:x}),daemon:{markUpgradePending:P=>{L.warn("upgrade pending, ACP gate engaged",{target:P}),u.markUpgradePending(P)},waitIdle:P=>u.waitIdle(P),exit:P=>{ue.shutdown("upgrade").then(()=>process.exit(P))}}});for(let P of["SIGTERM","SIGINT"])process.on(P,()=>{ue.shutdown(P).then(()=>process.exit(0))});return L.info("daemon ready",{port:ye,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),ue}async function rg(n){let{readdir:e}=await import("node:fs/promises");try{return(await e(n.agentsRoot)).length>0}catch{return!1}}function Tr(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function Ec(n,e,i){return`${n??""}|${e??""}|${i??""}`}async function ig(n,e){let{readdir:i}=await import("node:fs/promises"),o;try{o=await i(n.agentsRoot)}catch{return}let{loadAgentConfig:a,enforceAgentConfigMode:x}=await Promise.resolve().then(()=>(dt(),Bn));for(let u of o){await x(u,n).catch(f=>L.warn("enforceAgentConfigMode failed (ignored)",{agentId:u,err:String(f)}));try{let f=await a(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,i,o,a){let{loadAgentConfig:x}=await Promise.resolve().then(()=>(dt(),Bn)),u=await x(n,e);if(u){L.info("--agent-id: local config found, reconnecting",{agentId:n,framework:u.framework,hadDisconnect:!!u.disconnectedAt});let y={agentId:u.agentId,framework:u.framework,...u.cozeIdentity?{cozeIdentity:u.cozeIdentity}:{},...u.model?{model:u.model}:{},...a?{patToken:a}:{}};return await i.createAgent(y),{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 v("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let g={agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...a?{patToken:a}:{},...f.deployType?{_meta:{cozeDeployType:f.deployType}}:{}};await i.createAgent(g);let m=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:m?"cloud agent acknowledged":"created from cloud detail"}}async function kr(n,e){let{readdir:i}=await import("node:fs/promises"),o;try{o=await i(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(()=>(dt(),Bn));L.info("auto-revive: scanning local agents on startup",{count:o.length});let x=0,u=0;for(let f of o){let g;try{g=await a(f,n)}catch(m){L.warn("auto-revive: load config failed (skipping)",{agentId:f,err:String(m)}),u+=1;continue}if(!g){u+=1;continue}if(g.disconnectedAt){L.info("auto-revive: skip disconnected agent",{agentId:f,disconnectedAt:g.disconnectedAt}),u+=1;continue}try{L.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:f,framework:g.framework});let m=og(g);await e.createAgent({agentId:g.agentId,framework:g.framework,...g.cozeIdentity?{cozeIdentity:g.cozeIdentity}:{},...g.model?{model:g.model}:{},...m?{_meta:m}:{}}),x+=1}catch(m){L.warn("auto-revive: createAgent failed (skipping)",{agentId:f,framework:g.framework,err:String(m)}),u+=1}}return L.info("auto-revive: done",{revived:x,skipped:u,total:o.length}),{revived:x,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}Dr();Nr();U();ae();Kt();U();ae();import{copyFile as Pc,mkdir as pg,readFile as Gi,writeFile as mg}from"node:fs/promises";import{dirname as wg,resolve as Hi,sep as Or}from"node:path";import{fileURLToPath as _g}from"node:url";var Cc=D("dist-install");function yg(n){let e=_g(n),i=wg(e),o=`${Or}src${Or}`;if(i.includes(o)||i.endsWith(`${Or}src${Or}cli`))return null;let a=Hi(i,"index.js"),x=Hi(i,"..","package.json");return{dist:a,pkgJson:x}}async function Ki(n={}){let e=n.paths??q(),i=yg(import.meta.url),o=n.sourceDist??i?.dist,a=n.sourcePackageJson??i?.pkgJson;if(!o||!a)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let x;try{x=JSON.parse(await Gi(a,"utf8")).version??"unknown"}catch(_){return Cc.warn("cannot read source package.json,skip dist install",{err:String(_)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(_)}`}}let u=await gt(e.configFile)??{},f=u.libVersion;if(f===x)try{return await Gi(e.libEntry),{kind:"already-current",libVersion:x}}catch{}await pg(e.libDir,{recursive:!0}),await Pc(o,e.libEntry),await Pc(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let g=Hi(e.libDir,"package.json"),m=`${JSON.stringify({type:"module"},null,2)}
128
+ `;return await Gi(g,"utf8").catch(()=>null)!==m&&await mg(g,m),u.libVersion=x,await He(u,e.configFile),Cc.info("dist installed",{libEntry:e.libEntry,fromVersion:f,toVersion:x}),f?{kind:"version-changed",fromVersion:f,toVersion:x,libEntry:e.libEntry}:{kind:"first-install",libVersion:x,libEntry:e.libEntry}}Nr();ae();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 Tc(n,e={}){let i=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 Rr(i).catch(()=>null);if(!o)return process.stderr.write(`Error: coze-bridge daemon not running (cannot read ${i.portFile} / ${i.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:vg(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},x;try{x=await Ag(o,"/agent/send",a,Sg)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
131
+ `),4}if(!x.ok)return process.stderr.write(`Error: ${x.code}: ${x.message}
132
+ `),Ig(x.code);if(n.json)process.stdout.write(`${JSON.stringify(x)}
133
+ `);else{let u=n.name??bg(a.path);process.stdout.write(`Sent ${n.kind} ${u} (${Pg(x.bytes)})
134
+ `)}return 0}async function Ag(n,e,i,o){let a=new AbortController,x=setTimeout(()=>a.abort(),o);try{let u=await fetch(`http://127.0.0.1:${n.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"content-type":"application/json"},body:JSON.stringify(i),signal:a.signal}),f=await u.text(),g=f?JSON.parse(f):null;return g&&typeof g=="object"&&"ok"in g?g:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${u.status}): ${f.slice(0,200)}`}}finally{clearTimeout(x)}}function Pg(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var qc=D("cli");function we(n,e){let i=[],o;for(let a=0;a<n.length;a++){let x=n[a];if(x===e){o=n[a+1],a+=1;continue}if(x.startsWith(`${e}=`)){o=x.slice(e.length+1);continue}i.push(x)}return{value:o,rest:i}}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 T=e.filter(J=>J!=="--upgrade-helper"),{value:z,rest:Z}=we(T,"--target-version"),{value:K}=we(Z,"--old-pid"),ce=K?Number.parseInt(K,10):Number.NaN;return!z||!Number.isFinite(ce)?{mode:"help"}:{mode:"upgrade-helper",targetVersion:z,oldPid:ce}}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 i=e,{value:o,rest:a}=we(i,"--pat-token");i=a;let{value:x,rest:u}=we(i,"--pair-code");i=u;let{value:f,rest:g}=we(i,"--env");i=g;let{value:m,rest:y}=we(i,"--handshake-url");i=y;let{value:_,rest:S}=we(i,"--frontier-url");i=S;let{value:E}=we(i,"--agent-id");if(!o||!x)return{mode:"help"};let A={mode:"pair",privatecode:o,pairingCode:x};return f&&(A.env=f),m&&(A.handshakeUrl=m),_&&(A.frontierUrl=_),E&&(A.agentId=E),A}function rh(n){let e=n[0],i=n[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!i||i.startsWith("--"))return{mode:"help"};let o=n.slice(2),{value:a,rest:x}=we(o,"--caption");o=x;let{value:u,rest:f}=we(o,"--name");o=f;let{value:g,rest:m}=we(o,"--agent-id");o=m;let{value:y,rest:_}=we(o,"--session-id");o=_;let S=o.includes("--json"),E={mode:"send",kind:e,path:i,json:S};return a&&(E.caption=a),u&&(E.name=u),g&&(E.agentId=g),y&&(E.sessionId=y),E}function ih(n){let e=n,{value:i,rest:o}=we(e,"--pat-token");e=o;let{value:a,rest:x}=we(e,"--env");e=x;let{value:u,rest:f}=we(e,"--handshake-url");e=f;let{value:g}=we(e,"--frontier-url"),m={mode:"connect"};return i&&(m.privatecode=i),a&&(m.env=a),u&&(m.handshakeUrl=u),g&&(m.frontierUrl=g),m}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
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
178
+ `.trimStart();async function Gc(n=process.argv,e={}){let i=nh(n);switch(i.mode){case"help":return process.stdout.write(sh),0;case"version":return process.stdout.write(`${ut}
179
+ `),0;case"daemon":{try{await Ic()}catch(o){return qc.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 xh(e);case"install-service":return dh();case"pair":{let o={};return i.env&&(o.env=i.env),i.handshakeUrl&&(o.handshakeUrl=i.handshakeUrl),i.frontierUrl&&(o.frontierUrl=i.frontierUrl),uh(i.privatecode,i.pairingCode,e,o,i.agentId)}case"connect":{let o={};return i.env&&(o.env=i.env),i.handshakeUrl&&(o.handshakeUrl=i.handshakeUrl),i.frontierUrl&&(o.frontierUrl=i.frontierUrl),fh(i.privatecode,e,o)}case"upgrade-helper":{let{runUpgradeHelper:o}=await Promise.resolve().then(()=>(Lc(),Oc));return await o({targetVersion:i.targetVersion,oldPid:i.oldPid,...e.paths?{paths:e.paths}:{}})}case"send":return Tc({kind:i.kind,path:i.path,...i.agentId?{agentId:i.agentId}:{},...i.sessionId?{sessionId:i.sessionId}:{},...i.caption?{caption:i.caption}:{},...i.name?{name:i.name}:{},json:i.json},e)}}async function Hc(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??q(),i=new Me(e),o=await i.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
180
+ `),1;if(o.kind==="stale")return await Hc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
181
+ `),1;let a=await i.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
182
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
184
- `),0;if(o.kind==="stale")return await Uc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
185
- `),0;try{return await s.request({method:"POST",path:"/shutdown"}),process.stdout.write(`coze-bridge: stopped
183
+ `),0}async function ah(n){let e=n.paths??q(),i=new Me(e),o=await i.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
184
+ `),0;if(o.kind==="stale")return await Hc(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
185
+ `),0;try{return await i.request({method:"POST",path:"/shutdown"}),process.stdout.write(`coze-bridge: stopped
186
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)
187
+ `),1}}async function ch(n){let e=new Me(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...
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
195
- `)}catch(d){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(d)}
192
+ `),1}}async function xh(n){let e=new Me(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
193
+ `);try{await e.request({method:"POST",path:"/shutdown"})}catch(x){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(x)}
194
+ `)}await new Promise(x=>setTimeout(x,500))}if(!n.skipSupervisor)try{let{getSupervisor:x,buildContext:u}=await Promise.resolve().then(()=>(Qi(),Zi)),f=x();await f.uninstall(u()),process.stdout.write(`coze-bridge: ${f.platform} supervisor unregistered
195
+ `)}catch(x){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(x)}
196
196
  `)}let o=n.paths??q(),{rm:a}=await import("node:fs/promises");try{await a(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
197
- `)}catch(d){return process.stderr.write(`coze-bridge: remove failed: ${String(d)}
197
+ `)}catch(x){return process.stderr.write(`coze-bridge: remove failed: ${String(x)}
198
198
  `),1}return process.stdout.write(`coze-bridge: uninstalled
199
- `),0}async function 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...
200
- `),await s.install(o),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
199
+ `),0}async function dh(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Qi(),Zi)),i=n(),o=e();return process.stdout.write(`coze-bridge: installing ${i.platform} supervisor...
200
+ `),await i.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"})
202
+ `),1}}async function uh(n,e,i,o={},a){let x=new Me(i.paths),u=i.spawnDaemon??An;if(!i.skipDistInstall){let m=await Ki({paths:i.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
203
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
204
+ `)}let f=await x.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
205
+ `),await u({paths:i.paths}),f=await Kc(x,i.waitTimeoutMs??1e4,i.sleep??jc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.kind}
206
+ `),1;let g={privatecode:n,pairing_code:e};o.env&&(g.env=o.env),o.handshakeUrl&&(g.handshake_url=o.handshakeUrl),o.frontierUrl&&(g.frontier_url=o.frontierUrl),a&&(g.agent_id=a);try{let m=await x.request({method:"POST",path:"/pair",body:g,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: paired (${m.body.note??"ok"})
207
207
  `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(m.body)}
208
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)}
209
+ `),1}}async function fh(n,e,i={}){let o=e.paths??q(),a=n??await mc(o);if(!a)return process.stderr.write("coze-bridge: \u627E\u4E0D\u5230 patToken \u2014 \u5148\u8DD1\u4E00\u6B21 `coze-bridge --pat-token=<sat_xxx> --pair-code=<xxx>` \u914D\u5BF9, \u6216\u672C\u6B21\u7528 `--pat-token` \u6307\u5B9A\n"),1;let x=new Me(e.paths),u=e.spawnDaemon??An;if(!e.skipDistInstall){let m=await Ki({paths:e.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
210
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
211
+ `)}let f=await x.probe();if(f.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
212
+ `),await u({paths:e.paths}),f=await Kc(x,e.waitTimeoutMs??1e4,e.sleep??jc),f.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${f.kind}
213
+ `),1;let g={privatecode:a};i.env&&(g.env=i.env),i.handshakeUrl&&(g.handshake_url=i.handshakeUrl),i.frontierUrl&&(g.frontier_url=i.frontierUrl);try{let m=await x.request({method:"POST",path:"/connect",body:g,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: connected (${m.body.note??"ok"})
214
+ `),await In(a,o).catch(y=>qc.warn("writePatToken after connect failed (ignored)",{err:String(y)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(m.body)}
215
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)}
216
+ `),1}}async function Kc(n,e,i){let o=Date.now()+e;for(;Date.now()<o;){let a=await n.probe(500);if(a.kind==="connected")return a;await i(200)}return n.probe(500)}function jc(n){return new Promise(e=>setTimeout(e,n))}Gc(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)});