coze-bridge 0.1.39 → 0.1.41

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 +81 -59
  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 W0=Object.create;var Pr=Object.defineProperty;var J0=Object.getOwnPropertyDescriptor;var V0=Object.getOwnPropertyNames;var $0=Object.getPrototypeOf,Y0=Object.prototype.hasOwnProperty;var Y=(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 Me=(n,e)=>()=>(n&&(e=n(n=0)),e);var he=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Wi=(n,e)=>{for(var s in e)Pr(n,s,{get:e[s],enumerable:!0})},X0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of V0(e))!Y0.call(n,c)&&c!==s&&Pr(n,c,{get:()=>e[c],enumerable:!(o=J0(e,c))||o.enumerable});return n};var ze=(n,e,s)=>(s=n!=null?W0($0(n)):{},X0(e||!n||!n.__esModule?Pr(s,"default",{value:n,enumerable:!0}):s,n));import{chmod as Z0,mkdir as Q0,readFile as ec,rename as Ji,writeFile as Vi}from"node:fs/promises";import{dirname as tc}from"node:path";async function gt(n){try{let e=await ec(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function xn(n,e,s){await Q0(tc(n),{recursive:!0});let o=`${JSON.stringify(e,null,2)}
9
- `,c=`${n}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{s?.mode!==void 0?await Vi(c,o,{encoding:"utf8",mode:s.mode}):await Vi(c,o,"utf8"),await Ji(c,n),s?.mode!==void 0&&await Z0(n,s.mode)}catch(u){await Ji(c,c).catch(()=>{});let{rm:f}=await import("node:fs/promises");throw await f(c,{force:!0}).catch(()=>{}),u}}var un=Me(()=>{"use strict"});function Xi(n){return dn[$i]<=dn[n]}function kr(n){Yi={...n}}function fn(n,e,s,o){if(dn[n]<dn[$i])return;let c=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...Yi,...o});n==="error"||n==="warn"?rc.write(`${c}
10
- `):nc.write(`${c}
11
- `)}function O(n){return{debug:(e,s)=>fn("debug",n,e,s),info:(e,s)=>fn("info",n,e,s),warn:(e,s)=>fn("warn",n,e,s),error:(e,s)=>fn("error",n,e,s),child:e=>O(`${n}.${e}`)}}var dn,$i,nc,rc,Yi,q=Me(()=>{"use strict";dn={debug:10,info:20,warn:30,error:40},$i=(()=>{let n=process.env.COZE_BRIDGE_LOG_LEVEL;return n==="debug"||n==="info"||n==="warn"||n==="error"?n:"info"})(),nc=process.stdout,rc=process.stderr,Yi={}});import{promises as Zi}from"node:fs";import{homedir as ic}from"node:os";import{sep as sc,join as ce,resolve as Qi}from"node:path";function H(n){let e=n??ic(),s=ce(e,".coze"),o=ce(s,"bridge"),c=ce(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:c,libEntry:ce(c,"index.js"),binDir:ce(o,"bin"),pidFile:ce(o,"bridge.pid"),portFile:ce(o,"bridge.port"),tokenFile:ce(o,"bridge.token"),logFile:ce(o,"bridge.log"),installLock:ce(o,"install.lock"),configFile:ce(o,"config.json"),agentsRoot:ce(s,"agents")}}function Fe(n,e=H()){let s=ce(e.agentsRoot,n);return{root:s,config:ce(s,"config.json"),workspace:ce(s,"workspace"),logs:ce(s,"logs")}}async function es(n,e){let s=await Zi.realpath(Qi(n)).catch(()=>null);if(!s)return!1;let o=await Zi.realpath(Qi(e)).catch(()=>null);if(!o)return!1;let c=process.platform==="win32"?s.toLowerCase():s,u=process.platform==="win32"?o.toLowerCase():o;return c===u||c.startsWith(u+sc)}var fe=Me(()=>{"use strict"});var gn={};Wi(gn,{AGENT_CONFIG_FILE_MODE:()=>ln,enforceAgentConfigMode:()=>cc,loadAgentConfig:()=>ge,persistAgentSessions:()=>Tr,persistAgentSkills:()=>hn,saveAgentConfig:()=>Se});import{chmod as oc,stat as ac}from"node:fs/promises";function ge(n,e){return gt(Fe(n,e).config)}function Se(n,e){return xn(Fe(n.agentId,e).config,n,{mode:ln})}async function cc(n,e){if(process.platform==="win32")return;let s=Fe(n,e).config;try{let o=await ac(s);if(!o.isFile())return;let c=o.mode&511;c!==ln&&(await oc(s,ln),ts.warn("agent config mode auto-corrected to 0600",{path:s,from:c.toString(8)}))}catch(o){if(o.code==="ENOENT")return;ts.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function Tr(n,e,s){let o=await ge(n,s);o&&(o.sessions=Object.fromEntries(e),await Se(o,s))}async function hn(n,e,s){let o=await ge(n,s);o&&(o.skills=e,await Se(o,s))}var ts,ln,Ve=Me(()=>{"use strict";un();q();fe();ts=O("agent-config"),ln=384});var bo=he(Q=>{"use strict";var C=P;(function(n,e){let s=P,o=n();for(;;)try{if(parseInt(s(768))/1*(-parseInt(s(466))/2)+parseInt(s(197))/3+-parseInt(s(1518))/4*(parseInt(s(886))/5)+-parseInt(s(642))/6*(-parseInt(s(1498))/7)+-parseInt(s(1499))/8+-parseInt(s(1426))/9*(parseInt(s(1363))/10)+parseInt(s(1144))/11===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(Jn,508916);var bu=Object[C(1356)+C(901)],vu=Object[C(1184)+"opertyNa"+C(1162)],po=(n,e)=>function(){return n&&(e=(0,n[{ByNOK:function(u,f){return u(f)}}[C(1208)](vu,n)[0]])(n=0)),e},Su=(n,e)=>{let s=C,o={RnjDF:function(u,f,h,m){return u(f,h,m)}};for(var c in e)o[s(179)](bu,n,c,{get:e[c],enumerable:!0})};function P(n,e){n=n-156;let s=Jn(),o=s[n];if(P.CCfXpQ===void 0){var c=function(m){let w="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",b="",S="";for(let A=0,N,D,R=0;D=m.charAt(R++);~D&&(N=A%4?N*64+D:D,A++%4)?b+=String.fromCharCode(255&N>>(-2*A&6)):0)D=w.indexOf(D);for(let A=0,N=b.length;A<N;A++)S+="%"+("00"+b.charCodeAt(A).toString(16)).slice(-2);return decodeURIComponent(S)};P.UojvVb=c,P.wrBkRl={},P.CCfXpQ=!0}let u=s[0],f=n+u,h=P.wrBkRl[f];return h?o=h:(o=P.UojvVb(o),P.wrBkRl[f]=o),o}function Eu(){return uo||(uo=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function Cu(){let n=C;return fo||(fo=[IDBCursor[n(1706)+"e"][n(672)],IDBCursor[n(1706)+"e"][n(1002)],IDBCursor[n(1706)+"e"][n(1002)+n(592)+"ey"]])}function Au(n){let e=C,s={ytRyz:function(c,u){return c*u},SPhOm:function(c,u){return c>>>u},DNFPG:function(c,u){return c+u},YnXHy:function(c,u){return c>>>u},DbYjg:e(1616),dgzsi:e(1296),FBTFm:function(c,u){return c(u)},MyZiV:function(c){return c()},nTZNp:function(c,u){return c===u},IxnVE:e(1092),muVio:"nfifj",pVOUo:function(c,u){return c instanceof u}},o=new Promise((c,u)=>{let f=e;if(s[f(975)](s[f(248)],s[f(479)]))return this[f(290)]?s[f(419)](s[f(1592)](this.high,0),_0x1e24e1)+s.SPhOm(this.low,0):s[f(203)](s[f(419)](this[f(1332)],_0x329fef),s[f(942)](this[f(1200)],0));{let h=()=>{let b=f;n[b(1614)+b(1475)+b(1593)](s.DbYjg,m),n[b(1614)+b(1475)+b(1593)](s[b(1410)],w)},m=()=>{let b=f;s[b(392)](c,s[b(392)](Re,n[b(1632)])),s[b(1137)](h)},w=()=>{let b=f;u(n.error),s[b(1137)](h)};n["addEvent"+f(1624)](s.DbYjg,m),n[f(1690)+f(1624)](s[f(1410)],w)}});return o.then(c=>{let u=e;s[u(215)](c,IDBCursor)&&Gr[u(643)](c,n)})[e(578)](()=>{}),Hn[e(643)](o,n),o}function Iu(n){let e=C,s={ltuDF:function(c,u){return c(u)},rsqAB:e(599)+"or",aMOYP:function(c){return c()},RpxAN:e(607),qvhfS:function(c){return c()},aVEdI:"error",rqEtH:"abort"};if(Gn[e(1718)](n))return;let o=new Promise((c,u)=>{let f=e,h={hVUzV:s[f(1396)],KKKCq:"error",CvcTr:function(S){return S()},RxJGR:function(S){return s[f(1673)](S)}},m=()=>{let S=f;n[S(1614)+"entListener"](h[S(720)],w),n[S(1614)+S(1475)+S(1593)](h[S(611)],b),n[S(1614)+S(1475)+S(1593)]("abort",b)},w=()=>{let S=f;h.CvcTr(c),h[S(169)](m)},b=()=>{let S=f;s[S(1508)](u,n[S(1296)]||new DOMException(s.rsqAB,s[S(957)])),s.aMOYP(m)};n[f(1690)+f(1624)](s[f(1396)],w),n[f(1690)+f(1624)](s[f(1123)],b),n[f(1690)+f(1624)](s.rqEtH,b)});Gn[e(643)](n,o)}function Pu(n){Wn={crTng:function(s,o){return s(o)}}.crTng(n,Wn)}function ku(n){let e=C,s={IMWUe:function(o,c){return o(c)},MqbIW:function(o,c){return o(c)},STAkg:function(o,c){return o===c},SagGj:"ACKhF",NjhJh:function(o,c){return o in c},Kgexl:"objectStoreNames",vPLsZ:function(o){return o()}};return n===IDBDatabase[e(1706)+"e"][e(1018)+e(1639)]&&!s.NjhJh(s[e(1319)],IDBTransaction.prototype)?function(o,...c){let u=e,f=n[u(1054)](s.IMWUe(Yt,this),o,...c);return jr[u(643)](f,o.sort?o[u(410)]():[o]),s[u(1304)](Re,f)}:s[e(1007)](Cu)[e(842)](n)?function(...o){let c=e;return n[c(1683)](Yt(this),o),s[c(533)](Re,Gr[c(205)](this))}:function(...o){let c=e;if(s[c(1004)](s.SagGj,s.SagGj))return s.MqbIW(Re,n.apply(Yt(this),o));throw this[c(340)+c(1693)]=!1,_0x149506}}function Tu(n){let e=C,s={spYep:function(o,c){return o===c},IytkZ:e(1206),ZlGZU:function(o,c){return o(c)},udotr:function(o,c){return o instanceof c},WxHaM:function(o){return o()}};return s[e(1195)](typeof n,s[e(1072)])?s[e(1292)](ku,n):(s[e(161)](n,IDBTransaction)&&s[e(1292)](Iu,n),mo(n,s[e(1521)](Eu))?new Proxy(n,Wn):n)}function Re(n){let e=C,s={MiPQw:function(c,u){return c instanceof u},gAWxD:function(c,u){return c(u)}};if(s.MiPQw(n,IDBRequest))return s.gAWxD(Au,n);if(Kn[e(1718)](n))return Kn[e(205)](n);let o=s[e(246)](Tu,n);return o!==n&&(Kn.set(n,o),Hn.set(o,n)),o}var mo,uo,fo,Gr,Gn,jr,Kn,Hn,Wn,Yt,lo=po({"node_modules/idb/build/wrap-idb-value.js"(){let n=C,e={cnOet:function(s,o){return s==o},mffGs:"wss://",fpNAQ:function(s,o){return s instanceof o},SKEEL:function(s,o){return s!==o},dewvw:n(653),wRuDp:n(779),LwHwy:function(s,o){return s===o},tvMFy:n(1251)+n(214),MErkn:function(s,o){return s===o},msrAG:n(1431),eOoeW:function(s,o){return s(o)},lSlQA:function(s,o){return s in o}};mo=(s,o)=>o[n(517)](c=>s instanceof c),Gr=new WeakMap,Gn=new WeakMap,jr=new WeakMap,Kn=new WeakMap,Hn=new WeakMap,Wn={get(s,o,c){let u=n;if(e[u(462)](s,IDBTransaction))if(e[u(185)](e[u(1107)],e[u(1107)]))_0x5265d0=_0x1311e7&&e[u(1210)]("https:",_0x20a8d9[u(1074)])?e[u(562)]:u(422),_0x2bc2e0=_0x331baf.replace(/((^ws)|(^http))((?:[s]*:\/\/))/,""),_0x47d382=/^wss(.*:\/\/)/.test(_0x7e1e1f)?_0x5d40c2:""+_0x355918+_0x540d1b;else{if(o===e[u(973)])return Gn[u(205)](s);if(e.LwHwy(o,e[u(1588)]))return s[u(1251)+"oreNames"]||jr[u(205)](s);if(e[u(564)](o,e[u(1135)]))return c[u(1251)+u(214)][1]?void 0:c[u(1251)+"ore"](c[u(1251)+u(214)][0])}return e[u(962)](Re,s[o])},set(s,o,c){return s[o]=c,!0},has(s,o){let c=n;return s instanceof IDBTransaction&&(e[c(564)](o,e[c(973)])||e[c(674)](o,e[c(1135)]))?!0:e[c(673)](o,s)}},Yt=s=>Hn[n(205)](s)}}),_o={};Su(_o,{deleteDB:()=>Ru,openDB:()=>Du,unwrap:()=>Yt,wrap:()=>Re});function Du(n,e,{blocked:s,upgrade:o,blocking:c,terminated:u}={}){let f=C,h={GBsTl:function(b,S,A,N,D){return b(S,A,N,D)},KUblA:function(b,S){return b(S)},BDciI:function(b,S){return b(S)},JOTcp:f(616),tFGRZ:f(818)+"hange",XkntK:f(603)},m=indexedDB[f(473)](n,e),w=h[f(236)](Re,m);return o&&m[f(1690)+f(1624)](f(210)+f(424),b=>{let S=f;h[S(1720)](o,h[S(236)](Re,m[S(1632)]),b[S(877)+"on"],b[S(705)+"on"],h[S(618)](Re,m["transact"+S(1639)]))}),s&&m[f(1690)+"Listener"](h[f(1416)],()=>s()),w.then(b=>{let S=f;u&&b[S(1690)+S(1624)](h[S(726)],()=>u()),c&&b[S(1690)+"Listener"](h[S(389)],()=>c())})[f(578)](()=>{}),w}function Ru(n,{blocked:e}={}){let s=C,o={LZByW:s(603),pDKvp:function(u,f){return u(f)}},c=indexedDB[s(478)+"tabase"](n);return e&&c[s(1690)+s(1624)](o[s(372)],()=>e()),o[s(165)](Re,c)[s(476)](()=>{})}function ho(n,e){let s=C,o={EAGce:function(m,w){return m instanceof w},lJPFn:function(m,w){return m in w},UQznn:function(m,w){return m===w},mKYxa:s(324),dcyxL:function(m,w){return m!==w}};if(!(o.EAGce(n,IDBDatabase)&&!o.lJPFn(e,n)&&o[s(931)](typeof e,o[s(477)])))return;if(jn[s(205)](e))return jn.get(e);let c=e[s(1052)](/FromIndex$/,""),u=o.dcyxL(e,c),f=yo[s(842)](c);if(!o[s(225)](c,(u?IDBIndex:IDBObjectStore).prototype)||!(f||wo[s(842)](c)))return;let h=async function(m,...w){let b=s,S=this[b(1018)+b(1639)](m,f?b(192)+"e":b(208)),A=S.store;return u&&(A=A[b(278)](w[b(1652)]())),(await Promise[b(280)]([A[c](...w),f&&S[b(779)]]))[0]};return jn[s(643)](e,h),h}var wo,yo,jn,Ou=po({"node_modules/idb/build/index.js"(){let n=C,e={XBrOl:n(1183)+n(979),QNzhj:function(c){return c()},HKbDK:"put",LekcY:n(1631),GooXB:n(402),srprN:n(255),VcqXM:n(205),tRHas:n(848)+"ys",WtxwD:n(446)},s=e[n(535)][n(1708)]("|"),o=0;for(;;){switch(s[o++]){case"0":e[n(795)](lo);continue;case"1":Pu(c=>({...c,get:(u,f,h)=>ho(u,f)||c[n(205)](u,f,h),has:(u,f)=>!!ho(u,f)||c[n(1718)](u,f)}));continue;case"2":jn=new Map;continue;case"3":yo=[e[n(1335)],e[n(870)],e.GooXB,e[n(709)]];continue;case"4":wo=[e.VcqXM,n(951),n(1389),e.tRHas,e.WtxwD];continue;case"5":lo();continue}break}}}),Lu={idb:function(n){let e=C;n[e(906)]=Promise[e(1577)]()[e(476)](()=>(Ou(),_o))[e(476)](function(s){return s})}},go={};function De(n){let e=C,s={IcDRI:e(394)+"1",gvmCr:function(h,m){return h!==m}},o=s[e(405)][e(1708)]("|"),c=0;for(;;){switch(o[c++]){case"0":var u=go[n]={exports:{}};continue;case"1":return u[e(906)];case"2":if(s[e(469)](void 0,f))return f[e(906)];continue;case"3":var f=go[n];continue;case"4":Lu[n](u,u[e(906)],De);continue}break}}De.d=(n,e)=>{let s=P;for(var o in e)De.o(e,o)&&!De.o(n,o)&&Object[s(1356)+s(901)](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=C;De.o=(e,s)=>Object[n(1706)+"e"]["hasOwnPr"+n(901)].call(e,s)})(),(()=>{let n=C,e={GaIrK:function(s,o){return s!=o},NFqwn:n(1096)+"d",gYqHS:n(1608)+"le"};De.r=s=>{let o=n;e[o(553)](e[o(173)],typeof Symbol)&&Symbol["toString"+o(382)]&&Object[o(1356)+o(901)](s,Symbol[o(175)+o(382)],{value:o(262)}),Object[o(1356)+o(901)](s,e.gYqHS,{value:!0})}})();var X={};(()=>{let n=C,e={VjbYc:function(i,t){return i(t)},pSZJn:function(i,t){return i+t},KndiN:function(i,t,r){return i(t,r)},EjZhe:function(i,t){return i!==t},cbMsU:"eqXSs",QWPvB:n(1126),CInAg:function(i,t){return i*t},WoTcD:function(i,t){return i*t},TpxWG:n(843),AeNbA:function(i,t){return i(t)},lieuv:function(i,t,r){return i(t,r)},IqEkU:function(i,t){return i+t},JRbyL:function(i,t){return i(t)},DJmiK:"0000",jOSie:n(189),FmhHC:function(i,t){return i(t)},nueWj:n(288)+n(288)+"00000000"+n(288),OehqM:function(i,t){return i<t},KJzlz:function(i,t){return i>t},uFbbP:function(i,t){return i!==t},kHLGG:function(i,t){return i-t},sFwuv:function(i,t){return i!==t},iZrnP:function(i,t){return i===t},cvIaZ:function(i,t){return i!==t},VYhRF:n(1524),nSsfX:function(i,t,r){return i(t,r)},SNKKd:function(i,t){return i!==t},gLPUA:function(i,t){return i>>>t},NzeoY:function(i,t){return i(t)},noaMB:function(i,t){return i===t},zFGDj:n(1429)+n(1338)+n(1173)+n(1057),uvEMZ:n(1429)+n(1338)+" field: "+n(1613),mPwsk:function(i){return i()},NCIOv:function(i,t){return i!==t},IztgT:function(i,t,r){return i(t,r)},nuYgl:function(i,t,r){return i(t,r)},ygNox:function(i,t,r){return i(t,r)},wlknv:function(i,t,r){return i(t,r)},czqYS:function(i,t){return i(t)},IlJGG:function(i,t){return i!==t},undYE:function(i,t,r){return i(t,r)},PUpXe:function(i,t,r){return i(t,r)},fiLTT:n(1671),cbSVO:n(1675),MsMJJ:function(i,t){return i!==t},TemAX:function(i,t,r){return i(t,r)},tLRCl:function(i,t,r){return i(t,r)},lSIhH:n(237),yTVEN:function(i,t,r){return i(t,r)},AeFrH:function(i,t,r){return i(t,r)},TkTyI:function(i,t){return i!==t},qmMuP:function(i,t){return i===t},Fzuzr:"amtLR",jRPeO:function(i,t){return i!==t},MRubH:function(i,t,r){return i(t,r)},mGWSU:function(i,t){return i(t)},qTaeN:n(656),MObaP:function(i,t){return i(t)},ZdVUu:function(i,t){return i(t)},ZgskS:function(i,t){return i(t)},OlRAh:function(i,t){return i(t)},pXnJD:function(i,t,r){return i(t,r)},RVYfL:function(i,t){return i(t)},FeVPY:function(i,t,r){return i(t,r)},mOujg:function(i,t){return i(t)},UiBsB:function(i,t,r){return i(t,r)},jjLgM:function(i,t){return i(t)},pNMVc:function(i,t,r){return i(t,r)},vRZVu:function(i,t){return i&t},YwMMX:function(i,t){return i===t},RwogY:n(1429)+n(1338)+" field: SeqID",PtUpH:n(1429)+n(1338)+n(1173)+"service",TJRUf:"Missing required field: "+n(784),YqIuX:function(i,t){return i(t)},VTVjz:function(i,t){return i&t},unBvZ:function(i,t,r){return i(t,r)},FfnNG:function(i,t){return i>>t},PYzjO:function(i,t){return i>=t},QZwaG:function(i,t){return i===t},NszVd:n(1307)+n(1203),dafdA:function(i,t){return i>=t},DwZtK:n(1166),FwujJ:function(i,t){return i+t},nxEoI:function(i,t){return i>t},nUOqa:function(i,t){return i+t},subni:n(1143)+n(1203),qIyeh:function(i,t,r){return i(t,r)},zSlhY:n(616),HCNMv:"bye",lGtSi:"going aw"+n(1182)+n(1086)+n(1371),BUoJc:function(i,t){return i instanceof t},pqInz:function(i,t,r){return i(t,r)},ADRXO:"JsNAW",Eyugq:function(i,t){return i<t},cpTfu:function(i,t){return i&t},hJwzB:function(i,t){return i(t)},OfnQw:function(i,t){return i===t},dKtzD:function(i,t){return i+t},NxwCa:function(i,t){return i&t},LKmLx:function(i,t){return i|t},aQTcU:function(i,t){return i<<t},WHikM:function(i,t){return i==t},Pprfy:function(i,t){return i&t},sasWQ:function(i,t){return i+t},hlssG:function(i,t){return i+t},pULBR:function(i,t){return i|t},PjPFd:function(i,t){return i<<t},KqKar:function(i,t){return i|t},SnWIV:function(i,t){return i&t},hMLCO:function(i,t){return i>=t},CCxIB:function(i,t){return i<=t},mldOA:function(i,t){return i>=t},jvbDL:"gTInZ",LzAJb:function(i,t){return i+t},RbdhJ:function(i,t){return i+t},QOeCU:function(i,t){return i+t},iZtZv:function(i,t){return i!==t},lEMCM:function(i,t){return i&t},LipHP:function(i,t){return i<<t},SWFIn:function(i,t){return i|t},tfcwv:function(i,t){return i&t},sGjYW:function(i,t){return i&t},BduUZ:function(i,t){return i+t},ePrAy:function(i,t){return i+t},txsju:function(i,t){return i!=t},dNQyB:"undefined",AVcms:n(262),pSeAY:n(1608)+"le",VdxZb:n(1699)+n(1242),pUTTk:function(i,t){return i===t},YoOsz:n(1063)+n(968)+n(1651),UypCn:n(1063)+"s instan"+n(1731)+n(1299)+"ed",kTTcn:function(i,t){return i<=t},BAKFU:function(i,t){return i<t},ayXSz:function(i,t){return i+t},YlHCn:function(i,t){return i<t},MGtmI:function(i,t){return i<t},YDYIM:function(i,t,r){return i(t,r)},dVKdf:function(i,t,r){return i(t,r)},KJumn:n(1212),QwzZt:function(i,t){return i+t},XflOR:function(i,t){return i-t},wLrxu:function(i,t){return i&t},ipBwL:function(i,t){return i>>t},jdusq:n(252),LCgMs:function(i,t){return i<t},AHMAK:function(i,t){return i|t},ufvUu:function(i,t){return i>>t},VNzGo:function(i,t){return i>>t},jTsgG:function(i,t){return i>>t},OuZYf:function(i,t){return i|t},xODMc:function(i,t){return i&t},PXqDx:function(i,t){return i+t},DgNfN:n(1066),dYLMh:function(i,t,r){return i(t,r)},SNGqJ:function(i,t){return i+t},kJLIq:function(i,t){return i(t)},bSZiI:function(i,t){return i<t},BxMGo:function(i,t){return i&t},oDlCR:function(i,t){return i&t},oFgxS:function(i,t){return i!==t},ZEnVU:"RVDDp",DmoMU:n(182),ZKYnQ:function(i,t,r){return i(t,r)},IvMek:function(i,t){return i<<t},PxglB:function(i,t){return i>t},UujPE:n(1271),KTHMl:"rqKpv",CCjsf:function(i,t){return i&t},lxRZh:function(i,t){return i|t},hjRFj:function(i,t){return i|t},jaDqP:function(i,t){return i&t},pYwfK:function(i,t){return i&t},DlCTt:function(i,t){return i&t},mqFgG:function(i,t){return i(t)},XtuIR:function(i,t){return i<<t},RnmQt:function(i,t){return i(t)},UNYfJ:function(i,t){return i<<t},hiWBE:function(i,t){return i&t},tdiGj:function(i,t){return i&t},TXDST:function(i,t){return i<<t},OzcdL:function(i,t){return i&t},BKlQK:n(1418),TuECj:function(i,t){return i&t},wsJeW:function(i,t){return i&t},YwALT:n(1497),BRMsZ:n(334),RYZPf:function(i,t){return i&t},WKBKn:function(i,t){return i|t},jkDYU:function(i,t){return i<<t},nmevJ:function(i,t){return i|t},JCAps:function(i,t){return i<<t},bYuJp:function(i,t){return i>>>t},ULIqv:function(i,t){return i<t},CsUtt:function(i,t){return i<t},eSOHD:function(i,t){return i<t},zQylX:function(i,t){return i+t},CQHHs:function(i,t){return i!==t},qnrOs:function(i,t){return i|t},MXpOK:function(i,t){return i&t},lpPmC:function(i,t){return i>>>t},iEltx:function(i,t){return i>>>t},PBxGz:function(i,t){return i&t},tZYyy:function(i,t){return i!==t},pKIQA:function(i,t){return i!==t},KNETO:function(i,t){return i&t},aMDod:function(i,t){return i+t},dIDwL:function(i,t){return i&t},JGYuG:function(i,t){return i>>>t},FZWAa:function(i,t){return i!==t},rNPyP:function(i,t){return i|t},BIHBB:function(i,t){return i&t},bJqqA:function(i,t){return i&t},cjMxg:function(i,t){return i>>>t},GNDPf:function(i,t){return i!==t},ipcms:function(i,t){return i<=t},LYCVQ:function(i,t){return i&t},hyHpX:function(i,t){return i&t},DxMmT:function(i,t){return i|t},peDND:function(i,t){return i===t},kXbnD:n(888),ddHsv:n(1378),dPvoq:function(i,t){return i(t)},Evvot:function(i,t){return i===t},GIVMF:n(1161),AKTgH:function(i,t){return i|t},NWHXf:function(i,t){return i|t},ROhhB:function(i,t){return i===t},kMhoJ:function(i,t){return i|t},LPTjy:function(i,t){return i|t},KQTAs:function(i,t){return i<<t},EvXlh:function(i,t){return i|t},IaFvs:function(i,t){return i|t},GXeqT:function(i,t){return i|t},JxSxm:function(i,t){return i<<t},XDkid:function(i,t){return i|t},dSBWd:function(i,t){return i<<t},URLkF:function(i,t){return i|t},jDnZw:function(i,t){return i|t},mUGIp:function(i,t){return i<<t},hibap:function(i,t){return i<<t},kFGrd:function(i,t){return i<<t},QqVSp:function(i,t){return i!==t},DZakr:n(303),jksTj:n(184),PqdJd:function(i,t){return i|t},npWxh:function(i,t){return i|t},QHvny:function(i,t){return i<<t},enCZy:function(i,t){return i<<t},XdMHn:function(i,t){return i|t},pnhCG:function(i,t){return i<<t},abHlM:function(i,t){return i&t},YqdKX:function(i,t){return i>>>t},iStTG:function(i,t){return i>>>t},YpqiZ:function(i,t){return i>=t},mnnpP:function(i,t){return i<=t},Xwkvx:function(i,t){return i%t},EGiLv:function(i,t){return i/t},IshXh:function(i,t){return i+t},YaOrf:function(i,t){return i*t},NecpK:function(i,t){return i>>>t},MhsYY:function(i,t){return i&t},lwPro:function(i,t){return i>>>t},vUbFc:function(i,t){return i>>>t},POQHt:function(i,t){return i+t},ehrJB:function(i,t){return i+t},PQiVc:function(i,t){return i!==t},OmWMA:function(i,t){return i>>>t},JDiim:function(i,t){return i===t},wsNWg:function(i,t){return i===t},CknRm:function(i,t){return i===t},UwCHx:function(i,t){return i===t},NcFxf:function(i,t){return i&t},NiCcj:function(i,t){return i>>>t},YHDdn:function(i,t){return i&t},XUJDo:function(i,t){return i>>>t},yodHJ:function(i,t){return i&t},pfyjy:function(i,t){return i&t},cWtqb:function(i,t){return i>>>t},kvtLy:function(i,t){return i>>>t},NdnAN:function(i,t){return i&t},GOcpH:function(i,t){return i>>>t},EteAL:"string",WtokT:function(i,t){return i instanceof t},vspeL:function(i,t){return i!=t},rpPMZ:n(1321)+n(1576),TSaSt:"text/plain;chars"+n(1118),dnEiE:n(762),jtBkd:n(1461),BzoJN:n(1005)+"3|2",KLwsi:n(366)+n(821)+"R",tvzxT:n(1449)+"OR",XSYKt:n(644)+n(1011),eMCil:"MESSAGE_ERROR",jzQjr:function(i,t){return i+t},MZNtr:"tzWDP",hpnoN:function(i,t){return i(t)},sePaV:n(974),qWZHo:"tOjrc",NssIP:"XUfyo",zckyH:function(i,t){return i-t},LjGrZ:function(i,t){return i===t},vVwEm:function(i,t){return i==t},nQfug:function(i,t){return i>t},mLrnD:function(i,t){return i>t},qRwFT:function(i,t){return i===t},FUQpV:n(260),kpLWy:function(i,t){return i|t},KpGTD:n(1084),djZnT:n(1296),xjrVH:function(i,t){return i+t},guAZD:function(i,t){return i<=t},ZFVlq:n(1231)+n(1008)+n(1594)+"imes in "+n(1080),UVXze:function(i,t){return i===t},RwNXe:n(428),KbanT:n(727),GDKYt:function(i,t,r){return i(t,r)},AgvDw:function(i,t,r){return i(t,r)},Slhxw:"dQyQo",lDGTS:n(1589),MKCaB:n(473),GngbU:n(1713),NODup:n(1542),elqai:function(i,t,r){return i(t,r)},ZmyHL:function(i,t){return i instanceof t},Zsvpt:function(i,t){return i===t},GBpOo:function(i,t){return i<t},KHNZM:function(i,t){return i&t},yCclA:function(i,t){return i>>t},iKkKp:function(i,t){return i>>t},YDyxm:function(i,t){return i>>t},IzVaP:function(i,t){return i>>t},LrPvp:function(i,t){return i|t},fecaL:n(1536),FOHXb:function(i,t){return i||t},jJrMN:function(i,t){return i||t},zPbtN:function(i,t){return i!=t},RnilA:function(i,t){return i!==t},nepiv:"TgrmM",eFpmP:function(i,t){return i<=t},jvOxM:function(i,t){return i<t},dPLLP:function(i,t){return i===t},Doyqj:function(i,t){return i&t},KVfSJ:function(i,t){return i&t},sifXI:function(i,t){return i===t},lXpVz:n(1202),QNyFS:function(i,t){return i<t},PpXIf:function(i,t){return i-t},yTpMZ:function(i,t){return i<=t},fmnaN:function(i,t){return i&t},lLhFJ:function(i,t){return i&t},vMCrB:function(i,t){return i<<t},msdCp:function(i,t){return i&t},EzAue:function(i,t){return i<<t},EoHxk:function(i,t){return i>=t},eYfbm:function(i,t){return i|t},AjAaP:function(i,t){return i&t},xuuDw:function(i,t){return i>>t},FATwd:function(i,t){return i+t},cNuyn:function(i,t){return i<t},GvtSd:function(i,t){return i&t},gUkET:function(i,t){return i===t},fhxBF:function(i,t){return i&t},xIinq:function(i,t){return i===t},HexIo:function(i,t){return i&t},ApNJE:n(443)+n(274),lFVmo:function(i,t){return i>>t},QuPGi:function(i,t){return i<<t},fpFfT:function(i,t){return i|t},ePwut:function(i,t){return i&t},TtZDd:function(i,t){return i>>t},OSvAy:function(i,t){return i>>t},SBjsA:function(i,t){return i|t},regTR:function(i,t){return i&t},zKhxF:function(i,t){return i-t},wkSTx:function(i,t,r,a){return i(t,r,a)},PauYx:function(i,t){return i instanceof t},haWcb:function(i,t){return i!=t},NwESy:function(i,t){return i instanceof t},cBaca:"boe",Vtwsa:"ppe",cWTXJ:n(1151),KIgcJ:"unknown reason",tnOtV:n(460),KXdEI:n(157)+n(1031),fPEro:"http",LGpqw:n(1398)+n(681)+n(341)+"P",LXmUJ:n(1315),buxJI:n(1644),VtFCE:n(838),igQrl:n(669),oFgTE:n(1566),EJnFo:function(i,t){return i!==t},dmlhU:n(1302),LliDV:function(i,t){return i(t)},uvXga:n(384),nuWDw:n(941),hRlGL:n(813),rCUIx:function(i,t){return i||t},HUxss:function(i,t){return i||t},fCxNI:function(i,t){return i||t},nwWsC:function(i,t){return i||t},pBsgb:function(i,t){return i!==t},skqqI:"uOUuU",cTunr:function(i,t){return i-t},hSRer:function(i,t){return i|t},uRYyV:function(i,t){return i<<t},UmUkt:function(i,t){return i+t},saCZn:"kYXnq",FsEfk:function(i,t){return i||t},rKJEi:function(i,t){return i!=t},DKLPP:n(1654)+n(1178)+"d",NCJnK:n(442)+"id",SywPm:function(i,t,r){return i(t,r)},IZMGV:function(i,t){return i===t},OxzkK:function(i,t){return i===t},mDiXb:n(652),JMyny:n(263),OCNQr:function(i,t){return i(t)},stJEc:function(i,t,r,a){return i(t,r,a)},WSkjA:n(1238)+n(403),SOzgG:n(1238)+n(1083)+"ck",FQueJ:function(i,t,r,a){return i(t,r,a)},GiFpr:n(1238)+n(702)+"k",awGVw:n(1238)+n(265)+"sgid",JPxLi:n(1560),YifTw:"need_ack",LikFI:n(698),JdCkb:function(i,t){return i&&t},HouJT:n(1495),vgdCf:n(216),HRigu:function(i){return i()},PYdJj:"irWBj",NGlAA:function(i,t){return i instanceof t},yfeYT:n(1321)+n(1576)+n(1504)+n(304),tqadn:n(1252)+"e",UYENW:n(909),lbFje:function(i){return i()},NzFvy:function(i,t){return i<t},wjgna:n(1014),OKrbp:function(i,t){return i|t},XpKCm:function(i,t){return i||t},wsqPl:function(i,t){return i>>>t},cvggD:function(i,t){return i+t},JLlLR:function(i,t){return i+t},BNKpA:" + ",IZAqN:function(i,t,r,a){return i(t,r,a)},zXHnS:function(i,t){return i+t},uOUVa:function(i,t){return i+t},mOMMo:function(i,t){return i<t},IlcNN:function(i,t){return i||t},XcSJl:function(i,t){return i!==t},vaBhl:"3|0|1|2|4",yrJvB:function(i,t){return i<<t},eOggU:function(i,t){return i+t},wyIwG:function(i,t){return i|t},EBNHL:function(i,t){return i|t},bhRwx:function(i,t){return i+t},QsCGS:function(i,t){return i!==t},lfgvU:n(771),qIjCG:n(1257),UWaBx:function(i,t){return i>>>t},ctssG:function(i,t){return i&t},LNeFf:function(i,t){return i&t},FRvxJ:function(i,t){return i>>>t},uahOw:function(i,t){return i&t},gmJPq:function(i,t){return i+t},UiNho:n(666),xlzOb:function(i,t){return i+t},KUkTw:n(589),Hyeng:n(1629)+n(1408)+"|6|11|9|5",QVBug:function(i,t){return i>>>t},euscp:function(i,t){return i<t},YUFsX:function(i,t){return i<t},npxoR:function(i,t){return i|t},kqNyQ:function(i,t){return i>>>t},ORPNc:function(i,t){return i|t},zVVKm:function(i,t){return i<<t},daCXP:function(i,t){return i|t},sKuEx:function(i,t){return i>>>t},Pknew:function(i,t){return i|t},VfGLR:function(i,t){return i>t},zitkI:function(i,t){return i>t},tCNSc:n(233),Acufj:"qFzOj",GqzXo:n(1131),fQykE:n(929)+n(554)+n(383),utkex:function(i,t,r,a){return i(t,r,a)},FLboG:n(418),VmwQf:n(1216),CnoCV:n(1039)+n(1207),Podoh:"curvalue",yCJVB:n(199),nnZdD:n(915)+"name",yHvZm:function(i,t,r,a){return i(t,r,a)},uROuS:function(i,t,r,a){return i(t,r,a)},SpNNp:function(i,t){return i(t)},bSxtx:function(i,t){return i instanceof t},GKHiW:n(474)+"d error.",aKTir:function(i,t){return i+t},ZGpPG:function(i,t){return i<t},Ihfqg:function(i,t,r){return i(t,r)},XbIxV:function(i,t,r,a){return i(t,r,a)},zlRBs:"cursor_f"+n(1399),ejlzz:n(229)+n(467),Srzlg:"ALL",srCgt:n(1053),ZNILy:n(1185),fKIlu:function(i,t,r,a){return i(t,r,a)},qzols:function(i,t){return i===t},lgkqu:n(561),PEoJO:n(1393),osPxk:n(378)+"10|2|1|7"+n(693),hmXjj:function(i,t,r,a){return i(t,r,a)},TQOyI:function(i,t){return i(t)},trjaH:n(1156),sooxU:n(482),ouACl:n(1043)+"r",xNlOH:"NKjYX",lZghs:n(358),VWFxy:n(1476),TBNyc:n(1616),ORGia:function(i,t,r,a){return i(t,r,a)},WRLRF:n(615),VJwuc:function(i,t,r,a){return i(t,r,a)},CAzFt:function(i,t,r){return i(t,r)},QtJwZ:"x_fronti"+n(620),RbBsL:n(1438)+"s",BqqdF:function(i,t,r){return i(t,r)},PtXDj:function(i,t){return i(t)},cjUCh:"XyabF",PHYGW:function(i,t){return i!==t},cVSEG:n(970),HsoCi:function(i){return i()},fTNpB:function(i,t){return i===t},xaFVJ:"GgwRu",arIKq:function(i){return i()},YDGYB:function(i,t){return i&&t},QriWN:function(i,t,r){return i(t,r)},GnWRK:function(i){return i()},ggdts:function(i){return i()},ShSfe:function(i,t){return i<t},diMUR:function(i,t){return i<t},ImPVO:function(i,t){return i&t},HqQbR:function(i,t){return i<t},uxXPD:function(i,t){return i-t},nzTrW:function(i,t){return i<<t},bjqpw:function(i,t){return i>>t},rZjdH:function(i,t){return i!==t},DdepB:function(i,t){return i!==t},exora:function(i){return i()},vsIOU:function(i,t){return i(t)},atKHh:function(i,t){return i&t},nhEsa:n(585),lWGGS:function(i,t){return i===t},Ymums:"KfPae",slGSB:"LMWXu",bHogh:function(i,t,r){return i(t,r)},Onkhk:n(601),AeoKC:n(741),dfQRj:function(i,t){return i===t},SduoA:n(1556),XmVLN:n(447),WmUps:n(417),VGkVj:function(i,t){return i(t)},bMIYB:function(i,t){return i!==t},Njzif:n(619)+n(640),MUShB:n(963),jETbV:function(i,t){return i==t},QNbAe:function(i,t){return i===t},sLbZE:n(575)+n(1401)+n(757),nkpvu:function(i,t){return i(t)},UQJmb:n(575)+n(1571)+n(1353)+n(1132)+"ket cons"+n(777)+n(1247)+"ined",rfxVT:"IiwCR",nBLkX:"stop imm"+n(1702)+n(776)+"ct",bRlDP:n(1258),cGQBz:"offline",saYmt:n(833),AzwGa:"pageshow",oqpZj:function(i,t){return i!==t},XhJKH:function(i,t){return i==t},EwxdJ:n(1301),mDpdN:n(1500),FrvlR:n(422),REtoX:n(250)+"d",EBhaR:function(i,t){return i||t},Ysnzw:n(575)+n(852)+n(361)+n(944)+n(916),FqtLK:n(1206),EkhVY:function(i){return i()},ULjRy:n(773),AqXzu:n(555)+"0",vYGel:function(i,t){return i>=t},mzPMm:function(i,t){return i<=t},oIVEv:function(i,t){return i!==t},eXYFV:n(1189),WaPOi:n(1342),CMfwL:n(408),janFB:function(i,t){return i>t},dgeDW:function(i,t){return i&t},fcirL:n(352),McPIt:n(988),WYgYe:function(i,t){return i(t)},XQZzQ:function(i,t){return i(t)},ESOnb:n(1049)+">",YDMOB:function(i,t){return i-t},qvnZW:function(i,t){return i<t},MIwjj:n(1050),JerWv:function(i,t){return i===t},GiAuG:function(i,t,r){return i(t,r)},zrNYx:"RlgzZ",iIRlt:"timeout",CsWdt:n(1255),sREwH:n(270),Dsmna:"going aw"+n(241)+n(200)+n(1293)+n(703),sKsEL:n(1486)+"3",VCCvf:n(1609),dtKPX:n(344),ziztK:n(994),bSinh:function(i,t,r){return i(t,r)},Jkycy:function(i,t){return i!==t},xnbPM:"FPsKb",LKvtO:"send_ack",ttdQh:function(i,t){return i!==t},dhfol:n(1505),klXzn:"0|3|1|4|2",vxgXE:"2|3|1|0|4",yWJfu:n(1235),oWeJs:n(1627),rFovy:function(i,t){return i!==t},vIbUY:"VOdaH",wrLay:function(i,t,r){return i(t,r)},rHrFU:function(i,t){return i===t},oVFVw:"tuvQs",zDrhi:n(1547)+"3|2|1|6",gQmaN:function(i,t){return i<t},dwFDS:function(i,t,r){return i(t,r)},ItoCC:function(i,t){return i+t},rcjNY:function(i,t){return i==t},xuthC:"please provide a"+n(1415)+n(249)+n(676)+n(1480)+"ng or an arraybu"+n(695),zpeSj:function(i,t){return i==t},bMVYJ:"number",WQyai:function(i,t){return i instanceof t},GYHOc:function(i,t){return i(t)},hgJSR:function(i,t){return i(t)},fAXDy:n(575)+n(1268)+n(733)+n(1207),yQaEF:function(i,t){return i instanceof t},cQnjj:function(i,t){return i(t)},hQwEr:n(922),UqKRW:n(1489),Ytxsh:function(i,t){return i<t},uXpja:function(i,t){return i==t},ygbnh:function(i,t){return i!==t},PIKRm:n(534)+n(542)+n(1691),GnkfB:n(506)+"3",TGapa:function(i,t){return i>>t},setgB:n(1443)+n(492)+"s",CAxZx:n(1443)+n(1262)+"t",zJRZe:function(i,t,r){return i(t,r)},PVmIx:function(i,t){return i(t)},PTUzm:n(770),kZRJb:function(i,t){return i*t},kmWEP:function(i,t){return i*t},BIUSg:function(i,t){return i===t},QiwLu:n(213),qezII:function(i,t){return i!=t},EXheL:function(i,t){return i===t},piJvp:function(i,t){return i!=t},aNAHb:function(i,t){return i!=t},NeJdd:"Object",WAKQs:function(i,t){return i===t},wBIXm:n(1725)+n(1432)+n(696)+"pe",YgIEF:function(i,t){return i!=t},WCawe:function(i,t){return i!=t},kzFbj:function(i,t){return i===t},Cljkf:n(500)+n(329)+"alScope",lwXfh:function(i,t){return i===t},kfSnt:n(256)+n(338)+n(719),hxISy:function(i,t){return i!=t},lbiJX:function(i,t){return i===t},JiGBh:function(i,t){return i!=t},ZDgTm:function(i,t){return i!=t}};De.r(X),De.d(X,{FWS:()=>G0,CustomErrorEvent:()=>Ti,createCloseEvent:()=>be,ReconnectEvent:()=>ki,createErrorEvent:()=>me,decodedFrame:()=>Ne,createOpenEvent:()=>Bi,CustomCloseEvent:()=>Di,createReconnectEvent:()=>yr,FrontierMessageEvent:()=>Oi,encodeFrame:()=>wr,createMessageEvent:()=>Ni,OpenEvent:()=>Li,ErrorCode:()=>We,Event:()=>dt,MessageEvent:()=>Ri});let s="";function o(i=""){let t=n,r="02",a=""+Date[t(840)](),x=s||(s=e[t(1222)](m,i)),l=Math.random()[t(175)](16)[t(774)](-6);return e[t(746)](e[t(746)](r,a),x)+l}function c(){let i=n,t={mdSLg:function(r,a,x){return e[P(436)](r,a,x)},RkKYb:function(r,a,x){return r(a,x)}};if(e[i(456)](e[i(960)],e[i(318)]))return e[i(746)](e[i(1010)](1e4,Date[i(840)]()),Math[i(170)](e[i(1452)](1e4,Math.random())));t[i(969)](_0x11aee6,_0x2b02e9,82),t.RkKYb(_0xd8775d,_0xf73754,_0x3c4d3d)}function u(i){let t=n;if(t(839)!==e.TpxWG)return(e.AeNbA(Array,8).join("0")+e[t(436)](parseInt,i,10).toString(2))[t(774)](-8);_0x244fe0[t(1071)](_0xc97301)}function f(i){let t=n;return e[t(746)](Array(4)[t(687)]("0"),e.lieuv(parseInt,i,2).toString(16))[t(774)](-4)}function h(i){let t=n,r=i[t(1708)](/\./)[t(1502)](l=>u(l)),a=[];return a[0]=f(e[t(1274)](r[0],r[1])),a[1]=e.JRbyL(f,r[2]+r[3]),[e[t(594)],t(1412),e[t(594)],e[t(594)],e[t(594)],e[t(416)],a[0],a[1]][t(687)]("")}function m(i){let t=n,r=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[t(993)](i),a=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[t(993)](i);return r?e[t(593)](h,i):a?w(i):e.nueWj}function w(i){let t=n,r="",a=[],x=0,l=0,p=!0,g=e[t(594)];if(i[t(1733)]("::")>-1){let d=i[t(1708)]("::");for(let y=0;e.OehqM(y,d.length);y++){let v=d[y];if(e[t(1655)](v[t(1733)](":"),0)){let I=v[t(1708)](":");p&&(x=I[t(1309)]),l+=I[t(1309)];for(let k=0;k<I.length;k++)if(e.uFbbP(4,I[k][t(1309)])){let L=g[t(464)+"g"](0,e[t(692)](4,I[k][t(1309)])),J=L[t(1710)](I[k]);a[t(636)](J)}else a[t(636)](I[k]);p=!1}else{if(e.sFwuv(4,v[t(1309)])){let I=g[t(464)+"g"](0,e[t(692)](4,v[t(1309)])),k=I[t(1710)](v);a[t(636)](k)}else a.push(v);p&&(x+=1),l+=1,p=!1}}let _="";for(let y=0;e[t(176)](y,e[t(692)](8,l));y++)_=_[t(1710)](g);for(let y=0;e.OehqM(y,a[t(1309)]);y++)e[t(513)](y,x)&&(r=r[t(1710)](_)),r=r.concat(a[y]);return r}{let d=i[t(1708)](":");for(let _=0;e[t(176)](_,d.length);_++){let y=d[_];if(e[t(269)](4,d[_][t(1309)])){let v=g[t(464)+"g"](0,e[t(692)](4,d[_][t(1309)])),I=v.concat(y);r=r[t(1710)](I)}else r=r.concat(y)}return r}}function b(i,t){let r=n,a=i[r(1057)];e[r(456)](void 0,a)&&(e[r(857)](r(715),e[r(251)])?(e[r(436)](Z,t,10),e.nSsfX(Ce,t,a)):this[r(625)+r(258)]=_0x1cfc48);let x=i[r(1613)];e[r(1441)](void 0,x)&&(Z(t,18),Ce(t,x))}function S(i){let t=n,r={};e:for(;!e.JRbyL(K,i);){let a=e[t(272)](ne,i);switch(e[t(1585)](a,3)){case 0:break e;case 1:r.key=e[t(359)](ye,i,e[t(1222)](ne,i));break;case 2:r[t(1613)]=e[t(1117)](ye,i,e[t(1362)](ne,i));break;default:e[t(436)](V,i,7&a)}}if(e.noaMB(void 0,r[t(1057)]))throw new Error(e[t(514)]);if(e[t(513)](void 0,r.value))throw new Error(e.uvEMZ);return r}function A(i){let t=n,r=e[t(398)](se);return e[t(359)](N,i,r),e[t(1362)](T,r)}function N(i,t){let r=n,a=i.SeqID;e[r(461)](void 0,a)&&(e[r(505)](Z,t,8),e[r(359)](Le,t,a));let x=i.LogID;e[r(857)](void 0,x)&&(Z(t,16),e[r(1117)](Le,t,x));let l=i[r(1216)];l!==void 0&&(e[r(1217)](Z,t,24),e.KndiN(Le,t,te(l)));let p=i[r(784)];p!==void 0&&(e[r(1088)](Z,t,32),e.wlknv(Le,t,e[r(1634)](te,p)));let g=i[r(1140)];if(e[r(1386)](void 0,g))for(let J of g){Z(t,42);let B=e[r(398)](se);e[r(1164)](b,J,B),e[r(1117)](Z,t,B[r(1374)]),e[r(1117)](on,t,B),$(B)}let d=i[r(1405)+r(648)];e[r(1121)](void 0,d)&&(Z(t,50),e[r(1425)](Ce,t,d));let _=i["payloadT"+r(572)];_!==void 0&&(e[r(1534)]===e[r(1520)]?_0x5290d6.set(_0x127982,_0x5b933c):(e[r(1164)](Z,t,58),e[r(359)](Ce,t,_)));let y=i.payload;e[r(860)](void 0,y)&&(e[r(312)](Z,t,66),e[r(630)](Z,t,y[r(1309)]),Ot(t,y));let v=i[r(1570)];if(e.SNKKd(void 0,v))if(e[r(1372)]!==e[r(1372)]){let J=_0x4d6206[_0x4b67b3];if(_0x48ecd2[_0x38ea70][r(1309)]!==4){let B=_0x12c77a.substring(0,4-_0x235530[_0x1d1028][r(1309)]),re=B[r(1710)](J);_0x39f195=_0x5b2c6d[r(1710)](re)}else _0x81d867=_0x52dc4d[r(1710)](J)}else e[r(917)](Z,t,74),e[r(1312)](Ce,t,v);let I=i["serverTi"+r(690)];e[r(781)](void 0,I)&&(e.qmMuP(e[r(924)],e[r(924)])?(Z(t,82),e[r(911)](Ce,t,I)):this[r(438)]?.[r(254)](_0x858c34.message_id));let k=i[r(1360)];k!==void 0&&(Z(t,90),Ce(t,k));let L=i[r(1414)+"e"];e[r(547)](void 0,L)&&(e[r(1217)](Z,t,96),e[r(650)](Le,t,e[r(1647)](te,L)))}function D(i){let t=n;return e[t(860)](e[t(787)],t(1503))?e[t(322)](R,e[t(1196)](le,i)):_0x4e9beb?this[t(426)+"E"]():this[t(1454)+"E"]()}function R(i){let t=n,r={};e:for(;!K(i);){let a=e[t(1330)](ne,i);switch(e[t(1585)](a,3)){case 0:break e;case 1:r[t(1523)]=ae(i,!0);break;case 2:r[t(1618)]=ae(i,!0);break;case 3:r[t(1216)]=e.OlRAh(ne,i);break;case 4:r[t(784)]=ne(i);break;case 5:{let x=e[t(272)](M,i);(r[t(1140)]||(r.headers=[])).push(S(i)),i[t(1374)]=x;break}case 6:r["payloadE"+t(648)]=e[t(650)](ye,i,ne(i));break;case 7:r[t(980)+t(572)]=e[t(775)](ye,i,e[t(272)](ne,i));break;case 8:r.payload=e.KndiN(ut,i,e[t(1270)](ne,i));break;case 9:r[t(1570)]=e[t(385)](ye,i,e[t(1318)](ne,i));break;case 10:r[t(433)+t(690)]=e.UiBsB(ye,i,e[t(1662)](ne,i));break;case 11:r[t(1360)]=e[t(505)](ye,i,e[t(1362)](ne,i));break;case 12:r.frameType=e.VjbYc(ne,i);break;default:e[t(496)](V,i,e.vRZVu(7,a))}}if(e[t(1058)](void 0,r[t(1523)]))throw new Error(e[t(872)]);if(e.qmMuP(void 0,r.LogID))throw new Error(t(1429)+t(1338)+t(1173)+t(1618));if(e[t(513)](void 0,r[t(1216)]))throw new Error(e[t(1552)]);if(r[t(784)]===void 0)throw new Error(e[t(1543)]);return r}function M(i){let t=n,r=e[t(976)](ne,i),a=i[t(1374)];return i.limit=i[t(1127)]+r,a}function V(i,t){let r=n;switch(t){case 0:for(;e[r(510)](128,ue(i)););break;case 2:e.unBvZ(z,i,ne(i));break;case 5:z(i,4);break;case 1:e[r(359)](z,i,8);break;default:throw new Error(e.IqEkU("Unimplem"+r(1223)+r(614),t))}}function te(i){let t=n;return i|=0,{low:i,high:e[t(296)](i,31),unsigned:e.PYzjO(i,0)}}let ie=[];function se(){let i=n,t=ie[i(1264)]();return t?(t[i(1127)]=t[i(1374)]=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function $(i){ie.push(i)}function le(i){return{bytes:i,offset:0,limit:i[n(1309)]}}function T(i){let t=n,r=i[t(659)],a=i.limit;return e.QZwaG(r[t(1309)],a)?r:r[t(1668)](0,a)}function z(i,t){let r=n;if(e[r(1274)](i[r(1127)],t)>i[r(1374)])throw new Error(e[r(1563)]);i[r(1127)]+=t}function K(i){let t=n;return e[t(276)](i[t(1127)],i.limit)}function oe(i,t){let r=n,a={TQqNa:function(x,l){return x(l)}};if(e[r(1661)]===r(865))return _0x5dbfea.apply(_0x4b454a(this),_0x238ad4),oiasJZ.TQqNa(_0xc85e50,_0x26bd74[r(205)](this));{let x=i[r(659)],l=i[r(1127)],p=i[r(1374)],g=e[r(903)](l,t);if(e.KJzlz(g,x[r(1309)])){let d=new Uint8Array(2*g);d[r(643)](x),i[r(659)]=d}return i[r(1127)]=g,e[r(894)](g,p)&&(i[r(1374)]=g),l}}function nt(i,t){let r=n,a=i[r(1127)];if(e[r(536)](a,t)>i[r(1374)])throw new Error(e[r(1611)]);return i[r(1127)]+=t,a}function ut(i,t){let r=n,a=nt(i,t);return i[r(659)][r(1668)](a,e.pSZJn(a,t))}function Ot(i,t){let r=n,a=oe(i,t[r(1309)]);i[r(659)].set(t,a)}function ye(i,t){let r=n,a={ZclhK:r(1296),vxSrL:function(x,l,p){return e[r(1068)](x,l,p)}};if(e[r(190)]===e[r(190)]){let x=nt(i,t),l=String[r(1230)+"Code"],p=i[r(659)],g="\uFFFD",d="";for(let _=0;e.Eyugq(_,t);_++){let y=p[e[r(903)](_,x)],v,I,k,L;if(e[r(590)](128,y)===0)d+=e[r(1350)](l,y);else if(e[r(293)](224&y,192))e.PYzjO(e[r(536)](_,1),t)?d+=g:(v=p[e[r(1623)](_,x)+1],e[r(1689)](192,v)!==128?d+=g:(L=e[r(499)](e[r(570)](31&y,6),e[r(1403)](63,v)),e[r(176)](L,128)?d+=g:(d+=e[r(1330)](l,L),_++)));else if(e[r(1146)](e[r(1468)](240,y),224))_+2>=t?d+=g:(v=p[e.sasWQ(e.pSZJn(_,x),1)],I=p[e[r(1256)](_,x)+2],e[r(1689)](e[r(1243)](v,e[r(556)](I,8)),49344)!==32896?d+=g:(L=e.pULBR(e[r(1001)](e.aQTcU(e[r(1468)](15,y),12),e.vRZVu(63,v)<<6),e[r(529)](63,I)),e[r(631)](L,2048)||e[r(423)](L,55296)&&e[r(1601)](L,57343)?d+=g:(d+=l(L),_+=2)));else if(e[r(1146)](e[r(1403)](248,y),240))if(e[r(1154)](_+3,t))d+=g;else if(e[r(456)](e[r(586)],r(984)))v=p[_+x+1],I=p[e.LzAJb(e[r(1648)](_,x),2)],k=p[e.QOeCU(e.RbdhJ(_,x),3)],e[r(1344)](e[r(551)](e[r(499)](v,I<<8)|e[r(191)](k,16),12632256),8421504)?d+=g:(L=e[r(390)](e.cpTfu(7,y)<<18,e[r(967)](63,v)<<12)|e[r(556)](63&I,6)|e[r(654)](63,k),e.OehqM(L,65536)||e[r(894)](L,1114111)?d+=g:(L-=65536,d+=e.unBvZ(l,e.BduUZ(e.FfnNG(L,10),55296),e[r(1643)](e.NxwCa(1023,L),56320)),_+=3));else{if(this[r(1656)+"ngTimer"](),this[r(1549)+r(1572)](),this[r(772)+"sListeners"](),this[r(1603)+r(743)](1e3,_0x512357),this[r(340)+r(1693)]=!1,_0x1ba54d&&this[r(1322)+r(1559)]()&&!this[r(1041)+r(247)]){if(this["_endpoin"+r(914)]?.[r(396)+"chMaxTries"]()){let B=this[r(1407)+r(914)]?.[r(809)+"ntEndpoint"]();this[r(1155)+r(1538)+"ent"](_0x4144a9(r(616),{code:1006,reason:r(299)+B+(" timeout"+r(1409)+r(736)+r(830)),wasClean:!0}))}else{let B=this[r(921)][r(200)+"tInterce"+r(1089)](_0x191833,_0x4eea0c);this[r(1155)+r(1538)+r(560)](e[r(911)](_0xca6d28,"close",{code:_0x1a66af,reason:_0x12ea8b,wasClean:!0,willReconnect:B})),B&&this[r(340)]()}return}this[r(1322)+"orOnline"]()||this[r(1041)+"osed"]?this[r(1155)+"hCloseEv"+r(560)](e.qIyeh(_0x91c1a3,e.zSlhY,{code:_0x55e7c5,reason:e.HCNMv})):this[r(1155)+r(1538)+"ent"](e[r(1088)](_0x6794b1,r(616),{code:1006,reason:e.lGtSi})),this[r(563)]=null,this[r(1407)+r(914)]?.["resetEnd"+r(1042)+r(297)](),this[r(952)+r(195)]?.["resetCou"+r(231)]()}else d+=g}return d}else if(e.BUoJc(_0x1131ca,_0x40d004)){let x=_0x2409e5[r(819)][r(774)](_0x11a382[r(357)+"et"],e.nUOqa(_0x33344[r(1630)+"th"],_0x304172[r(357)+"et"]));this._socket&&this[r(965)][r(1367)]({data:x,fail:l=>{let p=r;this.emit(a.ZclhK,a[p(220)](_0x374b7e,a[p(1420)],{message:this[p(531)+p(1583)+"age"](l)}))}})}else this[r(965)]&&this[r(965)][r(1367)]({data:_0x1b9b1e,fail:x=>{let l=r;this[l(1170)](a[l(1420)],a[l(220)](_0x52de9a,a[l(1420)],{message:this[l(531)+l(1583)+l(796)](x)}))}})}function Ce(i,t){let r=n,a={APDBt:e[r(1394)],iBAsI:function(d,_){return e[r(253)](d,_)},glFNC:e[r(525)],NUbyz:e[r(637)]},x=t.length,l=0;for(let d=0;e[r(176)](d,x);d++){let _=t.charCodeAt(d);_>=55296&&e[r(1197)](_,56319)&&e.BAKFU(d+1,x)&&(_=e[r(1645)](e[r(191)](_,10),t[r(391)+"At"](++d))-56613888),l+=e[r(935)](_,128)?1:e[r(935)](_,2048)?2:e.MGtmI(_,65536)?3:4}e[r(1229)](Z,i,l);let p=e.dVKdf(oe,i,l),g=i[r(659)];for(let d=0;e[r(935)](d,x);d++)if(e.KJumn!==r(1212))tuxLLj[r(512)](tuxLLj[r(577)],typeof _0x352e0f)&&_0x204e06[r(175)+"Tag"]&&_0x284cbb[r(1356)+r(901)](_0x216a68,_0x87a6aa[r(175)+"Tag"],{value:tuxLLj[r(949)]}),_0xd46578[r(1356)+r(901)](_0x53df1d,tuxLLj[r(209)],{value:!0});else{let _=t[r(391)+"At"](d);if(e[r(1154)](_,55296)&&_<=56319&&e[r(880)](d,1)<x&&(_=e[r(445)](e[r(556)](_,10)+t[r(391)+"At"](++d),56613888)),e[r(935)](_,128))g[p++]=_;else{if(e.BAKFU(_,2048))g[p++]=e[r(1243)](e[r(1241)](e[r(1120)](_,6),31),192);else if(e[r(1344)](e.jdusq,e[r(1533)])){let y=a[r(212)].split("|"),v=0;for(;;){switch(y[v++]){case"0":this[r(1041)+r(247)]=!0;continue;case"1":this["_QoSMana"+r(306)]?.[r(1037)]();continue;case"2":this[r(1423)+r(365)+"t"](_0x4eb5cf,_0x595b03);continue;case"3":if(this[r(563)][r(489)+"te"]===this.CLOSED||a.iBAsI(this[r(563)][r(489)+"te"],this[r(1175)]))return void this._debug(a.glFNC);continue;case"4":this[r(1656)+"ngTimer"]();continue;case"5":if(!this[r(563)])return void this[r(1272)](a[r(1729)]);continue;case"6":this["_clearTi"+r(1572)]();continue;case"7":this["_dropGlo"+r(711)+r(1624)]();continue}break}}else e.LCgMs(_,65536)?g[p++]=e.AHMAK(e[r(590)](e[r(1120)](_,12),15),224):(g[p++]=e[r(390)](e[r(435)](_,18)&7,240),g[p++]=e.LKmLx(e.tfcwv(e[r(950)](_,12),63),128)),g[p++]=e[r(1001)](e[r(654)](e[r(168)](_,6),63),128);g[p++]=e[r(1069)](e[r(186)](63,_),128)}}}function on(i,t){let r=n,a={bJVvc:function(x,l){return x&l},ULBKW:function(x,l){return e.PXqDx(x,l)}};if(e[r(253)](r(1066),e[r(663)])){let x=e[r(983)](oe,i,t[r(1374)]),l=i[r(659)],p=t[r(659)];for(let g=0,d=t[r(1374)];g<d;g++)l[e[r(1666)](g,x)]=p[g]}else return _0x47a53f[r(409)+"t8"]?_0x21efd9[r(409)+"t8"](_0x21b5bf,_0xd07b0e):_0x54bd1f[_0x1f98e2]=a[r(799)](255,_0x3ad8b4),a.ULBKW(_0x104f45,1)}function ue(i){let t=n;if(e[t(583)](e[t(1462)],e[t(1136)]))return i[t(659)][e[t(1728)](nt,i,1)];{let r=0,a=0,x;do x=e[t(475)](_0x5c2382,_0x517f92),e[t(1473)](r,32)&&(a|=e[t(570)](e[t(737)](127,x),r)),r+=7;while(e[t(1422)](128,x));return a}}function Lt(i,t){let r=n,a=e[r(1088)](oe,i,1);i[r(659)][a]=t}function ne(i){let t=n,r=0,a=0,x;do x=e[t(1362)](ue,i),r<32&&(a|=e[t(992)](e[t(967)](127,x),r)),r+=7;while(e[t(967)](128,x));return a}function Z(i,t){let r=n,a={hpjXX:r(1443)+r(492)+"s",JvagX:r(1443)+r(1262)+"t",jGwhh:function(x,l){return e[r(1228)](x,l)},GoTko:function(x,l){return e.mOujg(x,l)},OAMnA:function(x,l){return x&l},vVrjT:function(x,l){return x+l},TmaoZ:function(x,l){return e[r(499)](x,l)}};if(e[r(293)](e[r(581)],"UYBVb")){for(t>>>=0;e.mldOA(t,128);)e[r(812)](e[r(540)],e[r(540)])?(Lt(i,e[r(1515)](127,t)|128),t>>>=7):(_0x656cbd(r(904)),this[r(801)](a[r(1595)],_0x332688),this[r(801)](a[r(866)],_0x3782c));e.IztgT(Lt,i,t)}else{if(_0x5093ba<1||a.jGwhh(_0x318c29,_0x2be84d))return a[r(1022)](_0x402591,_0x3d76e4);_0x3c452b+_0x4b561b>_0x4b3cc9&&(_0x113a99=a[r(1022)](_0x3126f7,_0x32f3ab),_0x2ea407=0);let x=_0x52b3c6.call(_0x48623d,_0x4c03c9,_0x3b19f3+=_0x17593e);return a[r(1246)](7,_0x263764)&&(_0x30b721=a.vVrjT(a.TmaoZ(7,_0x4ce7d3),1)),x}}function ae(i,t){let r=n,a={wJYUd:function(d,_,y,v){return d(_,y,v)},gUAhE:function(d,_){return e[P(1585)](d,_)},FEDZu:function(d,_){return e.lxRZh(d,_)},oDdip:function(d,_){return e[P(1585)](d,_)},kenPB:function(d,_){return e[P(737)](d,_)},jAKdH:function(d,_){return d<_},DFGta:function(d,_){return e[P(1526)](d,_)},trrzw:function(d,_){return e[P(211)](d,_)},KVbsD:function(d,_){return d&_}},x=0,l=0,p=0,g;if(g=e[r(1350)](ue,i),x=e[r(1003)](127,g),e[r(682)](128,g)&&(g=e[r(1545)](ue,i),x|=e[r(556)](e.jaDqP(127,g),7),e[r(551)](128,g)&&(g=ue(i),x|=e.XtuIR(e[r(654)](127,g),14),e[r(967)](128,g)&&(g=e[r(1085)](ue,i),x|=e[r(1501)](e[r(1115)](127,g),21),e[r(186)](128,g)&&(g=e[r(475)](ue,i),l=e[r(1115)](127,g),e[r(1689)](128,g)&&(g=e[r(322)](ue,i),l|=(127&g)<<7,e[r(204)](128,g)&&(g=ue(i),l|=e[r(1108)](e.OzcdL(127,g),14),e[r(282)](128,g))))))))if(e[r(458)]===e[r(458)])g=ue(i),l|=e[r(1108)](e[r(654)](127,g),21),e[r(193)](128,g)&&(g=ue(i),p=e.wsJeW(127,g),128&g&&(e.cvIaZ(e[r(504)],e[r(634)])?(g=e.hJwzB(ue,i),p|=e[r(227)](127,g)<<7):_0x5103c1[r(906)]=_0x41c3fe[r(1577)]()[r(476)](()=>(_0x4e9a48(),_0xce0857))[r(476)](function(d){return d})));else{let d={FmqAH:function(y,v){return y>v},JnZJI:function(y,v,I,k){return a[r(1597)](y,v,I,k)},iLInO:function(y,v){return a.gUAhE(y,v)},QPyvo:function(y,v){return a[r(591)](y,v)},pqIdr:function(y,v){return y<<v},BzeNi:function(y,v){return y&v},YNYVH:function(y,v){return a[r(374)](y,v)},AJKYz:function(y,v){return a[r(591)](y,v)},beFdi:function(y,v){return a[r(1638)](y,v)},zQgjB:function(y,v){return a[r(1160)](y,v)},EXyVM:function(y,v){return a[r(855)](y,v)},KYuyu:function(y,v){return a[r(591)](y,v)},vyEUs:function(y,v){return y<v},isAGy:function(y,v){return a[r(825)](y,v)},QgWjb:function(y,v){return a[r(1638)](y,v)},OnwWH:function(y,v){return a[r(1328)](y,v)},eIZwi:function(y,v){return y>>>v},Zplkc:function(y,v){return a[r(595)](y,v)}},_=4294967295;return function(y,v,I=!0){let k=r,L=(k(1723)+"|5|4|11|"+k(1392)+"3").split("|"),J=0;for(;;){switch(L[J++]){case"0":if(d.FmqAH(v+=5,y.length))throw v=y[k(1309)],d[k(1517)](_0x3deb8b,v,10,y[k(1309)]);continue;case"1":_=d[k(1471)](d.QPyvo(_,d[k(934)](d.BzeNi(15,y[v]),28)),0);continue;case"2":_=d.YNYVH(d.QPyvo(_,d.pqIdr(127&y[v],7)),0);continue;case"3":return{value:I?_:d[k(187)](0,_),offset:v};case"4":if(y[v++]<128)return{value:I?_:0|_,offset:v};continue;case"5":_=d[k(732)](_|d.pqIdr(d.zQgjB(127,y[v]),14),0);continue;case"6":if(y[v++]<128)return{value:I?_:d.QPyvo(0,_),offset:v};continue;case"7":if(d[k(853)](y[v++],128))return{value:I?_:d[k(1167)](0,_),offset:v};continue;case"8":if(d[k(1574)](y[v++],128))return{value:I?_:d[k(187)](0,_),offset:v};continue;case"9":if(d[k(853)](y[v++],128))return{value:I?_:d[k(738)](0,_),offset:v};continue;case"10":_=d[k(370)](d[k(1368)](127,y[v]),0);continue;case"11":_=d[k(266)](d.QPyvo(_,d.pqIdr(d.Zplkc(127,y[v]),21)),0);continue}break}}}return{low:e[r(1048)](x,e.IvMek(l,28)),high:e.WKBKn(l>>>4,e[r(1553)](p,24)),unsigned:t}}function Le(i,t){let r=n,a=e[r(1585)](t[r(1200)],0),x=e.gLPUA(e[r(1334)](t[r(1200)]>>>28,e.JCAps(t[r(1332)],4)),0),l=e.bYuJp(t[r(1332)],24),p=e.iZrnP(0,l)?x===0?a<16384?e[r(631)](a,128)?1:2:a<2097152?3:4:e[r(814)](x,16384)?e[r(668)](x,128)?5:6:x<2097152?7:8:e[r(526)](l,128)?9:10,g=oe(i,p),d=i[r(659)];switch(p){case 10:d[e.zQylX(g,9)]=e[r(1585)](l,7)&1;case 9:d[g+8]=e[r(457)](9,p)?e.qnrOs(128,l):e[r(841)](127,l);case 8:d[e[r(1643)](g,7)]=p!==8?e.bYuJp(x,21)|128:e.MXpOK(e[r(437)](x,21),127);case 7:d[e.hlssG(g,6)]=e[r(547)](7,p)?e.LKmLx(e[r(1276)](x,14),128):e[r(1492)](x>>>14,127);case 6:d[e[r(1635)](g,5)]=e[r(961)](6,p)?e[r(1532)](e[r(1276)](x,7),128):e.jaDqP(e[r(1585)](x,7),127);case 5:d[g+4]=e[r(1313)](5,p)?128|x:e.KNETO(127,x);case 4:d[e.aMDod(g,3)]=p!==4?e.SWFIn(a>>>21,128):e[r(1153)](e[r(1280)](a,21),127);case 3:d[e[r(835)](g,2)]=e[r(748)](3,p)?e[r(1114)](a>>>14,128):e[r(1700)](a>>>14,127);case 2:d[e.LzAJb(g,1)]=e[r(457)](2,p)?e[r(1176)](e[r(437)](a,7),128):e[r(689)](e[r(1248)](a,7),127);case 1:d[g]=e[r(797)](1,p)?e[r(1114)](128,a):127&a}}function Ne(i){let t=n,r={QpIUp:function(a,x){return e[P(1484)](a,x)},Dorel:function(a,x){return e[P(423)](a,x)},tfQko:function(a,x){return a|x},gRCSJ:function(a,x){return e[P(484)](a,x)},ATvLJ:function(a,x){return e[P(1561)](a,x)},yYDsY:function(a,x){return e[P(1541)](a,x)},ZQWxt:function(a,x){return a>=x},kabiT:function(a,x){return e[P(1473)](a,x)},EDTXF:function(a,x){return e[P(1048)](a,x)},krePk:function(a,x){return e[P(1541)](a,x)},BcMAH:function(a,x){return e.XflOR(a,x)},nVypj:function(a,x){return e[P(1526)](a,x)},vwStj:function(a,x){return e[P(923)](a,x)},DTVto:function(a,x){return e.AHMAK(a,x)},TGQnD:function(a,x){return e[P(298)](a,x)},DSeqO:function(a,x){return e[P(168)](a,x)}};if(e[t(972)](e[t(718)],e.ddHsv)){let a=_0x20cc60[_0x1177aa++];if(r.QpIUp(a,127))_0x4ba033+=_0x542f1d["fromChar"+t(1490)](a);else if(r[t(782)](a,192)&&a<224)_0xf5336a+=_0x1d1950[t(1230)+"Code"](r.tfQko(r[t(907)](r[t(1642)](31,a),6),r[t(431)](63,_0xaab82[_0x4bc2ac++])));else if(r[t(800)](a,224)&&r.kabiT(a,240))_0x473bb6+=_0xaac2e2[t(1230)+"Code"](r[t(1628)](r[t(907)](r[t(431)](15,a),12),r[t(907)](63&_0x35bd24[_0x431878++],6))|r[t(226)](63,_0xad358f[_0xf3bc58++]));else if(r[t(800)](a,240)){let x=r[t(1193)](r[t(1227)](r[t(1569)](r.DTVto((7&a)<<18,r[t(907)](63&_0x364dea[_0x411fad++],12)),r[t(431)](63,_0x4722bb[_0x554938++])<<6),r.ATvLJ(63,_0x1d32e3[_0x154a3c++])),65536);_0x23dbee+=_0x5c5e28[t(1230)+t(1490)](r.TGQnD(55296,r[t(1254)](x,10))),_0x3954f7+=_0x2b2fda[t(1230)+t(1490)](56320+r[t(226)](1023,x))}}else return e[t(1318)](D,i)}function wr(i){return e[n(1149)](A,i)}let Ci=65536,t0=e[n(1622)],ft=e.kZRJb(Ci,Ci),Ai=e.kmWEP(ft,ft),Ii=Ai/2,He=String[n(1706)+"e"][n(391)+"At"];class j{constructor(t,r,a){let x=n;if(e[x(1477)](e.GIVMF,x(889)))return new _0x516ec2(_0x42db54,_0x3f53be,_0x5c818d);this[x(490)]=!0,this[x(1200)]=e[x(884)](0,t),this[x(1332)]=e.NWHXf(0,r),this[x(290)]=!!a}static[n(490)](t){return t&&e[n(313)](!0,t.isLong)}static[n(557)](t,r,a){return new j(t,r,a)}static fromBytes(t,r,a){let x=n;return a?j[x(1245)+x(881)](t,r):j[x(1245)+x(1663)](t,r)}static["fromByte"+n(881)](t,r){let a=n;return new j(e.kMhoJ(e[a(1114)](e.LPTjy(t[0],t[1]<<8),e.KQTAs(t[2],16)),t[3]<<24),e.EvXlh(e[a(430)](e.GXeqT(t[4],e[a(1358)](t[5],8)),e[a(1553)](t[6],16)),e.jkDYU(t[7],24)),r)}static[n(1245)+n(1663)](t,r){let a=n;return new j(e.XDkid(e[a(432)](e[a(432)](t[4]<<24,e[a(1701)](t[5],16)),e.dSBWd(t[6],8)),t[7]),e[a(371)](e[a(1606)](e[a(1038)](t[0],24),e[a(765)](t[1],16)),e[a(1445)](t[2],8))|t[3],r)}static[n(1099)](t){let r=n;if(e[r(849)](e[r(1434)],e[r(927)]))return e[r(513)](t,t0)?Pi:new j(e[r(657)](e[r(311)](He.call(t,0)|e[r(1687)](He.call(t,1),8),e[r(897)](He[r(1054)](t,2),16)),e[r(1108)](He[r(1054)](t,3),24))>>>0,e.bYuJp(e.lxRZh(e[r(1334)](e[r(1402)](He[r(1054)](t,4),e[r(793)](He[r(1054)](t,5),8)),e[r(1501)](He[r(1054)](t,6),16)),e.pnhCG(He[r(1054)](t,7),24)),0),!0);{let a=_0x5422d4.message.payload;a&&_0x4900ce[r(1317)+"rs"](a)}}[n(1479)](){let t=n;return String["fromChar"+t(1490)](e[t(1492)](255,this[t(1200)]),e[t(529)](e[t(1248)](this[t(1200)],8),255),e[t(804)](e.YqdKX(this[t(1200)],16),255),this[t(1200)]>>>24,255&this[t(1332)],e.iStTG(this[t(1332)],8)&255,e.lpPmC(this[t(1332)],16)&255,e[t(1079)](this[t(1332)],24))}static[n(1138)+"er"](t,r=!0){let a=n;if(isNaN(t))return r?n0:Pi;if(r){if(e[a(882)](t,Ai))return i0}else{if(e[a(1724)](t,-Ii))return s0;if(e[a(1623)](t,1)>=Ii)return r0}return j.fromBits(e[a(311)](e[a(1139)](t,ft),0),e[a(829)](e.EGiLv(t,ft),0),r)}toNumber(){let t=n;return this[t(290)]?e[t(710)](e[t(1010)](e[t(605)](this[t(1332)],0),ft),e[t(1585)](this[t(1200)],0)):e[t(1256)](e[t(1598)](this[t(1332)],ft),e[t(1413)](this[t(1200)],0))}[n(411)](){let t=n;return this[t(1332)]===0&&e.ROhhB(0,this[t(1200)])}[n(1631)](t){let r=n;j[r(490)](t)||(t=j[r(1138)+"er"](t));let a=e[r(1079)](this[r(1332)],16),x=e.TuECj(65535,this[r(1332)]),l=this[r(1200)]>>>16,p=e[r(694)](65535,this[r(1200)]),g=e[r(1040)](t[r(1332)],16),d=e[r(1153)](65535,t[r(1332)]),_=e[r(1147)](t[r(1200)],16),y=65535&t[r(1200)],v=0,I=0,k=0,L=0;return L+=e.hlssG(p,y),k+=e[r(1079)](L,16),L&=65535,k+=l+_,I+=e[r(1413)](k,16),k&=65535,I+=e[r(1530)](x,d),v+=e[r(1280)](I,16),I&=65535,v+=e[r(1507)](a,g),v&=65535,j[r(557)](e.qnrOs(e[r(1038)](k,16),L),v<<16|I,this[r(290)])}[n(946)](t){let r=n;return j[r(490)](t)||(t=j[r(1138)+"er"](t)),e[r(528)](this.unsigned,t[r(290)])&&e[r(293)](e[r(1546)](this[r(1332)],31),1)&&e.qmMuP(e[r(1040)](t[r(1332)],31),1)?!1:e[r(279)](this[r(1332)],t.high)&&e[r(1051)](this[r(1200)],t[r(1200)])}[n(1682)](){let t=n;return this[t(1200)]===-1&&e[t(1456)](-1,this[t(1332)])?j[t(557)](0,0,this[t(290)]):e[t(1450)](-1,this[t(1200)])?j[t(557)](0,e[t(710)](this[t(1332)],1),this[t(290)]):j[t(557)](e[t(1666)](this[t(1200)],1),this[t(1332)],this[t(290)])}toBytes(t){return t?this.toBytesLE():this.toBytesBE()}toBytesLE(){let t=n,r=this.high,a=this.low;return[e[t(1241)](255,a),e.NcFxf(e[t(1564)](a,8),255),e[t(1361)](e.cjMxg(a,16),255),e[t(1481)](a,24),255&r,e[t(552)](e[t(1147)](r,8),255),e[t(1040)](r,16)&255,e[t(1147)](r,24)]}[n(1454)+"E"](){let t=n,r=this[t(1332)],a=this[t(1200)];return[r>>>24,e.pfyjy(r>>>16,255),e[t(1027)](r,8)&255,255&r,e[t(537)](a,24),e[t(1466)](e.GOcpH(a,16),255),a>>>8&255,255&a]}}let Pi=new j(0,0,!1),n0=new j(0,0,!0),r0=j.fromBits(-1,2147483647,!1),i0=j[n(557)](-1,-1,!0),s0=j[n(557)](0,-2147483648,!1);var We=(function(i){let t=n;if(e[t(279)](e[t(1075)],e[t(1021)]))try{return e.txsju(e[t(826)],typeof _0xedc3dd)&&(e[t(760)](_0x36a8c5,_0x2737ac)||_0x5235b6[t(819)]&&e[t(714)](_0x31017c.buffer,_0x56ced3))||e[t(1665)](e[t(826)],typeof _0x1aa038)?"":(_0x6664c7.parse(_0x4ccf68),e[t(164)])}catch{return t(324)==typeof _0x342a38?e.TSaSt:""}else{let r=e[t(1525)][t(1708)]("|"),a=0;for(;;){switch(r[a++]){case"0":i[i[t(366)+t(821)+"R"]=5003]=e[t(1172)];continue;case"1":i[i[t(527)+"NG_ERROR"]=5002]=t(527)+t(811);continue;case"2":return i;case"3":i[i[e.tvzxT]=5005]=t(1449)+"OR";continue;case"4":i[i[t(644)+t(1011)]=5001]=e[t(163)];continue;case"5":i[i[e[t(336)]]=5004]=e.eMCil;continue}break}}})({});class dt{constructor(t){let r=n;this.type=t,this[r(1550)]=null}}class ki extends dt{constructor(t,r){let a=n;if(e[a(972)](e[a(412)],a(486)))super(t),this.message=r&&r.message||null;else{let l=""+_0x2b6330[a(840)](),p=_0x1825e3||(_0x553b29=e[a(1330)](_0x3865f9,_0x4b8b13)),g=_0x73322a[a(1259)]()[a(175)](16)[a(774)](-6);return e.RbdhJ(e[a(862)]("02"+l,p),g)}}}class Ti extends dt{constructor(t,r){let a=n;super(t),this[a(1296)]=r&&r.error||null,this.colno=r&&r[a(1250)]||0,this[a(1544)]=r&&r.filename||"",this[a(327)]=r&&r[a(327)]||0,this[a(727)]=r&&r[a(727)]||"",this[a(1381)]=r&&r[a(1381)]||5001}}class Di extends dt{constructor(t,r){let a=n;super(t),this[a(1381)]=r&&r[a(1381)]||0,this[a(1044)]=r&&r[a(1044)]||"",this.wasClean=r&&r.wasClean||!1,this[a(864)+a(1076)]=r&&r[a(864)+"nnect"]||!1}}class Ri extends dt{constructor(t,r){let a=n;super(t),this.data=r&&r[a(956)]||null}}class Oi extends Ri{constructor(t,r){let a=n;super(t),this[a(956)]=r&&r[a(956)]||null,this.message=r&&r.message||null}}class Li extends dt{constructor(t,r){let a=n;super(t),this[a(956)]=r&&r[a(956)]||null}}function me(i,{message:t,code:r,error:a}){let x=n,l={lBYEQ:function(p,g){return e[P(292)](p,g)}};return e.CQHHs(e.sePaV,e[x(376)])?function(p,...g){let d=x,_=_0x4ed441[d(1054)](QUWqie[d(700)](_0x417dc0,this),p,...g);return _0x257a83.set(_,p.sort?p.sort():[p]),QUWqie[d(700)](_0xf1f6ab,_)}:new Ti(i,{message:t,code:r,error:a})}function be(i,{code:t,reason:r,wasClean:a,willReconnect:x}){return new Di(i,{code:t,reason:r,wasClean:a,willReconnect:x})}function Ni(i,{data:t,message:r}){return new Oi(i,{data:t,message:r})}function Bi(i,{data:t}){return new Li(i,{data:t})}function yr(i,{message:t}){return new ki(i,{message:t})}class Mi{constructor(t,r){let a=n;this.endpoints=t,this[a(645)+"es"]=r,this[a(1679)+a(933)]=0,this[a(339)+"ndpointT"+a(1424)+"t"]=0}["resetEnd"+n(1042)+n(297)](){let t=n;this[t(1679)+"ndex"]=0,this[t(339)+t(1337)+t(1424)+"t"]=0}[n(1455)+"es"](){let t=n;this[t(339)+"ndpointT"+t(1424)+"t"]=0}[n(809)+"ntEndpoint"](){return this[n(379)+"s"][this.currentIndex]}["getCurrentEndpointTriesC"+n(893)](){let t=n;if(e[t(1640)]===e.NssIP)this.endpoints=_0x246949,this[t(645)+"es"]=_0x4f4eda,this["currentI"+t(933)]=0,this[t(339)+t(1337)+"riesCount"]=0;else return this.currentEndpointTriesCount}[n(396)+n(756)+"es"](){let t=n;return!!(this[t(1679)+"ndex"]>=this[t(379)+"s"][t(1309)]||e[t(253)](this[t(1679)+"ndex"],e.zckyH(this[t(379)+"s"][t(1309)],1))&&e[t(1326)](this[t(339)+t(1337)+t(1424)+"t"],this[t(645)+"es"]))}[n(1712)+"rentEndp"+n(1249)+n(688)+n(188)](){let t=n;return e[t(345)](this[t(1679)+t(933)],this[t(379)+"s"][t(1309)])?!0:e[t(1033)](this[t(339)+t(1337)+"riesCount"],this.maxRetries)}["replaceB"+n(1637)+n(285)+n(869)+"unt"](){let t=n;return this[t(339)+t(1337)+t(1424)+"t"]=1,this[t(1679)+t(933)]++,this.endpoints[this[t(1679)+t(933)]]}[n(809)+n(277)+"ntAndUpd"+n(448)](){let t=n;return this["currentE"+t(1337)+t(1424)+"t"]++,this[t(809)+t(277)+"nt"]()}}let lt=(e[n(521)](e[n(577)],typeof globalThis)&&e[n(1236)](e[n(1565)],globalThis[n(769)+n(639)][n(199)])||e[n(896)]("undefined",typeof window)&&e[n(815)](n(213),window[n(769)+n(639)].name))&&e[n(822)](e[n(577)],typeof document),rt=e[n(264)](e[n(577)],typeof globalThis)&&(e[n(1179)]===globalThis[n(769)+n(639)][n(199)]||e[n(574)](e[n(465)],globalThis["construc"+n(639)].name))&&e[n(512)](e[n(577)],typeof tt),Nt=(e[n(1692)](e.dNQyB,typeof globalThis)&&e[n(513)](e[n(1179)],globalThis[n(769)+n(639)].name)||e[n(343)](e[n(577)],typeof globalThis)||e[n(512)](e[n(577)],typeof globalThis)&&!!globalThis[n(878)+n(1204)])&&e[n(1380)](e.dNQyB,typeof wx),Bt=e[n(577)]!=typeof globalThis&&(e.iZrnP(e.wBIXm,globalThis[n(769)+"tor"][n(199)])||e[n(686)](e.Cljkf,globalThis[n(769)+n(639)][n(199)])||e.lwXfh(e[n(230)],globalThis[n(769)+n(639)][n(199)]))&&e[n(1458)](e[n(577)],typeof self),o0=e[n(730)](e[n(577)],typeof globalThis)&&n(1224)===globalThis[n(769)+n(639)][n(199)]&&e[n(264)](n(1096)+"d",typeof global)&&e[n(982)](e.NeJdd,global[n(769)+n(639)].name)&&e[n(959)](n(1096)+"d",typeof process)&&!!process.version;class br{constructor(){let t=n,r={kCUWw:function(a,x){return e[P(721)](a,x)},GWwhx:e[t(1611)]};if(e[t(926)](e[t(600)],e.FUQpV))this[t(808)+"rs"]={};else{let a=_0x292ad7[t(1127)];if(aAGOsV.kCUWw(a+_0xcd098c,_0xd424ce[t(1374)]))throw new _0x2edaa8(aAGOsV[t(778)]);return _0xf651bc.offset+=_0x5251fa,a}}[n(1170)](t,...r){let a=n;if(a(1084)===e[a(1103)]){let x=this[a(808)+"rs"][t];if(x)x.slice()[a(1190)](l=>l.fn[a(1683)](l.ctx,r));else if(e[a(1370)](e.djZnT,t)&&!this[a(810)]){let l=r[a(1309)]&&r[0];if(e.WtokT(l,Error))throw l;let p=new Error(e.aMDod(a(474)+"d error.",l?e[a(761)](" ("+l.message,")"):""));throw p[a(890)]=l,l}return this}else this[a(490)]=!0,this.low=0|_0x40f85f,this.high=e[a(1685)](0,_0xce2a1d),this.unsigned=!!_0x4086f1}off(t,r){let a=n;if(e[a(926)](void 0,t))this[a(808)+"rs"]={};else if(r===void 0)this._listeners[t]=null;else{let x=this[a(808)+"rs"][t];if(x)for(let l=0;l<x[a(1309)];)x[l].fn===r?x[a(597)](l,1):++l}return this}on(t,r,a){let x=n;return(this[x(808)+"rs"][t]||(this._listeners[t]=[]))[x(636)]({fn:r,ctx:a||this}),this}}class a0 extends br{[n(531)+n(1583)+n(796)](t){let r=n;return t[r(1599)]||t[r(632)]?(r(953)+" "+(t.errMsg||"")+r(749)+(t.errNo||""))[r(604)]():JSON.stringify(t)}constructor(t,r,a){let x=n;super(),this._socket=null,Nt&&wx["connectS"+x(284)]&&(this[x(965)]=wx["connectS"+x(284)]({url:t,protocols:r,header:a,fail:this[x(1288)+x(342)+x(257)][x(1013)](this),success:this[x(1288)+x(1607)+x(244)+x(831)].bind(this)})),rt&&tt[x(321)+"ocket"]&&(this._socket=tt[x(321)+x(284)]({url:t,protocols:r,header:a,fail:this[x(1288)+"ocketFailHandler"][x(1013)](this),success:this[x(1288)+x(1607)+x(244)+x(831)][x(1013)](this)}))}[n(1288)+n(1607)+n(244)+n(831)](){let t=n;Promise[t(1577)]().then(()=>{let r=t;this[r(955)+r(928)]()})}[n(1288)+n(342)+n(257)](t){let r=n,a={TqxNS:function(x,l){return e[P(641)](x,l)},BAkdW:e.ZFVlq,TiJVR:function(x,l){return e.UVXze(x,l)},GpTHy:function(x,l){return x+l}};if(e[r(972)](e[r(393)],"xKvLg"))Promise[r(1577)]()[r(476)](()=>{let x=r,l=e[x(1425)](me,x(1296),{message:this[x(531)+x(1583)+x(796)](t)});this[x(1170)](e[x(697)],l);let p=be(e[x(401)],{reason:this[x(531)+x(1583)+"age"](t)});this[x(1170)](e[x(401)],p)});else return a[r(487)](_0x2bddbb,_0x5b9502)?_0x4755ce[r(1354)](new _0x4328e2(a[r(1095)])):(_0xee5d70=_0x3cbba5,a[r(725)](_0x35de2d,_0x1b5224.length)?_0x35461d[r(1577)]():_0x599ba7[_0x2c7d34][r(1013)](_0x176f00)(_0x37fd30,_0x383322[r(1013)](null,a.GpTHy(_0x47f965,1))))}[n(955)+n(928)](){let t=n,r={ioxBJ:function(a,x,l){return e.AgvDw(a,x,l)},mwphO:function(a,x){return e[P(1222)](a,x)},CYVIu:function(a,x){return a===x},pLCxG:e.Slhxw,yUUIz:e[t(1029)],zOYQG:e[t(1055)],VOYYx:e.zSlhY,amtXt:e[t(868)],wFNBE:e[t(697)],pNFak:function(a,x,l){return e[t(436)](a,x,l)}};this._socket[t(699)](a=>{let x=t;r[x(162)](r[x(670)],r[x(859)])?(wzkYlE[x(354)](_0x2ce0a8,_0x47ed36,24),wzkYlE[x(354)](_0x455d02,_0x59ac63,wzkYlE[x(1348)](_0x161e71,_0x1efe9c))):this[x(1170)](r[x(633)],r[x(354)](Bi,r[x(633)],{...a,data:a[x(1599)]||""}))}),this[t(965)][t(1133)](a=>{let x=t;this.emit(r[x(1032)],be(r[x(1032)],{...a}))}),this._socket.onMessage(a=>{let x=t;this[x(1170)](e[x(1016)],e[x(823)](Ni,e[x(1016)],{...a}))}),this[t(965)][t(404)](a=>{let x=t;r[x(1660)]!==r[x(1660)]?(this["_binaryT"+x(572)]=_0xbe4549,this._ws&&(this[x(563)][x(1111)+"pe"]=_0x363eb9)):this[x(1170)](r.wFNBE,r[x(790)](me,x(1296),{...a,message:a[x(1599)]||""}))})}send(t){let r=n,a={occxo:"error",TzSwP:function(x,l,p){return e[P(439)](x,l,p)}};if(e[r(1019)](t,Uint8Array)){let x=t[r(819)].slice(t[r(357)+"et"],e.hlssG(t[r(1630)+"th"],t[r(357)+"et"]));this[r(965)]&&this[r(965)][r(1367)]({data:x,fail:l=>{let p=r;e[p(1456)](e[p(222)],e[p(222)])?this[p(1170)](e[p(697)],e.PUpXe(me,p(1296),{message:this[p(531)+p(1583)+p(796)](l)})):(this[p(563)]&&this[p(563)][p(1367)](_0x1f6542),this._debug(p(1267),_0x76137f))}})}else this[r(965)]&&this[r(965)][r(1367)]({data:t,fail:x=>{let l=r;this[l(1170)](a[l(399)],a[l(1506)](me,"error",{message:this[l(531)+"rrorMess"+l(796)](x)}))}})}[n(616)](t,r){let a=n;this._socket&&this[a(965)][a(616)]({code:t,reason:r})}[n(1690)+n(1624)](t,r){this.on(t,r)}[n(1614)+n(1475)+n(1593)](t,r){this.off(t,r)}get readyState(){let t=n;return this[t(965)][t(489)+"te"]}get[n(1111)+"pe"](){let t=n;return this._socket[t(1111)+"pe"]}set[n(1111)+"pe"](t){}get[n(1279)](){let t=n;return this._socket[t(1279)]}get[n(1074)](){let t=n;return this[t(965)][t(1074)]}get[n(873)+"ns"](){let t=n;if(e.Zsvpt(t(667),t(667)))return this[t(965)][t(873)+"ns"];this[t(999)]=_0x5e316e,this[t(1550)]=null}get[n(1453)+n(609)](){return 0}}function c0(i,t){let r=n,a={WZItd:function(x,l){return e.GBpOo(x,l)},zVGuJ:function(x,l){return e[P(1114)](x,l)},COQeA:function(x,l){return e[P(159)](x,l)},pKQUQ:function(x,l){return e.yCclA(x,l)},vwhKS:function(x,l){return x|l},ybhOO:function(x,l){return e.iKkKp(x,l)},XJgbJ:function(x,l){return e[P(1493)](x,l)},QhEra:function(x,l){return x>>l},CKbZN:function(x,l){return e[P(1073)](x,l)},HslHy:function(x,l){return e[P(665)](x,l)},Swlyu:function(x,l){return e[P(1554)](x,l)},sLusc:function(x,l){return x&l}};if(e[r(1386)](e.fecaL,r(1536)))vnEMyp[r(407)](_0x295ca0,2048)?_0x3ac101[_0x46392c++]=vnEMyp[r(498)](vnEMyp[r(1253)](vnEMyp[r(501)](_0x55b2f7,6),31),192):(vnEMyp[r(407)](_0x243552,65536)?_0x4d97a1[_0x5d8557++]=vnEMyp[r(1527)](vnEMyp.ybhOO(_0xc04139,12)&15,224):(_0x37917c[_0x2e0273++]=vnEMyp[r(498)](vnEMyp[r(1253)](vnEMyp[r(1686)](_0x11820f,18),7),240),_0x28ce9e[_0x5a21df++]=vnEMyp[r(1253)](vnEMyp.QhEra(_0x434a3d,12),63)|128),_0x270b70[_0x9e9161++]=vnEMyp[r(1382)](vnEMyp.HslHy(_0x273a06,6)&63,128)),_0x550e0b[_0x1b2a80++]=vnEMyp[r(1698)](vnEMyp[r(1451)](63,_0x2122aa),128);else{if(t)return new t(i[r(1279)],i[r(1074)]);if(Nt||rt)return new a0(i[r(1279)],i[r(1074)],i.headers);if(e[r(1286)](lt,Bt)&&e[r(512)](r(1096)+"d",typeof WebSocket)&&WebSocket)return new WebSocket(i[r(1279)],i[r(1074)+"s"])}}function x0(i){let t=n;return!!(i||Nt&&wx[t(321)+t(284)]||rt&&tt[t(321)+t(284)]||e[t(1676)](lt,Bt)&&e.zPbtN(e[t(577)],typeof WebSocket)&&WebSocket)}function zi(i,t,r){let a=n,x=-1;async function l(p){let g=P;return e[g(1097)](e[g(1310)],e[g(1310)])?this["currentE"+g(1337)+g(1424)+"t"]:e[g(1596)](p,x)?Promise.reject(new Error(e.ZFVlq)):(x=p,p===r[g(1309)]?Promise.resolve():r[p].bind(i)(t,l[g(1013)](null,e.zQylX(p,1))))}e[a(1270)](l,0)}function Fi(i){let t=n,r=0,a=0;for(let x=0;e.jvOxM(x,i[t(1309)]);++x)a=i[t(391)+"At"](x),a<128?r+=1:a<2048?r+=2:e[t(879)](e[t(291)](64512,a),55296)&&e[t(972)](e[t(1516)](64512,i[t(391)+"At"](x+1)),56320)?(++x,r+=4):r+=3;return r}function Ui(i,t,r){let a=n;if(e[a(945)](a(1390),e[a(245)]))return _0x21a54e(e[a(976)](_0x2f7c1b,_0x1c78de));{if(e[a(507)](e[a(434)](r,t),1))return"";let x="";for(let l=t;l<r;){let p=i[l++];if(e[a(691)](p,127))x+=String[a(1230)+a(1490)](p);else if(e[a(882)](p,192)&&e[a(507)](p,224))x+=String["fromChar"+a(1490)](e[a(657)](e[a(1687)](e[a(503)](31,p),6),e[a(360)](63,i[l++])));else if(e[a(792)](p,224)&&p<240)x+=String[a(1230)+"Code"](e[a(371)](e.vMCrB(e.msdCp(15,p),12),e.EzAue(e[a(1700)](63,i[l++]),6))|e.pfyjy(63,i[l++]));else if(e.EoHxk(p,240)){let g=e[a(1678)](e[a(503)](7,p)<<18|(63&i[l++])<<12|e[a(1284)](63,i[l++])<<6,63&i[l++])-65536;x+=String["fromChar"+a(1490)](e[a(761)](55296,e[a(1198)](g,10))),x+=String[a(1230)+a(1490)](e[a(767)](56320,e[a(204)](1023,g)))}}return x}}function vr(i,t,r){let a=n,x=r,l,p;for(let g=0;e[a(526)](g,i[a(1309)]);++g)if(l=i[a(391)+"At"](g),l<128)t[r++]=l;else if(e.cNuyn(l,2048))t[r++]=e[a(1073)](l>>6,192),t[r++]=e[a(871)](e.GvtSd(63,l),128);else if(e[a(224)](e.fhxBF(64512,l),55296)&&e[a(287)](e[a(1732)](64512,p=i.charCodeAt(e[a(671)](g,1))),56320)){let d=e[a(573)].split("|"),_=0;for(;;){switch(d[_++]){case"0":t[r++]=e[a(871)](e[a(602)](l,12)&63,128);continue;case"1":++g;continue;case"2":l=e[a(880)](e[a(1256)](65536,e.QuPGi(e[a(694)](1023,l),10)),e[a(1561)](1023,p));continue;case"3":t[r++]=e[a(228)](l>>18,240);continue;case"4":t[r++]=e.DxMmT(e[a(1306)](e[a(301)](l,6),63),128);continue;case"5":t[r++]=e[a(1532)](63&l,128);continue}break}}else t[r++]=e[a(1073)](e.OSvAy(l,12),224),t[r++]=e[a(206)](e.Doyqj(e.OSvAy(l,6),63),128),t[r++]=e.regTR(63,l)|128;return e[a(1417)](r,x)}async function qi(i){let t=n;if(e.WHikM(e[t(826)],typeof i)){let r=new Uint8Array(e[t(1196)](Fi,i));return e[t(1460)](vr,i,r,0),r}return e[t(899)](i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i[t(819)],i.byteOffset,i[t(1630)+"th"])}function u0(i){let t=n;try{return e[t(1458)](e[t(826)],typeof i)&&(e.NwESy(i,ArrayBuffer)||i[t(819)]&&i[t(819)]instanceof ArrayBuffer)||e[t(1665)](e[t(826)],typeof i)?"":(JSON[t(1612)](i),e[t(164)])}catch{return e[t(826)]==typeof i?e[t(201)]:""}}let f0=(i,t)=>{let r=n;switch(i){case e[r(1400)]:case e[r(267)]:return{["x-use-"+i]:1,"x-tt-env":t};default:return{}}};class d0{constructor(t){let r=n,a={SHMnw:e[r(697)]};if(e.JDiim(e[r(981)],r(463))){let x=_0x40b12a(a[r(1464)],{message:_0x58ba14[r(727)],code:_0x2f775f[r(1449)+"OR"],error:_0x53bb40});this["_dispatc"+r(1442)+r(560)](x)}else this[r(1646)+r(893)]=t,this[r(446)]=0}[n(1012)](){this.count++}[n(396)+n(680)+"nt"](){let t=n;return e.dafdA(this[t(446)],this.maxLossCount)}[n(837)+n(231)](t=0){let r=n;this["maxLossC"+r(893)]=t,this.count=0}}async function l0(i){let t={IEGhM:function(r,a){return r(a)},ektDl:e.KIgcJ};return new Promise(r=>{let a=P;if(!lt)return r(e[a(1721)]);try{let x=document["createEl"+a(234)](e[a(832)]);window[a(559)+a(598)]=l=>{let p=a;document[p(450)][p(1277)+p(791)](x),window.frontierJSONP=void 0,t[p(1087)](r,l&&l.msg||t[p(386)])},x[a(999)]=e[a(333)],x[a(646)]=i.replace(/^ws/,e[a(1180)])+e.LGpqw;try{document[a(450)][a(1620)+"ild"](x)}catch{document[a(450)]["removeCh"+a(791)](x)}}catch{window[a(559)+a(598)]=void 0,r(e[a(1721)])}})}function Je(i,t,r){let a=n;return!!i?.[a(315)](x=>x[a(1057)]===t&&x.value===r)}function ht(i,t){let r=n;return i?.[r(315)](a=>a[r(1057)]===t)?.[r(1613)]}let Sr=null;async function h0(){let i=n;return Sr||(Sr=Promise[i(1577)]()[i(476)](De[i(1013)](De,e.LXmUJ))),Sr}class g0 extends br{constructor(t,r){let a=n;if(e.wsNWg(e[a(1657)],e.VtFCE)){if(e[a(1154)](_0x272851,_0x4d87a6))return _0x178509}else super(),this._dbName=t,this._keyPath=r,this[a(438)]=void 0,this[a(576)+a(427)]=null}async[n(1065)](){await this[n(273)]()}async _init(){let t=n;if(!this._qosDB){if(this[t(576)+t(427)])return this[t(576)+"mise"];try{let r=this[t(1404)],a=this[t(268)];this[t(576)+"mise"]=(async()=>{let x=t,{openDB:l}=await e[x(398)](h0);this[x(438)]=await e.wkSTx(l,x(559)+"_"+r,1,{upgrade(p){p[x(355)+"jectStore"](r,{keyPath:a})}})})(),await this["_initPro"+t(427)]}catch(r){console[t(1071)](r)}finally{this[t(576)+t(427)]=null}}}async[n(205)](t){let r=n;try{return await this[r(273)](),this._qosDB?.get(this[r(1404)],t)}catch(a){console[r(1071)](a)}}async[n(643)](t,r){let a=n;return await this[a(273)](),this[a(438)]?.[a(1300)](this._dbName,t)}async del(t){let r=n,a={AjQfe:e[r(1016)],XMDab:e[r(697)],ESEsG:e[r(1055)],Qagfy:e[r(401)]};try{if(e[r(1477)](e[r(918)],e.oFgTE)){let x=(r(172)+"1")[r(1708)]("|"),l=0;for(;;){switch(x[l++]){case"0":this[r(563)][r(1690)+r(1624)](a[r(566)],this[r(353)+"ge"]);continue;case"1":this[r(563)]["addEvent"+r(1624)](a.XMDab,this[r(1078)]);continue;case"2":this._ws[r(1690)+r(1624)](a.ESEsG,this._onOpen);continue;case"3":if(!this[r(563)])return;continue;case"4":this[r(563)][r(1690)+r(1624)](a[r(664)],this._onClose);continue}break}}else return await this[r(273)](),this._qosDB?.[r(402)](this[r(1404)],t)}catch(x){console[r(1071)](x)}}async[n(255)](){let t=n;try{if(e[t(1562)]("DNIUV",e[t(846)]))return await this[t(273)](),this._qosDB?.[t(255)](this[t(1404)]);_0x27f45d[t(450)][t(1620)+t(791)](_0x5323ad)}catch(r){console[t(1071)](r)}}async keys(){let t=n,r={OnhAy:function(a,x){return e[P(750)](a,x)},tcTdx:function(a,x){return e[P(710)](a,x)},zoiKz:e[t(594)],XwqsV:e[t(416)]};if(e.uvXga===e[t(1266)])return await this[t(273)](),this[t(438)]?.[t(848)+"ys"](this[t(1404)]);{let a=_0x3c195a[t(1708)](/\./)[t(1502)](p=>_0x34039d(p)),x=[];return x[0]=NEpSjg[t(1513)](_0x34d7f7,a[0]+a[1]),x[1]=_0x48df8c(NEpSjg[t(1555)](a[2],a[3])),[t(1412),NEpSjg.zoiKz,NEpSjg[t(1211)],t(1412),t(1412),NEpSjg[t(397)],x[0],x[1]][t(687)]("")}}async[n(1389)](){let t=n;return await this._init(),this[t(438)]?.[t(1389)](this._dbName)}async[n(1037)](){let t=n;try{this[t(438)]?.[t(616)](),this[t(438)]=void 0}catch(r){console.log(r)}}get[n(271)](){let t=n;try{return!!this[t(438)]}catch(r){return console[t(1071)](r),!1}}}class p0{constructor(t,r){let a=n;this._DBName=t,this._pathKey=r,this[a(438)]=localStorage}async openDB(){}get[n(1650)](){let t=n;return t(559)+"_"+this[t(912)]}async[n(205)](t){let r=n,a={KorLR:function(x){return x()}};if(e[r(313)](r(441),e[r(739)]))EXJuxw[r(1602)](_0x129357),EXJuxw[r(1602)](_0x1668d5);else{let x=this[r(438)][r(1124)](this[r(1650)]);return JSON[r(1612)](e[r(1676)](x,"{}"))[t]}}async[n(643)](t,r){let a=n;if(e[a(480)]===e.hRlGL){let x=this[a(438)].getItem(this[a(1650)]),l=JSON[a(1612)](e[a(596)](x,"{}"));return l[r||t[this[a(421)]]]=t,this[a(438)][a(235)](this[a(1650)],JSON.stringify(l)),r||t[this[a(421)]]}else return}async[n(254)](t){let r=n,a=this[r(438)].getItem(this[r(1650)]),x=JSON[r(1612)](e[r(520)](a,"{}"));return x[t]=void 0,this[r(438)][r(235)](this._prefix,JSON[r(828)+"y"](x))}async clear(){return this[n(438)].clear()}async keys(){let t=n,r=this._qosDB.getItem(this[t(1650)]),a=JSON[t(1612)](e.fCxNI(r,"{}"));return Object.keys(a)}async getAll(){let t=n,r=this[t(438)][t(1124)](this[t(1650)]),a=JSON[t(1612)](e[t(545)](r,"{}"));return Object[t(1215)](a)}closeDB(){return Promise[n(1577)]()}get[n(271)](){return!!this[n(438)]}}class m0{constructor(t,r){let a=n;this._DBName=t,this[a(421)]=r,this[a(438)]=rt?tt:Nt?wx:null}async[n(1065)](){}get[n(1650)](){let t=n;return t(559)+"_"+this[t(912)]}async[n(205)](t){let r=n,a=this[r(438)]["getStora"+r(1287)](this._prefix);return JSON[r(1612)](a||"{}")[t]}async[n(643)](t,r){let a=n,x=this[a(438)][a(1568)+a(1287)](this[a(1650)]),l=JSON[a(1612)](e[a(1496)](x,"{}"));return l[r||t[this._pathKey]]=t,this[a(438)][a(905)+a(1287)](this[a(1650)],JSON[a(828)+"y"](l)),r||t[this[a(421)]]}async[n(254)](t){let r=n,a=this._qosDB[r(1568)+r(1287)](this[r(1650)]),x=JSON[r(1612)](a||"{}");return x[t]=void 0,this._qosDB["setStora"+r(1287)](this[r(1650)],JSON[r(828)+"y"](x))}async[n(255)](){let t=n;if(e[t(1375)](e[t(1261)],t(788))){let x=(t(239)+"2")[t(1708)]("|"),l=0;for(;;){switch(x[l++]){case"0":_0x44ff4d[_0x428100](r,r.exports,_0x4c4662);continue;case"1":var r=_0x4e1596[_0x5bdec6]={exports:{}};continue;case"2":return r[t(906)];case"3":var a=_0xd00dcb[_0x190d2f];continue;case"4":if(tuxLLj[t(583)](void 0,a))return a[t(906)];continue}break}}else return this._qosDB[t(1677)+t(744)]()}async keys(){let t=n;if(t(685)!==e[t(1109)]){let r=this[t(438)][t(1568)+t(1557)+"nc"](this[t(1650)]),a=JSON[t(1612)](e[t(1496)](r,"{}"));return Object[t(1333)](a)}else{let r=e[t(1323)](e[t(420)](e.LrPvp((7&_0x2c23a6)<<18,e.dSBWd(e.TuECj(63,_0x2a27c6[_0x5a2436++]),12))|e[t(1448)](63&_0x527854[_0x3479f7++],6),e[t(159)](63,_0x37219f[_0xe3fa53++])),65536);_0x318fde+=_0x4c5c0f[t(1230)+t(1490)](e[t(569)](55296,e[t(435)](r,10))),_0xae3964+=_0x23eb66[t(1230)+t(1490)](e[t(1696)](56320,1023&r))}}async[n(1389)](){let t=n,r=this._qosDB[t(1568)+"geInfoSync"](this[t(1650)]),a=JSON[t(1612)](r||"{}");return Object[t(1215)](a)}closeDB(){return Promise[n(1577)]()}get[n(271)](){return!!this[n(438)]}}function Ki(i,t){let r=n;if(e[r(520)](rt,rt))return new m0(i,t);if(e[r(532)](lt,Bt)&&e[r(512)](e[r(577)],typeof indexedDB))return new g0(i,t);if((lt||Bt)&&e.rKJEi(e[r(577)],typeof localStorage))return new p0(i,t);throw new Error(e[r(1134)])}class _0{constructor(){let t=n;this[t(1024)+t(1285)+"Id"]=null,this._interval=36e5,this._qosDB=Ki("qos",e.NCJnK)}async[n(1024)+n(1308)](){let t=n;e[t(1036)](clearInterval,this._intervalTimeoutId),this[t(1024)+t(1285)+"Id"]=e[t(1709)](setInterval,()=>{this.flushExpired()},this[t(1024)+"l"])}async[n(1065)](){let t=n;await this._qosDB[t(1065)]()[t(476)](()=>{let r=t;this[r(1024)+r(1308)]()})}async[n(658)+n(1220)](){let t=n,r={UwTxE:function(a,x){return e[P(849)](a,x)},eXcmf:function(a,x){return e[P(943)](a,x)},SXZZg:function(a,x){return e[P(1147)](a,x)},JfzGa:function(a,x){return a>>>x},WOfSc:function(a,x){return a===x}};if(e[t(1722)](e[t(1324)],e[t(380)]))return _0x339bdf.isLong(_0x3e5ab9)||(_0x465617=_0x5d7cf1.fromNumber(_0x120558)),JbiyLO[t(1101)](this[t(290)],_0x901cfd[t(290)])&&JbiyLO[t(1680)](JbiyLO[t(1152)](this[t(1332)],31),1)&&JbiyLO[t(1680)](JbiyLO[t(180)](_0x16b549[t(1332)],31),1)?!1:JbiyLO[t(936)](this[t(1332)],_0x4467dd[t(1332)])&&JbiyLO[t(936)](this.low,_0x14a4c1.low);(await this[t(438)]?.[t(1389)]()||[])[t(1436)](({timestamp:l})=>l<Date[t(840)]())[t(1190)](l=>{let p=t;this[p(438)]?.[p(254)](l.message_id)})}async[n(254)](t){let r=n;return this[r(438)]?.[r(254)](t)}async[n(643)](t,r){let a=n;return this[a(438)]?.[a(643)]({message_id:t,timestamp:r})}async get(t){let r=n;return this[r(438)]?.[r(205)](t)}async[n(1037)](){let t=n;e[t(806)](clearInterval,this[t(1024)+"lTimeoutId"]),await this[t(438)]?.closeDB()}get[n(271)](){let t=n;return this[t(438)]?.[t(271)]}}function Er(i){let t=n,r=!!this[t(921)].enableQoS;if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=e[t(1667)](Je,i.message[t(1140)],e.WSkjA,"2"),x=a&&e[t(1667)](Je,i[t(727)][t(1140)],e[t(742)],"1"),l=a&&e[t(1142)](Je,i[t(727)][t(1140)],e[t(1704)],"1"),p=l?e.dYLMh(ht,i.message[t(1140)],e[t(1188)])?.[t(1708)](",")[t(1436)](Boolean)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:x,isAckCleanupMessage:l,ackMsgIds:p}}async function ji(){let i=n;return this[i(755)+"ger"]||(this[i(755)+i(306)]=new _0),this[i(755)+i(306)].isReady||await this[i(755)+"ger"][i(1065)](),this[i(755)+"ger"]}async function w0(i,t){let r=n;if(e[r(1347)]===e[r(1347)]){let{enableAutoAck:a}=this[r(921)],x=e[r(1667)](Je,i[r(727)].headers,e[r(1511)],"1"),l=Je(i[r(727)][r(1140)],e.LikFI,"1"),p=Er.call(this,i);if(e[r(1e3)](a,x)){let{SeqID:g,LogID:d,service:_,LogIDNew:y,method:v}=i.message;this[r(1437)]({SeqID:g,LogID:d,LogIDNew:y,service:_,method:v,headers:[{key:e.LikFI,value:"1"},{key:e.HouJT,value:e[r(1496)](y,"")},{key:e[r(851)],value:"0"}]})}l&&!p.isQoSAck&&this[r(1155)+"hAckMess"+r(747)](i),e.mPwsk(t)}else{let a=_0x517c3c();return _0x315a97(_0x469ed2,a),_0x587b3e(a)}}async function y0(i,t){let r=n;this[r(1272)](r(1070),i[r(727)]),e.HRigu(t)}async function b0(i,t){let r=n;if(e[r(1058)](e[r(425)],e.PYdJj)){let a=e[r(1647)](Ne,await qi(i.data));try{if(a[r(1395)]instanceof Uint8Array){let x=e[r(1201)](this[r(921)][r(1405)+r(648)],Object)?{force:!!this[r(921)][r(1405)+r(648)][r(275)],encoding:this._options[r(1405)+r(648)][r(1717)]?this._options[r(1405)+r(648)][r(1717)][r(1052)](/\s/g,"")[r(381)+"ase"]():""}:{force:!1,encoding:this[r(921)][r(1405)+r(648)]?this._options[r(1405)+r(648)].replace(/\s/g,"")[r(381)+r(1467)]():""},l=a["payloadE"+r(648)]?a["payloadE"+r(648)][r(1052)](/\s/g,"")["toLowerC"+r(1467)]():"",p=e[r(760)](this[r(921)][r(980)+r(572)],Object)?{force:!!this[r(921)][r(980)+r(572)].force,type:this[r(921)].payloadType[r(999)]?this[r(921)][r(980)+r(572)][r(999)][r(1052)](/\s/g,"")["toLowerC"+r(1467)]():""}:{force:!1,type:this[r(921)][r(980)+"ype"]?this._options.payloadType[r(1052)](/\s/g,"")[r(381)+r(1467)]():""},g=a[r(980)+r(572)]?a[r(980)+r(572)][r(1052)](/\s/g,"")["toLowerC"+r(1467)]():"",d=p[r(275)]?p.type:g||p.type,_=x[r(275)]?x.encoding:l||x[r(1717)],y=[e.TSaSt,e[r(164)],e[r(1707)],e[r(826)]],v=[e[r(218)],e[r(1191)]];this[r(921)][r(649)+r(364)+r(1674)+"ad"]&&y.includes(d)&&(!_||v[r(842)](_))?a[r(876)+r(1474)]=Ui(a.payload,0,a[r(1395)].byteLength):a[r(876)+r(1474)]=""}else a[r(876)+r(1474)]=""}catch(x){a[r(876)+r(1474)]="",console[r(1071)](x)}i.message=a,e[r(1519)](t)}else{let a=this[r(921)]["reconnec"+r(519)+r(1089)](_0x328b26,_0x1bc3cf);this["_dispatchCloseEv"+r(560)](e[r(630)](_0x25aec4,r(616),{code:_0x56cfbe,reason:_0x2f5bf7,wasClean:!0,willReconnect:a})),a&&this[r(340)]()}}function v0(i,t,r){let a=n,x={kQvlr:function(_,y){return e[P(1181)](_,y)},KmiRN:function(_,y){return _(y)},LKmgM:function(_,y){return _+y},CkgpM:e[a(1388)],VMQdD:function(_,y){return _+y},kmYcH:function(_,y){return e[a(836)](_,y)}},l=e[a(834)](r,8192),p=e[a(346)](l,1),g=null,d=l;return function(_){let y=a;if(x[y(622)](_,1)||_>p)return x.KmiRN(i,_);if(x[y(805)](d,_)>l)if(x.CkgpM!==y(1014)){let I=this[y(438)]["getStora"+y(1287)](this[y(1650)]),k=_0xbb9578[y(1612)](I||"{}");return k[_0xade80||_0x102c73[this[y(421)]]]=_0x16e43f,this[y(438)][y(905)+y(1287)](this._prefix,_0x51dd29[y(828)+"y"](k)),_0x599c81||_0x3573f[this._pathKey]}else g=i(l),d=0;let v=t.call(g,d,d+=_);return 7&d&&(d=x[y(1684)](x[y(302)](7,d),1)),v}}let S0=4294967295;function E0(i,t,r){let a=n;return e[a(1662)](RangeError,e[a(1221)](e[a(746)](e[a(1670)](a(158)+a(1349)+a(1591)+i,e[a(368)]),e[a(1286)](t,1)),a(1094))+r)}function C0(i,t,r){let a=n;if(e.mLrnD(r,S0))throw new Error(a(996)+a(1020)+"e");let x=3;for(;x>=0;){let l=e.abHlM(255,r);e.IZAqN(Ar,l,i,e[a(1623)](t,x)),r>>>=8,x--}return e[a(202)](t,4)}function A0(i,t){let r=n,a=0,x=t,l=e[r(177)](t,4);for(;e[r(1165)](x,l);){let{value:p,offset:g}=Cr(i,x);x=g,a=e.XUJDo(a<<8,0),a+=p}return{value:a,offset:l}}function I0(i,t,r){let a=n;if(e[a(1314)](a(494),"rUWok")){let x=(a(181)+"3")[a(1708)]("|"),l=0;for(;;){switch(x[l++]){case"0":if(_0x5f06ee&&_0x273611[a(321)+a(284)])return!0;continue;case"1":if(e[a(932)](_0xec8d36,_0x579ffd)&&e[a(1665)](e[a(577)],typeof _0x4331e7)&&_0x343947)return!0;continue;case"2":if(_0x71fce0&&_0x20e25e[a(321)+a(284)])return!0;continue;case"3":return!1;case"4":if(_0x257a09)return!0;continue}break}}else{let x=e[a(1605)][a(1708)]("|"),l=0;for(;;){switch(x[l++]){case"0":if(i[a(1309)]<40)return e[a(1635)](e[a(1142)](vr,i,t,r),r);continue;case"1":if(t.utf8Write)return t.utf8Write(i,r)+r;continue;case"2":if(t[a(998)])return t[a(998)](i,r)+r;continue;case"3":if(!i)return r;continue;case"4":return vr(i,t,r)+r}break}}}function P0(i,t){let r=n,a=new j(e[r(1343)](i[e[r(862)](t,4)],24)|e[r(992)](i[e[r(1256)](t,5)],16)|i[e[r(347)](t,6)]<<8|i[e.BduUZ(t,7)],e[r(679)](e[r(920)](e[r(499)](e.enCZy(i[e.QwzZt(t,0)],24),i[e.ePrAy(t,1)]<<16),i[e[r(767)](t,2)]<<8),i[e[r(202)](t,3)]),!0);return t+=8,{value:a,offset:e[r(1397)](t,8)}}function k0(i,t,r){let a=n,x={THuUF:e[a(1721)]};if(e.QsCGS(e[a(497)],e[a(1340)])){let l=i.low,p=i[a(1332)];return t[r]=e.UWaBx(p,24),t[r+1]=e[a(1491)](e[a(1564)](p,16),255),t[e[a(1623)](r,2)]=e[a(1361)](p>>>8,255),t[e[a(1507)](r,3)]=e[a(612)](255,p),t[r+4]=l>>>24,t[r+5]=e[a(694)](e.JGYuG(l,16),255),t[r+6]=e.GvtSd(e[a(310)](l,8),255),t[r+7]=e[a(326)](255,l),r+=8,r}else _0x601019["frontier"+a(598)]=void 0,_0x21e7fa(XhgdDr[a(1093)])}function Cr(i,t){let r=n;return i[r(1463)+"8"]?{value:i[r(1463)+"8"](t),offset:e[r(1150)](t,1)}:{value:e[r(503)](255,i[t]),offset:t+1}}function Ar(i,t,r){let a=n,x={zkjlT:function(l,p){return e[P(532)](l,p)}};if(e[a(1097)](a(1232),e[a(1157)]))return t[a(409)+"t8"]?t[a(409)+"t8"](i,r):t[r]=e[a(1153)](255,i),e[a(627)](r,1);{let l=this[a(438)][a(1124)](this[a(1650)]),p=_0x4d0755[a(1612)](FxvSpn[a(1387)](l,"{}"));return p[_0x2a8c15]=void 0,this[a(438)][a(235)](this[a(1650)],_0x3705eb.stringify(p))}}let T0=function(i){return new Uint8Array(i)},D0=e.ZDgTm(e[n(577)],typeof Buffer)?Buffer[n(1590)+n(348)]:e[n(1728)](v0,T0,Uint8Array.prototype[n(1668)]),R0=16,Ir=32;function O0(i){let t=n,r={qjjth:function(a,x){return e[P(835)](a,x)},ISoyA:function(a,x){return e[P(728)](a,x)},mzyWr:function(a,x){return a*x},dinwo:function(a,x){return e[P(1158)](a,x)}};if(e[t(879)](e[t(1214)],e[t(971)])){let a=_0x31e8df[t(659)],x=_0x5a7812[t(1127)],l=_0x1919d2[t(1374)],p=QmOaWX[t(309)](x,_0x211ead);if(QmOaWX[t(817)](p,a[t(1309)])){let g=new _0x23f152(QmOaWX.mzyWr(2,p));g[t(643)](a),_0x10ea40[t(659)]=g}return _0x4e066a[t(1127)]=p,QmOaWX.dinwo(p,l)&&(_0x544bc0[t(1374)]=p),x}else{let a=0,x={};for(let l=0;l<i[t(1309)];l++)if(e[t(1456)](t(546),e[t(1316)])){let p=this._qosDB[t(1568)+t(1557)+"nc"](this._prefix),g=_0x261e0e.parse(p||"{}");return _0x27c5f8[t(1215)](g)}else x[i[l][t(990)+"ame"]]=e[t(493)](Fi,i[l][t(990)+t(1586)]),a+=e.zXHnS(14,x[i[l]["cursor_n"+t(1586)]]);return[a,x]}}function Gi(i,t,r){let a=n,[x,l]=e[a(1222)](O0,i),p=e[a(1695)](D0,x),g=0;return i[a(1190)](d=>{let _=a,y=e[_(1379)][_(1708)]("|"),v=0;for(;;){switch(y[v++]){case"0":g=e[_(989)](k0,j[_(1138)+"er"](d[_(1329)]||t),p,g);continue;case"1":console[_(1071)](e[_(286)],g);continue;case"2":g=I0(d.cursor_name,p,g);continue;case"3":console[_(1071)](e[_(1194)],g);continue;case"4":g=e[_(1460)](Ar,0,p,g);continue;case"5":console[_(1071)](e.CnoCV,d,d.service);continue;case"6":console.log(e[_(1617)],g);continue;case"7":console.log(e[_(867)],g);continue;case"8":console[_(1071)](e[_(571)],g);continue;case"9":g=e[_(1240)](C0,p,g,d.service||0);continue;case"10":g=e.uROuS(Ar,l[d[_(990)+_(1586)]],p,g);continue}break}}),{frameType:Ir,headers:[{key:"cursor_f"+a(1399),value:r}],payload:p}}function L0(i){let t=n,r=0,a=[];for(;e[t(1384)](r,i[t(1630)+"th"]);)if(e[t(1375)](t(1110),t(1110))){let x=_0x326983[t(1309)]&&_0x4df6e8[0];if(e.bSxtx(x,_0x28b276))throw x;let l=new _0x2c20bc(e[t(734)]+(x?e[t(1221)](e[t(1715)](" (",x[t(727)]),")"):""));throw l.context=x,x}else{let{offset:x}=e[t(1205)](Cr,i,r);r=x;let l={cursor_name:"",cursor:0,service:0},{value:p,offset:g}=e.Ihfqg(A0,i,r);l[t(1216)]=p,r=g;let{value:d,offset:_}=e.unBvZ(Cr,i,r);r=_,l[t(990)+t(1586)]=e[t(1234)](Ui,i,r,e[t(1715)](r,d)),r+=d;let{value:y,offset:v}=P0(i,r);l[t(1329)]=y[t(1457)](),r=v,a.push(l)}return a}function N0(){let i=n;return{frameType:Ir,headers:[{key:e.zlRBs,value:e[i(413)]}],payload:void 0}}class B0{constructor(t,r,a){let x=n;this[x(1281)+"ameSpace"]=t,this[x(625)+x(258)]=r,this[x(780)+x(1494)]=a,this[x(438)]=e[x(630)](Ki,this[x(1281)+x(395)],x(990)+x(1586))}async[n(1065)](){let t=n;await this[t(438)][t(1065)]()}async[n(400)+"rs"](){let t=n;if(!this._qosDB[t(271)])return;let r=this[t(780)+"Strategy"],a=await this[t(438)][t(1389)]();switch(console[t(1071)](t(387)+t(261),a),r){case e[t(1351)]:return a&&a.length?Gi(a,0,this[t(625)+t(258)]):void 0;case e[t(1303)]:return;case e[t(1705)]:return a&&a[t(1309)]?e[t(415)](Gi,a,0,this[t(625)+t(258)]):N0()}}async[n(643)](t,r,a){let x=n;if(e.qzols(e[x(337)],e.lgkqu))return console[x(1071)](e[x(328)],t,r,a),this[x(438)][x(643)]({cursor_name:t,cursor:r,service:a});e[x(989)](_0x50ed15,this,_0x4562b1,[_0x3d6f6f,_0x5a5222,_0x448f86,_0x22a9fe,_0x18a9e9,_0x472765])}async[n(1317)+"rs"](t){let r=n,a={ggLjP:e[r(908)],vcWwh:function(l,p,g,d){return e[r(606)](l,p,g,d)},pqwfs:e[r(286)],wxveB:r(548),XqblW:function(l,p,g,d){return e[r(606)](l,p,g,d)},DmmIM:e[r(349)],YbCcz:e[r(1194)]},x=e[r(308)](L0,t);for(let l of x)if(e[r(1364)]===e[r(1535)]){let p=a[r(1658)][r(1708)]("|"),g=0;for(;;){switch(p[g++]){case"0":_0x2f938c=gxVPVX.vcWwh(_0x15d80c,_0x490d67[r(1138)+"er"](_0xc5856c[r(1329)]||_0x137d78),_0x2dc7d4,_0x31292e);continue;case"1":_0x48671a.log(r(915)+r(199),_0x1c27ef);continue;case"2":_0x24fa30=_0x109df2(_0x1b742a[_0xa46e52[r(990)+r(1586)]],_0x94f54c,_0x1f787e);continue;case"3":_0x1a6bb7=_0x1a1e20(0,_0x1e82cf,_0x529982);continue;case"4":_0x1b2f83[r(1071)](gxVPVX[r(1046)],_0x4a3112);continue;case"5":_0x3c6ad8=gxVPVX[r(1082)](_0x3e82b6,_0x3d494f,_0x1d6e4c,_0x108c35.service||0);continue;case"6":_0x583b3c[r(1071)](gxVPVX.wxveB,_0x19cd4a);continue;case"7":_0x55c9a8=gxVPVX.XqblW(_0x528dfd,_0x4e22b9["cursor_n"+r(1586)],_0x529f6d,_0x4f178c);continue;case"8":_0x4f6d90[r(1071)](gxVPVX[r(1289)],_0x1d1c0b,_0x535fc3.service);continue;case"9":_0x138371.log("name",_0x3113a3);continue;case"10":_0xd5a0f3[r(1071)](gxVPVX.YbCcz,_0x5771b9);continue}break}}else console[r(1071)](e.ouACl,x),await this[r(438)].set(l)}async[n(205)](t){let r=n;return(await this[r(438)][r(205)](t))?.[r(1329)]}async[n(1037)](){let t=n;e.UVXze(t(1263),e[t(1283)])?await this[t(438)][t(1037)]():(e[t(1205)](_0x9e1eff,_0x24d2e5,10),e.AgvDw(_0x251153,_0x354406,_0x57edaa))}["updateCursorFile"+n(985)](t){let r=n;this[r(625)+r(258)]=t}get[n(271)](){let t=n;return this[t(438)][t(271)]}}let M0=n(1345)+n(1447);async function Hi(i){let t=n;if(!this[t(921)][t(455)+"S"])return null;let{aID:r,fpID:a,messageStrategy:x}=this[t(921)],l=e.rCUIx(i,M0);try{if(e[t(331)]!==e[t(331)]){let{pingInterval:p,pingFrequency:g}=this._options;if((e[t(1298)]("hi",_0xe32579.data)&&e.YwMMX(e[t(1056)],g)||e[t(513)](e.VWFxy,g))&&(this[t(1656)+t(1433)](),this[t(1170)](t(1443)+t(492)+"s",e[t(1633)]),this[t(1174)+"gTimeoutId"]=e[t(823)](_0x3743a2,this._ping[t(1013)](this),p)),e[t(1477)]("hi",_0x414b7a[t(956)]))return;try{e[t(1439)](_0x829d55,this,_0xc2fd9d,[_0x67e81f,_0x97645a,_0x20d29c,_0x2eaeba,_0x175bdd,_0x43185a])}catch(d){let _=e[t(947)](_0x46bcd0,t(1296),{message:d[t(727)],code:_0x56f921["MESSAGE_"+t(1171)],error:d});this[t(1155)+t(1442)+"ent"](_)}}else return this["_cursorM"+t(588)]?i&&this[t(452)+t(588)][t(786)+t(515)+"Name"](i):this[t(452)+t(588)]=new B0(a+"_"+r+"_"+l,l,x),this._cursorManager.isReady||await this[t(452)+t(588)][t(1065)](),this._cursorManager}catch{return null}}async function z0(i,t){let r=n,a={QXooq:function(k,L){return k===L},XctCz:e.djZnT,IItIF:function(k,L){return k>>L},xgnjY:function(k,L){return k>=L}},x=Je(i[r(727)].headers,"code","-1"),l=e[r(468)](Je,i[r(727)][r(1140)],e[r(549)],"1"),p=e[r(1510)](ht,i.message[r(1140)],e[r(1025)]),g=Number(e[r(1295)](ht,i.message[r(1140)],r(1238)+r(459)))||0,d=Er.call(this,i),_=e[r(1667)](Je,i[r(727)][r(1140)],e.RbBsL,"2"),y=e.BqqdF(ht,i[r(727)][r(1140)],"x-msg-cu"+r(713)+"e"),v=e.PtXDj(Number,ht(i[r(727)].headers,r(377)+r(1269)+"ue"));if(d[r(892)])return t();let I=d["isQoSMes"+r(1141)]?await ji[r(1054)](this):null;if(i[r(727)].service>0&&l&&!x||e[r(1228)](i.message.service,0))if(r(1105)!==e[r(1641)]){if(p&&d[r(1130)+"sage"]&&I){if(!!!await I[r(205)](p))if(e[r(712)](r(1482),e.cVSEG))this[r(1155)+r(722)+r(1472)](i),await I[r(643)](p,e[r(1643)](Date[r(840)](),g));else{let L=this._endpointManager?.[r(396)+r(756)+"es"](),J=this[r(1407)+"tManager"]?.[r(809)+"ntEndpoint"]();if(L&&!_0x251bc7.message){let B=r(299)+J+(r(807)+r(323)+r(198)+"ed");this["_dispatc"+r(1442)+r(560)](_0x2b1061("error",{message:B,code:_0x3f91ac[r(366)+r(821)+"R"],error:_0x1ff1e3}));return}this._ws&&a[r(745)](this[r(563)].readyState,this.OPEN)&&this["_disconn"+r(1125)](),this[r(1155)+r(1442)+r(560)](_0x2d6125(a[r(1440)],{message:_0xe2c0f8[r(727)],code:_0x48b1d5[r(644)+"RROR"],error:_0x11bbd5}))}return t()}if(_){let k=await Hi[r(1054)](this);if(!k)return this["_dispatchMessage"+r(1472)](i),e[r(1487)](t);let L=await k[r(205)](y)??-1;if(e.Eyugq(L,v))if(e[r(362)](e[r(958)],e[r(958)]))this["_dispatchMessage"+r(1472)](i),k[r(643)](y,v,i[r(727)].service);else return this[r(438)]?.set({message_id:_0x1ea683,timestamp:_0xdf39c1});else throw new Error(r(495)+r(1483)+" cursor "+v+(" larger "+r(789)+r(221)+"r ")+L);return e[r(1487)](t)}return this["_dispatc"+r(722)+r(1472)](i),e.lbFje(t)}else return _0x63f37d|=0,{low:_0x5e46ec,high:lQexQE[r(300)](_0x4ab3d9,31),unsigned:lQexQE[r(1265)](_0x2a2b28,0)}}async function F0(i,t){let r=n,a=Er[r(1054)](this,i);if(!a["isQoSMes"+r(1141)])return e[r(1377)](t);let x=await ji[r(1054)](this);if(a["isAckCle"+r(1512)+r(796)]&&a.ackMsgIds[r(1309)])for(let l of a[r(1446)+"s"])await x[r(254)](l);t()}async function U0(i,t){let r=n,a=e[r(943)](i[r(727)][r(1414)+"e"],R0),x=e.Zsvpt(i[r(727)][r(1414)+"e"],Ir);if(e[r(1128)](!a,!x))return t();let l=e[r(1015)](ht,i[r(727)].headers,e[r(1244)]);if(!l)return e.lbFje(t);let p=await Hi[r(1054)](this,l);if(!p)return e.GnWRK(t);if(a){let g=await p.getCursors(),d={frameType:g?.["frameType"],SeqID:j[r(1138)+"er"](this._seqId++),LogID:j[r(1138)+"er"](this[r(921)][r(913)+r(1681)]()),service:9e3,method:5,headers:g?.headers,payload:g?.[r(1395)]},_=e[r(1330)](A,d);this[r(563)]&&this[r(563)][r(489)+"te"]&&this[r(563)][r(1367)](_)}if(x){let g=i[r(727)][r(1395)];g&&p[r(1317)+"rs"](g)}}let q0=async function(i,t){let r=n;this[r(740)]=!1,clearTimeout(this[r(340)+r(1291)+r(1529)]),e[r(1355)](t)},K0=async function(i,t){let r=n,a={vfeop:function(p,g){return e[P(1218)](p,g)},mahsq:function(p,g){return p-g},ZmRwi:function(p,g){return e.diMUR(p,g)},SNkue:function(p,g){return p<=g},HJDya:function(p,g){return e.jkDYU(p,g)},BbnCw:function(p,g){return e.ImPVO(p,g)},TKrTl:function(p,g){return e[P(1604)](p,g)},OlENm:function(p,g){return e[P(1114)](p,g)},XArRr:function(p,g){return p<<g},MEoZU:function(p,g){return p&g},Pmnzz:function(p,g){return e.uxXPD(p,g)},PreYv:function(p,g){return e[P(499)](p,g)},bnKef:function(p,g){return p&g},hoFuL:function(p,g){return e[P(1567)](p,g)},UAcez:function(p,g){return e[P(1670)](p,g)},CHaJC:function(p,g){return e[P(964)](p,g)}};if(!this[r(563)]||e.rZjdH(this[r(563)][r(489)+"te"],this[r(1102)]))return t();let{pingInterval:x}=this[r(921)];this["_endpoin"+r(914)]?.[r(289)+"pointConfig"]();for(let p=0;e[r(759)](p,this._messageQueue[r(1309)]);p++){let g=this[r(780)+"Queue"][p];if(this._ws.readyState===this[r(1102)]&&e.DdepB(null,g))if(e[r(253)]("GkUTG",r(1199)))this[r(563)]&&this[r(563)].send(g),this[r(780)+"Queue"][p]=null;else{if(chvjJF[r(937)](chvjJF[r(683)](_0x1b63f6,_0x41f096),1))return"";let d="";for(let _=_0x1a2c6b;chvjJF[r(491)](_,_0x3ea1fa);){let y=_0x1d94c6[_++];if(chvjJF.SNkue(y,127))d+=_0x418b48[r(1230)+r(1490)](y);else if(y>=192&&chvjJF[r(491)](y,224))d+=_0x400d40[r(1230)+r(1490)](chvjJF[r(1537)](31&y,6)|chvjJF[r(930)](63,_0x5ab2ed[_++]));else if(y>=224&&chvjJF[r(335)](y,240))d+=_0x490eae[r(1230)+r(1490)](chvjJF[r(1260)](chvjJF[r(1260)](chvjJF[r(930)](15,y)<<12,chvjJF[r(1341)](chvjJF[r(930)](63,_0x1a2ea1[_++]),6)),chvjJF[r(1278)](63,_0x6507ff[_++])));else if(y>=240){let v=chvjJF[r(1060)](chvjJF.OlENm(chvjJF.PreYv(chvjJF.OlENm(chvjJF.HJDya(7&y,18),chvjJF[r(1537)](chvjJF[r(1129)](63,_0x1eb273[_++]),12)),chvjJF[r(678)](chvjJF.BbnCw(63,_0x12192d[_++]),6)),chvjJF[r(1278)](63,_0x249975[_++])),65536);d+=_0x133e2d["fromChar"+r(1490)](chvjJF[r(883)](55296,chvjJF[r(1664)](v,10))),d+=_0x4f1e67[r(1230)+r(1490)](56320+(1023&v))}}return d}else break}this[r(780)+r(1579)]=this[r(780)+r(1579)][r(1436)](p=>!!p),this[r(1174)+r(351)+"Id"]=e.QriWN(setTimeout,()=>this[r(451)](),x),this[r(1155)+r(764)+"nt"](i),this[r(219)+"er"]&&this[r(563)]&&(this[r(563)].binaryType=this[r(1213)+r(572)]);let l=this[r(1407)+r(914)]?.[r(809)+r(277)+"nt"]();this[r(1272)](r(1226)+l+" success"),e[r(1209)](t)},j0=async function(i,t){let r=n,a=this["_endpoin"+r(914)]?.[r(809)+"ntEndpoint"]();this[r(1272)](r(1226)+a),t()};class G0 extends br{constructor(t){let r=n,a={axsYK:function(g,d){return e[P(1688)](g,d)},DEtum:"always",TKiIX:function(g,d){return e[P(1121)](g,d)},efcFz:e[r(735)],QxJkO:e[r(1023)],MyvFd:r(1443)+r(492)+"s",YYRBR:e[r(1633)],BCytT:function(g,d,_){return e[r(523)](g,d,_)},bDGhC:e.Onkhk,HiWik:e[r(1470)],RFTIW:function(g,d,_){return e.dYLMh(g,d,_)},BmzoT:function(g,d){return e.dfQRj(g,d)},CESmL:e[r(697)],IeKoS:function(g,d){return e[r(456)](g,d)},jdOVL:e[r(156)],axZfA:e[r(1035)],ZbFZk:e[r(401)],YLyUV:function(g,d){return e[r(858)](g,d)},vQhVc:function(g,d,_){return g(d,_)},vvMrc:e.HCNMv,uvPzE:function(g,d){return e[r(1456)](g,d)},QUIhi:e.WmUps,aoJCg:function(g,d){return e.VGkVj(g,d)},bFabJ:function(g,d){return e[r(910)](g,d)}};super(),this["_miniNav"+r(854)+r(856)]=!0,this[r(219)+"er"]=lt,this[r(1177)]=o0,this[r(579)+"T"]=rt,this[r(706)+"X"]=Nt,this._isWorker=Bt,this[r(780)+r(1579)]=[],this[r(1407)+r(914)]=null,this[r(1041)+r(247)]=!1,this[r(1213)+r(572)]=e[r(1581)],this[r(340)+"Lock"]=!1,this[r(340)+"ionTimeoutId"]=null,this["_reconne"+r(938)+"tId"]=null,this["_pingPon"+r(351)+"Id"]=null,this[r(543)]=0,this[r(740)]=!1,this[r(488)]="",this[r(755)+r(306)]=null,this[r(452)+r(588)]=null,this[r(952)+r(195)]=null,this[r(751)+"ls"]=e[r(295)],this[r(610)]=3,this.CONNECTING=0,this[r(1102)]=1,this.CLOSING=2,this._onOpen=g=>{let d=r,_={vcwEw:function(y,v){return e[P(1406)](y,v)},MJoPu:function(y,v){return e[P(1435)](y,v)}};try{e.nhEsa===e[d(1045)]?zi(this,g,[q0,K0,j0]):(_0x16503a=CFzrMD[d(925)](_0x104b36,_0x4cb3b5),_0x25b078=127&_0xac8a2a,CFzrMD[d(1694)](128,_0x3f06f5)&&(_0x5537e4=CFzrMD[d(925)](_0x2c17fa,_0x4e0ad8),_0x5c2cca|=(127&_0x1ab42c)<<7))}catch(y){let v=me(d(1296),{message:y[d(727)],code:We[d(1449)+"OR"],error:y});this[d(1155)+"hErrorEv"+d(560)](v)}},this[r(353)+"ge"]=async g=>{let d=r,_={kBQVI:function(I,k){return I<k}},{pingInterval:y,pingFrequency:v}=this._options;if(a[d(1028)]("hi",g[d(956)])&&a[d(1028)](a[d(1391)],v)||d(1476)===v)if(a[d(684)](a[d(874)],a[d(1081)]))this["_clearPi"+d(1433)](),this[d(1170)](a[d(550)],a[d(752)]),this[d(1174)+d(351)+"Id"]=a[d(1098)](setTimeout,this[d(451)].bind(this),y);else{let I=this[d(808)+"rs"][_0x59cbad];if(I)for(let k=0;qFtFrh[d(1273)](k,I[d(1309)]);)I[k].fn===_0x4c2fd7?I[d(597)](k,1):++k}if(!a[d(1028)]("hi",g[d(956)]))try{zi(this,g,[b0,w0,F0,U0,z0,y0])}catch(I){let k=a.BCytT(me,d(1296),{message:I[d(727)],code:We["MESSAGE_"+d(1171)],error:I});this[d(1155)+"hErrorEv"+d(560)](k)}},this[r(1078)]=g=>{let d=r;if(a[d(1028)](a.bDGhC,a[d(518)]))return _0x678a18.objectStoreNames||_0x252725[d(205)](_0x2a2a0e);{let _=this["_endpoin"+d(914)]?.[d(396)+d(756)+"es"](),y=this[d(1407)+d(914)]?.["getCurre"+d(277)+"nt"]();if(_&&!g[d(727)]){let v="connect "+y+(d(807)+d(323)+"es reached");this[d(1155)+"hErrorEvent"](a.RFTIW(me,d(1296),{message:v,code:We[d(366)+"IES_ERROR"],error:g}));return}this[d(563)]&&a[d(816)](this[d(563)].readyState,this[d(1102)])&&this[d(320)+d(1125)](),this["_dispatc"+d(1442)+d(560)](me(a.CESmL,{message:g[d(727)],code:We[d(644)+d(1011)],error:g}))}},this[r(223)]=async g=>{let d=r,_={EOmiu:d(1393)};if(a[d(991)](a[d(587)],a[d(638)])){this["_clearTi"+d(1572)](),this[d(1656)+d(1433)](),this[d(772)+"sListeners"](),this[d(563)]=null,this[d(340)+d(1693)]=!1;let y=this[d(1407)+d(914)]?.["checkRea"+d(756)+"es"]();if(!y&&this[d(1322)+d(1559)]()&&!this[d(1041)+d(247)]){let v=this[d(1407)+d(914)]?.getCurrentEndpoint(),I=this[d(921)][d(200)+d(519)+d(1089)](g[d(1381)],g[d(1044)]);this[d(1155)+d(1538)+"ent"](be(a[d(1148)],{code:1006,reason:g[d(1044)]||d(485)+d(1290)+d(1573)+d(356)+"n, hostn"+d(1459)+v,willReconnect:I})),I&&this[d(340)]();return}if(a[d(1465)](1e3,g[d(1381)])&&this[d(1041)+"osed"]){this[d(1155)+d(1538)+"ent"](a[d(429)](be,a.ZbFZk,{code:1e3,reason:a[d(1168)]})),this["_endpoin"+d(914)]?.[d(289)+d(1042)+d(297)](),this[d(952)+d(195)]?.["resetCou"+d(231)]();return}if(a[d(991)](1e3,g.code)&&y)if(a.uvPzE("MiRKT",a[d(1006)])){let v=this[d(1407)+"tManager"]?.["getCurre"+d(277)+"nt"](),I=g.reason;I||(I=await a[d(330)](l0,this[d(488)])),I="connecti"+d(1290)+"d, "+I+(", hostna"+d(316))+v+(", max retries re"+d(830)),this["_dispatc"+d(1538)+d(560)](be(a[d(1148)],{code:g[d(1381)],reason:I}));let k=d(299)+v+(d(807)+d(323)+d(198)+"ed");this[d(1155)+"hErrorEv"+d(560)](a[d(1098)](me,a[d(940)],{message:k,code:We[d(366)+d(821)+"R"]})),this[d(1407)+"tManager"]?.["resetEndpointCon"+d(297)](),this[d(952)+"sCounter"]?.[d(837)+d(231)]();return}else return _0x3e9685[d(1071)](ALdqfF.EOmiu,_0x466bb9,_0x3d6ffd,_0x17a8cc),this[d(438)][d(643)]({cursor_name:_0x59fab6,cursor:_0x2bffb4,service:_0x469534});if(a[d(568)](1e3,g[d(1381)])&&!g.reason){let v=this[d(1407)+d(914)]?.getCurrentEndpoint();this["_dispatc"+d(1538)+d(560)](be(d(616),{code:g.code,reason:"connecti"+d(1290)+"d, unkno"+d(356)+"n, hostn"+d(1459)+v})),this[d(1407)+"tManager"]?.[d(289)+"pointCon"+d(297)](),this[d(952)+d(195)]?.[d(837)+d(231)]();return}this[d(1155)+d(1538)+d(560)](g),this[d(1407)+d(914)]?.[d(289)+d(1042)+"fig"](),this[d(952)+d(195)]?.[d(837)+d(231)]()}else this[d(1170)](d(1296),_0x15e08c),this[d(810)]&&this[d(810)](_0x568841)},this[r(898)]=null,this[r(810)]=null,this[r(900)+"e"]=null,this[r(617)]=null,this[r(509)+r(542)]=null,this[r(675)+r(1719)]=null,this["onStopIm"+r(1077)+"yReconnect"]=null,this[r(567)+"nLine"]=this[r(567)+r(803)][r(1013)](this),this["_handleO"+r(986)]=this[r(567)+"ffLine"][r(1013)](this),this[r(1034)+r(729)]=this[r(1034)+r(729)].bind(this),this[r(1034)+r(1669)]=this[r(1034)+r(1669)].bind(this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:1/0,service:0,logIDGenerator:c,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:e[r(178)],pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e.ZNILy,env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:x,ws:l}=t,p=Array[r(655)](x)?x:e[r(1331)](e[r(826)],typeof x)?[x]:[];if(!p||e[r(1030)](0,p[r(1309)]))throw new Error(e[r(1385)]);if(!e[r(481)](x0,l))throw new Error(e.UQJmb);if(Object[r(661)](this[r(921)],t),this[r(1407)+r(914)]=new Mi(p,this[r(921)].maxRetries),this[r(952)+"sCounter"]=new d0(this[r(921)][r(1444)+r(1730)]),this[r(921)][r(1649)+r(1219)])if(e[r(863)]===e[r(863)])this._isInit=!0,this._connect();else return _0x359802.resolve();this[r(921)][r(1059)+"tworkCha"+r(314)]&&(this[r(579)+"T"]||this[r(706)+"X"]?this[r(662)+"etWorkCh"+r(369)]():this[r(219)+"er"]&&this[r(1122)+"balEvent"+r(1624)]())}[n(567)+"nLine"](){let t=n;this[t(921)][t(844)+t(626)+"nect"]||this["_readyCl"+t(247)]||this[t(820)+"econnect"]()}[n(567)+"ffLine"](){let t=n;this[t(1423)+t(365)+"t"]();let r=yr(t(200)+"t",{message:e[t(847)]});this[t(1551)+t(1077)+t(243)+"ct"]&&this[t(1551)+t(1077)+t(243)+"ct"](r)}[n(1122)+n(711)+"Listener"](){let t=n;this[t(219)+"er"]&&window[t(1690)+t(1624)](e[t(544)],this[t(567)+t(803)]),this[t(219)+"er"]&&window[t(1690)+"Listener"](e[t(677)],this["_handleO"+t(986)]),this[t(219)+"er"]&&window[t(1690)+t(1624)](e[t(1514)],this[t(1034)+t(729)]),this[t(219)+"er"]&&window[t(1690)+"Listener"](e.AzwGa,this[t(1034)+t(1669)])}["_dropGlo"+n(711)+n(1624)](){let t=n;this[t(219)+"er"]&&window[t(1614)+t(1475)+"ner"](t(1258),this[t(567)+t(803)]),this[t(219)+"er"]&&window["removeEv"+t(1475)+"ner"](t(850),this[t(567)+t(986)]),this[t(219)+"er"]&&window[t(1614)+t(1475)+t(1593)]("pagehide",this[t(1034)+t(729)]),this[t(219)+"er"]&&window["removeEv"+t(1475)+t(1593)](e[t(731)],this[t(1034)+t(1669)])}[n(1034)+n(729)](t){let r=n;!t[r(325)+"d"]&&(this[r(219)+"er"]&&window[r(1614)+r(1475)+r(1593)](r(833),this[r(1034)+r(729)]),this._isBrowser&&window[r(1614)+r(1475)+r(1593)](e[r(731)],this[r(1034)+r(1669)]),this[r(616)]()),this._isBrowser&&window["removeEventListe"+r(1593)](e.bRlDP,this[r(567)+r(803)]),this[r(219)+"er"]&&window["removeEv"+r(1475)+r(1593)](e[r(677)],this[r(567)+r(986)])}["_handleP"+n(1669)](t){let r=n;t[r(325)+"d"]&&(this["_navigat"+r(1559)]()&&(!this[r(563)]||e[r(194)](this[r(563)].readyState,this[r(1102)])||this[r(563)][r(489)+"te"]!==this[r(527)+"NG"])&&this[r(567)+r(803)](),this[r(219)+"er"]&&window[r(1690)+r(1624)](e[r(544)],this[r(567)+r(803)]),this._isBrowser&&window["addEvent"+r(1624)](e[r(677)],this[r(567)+r(986)]))}async["_generat"+n(1297)](t){let r=n,{fpID:a,deviceID:x,bddID:l,ttwID:p,accessKey:g,aID:d,customParams:_={},enableAutoAck:y,enableQoS:v,QoSLevel:I,env:k}=this[r(921)],L,J,B;this[r(219)+"er"]||this[r(706)+"X"]||this[r(579)+"T"]?(L=location&&e.XhJKH(e.EwxdJ,location[r(1074)])?e[r(1336)]:e[r(502)],J=t[r(1052)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),B=/^wss(.*:\/\/)/.test(t)?t:""+L+J):(L=e.mDpdN,J=t[r(1052)](/(^http)((?:[s]*:\/\/))/,""),B=/(^ws)((?:[s]*:\/\/))/[r(993)](J)?J:""+L+J);let re=l?r(621):p?r(608):e.REtoX,ve=l||p||x;if(e[r(1159)](!ve,!re))throw new Error(e.Ysnzw);let Be=e[r(1331)](e[r(1320)],typeof _)?await e[r(1369)](_):_,an=k?e[r(436)](f0,k[r(1411)],k[r(259)]):{},Mt=Object[r(661)]({device_platform:e[r(861)],version_code:e[r(1359)],access_key:g,fpid:a,aid:d,[re]:ve,xsack:y?1:0,xaack:y?1:0,xsqos:v?1:0,qos_level:v?I:void 0,qos_sdk_version:2,...an},Be),cn=Object[r(1333)](Mt).reduce((zt,Ft)=>Mt[Ft]!==void 0?""+zt+(zt?"&":"?")+Ft+"="+Mt[Ft]:zt,"");return B+r(613)+cn}async[n(340)](){let t=n,r={zERlD:function(a,x){return e[P(1716)](a,x)},ATyNq:function(a,x){return e[P(1528)](a,x)},UKyUb:function(a,x){return e[P(1165)](a,x)},vFwdY:function(a,x){return e[P(569)](a,x)},qOkUt:function(a,x){return a-x},mBWpA:function(a,x){return e[P(1038)](a,x)},fzsPu:function(a,x){return a<x},XMbtM:function(a,x){return a<x}};if(!(this[t(340)+"Lock"]||this[t(1041)+t(247)])){this[t(340)+t(1693)]=!0;try{if(e[t(375)](e.eXYFV,e[t(232)])){let a=this[t(1407)+"tManager"]?.["checkCur"+t(802)+"ointReachedMaxRe"+t(188)](),{timeoutInterval:x}=this[t(921)];if(a){let p=this[t(1407)+"tManager"]?.["getCurre"+t(277)+"nt"](),g=this._endpointManager?.[t(1626)+t(1637)+t(285)+"UpdateCo"+t(1558)](),d=this[t(1407)+t(914)]?.["getCurre"+t(277)+"ntTriesC"+t(893)]();if(g){let _=t(299)+p+(t(948)+", max re"+t(736)+t(1067)+t(1339)+t(954)+t(539))+g+(t(966)+"y"),y=e.dVKdf(me,e[t(697)],{message:_,code:We["MAX_RETR"+t(821)+"R"]});this[t(1272)](_),this["_dispatc"+t(1442)+"ent"](y),this._url=await this["_generat"+t(1297)](g),this[t(1272)](t(299)+g+" "+d+t(240)),this[t(772)+t(723)+"rs"]()}else{let _=t(299)+p+(" timeout"+t(1409)+t(736)+t(830));this[t(1272)](_),this[t(1155)+"hErrorEv"+t(560)](e[t(1709)](me,e.djZnT,{message:_,code:We["MAX_RETR"+t(821)+"R"]}));return}}else{let p=this[t(1407)+t(914)]?.[t(809)+t(277)+t(1711)+t(448)](),g=this[t(1407)+t(914)]?.[t(809)+t(277)+"ntTriesC"+t(893)]();this[t(488)]=await this[t(995)+t(1297)](p||""),this[t(1272)](t(299)+p+" "+g+" times"),this._removeWsListeners()}if(this[t(740)])this[t(740)]=!1;else{let p=e[t(983)](yr,t(200)+"t",{message:e[t(1726)]});this.onStartReconnect&&this[t(509)+"econnect"](p)}let l=this[t(1407)+t(914)]?.[t(809)+t(277)+t(406)+t(893)]()||0;e[t(522)](l,1)&&await this._wait(e[t(692)](l,1)),this._debug(t(485)+"ng url: "+this._url+(t(763)+t(1091))+this._protocols),this[t(563)]=e[t(1068)](c0,{url:this[t(488)],protocols:[this[t(751)+"ls"]],headers:this[t(921)][t(183)+t(1584)+"s"][t(717)+t(367)]},this[t(921)].ws),(this._isBrowser||this._isWorker)&&this._ws&&(this[t(563)].binaryType=this[t(1213)+"ype"]),this[t(955)+t(928)](),this[t(340)+t(1291)+t(1529)]=setTimeout(this._onTimeout[t(1013)](this),x)}else{let a=_0x41afc5[t(391)+"At"](_0x3a8fb8);IcmzYA[t(1365)](a,55296)&&IcmzYA[t(167)](a,56319)&&IcmzYA[t(758)](IcmzYA[t(1427)](_0x2afd12,1),_0x49ebe7)&&(a=IcmzYA.qOkUt(IcmzYA[t(1427)](IcmzYA[t(171)](a,10),_0x2170c7.charCodeAt(++_0x2979f6)),56613888)),_0x223f15+=IcmzYA[t(1703)](a,128)?1:IcmzYA[t(704)](a,2048)?2:a<65536?3:4}}catch(a){throw this["_connect"+t(1693)]=!1,a}}}["_clearTi"+n(1572)](){let t=n,r={swmyx:function(a,x,l){return e[P(312)](a,x,l)},boWyf:function(a,x){return e.LzAJb(a,x)},uwaYK:function(a,x){return e[P(454)](a,x)}};e.fcirL!==e[t(1578)]?(e[t(541)](clearTimeout,this[t(340)+t(1291)+t(1529)]),this["_connectionTimeo"+t(1529)]=null):(_0x1d08d0-=65536,_0x445bec+=tcKoPO[t(414)](_0x2f61ff,(_0x4c4d21>>10)+55296,tcKoPO[t(1672)](tcKoPO[t(1009)](1023,_0x347e0e),56320)),_0x3b62c7+=3)}[n(1656)+n(1433)](){let t=n;e[t(524)](clearTimeout,this[t(1174)+t(351)+"Id"]),e[t(593)](clearTimeout,this[t(1485)+t(938)+t(1727)]),this["_pingPon"+t(351)+"Id"]=null,this[t(1485)+"ctTimeou"+t(1727)]=null}[n(1272)](...t){let r=n;this[r(921)].debug&&console[r(1071)][r(1683)](console,[e[r(875)],...t])}[n(1187)+n(754)+"e"](t){let r=n,{initReconnectInterval:a,maxReconnectInterval:x,reconnectIntervalGrowFactor:l}=this[r(921)],p=e[r(1452)](a,Math.pow(l,e[r(1419)](t,1)));return p>x?x:p}_ping(){let t=n;if(e[t(712)]("vIQsB",e.MIwjj))_0x8c09f=e.ORPNc(e[t(1038)](31&_0x1e332e,6),e[t(1435)](63,_0x5bd92f)),e[t(1714)](_0x28c168,128)?_0x4bcad2+=_0x5ce466:(_0x4ac208+=e[t(1350)](_0xe1f3a5,_0x579dcd),_0xd86ae3++);else{if(this[t(563)]&&e[t(783)](this[t(563)][t(489)+"te"],this[t(527)+"NG"])){this[t(1656)+"ngTimer"](),this[t(1174)+t(351)+"Id"]=e[t(647)](setTimeout,this[t(451)][t(1013)](this),this[t(921)][t(1697)+t(891)]);return}if(!this[t(563)]||this[t(563)][t(489)+"te"]!==this[t(1102)])return void this[t(820)+t(542)]();this[t(563)]&&this[t(563)][t(1367)]("hi"),this[t(1485)+t(938)+"tId"]=e.nuYgl(setTimeout,this[t(820)+"econnectTimeout"][t(1013)](this),this[t(921)]["pingTime"+t(1017)+"val"])}}["_handleR"+n(542)+n(1305)](){let t=n,r={yUjRx:function(a,x){return e[P(1531)](a,x)}};e[t(253)](e[t(1294)],e[t(1294)])?(this["_pingLos"+t(195)]?.addCount(),this[t(1170)](t(1443)+t(1262)+"t",e.iIRlt),this[t(952)+"sCounter"]?.["checkRea"+t(680)+"nt"]()?this[t(820)+"econnect"]():this[t(451)]()):(_0x2f0061=pgjmQP[t(707)](_0x3cf227,_0x193a83),_0x405510=0)}[n(1322)+n(1559)](){let t=n;return e.CsWdt!==e[t(1062)]?this[t(579)+"T"]||this[t(706)+"X"]?this[t(558)+t(854)+"line"]:(this[t(219)+"er"]||this[t(483)+"r"])&&this._options[t(1059)+t(1163)+t(314)]?navigator[t(565)]:!0:(_0xd6aa57||(_0xecffe1=_0x55d264.resolve()[t(476)](_0x4f21ae[t(1013)](_0x2a9ec7,t(1315)))),_0x1a3c41)}[n(820)+n(542)](){let t=n;!this[t(1322)+"orOnline"]()||this[t(1041)+"osed"]||(this._endpointManager?.[t(289)+t(1042)+t(297)](),this[t(952)+t(195)]?.["resetCou"+t(231)](),this._ws?this[t(320)+t(1125)](1001,e[t(1325)],!0):this[t(340)]())}[n(662)+n(987)+"ange"](){let t=n,r={FpkcB:e[t(1145)]};if(e.VCCvf!==e[t(997)])this[t(579)+"T"]?tt["onNetwor"+t(651)+t(1587)](({isConnected:a})=>{let x=t;this[x(558)+"igatorOnline"]=a,a?this[x(567)+x(803)]():this[x(567)+"ffLine"]()}):this[t(706)+"X"]&&wx[t(1582)+"kStatusChange"](({isConnected:a})=>{let x=t;this[x(558)+x(854)+"line"]=a,a?this["_handleO"+x(803)]():this[x(567)+x(986)]()});else{let a=r[t(470)][t(1708)]("|"),x=0;for(;;){switch(a[x++]){case"0":this[t(952)+t(195)]?.[t(837)+t(231)]();continue;case"1":this[t(1041)+t(247)]=!1;continue;case"2":this[t(740)]=!0;continue;case"3":this[t(340)]();continue;case"4":this["_endpoin"+t(914)]?.[t(289)+t(1042)+t(297)]();continue}break}}}_wait(t){let r=n,a={oYSJE:function(x,l){return x===l},sslvX:e[r(516)],kdAeP:function(x,l,p){return e[r(708)](x,l,p)}};return new Promise(x=>{let l=r;a[l(1621)](a.sslvX,"QQSnj")?a[l(1119)](setTimeout,x,this[l(1187)+l(754)+"e"](t)):_0x5eda4d(_0x2b62d8,this._getIntervalValue(_0x40dfa4))})}[n(320)+n(1125)](t=1e3,r="",a=!1){let x=n,l={qXvht:function(p,g){return e[P(529)](p,g)},MkMvJ:function(p,g){return e[P(1027)](p,g)},qOvAq:function(p,g){return e[P(503)](p,g)},zCMxQ:function(p,g){return e[P(1491)](p,g)},VoRFt:function(p,g){return p&g}};if(e[x(584)](e[x(885)],e[x(885)])){let p=this[x(1332)],g=this[x(1200)];return[p>>>24,ZyFpoe.qXvht(p>>>16,255),ZyFpoe.MkMvJ(p,8)&255,255&p,g>>>24,ZyFpoe[x(1575)](ZyFpoe[x(1625)](g,16),255),ZyFpoe[x(1112)](g>>>8,255),ZyFpoe[x(1653)](255,g)]}else{if(!this._ws)return;this[x(1423)+x(365)+"t"](t,r,a)}}[n(1282)+"ut"](){let t=n,r=this[t(1407)+t(914)]?.["getCurre"+t(277)+"nt"]();this[t(1272)]("connect "+r+" timeout"),this["_disconn"+t(1125)](1001,t(242)+" try rec"+t(794)+"g",!0)}[n(1437)](t){let r=n,a=e[r(308)](wr,t);this[r(563)]&&e.xIinq(this._ws.readyState,this.OPEN)&&(this._ws&&this._ws[r(1367)](a),this[r(1272)](e[r(1233)],t))}[n(772)+n(723)+"rs"](){let t=n;if(e[t(1383)](e.dhfol,t(1275))){let r=e[t(453)].split("|"),a=0;for(;;){switch(r[a++]){case"0":if(!this[t(563)])return;continue;case"1":this[t(563)]["removeEv"+t(1475)+t(1593)](e[t(401)],this[t(223)]);continue;case"2":this[t(563)][t(1614)+t(1475)+t(1593)](e.djZnT,this._onError);continue;case"3":this[t(563)]["removeEv"+t(1475)+t(1593)](e[t(1055)],this._onOpen);continue;case"4":this[t(563)][t(1614)+t(1475)+t(1593)]("message",this[t(353)+"ge"]);continue}break}}else _0x197883[t(325)+"d"]&&(this[t(1322)+t(1559)]()&&(!this[t(563)]||this[t(563)][t(489)+"te"]!==this[t(1102)]||e[t(797)](this[t(563)][t(489)+"te"],this.CONNECTING))&&this[t(567)+t(803)](),this._isBrowser&&_0x1d1caf[t(1690)+t(1624)](e[t(544)],this[t(567)+t(803)]),this[t(219)+"er"]&&_0xd3c5db[t(1690)+"Listener"](t(850),this[t(567)+"ffLine"]))}["_addWsLi"+n(928)](){let t=n,r=e[t(440)][t(1708)]("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(563)][t(1690)+"Listener"](e[t(1016)],this[t(353)+"ge"]);continue;case"1":this[t(563)][t(1690)+t(1624)](e[t(401)],this[t(223)]);continue;case"2":if(!this._ws)return;continue;case"3":this[t(563)][t(1690)+t(1624)](e[t(1055)],this._onOpen);continue;case"4":this[t(563)][t(1690)+t(1624)]("error",this._onError);continue}break}}[n(1603)+n(743)](t=1e3,r=""){let a=n;try{this[a(563)]&&this[a(563)].close(t,r)}catch{}}[n(1423)+n(365)+"t"](t=1e3,r="",a=!1){let x=n;if(this[x(1656)+x(1433)](),this[x(1549)+x(1572)](),this[x(772)+x(723)+"rs"](),this[x(1603)+x(743)](1e3,r),this[x(340)+x(1693)]=!1,a&&this[x(1322)+x(1559)]()&&!this[x(1041)+"osed"])if(e[x(293)](e[x(1539)],e[x(824)]))this[x(921)][x(1488)]&&_0x1e09da[x(1071)].apply(_0x52b0da,[e.ESOnb,..._0x2206b2]);else{if(this[x(1407)+x(914)]?.checkReachMaxTries())if(e[x(1469)](x(1090),e[x(902)]))try{this[x(563)]&&this[x(563)].close(_0x31aa26,_0x3a74d0)}catch{}else{let p=this["_endpoin"+x(914)]?.[x(809)+x(277)+"nt"]();this[x(1155)+x(1538)+x(560)](e[x(1312)](be,e[x(401)],{code:1006,reason:x(299)+p+(x(948)+x(1409)+"tries reached"),wasClean:!0}))}else{let p=this._options["reconnec"+x(519)+x(1089)](t,r);this[x(1155)+x(1538)+x(560)](be(e[x(401)],{code:t,reason:r,wasClean:!0,willReconnect:p})),p&&this._connect()}return}this[x(1322)+x(1559)]()||this[x(1041)+x(247)]?this["_dispatc"+x(1538)+x(560)](e[x(630)](be,x(616),{code:t,reason:e[x(785)]})):this[x(1155)+x(1538)+"ent"](e[x(716)](be,e[x(401)],{code:1006,reason:e[x(635)]})),this._ws=null,this[x(1407)+"tManager"]?.["resetEnd"+x(1042)+"fig"](),this[x(952)+x(195)]?.[x(837)+"nter"]()}[n(1155)+n(764)+"nt"](t){let r=n;this.emit(e[r(1055)],t),this[r(617)]&&this[r(617)](t)}[n(1155)+n(722)+"Event"](t){let r=n;this[r(1170)](e[r(1016)],t),this[r(900)+"e"]&&this[r(900)+"e"](t)}["_dispatc"+n(1478)+n(747)](t){let r=n;this.emit("ack",t),this["onReceiv"+r(1719)]&&this[r(675)+r(1719)](t)}[n(1155)+"hErrorEvent"](t){let r=n;this[r(1170)](e[r(697)],t),this[r(810)]&&this[r(810)](t)}["_dispatc"+n(1538)+n(560)](t){let r=n;this[r(1170)](e[r(401)],t),this[r(898)]&&this[r(898)](t)}get binaryType(){let t=n;return this[t(563)]?this[t(563)][t(1111)+"pe"]:this[t(1213)+t(572)]}set[n(1111)+"pe"](t){let r=n;this[r(1213)+r(572)]=t,this[r(563)]&&(this[r(563)].binaryType=t)}get[n(798)+"nt"](){let t=n;return this[t(1407)+"tManager"]?.["getCurre"+t(277)+t(406)+t(893)]()||0}get[n(1453)+"Amount"](){let t=n;return this._messageQueue[t(845)]((a,x)=>(a+=x&&x[t(1630)+"th"]||0,a),0)+(this[t(563)]?this[t(563)][t(1453)+"Amount"]:0)}get[n(873)+"ns"](){return this[n(563)]?this._ws.extensions:""}get[n(1074)](){let t=n;return this._ws?this[t(563)][t(1074)]:""}get[n(489)+"te"](){let t=n,r={KXdkI:function(a,x){return a!=x},WnOHH:t(1096)+"d",oyBgk:t(262)};if(e[t(388)](e[t(472)],e[t(472)]))return this[t(563)]?this[t(563)].readyState:this[t(921)][t(1649)+t(1219)]?this[t(527)+"NG"]:this[t(610)];_0x572ded.r=a=>{let x=t;HPuUGi[x(307)](HPuUGi[x(1192)],typeof _0x1673e0)&&_0x19a362[x(175)+x(382)]&&_0x5d48e0[x(1356)+x(901)](a,_0x274ea8["toString"+x(382)],{value:HPuUGi[x(1548)]}),_0x2af696[x(1356)+x(901)](a,"__esModule",{value:!0})}}get[n(1279)](){let t=n;return this._ws?this[t(563)][t(1279)]:this[t(488)]}[n(616)](t=1e3,r){let a=n,x=e[a(1116)].split("|"),l=0;for(;;){switch(x[l++]){case"0":this[a(363)+a(711)+"Listener"]();continue;case"1":if(e[a(1058)](this[a(563)].readyState,this.CLOSED)||this[a(563)].readyState===this[a(1175)])return void this[a(1272)](e[a(525)]);continue;case"2":if(!this[a(563)])return void this[a(1272)](e[a(637)]);continue;case"3":this["_QoSMana"+a(306)]?.[a(1037)]();continue;case"4":this[a(1549)+a(1572)]();continue;case"5":this[a(1041)+a(247)]=!0;continue;case"6":this[a(1423)+a(365)+"t"](t,r);continue;case"7":this[a(1656)+a(1433)]();continue}break}}async send(t,r){let a=n,x={PEPKk:function(B,re){return e.gQmaN(B,re)},xjXto:function(B,re,ve){return e[P(312)](B,re,ve)},qiRWE:function(B,re,ve){return e.dwFDS(B,re,ve)},HzOlA:function(B,re,ve,Be){return e[P(415)](B,re,ve,Be)},KNRkq:function(B,re){return e[P(174)](B,re)}};if(e.rcjNY(null,t))throw new Error(e[a(538)]);e[a(1352)](e[a(628)],typeof t)&&(t=JSON[a(828)+"y"](t)),e[a(511)](e[a(826)],typeof t)&&!(t instanceof ArrayBuffer)&&!(t[a(819)]&&e[a(1047)](t[a(819)],ArrayBuffer))&&(t=JSON[a(828)+"y"](t));let l=await e[a(1610)](qi,t),p=e[a(1600)](u0,t),{method:g=0,service:d=this._options.service,logID:_=this[a(921)][a(913)+a(1681)](),headers:y=this[a(921)][a(1140)],payloadEncoding:v=this._options[a(1405)+a(648)],payloadType:I=this[a(921)][a(980)+"ype"],logIDNew:k=this[a(921)][a(1186)+a(1026)][a(624)+a(1346)+a(305)+"ew"]?e.RVYfL(o,this[a(921)]["logIDNew"+a(1026)][a(1104)]):""}=e[a(1286)](r,{});if(!d)throw new Error(e[a(1064)]);let L={SeqID:j[a(1138)+"er"](this._seqId++),LogID:j[a(1138)+"er"](_),service:d,method:g,headers:y,payloadEncoding:e[a(760)](v,Object)?v[a(1717)]?v[a(1717)]:"":v,payloadType:e[a(317)](I,Object)?I.type?I[a(999)]:p:I||p,payload:l,LogIDNew:k},J=e[a(1522)](wr,L);if(this[a(563)]&&e[a(287)](this._ws[a(489)+"te"],this[a(1102)]))if(e[a(1450)](a(623),e[a(1636)])){let B=0,re=[];for(;WlQUTO.PEPKk(B,_0x1650ca[a(1630)+"th"]);){let{offset:ve}=WlQUTO.xjXto(_0x48ec7a,_0x3d4942,B);B=ve;let Be={cursor_name:"",cursor:0,service:0},{value:an,offset:Mt}=WlQUTO[a(660)](_0x4c4ddb,_0x23ae20,B);Be[a(1216)]=an,B=Mt;let{value:cn,offset:zt}=WlQUTO.qiRWE(_0x20f2a0,_0x5588d7,B);B=zt,Be.cursor_name=WlQUTO.HzOlA(_0x20d1e4,_0x189077,B,WlQUTO[a(766)](B,cn)),B+=cn;let{value:Ft,offset:H0}=_0x36896c(_0x51aa75,B);Be.cursor=Ft[a(1457)](),B=H0,re[a(636)](Be)}return re}else this[a(563)]&&this[a(563)].send(J),this[a(1272)](e[a(895)],L);else e[a(332)](this[a(780)+a(1579)][a(1309)],this[a(921)][a(1311)+a(160)+a(1100)])?(this[a(780)+a(1579)][a(636)](J),this[a(1272)]("enqueue",L)):(this[a(780)+a(1579)].shift(),this[a(780)+a(1579)][a(636)](J));return{seqID:this[a(543)],logID:_,logIDNew:k}}async[n(200)+"t"](t){let r=n,{url:a}=e[r(520)](t,{}),x=Array[r(655)](a)?a:e[r(1421)](e.EteAL,typeof a)?[a]:[];t&&Object[r(661)](this._options,t),x&&x[r(1309)]?this._endpointManager=new Mi(x,this._options[r(645)+"es"]):this[r(1407)+r(914)]?.[r(289)+"pointConfig"](),this[r(952)+r(195)]?.[r(837)+"nter"](this[r(921)][r(1444)+r(1730)]),this[r(1041)+"osed"]=!1,this[r(563)]&&e[r(508)](this._ws[r(489)+"te"],this.CLOSED)?this[r(320)+r(1125)](1e3,e[r(1509)],!0):(this[r(740)]=!0,this[r(340)]())}async[n(978)](){let t=n;if(!this._connectLock){let r=e[t(629)][t(1708)]("|"),a=0;for(;;){switch(r[a++]){case"0":this._isInit=!0;continue;case"1":this[t(952)+t(195)]?.[t(837)+t(231)]();continue;case"2":this[t(1041)+t(247)]=!1;continue;case"3":this._connect();continue;case"4":this[t(1407)+t(914)]?.[t(289)+t(1042)+t(297)]();continue}break}}}["addEvent"+n(1624)](t,r){this.on(t,r)}[n(530)+n(1472)](t){let r=n,{type:a}=t;this[r(1170)](a,t)}[n(1614)+n(1475)+"ner"](t,r){this[n(801)](t,r)}[n(283)](){let t=n,r={IdREL:function(a,x){return e[P(194)](a,x)},xeXBC:"PdPMa",ByxxB:"KKNFL",GJWKh:function(a,x){return e[P(1106)](a,x)},gTQGA:e[t(1633)],FOPER:"ping_onc"+t(492)+"s"};return new Promise((a,x)=>{let l=t,p={ICOxf:function(_,y){return e[P(657)](_,y)},AlPfK:function(_,y){return e.PBxGz(_,y)},SsmVT:function(_,y){return e[P(1061)](_,y)},ahMyM:e[l(1237)],uSvnV:e[l(294)],CKViQ:e[l(1225)]};this[l(1656)+l(1433)](),this[l(1174)+l(351)+"Id"]=e[l(1366)](setTimeout,this[l(451)][l(1013)](this),this._options["pingInte"+l(891)]);let g=()=>{let _=l;r.IdREL(r[_(1540)],r.ByxxB)?(r.GJWKh(a,r.gTQGA),this[_(801)](r.FOPER,g),this[_(801)](_(1443)+_(1262)+"t",d)):(_0x8f21eb[_0x4f933d++]=MwBEVf[_(207)](MwBEVf[_(1373)](MwBEVf[_(217)](_0x594ed2,18),7),240),_0x1e9f27[_0x18ad22++]=MwBEVf.ICOxf(MwBEVf[_(1373)](_0x3ec2fa>>12,63),128))},d=()=>{let _=l;x(p.ahMyM),this.off(p.uSvnV,g),this[_(801)](p[_(238)],d)};this.on(e[l(294)],g),this.on(e[l(1225)],d),this[l(451)]()})}}})(),Q[C(350)+"oseEvent"]=X[C(350)+C(471)],Q["CustomEr"+C(977)]=X[C(1428)+"rorEvent"],Q[C(281)+"e"]=X[C(281)+"e"],Q[C(1472)]=X.Event,Q[C(1615)]=X[C(1615)],Q["Frontier"+C(1169)+C(1619)]=X[C(939)+C(1169)+"vent"],Q[C(1169)+C(1619)]=X["MessageE"+C(1619)],Q[C(887)+"t"]=X[C(887)+"t"],Q[C(724)+"tEvent"]=X.ReconnectEvent,Q[C(1430)+C(471)]=X[C(1430)+"oseEvent"],Q[C(1239)+C(977)]=X[C(1239)+"rorEvent"],Q[C(580)+C(1376)+"nt"]=X[C(580)+C(1376)+"nt"],Q[C(1580)+C(1327)]=X["createOp"+C(1327)],Q["createRe"+C(449)+C(1619)]=X["createRe"+C(449)+C(1619)],Q[C(827)+C(373)]=X[C(827)+C(373)],Q[C(1659)+"ame"]=X["encodeFr"+C(1586)];for(qn in X)[C(350)+C(471),C(1428)+C(977),C(281)+"e",C(1472),"FWS","Frontier"+C(1169)+"vent",C(1169)+C(1619),"OpenEvent",C(724)+C(1113),"createCloseEvent","createEr"+C(977),C(580)+C(1376)+"nt",C(1580)+C(1327),C(166)+"connectE"+C(1619),C(827)+"rame",C(1659)+C(1586)].indexOf(qn)===-1&&(Q[qn]=X[qn]);function Jn(){let n=["ueLluM0","q0f6rNq","wwLMvhC","yw51Ce1LC3m","t25OqxK","C2fzBxq","q0nQC2y","s1zMu0O","sM5AsKK","mJi3nM9hDvH2CW","BgjgAMu","y2jtvK8","v3Hiyu0","y1fUAMO","u2vXsuq","rffUy2y","qNPVsK4","AgPsrMO","DNDOs1m","BxPqtw0","Dxrjza","ue9rshq","vKDRvMO","Cw5Yt3m","AMr1C3e","zMLmvfq","C29VEfu","wwjluKK","sePeEwe","AenSB3nLrxy","EvDkzNu","EgvyqKm","AhLiCfG","svnXrfy","vePsvwy","zMLSzw5HBwu","Bxfgz0C","t21xtue","nxW0FdD8mhW","B3Lcz2S","x2nSzwfYvgK","DgfYz2v0","B25tDg9Wsw0","uhrvCeG","AMTewvu","thjqDNa","DgnuzhG","uNn3vve","z2vjBMzVu3K","Dw50","B3jpBMXPBMu","Bef2qxm","tfLdvLe","ruPUrM8","tNn6vMq","tMLdy2O","uwL3thu","q3fsCKy","BNPuCLC","z2v0u3rVCMe","DNDtDgO","tg9NsurozxC","CM92AwrLihC","BwvY","zcWGDw5RBM8","DNLfvxm","Cu92qxe","Aw9Ul2PZB24","CMvZB2X2zq","twnqsxq","uxvLDwu","y3jLyxrLt3a","tMP6Awy","B25ozxr3B3i","CNjVCK1LC3m","CMfTugfYyw0","z0Xqvue","yw1L","AgfUz2u","DhznrNK","rKnit0W","ywXSB2nvBNm","z2u6ia","u1bOt20","BMvY","BhrPCgXLihq","AhbQwfG","zuzWBva","D0Pzvwq","wwfpCMy","zxjYtxnN","AgDku1i","q0n4sui","s29Ytfi","x3DZsw5ZDge","shfryLi","DMfcAgW","AKrUwNC","B2nRzxrtDwm","x19LC01Vzhu","CgfZvwm","r1Lit2m","C3vIBMK","CgfYC2u","DMfSDwu","CMvTB3zLrxy","rLDt","C3vJy2vZCW","ug9KB2G","tg9Nsuq","DMvUDa","yxbWzw5Kq2G","B1LtsKu","ufrvEM0","zeT0EKq","tgLZDgvUzxi","twTnDKO","CMvWBgfJzui","zw1Jy3y","ruruwey","mhWXmhW4FdC","yNL0zuXLBMC","ywrK","CMvZDwX0","vejoEwm","y3PXwvm","qMr1vvO","Aff3rxi","ywnRDxbfBMq","B0rKAxa","Aw9U","CvDAsg8","y2Pvq2G","qvr2teO","zvbYqxK","ANLlCMm","yxLyu3O","Bwf4tg9ZC0m","BuDxu1u","uMjKAeO","yxv0B21HDgK","x3bYzwzPEa","EsbJBg9Zzwq","C2HPzNq","vM9srNq","Aw5PDcbrB1m","s0P6BhO","x2nSzwfYugK","yNv4sKK","z2DmALa","zw5JB2rLrNi","yw10whq","rhDADeS","AMPmz00","C0jf","q0HHsKm","DNnWzuW","u05hCuO","C3rkrwm","C3vIyxjYyxK","ywDLu2HVDW","sKXStfi","EeXszLC","yM9xEwy","CxzOzLm","zxH0ugf5Bg8","AvvmENy","AKPYtu4","y2XLyxjtDg8","zvLMyM0","y3vYCMvUDeK","zvHJBwy","zxjHDg9Y","ywrKt25L","yxbWBhK","vK1rzeq","A3bmv3K","wePNyKO","uuH2BNK","BfDhr1m","tNH3q2e","ywrKrxzLBNq","Aw5N","wwDjruy","tg9JAW","tuPVuhu","u3botNa","C2fZv1e","CgLUz0LUDgu","u3DSExu","mhW2Fdr8n3W","qKLiqKi","s1fuqxm","zwrPyxrLBhK","zNPZuhu","r2LgChi","wK5jthK","ChjVDg90Exa","EwzLwvq","C3bSAxq","u3L3ug0","y29Uy2f0","BNrbBMrvCgq","y2HLy2TdDxi","BM1fDeS","CxzUwLC","yuTuAxi","DLLhzwW","zw5JB2rPBMC","AgfZ","zufJAW","r0jZvgW","s0LNy0O","t3H6A0S","mtb8n3WYFdG","Bw5UCfa","rgvKAwnHDgu","q01MD0W","DeLK","wKTzBLe","tLvIExO","q291BNq","y2uGBM90igK","sgv4sw8","Aw5KzxHpzG","u2r1B0e","Dgv4Dc9Qyxy","Aw5KzxGGB3u","s0HowK0","z2vrDwv1zuW","DwrVDhi","q1Lwsxu","wfnzs3q","CNbqtvO","CerlDNa","y3jLyxrLuMu","qvr5tNe","ALrZz0C","uNHkr1i","zMXVB3i","BujxCee","m3WYFdr8mhW","tKzXD24","sxrVq0m","Dg9tDhjPBMC","t2vOCu0","Du9vvMe","vLDgEhK","uM5Qrey","sMz6r2e","nhWWFdj8mxW","AuLqELO","BwLUAvbYB2C","wwDQqxi","u0TfruW","Ee9etwm","quPlwxO","DhjPzxm","zMzMzG","qurswe8","tgLWsfa","CMvHzhDYAxq","vhvfq2O","B3fWwMO","C0nVDw50zxi","wNf1EKW","mteZmdG4m05Huw1nrq","zxmGCMvHy2G","BMfTzq","CMvJB25Uzwm","vfnHu3q","ELHiBLm","re5gueC","DgrPr2O","z2v0","u0jQC0e","sunpEgy","CMvHzg9UBhK","CfnLqvK","DxbNCMfKzw4","AMfeCva","qvbeqNq","v2LUzg93","B3jLtMfTzxm","Cfzpvw8","ywnRx2nVzgu","u3nTvLq","DhfHzg4","x2LZqNjVD3m","DNHtCKW","ywWGy3vYC28","tK9eDxa","x29Uq2XVC2u","z1vRrvq","BePqrM4","A3jLugS","uLLAugy","zNbgzLq","rKLmrv9ot1q","A2ztBNq","BNrLCG","v2fqt2K","rfHPDfK","zw1LBNq","C2v0sxrLBq","s1vIBee","seXns2q","q0TwAve","m3W0Fdf8mhW","ihrPBwvZ","yxKSihrYEsa","DgLTzw91DcW","EvjLy29UBMu","y2vZC0HHBMq","BfHWvNO","z0fxEeq","B3nLza","sxHUvKu","yxrHlcbKyxq","zgv2AwnLx2K","vLLOuKy","uNfQqNe","CfvuvgS","zgvS","y2XLyxi","u2vYDMLJzvC","BeHHBMrSzxi","AwXLtMfTzq","Efrurw52","A3rSDg0","CLzHBhvLCW","tw9KDwXL","uxPLDgG","yu5bsgi","zxjFywnRx20","zuLAD2K","vNr3C2e","x2TLEvbHDgG","y3zjyvO","q2votem","AxnszwfKEq","sLjIEuW","x2LUAxq","nhW1","zM9Yy2u","zgfMzee","BNrfBMrWB2K","Aw5KzxG","sKrPAw0","ywXS","rxjYB3jdB2q","t3PJzeW","CgLUz09Uy2u","B2nRzxq","Cg9PBNrbBMq","rKXIB0C","EeLPBNe","mdaWmdaWmda","CMvZzxrfBMq","Dw5ZAwDUzwq","rg95CwO","AhbUB04","t2zUuxC","C2v0z0i","tvvtAei","rMzUtKC","zMLN","yu1eB2q","y29UBMvJDca","suL0suy","vhrArgq","A21zy0G","s1rtzue","pxv0zI04","DgvmB2Djre4","z2vY","s1HKA0K","vffpEuK","CwPQDgG","rLj2EeO","BNbxEgG","vgvTqvG","uK9OAei","BMDLza","zMLUza","Bwu6ia","EvfHruy","uvDqDKi","De5AB3u","x2rPC2nVBM4","y29UBMvJDfm","tu9Iyva","yxGGCMv0CMK","C3rYAw5N","CgvYC2LZDgu","DwfOt3C","BgLUzw5V","uevVsK8","CMTLCKDSB2i","yw9kq2C","v1jmuKy","wxr4C2G","s1HKruK","Avnoz1G","veTYvgW","zu1dAwW","BgDRCxu","B3jRzxjhBg8","y3vYCMvUDeu","x2nVBM5Ly3q","DgLLCKPtt04","B2nRzxrgywK","wgHks0G","tLbLDfi","DLz3rw0","D3nXugW","zu9Nz1u","ywzL","q25Vq1y","q3vZDg9Tq2W","z1rPBwvVDxq","zhHuvNG","x29UtwvZC2e","Aw94qKO","y3jLyxrLt2i","D24GCMvHC28","yNL0zu9MzNm","ywX3yxLZ","BLnZzLG","BeXOrKO","zgrjrcWGzgu","zLroCei","x2rYB3bhBg8","yw5ZzM9YBvq","v2vIu29JA2u","tufyx1jfvfi","DhbizwfKzxi","qK5lCee","yw5Nzq","uwDxAMi","vvjmA0y","tfPcEvC","CMfTzq","z1vbAeu","B0Lwrxy","C2vqyvy","Ec1TC2CTy3u","ohWZFdr8nxW","zw5KCg9PBNq","sK15BNK","Dg9mB3DLCKm","vgfN","FdD8mhW2","BhHxyM8","rMvwufK","zwT0rgW","ywXSq3vYC28","CKHYrLu","DezhuLO","u1Dgsw4","y2HHCKnVzgu","rKjurM0","uNDowgu","m3WYFdb8nhW","yw1Lu3bHy2u","y2HLy2Tszwe","whDXC1y","Bvb3C2S","B2nJEg8","z2v0q3vYC28","ELnSAfK","zgvSzxrL","zxjFCw9Z","B25fCNjVCG","swneuKK","BNruCMLLC0m","v1PjDgq","C3rHCNq","D3jPDgvvAw4","C29YDa","AxnAzxjV","tvPoDhi","zwPSENO","C3DTExG","zKTjBhu","AK9tAwu","twLss1q","AgvHzgvY","ExrsExO","Afnszxi","x3bHDgHlzxK","D3m6lY8","Ae1mq08","zwvKzwq","ufLKsMO","Dg9cExrLC0W","BwLZzq","EeT2tgC","DLfOvMm","swfgDNm","EvLeC1K","r1HLCvq","C2vYDMvYvgK","uhbyswy","Dwz2vxu","s25KAu4","BhbqBum","x3fVC0rc","zwXXywK","DNHNweu","AMjHz00","BwvZC2fNzv8","mNWXFdn8mhW","ELzws20","wgzSt1i","y291BNq","B1Dwsu0","yxrLq291BNq","y29UBMvJDeu","yM9KEq","x3bPBMC","x2n1CNnVCK0","A2XyEM4","zgDLrfC","zw5HyMXLuw8","rwPAAgu","q1fishm","qKTSuuS","zxjFDhrS","C2nYAxb0","tKnjt3y","zNboqve","u2nxAhi","C3vIC3rYAw4","D0jjwg0","mNjfqu1HCa","x0vysvnu","vKP3Dwm","z3zTq3i","rNbRy0i","B3nLrxzLBNq","B1zgvNC","B3bLBG","vw5Oyw5KBgu","A0Pmsxe","DgHLBG","BuTzEge","zgvSzxrLrge","BxvwAw8","AfjSr0W","BMTWDNu","CKDjDLy","x2LZv29YA2u","sKnbChm","y29UBMvJDgK","DhPxrfa","vhf4tLm","x3vYBa","CMvHzhLtDge","AxnmB25N","wM1sD2K","zv9ZDwnJzxm","qwvoyKe","CLvxB2S","CMvJzxzPzwq","Ce5nvMm","BgzNDLu","ELzhDuO","teTTthG","u2HHCMvKv28","CeTrvve","rNj2Bfi","zM1Uyu4","wxDbtfq","sxP0z1q","nhWXFdj8mhW","uu55rLm","EwDIBMG","B25tDgfYDfi","vLrwANO","CKTkrwK","DhHZANu","AvPYBLa","EKzhrgO","CNnVCKzPBgu","EML6DeS","C29Tzq","sgLxAwS","DeLUDgvYy2u","sfv4C3m","ELbIDe4","AMfUrKi","yKHVz2G","wffAELe","ww9pC3O","zvnpseq","q09otKvdveK","uffPvMm","u25xsvy","zgLZCgf0y2G","x2zVCM1HDeu","rNnfzMS","txfIsvC","BwfUDwfSihi","wejYt2W","BLvpCwe","A3z0thK","Ehv0Aem","BMrWB2LUDca","s1ritwW","v1LNwwu","zwnVBM5Ly3q","x3nLCuLK","yLjSrfa","zKn4tKK","vwr5qvy","ALjqzu8","y3vYDMfSDwu","tgLRrKK","txL2rMq","Bevnq00","Ew9KseO","r2fjCKS","m3WXmhW4Fdi","zNDZxZeUmc4","ugPqrMq","zNjVBujPDhm","x21PBMLoyxy","zNjVBNrPzxi","zw50","tK9MBLy","BwzMr3m","x3DZ","tuvYA24","B25mAw5L","qwPrzMu","x2HHBMrSzu8","yKzHyKO","vw1vA3q","yvfuy1u","BM5Azeq","ExbL","qxbosKu","v0fluxm","CgXLyxnLiha","x2LUAxrqCM8","ze5rEui","y2f0y2G","x2LZtwLUAvq","y3jLyxrLtwu","vxvQueu","BNb4B1i","B0zNEfm","sMT5y3K","zhjbDgy","ANzIreW","AMrpvKW","yw5Hz2vY","B25Nywe","y3buzNu","rKvewNu","uhjPBwfYEuS","rM1Osem","rePTAuS","s1zIC0q","CKnvsxG","C3bSAwnL","sLnptLa","qwjVCNrfCNi","rLvrCfy","zgjruuS","BezwBw8","yMXVy2TLza","DhjPBq","wxfKs1G","Ag1yAMO","y29TCgXLDgu","Dhr3Awq","qw1VDw50","q0Xpu0ve","s0Tlq3e","te5LrMy","l3DZl3yY","Cgu6ia","vwDRzg4","y2XVC2u","B25VCgvU","qKrJAuK","yxjYyxLIDwy","zxjFBxnNAwq","yMrFzgLK","A1f2Bhi","wLrIBgS","zw5HyMXLqxu","x2n1CNnVCKy","DxrVuMvJB24","EgX6t2i","yK1wwuO","r25RzKi","DeXsq2W","rxL1z3e","zxjYtM8","EK9zuuC","qLjnC1O","BeD0u2K","ChvZAa","vxLWq24","yxHAzKe","Dg9Y","zMvY","z3vbwKq","mtjKtgPRALK","C2v0","tKfusvzfx0u","Bwf4uMv0CMK","C3jJ","r2LbDuC","BMnVzgLUzW","zw5HyMXLvhi","tvj1yKG","A1n0yxr1C0m","CfjzAK8","zffSvgK","C0DQwvC","AxnbCNjHEq","AeLNDNK","uhfKsMq","zMX1C2HfEha","yNL0zxm","EgPyDg8","yxnZAwDU","x29UugfNzu4","rgDozK4","uwfNzNK","sxPwyva","BezUA1i","rKndugi","q3nvDhq","sgX2sem","CeXdEeC","ufHXrhG","ywr2yw5Jzq","BfnSuue","thDiD3K","B25szwnLAxy","ysbTDxn0igi","y0DrqNO","Ag9gDuW","D3LjD0C","y2HnyxHdB3u","ywnRpwzYB24","rgXdvhq","BwfOC3e","veTPsvG","AefWEwW","A3PgyMO","AM9PBG","AgvKtwf4uMu","yKPXCue","BwLUzW","EvrWtvO","A0Hmr0C","FdL8mhW2","twHZwvK","zMzLCG","Bg9IywXty28","zgPABLq","AxnFywnR","B25pCgvU","Bejzrve","s1vRvhC","zxjFAxnFywm","DMvY","we1IDe0","BMv3vMvYC2K","x2LZtwLUAvC","EvvQuNG","yLnPBMG","C3jWCK4","sxnOwgG","yMfSrxzLBNq","ueHzr1C","CNnVCL9Uyw0","qLvVsMm","EuT1wwS","D3jmyxK","y3vZDg9Tshq","A1HIBKq","yMfSu2nVCgu","AfzvELy","BuXYBKq","Ae1LC3nHz2u","C0XPC3rLBMu","uMvJB25Uzwm","vgLkvLi","sK9uy3a","BwvZC2fNzq","vMzhtfi","ywDLsgLKzq","AhHju3K","qxP3r2e","yMvgzgK","ihzHBgLKihm","r0TiAvC","ww11Bxm","DhjPzxmGCMu","qNHnr28","Axnbr3K","BNvxrhC","x2LZsw5PDa","CM1mqLK","u096z0C","BMnLq2XVC2u","CMfNzvn5BMm","uvHVB3e","CfnAsM4","ywDLrxzLBNq","rLPxqwe","ignVzgu6ia","tgXPrfy","x3bYB3rVy28","wvLsqLi","Cgz5ANK","CNzHBfzHBhu","x1fVu01HBMe","y2HnyxHuCMK","ywXPzcb1CMW","vuT5vwi","wvvgC1G","v3rVA1q","EgPYvKG","CxrkBeG","ihbYB3rVy28","Ae9Wzw5fDMu","AgLIyxa","s05sA3e","rKfuD2q","ntiXotiZyKrYEK5Q","y29UC3rYDwm","aaaaaaaaaaa","Bxj1t1u","x3jLBw92zvC","D2vI","C2XPy2u","CfHUsKq","ihjLy29UBMu","Dhj1y3rVCIa","r1D3AhG","zg9Uzq","x21LC3nHz2u","vgTuEuK","rg9YzwW","sMvYv3y","Bwv0Ag9K","senotxy","DxbKyxrLq3u","CvrHzu4","Du9vDvu","DgHHBIbSB2m","Ce5gywS","AwXK","ufL6AK8","whr1svi","B25Uzwn0Aw4","uu56AgO","ywDL","r05eugy","CMv0CNLdB3u","yKPwDMm","wLfxEhq","B2zM","CMvUDevUzha","BKXPBMu","ywjiBe0","teTTz00","t0nouxi","igzHAwWSig0","x2XPC3rLBMu","z2v0q3vYCMu","B25LCNjVCG","tKDFrvjst1i","BM9Htui","q3n2uei","vuXjCxy","rvHOzuW","qM16B1q","svnVEue","DMvYC2LVBMm","yNvMzMvY","x2HHBMrSzvi","suvtx0vsuK8","CgLkDNa","r0rlwxq","B1DLsNm","rezhDge","rxrLquW","zgvJB2rLzey","C3rYAw5NAwy","v0Tcs24","ywnOzwq","BgvY","Dg5pDfy","CgfNzwHPzgu","whblq20","ELf5BfG","t0TYyNa","CMvZzxrdB3u","AMP1BM8","rfHYDha","BM93","D3nkzvC","Aw5JBhvKzxm","uMzNz1q","zgLZywjSzue","CMvKDwnL","zg1SAfu","BKjmA1G","z2v0qwXSs2u","uxfwu3a","B2zMBgLUzq","DMDKq2y","CM92AwrLigi","rvH5vK0","AwDHDg9Yt24","AKflzeG","BgLUzq","DuzIyLa","CLPQzeG","EvvvsxO","txnnsKO","vuXQuNK","ANPrANi","CMz4vLq","D2LSBfjLy28","u1fSALi","sNzHz1G","EunkvKi","r25NyLu","vxbKyxrLq28","tgvRy1K","A01OB0O","uNDVz1K","zxH0zw5ZAw8","zwzJrNO","rvnpBMi","Dgv4DfbHEwW","B2XKvMvYC2K","v2vPEgLUsLm","zfbmtfa","uxD6wNq","C0Xf","wxbXAvO","vufJzxO","quTuz0G","Eg5Iue0","mtG4nuvnBwn2yW","t3bLBKv2zw4","v1DZwuG","Dgfwr20","y29UDgv4Da","CNzHBa","AxnrB1nby2S","B3vUDa","BNHfB0K","vxfluLC","Cwv6suK","zw5dwNK","B25JBg9Zzq","ugf1wxG","B25TzxnZywC","B3bLCNr5","DKLIvvK","rND1AKO","DgLTzw91Da","C2v0u3rVCMe","zxHWB3j0CW","z1jdu0O","B3nqEgS","yMLUyxj5","yK1jwui","D2XRBNy","x0rctMfTzq","Bg9Nsurhzw4","De1HBMfNzxi","C2vYDMLJzs0","CIb0DhDjra","Evrwru4","AwDrCMW","uvzcDwC","rujoseW","x29WDgLVBNm","tNLmse0","rhHnBvq","rNP1ENi","DMn3rxC","Cvj3rLq","AMTZvgO","C3rLBMvYCW","nxW0Fdf8oxW","qMjUq3C","vvf6BM4","swXJtK4","BMrLEa","Chfjzhi","wwXiq24","v09Mu2m","DMzLB3a","y3ruAw1LB3u","rNjVBNrPzxi","q0vtBuW","t1v3Duy","ww5yshK","svPnr1y","DMLJzuLeig8","C2LMweK","zxf1ywXZ","swHMCwC","ihrPBwvVDxq","qvzJBxm","vK56r28","z2v0s2v5","x3bPBMDmB3m","BwvZC2fNztO","yMfJA3vWigu","x2fKzfDZtgK","zgf0yq","CNnXqui","EgfgvKO","sMLhqMG","y2jnC1u","DfPzExK","zu9VzvC","CgjICdi","yMPXChC","x3nVy2TLDa","ihrVihjLDhi","DgzJD3y","CYbHBhjLywq","BwrttgC","vxrRCwe","qwn1zMO","CgvetKq","D1j1rha","BMP1vLK","BLrAtNa","wxfjDvG","CM9YrxzLBNq","y29UBMvJDa","mNWX","Cgf5Bg9Hzfq","y1DuweO","BgjPsLG","zfLmtwG","rffwwwC","tMfTzq","zMzmAw5L","zxrxB3jRq2G","B05ZrM8","DxrRzxG","y3vYC29Yx24","swvlB1m","sxznzwS","DgvZDa","uvftBMO","x2DLBMvYyxq","Aw50zwDLCIa","zhrlufG","D3jPDgu","DhLWzq","sMrdA2i","s3flyxi","y29UDgLUDwu","CfL3zKS","u1rbA2C","nhWXFdb8nxW","uvvjAgK","DLbmC1O","ywXSzwqGBxu","DxDHwuS","q0LUqwC","uLjpuG","ywrKq291BNq","yMLUza","Axfetgm","uxjPv04","s2jHBLq","B3v0sw50zxi","DhjHBNnHy3q","wM15seW","Dg9VigXHCMC","ANrcA2q","r29uA28","C2Xhu0i","x2LUDgvYDMe","uxrkD1O","q29UzMLN","y1D0Cwi","yxHZwuS","Berhvfm","uu5Iqwu","yxnJCMLWDa","vK9zwxG","BLfMDwC","x2HHBMrSzva","wg1wte4","t2XsqwG","y2XVC2veqG","Bvvhsxa","y3vYC29YlNm","BhDqCM8","x3jLywr5q2W","Cg9PBNrdB24","C2v0y3vYC28","CMvHC29U","BMHfC2e","Chf3zNm","v1f5ywK","quHnquS","rLjptLrjrvi","DKLrC0i","D3nov2C","CMvWBgfJzq","su5tvefova","y2fSBa","tuTdyui","BfPNAhm","A2v5","wxDntvG","BgLZDgvUtMu","ug1UENO","veDHCge","C1jfD0G","y2XVC2uSihC","zKfyrhK","B3bLBKrc","v2jjrKe","ywnOzwqSihC","ChfjBNO","t3vAwwy","CMvJzwL2zwq","Bg9N","sxL0A1O","werRAwq","ChjVDg9JB2W","zg5fAuu","BM5Ly3q","BwvKAwf0zwW","x29UrxjYB3i","yLL1sNa","ChjVy2vZCW","uxHkA08","DMnxD2G","zxjFCw9Zx2e","BeXeCwe","uM5Tuxq","B3jRig9MzMW","suvhAe0","EwDoB3G","ChrVCG","vK9KyuG","Bhm6ia","t2Tkyve","veH1vuy","id4G","qKfRzfC","Dw5KzwzPBMu","uM5PBee","qKn5Dfq","zNjVBuHHC2G","zw5NDgG","vxDuEeu","t1bftG","s3bhveq","DxnLCKLW","y0TfAeO","ufzTsxG","zgv3DNC","vfHeu1q","C2fdwM4","qu1nzhm","yMLUyxj5vhK","EKnnEfe","Dev2zw50","CK5qEva","AgLxqKu","EKrYAgK","BgLLDxy","zxq9DxrMltG","A2rbzva","AxbcD0W","C0z3Dxy","x2LUAxrhBg8","yvzfzeK","z2v0sxrLBq","zwn0","zfPcuK8","B2zMC2v0","wurhwui","yM5lzwy","AxnrB1nnzxm","Be5cDw4","lcbxzwjtB2m","B25dBg9Zzq","reTmufa","BxnYquC","rg1Vtvu","txLAAvy","zNjVBu51Bwi","whDRDNG","AgvHzgvYCW","C2fNzq","rLf1zuO","uMvHzcbWyxm","mJKXmJu2nZLMrwTsEK8","C0TZruW","v0HPA00","DLvIrMm","wMjgwMS","zfb2B3e","z21kuhe","sgntvge","u1HAwMC","zeLeD0W","BwXKt0e","x2rPC3bHDgm","A1jkAuC","vwLoAg8","EML0A0K","rujOyvi","A2vUuei","zgLJsNy","BwvZ","DhDVCMTdAge","Dw5Kwuu","Bu9ntw8","u2PAC0O","s1L1Exu","DNznCMm","twvZC2fNzuu","zw1PDa","rvjst1i","s0X3C2K","igzPzwXKoIa","x3bPBMDqB24","q0Xpu0LorW","BhHswMG","x2LZtM9Kzq","reiGzMfPBgu","tMvkzgq","zLbfCM8","tNPgDNK","yxKSig5LDhC","mhW1Fdr8m3W","z2v0t3DUuhi","q09oveLovuu","Bg9NsurozxC","x2DLDeLUDgu","yxDhvNC","weX4ENi","zM9YrwfJAa","vvLftLC","v25pseG","qMnnquG","vM13uwy","C3bzzxa","wMrwvxu","A1ruy24","Ehv1rhC","r2TvveC","Bg93","tKDSque","vNPXvhe","DcbSAw1PDa","qNjPzgDL","Dw5cDLO","zNvUy3rPB24","zxj2AwnL","qNLot0S","zxHVCMe","y25pzxq","EM9Ps3O","qK9gq28","x2jPBMfYEvq","Denou2m","DMfSDwvZ","C2vYDMLJzq","BNvzz2W","u2HtzMu","y09Wzw4","AxjLza","y3zNz0q","vMPIwwm","zw50zwqGDhK","t2jQzwn0","q0f4wNG","B3bLBIa","BLz5CgO","uhHNBei","wurzsu0","zNjVBunOyxi","BMv4DcGPigm","A2n1zfi","teT2De8","wgjjEfy","tLDJALK","qKLvu2C","AuLsBhq","Ef9MCM9UDgK","y3jLyxrLrxi","EuH2wM0","D0XYEhu","mxW1Fdn8mG","CfvmqLi","EMXsqNm","zNjVBuj5Dgu","t0fnBKe","AxmGDw5Kzwy","y2PnEgC","B2LUDfjLywm","y29SBM8","B2jQzwn0u3q","BM9Uzv9UB24","q09rzue","rfnLCu8","vg1ishi","AgXZC0C","A0LwC24","B25SAw5L","CMfUzg9T","t2XftM0","C2TXCuK","zv90Aw1LB3u","tKTQwvG","Cg9W","EgDUALK","Dxzyz2e","C2vUzf9Hy2S","CM92AwrLige","CNnVCL92ywW","uLzzzKW","vvLcvMi","x2rLyNvN","A0jrvKK","sxffA1u","AvjpwKW","AuvSDhG","CMvTB3zLq2G","tuvVwLu","DxjS","sKDzDuC","x2n1CNnVCK4","x29UvgLTzw8","Ee5St0G","qwPbyva","BfrPBwvVDxq","rK9iwgi","z2vtEw5J","x2nYzwf0zvm","rg1Tsu0","BMCGzMfPBgu","Aw9UvgLTzw8","wMXhwLu","DgLUzYbZzxi","ENjowxG","zfzlzgy","zxjYB3i","zvvYBa","vvzyEMu","BML0AwfSAxO","Chv0","Ahr0Chm6","DeLwDxy","C3jdz3q","su1xvwu","vgLTzw91Da","zvb3Dxq","u2TPCcbWyxm","BezSDxnO","BgvUz3rO","BMvWAxy","Bwf4twvZC2e","qwvgCKG","CeTjuue","wgntsMW","AwrI","r3f6wg8","C2v0q3vYC28","Bu91AMC","s2DLEgW","rNf0teS","yxbWBgLJyxq","x25HDMLNyxq","y1r1BNi","BurPwgi","rhnTBMe","tgPhCLO","zw5fDMvUDa","DhjYENC","y3vYC29Y","wMDZA1m","AKvuyLy","AgLNAa","A2v5CW","BM1LDKO","seTIreS","BurWze4","BMrWB2LUDfq","CMvXDwLYzwq","AwXSihvZzsa","CuLQq0C","wefYuNi","q0DbrMG","ExjkDKi","AvP0wNy","x194x21Zz18","Dg9hzw5LCMe","sLb4tgK","BxDWAe8","DcbVzIbYyw4","AeP3EKi","u3j6BgC","ENbLu2O","CYbWyxjHBxm","CMvQzwn0","z2DKDhm","zgvMAw5Luhi","shLLBMC","sNHtEg0","qxfyENu","BxnNsuq","wuHezg4","tNPLB1K","mtbPww9WswC","DhjQyuG","EKvsBeq","EKPswMu","C2vUza","t253v0G","rwTOvLK","uvP3yuC","Aw5L","BfnjAeG","qwXqzKS","BgLTAxq","CejZz2i","C3nHz2vfDMu","yxjjs3e","vezrCNO","zLf5A0u","v0nHD2u","y29Kzq","q0TIwK4","DhrKuwG","wKDWueC","C0XIwKu","swXkr0C","EMTQBfq","D2PNBMe","z2v0qwXS","uMHTsee","rev0Dw0","oxWXFdz8mhW","C2v0zgi","vMr4wMi","Cgf5Bg9Hza","uNb4qu4","yMHsD3G","jMPZy2fSBgi","AwXLx25HBwu","y0jHy2e","CM92AwrLihy","wgrnsg4","DLjAvNu","x2rItMfTzq","Cgf5Bg9Hzeu","DNnjt1u","x2vUzhbVAw4","Fdr8mNWZFde","lcbTyxGGCMu","zgD6C2K","EfvZzuvUDG","mdaWma","tMvJCeS","zNjHBwvuExa","ihzHBgLKigq","wgTUDeS","EKTOEey","s0HSA1u","wurnt0i","wMnSAeS","DvHWAMe","B0rSq1i","x2rLC3rYB3K","CMLLC0nVDw4","ufvWwgu","nZCYmZu3nxLpBM9yBG","DKz3zfK","q3vZDg9Trxi","twLZC2LUzYa","y3jLyxrLq2W","C3rVCMu","zfDVCMTLCKC","BMDuAw1LCG","rfPHA3i","yxrlsgG","zMLSDgvY","x3nLBMrby2S","Ec1TC2CTCw8","t1jhAwe","wgn0q3O","u05ls2q","AevYCM9Yrxy","CgLUz19VBMm","CgLUz0XVC3m","A0zhCMq","ywnRtxnNswq","Cw9Zx18","DvjzEvy","t1bftL9fuLi","vxDdshG","C0X1C2m","v29uy0q","yNvMzMvYzwq","Dg9cExrLC0i","CMvZzxruCMK","q2TUuM0","Dg9oDw1Izxi","Agfxy2i","yw1LoIa","D2TtvhG","vunNBuS","wKvUvLu","CMvHzfvjBNq","u0HnBNC","wuX5vvy","tMrUqu4","yxnL","uhbYzNK","CKzVDNK","qwvVs0m","AuXjBK8","rxzLBNq","yLnAAuK","B2fK","zw50tgLZDgu","yxv0BW","rxz2B3q","AefJA01LC3m","Dg9iyxnO","zsbHihn0CMK","wfvkrg8","zgzYsue","ig1LC3nHz2u","AxbJBxm","x3jLy29UBMu","nhWWFdf8mNW","shnVq2K","zgvIDwC","C2vUDa","q29Kzq","y3rZC0C","uej4r3O","wur5Eg0","u3rYyxrLz3K","ywnRx2LK","BNDxC0m","uwzLtKS","mJi2ntu1tNvIt29g","nZG4nZyYnefyDLnQrq","D3nZoI8V","vu5zzKO","BwfW","B2fODeO","o2nOyxjZzxq","y0DyqKC","vhPtD1a","zwHYsKi","Bhr1rey"];return Jn=function(){return n},Jn()}var qn;Object[C(1356)+C(901)](Q,C(1608)+"le",{value:!0})});var qe=he((Gp,Eo)=>{"use strict";var vo=["nodebuffer","arraybuffer","fragments"],So=typeof Blob<"u";So&&vo.push("blob");Eo.exports={BINARY_TYPES:vo,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:So,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Xt=he((Hp,Vn)=>{"use strict";var{EMPTY_BUFFER:Nu}=qe(),Hr=Buffer[Symbol.species];function Bu(n,e){if(n.length===0)return Nu;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let c=0;c<n.length;c++){let u=n[c];s.set(u,o),o+=u.length}return o<e?new Hr(s.buffer,s.byteOffset,o):s}function Co(n,e,s,o,c){for(let u=0;u<c;u++)s[o+u]=n[u]^e[u&3]}function Ao(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function Mu(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function Wr(n){if(Wr.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new Hr(n):ArrayBuffer.isView(n)?e=new Hr(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),Wr.readOnly=!1),e}Vn.exports={concat:Bu,mask:Co,toArrayBuffer:Mu,toBuffer:Wr,unmask:Ao};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=Y("bufferutil");Vn.exports.mask=function(e,s,o,c,u){u<48?Co(e,s,o,c,u):n.mask(e,s,o,c,u)},Vn.exports.unmask=function(e,s){e.length<32?Ao(e,s):n.unmask(e,s)}}catch{}});var ko=he((Wp,Po)=>{"use strict";var Io=Symbol("kDone"),Jr=Symbol("kRun"),Vr=class{constructor(e){this[Io]=()=>{this.pending--,this[Jr]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Jr]()}[Jr](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Io])}}};Po.exports=Vr});var It=he((Jp,Oo)=>{"use strict";var Zt=Y("zlib"),To=Xt(),zu=ko(),{kStatusCode:Do}=qe(),Fu=Buffer[Symbol.species],Uu=Buffer.from([0,0,255,255]),Yn=Symbol("permessage-deflate"),Ke=Symbol("total-length"),Ct=Symbol("callback"),Xe=Symbol("buffers"),At=Symbol("error"),$n,$r=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,!$n){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;$n=new zu(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[Ct];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,o=e.find(c=>!(s.serverNoContextTakeover===!1&&c.server_no_context_takeover||c.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>c.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!c.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(o.server_no_context_takeover=!0),s.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(o.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?o.client_max_window_bits=s.clientMaxWindowBits:(o.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(o=>{let c=s[o];if(c.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(c=c[0],o==="client_max_window_bits"){if(c!==!0){let u=+c;if(!Number.isInteger(u)||u<8||u>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=u}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else if(o==="server_max_window_bits"){let u=+c;if(!Number.isInteger(u)||u<8||u>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=u}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(c!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else throw new Error(`Unknown parameter "${o}"`);s[o]=c})}),e}decompress(e,s,o){$n.add(c=>{this._decompress(e,s,(u,f)=>{c(),o(u,f)})})}compress(e,s,o){$n.add(c=>{this._compress(e,s,(u,f)=>{c(),o(u,f)})})}_decompress(e,s,o){let c=this._isServer?"client":"server";if(!this._inflate){let u=`${c}_max_window_bits`,f=typeof this.params[u]!="number"?Zt.Z_DEFAULT_WINDOWBITS:this.params[u];this._inflate=Zt.createInflateRaw({...this._options.zlibInflateOptions,windowBits:f}),this._inflate[Yn]=this,this._inflate[Ke]=0,this._inflate[Xe]=[],this._inflate.on("error",Ku),this._inflate.on("data",Ro)}this._inflate[Ct]=o,this._inflate.write(e),s&&this._inflate.write(Uu),this._inflate.flush(()=>{let u=this._inflate[At];if(u){this._inflate.close(),this._inflate=null,o(u);return}let f=To.concat(this._inflate[Xe],this._inflate[Ke]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ke]=0,this._inflate[Xe]=[],s&&this.params[`${c}_no_context_takeover`]&&this._inflate.reset()),o(null,f)})}_compress(e,s,o){let c=this._isServer?"server":"client";if(!this._deflate){let u=`${c}_max_window_bits`,f=typeof this.params[u]!="number"?Zt.Z_DEFAULT_WINDOWBITS:this.params[u];this._deflate=Zt.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:f}),this._deflate[Ke]=0,this._deflate[Xe]=[],this._deflate.on("data",qu)}this._deflate[Ct]=o,this._deflate.write(e),this._deflate.flush(Zt.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let u=To.concat(this._deflate[Xe],this._deflate[Ke]);s&&(u=new Fu(u.buffer,u.byteOffset,u.length-4)),this._deflate[Ct]=null,this._deflate[Ke]=0,this._deflate[Xe]=[],s&&this.params[`${c}_no_context_takeover`]&&this._deflate.reset(),o(null,u)})}};Oo.exports=$r;function qu(n){this[Xe].push(n),this[Ke]+=n.length}function Ro(n){if(this[Ke]+=n.length,this[Yn]._maxPayload<1||this[Ke]<=this[Yn]._maxPayload){this[Xe].push(n);return}this[At]=new RangeError("Max payload size exceeded"),this[At].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[At][Do]=1009,this.removeListener("data",Ro),this.reset()}function Ku(n){if(this[Yn]._inflate=null,this[At]){this[Ct](this[At]);return}n[Do]=1007,this[Ct](n)}});var Pt=he((Vp,Xn)=>{"use strict";var{isUtf8:Lo}=Y("buffer"),{hasBlob:ju}=qe(),Gu=[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 Hu(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function Yr(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 Wu(n){return ju&&typeof n=="object"&&typeof n.arrayBuffer=="function"&&typeof n.type=="string"&&typeof n.stream=="function"&&(n[Symbol.toStringTag]==="Blob"||n[Symbol.toStringTag]==="File")}Xn.exports={isBlob:Wu,isValidStatusCode:Hu,isValidUTF8:Yr,tokenChars:Gu};if(Lo)Xn.exports.isValidUTF8=function(n){return n.length<24?Yr(n):Lo(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=Y("utf-8-validate");Xn.exports.isValidUTF8=function(e){return e.length<32?Yr(e):n(e)}}catch{}});var ti=he(($p,qo)=>{"use strict";var{Writable:Ju}=Y("stream"),No=It(),{BINARY_TYPES:Vu,EMPTY_BUFFER:Bo,kStatusCode:$u,kWebSocket:Yu}=qe(),{concat:Xr,toArrayBuffer:Xu,unmask:Zu}=Xt(),{isValidStatusCode:Qu,isValidUTF8:Mo}=Pt(),Zn=Buffer[Symbol.species],_e=0,zo=1,Fo=2,Uo=3,Zr=4,Qr=5,Qn=6,ei=class extends Ju{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||Vu[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[Yu]=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=_e}_write(e,s,o){if(this._opcode===8&&this._state==_e)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 Zn(o.buffer,o.byteOffset+e,o.length-e),new Zn(o.buffer,o.byteOffset,e)}let s=Buffer.allocUnsafe(e);do{let o=this._buffers[0],c=s.length-e;e>=o.length?s.set(this._buffers.shift(),c):(s.set(new Uint8Array(o.buffer,o.byteOffset,e),c),this._buffers[0]=new Zn(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 _e:this.getInfo(e);break;case zo:this.getPayloadLength16(e);break;case Fo:this.getPayloadLength64(e);break;case Uo:this.getMask();break;case Zr:this.getData(e);break;case Qr:case Qn:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let s=this.consume(2);if((s[0]&48)!==0){let c=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(c);return}let o=(s[0]&64)===64;if(o&&!this._extensions[No.extensionName]){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._fin=(s[0]&128)===128,this._opcode=s[0]&15,this._payloadLength=s[1]&127,this._opcode===0){if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(!this._fragmented){let c=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._compressed=o}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let c=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(c);return}if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let c=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(c);return}}else{let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(s[1]&128)===128,this._isServer){if(!this._masked){let c=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(c);return}}else if(this._masked){let c=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(c);return}this._payloadLength===126?this._state=zo:this._payloadLength===127?this._state=Fo:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let s=this.consume(8),o=s.readUInt32BE(0);if(o>Math.pow(2,21)-1){let c=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(c);return}this._payloadLength=o*Math.pow(2,32)+s.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let s=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(s);return}this._masked?this._state=Uo:this._state=Zr}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Zr}getData(e){let s=Bo;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&&Zu(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=Qr,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[No.extensionName].decompress(e,this._fin,(c,u)=>{if(c)return s(c);if(u.length){if(this._messageLength+=u.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let f=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");s(f);return}this._fragments.push(u)}this.dataMessage(s),this._state===_e&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=_e;return}let s=this._messageLength,o=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let c;this._binaryType==="nodebuffer"?c=Xr(o,s):this._binaryType==="arraybuffer"?c=Xu(Xr(o,s)):this._binaryType==="blob"?c=new Blob(o):c=o,this._allowSynchronousEvents?(this.emit("message",c,!0),this._state=_e):(this._state=Qn,setImmediate(()=>{this.emit("message",c,!0),this._state=_e,this.startLoop(e)}))}else{let c=Xr(o,s);if(!this._skipUTF8Validation&&!Mo(c)){let u=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(u);return}this._state===Qr||this._allowSynchronousEvents?(this.emit("message",c,!1),this._state=_e):(this._state=Qn,setImmediate(()=>{this.emit("message",c,!1),this._state=_e,this.startLoop(e)}))}}controlMessage(e,s){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,Bo),this.end();else{let o=e.readUInt16BE(0);if(!Qu(o)){let u=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(u);return}let c=new Zn(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Mo(c)){let u=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(u);return}this._loop=!1,this.emit("conclude",o,c),this.end()}this._state=_e;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=_e):(this._state=Qn,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=_e,this.startLoop(s)}))}createError(e,s,o,c,u){this._loop=!1,this._errored=!0;let f=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(f,this.createError),f.code=u,f[$u]=c,f}};qo.exports=ei});var ii=he((Xp,Go)=>{"use strict";var{Duplex:Yp}=Y("stream"),{randomFillSync:ef}=Y("crypto"),Ko=It(),{EMPTY_BUFFER:tf,kWebSocket:nf,NOOP:rf}=qe(),{isBlob:kt,isValidStatusCode:sf}=Pt(),{mask:jo,toBuffer:st}=Xt(),we=Symbol("kByteLength"),of=Buffer.alloc(4),er=8*1024,ot,Tt=er,Ee=0,af=1,cf=2,ni=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=Ee,this.onerror=rf,this[nf]=void 0}static frame(e,s){let o,c=!1,u=2,f=!1;s.mask&&(o=s.maskBuffer||of,s.generateMask?s.generateMask(o):(Tt===er&&(ot===void 0&&(ot=Buffer.alloc(er)),ef(ot,0,er),Tt=0),o[0]=ot[Tt++],o[1]=ot[Tt++],o[2]=ot[Tt++],o[3]=ot[Tt++]),f=(o[0]|o[1]|o[2]|o[3])===0,u=6);let h;typeof e=="string"?(!s.mask||f)&&s[we]!==void 0?h=s[we]:(e=Buffer.from(e),h=e.length):(h=e.length,c=s.mask&&s.readOnly&&!f);let m=h;h>=65536?(u+=8,m=127):h>125&&(u+=2,m=126);let w=Buffer.allocUnsafe(c?h+u:u);return w[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(w[0]|=64),w[1]=m,m===126?w.writeUInt16BE(h,2):m===127&&(w[2]=w[3]=0,w.writeUIntBE(h,4,6)),s.mask?(w[1]|=128,w[u-4]=o[0],w[u-3]=o[1],w[u-2]=o[2],w[u-1]=o[3],f?[w,e]:c?(jo(e,o,w,u,h),[w]):(jo(e,o,e,0,h),[w,e])):[w,e]}close(e,s,o,c){let u;if(e===void 0)u=tf;else{if(typeof e!="number"||!sf(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)u=Buffer.allocUnsafe(2),u.writeUInt16BE(e,0);else{let h=Buffer.byteLength(s);if(h>123)throw new RangeError("The message must not be greater than 123 bytes");u=Buffer.allocUnsafe(2+h),u.writeUInt16BE(e,0),typeof s=="string"?u.write(s,2):u.set(s,2)}}let f={[we]:u.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Ee?this.enqueue([this.dispatch,u,!1,f,c]):this.sendFrame(n.frame(u,f),c)}ping(e,s,o){let c,u;if(typeof e=="string"?(c=Buffer.byteLength(e),u=!1):kt(e)?(c=e.size,u=!1):(e=st(e),c=e.length,u=st.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[we]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:u,rsv1:!1};kt(e)?this._state!==Ee?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ee?this.enqueue([this.dispatch,e,!1,f,o]):this.sendFrame(n.frame(e,f),o)}pong(e,s,o){let c,u;if(typeof e=="string"?(c=Buffer.byteLength(e),u=!1):kt(e)?(c=e.size,u=!1):(e=st(e),c=e.length,u=st.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[we]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:u,rsv1:!1};kt(e)?this._state!==Ee?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ee?this.enqueue([this.dispatch,e,!1,f,o]):this.sendFrame(n.frame(e,f),o)}send(e,s,o){let c=this._extensions[Ko.extensionName],u=s.binary?2:1,f=s.compress,h,m;typeof e=="string"?(h=Buffer.byteLength(e),m=!1):kt(e)?(h=e.size,m=!1):(e=st(e),h=e.length,m=st.readOnly),this._firstFragment?(this._firstFragment=!1,f&&c&&c.params[c._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(f=h>=c._threshold),this._compress=f):(f=!1,u=0),s.fin&&(this._firstFragment=!0);let w={[we]:h,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:u,readOnly:m,rsv1:f};kt(e)?this._state!==Ee?this.enqueue([this.getBlobData,e,this._compress,w,o]):this.getBlobData(e,this._compress,w,o):this._state!==Ee?this.enqueue([this.dispatch,e,this._compress,w,o]):this.dispatch(e,this._compress,w,o)}getBlobData(e,s,o,c){this._bufferedBytes+=o[we],this._state=cf,e.arrayBuffer().then(u=>{if(this._socket.destroyed){let h=new Error("The socket was closed while the blob was being read");process.nextTick(ri,this,h,c);return}this._bufferedBytes-=o[we];let f=st(u);s?this.dispatch(f,s,o,c):(this._state=Ee,this.sendFrame(n.frame(f,o),c),this.dequeue())}).catch(u=>{process.nextTick(xf,this,u,c)})}dispatch(e,s,o,c){if(!s){this.sendFrame(n.frame(e,o),c);return}let u=this._extensions[Ko.extensionName];this._bufferedBytes+=o[we],this._state=af,u.compress(e,o.fin,(f,h)=>{if(this._socket.destroyed){let m=new Error("The socket was closed while data was being compressed");ri(this,m,c);return}this._bufferedBytes-=o[we],this._state=Ee,o.readOnly=!1,this.sendFrame(n.frame(h,o),c),this.dequeue()})}dequeue(){for(;this._state===Ee&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][we],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][we],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)}};Go.exports=ni;function ri(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let c=n._queue[o],u=c[c.length-1];typeof u=="function"&&u(e)}}function xf(n,e,s){ri(n,e,s),n.onerror(e)}});var Qo=he((Zp,Zo)=>{"use strict";var{kForOnEventAttribute:Qt,kListener:si}=qe(),Ho=Symbol("kCode"),Wo=Symbol("kData"),Jo=Symbol("kError"),Vo=Symbol("kMessage"),$o=Symbol("kReason"),Dt=Symbol("kTarget"),Yo=Symbol("kType"),Xo=Symbol("kWasClean"),je=class{constructor(e){this[Dt]=null,this[Yo]=e}get target(){return this[Dt]}get type(){return this[Yo]}};Object.defineProperty(je.prototype,"target",{enumerable:!0});Object.defineProperty(je.prototype,"type",{enumerable:!0});var at=class extends je{constructor(e,s={}){super(e),this[Ho]=s.code===void 0?0:s.code,this[$o]=s.reason===void 0?"":s.reason,this[Xo]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Ho]}get reason(){return this[$o]}get wasClean(){return this[Xo]}};Object.defineProperty(at.prototype,"code",{enumerable:!0});Object.defineProperty(at.prototype,"reason",{enumerable:!0});Object.defineProperty(at.prototype,"wasClean",{enumerable:!0});var Rt=class extends je{constructor(e,s={}){super(e),this[Jo]=s.error===void 0?null:s.error,this[Vo]=s.message===void 0?"":s.message}get error(){return this[Jo]}get message(){return this[Vo]}};Object.defineProperty(Rt.prototype,"error",{enumerable:!0});Object.defineProperty(Rt.prototype,"message",{enumerable:!0});var en=class extends je{constructor(e,s={}){super(e),this[Wo]=s.data===void 0?null:s.data}get data(){return this[Wo]}};Object.defineProperty(en.prototype,"data",{enumerable:!0});var uf={addEventListener(n,e,s={}){for(let c of this.listeners(n))if(!s[Qt]&&c[si]===e&&!c[Qt])return;let o;if(n==="message")o=function(u,f){let h=new en("message",{data:f?u:u.toString()});h[Dt]=this,tr(e,this,h)};else if(n==="close")o=function(u,f){let h=new at("close",{code:u,reason:f.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});h[Dt]=this,tr(e,this,h)};else if(n==="error")o=function(u){let f=new Rt("error",{error:u,message:u.message});f[Dt]=this,tr(e,this,f)};else if(n==="open")o=function(){let u=new je("open");u[Dt]=this,tr(e,this,u)};else return;o[Qt]=!!s[Qt],o[si]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[si]===e&&!s[Qt]){this.removeListener(n,s);break}}};Zo.exports={CloseEvent:at,ErrorEvent:Rt,Event:je,EventTarget:uf,MessageEvent:en};function tr(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var nr=he((Qp,ea)=>{"use strict";var{tokenChars:tn}=Pt();function Oe(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,c=!1,u=!1,f,h,m=-1,w=-1,b=-1,S=0;for(;S<n.length;S++)if(w=n.charCodeAt(S),f===void 0)if(b===-1&&tn[w]===1)m===-1&&(m=S);else if(S!==0&&(w===32||w===9))b===-1&&m!==-1&&(b=S);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${S}`);b===-1&&(b=S);let N=n.slice(m,b);w===44?(Oe(e,N,s),s=Object.create(null)):f=N,m=b=-1}else throw new SyntaxError(`Unexpected character at index ${S}`);else if(h===void 0)if(b===-1&&tn[w]===1)m===-1&&(m=S);else if(w===32||w===9)b===-1&&m!==-1&&(b=S);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${S}`);b===-1&&(b=S),Oe(s,n.slice(m,b),!0),w===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),m=b=-1}else if(w===61&&m!==-1&&b===-1)h=n.slice(m,S),m=b=-1;else throw new SyntaxError(`Unexpected character at index ${S}`);else if(c){if(tn[w]!==1)throw new SyntaxError(`Unexpected character at index ${S}`);m===-1?m=S:o||(o=!0),c=!1}else if(u)if(tn[w]===1)m===-1&&(m=S);else if(w===34&&m!==-1)u=!1,b=S;else if(w===92)c=!0;else throw new SyntaxError(`Unexpected character at index ${S}`);else if(w===34&&n.charCodeAt(S-1)===61)u=!0;else if(b===-1&&tn[w]===1)m===-1&&(m=S);else if(m!==-1&&(w===32||w===9))b===-1&&(b=S);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${S}`);b===-1&&(b=S);let N=n.slice(m,b);o&&(N=N.replace(/\\/g,""),o=!1),Oe(s,h,N),w===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),h=void 0,m=b=-1}else throw new SyntaxError(`Unexpected character at index ${S}`);if(m===-1||u||w===32||w===9)throw new SyntaxError("Unexpected end of input");b===-1&&(b=S);let A=n.slice(m,b);return f===void 0?Oe(e,A,s):(h===void 0?Oe(s,A,!0):o?Oe(s,h,A.replace(/\\/g,"")):Oe(s,h,A),Oe(e,f,s)),e}function df(n){return Object.keys(n).map(e=>{let s=n[e];return Array.isArray(s)||(s=[s]),s.map(o=>[e].concat(Object.keys(o).map(c=>{let u=o[c];return Array.isArray(u)||(u=[u]),u.map(f=>f===!0?c:`${c}=${f}`).join("; ")})).join("; ")).join(", ")}).join(", ")}ea.exports={format:df,parse:ff}});var or=he((nm,da)=>{"use strict";var lf=Y("events"),hf=Y("https"),gf=Y("http"),ra=Y("net"),pf=Y("tls"),{randomBytes:mf,createHash:_f}=Y("crypto"),{Duplex:em,Readable:tm}=Y("stream"),{URL:oi}=Y("url"),Ze=It(),wf=ti(),yf=ii(),{isBlob:bf}=Pt(),{BINARY_TYPES:ta,CLOSE_TIMEOUT:vf,EMPTY_BUFFER:rr,GUID:Sf,kForOnEventAttribute:ai,kListener:Ef,kStatusCode:Cf,kWebSocket:ee,NOOP:ia}=qe(),{EventTarget:{addEventListener:Af,removeEventListener:If}}=Qo(),{format:Pf,parse:kf}=nr(),{toBuffer:Tf}=Xt(),sa=Symbol("kAborted"),ci=[8,13],Ge=["CONNECTING","OPEN","CLOSING","CLOSED"],Df=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,W=class n extends lf{constructor(e,s,o){super(),this._binaryType=ta[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=rr,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]),oa(this,e,s,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){ta.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,s,o){let c=new wf({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),u=new yf(e,this._extensions,o.generateMask);this._receiver=c,this._sender=u,this._socket=e,c[ee]=this,u[ee]=this,e[ee]=this,c.on("conclude",Lf),c.on("drain",Nf),c.on("error",Bf),c.on("message",Mf),c.on("ping",zf),c.on("pong",Ff),u.onerror=Uf,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",xa),e.on("data",sr),e.on("end",ua),e.on("error",fa),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[Ze.extensionName]&&this._extensions[Ze.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){pe(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())}),ca(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){xi(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||rr,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){xi(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||rr,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){xi(this,e,o);return}let c={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[Ze.extensionName]||(c.compress=!1),this._sender.send(e||rr,c,o)}terminate(){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){pe(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=n.CLOSING,this._socket.destroy())}}};Object.defineProperty(W,"CONNECTING",{enumerable:!0,value:Ge.indexOf("CONNECTING")});Object.defineProperty(W.prototype,"CONNECTING",{enumerable:!0,value:Ge.indexOf("CONNECTING")});Object.defineProperty(W,"OPEN",{enumerable:!0,value:Ge.indexOf("OPEN")});Object.defineProperty(W.prototype,"OPEN",{enumerable:!0,value:Ge.indexOf("OPEN")});Object.defineProperty(W,"CLOSING",{enumerable:!0,value:Ge.indexOf("CLOSING")});Object.defineProperty(W.prototype,"CLOSING",{enumerable:!0,value:Ge.indexOf("CLOSING")});Object.defineProperty(W,"CLOSED",{enumerable:!0,value:Ge.indexOf("CLOSED")});Object.defineProperty(W.prototype,"CLOSED",{enumerable:!0,value:Ge.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty(W.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty(W.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[ai])return e[Ef];return null},set(e){for(let s of this.listeners(n))if(s[ai]){this.removeListener(n,s);break}typeof e=="function"&&this.addEventListener(n,e,{[ai]:!0})}})});W.prototype.addEventListener=Af;W.prototype.removeEventListener=If;da.exports=W;function oa(n,e,s,o){let c={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:vf,protocolVersion:ci[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...o,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(n._autoPong=c.autoPong,n._closeTimeout=c.closeTimeout,!ci.includes(c.protocolVersion))throw new RangeError(`Unsupported protocol version: ${c.protocolVersion} (supported versions: ${ci.join(", ")})`);let u;if(e instanceof oi)u=e;else try{u=new oi(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}u.protocol==="http:"?u.protocol="ws:":u.protocol==="https:"&&(u.protocol="wss:"),n._url=u.href;let f=u.protocol==="wss:",h=u.protocol==="ws+unix:",m;if(u.protocol!=="ws:"&&!f&&!h?m=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:h&&!u.pathname?m="The URL's pathname is empty":u.hash&&(m="The URL contains a fragment identifier"),m){let R=new SyntaxError(m);if(n._redirects===0)throw R;ir(n,R);return}let w=f?443:80,b=mf(16).toString("base64"),S=f?hf.request:gf.request,A=new Set,N;if(c.createConnection=c.createConnection||(f?Of:Rf),c.defaultPort=c.defaultPort||w,c.port=u.port||w,c.host=u.hostname.startsWith("[")?u.hostname.slice(1,-1):u.hostname,c.headers={...c.headers,"Sec-WebSocket-Version":c.protocolVersion,"Sec-WebSocket-Key":b,Connection:"Upgrade",Upgrade:"websocket"},c.path=u.pathname+u.search,c.timeout=c.handshakeTimeout,c.perMessageDeflate&&(N=new Ze({...c.perMessageDeflate,isServer:!1,maxPayload:c.maxPayload}),c.headers["Sec-WebSocket-Extensions"]=Pf({[Ze.extensionName]:N.offer()})),s.length){for(let R of s){if(typeof R!="string"||!Df.test(R)||A.has(R))throw new SyntaxError("An invalid or duplicated subprotocol was specified");A.add(R)}c.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(c.origin&&(c.protocolVersion<13?c.headers["Sec-WebSocket-Origin"]=c.origin:c.headers.Origin=c.origin),(u.username||u.password)&&(c.auth=`${u.username}:${u.password}`),h){let R=c.path.split(":");c.socketPath=R[0],c.path=R[1]}let D;if(c.followRedirects){if(n._redirects===0){n._originalIpc=h,n._originalSecure=f,n._originalHostOrSocketPath=h?c.socketPath:u.host;let R=o&&o.headers;if(o={...o,headers:{}},R)for(let[M,V]of Object.entries(R))o.headers[M.toLowerCase()]=V}else if(n.listenerCount("redirect")===0){let R=h?n._originalIpc?c.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:u.host===n._originalHostOrSocketPath;(!R||n._originalSecure&&!f)&&(delete c.headers.authorization,delete c.headers.cookie,R||delete c.headers.host,c.auth=void 0)}c.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(c.auth).toString("base64")),D=n._req=S(c),n._redirects&&n.emit("redirect",n.url,D)}else D=n._req=S(c);c.timeout&&D.on("timeout",()=>{pe(n,D,"Opening handshake has timed out")}),D.on("error",R=>{D===null||D[sa]||(D=n._req=null,ir(n,R))}),D.on("response",R=>{let M=R.headers.location,V=R.statusCode;if(M&&c.followRedirects&&V>=300&&V<400){if(++n._redirects>c.maxRedirects){pe(n,D,"Maximum redirects exceeded");return}D.abort();let te;try{te=new oi(M,e)}catch{let se=new SyntaxError(`Invalid URL: ${M}`);ir(n,se);return}oa(n,te,s,o)}else n.emit("unexpected-response",D,R)||pe(n,D,`Unexpected server response: ${R.statusCode}`)}),D.on("upgrade",(R,M,V)=>{if(n.emit("upgrade",R),n.readyState!==W.CONNECTING)return;D=n._req=null;let te=R.headers.upgrade;if(te===void 0||te.toLowerCase()!=="websocket"){pe(n,M,"Invalid Upgrade header");return}let ie=_f("sha1").update(b+Sf).digest("base64");if(R.headers["sec-websocket-accept"]!==ie){pe(n,M,"Invalid Sec-WebSocket-Accept header");return}let se=R.headers["sec-websocket-protocol"],$;if(se!==void 0?A.size?A.has(se)||($="Server sent an invalid subprotocol"):$="Server sent a subprotocol but none was requested":A.size&&($="Server sent no subprotocol"),$){pe(n,M,$);return}se&&(n._protocol=se);let le=R.headers["sec-websocket-extensions"];if(le!==void 0){if(!N){pe(n,M,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let T;try{T=kf(le)}catch{pe(n,M,"Invalid Sec-WebSocket-Extensions header");return}let z=Object.keys(T);if(z.length!==1||z[0]!==Ze.extensionName){pe(n,M,"Server indicated an extension that was not requested");return}try{N.accept(T[Ze.extensionName])}catch{pe(n,M,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[Ze.extensionName]=N}n.setSocket(M,V,{allowSynchronousEvents:c.allowSynchronousEvents,generateMask:c.generateMask,maxPayload:c.maxPayload,skipUTF8Validation:c.skipUTF8Validation})}),c.finishRequest?c.finishRequest(D,n):D.end()}function ir(n,e){n._readyState=W.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function Rf(n){return n.path=n.socketPath,ra.connect(n)}function Of(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=ra.isIP(n.host)?"":n.host),pf.connect(n)}function pe(n,e,s){n._readyState=W.CLOSING;let o=new Error(s);Error.captureStackTrace(o,pe),e.setHeader?(e[sa]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(ir,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function xi(n,e,s){if(e){let o=bf(e)?e.size:Tf(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Ge[n.readyState]})`);process.nextTick(s,o)}}function Lf(n,e){let s=this[ee];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[ee]!==void 0&&(s._socket.removeListener("data",sr),process.nextTick(aa,s._socket),n===1005?s.close():s.close(n,e))}function Nf(){let n=this[ee];n.isPaused||n._socket.resume()}function Bf(n){let e=this[ee];e._socket[ee]!==void 0&&(e._socket.removeListener("data",sr),process.nextTick(aa,e._socket),e.close(n[Cf])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function na(){this[ee].emitClose()}function Mf(n,e){this[ee].emit("message",n,e)}function zf(n){let e=this[ee];e._autoPong&&e.pong(n,!this._isServer,ia),e.emit("ping",n)}function Ff(n){this[ee].emit("pong",n)}function aa(n){n.resume()}function Uf(n){let e=this[ee];e.readyState!==W.CLOSED&&(e.readyState===W.OPEN&&(e._readyState=W.CLOSING,ca(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function ca(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function xa(){let n=this[ee];if(this.removeListener("close",xa),this.removeListener("data",sr),this.removeListener("end",ua),n._readyState=W.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[ee]=void 0,clearTimeout(n._closeTimer),n._receiver._writableState.finished||n._receiver._writableState.errorEmitted?n.emitClose():(n._receiver.on("error",na),n._receiver.on("finish",na))}function sr(n){this[ee]._receiver.write(n)||this.pause()}function ua(){let n=this[ee];n._readyState=W.CLOSING,n._receiver.end(),this.end()}function fa(){let n=this[ee];this.removeListener("error",fa),this.on("error",ia),n&&(n._readyState=W.CLOSING,this.destroy())}});var pa=he((im,ga)=>{"use strict";var rm=or(),{Duplex:qf}=Y("stream");function la(n){n.emit("close")}function Kf(){!this.destroyed&&this._writableState.finished&&this.destroy()}function ha(n){this.removeListener("error",ha),this.destroy(),this.listenerCount("error")===0&&this.emit("error",n)}function jf(n,e){let s=!0,o=new qf({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(u,f){let h=!f&&o._readableState.objectMode?u.toString():u;o.push(h)||n.pause()}),n.once("error",function(u){o.destroyed||(s=!1,o.destroy(u))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(c,u){if(n.readyState===n.CLOSED){u(c),process.nextTick(la,o);return}let f=!1;n.once("error",function(m){f=!0,u(m)}),n.once("close",function(){f||u(c),process.nextTick(la,o)}),s&&n.terminate()},o._final=function(c){if(n.readyState===n.CONNECTING){n.once("open",function(){o._final(c)});return}n._socket!==null&&(n._socket._writableState.finished?(c(),o._readableState.endEmitted&&o.destroy()):(n._socket.once("finish",function(){c()}),n.close()))},o._read=function(){n.isPaused&&n.resume()},o._write=function(c,u,f){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(c,u,f)});return}n.send(c,f)},o.on("end",Kf),o.on("error",ha),o}ga.exports=jf});var ui=he((sm,ma)=>{"use strict";var{tokenChars:Gf}=Pt();function Hf(n){let e=new Set,s=-1,o=-1,c=0;for(c;c<n.length;c++){let f=n.charCodeAt(c);if(o===-1&&Gf[f]===1)s===-1&&(s=c);else if(c!==0&&(f===32||f===9))o===-1&&s!==-1&&(o=c);else if(f===44){if(s===-1)throw new SyntaxError(`Unexpected character at index ${c}`);o===-1&&(o=c);let h=n.slice(s,o);if(e.has(h))throw new SyntaxError(`The "${h}" subprotocol is duplicated`);e.add(h),s=o=-1}else throw new SyntaxError(`Unexpected character at index ${c}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let u=n.slice(s,c);if(e.has(u))throw new SyntaxError(`The "${u}" subprotocol is duplicated`);return e.add(u),e}ma.exports={parse:Hf}});var Ea=he((am,Sa)=>{"use strict";var Wf=Y("events"),ar=Y("http"),{Duplex:om}=Y("stream"),{createHash:Jf}=Y("crypto"),_a=nr(),ct=It(),Vf=ui(),$f=or(),{CLOSE_TIMEOUT:Yf,GUID:Xf,kWebSocket:Zf}=qe(),Qf=/^[+/0-9A-Za-z]{22}==$/,wa=0,ya=1,va=2,fi=class extends Wf{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:Yf,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:$f,...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=ar.createServer((o,c)=>{let u=ar.STATUS_CODES[426];c.writeHead(426,{"Content-Length":u.length,"Content-Type":"text/plain"}),c.end(u)}),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=ed(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(c,u,f)=>{this.handleUpgrade(c,u,f,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=wa}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===va){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(nn,this);return}if(e&&this.once("close",e),this._state!==ya)if(this._state=ya,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(nn,this):process.nextTick(nn,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{nn(this)})}}shouldHandle(e){if(this.options.path){let s=e.url.indexOf("?");if((s!==-1?e.url.slice(0,s):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,s,o,c){s.on("error",ba);let u=e.headers["sec-websocket-key"],f=e.headers.upgrade,h=+e.headers["sec-websocket-version"];if(e.method!=="GET"){xt(this,e,s,405,"Invalid HTTP method");return}if(f===void 0||f.toLowerCase()!=="websocket"){xt(this,e,s,400,"Invalid Upgrade header");return}if(u===void 0||!Qf.test(u)){xt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(h!==13&&h!==8){xt(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){rn(s,400);return}let m=e.headers["sec-websocket-protocol"],w=new Set;if(m!==void 0)try{w=Vf.parse(m)}catch{xt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let b=e.headers["sec-websocket-extensions"],S={};if(this.options.perMessageDeflate&&b!==void 0){let A=new ct({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let N=_a.parse(b);N[ct.extensionName]&&(A.accept(N[ct.extensionName]),S[ct.extensionName]=A)}catch{xt(this,e,s,400,"Invalid or unacceptable Sec-WebSocket-Extensions header");return}}if(this.options.verifyClient){let A={origin:e.headers[`${h===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(A,(N,D,R,M)=>{if(!N)return rn(s,D||401,R,M);this.completeUpgrade(S,u,w,e,s,o,c)});return}if(!this.options.verifyClient(A))return rn(s,401)}this.completeUpgrade(S,u,w,e,s,o,c)}completeUpgrade(e,s,o,c,u,f,h){if(!u.readable||!u.writable)return u.destroy();if(u[Zf])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>wa)return rn(u,503);let w=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${Jf("sha1").update(s+Xf).digest("base64")}`],b=new this.options.WebSocket(null,void 0,this.options);if(o.size){let S=this.options.handleProtocols?this.options.handleProtocols(o,c):o.values().next().value;S&&(w.push(`Sec-WebSocket-Protocol: ${S}`),b._protocol=S)}if(e[ct.extensionName]){let S=e[ct.extensionName].params,A=_a.format({[ct.extensionName]:[S]});w.push(`Sec-WebSocket-Extensions: ${A}`),b._extensions=e}this.emit("headers",w,c),u.write(w.concat(`\r
8
+ var e0=Object.create;var Pr=Object.defineProperty;var t0=Object.getOwnPropertyDescriptor;var n0=Object.getOwnPropertyNames;var r0=Object.getPrototypeOf,i0=Object.prototype.hasOwnProperty;var V=(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 ze=(n,e)=>()=>(n&&(e=n(n=0)),e);var fe=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),Zi=(n,e)=>{for(var s in e)Pr(n,s,{get:e[s],enumerable:!0})},s0=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of n0(e))!i0.call(n,c)&&c!==s&&Pr(n,c,{get:()=>e[c],enumerable:!(o=t0(e,c))||o.enumerable});return n};var Fe=(n,e,s)=>(s=n!=null?e0(r0(n)):{},s0(e||!n||!n.__esModule?Pr(s,"default",{value:n,enumerable:!0}):s,n));import{chmod as o0,mkdir as a0,readFile as c0,rename as Qi,writeFile as es}from"node:fs/promises";import{dirname as x0}from"node:path";async function pt(n){try{let e=await c0(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function on(n,e,s){await a0(x0(n),{recursive:!0});let o=`${JSON.stringify(e,null,2)}
9
+ `,c=`${n}.tmp-${process.pid}-${Math.random().toString(36).slice(2,10)}`;try{s?.mode!==void 0?await es(c,o,{encoding:"utf8",mode:s.mode}):await es(c,o,"utf8"),await Qi(c,n),s?.mode!==void 0&&await o0(n,s.mode)}catch(d){await Qi(c,c).catch(()=>{});let{rm:f}=await import("node:fs/promises");throw await f(c,{force:!0}).catch(()=>{}),d}}var an=ze(()=>{"use strict"});function rs(n){return xn[ts]<=xn[n]}function dn(n){ns={...n}}function cn(n,e,s,o){if(xn[n]<xn[ts])return;let c=JSON.stringify({ts:new Date().toISOString(),level:n,module:e,msg:s,...ns,...o});n==="error"||n==="warn"?u0.write(`${c}
10
+ `):d0.write(`${c}
11
+ `)}function D(n){return{debug:(e,s)=>cn("debug",n,e,s),info:(e,s)=>cn("info",n,e,s),warn:(e,s)=>cn("warn",n,e,s),error:(e,s)=>cn("error",n,e,s),child:e=>D(`${n}.${e}`)}}var xn,ts,d0,u0,ns,U=ze(()=>{"use strict";xn={debug:10,info:20,warn:30,error:40},ts=(()=>{let n=process.env.COZE_BRIDGE_LOG_LEVEL;return n==="debug"||n==="info"||n==="warn"||n==="error"?n:"info"})(),d0=process.stdout,u0=process.stderr,ns={}});import{promises as is}from"node:fs";import{homedir as f0}from"node:os";import{sep as l0,join as re,resolve as ss}from"node:path";function F(n){let e=n??f0(),s=re(e,".coze"),o=re(s,"bridge"),c=re(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:c,libEntry:re(c,"index.js"),binDir:re(o,"bin"),pidFile:re(o,"bridge.pid"),portFile:re(o,"bridge.port"),tokenFile:re(o,"bridge.token"),patTokenFile:re(o,"pat-token"),logFile:re(o,"bridge.log"),installLock:re(o,"install.lock"),configFile:re(o,"config.json"),agentsRoot:re(s,"agents")}}function Ue(n,e=F()){let s=re(e.agentsRoot,n);return{root:s,config:re(s,"config.json"),workspace:re(s,"workspace"),logs:re(s,"logs")}}async function os(n,e){let s=await is.realpath(ss(n)).catch(()=>null);if(!s)return!1;let o=await is.realpath(ss(e)).catch(()=>null);if(!o)return!1;let c=process.platform==="win32"?s.toLowerCase():s,d=process.platform==="win32"?o.toLowerCase():o;return c===d||c.startsWith(d+l0)}var ie=ze(()=>{"use strict"});var ln={};Zi(ln,{AGENT_CONFIG_FILE_MODE:()=>un,enforceAgentConfigMode:()=>p0,loadAgentConfig:()=>he,persistAgentSessions:()=>kr,persistAgentSkills:()=>fn,saveAgentConfig:()=>Ae});import{chmod as g0,stat as h0}from"node:fs/promises";function he(n,e){return pt(Ue(n,e).config)}function Ae(n,e){return on(Ue(n.agentId,e).config,n,{mode:un})}async function p0(n,e){if(process.platform==="win32")return;let s=Ue(n,e).config;try{let o=await h0(s);if(!o.isFile())return;let c=o.mode&511;c!==un&&(await g0(s,un),as.warn("agent config mode auto-corrected to 0600",{path:s,from:c.toString(8)}))}catch(o){if(o.code==="ENOENT")return;as.warn("enforceAgentConfigMode: chmod failed (ignored)",{path:s,err:String(o)})}}async function kr(n,e,s){let o=await he(n,s);o&&(o.sessions=Object.fromEntries(e),await Ae(o,s))}async function fn(n,e,s){let o=await he(n,s);o&&(o.skills=e,await Ae(o,s))}var as,un,Ye=ze(()=>{"use strict";an();U();ie();as=D("agent-config"),un=384});var Co=fe(X=>{"use strict";var A=I;(function(n,e){let s=I,o=n();for(;;)try{if(parseInt(s(1720))/1+-parseInt(s(1694))/2+parseInt(s(971))/3+parseInt(s(1778))/4+parseInt(s(991))/5*(-parseInt(s(1823))/6)+-parseInt(s(1674))/7*(parseInt(s(485))/8)+parseInt(s(1812))/9===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(Kn,708082);var kd=Object.defineProperty,Td=Object[A(970)+A(1692)+A(1791)],vo=(n,e)=>function(){return n&&(e=(0,n[{trSjr:function(d,f){return d(f)}}[A(1474)](Td,n)[0]])(n=0)),e},Dd=(n,e)=>{for(var s in e)kd(n,s,{get:e[s],enumerable:!0})};function Rd(){return po||(po=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function Nd(){let n=A;return mo||(mo=[IDBCursor[n(417)+"e"][n(650)],IDBCursor.prototype[n(1145)],IDBCursor[n(417)+"e"][n(1145)+n(1390)+"ey"]])}function Ld(n){let e=A,s={grRwk:"success",qxgro:e(1154),CTDHP:e(1453),bnzdT:e(1219),WBaeb:function(c,d){return c(d)},yNbVU:function(c,d){return c(d)},MNYHH:function(c){return c()},xQpNJ:function(c,d){return c(d)},Cwgnu:function(c){return c()},zwdDY:function(c,d){return c&d},CUsqN:function(c,d){return c<<d},UOoth:function(c,d){return c>=d},PgOvc:function(c,d){return c<=d},UGusa:function(c,d){return c instanceof d}},o=new Promise((c,d)=>{let f=e,l={lwrxF:function(_,E){return _|E},GgGTE:function(_,E){return s[I(1775)](_,E)},dTejG:function(_,E){return s[I(506)](_,E)},aTKws:function(_,E){return s[I(1775)](_,E)},wRnkt:function(_,E){return s[I(1537)](_,E)},LAoVj:function(_,E){return s.PgOvc(_,E)},BxQrY:function(_,E){return _(E)}},m=()=>{let _=I;n[_(1626)+_(603)+_(1242)](s[_(1594)],w),n[_(1626)+_(603)+_(1242)](s.qxgro,v)},w=()=>{let _=I;s[_(1784)]===s.bnzdT?(_0x48147e=l.lwrxF(l[_(1433)](15,_0x2af361)<<12,l[_(978)](l[_(459)](63,_0x3cd098),6))|l.GgGTE(63,_0x551768),_0x3b3ea3<2048||l[_(541)](_0x408ac3,55296)&&l[_(618)](_0x463af7,57343)?_0x422d50+=_0xc9c4dd:(_0x3c1b7c+=l[_(1049)](_0x3f912e,_0x4599ea),_0x44b2f9+=2)):(s[_(965)](c,s[_(694)](Le,n[_(1446)])),s[_(575)](m))},v=()=>{let _=I;s[_(1583)](d,n.error),s[_(1260)](m)};n[f(1016)+"Listener"](s[f(1594)],w),n[f(1016)+f(880)]("error",v)});return o[e(949)](c=>{s.UGusa(c,IDBCursor)&&Wr.set(c,n)})[e(1555)](()=>{}),qn[e(936)](o,n),o}function Od(n){let e=A,s={WpFgR:e(1154),SEZYG:e(1004),EgOPF:function(c){return c()},rzVqv:function(c,d){return c(d)},hevHv:e(643)+"or",ryWZf:e(774)};if(Un.has(n))return;let o=new Promise((c,d)=>{let f=e,l={bJdZq:function(_){return s.EgOPF(_)},QFwOM:function(_,E){return s[I(751)](_,E)},IMCkQ:s[f(609)]},m=()=>{let _=f;n[_(1626)+_(603)+_(1242)]("complete",w),n.removeEventListener(s[_(1499)],v),n[_(1626)+_(603)+_(1242)](s[_(1160)],v)},w=()=>{let _=f;c(),l[_(1734)](m)},v=()=>{let _=f;l[_(467)](d,n[_(1154)]||new DOMException(_(643)+"or",l[_(1546)])),l[_(1734)](m)};n[f(1016)+f(880)](s[f(1492)],w),n[f(1016)+f(880)](f(1154),v),n.addEventListener(s.SEZYG,v)});Un[e(936)](n,o)}function Bd(n){Hn={UjabM:function(o,c){return o(c)}}[A(1188)](n,Hn)}function Md(n){let e=A,s={JvgbG:function(o,c){return o(c)},tjDMn:function(o,c){return o(c)},qsFNg:function(o,c){return o(c)},Nxhen:function(o,c){return o(c)},iqaFl:function(o,c){return o===c},SoKIm:"objectSt"+e(1191)};if(s.iqaFl(n,IDBDatabase[e(417)+"e"][e(670)+e(425)])&&!(s[e(1544)]in IDBTransaction[e(417)+"e"]))return function(o,...c){let d=e,f=n[d(1297)](s[d(1070)]($t,this),o,...c);return Gr[d(936)](f,o[d(466)]?o[d(466)]():[o]),s[d(1763)](Le,f)};if(Nd().includes(n))if(s[e(493)](e(1618),e(903)))++_0x498e5f,_0x5069df+=4;else return function(...o){let c=e;return n[c(1564)](s[c(1070)]($t,this),o),s[c(1763)](Le,Wr[c(1330)](this))};return function(...o){let c=e;return s[c(1324)](Le,n[c(1564)](s.Nxhen($t,this),o))}}function zd(n){let e=A,s={itQuk:function(o,c){return o===c},Slzqu:function(o,c){return o(c)},Qjpec:function(o,c){return o instanceof c},GAslT:function(o){return o()}};return s[e(664)](typeof n,"function")?s.Slzqu(Md,n):(s[e(1707)](n,IDBTransaction)&&Od(n),bo(n,s[e(910)](Rd))?new Proxy(n,Hn):n)}function Le(n){let e=A,s={zmtKm:function(c,d){return c instanceof d},qsqqB:function(c,d){return c(d)},RwtTj:function(c,d){return c!==d}};if(s[e(1712)](n,IDBRequest))return s[e(724)](Ld,n);if(zn[e(1231)](n))return zn[e(1330)](n);let o=s[e(724)](zd,n);return s[e(1347)](o,n)&&(zn[e(936)](n,o),qn[e(936)](o,n)),o}var bo,po,mo,Wr,Un,Gr,zn,qn,Hn,$t,wo=vo({"node_modules/idb/build/wrap-idb-value.js"(){let n=A,e={bpQSU:function(s,o,c){return s(o,c)},IVDjN:n(1235)+n(1682)+"s",ugTHN:n(1235)+n(908)+"t",QvFfj:n(1268),LzAhS:function(s,o){return s instanceof o},ElTJj:function(s,o){return s===o},WIpUL:"done",MlhNI:n(1041)+n(1191),IaxHX:function(s,o){return s===o},GfLFK:n(1110),QjPfu:function(s,o){return s(o)},VzAga:function(s,o){return s===o},Wkdtf:function(s,o){return s in o}};bo=(s,o)=>o.some(c=>s instanceof c),Wr=new WeakMap,Un=new WeakMap,Gr=new WeakMap,zn=new WeakMap,qn=new WeakMap,Hn={get(s,o,c){let d=n,f={ZXnRp:d(1189),IairL:function(l,m,w){return e[d(1367)](l,m,w)},zlWBa:e[d(1713)],FVzMj:e[d(1251)]};if(e[d(1383)]===d(675)){let l={yjxsv:f[d(981)],VuWnI:f.FVzMj};return new _0x19d84f((m,w)=>{let v=d,_={FOpKQ:f[v(1611)]};this[v(933)+v(1222)](),this[v(1337)+v(1658)+"Id"]=f[v(1656)](_0x2489ff,this[v(1657)].bind(this),this[v(1111)]["pingInte"+v(748)]);let E=()=>{let P=v;m(_[P(610)]),this.off(P(1235)+P(1682)+"s",E),this[P(1578)]("ping_onc"+P(908)+"t",T)},T=()=>{let P=v;w(P(1117)),this[P(1578)](l[P(638)],E),this.off(l[P(788)],T)};this.on(f.zlWBa,E),this.on(f[v(1860)],T),this[v(1657)]()})}else{if(e[d(1257)](s,IDBTransaction)){if(e.ElTJj(o,e[d(1200)]))return Un[d(1330)](s);if(o===e[d(414)])return s[d(1041)+d(1191)]||Gr[d(1330)](s);if(e.IaxHX(o,e[d(1503)]))return c.objectStoreNames[1]?void 0:c[d(1041)+"ore"](c[d(1041)+"oreNames"][0])}return e[d(857)](Le,s[o])}},set(s,o,c){return s[o]=c,!0},has(s,o){let c=n;return e.LzAhS(s,IDBTransaction)&&(e[c(1727)](o,e.WIpUL)||e[c(612)](o,e[c(1503)]))?!0:e[c(707)](o,s)}},$t=s=>qn[n(1330)](s)}}),So={};Dd(So,{deleteDB:()=>Ud,openDB:()=>Fd,unwrap:()=>$t,wrap:()=>Le});function Fd(n,e,{blocked:s,upgrade:o,blocking:c,terminated:d}={}){let f=A,l={yMtGN:function(v,_,E,T,P){return v(_,E,T,P)},lVOtQ:function(v,_){return v(_)},MOrmj:function(v,_){return v(_)},apVqc:f(1348),zyJDQ:"versionc"+f(1169),EPXPM:function(v,_){return v(_)},IuUMu:f(495)+"eeded",MyOuf:f(671)},m=indexedDB[f(879)](n,e),w=l[f(1855)](Le,m);return o&&m[f(1016)+f(880)](l[f(1477)],v=>{let _=f;l[_(550)](o,l.lVOtQ(Le,m[_(1446)]),v.oldVersion,v[_(1745)+"on"],l[_(1085)](Le,m[_(670)+"ion"]))}),s&&m[f(1016)+f(880)](l[f(405)],()=>s()),w[f(949)](v=>{let _=f;d&&v[_(1016)+_(880)](l[_(1009)],()=>d()),c&&v[_(1016)+_(880)](l[_(606)],()=>c())})[f(1555)](()=>{}),w}function Ud(n,{blocked:e}={}){let s=A,o={ujKph:"blocked",VmVWv:function(d,f){return d(f)}},c=indexedDB[s(1818)+s(1547)](n);return e&&c[s(1016)+s(880)](o[s(1501)],()=>e()),o.VmVWv(Le,c)[s(949)](()=>{})}function I(n,e){n=n-374;let s=Kn(),o=s[n];if(I.vXFGWJ===void 0){var c=function(m){let w="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",v="",_="";for(let E=0,T,P,R=0;P=m.charAt(R++);~P&&(T=E%4?T*64+P:P,E++%4)?v+=String.fromCharCode(255&T>>(-2*E&6)):0)P=w.indexOf(P);for(let E=0,T=v.length;E<T;E++)_+="%"+("00"+v.charCodeAt(E).toString(16)).slice(-2);return decodeURIComponent(_)};I.YOyGnA=c,I.WfTXKW={},I.vXFGWJ=!0}let d=s[0],f=n+d,l=I.WfTXKW[f];return l?o=l:(o=I.YOyGnA(o),I.WfTXKW[f]=o),o}function _o(n,e){let s=A,o={FRYpd:"readonly",TSonv:function(m,w){return m instanceof w},kAABD:function(m,w){return m in w},mXrfy:function(m,w){return m===w},ltexy:function(m,w){return m!==w}};if(!(o[s(1847)](n,IDBDatabase)&&!o[s(733)](e,n)&&o.mXrfy(typeof e,s(1639))))return;if(Fn.get(e))return Fn[s(1330)](e);let c=e[s(1533)](/FromIndex$/,""),d=o[s(678)](e,c),f=Ao[s(1196)](c);if(!o[s(733)](c,(d?IDBIndex:IDBObjectStore)[s(417)+"e"])||!(f||Eo[s(1196)](c)))return;let l=async function(m,...w){let v=s,_=this[v(670)+v(425)](m,f?v(1756)+"e":o[v(1007)]),E=_[v(1110)];return d&&(E=E[v(579)](w.shift())),(await Promise[v(864)]([E[c](...w),f&&_[v(1511)]]))[0]};return Fn[s(936)](e,l),l}var Eo,Ao,Fn,qd=vo({"node_modules/idb/build/index.js"(){let n=A,e={EWvuT:function(c,d){return c(d)},prnkf:function(c){return c()},QsBMn:n(1330),aFkmb:n(1524),eTOSn:"getAll",PCWWA:n(598)+"ys",UMiyf:"count",FxudZ:n(752),UqVFx:n(1273),ilCeN:n(1114),MFPIM:n(473),tAeZN:function(c){return c()}},s=(n(754)+n(944))[n(582)]("|"),o=0;for(;;){switch(s[o++]){case"0":e[n(997)](Bd,c=>({...c,get:(d,f,l)=>_o(d,f)||c[n(1330)](d,f,l),has:(d,f)=>!!_o(d,f)||c[n(1231)](d,f)}));continue;case"1":e[n(1101)](wo);continue;case"2":Eo=[e.QsBMn,e.aFkmb,e.eTOSn,e.PCWWA,e[n(1634)]];continue;case"3":Fn=new Map;continue;case"4":Ao=[e.FxudZ,e[n(1803)],e[n(1603)],e[n(768)]];continue;case"5":e[n(958)](wo);continue}break}}}),Hd={idb:function(n){let e=A;n[e(904)]=Promise[e(705)]()[e(949)](()=>(qd(),So))[e(949)](function(s){return s})}},yo={};function Ne(n){let e=A,s={UGDIx:function(l,m){return l!==m}},o="0|1|3|2|4".split("|"),c=0;for(;;){switch(o[c++]){case"0":var d=yo[n];continue;case"1":if(s[e(1620)](void 0,d))return d.exports;continue;case"2":Hd[n](f,f[e(904)],Ne);continue;case"3":var f=yo[n]={exports:{}};continue;case"4":return f[e(904)]}break}}Ne.d=(n,e)=>{let s=I;for(var o in e)Ne.o(e,o)&&!Ne.o(n,o)&&Object[s(673)+s(1306)](n,o,{enumerable:!0,get:e[o]})},(()=>{let n=A;Ne.o=(e,s)=>Object[n(417)+"e"][n(1293)+n(1306)][n(1297)](e,s)})(),(()=>{let n=A,e={qxOIy:function(s,o){return s!=o},afyeH:"undefined",ftYqy:n(1552)+"le"};Ne.r=s=>{let o=n;e[o(1666)](e[o(847)],typeof Symbol)&&Symbol[o(1604)+o(647)]&&Object.defineProperty(s,Symbol["toString"+o(647)],{value:o(1375)}),Object[o(673)+o(1306)](s,e.ftYqy,{value:!0})}})();var $={};(()=>{let n=A,e={gquhe:function(i,t,r){return i(t,r)},JkNFQ:function(i,t){return i>>>t},KKZhU:function(i,t){return i<<t},kxcSs:n(1352),xMBWe:function(i,t){return i(t)},PGoRd:function(i,t){return i+t},pPHlV:function(i,t){return i+t},udykD:function(i,t){return i+t},OHaTF:function(i,t){return i+t},EafrD:function(i,t){return i*t},bLVKf:function(i,t){return i*t},lZxZm:n(1650),qEHxc:n(1642),QAGys:function(i,t){return i+t},HUINs:function(i,t,r){return i(t,r)},MMspS:function(i,t){return i+t},AxtlS:function(i,t){return i+t},XxKzw:function(i,t){return i(t)},kMHPy:n(617),EfvAz:"ffff",tRdlc:function(i,t){return i(t)},xIpjT:function(i,t){return i(t)},yLfzV:function(i,t){return i>t},ffREg:function(i,t){return i<t},XtZgm:function(i,t){return i-t},kUrlF:function(i,t){return i!==t},bJWLZ:function(i,t){return i-t},xeulk:function(i,t){return i<t},VBVes:function(i,t){return i-t},TdcCb:function(i,t){return i<t},gXxjj:function(i,t){return i===t},caxwW:function(i,t){return i<t},qKVxG:function(i,t){return i!==t},kjUBw:function(i,t){return i!==t},eWVpQ:n(1309),SCPox:n(646),kjMeu:function(i,t,r){return i(t,r)},xTsso:n(1235)+n(908)+"t",ZmxfE:function(i,t){return i(t)},eWzIg:n(1189),TAfxp:function(i,t){return i(t)},NiYra:n(1127),AGebz:n(1099),vyZar:function(i,t){return i(t)},rssLg:function(i,t){return i(t)},pNSfa:function(i,t){return i(t)},WEttl:function(i,t){return i&t},HmDGl:function(i,t){return i===t},ubCdt:n(902)+n(1835)+" field: "+n(1182),jUZQE:function(i,t){return i===t},Kbtdx:function(i,t,r,a){return i(t,r,a)},QZwYI:function(i,t,r){return i(t,r)},aLVPD:n(563),sFrjG:n(1697),yMBGP:function(i){return i()},EQRHa:function(i,t,r){return i(t,r)},yqSWR:function(i,t){return i(t)},xQnUV:function(i,t){return i(t)},TANBn:function(i,t){return i!==t},WgLEm:function(i,t,r){return i(t,r)},CpnLT:function(i,t){return i!==t},rBNkf:n(407),XENih:n(1079),FuAIa:function(i,t,r){return i(t,r)},HkCZm:function(i,t){return i!==t},mBNxZ:function(i,t,r){return i(t,r)},JyEvk:function(i){return i()},cgLVZ:function(i,t,r){return i(t,r)},FLDtK:function(i,t,r){return i(t,r)},gCDxR:function(i,t){return i(t)},xntIY:function(i,t){return i!==t},QeExa:function(i,t,r){return i(t,r)},zrfiD:function(i,t,r){return i(t,r)},losHe:function(i,t,r){return i(t,r)},bEXGE:function(i,t,r){return i(t,r)},bbXnD:function(i,t,r){return i(t,r)},gcUuS:function(i,t){return i!==t},vXoFU:function(i,t,r){return i(t,r)},NVZIB:function(i,t,r){return i(t,r)},oXTVN:function(i,t,r){return i(t,r)},Fjytr:n(1154),zwTbu:function(i,t){return i(t)},pTJxs:function(i,t){return i(t)},riMDk:function(i,t){return i(t)},uKnqC:function(i,t){return i(t)},UsciG:function(i,t,r){return i(t,r)},wUcZe:function(i,t,r){return i(t,r)},zpiNh:n(902)+"required"+n(1206)+n(852),jGJYJ:function(i,t){return i===t},NAKkE:"Missing "+n(1835)+" field: "+n(1423),MCFdZ:n(902)+n(1835)+" field: method",NhNkD:function(i,t){return i(t)},LUCeB:function(i,t,r){return i(t,r)},TThRT:function(i,t,r){return i(t,r)},PlLLy:n(1519)+n(1519)+n(1519)+"00000000",MqYFy:function(i,t){return i===t},SjgxP:n(1736),ZSLFp:n(526),aXOUF:function(i,t){return i>>t},YVfMy:function(i,t){return i>=t},NLyNp:function(i,t){return i===t},nKEpB:function(i,t){return i>t},cmALL:function(i,t){return i*t},IldpJ:function(i,t){return i>t},NrCSl:function(i,t){return i!==t},vbUwU:n(1042),FnyVZ:function(i,t){return i>t},NInuu:"Skip past limit",PxzpR:function(i,t){return i>=t},CaboQ:function(i,t){return i>t},BaAUV:function(i,t){return i+t},UHXWI:n(562)+n(469),PIBDG:n(1400),YxuiM:"exTXx",xoZSK:function(i,t,r){return i(t,r)},gKURC:function(i,t){return i&t},PHOKk:function(i,t){return i(t)},PVLjw:function(i,t){return i&t},nDRJz:function(i,t){return i>=t},BMFPd:function(i,t){return i&t},wgTRO:n(689),wyBCn:function(i,t){return i|t},mKREL:function(i,t){return i<<t},mUqAL:function(i,t){return i&t},tqWBl:function(i,t){return i==t},AaHji:function(i,t){return i&t},dfDRM:function(i,t){return i>=t},AezkC:function(i,t){return i+t},GiBDy:function(i,t){return i+t},zkpSD:function(i,t){return i+t},lhvDW:function(i,t){return i&t},aOTqT:function(i,t){return i<<t},SFccm:function(i,t){return i|t},nyNLI:function(i,t){return i|t},kYIyR:function(i,t){return i<<t},wRHPl:function(i,t){return i<<t},AWmsd:function(i,t){return i>=t},uwCEt:function(i,t){return i<=t},cBoHA:function(i,t){return i==t},CWvwA:function(i,t){return i&t},FZbhy:function(i,t){return i+t},FeCqG:function(i,t){return i!==t},CJLrE:function(i,t){return i|t},lvlSe:function(i,t){return i<<t},FfiHc:function(i,t){return i<<t},FZkOo:function(i,t){return i<<t},iiqTh:function(i,t){return i<<t},tbcAr:function(i,t){return i>t},qBZWx:function(i,t){return i<t},BnLlE:function(i,t){return i!==t},yKPQD:n(1185),rkXsu:function(i,t){return i>=t},pYwRm:function(i,t){return i<t},tIEbm:function(i,t){return i<t},zxKKO:function(i,t){return i>=t},ywOJd:function(i,t){return i<=t},fKhkn:function(i,t){return i<t},nzQNm:function(i,t){return i-t},yldCJ:function(i,t){return i<t},rjVHm:function(i,t){return i<t},wJrpD:function(i,t){return i>>t},QmLTf:function(i,t){return i&t},iaezv:function(i,t){return i|t},RraWj:function(i,t){return i&t},VZnmb:function(i,t){return i>>t},GJkvv:function(i,t){return i&t},yOLWX:function(i,t,r){return i(t,r)},KfIpJ:function(i,t){return i*t},EbKcL:function(i,t){return i>>>t},MgYdE:function(i,t){return i+t},ETZEA:function(i,t){return i*t},jRsyg:function(i,t){return i>>>t},iNLZw:function(i,t){return i===t},fhJpR:"LHpab",KOSTc:n(1590),vlsfk:function(i,t){return i<t},LGSHk:function(i,t){return i>=t},Aotcl:function(i,t,r){return i(t,r)},wkOxp:function(i,t){return i|t},XzQam:function(i,t){return i&t},MOMXA:function(i,t){return i&t},wvbDu:function(i,t){return i(t)},jmrvc:function(i,t){return i<<t},oYJrw:function(i,t){return i&t},TdwOj:function(i,t){return i&t},GLfTx:function(i,t){return i&t},vxSJI:function(i,t){return i(t)},fDqyK:function(i,t){return i(t)},LsyrI:function(i,t){return i&t},lnRya:function(i,t){return i&t},oGLpW:function(i,t){return i&t},AhGLX:function(i,t){return i&t},DAdYW:function(i,t){return i(t)},ARzHS:function(i,t){return i&t},mUWlV:function(i,t){return i|t},JgtYF:function(i,t){return i<<t},RPRGA:function(i,t){return i===t},TKBtJ:function(i,t){return i<t},GzaRf:function(i,t){return i>>>t},qcDNv:function(i,t){return i|t},sPtAt:function(i,t){return i&t},EPbPi:function(i,t){return i!==t},XllAX:function(i,t){return i|t},hfkul:function(i,t){return i>>>t},CMVUT:function(i,t){return i|t},dLTmv:function(i,t){return i>>>t},flZfX:function(i,t){return i&t},bcEPq:function(i,t){return i!==t},UFGDO:function(i,t){return i+t},mJOhv:function(i,t){return i+t},TeOEd:function(i,t){return i!==t},icLqK:function(i,t){return i&t},dnkCF:function(i,t){return i(t)},rAWWh:function(i,t){return i===t},NxExP:n(642),GCQbJ:n(987),avqPr:n(1750),YbUXP:function(i,t){return i|t},HNeqI:function(i,t){return i|t},rThJY:function(i,t){return i|t},rucEH:function(i,t){return i<<t},MxfUo:function(i,t){return i|t},dCbdV:function(i,t){return i|t},FJkVC:function(i,t){return i<<t},lkScX:n(1505),rCNUI:function(i,t){return i===t},DCYXY:function(i,t){return i|t},FPoUB:function(i,t){return i|t},Zzwsr:function(i,t){return i|t},eqAHJ:function(i,t){return i|t},FTJxP:function(i,t){return i<<t},oErLY:function(i,t){return i&t},AEHdN:function(i,t){return i&t},REsxF:function(i,t){return i>>>t},bwiAG:function(i,t){return i>>>t},byJME:function(i,t){return i&t},kKgwW:function(i,t){return i>>>t},zsVru:function(i,t){return i>>>t},XOfAv:function(i,t){return i||t},exJWU:function(i,t){return i(t)},IgKBa:function(i,t){return i+t},RKCGp:function(i,t){return i|t},CWBLI:"DacEo",gfRMI:n(632),PHxVw:function(i,t){return i+t},pzoZw:function(i,t){return i%t},LIEGA:function(i,t){return i/t},ElrFF:function(i,t){return i+t},QhVqH:function(i,t){return i*t},Dlzoy:function(i,t){return i>>>t},ZJXlN:function(i,t){return i>>>t},QhXfm:function(i,t){return i===t},JnUzt:function(i,t){return i>>>t},poooq:function(i,t){return i>>>t},nGJeA:function(i,t){return i>>>t},JtNho:function(i,t){return i+t},bvODO:function(i,t){return i+t},ERCsu:function(i,t){return i>>>t},xwfpn:function(i,t){return i+t},aoVZd:function(i,t){return i<<t},hBxgX:function(i,t){return i|t},UddHj:function(i,t){return i<<t},IvjPL:function(i,t){return i===t},nlFVH:function(i,t){return i===t},qnYSS:function(i,t){return i===t},YMkbc:function(i,t){return i>>>t},FOUba:function(i,t){return i>>>t},HtvQo:function(i,t){return i>>>t},CrcjV:n(778),ERgsP:"tGcoQ",HNbre:function(i,t){return i>>>t},aXpYo:function(i,t){return i>>>t},lRiJq:function(i,t){return i>>>t},YUjdB:function(i,t){return i>>>t},iSQFA:function(i,t){return i>>>t},mWqVH:function(i,t){return i!==t},lLEsu:n(804),bvPyO:"2|5|3|1|0|4",ZDneI:n(1093)+"OR",psPkF:n(1670)+n(1029),ZjFAj:n(1138)+n(1800),wVbLQ:"MAX_RETR"+n(412)+"R",yWhJg:"CONNECTI"+n(1066),kdNuG:n(401)+n(737),heEom:n(510)+"1",TZgiK:function(i,t){return i===t},PXRfu:n(1277),vkBEc:n(1272)+n(1838)+n(823)+"8",lneTY:function(i,t){return i>>>t},dZOGr:function(i,t){return i&t},VWCYg:function(i,t){return i<<t},wbkBA:function(i,t,r,a){return i(t,r,a)},upSIX:function(i,t){return i<t},jEMNJ:function(i,t){return i|t},JODQF:function(i,t){return i===t},OhiyK:n(870),GxSDT:n(948),Pkdny:"close",hGcqb:"YkSyL",rBmiD:n(1357),UUMjE:n(1690),DaTul:function(i,t,r){return i(t,r)},vvRJW:function(i,t){return i<t},UxdCK:function(i,t){return i&t},ArviJ:function(i,t){return i===t},IFBRP:function(i,t){return i&t},qmgNG:n(1141)+"3|1",ejyLS:function(i,t){return i&t},JoFSD:function(i,t){return i>>t},ngGNp:function(i,t){return i|t},ozUUf:function(i,t){return i===t},uxCJZ:n(1323),sTowI:function(i,t){return i instanceof t},cSooN:function(i,t){return i+t},PXjcG:function(i,t){return i||t},vCzgo:function(i,t){return i||t},dsgIP:n(1398)+"d",QIBzl:function(i,t){return i!==t},CZHKf:n(391),yRYKE:"0|1|3|4|2",ERoJV:function(i,t){return i!=t},kWmsS:function(i,t){return i===t},sIkmE:n(1493),jHGFp:n(934),tFEug:function(i,t){return i<t},LbjuK:function(i,t){return i===t},RxLlE:function(i,t){return i&t},wqPRY:function(i,t){return i+t},fqnXn:function(i,t){return i<=t},WUHDT:function(i,t){return i>=t},odwZk:function(i,t){return i|t},jDpUn:function(i,t){return i&t},Pnxgc:function(i,t){return i&t},lOBNJ:function(i,t){return i>=t},FlQUv:function(i,t){return i<t},Vvgzu:function(i,t){return i|t},VZKki:function(i,t){return i|t},XFaQn:function(i,t){return i<<t},FzWld:function(i,t){return i&t},lXMDg:function(i,t){return i<<t},JMgCu:function(i,t){return i|t},AqmqP:function(i,t){return i&t},yeFxd:function(i,t){return i<<t},jlYPE:function(i,t){return i<<t},ejWWA:function(i,t){return i&t},ghgyv:function(i,t){return i+t},ANUcw:function(i,t){return i&t},EaKgf:function(i,t){return i<t},Aiedt:function(i,t){return i|t},ozezR:function(i,t){return i&t},Jzipa:function(i,t){return i>>t},NLqgo:function(i,t){return i|t},hNaVP:function(i,t){return i&t},QgKte:function(i,t){return i===t},sHrPC:"Argst",JbvII:"cqbyS",jRFiC:function(i,t){return i>>t},pdNaV:function(i,t){return i|t},MNozI:function(i,t){return i&t},CyiJh:function(i,t){return i&t},hiahO:function(i,t){return i-t},gyJDh:n(1639),jQQhU:function(i,t,r,a){return i(t,r,a)},HLwuZ:n(1171)+"ion/json",oNRIh:n(734),kKjXt:"ppe",JeRQg:n(745),zAIig:function(i,t){return i!==t},vQDZW:n(872),CsKZg:function(i,t){return i<t},UMSWD:function(i,t){return i|t},nXauP:function(i,t){return i&t},lrGLj:function(i,t){return i!==t},Fobky:n(1605),PqicJ:n(920)+n(611),exYUl:n(516),uWjzT:n(392)+n(623),YTaVJ:n(1376),DTYdp:n(1303)+"ack=fron"+n(1591)+"P",cGdCU:function(i,t){return i===t},mRfOy:n(1267),cHkrx:n(448),PDRCY:function(i,t){return i(t)},WkUrP:function(i,t){return i>>>t},RuGWC:function(i,t){return i>>>t},mEsoq:function(i,t){return i!==t},KbccM:"haajk",GQSvX:n(1401),wuPXi:"idb",jrkoP:function(i,t){return i&t},icowd:n(571),eOfos:n(1298),vlXcB:n(1102),yMeMX:n(1152),NeIRd:function(i,t){return i!==t},CAwwL:n(1245),gfCdx:n(930),ggFrA:"Unhandle"+n(1050),DOjen:function(i,t){return i!==t},weJpK:n(1300),KlANV:n(655),oyuzW:"kOWQs",ERkdd:n(795),GIIcT:function(i,t){return i||t},lmWIK:function(i,t){return i||t},cKnDl:function(i,t){return i||t},VWVip:function(i,t){return i||t},qZBHv:function(i,t){return i||t},iZdQy:function(i,t){return i===t},ZfYUp:"qxAXr",daazS:n(1215),VzUTS:function(i,t){return i||t},NMWcZ:n(477)+n(1349)+"d",wMPsA:"qos",tPmYp:function(i,t){return i(t)},iCzHj:n(1703),QegRr:function(i,t){return i||t},ytECp:n(1377),YLMGY:n(846),gCFVm:n(1465),YhiQE:n(387),zqqbM:n(1028),AvOWF:"SGsUq",iqAkg:function(i,t){return i(t)},mddBZ:"x_fronti"+n(434),GFBDj:n(1214)+n(845)+"ck",kYUnH:n(1214)+n(1779)+"k",fyvhr:n(1214)+n(1133)+n(1083),fBIGV:function(i,t,r){return i(t,r)},dlHXW:function(i,t,r,a){return i(t,r,a)},bCHfm:"need_ack",cBwjg:function(i,t){return i&&t},cNszP:n(1248),tJuwe:function(i){return i()},KBXUb:"received",SRMfl:function(i,t){return i(t)},jeQRQ:n(1434),IXuHj:"UReQX",xtEbi:function(i,t){return i instanceof t},sjvnx:function(i,t){return i instanceof t},SOrOt:n(816)+n(1290)+n(537),HFIKk:n(1171)+n(497)+";charset=utf-8",XKmcg:n(1116)+"e",QtQJO:function(i,t){return i<t},bskcB:function(i,t){return i(t)},jOYSZ:function(i,t){return i(t)},crEbC:function(i,t){return i&t},isMVd:function(i,t){return i|t},xYGiV:function(i,t){return i(t)},MmozE:function(i,t){return i+t},ZNlEN:function(i,t){return i+t},odcOK:function(i,t){return i+t},bKRRk:n(995)+n(484)+n(482),wRaxm:n(375),ZLkfP:function(i,t){return i||t},zxtSE:" > ",gUbFu:function(i,t){return i>t},JGsEr:"integer "+n(770)+"e",aAwSj:function(i,t){return i>=t},FvpKF:function(i,t,r,a){return i(t,r,a)},sQepp:function(i,t){return i+t},eNQpo:function(i,t){return i<t},uNPXy:function(i,t){return i>>>t},nYYiq:function(i,t){return i+t},IkNAX:function(i,t){return i|t},sgmpK:function(i,t){return i<<t},RyKKC:function(i,t){return i+t},NINLT:function(i,t){return i+t},EYZRQ:function(i,t){return i|t},GQTAY:function(i,t){return i<<t},wINmQ:function(i,t){return i<<t},mXtra:function(i,t){return i>>>t},Gmjxr:function(i,t){return i&t},xCOgG:function(i,t){return i>>>t},QxCXR:function(i,t){return i+t},BFsqz:function(i,t){return i+t},HlTrd:function(i,t){return i+t},rbVFm:function(i,t){return i&t},LpMcU:function(i,t){return i+t},HLdXo:function(i,t){return i&t},adQZB:function(i,t){return i+t},vdbZW:function(i,t){return i&t},fpwHG:function(i,t){return i+t},ocCyI:function(i,t){return i|t},wCvIZ:function(i,t){return i|t},xOaOR:function(i,t){return i<<t},ehJcj:function(i,t){return i>>>t},YuYPb:function(i,t){return i&t},OFcEi:function(i,t){return i<t},HtZwz:function(i,t){return i<<t},IGpMx:function(i,t){return i<t},aUPyW:n(1136),zSGPl:function(i,t){return i|t},HFtbH:n(1072),ysjfZ:"FCgdc",eyukM:n(456),aqKMh:n(1723),AueIT:n(924)+n(1584)+n(1023),EGajr:function(i,t,r,a){return i(t,r,a)},SOKji:n(580)+n(421),nMhYP:n(1654),tLVdu:n(421),Hhijw:n(1397),zXDRW:function(i,t){return i(t)},XdkTs:function(i,t){return i(t)},IFQhQ:n(1399)+n(1263),PsOQP:"Module",ZqYVL:function(i,t){return i<t},wDdsh:function(i,t){return i===t},NRAaf:n(1115),dkjGW:function(i,t){return i+t},JWHlp:function(i,t,r){return i(t,r)},sXvFF:n(1444)+"rValues",YPFTc:n(1192),MwDLO:function(i,t,r,a){return i(t,r,a)},YTzgV:n(1638),vUIsH:function(i){return i()},emVQj:n(1315),HenPK:n(1788),XcAEI:function(i,t){return i(t)},RsKtG:function(i,t,r,a){return i(t,r,a)},XLrad:function(i,t){return i+t},jwKJF:"CfXnv",YlDGY:n(1770),TBuLL:n(1067),sqpTP:function(i,t,r,a){return i(t,r,a)},dmuPZ:n(1496),uzxfC:function(i,t,r,a){return i(t,r,a)},qxfjb:"x_fronti"+n(1259),LxENq:n(1214)+n(1038),FuMDS:function(i,t,r,a){return i(t,r,a)},SJfQw:function(i,t,r){return i(t,r)},NgyrA:"x-msg-cu"+n(841)+"e",EUqHw:"x-msg-cursor_value",jwkzD:function(i,t){return i>t},VXFeP:"uBJRP",NCWLg:n(628),fDLnA:function(i,t){return i+t},BhevP:function(i){return i()},lIczG:function(i){return i()},wqZDS:function(i){return i()},vvzey:function(i){return i()},WWWDi:function(i){return i()},bNqcn:function(i,t,r){return i(t,r)},jPsvy:function(i,t){return i!==t},oxbAZ:function(i,t){return i===t},NFXmV:function(i,t){return i===t},bCCKG:n(1181),UXgvZ:function(i){return i()},RndPh:function(i){return i()},aoims:function(i,t){return i===t},UuKWW:n(1827),TESrA:function(i,t){return i===t},mpKQY:n(741),jGEzb:"ping_onc"+n(1682)+"s",RNoUf:n(543),EZjdV:function(i,t,r,a){return i(t,r,a)},Pmsmx:function(i,t,r){return i(t,r)},pGDbi:function(i,t,r,a){return i(t,r,a)},dxVsc:function(i,t){return i!==t},DZWUB:function(i,t){return i!==t},lnUcg:n(1410),aGvoH:n(790),herng:function(i,t){return i==t},lnMWh:n(492)+n(1846)+n(1e3),iQQTc:function(i,t,r){return i(t,r)},RUQdm:n(644)+"ediately"+n(744)+"ct",Ltjli:n(1174),JTVir:n(1045),ODAli:n(1291),vSXYv:n(1460),DpUPy:function(i,t,r){return i(t,r)},XKJCf:"iUkcQ",oPiYp:function(i,t){return i!==t},rRumt:function(i,t){return i!==t},FCIgn:function(i,t){return i==t},oeyZh:n(726),OiSgE:"wss://",hCsLK:"ws://",YyAEC:n(894),olHrx:"device_id",OFVEM:function(i,t){return i||t},qOOMQ:n(492)+n(633)+n(1232)+n(1507)+n(461),fFzYJ:"function",xkHqd:function(i,t,r){return i(t,r)},AXuab:"web",ithyJ:function(i,t,r){return i(t,r)},vUDkl:"start",gBaSm:function(i,t){return i>t},egLFg:function(i,t){return i-t},uFfdM:function(i,t){return i(t)},btBYs:n(1117),AAXnX:function(i,t){return i|t},JqEwU:function(i,t,r){return i(t,r)},MfNfs:n(1356),qpowH:"going aw"+n(1467)+n(1109)+n(1458)+"ver",TEkkC:function(i,t){return i>t},aSUqa:function(i,t){return i+t},ZpNkm:n(1308),BvVHG:function(i,t,r){return i(t,r)},BAppe:n(1535)+n(1534)+n(1665)+"g",SLolY:function(i,t){return i(t)},pOlmQ:function(i,t){return i===t},gUnGi:"3|4|2|1|0",tmhol:"open",fdYmb:n(1359),IyyyT:n(1230),hWqny:function(i,t,r){return i(t,r)},owKlI:n(1532),vnXJk:function(i,t,r){return i(t,r)},aQBPo:n(921)+n(1851)+n(977)+n(561),ZcYLI:function(i,t){return i===t},GLtJo:n(1328),UGlTN:function(i,t){return i instanceof t},jisza:function(i,t){return i(t)},yBPSC:n(1256),hGtQH:function(i,t){return i+t},egcPF:n(1475),xWviR:n(1716),BwFJM:n(1292)+"s instan"+n(1645)+n(843)+"ed",PokAI:function(i,t){return i===t},uwjvj:n(1292)+n(1150)+n(832),GuDRl:n(492)+n(1346)+n(585)+n(1033)+n(607)+"e a stri"+n(1211)+" arraybu"+n(756),KJRjc:n(1288),Stgyr:function(i,t){return i!=t},jWFKn:function(i,t){return i instanceof t},jQftp:function(i,t){return i instanceof t},IYYlI:function(i,t){return i(t)},dtiqX:n(492)+"rovide a"+n(1843)+n(1210),ZpYQJ:function(i,t){return i===t},SxaXq:n(863),Sewio:n(722),GcWhh:"DHIIc",oXasS:function(i,t){return i!==t},OImzt:n(1037),pafOg:n(1525),iEqBB:function(i,t){return i||t},nAwZV:function(i,t){return i==t},XeaVV:n(663)+n(1636)+n(1046),yAAJS:n(1623)+"0",SBRhm:function(i,t){return i===t},tiqIP:n(560),dEHAs:n(1147),SofhY:function(i,t){return i===t},pgDoO:n(1097),nPGKX:n(855),sIKJZ:function(i,t,r){return i(t,r)},vmxVU:n(1392),MPzVA:function(i,t){return i!=t},uOFyk:function(i,t){return i!=t},yXXZp:function(i,t){return i===t},yJTeA:n(1686),RxNzj:function(i,t){return i===t},yohtP:n(413)+n(390)+n(708)+"pe",mhsSe:function(i,t){return i==t},vSnbA:function(i,t){return i===t},UMPSR:n(1607)+n(911)+"alScope",ApNIK:n(1065)+n(1676)+"balScope",dIogc:function(i,t){return i!=t},oIhhl:function(i,t){return i!=t},DIOPr:n(961)+n(898)};Ne.r($),Ne.d($,{FWS:()=>Yc,CustomErrorEvent:()=>Oi,createCloseEvent:()=>Ee,ReconnectEvent:()=>Li,createErrorEvent:()=>_e,decodedFrame:()=>Se,createOpenEvent:()=>qi,CustomCloseEvent:()=>Bi,createReconnectEvent:()=>mr,FrontierMessageEvent:()=>zi,encodeFrame:()=>pr,createMessageEvent:()=>Ui,OpenEvent:()=>Fi,ErrorCode:()=>Ve,Event:()=>ft,MessageEvent:()=>Mi});let s="";function o(i=""){let t=n,r={FFZjX:function(a,x,u){return e[I(625)](a,x,u)},edcPy:function(a,x){return e[I(914)](a,x)},mNHCO:function(a,x){return e[I(1813)](a,x)}};if(e[t(1059)]!==t(1857)){let x=""+Date[t(600)](),u=s||(s=e[t(1080)](m,i)),h=Math[t(808)]()[t(1604)](16)[t(986)](-6);return e[t(1036)](e[t(812)](e[t(1280)]("02",x),u),h)}else{let a=0,x=_0x306c64,u=_0x543b58+4;for(;x<u;){let{value:h,offset:p}=r[t(810)](_0x579c0c,_0x2c0586,x);x=p,a=r.edcPy(r[t(866)](a,8),0),a+=h}return{value:a,offset:u}}}function c(){let i=n;return e[i(1035)](e.EafrD(1e4,Date.now()),Math[i(1364)](e.bLVKf(1e4,Math[i(808)]())))}function d(i){let t=n;return e.lZxZm===e[t(676)]?this._ws?this._ws[t(1350)]:this[t(1336)]:e.QAGys(Array(8)[t(943)]("0"),e[t(1680)](parseInt,i,10).toString(2))[t(986)](-8)}function f(i){let t=n;return e.MMspS(e[t(1080)](Array,4)[t(943)]("0"),e[t(1680)](parseInt,i,2).toString(16)).slice(-4)}function l(i){let t=n,r=i[t(582)](/\./)[t(588)](u=>d(u)),a=[];return a[0]=f(e.AxtlS(r[0],r[1])),a[1]=e.XxKzw(f,e[t(1035)](r[2],r[3])),[e[t(1615)],e[t(1615)],t(617),"0000",e[t(1615)],e[t(1625)],a[0],a[1]][t(943)]("")}function m(i){let t=n,r=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/.test(i),a=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/[t(1266)](i);return r?e[t(1360)](l,i):a?e[t(1521)](w,i):t(1519)+t(1519)+t(1519)+t(1519)}function w(i){let t=n,r="",a=[],x=0,u=0,h=!0,p=e.kMHPy;if(e[t(698)](i[t(760)]("::"),-1)){let g=i[t(582)]("::");for(let b=0;e[t(1740)](b,g[t(453)]);b++){let C=g[b];if(e.yLfzV(C[t(760)](":"),0)){let N=C.split(":");h&&(x=N[t(453)]),u+=N.length;for(let O=0;O<N[t(453)];O++)if(N[O][t(453)]!==4){let ee=p[t(1541)+"g"](0,e[t(1518)](4,N[O][t(453)])),ce=ee[t(973)](N[O]);a[t(884)](ce)}else a[t(884)](N[O]);h=!1}else{if(e[t(1124)](4,C[t(453)])){let N=p[t(1541)+"g"](0,e[t(645)](4,C.length)),O=N[t(973)](C);a[t(884)](O)}else a[t(884)](C);h&&(x+=1),u+=1,h=!1}}let y="";for(let b=0;e[t(1234)](b,e.VBVes(8,u));b++)y=y[t(973)](p);for(let b=0;e.TdcCb(b,a[t(453)]);b++)e.gXxjj(b,x)&&(r=r[t(973)](y)),r=r[t(973)](a[b]);return r}{let g=i[t(582)](":");for(let y=0;e[t(946)](y,g[t(453)]);y++){let b=g[y];if(g[y][t(453)]!==4){let C=p[t(1541)+"g"](0,e[t(1335)](4,g[y][t(453)])),N=C[t(973)](b);r=r[t(973)](N)}else r=r[t(973)](b)}return r}}function v(i,t){let r=n,a=i[r(1182)];e[r(446)](void 0,a)&&(e[r(625)](Y,t,10),e[r(625)](ge,t,a));let x=i[r(821)];x!==void 0&&(e[r(1283)](e[r(1833)],e[r(1426)])?(e[r(873)](Y,t,18),e[r(625)](ge,t,x)):!this[r(797)+r(1327)]&&(this._endpointManager?.["resetEnd"+r(688)+r(1207)](),this[r(1685)+r(542)]?.[r(994)+"nter"](),this[r(1820)+r(757)]=!1,this[r(888)]=!0,this[r(797)]()))}function _(i){let t=n,r={yeeIG:function(a,x){return e[I(1602)](a,x)},yKPHN:e.eWzIg,UzTLf:"ping_once_success",gdzse:function(a,x){return e[I(386)](a,x)},rndeO:t(1117),wkPQK:e.xTsso};if(e[t(1790)]===e.AGebz){this[t(933)+"ngTimer"](),this["_pingPon"+t(1658)+"Id"]=e[t(625)](_0xdb511,this[t(1657)][t(1165)](this),this[t(1111)][t(989)+t(748)]);let a=()=>{let u=t;r[u(586)](_0x571fea,r[u(964)]),this[u(1578)](r[u(1644)],a),this[u(1578)](u(1235)+u(908)+"t",x)},x=()=>{let u=t;r.gdzse(_0x792be6,r.rndeO),this[u(1578)](u(1235)+u(1682)+"s",a),this[u(1578)](r.wkPQK,x)};this.on(t(1235)+"e_success",a),this.on(e[t(648)],x),this._ping()}else{let a={};e:for(;!e[t(931)](B,i);){let x=e.rssLg(G,i);switch(e.JkNFQ(x,3)){case 0:break e;case 1:a[t(1182)]=e[t(1680)](ue,i,e[t(1521)](G,i));break;case 2:a[t(821)]=ue(i,e[t(538)](G,i));break;default:e[t(625)](ne,i,e[t(1672)](7,x))}}if(e[t(1538)](void 0,a[t(1182)]))throw new Error(e[t(1732)]);if(e[t(472)](void 0,a[t(821)]))throw new Error("Missing "+t(1835)+t(1206)+t(821));return a}}function E(i){let t=n,r={ycwog:function(a,x,u,h){return e[I(960)](a,x,u,h)},EGoIx:function(a,x,u){return e[I(1483)](a,x,u)}};if(e[t(446)](e[t(1710)],e[t(895)])){let a=e.yMBGP(Z);return e[t(1278)](T,i,a),e[t(393)](k,a)}else try{r.ycwog(_0x3502e5,this,_0x5bf4f7,[_0x4468e4,_0x43f43b,_0x1a1295])}catch(a){let x=r[t(1673)](_0x4caf29,t(1154),{message:a[t(1357)],code:_0x67c7eb[t(1093)+"OR"],error:a});this["_dispatchErrorEv"+t(811)](x)}}function T(i,t){let r=n,a=i.SeqID;e[r(384)](void 0,a)&&(e[r(873)](Y,t,8),e[r(1270)](Me,t,a));let x=i.LogID;if(e[r(446)](void 0,x))if(e[r(1353)](e[r(959)],e[r(464)]))e.QZwYI(Y,t,16),e[r(1157)](Me,t,x);else{if(_0x43fa8d<1||e[r(698)](_0x6ddecb,_0x80b238))return e[r(1489)](_0x597051,_0x33d2b0);e[r(698)](_0x354100+_0x2ce551,_0x218ae6)&&(_0x33051e=_0x30387a(_0x562bd2),_0x131c8=0);let ce=_0x1822e2[r(1297)](_0x2b22c4,_0x8fb549,_0x1de78f+=_0x4c3dde);return e.WEttl(7,_0x2b096b)&&(_0x548e9d=(7|_0x3a0c7a)+1),ce}let u=i[r(1355)];e[r(1326)](void 0,u)&&(Y(t,24),e.mBNxZ(Me,t,e[r(1602)](j,u)));let h=i[r(839)];e.TANBn(void 0,h)&&(e[r(552)](Y,t,32),e[r(873)](Me,t,e[r(1031)](j,h)));let p=i[r(1566)];if(e.kjUBw(void 0,p))for(let ce of p){e[r(1157)](Y,t,42);let ye=e[r(1164)](Z);e[r(662)](v,ce,ye),e.cgLVZ(Y,t,ye[r(1416)]),e[r(1319)](nt,t,ye),e[r(1443)](se,ye)}let g=i[r(1391)+r(428)];e[r(524)](void 0,g)&&(e.QeExa(Y,t,50),e[r(1442)](ge,t,g));let y=i[r(703)+r(684)];y!==void 0&&(e[r(1569)](Y,t,58),ge(t,y));let b=i.payload;e.HkCZm(void 0,b)&&(e[r(1517)](Y,t,66),e.bbXnD(Y,t,b[r(453)]),Be(t,b));let C=i[r(1826)];C!==void 0&&(e[r(662)](Y,t,74),e[r(1442)](ge,t,C));let N=i[r(1393)+"ming"];N!==void 0&&(e[r(1157)](Y,t,82),e[r(1157)](ge,t,N));let O=i[r(711)];e[r(803)](void 0,O)&&(e[r(1744)](Y,t,90),e.NVZIB(ge,t,O));let ee=i.frameType;ee!==void 0&&(e[r(558)](Y,t,96),Me(t,j(ee)))}function P(i){return e[n(1031)](R,oe(i))}function R(i){let t=n;if(e[t(1283)]("KGPYX",t(1430))){let r={};e:for(;!e.xMBWe(B,i);){let a=e[t(1540)](G,i);switch(a>>>3){case 0:break e;case 1:r.SeqID=ae(i,!0);break;case 2:r[t(1423)]=e[t(1278)](ae,i,!0);break;case 3:r[t(1355)]=G(i);break;case 4:r[t(839)]=e[t(761)](G,i);break;case 5:{let x=e[t(1853)](z,i);(r.headers||(r.headers=[]))[t(884)](_(i)),i[t(1416)]=x;break}case 6:r[t(1391)+"ncoding"]=ue(i,e[t(1299)](G,i));break;case 7:r[t(703)+"ype"]=ue(i,e.xMBWe(G,i));break;case 8:r[t(1441)]=e.UsciG(Ie,i,e.pNSfa(G,i));break;case 9:r[t(1826)]=e[t(1157)](ue,i,G(i));break;case 10:r[t(1393)+t(652)]=ue(i,e.xMBWe(G,i));break;case 11:r[t(711)]=e[t(1040)](ue,i,G(i));break;case 12:r[t(736)+"e"]=e.xIpjT(G,i);break;default:ne(i,7&a)}}if(r[t(852)]===void 0)throw new Error(e[t(455)]);if(e[t(786)](void 0,r.LogID))throw new Error(e.NAKkE);if(e[t(1773)](void 0,r[t(1355)]))throw new Error(t(902)+t(1835)+t(1206)+t(1355));if(e[t(1538)](void 0,r[t(839)]))throw new Error(e.MCFdZ);return r}else this[t(1485)](e[t(1729)],_0x8263bd(e[t(1729)],{message:this[t(1369)+t(1822)+t(1731)](_0x250293)}))}function z(i){let t=n,r=e[t(1299)](G,i),a=i[t(1416)];return i.limit=e.AxtlS(i.offset,r),a}function ne(i,t){let r=n;switch(t){case 0:for(;128&e[r(1113)](Q,i););break;case 2:e[r(1224)](L,i,G(i));break;case 5:e[r(1527)](L,i,4);break;case 1:e[r(1176)](L,i,8);break;default:throw new Error(e[r(440)](r(1374)+r(627)+r(551),t))}}function j(i){let t=n,r={RIcaO:e[t(1621)]};if(e[t(1809)](e[t(1792)],e[t(1354)])){let a=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/.test(_0x36de94),x=/(([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(1266)](_0xe5920d);return a?_0x2faddd(_0x36f6c0):x?_0x286da3(_0xd26b4a):oJSXLC[t(685)]}else return i|=0,{low:i,high:e[t(1063)](i,31),unsigned:e.YVfMy(i,0)}}let me=[];function Z(){let i=n,t=me[i(546)]();return t?(t[i(927)]=t.limit=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function se(i){me[n(884)](i)}function oe(i){return{bytes:i,offset:0,limit:i[n(453)]}}function k(i){let t=n,r=i.bytes,a=i[t(1416)];return e[t(1412)](r[t(453)],a)?r:r.subarray(0,a)}function L(i,t){let r=n,a={QsPEU:function(x,u){return e[I(1035)](x,u)},krKME:function(x,u){return e[I(1780)](x,u)},UBlYJ:function(x,u){return e[I(1125)](x,u)},aewXE:function(x,u){return e[I(1577)](x,u)}};if(e[r(499)](e[r(836)],e[r(836)])){let x=_0x50446.bytes,u=_0x547d58[r(927)],h=_0x3b402c[r(1416)],p=a[r(854)](u,_0x384279);if(a[r(891)](p,x[r(453)])){let g=new _0x51add8(a.UBlYJ(2,p));g[r(936)](x),_0x1b56fa[r(818)]=g}return _0x30ad48.offset=p,a.aewXE(p,h)&&(_0x4e9718[r(1416)]=p),u}else{if(e[r(1156)](e[r(440)](i[r(927)],t),i.limit))throw new Error(e.NInuu);i[r(927)]+=t}}function B(i){let t=n;return e.PxzpR(i[t(927)],i[t(1416)])}function J(i,t){let r=n,a=i.bytes,x=i[r(927)],u=i.limit,h=e[r(812)](x,t);if(e[r(1108)](h,a.length)){let p=new Uint8Array(e[r(1003)](2,h));p[r(936)](a),i[r(818)]=p}return i.offset=h,h>u&&(i.limit=h),x}function we(i,t){let r=n,a=i[r(927)];if(e[r(918)](a,t)>i[r(1416)])throw new Error(e[r(1318)]);return i.offset+=t,a}function Ie(i,t){let r=n;if(e[r(567)]===e[r(389)])return _0x3f80ca+=_0x3a1f8a&&_0x3bc372[r(1737)+"th"]||0,_0xfcd3a5;{let a=e.HUINs(we,i,t);return i[r(818)][r(474)](a,e.OHaTF(a,t))}}function Be(i,t){let r=n,a=J(i,t.length);i[r(818)][r(936)](t,a)}function ue(i,t){let r=n,a=e[r(1040)](we,i,t),x=String["fromChar"+r(604)],u=i[r(818)],h="\uFFFD",p="";for(let g=0;e[r(1740)](g,t);g++){let y=u[e[r(1036)](g,a)],b,C,N,O;e[r(1809)](e[r(794)](128,y),0)?p+=e[r(553)](x,y):e.jUZQE(e[r(1597)](224,y),192)?e[r(759)](g+1,t)?p+=h:(b=u[e.PGoRd(g,a)+1],e[r(1124)](e.BMFPd(192,b),128)?p+=h:e[r(1208)]==="pgtVX"?(e[r(614)](_0x19896b,_0x37b7f0,90),e.losHe(_0x195c07,_0x947388,_0x28f9ef)):(O=e[r(695)](e[r(1561)](e[r(424)](31,y),6),63&b),O<128?p+=h:(p+=e[r(761)](x,O),g++))):e[r(1279)](e[r(376)](240,y),224)?e.dfDRM(e[r(651)](g,2),t)?p+=h:(b=u[e[r(440)](e[r(1249)](g,a),1)],C=u[e[r(440)](e[r(1865)](g,a),2)],e[r(1124)](e[r(1739)](e[r(695)](b,e[r(1807)](C,8)),49344),32896)?p+=h:(O=e[r(1244)](e.nyNLI(e[r(1741)](15&y,12),e.wRHPl(e.AaHji(63,b),6)),e.AaHji(63,C)),O<2048||e.AWmsd(O,55296)&&e.uwCEt(O,57343)?p+=h:(p+=x(O),g+=2))):e.cBoHA(e[r(858)](248,y),240)?e[r(1466)](e.udykD(g,3),t)?p+=h:(b=u[e[r(440)](e[r(1035)](g,a),1)],C=u[e[r(996)](e[r(918)](g,a),2)],N=u[g+a+3],e[r(1836)](e[r(1597)](e.CJLrE(b,e.lvlSe(C,8))|N<<16,12632256),8421504)?p+=h:(O=e.nyNLI(e.CJLrE(e[r(1856)](7&y,18),e[r(1631)](63&b,12))|e[r(1498)](63&C,6),e.CWvwA(63,N)),O<65536||e.tbcAr(O,1114111)?p+=h:(O-=65536,p+=e.zrfiD(x,e.pPHlV(O>>10,55296),e.zkpSD(e.WEttl(1023,O),56320)),g+=3))):p+=h}return p}function ge(i,t){let r=n,a=t[r(453)],x=0;for(let p=0;e[r(577)](p,a);p++){if(e[r(1120)](e[r(1696)],e[r(1696)]))return this[r(1233)].readyState;{let g=t[r(1172)+"At"](p);e[r(1808)](g,55296)&&e[r(992)](g,56319)&&e[r(577)](e[r(996)](p,1),a)&&(g=e[r(1249)](e[r(1715)](g,10),t[r(1172)+"At"](++p))-56613888),x+=e.pYwRm(g,128)?1:e.pYwRm(g,2048)?2:e[r(624)](g,65536)?3:4}}e[r(1517)](Y,i,x);let u=e.TThRT(J,i,x),h=i.bytes;for(let p=0;e[r(577)](p,a);p++){let g=t[r(1172)+"At"](p);e[r(1748)](g,55296)&&e.ywOJd(g,56319)&&e.fKhkn(e[r(1036)](p,1),a)&&(g=e[r(1722)](e[r(1482)](e[r(1498)](g,10),t[r(1172)+"At"](++p)),56613888)),e[r(1261)](g,128)?h[u++]=g:(e[r(1345)](g,2048)?h[u++]=e.SFccm(e[r(1739)](e[r(1095)](g,6),31),192):(e[r(624)](g,65536)?h[u++]=e[r(1739)](e[r(1095)](g,12),15)|224:(h[u++]=e[r(1229)](e.QmLTf(e[r(1063)](g,18),7),240),h[u++]=e.iaezv(g>>12&63,128)),h[u++]=e[r(1229)](e.RraWj(e[r(1183)](g,6),63),128)),h[u++]=e[r(661)](63,g)|128)}}function nt(i,t){let r=n,a=e[r(1040)](J,i,t[r(1416)]),x=i[r(818)],u=t[r(818)];for(let h=0,p=t[r(1416)];e[r(1740)](h,p);h++)x[e[r(812)](h,a)]=u[h]}function Q(i){let t=n;return i[t(818)][e[t(886)](we,i,1)]}function rt(i,t){let r=n,a=e[r(625)](J,i,1);i[r(818)][a]=t}function G(i){let t=n;if(e[t(1008)](e[t(1047)],e[t(1601)]))return this[t(593)]?e[t(1249)](e.KfIpJ(e[t(1090)](this[t(1321)],0),_0x3be151),this[t(1026)]>>>0):e[t(952)](e[t(1151)](this.high,_0x2fbcb2),e[t(500)](this[t(1026)],0));{let r=0,a=0,x;do x=e.xIpjT(Q,i),e[t(824)](r,32)&&(a|=e[t(424)](127,x)<<r),r+=7;while(e[t(1672)](128,x));return a}}function Y(i,t){let r=n;for(t>>>=0;e[r(1480)](t,128);)e.Aotcl(rt,i,e[r(595)](e.RraWj(127,t),128)),t>>>=7;e[r(886)](rt,i,t)}function ae(i,t){let r=n,a=0,x=0,u=0,h;return h=Q(i),a=e[r(858)](127,h),e[r(376)](128,h)&&(h=Q(i),a|=e[r(1807)](e[r(1622)](127,h),7),e.MOMXA(128,h)&&(h=e[r(1002)](Q,i),a|=e[r(753)](e[r(1688)](127,h),14),e.oYJrw(128,h)&&(h=e[r(1668)](Q,i),a|=e[r(1856)](e[r(424)](127,h),21),e[r(1484)](128,h)&&(h=e[r(1002)](Q,i),x=e[r(1201)](127,h),e[r(465)](128,h)&&(h=e.vxSJI(Q,i),x|=e[r(1715)](e[r(465)](127,h),7),128&h&&(h=e[r(777)](Q,i),x|=e.aOTqT(e.LsyrI(127,h),14),e[r(1726)](128,h)&&(h=e.rssLg(Q,i),x|=e.kYIyR(e[r(424)](127,h),21),e[r(1484)](128,h)&&(h=Q(i),u=e.oGLpW(127,h),e[r(1295)](128,h)&&(h=e[r(1019)](Q,i),u|=e.ARzHS(127,h)<<7))))))))),{low:e[r(695)](a,e[r(1715)](x,28)),high:e[r(1187)](x>>>4,e.JgtYF(u,24)),unsigned:t}}function Me(i,t){let r=n,a=t[r(1026)]>>>0,x=(e.jRsyg(t.low,28)|e[r(1741)](t.high,4))>>>0,u=e.jRsyg(t.high,24),h=e[r(1809)](0,u)?e[r(556)](0,x)?e.TKBtJ(a,16384)?a<128?1:2:e.caxwW(a,2097152)?3:4:e.pYwRm(x,16384)?e[r(1261)](x,128)?5:6:e[r(1261)](x,2097152)?7:8:e[r(636)](u,128)?9:10,p=e[r(1040)](J,i,h),g=i.bytes;switch(h){case 10:g[e[r(918)](p,9)]=e[r(1622)](e.GzaRf(u,7),1);case 9:g[e.AezkC(p,8)]=h!==9?e.wyBCn(128,u):127&u;case 8:g[e.GiBDy(p,7)]=e[r(1120)](8,h)?e[r(422)](e[r(1850)](x,21),128):e.sPtAt(e[r(914)](x,21),127);case 7:g[p+6]=e[r(532)](7,h)?e[r(1322)](x>>>14,128):e[r(1201)](e[r(1709)](x,14),127);case 6:g[p+5]=e.BnLlE(6,h)?e[r(835)](e[r(515)](x,7),128):e.flZfX(e.JkNFQ(x,7),127);case 5:g[p+4]=e[r(590)](5,h)?128|x:127&x;case 4:g[e[r(1646)](p,3)]=e.EPbPi(4,h)?e[r(1709)](a,21)|128:e.GLfTx(e[r(1850)](a,21),127);case 3:g[e[r(1194)](p,2)]=e[r(937)](3,h)?e[r(1244)](e[r(1709)](a,14),128):e[r(914)](a,14)&127;case 2:g[p+1]=h!==2?e.GzaRf(a,7)|128:e.icLqK(a>>>7,127);case 1:g[p]=e.gcUuS(1,h)?128|a:127&a}}function Se(i){return e.dnkCF(P,i)}function pr(i){return e[n(1113)](E,i)}let Ti=65536,ac=n(479),ut=e[n(1582)](Ti,Ti),Di=e.ETZEA(ut,ut),Ri=e[n(1341)](Di,2),Je=String[n(417)+"e"][n(1172)+"At"];class H{constructor(t,r,a){let x=n;this[x(1237)]=!0,this[x(1026)]=0|t,this[x(1321)]=e[x(695)](0,r),this.unsigned=!!a}static[n(1237)](t){let r=n;return t&&e[r(1592)](!0,t[r(1237)])}static[n(1609)](t,r,a){let x=n;return e[x(556)](e[x(1700)],x(1718))?_0x26bcd6||(_0x66f5d6=[_0x3a3c9b,_0x11cb08,_0x18b705,_0x5ce26f,_0x2aff58]):new H(t,r,a)}static fromBytes(t,r,a){let x=n;return a?H["fromByte"+x(480)](t,r):H[x(1598)+"sBE"](t,r)}static[n(1598)+n(480)](t,r){let a=n;return e[a(556)](e[a(905)],e[a(418)])?this[a(665)+a(749)+a(817)+"t"]:new H(e.mUWlV(e[a(1229)](e.XllAX(t[0],t[1]<<8),t[2]<<16),e[a(1498)](t[3],24)),e[a(787)](e.YbUXP(e[a(1078)](t[4],e[a(1498)](t[5],8)),t[6]<<16),t[7]<<24),r)}static[n(1598)+"sBE"](t,r){let a=n;return new H(e.rThJY(e[a(820)](t[4],24)|t[5]<<16,t[6]<<8)|t[7],e[a(1340)](e[a(679)](e[a(1856)](t[0],24)|e[a(1758)](t[1],16),t[2]<<8),t[3]),r)}static fromHash(t){let r=n;return e.BnLlE("JnRFL",e.lkScX)?null:e[r(782)](t,ac)?Ni:new H(e[r(500)](e[r(1229)](e[r(1512)](e[r(1187)](Je[r(1297)](t,0),Je[r(1297)](t,1)<<8),e[r(385)](Je.call(t,2),16)),e[r(1498)](Je.call(t,3),24)),0),e.FPoUB(e[r(1203)](e[r(545)](Je.call(t,4),e[r(753)](Je[r(1297)](t,5),8)),e[r(779)](Je.call(t,6),16)),Je[r(1297)](t,7)<<24)>>>0,!0)}[n(1186)](){let t=n;return String[t(1379)+t(604)](e[t(1487)](255,this[t(1026)]),e[t(1252)](e[t(1325)](this[t(1026)],8),255),e[t(661)](this[t(1026)]>>>16,255),e.bwiAG(this[t(1026)],24),e[t(1342)](255,this[t(1321)]),e[t(1757)](e[t(954)](this[t(1321)],8),255),e[t(376)](e[t(1119)](this[t(1321)],16),255),e[t(1119)](this[t(1321)],24))}static fromNumber(t,r=!0){let a=n,x={nAkAH:function(u,h){return e[I(1261)](u,h)},rXHcN:function(u,h){return e[I(1751)](u,h)},PgoGi:function(u,h){return e[I(1408)](u,h)},UrIYI:function(u,h){return e[I(859)](u,h)},lECMr:function(u,h){return u&h},fyKmo:function(u,h){return e[I(1006)](u,h)},xUdJr:function(u,h){return e[I(500)](u,h)}};if(e[a(782)](e[a(896)],a(758))){let u=this[a(1568)]["getStora"+a(980)+"nc"](this[a(622)]),h=_0xab6901[a(1554)](e.XOfAv(u,"{}"));return _0x141ee7[a(565)](h)}else{if(e[a(553)](isNaN,t))return r?cc:Ni;if(r){if(e.qKVxG(e[a(889)],e[a(889)])){let u={rzDYq:function(b,C){return x.nAkAH(b,C)},REcsp:function(b,C){return x.rXHcN(b,C)},Jcdoc:function(b,C){return x.PgoGi(b,C)},dvkEl:function(b,C){return x[a(1520)](b,C)},dRMEn:function(b,C){return x[a(906)](b,C)},sHefD:function(b,C){return x[a(540)](b,C)}},h=_0x15e9e1||8192,p=x[a(1387)](h,1),g=null,y=h;return function(b){let C=a;if(u[C(1481)](b,1)||b>p)return u[C(1691)](_0x571979,b);u[C(1698)](u.dvkEl(y,b),h)&&(g=u[C(1691)](_0x5ca0a4,h),y=0);let N=_0x2b274b[C(1297)](g,y,y+=b);return u[C(720)](7,y)&&(y=u[C(377)](u.sHefD(7,y),1)),N}}else if(e.AWmsd(t,Di))return dc}else{if(t<=-Ri)return uc;if(e.PHxVw(t,1)>=Ri)return xc}return H[a(1609)](e[a(533)](t,ut)|0,e.dCbdV(e[a(1341)](t,ut),0),r)}}toNumber(){let t=n;return this[t(593)]?e[t(826)](e[t(1246)](e.Dlzoy(this[t(1321)],0),ut),e.ZJXlN(this[t(1026)],0)):e.bLVKf(this[t(1321)],ut)+e[t(1325)](this[t(1026)],0)}[n(1777)](){let t=n;return e[t(919)](0,this.high)&&this[t(1026)]===0}[n(1273)](t){let r=n;H[r(1237)](t)||(t=H[r(1785)+"er"](t));let a=e[r(1180)](this[r(1321)],16),x=e[r(1711)](65535,this[r(1321)]),u=e[r(1312)](this[r(1026)],16),h=65535&this.low,p=t[r(1321)]>>>16,g=e[r(858)](65535,t[r(1321)]),y=e[r(395)](t[r(1026)],16),b=e.ARzHS(65535,t[r(1026)]),C=0,N=0,O=0,ee=0;return ee+=e.IgKBa(h,b),O+=e[r(1664)](ee,16),ee&=65535,O+=e[r(1462)](u,y),N+=e[r(1664)](O,16),O&=65535,N+=e[r(1199)](x,g),C+=e[r(1088)](N,16),N&=65535,C+=e[r(834)](a,p),C&=65535,H[r(1609)](e[r(1229)](e[r(1596)](O,16),ee),e[r(1338)](e.UddHj(C,16),N),this[r(593)])}[n(1599)](t){let r=n;return H[r(1237)](t)||(t=H[r(1785)+"er"](t)),this.unsigned!==t[r(593)]&&e[r(1773)](e[r(500)](this[r(1321)],31),1)&&e.IvjPL(e.EbKcL(t[r(1321)],31),1)?!1:e[r(1649)](this.high,t.high)&&e.qnYSS(this[r(1026)],t[r(1026)])}addOne(){let t=n;return e[t(1412)](-1,this[t(1026)])&&e[t(1538)](-1,this[t(1321)])?H.fromBits(0,0,this[t(593)]):e[t(1754)](-1,this.low)?H[t(1609)](0,e.mJOhv(this[t(1321)],1),this.unsigned):H[t(1609)](this[t(1026)]+1,this[t(1321)],this.unsigned)}[n(851)](t){return t?this[n(639)+"E"]():this.toBytesBE()}toBytesLE(){let t=n,r=this[t(1321)],a=this[t(1026)];return[255&a,e[t(376)](e.Dlzoy(a,8),255),a>>>16&255,e[t(928)](a,24),255&r,e.BMFPd(e.nGJeA(r,8),255),e.GLfTx(e[t(1862)](r,16),255),e[t(791)](r,24)]}[n(1344)+"E"](){let t=n;if(e[t(1326)](e[t(1158)],e[t(862)])){let r=this[t(1321)],a=this[t(1026)];return[e[t(1236)](r,24),e[t(1096)](e[t(1706)](r,16),255),e[t(1757)](e.lRiJq(r,8),255),e[t(1597)](255,r),e[t(1271)](a,24),e[t(1484)](e[t(395)](a,16),255),e[t(1201)](e.iSQFA(a,8),255),e[t(1622)](255,a)]}else return _0x277d73&&_0x202486[t(1237)]===!0}}let Ni=new H(0,0,!1),cc=new H(0,0,!0),xc=H[n(1609)](-1,2147483647,!1),dc=H[n(1609)](-1,-1,!0),uc=H[n(1609)](0,-2147483648,!1);var Ve=(function(i){let t=n;if(e.mWqVH(e[t(641)],e[t(641)]))e[t(1751)](_0x4c76b5,this[t(797)+"ionTimeoutId"]),this[t(797)+t(1274)+t(1384)]=null;else{let r=e[t(1170)].split("|"),a=0;for(;;){switch(r[a++]){case"0":i[i[e[t(1371)]]=5005]=t(1093)+"OR";continue;case"1":i[i[e[t(755)]]=5004]="MESSAGE_"+t(1029);continue;case"2":i[i[e[t(1551)]]=5001]=e[t(1551)];continue;case"3":i[i[t(1559)+t(412)+"R"]=5003]=e[t(374)];continue;case"4":return i;case"5":i[i[e.yWhJg]=5002]=e[t(1495)];continue}break}}})({});class ft{constructor(t){let r=n;this.type=t,this[r(1542)]=null}}class Li extends ft{constructor(t,r){let a=n;super(t),this[a(1357)]=r&&r[a(1357)]||null}}class Oi extends ft{constructor(t,r){let a=n,x=e[a(476)][a(582)]("|"),u=0;for(;;){switch(x[u++]){case"0":this[a(1496)]=r&&r[a(1496)]||5001;continue;case"1":this.colno=r&&r[a(1733)]||0;continue;case"2":this[a(746)]=r&&r[a(746)]||"";continue;case"3":this[a(1154)]=r&&r[a(1154)]||null;continue;case"4":this[a(1357)]=r&&r[a(1357)]||"";continue;case"5":this[a(1553)]=r&&r[a(1553)]||0;continue;case"6":super(t);continue}break}}}class Bi extends ft{constructor(t,r){let a=n,x=e[a(1153)][a(582)]("|"),u=0;for(;;){switch(x[u++]){case"0":super(t);continue;case"1":this["willReco"+a(1304)]=r&&r.willReconnect||!1;continue;case"2":this.reason=r&&r.reason||"";continue;case"3":this.code=r&&r[a(1496)]||0;continue;case"4":this[a(608)]=r&&r.wasClean||!1;continue}break}}}class Mi extends ft{constructor(t,r){super(t),this.data=r&&r.data||null}}class zi extends Mi{constructor(t,r){let a=n;if(e[a(1289)](e.PXRfu,e[a(975)]))super(t),this[a(378)]=r&&r.data||null,this[a(1357)]=r&&r[a(1357)]||null;else{let x=this._qosDB[a(1015)+a(602)](this[a(622)]);return _0x34d02c[a(1554)](e.XOfAv(x,"{}"))[_0x3bb212]}}}class Fi extends ft{constructor(t,r){super(t),this.data=r&&r.data||null}}function _e(i,{message:t,code:r,error:a}){return new Oi(i,{message:t,code:r,error:a})}function Ee(i,{code:t,reason:r,wasClean:a,willReconnect:x}){return new Bi(i,{code:t,reason:r,wasClean:a,willReconnect:x})}function Ui(i,{data:t,message:r}){return new zi(i,{data:t,message:r})}function qi(i,{data:t}){return new Fi(i,{data:t})}function mr(i,{message:t}){return new Li(i,{message:t})}class Hi{constructor(t,r){let a=n;this[a(913)+"s"]=t,this[a(681)+"es"]=r,this[a(1593)+"ndex"]=0,this[a(665)+a(749)+a(817)+"t"]=0}[n(1178)+n(688)+n(1207)](){let t=n;this[t(1593)+t(1586)]=0,this[t(665)+t(749)+t(817)+"t"]=0}[n(1767)+"es"](){let t=n;this[t(665)+t(749)+"riesCount"]=0}[n(1724)+n(591)+"nt"](){let t=n;return this[t(913)+"s"][this[t(1593)+t(1586)]]}["getCurre"+n(591)+"ntTriesC"+n(1841)](){let t=n;return this[t(665)+t(749)+t(817)+"t"]}[n(1450)+n(463)+"es"](){let t=n;return!!(e.rkXsu(this[t(1593)+t(1586)],this[t(913)+"s"][t(453)])||e[t(1809)](this[t(1593)+t(1586)],e[t(1722)](this[t(913)+"s"][t(453)],1))&&e[t(1008)](this[t(665)+"ndpointTriesCount"],this[t(681)+"es"]))}["checkCur"+n(1478)+n(868)+n(584)+n(1403)](){let t=n;return e[t(1279)](this["currentI"+t(1586)],this[t(913)+"s"].length)?!0:e[t(1156)](this[t(665)+t(749)+"riesCount"],this[t(681)+"es"])}["replaceBackupEnd"+n(1753)+n(1213)+n(620)](){let t=n;return this[t(665)+"ndpointT"+t(817)+"t"]=1,this[t(1593)+"ndex"]++,this[t(913)+"s"][this["currentI"+t(1586)]]}[n(1724)+n(591)+n(1382)+n(1652)](){let t=n;if(e.JODQF(t(983),e[t(1606)])){let r={UOIyl:e[t(454)],LkrIo:function(x,u){return e[t(1143)](x,u)},TRIka:function(x,u){return e[t(1244)](x,u)},hqkFd:function(x,u){return e[t(946)](x,u)},QYYqL:function(x,u){return e.nGJeA(x,u)},gpMsc:function(x,u){return x<<u},jxgAT:function(x,u){return e[t(1424)](x,u)},mjiuT:function(x,u){return e.VWCYg(x,u)},ddhJA:function(x,u){return e[t(698)](x,u)},wDYFP:function(x,u,h,p){return e[t(508)](x,u,h,p)},NrlpQ:function(x,u){return e[t(835)](x,u)},MvMBz:function(x,u){return e[t(1014)](x,u)},IWVgr:function(x,u){return e[t(727)](x,u)},hcmZi:function(x,u){return e[t(791)](x,u)},QUkCq:function(x,u){return e.fKhkn(x,u)}},a=4294967295;return function(x,u,h=!0){let p=t,g=r[p(1828)][p(582)]("|"),y=0;for(;;){switch(g[y++]){case"0":a=r[p(613)](127&x[u],0);continue;case"1":if(x[u++]<128)return{value:h?a:r[p(1139)](0,a),offset:u};continue;case"2":if(r.hqkFd(x[u++],128))return{value:h?a:0|a,offset:u};continue;case"3":a=r.QYYqL(r[p(1139)](a,r.gpMsc(r[p(942)](127,x[u]),7)),0);continue;case"4":a=(a|r[p(785)](r[p(942)](127,x[u]),14))>>>0;continue;case"5":if(r[p(1810)](u+=5,x[p(453)]))throw u=x[p(453)],r[p(1461)](_0x153fc3,u,10,x[p(453)]);continue;case"6":if(x[u++]<128)return{value:h?a:r[p(559)](0,a),offset:u};continue;case"7":a=r[p(498)](r[p(1139)](a,r.jxgAT(127,x[u])<<21),0);continue;case"8":return{value:h?a:0|a,offset:u};case"9":if(r[p(470)](x[u++],128))return{value:h?a:r[p(990)](0,a),offset:u};continue;case"10":a=r[p(382)](a|r[p(942)](15,x[u])<<28,0);continue;case"11":if(r[p(398)](x[u++],128))return{value:h?a:r[p(1139)](0,a),offset:u};continue}break}}}else return this[t(665)+t(749)+t(817)+"t"]++,this[t(1724)+t(591)+"nt"]()}}let lt=(e[n(1161)](e.dsgIP,typeof globalThis)&&e[n(782)](e.vmxVU,globalThis[n(1011)+n(1858)][n(421)])||n(1398)+"d"!=typeof window&&e.vmxVU===window[n(1011)+n(1858)][n(421)])&&e.MPzVA("undefined",typeof document),it=e[n(1281)](n(1398)+"d",typeof globalThis)&&(e[n(557)](e.yJTeA,globalThis.constructor[n(421)])||e.RxNzj(e[n(657)],globalThis["construc"+n(1858)][n(421)]))&&e[n(1486)]!=typeof tt,Ot=(e[n(881)](e[n(1486)],typeof globalThis)&&e[n(1754)](e[n(718)],globalThis["construc"+n(1858)][n(421)])||e[n(1087)](e[n(1486)],typeof globalThis)||e[n(881)](e[n(1486)],typeof globalThis)&&!!globalThis[n(955)+n(1445)])&&e[n(1486)]!=typeof wx,Bt=e[n(1281)](e[n(1486)],typeof globalThis)&&(e[n(1579)](e[n(657)],globalThis["construc"+n(1858)][n(421)])||e[n(529)](e[n(1557)],globalThis[n(1011)+n(1858)].name)||e[n(1565)](e.ApNIK,globalThis[n(1011)+n(1858)][n(421)]))&&e[n(1849)](n(1398)+"d",typeof self),fc=e[n(1161)](e.dsgIP,typeof globalThis)&&e[n(1289)](e.yJTeA,globalThis[n(1011)+"tor"][n(421)])&&e[n(1486)]!=typeof global&&e[n(782)](e[n(718)],global[n(1011)+n(1858)][n(421)])&&e[n(489)](e.dsgIP,typeof process)&&!!process.version;class wr{constructor(){this._listeners={}}[n(1485)](t,...r){let a=n,x=this[a(747)+"rs"][t];if(x)x[a(986)]()[a(819)](u=>u.fn.apply(u.ctx,r));else if(e[a(1729)]===t&&!this[a(1832)]){let u=r[a(453)]&&r[0];if(u instanceof Error)throw u;let h=new Error(e[a(918)]("Unhandle"+a(1050),u?e[a(1249)](e[a(1249)](" (",u.message),")"):""));throw h[a(534)]=u,u}return this}[n(1578)](t,r){let a=n;if(e[a(786)](void 0,t))this[a(747)+"rs"]={};else if(e.rCNUI(void 0,r))this[a(747)+"rs"][t]=null;else if(e[a(499)](a(1783),e[a(1135)])){let x=this[a(747)+"rs"][t];if(x)for(let u=0;e.qBZWx(u,x[a(453)]);)e.jGJYJ(x[u].fn,r)?x[a(1202)](u,1):++u}else return this[a(665)+a(749)+a(817)+"t"]++,this["getCurre"+a(591)+"nt"]();return this}on(t,r,a){let x=n;return(this[x(747)+"rs"][t]||(this[x(747)+"rs"][t]=[]))[x(884)]({fn:r,ctx:a||this}),this}}class lc extends wr{[n(1369)+n(1822)+n(1731)](t){let r=n;return t.errMsg||t[r(1452)]?(r(1689)+" "+(t[r(704)]||"")+" code: "+(t.errNo||""))[r(1414)]():JSON[r(1440)+"y"](t)}constructor(t,r,a){let x=n;super(),this[x(1233)]=null,Ot&&wx[x(1361)+"ocket"]&&(this[x(1233)]=wx["connectS"+x(1464)]({url:t,protocols:r,header:a,fail:this[x(957)+"ocketFai"+x(1437)][x(1165)](this),success:this[x(957)+"ocketSuc"+x(1811)+"ler"][x(1165)](this)})),it&&tt[x(1361)+x(1464)]&&(this[x(1233)]=tt["connectS"+x(1464)]({url:t,protocols:r,header:a,fail:this["_createS"+x(1854)+x(1437)][x(1165)](this),success:this[x(957)+x(1679)+x(1811)+"ler"][x(1165)](this)}))}[n(957)+"ocketSuccessHand"+n(1842)](){let t=n;e[t(532)](e[t(951)],e[t(951)])?(this.emit(e[t(1253)],_0x4e835c),this[t(1333)]&&this.onclose(_0x3c8583)):Promise[t(705)]()[t(949)](()=>{let r=t;this[r(629)+r(527)]()})}_createSocketFailHandler(t){Promise.resolve().then(()=>{let r=I,a=e.NVZIB(_e,"error",{message:this[r(1369)+r(1822)+"age"](t)});this[r(1485)](e[r(1729)],a);let x=e.WgLEm(Ee,e[r(1253)],{reason:this[r(1369)+r(1822)+r(1731)](t)});this[r(1485)](e[r(1253)],x)})}[n(629)+n(527)](){let t=n,r={HPooM:t(879),lwmoe:e[t(1632)]};t(441)!==e.UUMjE?(this[t(1233)][t(1413)](a=>{let x=t;this.emit(r[x(1522)],qi(r.HPooM,{...a,data:a[x(704)]||""}))}),this[t(1233)][t(1269)](a=>{let x=t;this[x(1485)](e[x(1253)],Ee(e[x(1253)],{...a}))}),this._socket[t(471)+"e"](a=>{this.emit(r.lwmoe,Ui(r.lwmoe,{...a}))}),this[t(1233)][t(444)](a=>{this[t(1485)](e.Fjytr,e.gquhe(_e,"error",{...a,message:a.errMsg||""}))})):(_0x3fa4e5+=_0x505722(_0x17467f),_0x3a3cc4+=2)}[n(805)](t){let r=n,a={gndiu:function(x,u){return e[I(693)](x,u)},hxtkP:function(x,u){return x<u},HGJLZ:function(x,u){return e.qcDNv(x,u)},OFxlv:function(x,u){return e[I(1228)](x,u)},HnwLu:function(x,u){return e[I(1447)](x,u)},SSwkb:function(x,u){return e[I(1798)](x,u)},inYoR:function(x,u){return e[I(440)](x,u)},AyTEs:e.qmgNG,JjzUc:function(x,u){return e[I(1063)](x,u)},porVu:function(x,u){return e[I(409)](x,u)},tXKZh:function(x,u){return e[I(1295)](x,u)},kFHZP:function(x,u){return e[I(1830)](x,u)},JTQcZ:function(x,u){return e.ngGNp(x,u)},fOOdq:function(x,u){return x|u},LvMNh:function(x,u){return e[I(1322)](x,u)},Ypfwt:function(x,u){return e[I(1565)](x,u)},sQxcf:e[r(408)],PzBqP:e[r(1729)]};if(e.sTowI(t,Uint8Array)){let x=t[r(1861)][r(986)](t[r(1372)+"et"],e[r(513)](t[r(1737)+"th"],t[r(1372)+"et"]));this._socket&&this[r(1233)][r(805)]({data:x,fail:u=>{let h=r;this[h(1485)](h(1154),e.DaTul(_e,"error",{message:this[h(1369)+"rrorMess"+h(1731)](u)}))}})}else this[r(1233)]&&this[r(1233)].send({data:t,fail:x=>{let u=r;if(a[u(893)](u(1220),a[u(525)]))if(_0x225da3=_0x4a18db[u(1172)+"At"](_0x1d7ea2),a[u(1429)](_0x23e41e,128))_0x12d791[_0x38974a++]=_0x4f7347;else if(a[u(1395)](_0x5522b1,2048))_0x169147[_0x2e69e0++]=a[u(1155)](_0x5245ee>>6,192),_0x2ea9e7[_0x2c4779++]=a[u(1155)](63&_0x4f51cf,128);else if(a[u(574)](64512,_0x12a812)===55296&&a[u(1241)](a[u(1558)](64512,_0x3fa2ae=_0x5d2bcf[u(1172)+"At"](a.inYoR(_0x4d9028,1))),56320)){let h=a.AyTEs.split("|"),p=0;for(;;){switch(h[p++]){case"0":_0x693314[_0x5b852e++]=a[u(1681)](_0x354c45,18)|240;continue;case"1":_0x2e466a[_0x52b011++]=a.HGJLZ(63&_0x403744,128);continue;case"2":_0x53bad5=a[u(1421)](a.inYoR(65536,a[u(574)](1023,_0x5ce695)<<10),a[u(564)](1023,_0x2ebc6c));continue;case"3":_0x2a1ed8[_0x25ac87++]=a[u(1155)](a.tXKZh(_0x214153>>6,63),128);continue;case"4":++_0xd0642a;continue;case"5":_0x23f075[_0x404b4b++]=a[u(1155)](a[u(564)](a[u(1195)](_0x32efd6,12),63),128);continue}break}}else _0xbfa10a[_0xd6a18d++]=a[u(491)](a[u(1681)](_0x4d2947,12),224),_0x2f3239[_0x42f3ec++]=a[u(721)](a.tXKZh(a[u(1681)](_0x3df615,6),63),128),_0xe72ed7[_0x5ba2ac++]=a[u(956)](63&_0x20705f,128);else this[u(1485)](a.PzBqP,_e(a[u(1043)],{message:this[u(1369)+u(1822)+"age"](x)}))}})}[n(1348)](t,r){let a=n;this[a(1233)]&&this[a(1233)][a(1348)]({code:t,reason:r})}[n(1016)+n(880)](t,r){this.on(t,r)}[n(1626)+n(603)+n(1242)](t,r){this[n(1578)](t,r)}get[n(1831)+"te"](){let t=n;return this._socket[t(1831)+"te"]}get[n(1409)+"pe"](){let t=n;return this[t(1233)][t(1409)+"pe"]}set[n(1409)+"pe"](t){}get[n(1350)](){return this[n(1233)].url}get[n(969)](){return this[n(1233)].protocol}get extensions(){let t=n;return this._socket[t(1545)+"ns"]}get["buffered"+n(640)](){return 0}}function gc(i,t){let r=n;if(t)return new t(i[r(1350)],i[r(969)]);if(e[r(1351)](Ot,it))return new lc(i[r(1350)],i[r(969)],i[r(1566)]);if(e[r(802)](lt,Bt)&&e.dsgIP!=typeof WebSocket&&WebSocket)return new WebSocket(i[r(1350)],i.protocols)}function hc(i){let t=n;if(e[t(1463)]("lLkva",e.CZHKf)){let a=""+_0x2b7c9e[t(600)](),x=_0x2aea2c||(_0x1de110=e.uKnqC(_0x40891b,_0x4e454b)),u=_0x1bed7d[t(808)]().toString(16)[t(986)](-6);return"02"+a+x+u}else{let r=e[t(1061)].split("|"),a=0;for(;;){switch(r[a++]){case"0":if(i)return!0;continue;case"1":if(Ot&&wx[t(1361)+t(1464)])return!0;continue;case"2":return!1;case"3":if(it&&tt[t(1361)+t(1464)])return!0;continue;case"4":if((lt||Bt)&&e[t(881)]("undefined",typeof WebSocket)&&WebSocket)return!0;continue}break}}}function Ki(i,t,r){let a=n,x={yNWgH:function(u,h){return e.kWmsS(u,h)}};if(e[a(1795)]!==e[a(635)]){let u=-1;async function h(p){let g=a;return p<=u?Promise[g(1573)](new Error("next() called mu"+g(427)+g(1845)+"process")):(u=p,x.yNWgH(p,r[g(453)])?Promise.resolve():r[p][g(1165)](i)(t,h.bind(null,p+1)))}e[a(1113)](h,0)}else this[a(1530)+"mise"]=null}function Gi(i){let t=n,r=0,a=0;for(let x=0;e[t(1345)](x,i[t(453)]);++x)a=i[t(1172)+"At"](x),e.xeulk(a,128)?r+=1:e[t(504)](a,2048)?r+=2:e[t(1250)](64512&a,55296)&&e[t(472)](e[t(941)](64512,i[t(1172)+"At"](e[t(1264)](x,1))),56320)?(++x,r+=4):r+=3;return r}function Wi(i,t,r){let a=n;if(e[a(1518)](r,t)<1)return"";let x="";for(let u=t;e.fKhkn(u,r);){let h=i[u++];if(e[a(462)](h,127))x+=String[a(1379)+a(604)](h);else if(e[a(517)](h,192)&&h<224)x+=String[a(1379)+a(604)](e[a(716)](e[a(1498)](e[a(793)](31,h),6),e[a(1370)](63,i[u++])));else if(e[a(732)](h,224)&&e[a(1053)](h,240))x+=String["fromChar"+a(604)](e.Vvgzu(e.VZKki(e.XFaQn(e[a(1806)](15,h),12),e.lXMDg(63&i[u++],6)),e.flZfX(63,i[u++])));else if(e[a(732)](h,240)){let p=(e.Zzwsr(e.JMgCu(e[a(1596)](e[a(1728)](7,h),18),e[a(1420)](e.oGLpW(63,i[u++]),12)),e[a(1276)](63&i[u++],6))|e[a(1531)](63,i[u++]))-65536;x+=String[a(1379)+a(604)](e.ghgyv(55296,e[a(1095)](p,10))),x+=String[a(1379)+a(604)](e[a(1249)](56320,e[a(451)](1023,p)))}}return x}function _r(i,t,r){let a=n,x={DiROe:e[a(1253)]},u=r,h,p;for(let g=0;e[a(490)](g,i[a(453)]);++g)h=i[a(1172)+"At"](g),e.rjVHm(h,128)?t[r++]=h:e[a(1234)](h,2048)?(t[r++]=e.Aiedt(h>>6,192),t[r++]=e[a(1512)](e[a(794)](63,h),128)):(64512&h)===55296&&e.NLyNp(e[a(1449)](64512,p=i[a(1172)+"At"](e[a(513)](g,1))),56320)?(h=e.ghgyv(e[a(1035)](65536,(1023&h)<<10),1023&p),++g,t[r++]=e.HNeqI(h>>18,240),t[r++]=e[a(419)](e[a(511)](h,12),63)|128,t[r++]=e.NLqgo(e.hNaVP(h>>6,63),128),t[r++]=63&h|128):e[a(1225)](e[a(660)],e.JbvII)?this[a(1485)](hGmTMY[a(514)],_0x31d422(hGmTMY[a(514)],{..._0x2b1f66})):(t[r++]=e[a(1338)](e[a(702)](h,12),224),t[r++]=e[a(780)](e[a(929)](h>>6,63),128),t[r++]=e.CyiJh(63,h)|128);return e.hiahO(r,u)}async function ji(i){let t=n;if(e[t(399)](e.gyJDh,typeof i)){let r=new Uint8Array(e[t(966)](Gi,i));return e[t(1316)](_r,i,r,0),r}return e[t(1684)](i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i[t(1861)],i[t(1372)+"et"],i[t(1737)+"th"])}function pc(i){let t=n;try{return e[t(1510)]!=typeof i&&(i instanceof ArrayBuffer||i[t(1861)]&&i.buffer instanceof ArrayBuffer)||e.ERoJV(e[t(1510)],typeof i)?"":(JSON[t(1554)](i),e[t(1543)])}catch{return e[t(1510)]==typeof i?"text/pla"+t(1290)+t(537):""}}let mc=(i,t)=>{let r=n;switch(i){case e[r(1840)]:case e[r(1422)]:return{["x-use-"+i]:1,"x-tt-env":t};default:return{}}};class wc{constructor(t){let r=n;this[r(1506)+r(1841)]=t,this[r(947)]=0}[n(1052)](){let t=n;e[t(630)]===e.JeRQg?this[t(947)]++:(this[t(1782)+t(976)]?.["resetEndpointCon"+t(1207)](),this["_pingLos"+t(542)]?.[t(994)+t(566)](),this[t(1820)+t(757)]=!1,this._isInit=!0,this._connect())}[n(1450)+n(962)+"nt"](){let t=n,r={mjGuv:function(a,x){return a(x)}};return e[t(883)]("vCTBW",e[t(1550)])?this.count>=this["maxLossC"+t(1841)]:wEOBPI[t(1126)](_0x178026,_0x3d8016)}[n(994)+"nter"](t=0){let r=n;this[r(1506)+r(1841)]=t,this[r(947)]=0}}async function _c(i){let t={GZvYN:function(r,a){return e[I(931)](r,a)}};return new Promise(r=>{let a=I,x={GmAyC:function(u,h){return e.CsKZg(u,h)},FEFMG:function(u,h){return e.UMSWD(u,h)},tzbKq:function(u,h){return u<<h},iAizG:function(u,h){return e[I(1022)](u,h)},IrAvs:function(u,h){return e[I(530)](u,h)},iiqoI:function(u,h){return u<<h},eVhVj:function(u,h){return e[I(1504)](u,h)},bsfVj:function(u,h){return u>>h},BdbWA:function(u,h){return e.lrGLj(u,h)},OuNug:e.Fobky,VUFRT:function(u,h){return u(h)},wxYVF:e[a(789)]};if(!lt)return r("unknown "+a(611));try{let u=document["createEl"+a(1548)](e[a(783)]);window[a(431)+a(1655)]=h=>{let p=a,g={xIGJx:function(y,b){return x[I(1743)](y,b)},cihxA:function(y,b){return x[I(1663)](y,b)},UbXxZ:function(y,b){return x[I(1388)](y,b)},AZEWU:function(y,b){return x.iAizG(y,b)},VjceR:function(y,b){return y>=b},HqHjK:function(y,b){return y|b},JHaRz:function(y,b){return y<<b},WZmYZ:function(y,b){return y-b},QtokW:function(y,b){return x.IrAvs(y,b)},eSSwQ:function(y,b){return x[I(1388)](y,b)},XYBWq:function(y,b){return x.iiqoI(y,b)},tRPdB:function(y,b){return x[I(1769)](y,b)},mkfzD:function(y,b){return x.eVhVj(y,b)},mklff:function(y,b){return x[I(979)](y,b)},frmkU:function(y,b){return y+b},kxaPl:function(y,b){return y&b}};if(x[p(776)](x[p(876)],p(1605))){let y=_0x1935f9[_0x9d79c++];if(y<=127)_0x5e4d2f+=_0x14daa7[p(1379)+p(604)](y);else if(y>=192&&gLWmBa[p(619)](y,224))_0x10992a+=_0x336641[p(1379)+p(604)](gLWmBa[p(988)](gLWmBa.UbXxZ(gLWmBa.AZEWU(31,y),6),63&_0x217159[_0x378622++]));else if(gLWmBa[p(865)](y,224)&&gLWmBa[p(619)](y,240))_0x429a35+=_0x177f12[p(1379)+"Code"](gLWmBa[p(988)](gLWmBa[p(1513)](gLWmBa[p(1768)](gLWmBa[p(1044)](15,y),12),gLWmBa[p(1768)](63&_0x12fb83[_0x588c7c++],6)),63&_0x2ce48a[_0x492cc0++]));else if(gLWmBa.VjceR(y,240)){let b=gLWmBa[p(849)](gLWmBa.cihxA(gLWmBa[p(988)](gLWmBa[p(953)](gLWmBa[p(458)](gLWmBa[p(1044)](7,y),18),gLWmBa[p(1044)](63,_0xec08e4[_0x1ef919++])<<12),gLWmBa[p(1243)](gLWmBa[p(1427)](63,_0x3cfb42[_0x29c694++]),6)),gLWmBa.mkfzD(63,_0x2971e5[_0x4d7df0++])),65536);_0x3e92e7+=_0x3f8489[p(1379)+p(604)](55296+gLWmBa.mklff(b,10)),_0x62d7c+=_0x3bdbfa[p(1379)+p(604)](gLWmBa[p(626)](56320,gLWmBa[p(404)](1023,b)))}}else document[p(548)][p(1759)+p(1738)](u),window[p(431)+"JSONP"]=void 0,x.VUFRT(r,h&&h[p(481)]||x.wxYVF)},u[a(433)]=e.uWjzT,u[a(1456)]=e[a(1614)](i[a(1533)](/^ws/,e.YTaVJ),e[a(1311)]);try{document[a(548)][a(840)+a(1738)](u)}catch{e[a(1240)](e.mRfOy,e[a(1071)])?(_0x5cfe4d+=uaoGOC[a(522)](_0x5841b8,_0x4f5511),_0x26be2b++):document[a(548)][a(1759)+a(1738)](u)}}catch{window.frontierJSONP=void 0,e[a(501)](r,e[a(789)])}})}function $e(i,t,r){let a=n;return!!i?.find(x=>x.key===t&&x[a(821)]===r)}function gt(i,t){let r=n,a={azpOE:function(x,u){return e[I(513)](x,u)},rnLIg:function(x,u){return e[I(1755)](x,u)},WYHkQ:function(x,u){return e.nGJeA(x,u)},cZzoA:function(x,u){return e[I(1865)](x,u)},PZJTJ:function(x,u){return e.ghgyv(x,u)},eNaen:function(x,u){return x&u},qwwLf:function(x,u){return e.bvODO(x,u)},NtIAL:function(x,u){return e[I(1092)](x,u)},KqKBc:function(x,u){return x&u}};if(e.mEsoq(e.KbccM,e[r(1396)]))return i?.[r(1702)](x=>x[r(1182)]===t)?.value;{let x=_0x326f36[r(1026)],u=_0x4f0e79[r(1321)];return _0x4475cb[_0x11ff9c]=u>>>24,_0x4b58d9[a.azpOE(_0x3ca33d,1)]=a[r(714)](u,16)&255,_0xf4ee93[a[r(1730)](_0x4be07c,2)]=a[r(381)](u,8)&255,_0x33a9d1[a.cZzoA(_0x3703ad,3)]=255&u,_0x22039e[a[r(1730)](_0x3b2e35,4)]=a[r(714)](x,24),_0x36bc24[a[r(1212)](_0x3a3a41,5)]=a[r(1824)](a.rnLIg(x,16),255),_0x1f97df[a[r(892)](_0x10c4d6,6)]=a.eNaen(a.NtIAL(x,8),255),_0x1f6cc7[a[r(397)](_0xa35483,7)]=a[r(1747)](255,x),_0xd95820+=8,_0x105a25}}let yr=null;async function yc(){let i=n;return yr||(yr=Promise[i(705)]()[i(949)](Ne[i(1165)](Ne,e.wuPXi))),yr}class vc extends wr{constructor(t,r){let a=n;super(),this[a(882)]=t,this[a(1343)]=r,this._qosDB=void 0,this["_initPro"+a(1471)]=null}async[n(1852)](){await this[n(1122)]()}async[n(1122)](){let t=n,r={kudzp:function(a){return e.JyEvk(a)},fhCKq:function(a,x){return a(x)},kDbau:function(a,x){return a<<x},OEcVP:function(a,x){return e[I(1378)](a,x)}};if(!this[t(1568)]){if(this[t(1530)+t(1471)])return this[t(1530)+t(1471)];try{if(e[t(524)](e[t(1677)],e[t(587)])){let a=this[t(882)],x=this[t(1343)];this["_initPro"+t(1471)]=(async()=>{let u=t,{openDB:h}=await r[u(1708)](yc);this[u(1568)]=await h(u(431)+"_"+a,1,{upgrade(p){p[u(452)+"jectStore"](a,{keyPath:x})}})})(),await this[t(1530)+t(1471)]}else _0xd2a1a1=CvcLGo[t(935)](_0x57ac27,_0x50be7f),_0x5cbb60|=CvcLGo[t(801)](CvcLGo.OEcVP(127,_0x4d7c08),7)}catch(a){console[t(1556)](a)}finally{this[t(1530)+t(1471)]=null}}}async get(t){let r=n;try{if(e[r(556)](e[r(674)],e.vlXcB))return await this[r(1122)](),this[r(1568)]?.get(this[r(882)],t);e[r(1040)](_0x2dec2f,_0x35a5e1,58),e[r(725)](_0x1e1655,_0x48faa2,_0x5875e4)}catch(a){console[r(1556)](a)}}async[n(936)](t,r){let a=n;return await this._init(),this._qosDB?.[a(752)](this[a(882)],t)}async[n(1742)](t){let r=n;try{return await this._init(),this[r(1568)]?.delete(this[r(882)],t)}catch(a){if(e[r(784)]!==r(1152)){let x=this[r(1568)].getItem(this[r(622)]),u=_0x242346[r(1554)](e.PXjcG(x,"{}"));return u[_0x4e034f||_0xd142e1[this[r(1834)]]]=_0x259fb5,this._qosDB.setItem(this[r(622)],_0x319d3f[r(1440)+"y"](u)),_0x1e9930||_0x49dd2d[this._pathKey]}else console[r(1556)](a)}}async[n(473)](){let t=n,r={nKUnB:function(a,x){return a==x},UecTV:e[t(1510)],ViLgr:function(a,x){return e.NeIRd(a,x)}};try{return await this[t(1122)](),this[t(1568)]?.clear(this._dbName)}catch(a){if(e[t(445)](e.CAwwL,e[t(668)])){let{url:x}=_0x3ce4f6||{},u=_0x349c5b.isArray(x)?x:r[t(1805)](r[t(1012)],typeof x)?[x]:[];_0x20d4a1&&_0x2faf66[t(875)](this[t(1111)],_0x57039b),u&&u[t(453)]?this[t(1782)+t(976)]=new _0x5a6ba6(u,this[t(1111)][t(681)+"es"]):this[t(1782)+"tManager"]?.["resetEnd"+t(688)+t(1207)](),this["_pingLos"+t(542)]?.[t(994)+t(566)](this[t(1111)]["pingLoss"+t(1017)]),this[t(1820)+t(757)]=!1,this[t(423)]&&r.ViLgr(this._ws.readyState,this[t(402)])?this[t(1329)+t(388)](1e3,t(663)+t(1636)+"ing",!0):(this[t(888)]=!0,this._connect())}else console[t(1556)](a)}}async[n(1717)](){let t=n;if(e[t(680)](e.weJpK,t(1300))){let r=_0x2e08ea[t(453)]&&_0x2ee862[0];if(e[t(1684)](r,_0x3ea605))throw r;let a=new _0xae2c71(e[t(513)](e[t(531)],r?e[t(826)](e[t(1194)](" (",r[t(1357)]),")"):""));throw a.context=r,r}else return await this._init(),this[t(1568)]?.getAllKeys(this._dbName)}async[n(706)](){let t=n;return await this._init(),this[t(1568)]?.[t(706)](this[t(882)])}async closeDB(){let t=n;if(e.rAWWh(t(1013),e[t(939)]))this[t(1485)](e[t(1529)],_0x5badf3),this[t(1074)+t(682)]&&this[t(1074)+"eAck"](_0x2a2c76);else try{this._qosDB?.[t(1348)](),this[t(1568)]=void 0}catch(r){if(e[t(1240)](e[t(890)],t(1817)))return _0x248b9e||(_0xe0d823=[_0x401e75[t(417)+"e"][t(650)],_0x3cedcd[t(417)+"e"][t(1145)],_0x5bfee3[t(417)+"e"]["continue"+t(1390)+"ey"]]);console[t(1556)](r)}}get[n(1619)](){let t=n;try{return!!this[t(1568)]}catch(r){return console[t(1556)](r),!1}}}class bc{constructor(t,r){let a=n;this[a(1112)]=t,this[a(1834)]=r,this._qosDB=localStorage}async[n(1852)](){}get _prefix(){return n(431)+"_"+this._DBName}async[n(1330)](t){let r=n,a=this[r(1568)][r(426)](this._prefix);return JSON[r(1554)](e[r(1752)](a,"{}"))[t]}async set(t,r){let a=n,x=this[a(1568)][a(426)](this[a(622)]),u=JSON[a(1554)](e[a(822)](x,"{}"));return u[r||t[this._pathKey]]=t,this[a(1568)][a(1425)](this._prefix,JSON.stringify(u)),r||t[this[a(1834)]]}async[n(1742)](t){let r=n,a=this[r(1568)][r(426)](this[r(622)]),x=JSON[r(1554)](e[r(1667)](a,"{}"));return x[t]=void 0,this._qosDB[r(1425)](this[r(622)],JSON[r(1440)+"y"](x))}async[n(473)](){let t=n;return this[t(1568)][t(473)]()}async keys(){let t=n,r=this[t(1568)][t(426)](this[t(622)]),a=JSON[t(1554)](e[t(1351)](r,"{}"));return Object[t(1717)](a)}async getAll(){let t=n,r=this._qosDB[t(426)](this[t(622)]),a=JSON[t(1554)](r||"{}");return Object[t(565)](a)}[n(488)](){return Promise[n(705)]()}get[n(1619)](){return!!this[n(1568)]}}class Sc{constructor(t,r){let a=n;this[a(1112)]=t,this[a(1834)]=r,this[a(1568)]=it?tt:Ot?wx:null}async[n(1852)](){}get[n(622)](){return n(431)+"_"+this._DBName}async get(t){let r=n,a=this[r(1568)][r(1015)+"geSync"](this[r(622)]);return JSON[r(1554)](a||"{}")[t]}async[n(936)](t,r){let a=n,x=this._qosDB[a(1015)+a(602)](this._prefix),u=JSON[a(1554)](e[a(435)](x,"{}"));return u[r||t[this[a(1834)]]]=t,this[a(1568)][a(1762)+a(602)](this._prefix,JSON.stringify(u)),r||t[this._pathKey]}async[n(1742)](t){let r=n,a=this[r(1568)][r(1015)+r(602)](this[r(622)]),x=JSON[r(1554)](e[r(396)](a,"{}"));return x[t]=void 0,this._qosDB[r(1762)+"geSync"](this[r(622)],JSON[r(1440)+"y"](x))}async[n(473)](){let t=n;return this._qosDB["clearSto"+t(967)]()}async keys(){let t=n,r=this[t(1568)][t(1015)+t(980)+"nc"](this[t(622)]),a=JSON[t(1554)](e[t(1667)](r,"{}"));return Object[t(1717)](a)}async[n(706)](){let t=n;if(e[t(1671)]!=="sPhfV"){let r=this[t(1568)]["getStora"+t(980)+"nc"](this[t(622)]),a=JSON[t(1554)](e.cKnDl(r,"{}"));return Object[t(565)](a)}else return _0x1df285[t(1237)](_0x2855a6)||(_0x442a2c=_0x1dcfe4[t(1785)+"er"](_0x1d4699)),this[t(593)]!==_0x41cd78[t(593)]&&this.high>>>31===1&&e[t(1863)](e[t(1706)](_0x59d810[t(1321)],31),1)?!1:e[t(1592)](this[t(1321)],_0x1fc947[t(1321)])&&e[t(1649)](this[t(1026)],_0x4f2d14[t(1026)])}[n(488)](){return Promise[n(705)]()}get[n(1619)](){let t=n;if(e[t(1412)](t(867),e[t(1373)]))this[t(1593)+t(1586)]=0,this[t(665)+"ndpointT"+t(817)+"t"]=0;else return!!this[t(1568)]}}function Ji(i,t){let r=n;if(it||it)return new Sc(i,t);if(e[r(1351)](lt,Bt)&&e[r(881)](e.dsgIP,typeof indexedDB))return new vc(i,t);if(e[r(1175)](lt,Bt)&&e[r(881)](e[r(1486)],typeof localStorage))return new bc(i,t);throw new Error(e.NMWcZ)}class Ec{constructor(){let t=n;this[t(570)+"lTimeoutId"]=null,this[t(570)+"l"]=36e5,this[t(1568)]=e[t(625)](Ji,e[t(860)],t(411)+"id")}async[n(570)+n(410)](){let t=n;e.tPmYp(clearInterval,this[t(570)+"lTimeoutId"]),this[t(570)+"lTimeoutId"]=e[t(1527)](setInterval,()=>{let r=t;this[r(1640)+r(400)]()},this[t(570)+"l"])}async openDB(){let t=n,r={xPezw:t(1248),Rlojp:e[t(848)],lFYCf:function(a,x){return e[t(742)](a,x)},kQpBh:e[t(972)]};if(e.gXxjj(e[t(772)],"CpjVC"))await this._qosDB.openDB()[t(949)](()=>{let a=t;this[a(570)+a(410)]()});else{let{SeqID:a,LogID:x,service:u,LogIDNew:h,method:p}=_0x4669f7[t(1357)];this[t(1076)]({SeqID:a,LogID:x,LogIDNew:h,service:u,method:p,headers:[{key:r[t(656)],value:"1"},{key:r[t(1612)],value:r.lFYCf(h,"")},{key:r.kQpBh,value:"0"}]})}}async flushExpired(){let t=n,r={yUvAS:function(u,h){return e[I(1175)](u,h)},iybKy:function(u,h){return e.ERoJV(u,h)},gaTrv:e[t(1486)],bDJyp:function(u,h){return u||h},psHFU:function(u,h){return u!=h}};(await this[t(1568)]?.[t(706)]()||[])[t(1313)](({timestamp:u})=>u<Date.now())[t(819)](u=>{let h=t;if(e[h(472)](e[h(1647)],e[h(1509)])){if(iEKOcO.yUvAS(_0x569cd0,_0x1b39f5))return new _0x1cecdf(_0x4f23ec,_0x3dffcb);if(iEKOcO[h(1285)](_0xd0bb15,_0x43caa6)&&iEKOcO.iybKy(iEKOcO[h(1528)],typeof _0x130536))return new _0x309287(_0x10c7fc,_0x3199af);if(iEKOcO[h(554)](_0x2c0394,_0x1ad9d3)&&iEKOcO.psHFU(h(1398)+"d",typeof _0x57d3af))return new _0x1926bd(_0x15eae9,_0x2b9304);throw new _0x1a1811(h(477)+h(1349)+"d")}else this[h(1568)]?.[h(1742)](u.message_id)})}async[n(1742)](t){let r=n;return this[r(1568)]?.[r(1742)](t)}async[n(936)](t,r){let a=n;return this[a(1568)]?.[a(936)]({message_id:t,timestamp:r})}async[n(1330)](t){let r=n;return this._qosDB?.[r(1330)](t)}async[n(488)](){let t=n;if(e[t(1368)]!==e[t(1476)])e.iqAkg(clearInterval,this["_interva"+t(1459)+"Id"]),await this[t(1568)]?.[t(488)]();else return _0x443a23[_0x171b21]=_0x1fb674,!0}get[n(1619)](){let t=n;return this[t(1568)]?.[t(1619)]}}function vr(i){let t=n,r=!!this._options[t(1162)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=$e(i[t(1357)].headers,e.mddBZ,"2"),x=a&&e.jQQhU($e,i[t(1357)][t(1566)],e[t(871)],"1"),u=a&&e[t(1316)]($e,i.message[t(1566)],e[t(1635)],"1"),h=u?e.HUINs(gt,i[t(1357)][t(1566)],e[t(1405)])?.split(",")[t(1313)](Boolean)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:x,isAckCleanupMessage:u,ackMsgIds:h}}async function Vi(){let i=n;if(i(1134)==="UEFuS"){let t=this[i(1782)+"tManager"]?.[i(1724)+i(591)+"nt"](),r=this[i(1111)][i(1109)+i(631)+i(1749)](_0x10bb80[i(1496)],_0x9a1ec1[i(611)]);this["_dispatc"+i(450)+i(811)](e[i(1057)](_0x229c5a,e[i(1253)],{code:1006,reason:_0x4d6851[i(611)]||i(1490)+i(1094)+i(1864)+i(1760)+i(1296)+i(1197)+t,willReconnect:r})),r&&this[i(797)]();return}else return this[i(719)+i(926)]||(this[i(719)+"ger"]=new Ec),this[i(719)+i(926)][i(1619)]||await this["_QoSMana"+i(926)].openDB(),this[i(719)+i(926)]}async function Ac(i,t){let r=n,{enableAutoAck:a}=this[r(1111)],x=e.dlHXW($e,i.message[r(1566)],e[r(1781)],"1"),u=e[r(960)]($e,i[r(1357)][r(1566)],"is_ack","1"),h=vr[r(1297)](this,i);if(e[r(437)](a,x)){let{SeqID:p,LogID:g,service:y,LogIDNew:b,method:C}=i[r(1357)];this._sendAck({SeqID:p,LogID:g,LogIDNew:b,service:y,method:C,headers:[{key:e[r(1648)],value:"1"},{key:e[r(848)],value:e[r(1175)](b,"")},{key:r(1377),value:"0"}]})}u&&!h[r(1025)]&&this["_dispatc"+r(1653)+r(439)](i),e[r(1660)](t)}async function Cc(i,t){let r=n;this._debug(e.KBXUb,i[r(1357)]),e[r(483)](t)}async function Ic(i,t){let r=n,a=e[r(1494)](Se,await e[r(1360)](ji,i[r(378)]));try{if(e.nlFVH(e.jeQRQ,e[r(1608)]))this[r(423)]&&this[r(423)][r(1348)](_0x4cee36,_0x4ae2a7);else if(e[r(519)](a[r(1441)],Uint8Array)){let x=e[r(1363)](this[r(1111)][r(1391)+"ncoding"],Object)?{force:!!this[r(1111)]["payloadE"+r(428)][r(1439)],encoding:this[r(1111)][r(1391)+"ncoding"][r(653)]?this[r(1111)]["payloadE"+r(428)][r(653)].replace(/\s/g,"")[r(1159)+r(583)]():""}:{force:!1,encoding:this[r(1111)][r(1391)+r(428)]?this[r(1111)][r(1391)+r(428)][r(1533)](/\s/g,"")[r(1159)+"ase"]():""},u=a[r(1391)+r(428)]?a[r(1391)+r(428)][r(1533)](/\s/g,"").toLowerCase():"",h=e.sTowI(this[r(1111)][r(703)+r(684)],Object)?{force:!!this[r(1111)][r(703)+r(684)][r(1439)],type:this[r(1111)][r(703)+"ype"][r(433)]?this[r(1111)][r(703)+"ype"][r(433)][r(1533)](/\s/g,"")[r(1159)+"ase"]():""}:{force:!1,type:this[r(1111)][r(703)+r(684)]?this._options[r(703)+"ype"].replace(/\s/g,"")[r(1159)+r(583)]():""},p=a[r(703)+r(684)]?a["payloadT"+r(684)][r(1533)](/\s/g,"")["toLowerC"+r(583)]():"",g=h[r(1439)]?h[r(433)]:p||h[r(433)],y=x[r(1439)]?x.encoding:u||x[r(653)],b=[e[r(555)],e.HLwuZ,e[r(523)],e.gyJDh],C=[e[r(578)],"binary"];this[r(1111)]["enableTr"+r(1305)+r(1411)+"ad"]&&b.includes(g)&&(!y||C[r(1196)](y))?a[r(594)+r(1140)]=e[r(960)](Wi,a[r(1441)],0,a.payload[r(1737)+"th"]):a[r(594)+r(1140)]=""}else a[r(594)+r(1140)]=""}catch(x){a[r(594)+r(1140)]="",console[r(1556)](x)}i[r(1357)]=a,e[r(483)](t)}function Pc(i,t,r){let a=n,x=e[a(742)](r,8192),u=e[a(1850)](x,1),h=null,p=x;return function(g){let y=a;if(e[y(1001)](g,1)||g>u)return e[y(885)](i,g);e.AxtlS(p,g)>x&&(h=e[y(1177)](i,x),p=0);let b=t[y(1297)](h,p,p+=g);return e.crEbC(7,p)&&(p=e.isMVd(7,p)+1),b}}let kc=4294967295;function Tc(i,t,r){let a=n;return e.xYGiV(RangeError,e.ghgyv(e.MmozE(e[a(1796)](e.odcOK(e[a(1249)](e[a(897)],i),e[a(1380)]),e.ZLkfP(t,1)),e[a(672)]),r))}function Dc(i,t,r){let a=n;if(e[a(1560)](r,kc))throw new Error(e[a(1100)]);let x=3;for(;e.aAwSj(x,0);){let u=e[a(1622)](255,r);e[a(1086)](Sr,u,i,e[a(1035)](t,x)),r>>>=8,x--}return e[a(1027)](t,4)}function Rc(i,t){let r=n,a=0,x=t,u=e[r(830)](t,4);for(;e[r(796)](x,u);){let{value:h,offset:p}=br(i,x);x=p,a=e[r(1167)](a<<8,0),a+=h}return{value:a,offset:u}}function Nc(i,t,r){let a=n;return i?i[a(453)]<40?e[a(1086)](_r,i,t,r)+r:t[a(1600)+"e"]?t[a(1600)+"e"](i,r)+r:t[a(1432)]?e[a(952)](t[a(1432)](i,r),r):e.nYYiq(_r(i,t,r),r):r}function Lc(i,t){let r=n,a=new H(e[r(916)](e[r(700)](e[r(753)](i[e[r(826)](t,4)],24)|e[r(798)](i[e.RyKKC(t,5)],16),i[e[r(1659)](t,6)]<<8),i[e.ElrFF(t,7)]),e.EYZRQ(e[r(589)](e[r(1629)](i[t+0],24)|i[t+1]<<16,e.wINmQ(i[e[r(1280)](t,2)],8)),i[t+3]),!0);return t+=8,{value:a,offset:e.NINLT(t,8)}}function Oc(i,t,r){let a=n,x=i[a(1026)],u=i[a(1321)];return t[r]=e.mXtra(u,24),t[e[a(1280)](r,1)]=e[a(1479)](e[a(1862)](u,16),255),t[e[a(1035)](r,2)]=e.xCOgG(u,8)&255,t[e.RyKKC(r,3)]=e[a(409)](255,u),t[e[a(900)](r,4)]=e[a(1236)](x,24),t[e[a(1406)](r,5)]=x>>>16&255,t[e[a(1314)](r,6)]=e[a(1787)](x>>>8,255),t[e[a(1166)](r,7)]=e[a(1144)](255,x),r+=8,r}function br(i,t){let r=n;return i[r(1815)+"8"]?{value:i[r(1815)+"8"](t),offset:e[r(739)](t,1)}:{value:e.ejyLS(255,i[t]),offset:e[r(1249)](t,1)}}function Sr(i,t,r){let a=n;return t[a(615)+"t8"]?t[a(615)+"t8"](i,r):t[r]=e[a(1282)](255,i),e[a(1567)](r,1)}let Bc=function(i){return new Uint8Array(i)},Mc=e[n(489)](e[n(1486)],typeof Buffer)?Buffer["allocUns"+n(1331)]:e[n(1218)](Pc,Bc,Uint8Array[n(417)+"e"][n(474)]),zc=16,Er=32;function Fc(i){let t=n,r=0,a={};for(let x=0;x<i[t(453)];x++)e[t(680)](e.HFtbH,e[t(1051)])?(a[i[x][t(1223)+t(1771)]]=e.ZmxfE(Gi,i[x][t(1223)+t(1771)]),r+=e.BFsqz(14,a[i[x][t(1223)+t(1771)]])):(_0x417442(_0x4c8577,82),_0x3bff13(_0x5354ff,_0x3770a8));return[r,a]}function $i(i,t,r){let a=n,[x,u]=e[a(728)](Fc,i),h=e[a(729)](Mc,x),p=0;return i.forEach(g=>{let y=a,b={oQXPA:function(C,N){return e[I(386)](C,N)}};if(e[y(621)]===e.aqKMh){let C=nFhcjG[y(1048)](_0x27a290,_0x470e06),N=_0x26f1b[y(1416)];return _0x34481e[y(1416)]=_0x4c0cb6[y(927)]+C,N}else{let C=e.AueIT.split("|"),N=0;for(;;){switch(C[N++]){case"0":p=e[y(494)](Sr,0,h,p);continue;case"1":console[y(1556)](e.SOKji,p);continue;case"2":p=Oc(H[y(1785)+"er"](g[y(502)]||t),h,p);continue;case"3":console[y(1556)]("service",p);continue;case"4":p=Dc(h,p,g[y(1355)]||0);continue;case"5":p=e[y(1339)](Nc,g[y(1223)+y(1771)],h,p);continue;case"6":console.log(e.nMhYP,p);continue;case"7":console[y(1556)](e[y(1146)],p);continue;case"8":p=e[y(494)](Sr,u[g[y(1223)+y(1771)]],h,p);continue;case"9":console[y(1556)](e[y(1435)],p);continue;case"10":console[y(1556)](y(1793)+y(1210),g,g.service);continue}break}}}),{frameType:Er,headers:[{key:e[a(420)],value:r}],payload:h}}function Uc(i){let t=n,r=0,a=[];for(;e[t(512)](r,i[t(1737)+"th"]);)if(e.wDdsh(t(457),e[t(601)]))soSraa[t(881)](soSraa[t(1486)],typeof _0x2e8ce5)&&_0x30fbec[t(1604)+t(647)]&&_0x30744d[t(673)+"operty"](_0x22330b,_0x27cc0a[t(1604)+t(647)],{value:soSraa[t(1595)]}),_0x465458[t(673)+t(1306)](_0x39bc4c,t(1552)+"le",{value:!0});else{let{offset:x}=e[t(1680)](br,i,r);r=x;let u={cursor_name:"",cursor:0,service:0},{value:h,offset:p}=Rc(i,r);u[t(1355)]=h,r=p;let{value:g,offset:y}=e.WgLEm(br,i,r);r=y,u[t(1223)+t(1771)]=Wi(i,r,e.dkjGW(r,g)),r+=g;let{value:b,offset:C}=e[t(505)](Lc,i,r);u[t(502)]=b[t(605)](),r=C,a[t(884)](u)}return a}function qc(){let i=n;return{frameType:Er,headers:[{key:"cursor_f"+i(1263),value:"FILE_NOT"+i(572)}],payload:void 0}}class Hc{constructor(t,r,a){let x=n;this[x(1030)+x(1039)]=t,this._cursorFileName=r,this["_message"+x(1725)]=a,this[x(1568)]=e[x(1176)](Ji,this[x(1030)+x(1039)],x(1223)+x(1771))}async[n(1852)](){let t=n;await this[t(1568)][t(1852)]()}async[n(856)+"rs"](){let t=n;if(!this[t(1568)][t(1619)])return;let r=this[t(496)+"Strategy"],a=await this[t(1568)][t(706)]();switch(console.log(e.sXvFF,a),r){case e[t(1018)]:return a&&a[t(453)]?e.MwDLO($i,a,0,this[t(1470)+t(844)]):void 0;case t(486):return;case e.YTzgV:return a&&a[t(453)]?e.wbkBA($i,a,0,this["_cursorF"+t(844)]):e[t(487)](qc)}}async[n(936)](t,r,a){let x=n;if(e[x(1105)]==="XgzOM")return console[x(1556)](e[x(547)],t,r,a),this[x(1568)][x(936)]({cursor_name:t,cursor:r,service:a});this[x(570)+x(410)]()}async setCursors(t){let r=n,a=e[r(1358)](Uc,t);for(let x of a)console[r(1556)](r(1816)+"r",a),await this._qosDB[r(936)](x)}async[n(1330)](t){let r=n;return(await this._qosDB[r(1330)](t))?.[r(502)]}async[n(488)](){let t=n;await this[t(1568)][t(488)]()}[n(1695)+n(1362)+n(792)](t){let r=n;this[r(1470)+r(844)]=t}get[n(1619)](){let t=n;return e[t(1463)](e.jwKJF,e[t(1669)])?_0x17f753?_0xd54022.length<40?e[t(1436)](_0x1a6e03,_0x5054c3,_0x3deade,_0x5430c1)+_0x1ce9ed:_0x30e5a1.utf8Write?e.XLrad(_0x2a97fb[t(1600)+"e"](_0x3262f8,_0x4486ab),_0x1ff1f8):_0x3a820b[t(1432)]?e[t(1036)](_0x17ef46[t(1432)](_0x59d9a6,_0x3da5fa),_0x34c6a8):e[t(1796)](e[t(1064)](_0x457842,_0x1c85a3,_0x5b7cea,_0x1a62de),_0x334b2d):_0x279f2f:this._qosDB[t(1619)]}}let Kc=e.DIOPr;async function Yi(i){let t=n;if(e[t(853)](e.YlDGY,e[t(528)]))_0x19bb86&&this["_cursorM"+t(1588)][t(1695)+"rsorFile"+t(792)](_0x5a39db);else{if(!this._options.enableQoS)return null;let{aID:r,fpID:a,messageStrategy:x}=this[t(1111)],u=e.ZLkfP(i,Kc);try{return this["_cursorM"+t(1588)]?i&&this[t(1585)+t(1588)]["updateCu"+t(1362)+t(792)](i):this[t(1585)+t(1588)]=new Hc(a+"_"+r+"_"+u,u,x),this["_cursorM"+t(1588)][t(1619)]||await this[t(1585)+t(1588)][t(1852)](),this[t(1585)+"anager"]}catch{return null}}}async function Gc(i,t){let r=n,a=e[r(1610)]($e,i[r(1357)].headers,e[r(735)],"-1"),x=e.uzxfC($e,i[r(1357)][r(1566)],e.cNszP,"1"),u=gt(i[r(1357)][r(1566)],e[r(1020)]),h=Number(gt(i[r(1357)][r(1566)],e.LxENq))||0,p=vr.call(this,i),g=e[r(877)]($e,i[r(1357)].headers,r(1081)+"s","2"),y=e[r(1385)](gt,i[r(1357)].headers,e[r(1255)]),b=Number(gt(i.message[r(1566)],e[r(1193)]));if(p.isQoSAck)return t();let C=p[r(1802)+r(576)]?await Vi.call(this):null;if(e.FnyVZ(i.message[r(1355)],0)&&x&&!a||e[r(1287)](i[r(1357)][r(1355)],0)){if(u&&p[r(1802)+r(576)]&&C)return!!!await C[r(1330)](u)&&(e.rAWWh(e.VXFeP,e.NCWLg)?_0x2a537f(soSraa[r(1540)](_0x273182,_0x19453b[r(1446)]),_0x5bc41d[r(1089)+"on"],_0x3aa1ff.newVersion,_0x1cae42(_0x1b167d["transact"+r(425)])):(this[r(809)+r(813)+r(807)](i),await C.set(u,e.fDLnA(Date.now(),h)))),e[r(1294)](t);if(g){let N=await Yi.call(this);if(!N)return this[r(809)+r(813)+r(807)](i),e[r(899)](t);let O=await N[r(1330)](y)??-1;if(O<b)this[r(809)+r(813)+r(807)](i),N.set(y,b,i.message[r(1355)]);else throw new Error(r(1721)+r(800)+r(1699)+b+(" larger "+r(468)+r(740)+"r ")+O);return e[r(743)](t)}return this[r(809)+"hMessage"+r(807)](i),t()}}async function Wc(i,t){let r=n,a=vr.call(this,i);if(!a[r(1802)+"sage"])return e.vvzey(t);let x=await Vi.call(this);if(a[r(1438)+"anupMess"+r(1731)]&&a[r(1523)+"s"].length)for(let u of a[r(1523)+"s"])await x[r(1742)](u);e[r(1660)](t)}async function jc(i,t){let r=n,a=i[r(1357)][r(736)+"e"]===zc,x=i[r(1357)][r(736)+"e"]===Er;if(e[r(437)](!a,!x))return e.WWWDi(t);let u=e[r(1137)](gt,i.message[r(1566)],e[r(420)]);if(!u)return t();let h=await Yi.call(this,u);if(!h)return e.yMBGP(t);if(a){let p=await h.getCursors(),g={frameType:p?.[r(736)+"e"],SeqID:H[r(1785)+"er"](this[r(1107)]++),LogID:H[r(1785)+"er"](this[r(1111)]["logIDGen"+r(1142)]()),service:9e3,method:5,headers:p?.[r(1566)],payload:p?.[r(1441)]},y=E(g);this[r(423)]&&this[r(423)][r(1831)+"te"]&&this[r(423)][r(805)](y)}if(x){let p=i[r(1357)][r(1441)];p&&h[r(815)+"rs"](p)}}let Jc=async function(i,t){let r=n;this[r(888)]=!1,e.exJWU(clearTimeout,this[r(797)+"ionTimeo"+r(1384)]),e[r(1294)](t)},Vc=async function(i,t){let r=n;if(!this[r(423)]||e[r(775)](this[r(423)][r(1831)+"te"],this[r(581)]))return e[r(1660)](t);let{pingInterval:a}=this[r(1111)];this["_endpoin"+r(976)]?.[r(1178)+r(688)+r(1207)]();for(let u=0;e.EaKgf(u,this["_message"+r(1563)][r(453)]);u++){let h=this[r(496)+"Queue"][u];if(e.oxbAZ(this._ws[r(1831)+"te"],this.OPEN)&&e[r(1283)](null,h))e[r(1539)](r(1181),e[r(1630)])?(this[r(423)]&&this._ws[r(805)](h),this["_message"+r(1563)][u]=null):(this[r(888)]=!0,this._connect());else break}this[r(496)+r(1563)]=this[r(496)+r(1563)][r(1313)](u=>!!u),this[r(1337)+r(1658)+"Id"]=e[r(1385)](setTimeout,()=>this[r(1657)](),a),this[r(809)+r(1069)+"nt"](i),this[r(1386)+"er"]&&this[r(423)]&&(this._ws[r(1409)+"pe"]=this[r(1404)+r(684)]);let x=this[r(1782)+r(976)]?.[r(1724)+r(591)+"nt"]();this[r(549)](r(974)+x+r(1526)),e[r(669)](t)},$c=async function(i,t){let r=n,a=this["_endpoin"+r(976)]?.[r(1724)+r(591)+"nt"]();this._debug(r(974)+a),e[r(950)](t)};class Yc extends wr{constructor(t){let r=n,a={uDuxt:function(p,g,y,b){return e[I(1704)](p,g,y,b)},MQvaL:function(p,g,y){return e.LUCeB(p,g,y)},nFQAd:function(p,g,y,b){return e[I(1704)](p,g,y,b)},RYOnJ:function(p,g){return p===g},wVEwp:function(p,g,y){return e[I(1137)](p,g,y)},sISwt:r(1154),ohDnU:e.Pkdny,ADmMT:function(p,g){return e[r(1275)](p,g)},hWpGc:function(p,g){return e.DZWUB(p,g)},HqcaC:e[r(738)],EtAfo:"tvypg",caEpS:function(p,g,y){return e[r(1176)](p,g,y)},gMIzW:r(1532),dfsdS:function(p,g){return e.mWqVH(p,g)},rMAuj:function(p,g){return p(g)},aqffp:function(p,g,y){return p(g,y)},DtBPf:function(p,g){return e.NLyNp(p,g)}};super(),this[r(1005)+r(383)+r(829)]=!0,this[r(1386)+"er"]=lt,this[r(1468)]=fc,this[r(1103)+"T"]=it,this[r(1317)+"X"]=Ot,this._isWorker=Bt,this[r(496)+"Queue"]=[],this["_endpoin"+r(976)]=null,this[r(1820)+r(757)]=!1,this["_binaryT"+r(684)]=r(1515)+r(781),this[r(797)+r(1327)]=!1,this._connectionTimeoutId=null,this[r(1675)+r(432)+r(1301)]=null,this[r(1337)+r(1658)+"Id"]=null,this[r(1107)]=0,this._isInit=!1,this._url="",this[r(719)+"ger"]=null,this[r(1585)+"anager"]=null,this[r(1685)+"sCounter"]=null,this[r(1576)+"ls"]=e[r(699)],this.CLOSED=3,this[r(1394)+"NG"]=0,this.OPEN=1,this[r(1389)]=2,this[r(1104)]=p=>{let g=r;try{a.uDuxt(Ki,this,p,[Jc,Vc,$c])}catch(y){let b=a[g(521)](_e,g(1154),{message:y[g(1357)],code:Ve[g(1093)+"OR"],error:y});this[g(809)+g(677)+g(811)](b)}},this[r(429)+"ge"]=async p=>{let g=r,{pingInterval:y,pingFrequency:b}=this[g(1111)];if((e[g(1514)]("hi",p[g(378)])&&e[g(922)](e[g(1746)],b)||e[g(1428)](e[g(1454)],b))&&(this["_clearPi"+g(1222)](),this[g(1485)](e[g(1491)],e[g(1628)]),this[g(1337)+"gTimeoutId"]=e[g(1137)](setTimeout,this[g(1657)][g(1165)](this),y)),p.data!=="hi")try{if(e[g(539)]===e.RNoUf)e[g(1024)](Ki,this,p,[Ic,Ac,Wc,jc,Gc,Cc]);else for(var C in _0x52d504)KQmCOm[g(938)](_0x1911ac,_0x111add,C,{get:_0x3fa9d1[C],enumerable:!0})}catch(N){let O=e[g(1637)](_e,e[g(1729)],{message:N[g(1357)],code:Ve["MESSAGE_"+g(1029)],error:N});this["_dispatc"+g(677)+g(811)](O)}},this._onError=p=>{let g=r,y=this[g(1782)+g(976)]?.[g(1450)+g(463)+"es"](),b=this[g(1782)+g(976)]?.[g(1724)+g(591)+"nt"]();if(y&&!p[g(1357)]){let C="connect "+b+" fail, max retries reached";this["_dispatchErrorEv"+g(811)](a[g(521)](_e,g(1154),{message:C,code:Ve["MAX_RETR"+g(412)+"R"],error:p}));return}this[g(423)]&&a[g(1473)](this[g(423)][g(1831)+"te"],this[g(581)])&&this[g(1329)+g(388)](),this[g(809)+g(677)+g(811)](a[g(1844)](_e,a.sISwt,{message:p[g(1357)],code:Ve[g(1138)+g(1800)],error:p}))},this[r(1497)]=async p=>{let g=r;this[g(1661)+"mer"](),this["_clearPi"+g(1222)](),this[g(837)+g(861)+"rs"](),this[g(423)]=null,this[g(797)+g(1327)]=!1;let y=this[g(1782)+g(976)]?.[g(1450)+g(463)+"es"]();if(!y&&this[g(1320)+g(1488)]()&&!this[g(1820)+"osed"]){let b=this[g(1782)+g(976)]?.["getCurre"+g(591)+"nt"](),C=this[g(1111)][g(1109)+g(631)+"ptor"](p[g(1496)],p[g(611)]);this[g(809)+"hCloseEv"+g(811)](Ee(a[g(1307)],{code:1006,reason:p[g(611)]||g(1490)+g(1094)+g(1864)+g(1760)+g(1296)+g(1197)+b,willReconnect:C})),C&&this[g(797)]();return}if(a[g(917)](1e3,p[g(1496)])&&this[g(1820)+g(757)])if(a.hWpGc(a.HqcaC,a[g(573)])){this[g(809)+"hCloseEvent"](a[g(1500)](Ee,a[g(1307)],{code:1e3,reason:a[g(1205)]})),this[g(1782)+g(976)]?.["resetEndpointCon"+g(1207)](),this[g(1685)+g(542)]?.[g(994)+g(566)]();return}else return new _0x4062b8(_0x47a82c,{message:_0x4f8b82});if(a.dfsdS(1e3,p[g(1496)])&&y){let b=this[g(1782)+g(976)]?.[g(1724)+g(591)+"nt"](),C=p[g(611)];C||(C=await a[g(1216)](_c,this[g(1336)])),C=g(1490)+g(1094)+g(998)+C+(g(478)+"me: ")+b+(g(763)+g(415)+g(907)),this["_dispatc"+g(450)+g(811)](a.aqffp(Ee,g(1348),{code:p.code,reason:C}));let N=g(1589)+b+(" fail, m"+g(406)+g(1839)+"ed");this[g(809)+g(677)+"ent"](a[g(1844)](_e,a[g(697)],{message:N,code:Ve["MAX_RETR"+g(412)+"R"]})),this[g(1782)+"tManager"]?.[g(1178)+"pointCon"+g(1207)](),this["_pingLos"+g(542)]?.[g(994)+g(566)]();return}if(a.hWpGc(1e3,p[g(1496)])&&!p.reason)if(a[g(1624)]("wZtdM",g(1821))){let b=this[g(1782)+g(976)]?.["getCurre"+g(591)+"nt"]();this[g(809)+g(450)+g(811)](a[g(1859)](Ee,a[g(1307)],{code:p[g(1496)],reason:g(1490)+g(1094)+g(1864)+g(1760)+g(1296)+g(1197)+b})),this[g(1782)+g(976)]?.["resetEnd"+g(688)+g(1207)](),this["_pingLos"+g(542)]?.[g(994)+g(566)]();return}else this[g(1005)+g(383)+g(829)]=_0x52c10c,_0x3eacb1?this[g(1056)+g(1227)]():this[g(1056)+g(764)]();this[g(809)+g(450)+g(811)](p),this[g(1782)+g(976)]?.["resetEnd"+g(688)+"fig"](),this[g(1685)+g(542)]?.[g(994)+"nter"]()},this[r(1333)]=null,this[r(1832)]=null,this.onmessage=null,this[r(1613)]=null,this[r(1163)+r(1636)]=null,this[r(1074)+r(682)]=null,this[r(1837)+r(1764)+"yReconnect"]=null,this[r(1056)+r(1227)]=this[r(1056)+"nLine"].bind(this),this[r(1056)+r(764)]=this[r(1056)+r(764)][r(1165)](this),this._handlePageHide=this[r(842)+r(984)][r(1165)](this),this[r(842)+r(762)]=this[r(842)+r(762)].bind(this),this[r(1111)]={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e[r(1341)](1,0),service:0,logIDGenerator:c,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:r(741),pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e.YTzgV,env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:x,ws:u}=t,h=Array[r(1055)](x)?x:e[r(878)](e[r(1510)],typeof x)?[x]:[];if(!h||h[r(453)]===0)throw new Error(e.lnMWh);if(!e.XcAEI(hc,u))throw new Error(r(492)+r(449)+r(1581)+r(771)+r(1407)+"tructor "+r(1179)+r(1571));Object[r(875)](this._options,t),this["_endpoin"+r(976)]=new Hi(h,this[r(1111)][r(681)+"es"]),this["_pingLos"+r(542)]=new wc(this[r(1111)]["pingLoss"+r(1017)]),this[r(1111)][r(993)+"cOpen"]&&(this[r(888)]=!0,this[r(797)]()),this[r(1111)]["listenNe"+r(379)+"nged"]&&(this[r(1103)+"T"]||this[r(1317)+"X"]?this[r(773)+r(1073)+r(1572)]():this[r(1386)+"er"]&&this[r(1106)+"balEvent"+r(880)]())}[n(1056)+n(1227)](){let t=n;this[t(1111)][t(1021)+t(1068)+t(1794)]||this[t(1820)+t(757)]||this[t(1848)+"econnect"]()}[n(1056)+"ffLine"](){let t=n;this[t(416)+t(806)+"t"]();let r=e[t(1516)](mr,t(1109)+"t",{message:e[t(1334)]});this[t(1837)+t(1764)+t(1502)+"ct"]&&this[t(1837)+t(1764)+t(1502)+"ct"](r)}[n(1106)+n(912)+"Listener"](){let t=n;this._isBrowser&&window[t(1016)+t(880)](e[t(963)],this[t(1056)+"nLine"]),this[t(1386)+"er"]&&window[t(1016)+"Listener"](e[t(712)],this["_handleO"+t(764)]),this[t(1386)+"er"]&&window[t(1016)+"Listener"](e[t(649)],this[t(842)+t(984)]),this[t(1386)+"er"]&&window[t(1016)+"Listener"](t(1460),this._handlePageShow)}[n(597)+"balEvent"+n(880)](){let t=n;this[t(1386)+"er"]&&window[t(1626)+t(603)+t(1242)](e[t(963)],this[t(1056)+"nLine"]),this[t(1386)+"er"]&&window[t(1626)+t(603)+"ner"](e.JTVir,this[t(1056)+t(764)]),this[t(1386)+"er"]&&window[t(1626)+t(603)+t(1242)](e[t(649)],this[t(842)+"ageHide"]),this[t(1386)+"er"]&&window["removeEv"+t(603)+t(1242)](e[t(765)],this._handlePageShow)}[n(842)+n(984)](t){let r=n;!t.persisted&&(this[r(1386)+"er"]&&window[r(1626)+"entListe"+r(1242)](e[r(649)],this[r(842)+r(984)]),this[r(1386)+"er"]&&window[r(1626)+"entListener"](e.vSXYv,this["_handleP"+r(762)]),this[r(1348)]()),this[r(1386)+"er"]&&window["removeEv"+r(603)+r(1242)](e[r(963)],this[r(1056)+r(1227)]),this[r(1386)+"er"]&&window[r(1626)+r(603)+"ner"](r(1045),this["_handleO"+r(764)])}[n(842)+n(762)](t){let r=n,a={wbChu:function(x,u,h){return e.vXoFU(x,u,h)},WEsaK:e[r(1729)],gArRe:function(x,u,h){return e[r(1082)](x,u,h)},KUnjT:r(1348)};if(t[r(1239)+"d"])if(e[r(1627)]===e[r(1627)])this[r(1320)+"orOnline"]()&&(!this._ws||e.oPiYp(this[r(423)][r(1831)+"te"],this[r(581)])||e[r(723)](this[r(423)][r(1831)+"te"],this.CONNECTING))&&this[r(1056)+r(1227)](),this._isBrowser&&window[r(1016)+r(880)](e[r(963)],this[r(1056)+r(1227)]),this._isBrowser&&window[r(1016)+r(880)](e[r(712)],this[r(1056)+r(764)]);else{let x=auzPeQ[r(520)](_0x38a4ce,auzPeQ[r(507)],{message:this[r(1369)+r(1822)+r(1731)](_0x2dad9e)});this.emit(r(1154),x);let u=auzPeQ[r(1735)](_0x3bbb33,auzPeQ.KUnjT,{reason:this[r(1369)+r(1822)+r(1731)](_0xc70d49)});this[r(1485)](auzPeQ.KUnjT,u)}}async["_generat"+n(1575)](t){let r=n,{fpID:a,deviceID:x,bddID:u,ttwID:h,accessKey:p,aID:g,customParams:y={},enableAutoAck:b,enableQoS:C,QoSLevel:N,env:O}=this[r(1111)],ee,ce,ye;this._isBrowser||this._isMiniWX||this[r(1103)+"T"]?(ee=location&&e.FCIgn(e[r(690)],location[r(969)])?e[r(1472)]:e[r(1132)],ce=t.replace(/((^ws)|(^http))((?:[s]*:\/\/))/,""),ye=/^wss(.*:\/\/)/[r(1266)](t)?t:""+ee+ce):(ee=e.OiSgE,ce=t.replace(/(^http)((?:[s]*:\/\/))/,""),ye=/(^ws)((?:[s]*:\/\/))/[r(1266)](ce)?ce:""+ee+ce);let ht=u?r(850):h?e[r(1801)]:e[r(1365)],Xi=u||h||x;if(e[r(1332)](!Xi,!ht))throw new Error(e[r(1469)]);let Xc=e.fFzYJ==typeof y?await e.yMBGP(y):y,Zc=O?e[r(1204)](mc,O[r(1766)],O[r(968)]):{},Ar=Object[r(875)]({device_platform:e[r(1238)],version_code:r(1705)+"0",access_key:p,fpid:a,aid:g,[ht]:Xi,xsack:b?1:0,xaack:b?1:0,xsqos:C?1:0,qos_level:C?N:void 0,qos_sdk_version:2,...Zc},Xc),Qc=Object[r(1717)](Ar).reduce((Cr,Ir)=>Ar[Ir]!==void 0?""+Cr+(Cr?"&":"?")+Ir+"="+Ar[Ir]:Cr,"");return ye+r(1549)+Qc}async[n(797)](){let t=n;if(!(this[t(797)+t(1327)]||this._readyClosed)){this[t(797)+t(1327)]=!0;try{let r=this[t(1782)+t(976)]?.[t(710)+"rentEndpointReac"+t(584)+"tries"](),{timeoutInterval:a}=this._options;if(r){let u=this[t(1782)+"tManager"]?.[t(1724)+"ntEndpoint"](),h=this[t(1782)+"tManager"]?.[t(715)+"ackupEndpointAndUpdateCo"+t(620)](),p=this["_endpoin"+t(976)]?.[t(1724)+t(591)+t(925)+"ount"]();if(h){let g=t(1589)+u+(t(945)+", max retries reached, will use "+t(1819)+t(1010))+h+" to retry",y=_e(e[t(1729)],{message:g,code:Ve[t(1559)+t(412)+"R"]});this._debug(g),this["_dispatc"+t(677)+t(811)](y),this._url=await this[t(536)+t(1575)](h),this[t(549)](t(1589)+h+" "+p+" times"),this._removeWsListeners()}else{let g=t(1589)+u+(t(945)+t(763)+"tries reached");this[t(549)](g),this[t(809)+t(677)+"ent"](e.ithyJ(_e,e.Fjytr,{message:g,code:Ve[t(1559)+t(412)+"R"]}));return}}else{let u=this["_endpoin"+t(976)]?.[t(1724)+"ntEndpoi"+t(1382)+t(1652)](),h=this[t(1782)+t(976)]?.["getCurre"+t(591)+"ntTriesC"+t(1841)]();this[t(1336)]=await this[t(536)+t(1575)](e[t(1351)](u,"")),this[t(549)](t(1589)+u+" "+h+t(1789)),this[t(837)+t(861)+"rs"]()}if(this._isInit)this[t(888)]=!1;else{let u=mr("reconnect",{message:e[t(1774)]});this[t(1163)+t(1636)]&&this[t(1163)+t(1636)](u)}let x=this[t(1782)+"tManager"]?.[t(1724)+t(591)+t(925)+t(1841)]()||0;e.gBaSm(x,1)&&await this[t(1701)](e[t(430)](x,1)),this[t(549)]("connecting url: "+this[t(1336)]+(" protoco"+t(1060))+this[t(1576)+"ls"]),this[t(423)]=e.vXoFU(gc,{url:this[t(1336)],protocols:[this[t(1576)+"ls"]],headers:this[t(1111)][t(1580)+"ramParams"][t(686)+t(1562)]},this._options.ws),(this._isBrowser||this[t(1284)+"r"])&&this[t(423)]&&(this[t(423)][t(1409)+"pe"]=this[t(1404)+t(684)]),this[t(629)+t(527)](),this["_connect"+t(1274)+"utId"]=setTimeout(this._onTimeout[t(1165)](this),a)}catch(r){throw this[t(797)+t(1327)]=!1,r}}}[n(1661)+n(1804)](){let t=n;clearTimeout(this[t(797)+t(1274)+t(1384)]),this[t(797)+"ionTimeo"+t(1384)]=null}["_clearPi"+n(1222)](){let t=n;e[t(825)](clearTimeout,this[t(1337)+t(1658)+"Id"]),e[t(553)](clearTimeout,this[t(1675)+t(432)+t(1301)]),this[t(1337)+"gTimeoutId"]=null,this["_reconne"+t(432)+t(1301)]=null}[n(549)](...t){let r=n;this[r(1111)][r(1034)]&&console[r(1556)].apply(console,[r(915)+">",...t])}[n(568)+n(436)+"e"](t){let r=n,{initReconnectInterval:a,maxReconnectInterval:x,reconnectIntervalGrowFactor:u}=this[r(1111)],h=a*Math[r(1570)](u,e[r(1722)](t,1));return e[r(1287)](h,x)?x:h}[n(1657)](){let t=n;if(this[t(423)]&&this[t(423)][t(1831)+"te"]===this[t(1394)+"NG"]){this[t(933)+t(1222)](),this._pingPongTimeoutId=e.xoZSK(setTimeout,this[t(1657)][t(1165)](this),this[t(1111)][t(989)+t(748)]);return}if(!this[t(423)]||e[t(1120)](this[t(423)].readyState,this[t(581)]))return void this[t(1848)+t(1636)]();this[t(423)]&&this._ws[t(805)]("hi"),this["_reconne"+t(432)+t(1301)]=e.yOLWX(setTimeout,this["_handleR"+t(1636)+t(535)][t(1165)](this),this[t(1111)]["pingTime"+t(599)+t(1683)])}[n(1848)+n(1636)+n(535)](){let t=n;this[t(1685)+t(542)]?.addCount(),this.emit(e[t(648)],e.btBYs),this[t(1685)+t(542)]?.[t(1450)+t(962)+"nt"]()?this[t(1848)+"econnect"]():this[t(1657)]()}[n(1320)+n(1488)](){let t=n,r={dNuwr:function(a,x){return e[I(1480)](a,x)},sGVrR:function(a,x,u){return e.HUINs(a,x,u)},QnhzV:function(a,x){return e[I(1402)](a,x)},rjWmu:function(a,x){return e[I(1484)](a,x)},EOPGJ:function(a,x,u){return e[I(1419)](a,x,u)}};if(e[t(1809)](t(1356),e[t(1536)]))return this[t(1103)+"T"]||this._isMiniWX?this["_miniNav"+t(383)+t(829)]:(this[t(1386)+"er"]||this[t(1284)+"r"])&&this._options[t(1616)+"tworkCha"+t(901)]?navigator[t(1643)]:!0;for(_0x3ceca8>>>=0;NVTNBn[t(713)](_0x37df5c,128);)NVTNBn.sGVrR(_0x30c6ff,_0x897824,NVTNBn[t(634)](NVTNBn[t(833)](127,_0x230f59),128)),_0x38c75b>>>=7;NVTNBn[t(1209)](_0x5a692c,_0x5a8779,_0x58f83a)}["_handleR"+n(1636)](){let t=n;!this[t(1320)+t(1488)]()||this[t(1820)+t(757)]||(this[t(1782)+"tManager"]?.["resetEnd"+t(688)+t(1207)](),this[t(1685)+t(542)]?.[t(994)+t(566)](),this._ws?this[t(1329)+t(388)](1001,e.qpowH,!0):this[t(797)]())}[n(773)+n(1073)+n(1572)](){let t=n,r={csKzW:function(a,x){return e[I(1693)](a,x)},ZRrmw:function(a,x){return e[I(596)](a,x)}};if(t(1308)!==e[t(503)]){if(BHCOnS[t(750)](BHCOnS[t(518)](_0x361699.offset,_0x25e6f1),_0x19bcd2.limit))throw new _0x3d3213("Skip pas"+t(469));_0x16730b.offset+=_0x3dcde5}else this[t(1103)+"T"]?tt[t(1254)+t(701)+t(1169)](({isConnected:a})=>{let x=t;this[x(1005)+x(383)+x(829)]=a,a?this[x(1056)+x(1227)]():this[x(1056)+x(764)]()}):this[t(1317)+"X"]&&wx[t(1254)+t(701)+"hange"](({isConnected:a})=>{let x=t;this["_miniNav"+x(383)+x(829)]=a,a?this["_handleO"+x(1227)]():this[x(1056)+"ffLine"]()})}_wait(t){let r={ehCOd:function(a,x,u){return e.BvVHG(a,x,u)}};return new Promise(a=>{let x=I;r[x(1075)](setTimeout,a,this["_getInte"+x(436)+"e"](t))})}[n(1329)+n(388)](t=1e3,r="",a=!1){let x=n;this[x(423)]&&this[x(416)+"WebSocket"](t,r,a)}[n(769)+"ut"](){let t=n,r=this[t(1782)+"tManager"]?.[t(1724)+"ntEndpoint"]();this[t(549)](t(1589)+r+" timeout"),this[t(1329)+t(388)](1001,e[t(1265)],!0)}[n(1076)](t){let r=n,a=e[r(1765)](pr,t);this[r(423)]&&e[r(1579)](this[r(423)][r(1831)+"te"],this[r(581)])&&(this[r(423)]&&this[r(423)][r(805)](a),this[r(549)](r(442),t))}["_removeW"+n(861)+"rs"](){let t=n,r=e[t(814)].split("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(423)][t(1626)+t(603)+t(1242)](e[t(1729)],this._onError);continue;case"1":this[t(423)]["removeEv"+t(603)+t(1242)](e[t(1632)],this._onMessage);continue;case"2":this[t(423)][t(1626)+t(603)+t(1242)](e.Pkdny,this[t(1497)]);continue;case"3":if(!this[t(423)])return;continue;case"4":this[t(423)][t(1626)+t(603)+t(1242)](t(879),this[t(1104)]);continue}break}}[n(629)+n(527)](){let t=n,r=(t(1062)+"3").split("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(423)][t(1016)+"Listener"](e[t(1253)],this._onClose);continue;case"1":this[t(423)]["addEvent"+t(880)](e.rBmiD,this[t(429)+"ge"]);continue;case"2":this[t(423)][t(1016)+"Listener"](e[t(1123)],this[t(1104)]);continue;case"3":this._ws.addEventListener(t(1154),this[t(874)]);continue;case"4":if(!this[t(423)])return;continue}break}}[n(1431)+"nceClose"](t=1e3,r=""){let a=n,x={CDRSc:function(u,h){return u===h},FFJul:e[a(1258)],eWayZ:function(u,h){return u(h)}};if(e[a(654)]===e.IyyyT)return eQcZmo[a(1797)](typeof _0xd8f3c,eQcZmo.FFJul)?eQcZmo[a(394)](_0xc03d74,_0x3eeb6d):(_0x2926a3 instanceof _0x52467a&&eQcZmo.eWayZ(_0x39b641,_0x1b481b),_0x9d6ac8(_0x47771f,_0xbe0827())?new _0x258027(_0x1d8ae5,_0x21bd58):_0x5c7a55);try{this._ws&&this[a(423)][a(1348)](t,r)}catch{}}[n(416)+n(806)+"t"](t=1e3,r="",a=!1){let x=n;if(this[x(933)+x(1222)](),this[x(1661)+x(1804)](),this[x(837)+x(861)+"rs"](),this[x(1431)+x(1168)](1e3,r),this[x(797)+"Lock"]=!1,a&&this["_navigat"+x(1488)]()&&!this[x(1820)+"osed"]){if(this[x(1782)+x(976)]?.[x(1450)+x(463)+"es"]()){let h=this["_endpoin"+x(976)]?.getCurrentEndpoint();this["_dispatc"+x(450)+x(811)](e[x(1190)](Ee,e[x(1253)],{code:1006,reason:x(1589)+h+(x(945)+x(763)+x(415)+"ached"),wasClean:!0}))}else{let h=this[x(1111)][x(1109)+x(631)+x(1749)](t,r);this["_dispatc"+x(450)+x(811)](e[x(1744)](Ee,e.Pkdny,{code:t,reason:r,wasClean:!0,willReconnect:h})),h&&this[x(797)]()}return}this[x(1320)+x(1488)]()||this[x(1820)+x(757)]?this[x(809)+x(450)+x(811)](Ee(e[x(1253)],{code:t,reason:e[x(447)]})):this[x(809)+x(450)+x(811)](e.vnXJk(Ee,e[x(1253)],{code:1006,reason:e[x(1829)]})),this[x(423)]=null,this[x(1782)+x(976)]?.[x(1178)+x(688)+x(1207)](),this[x(1685)+x(542)]?.[x(994)+x(566)]()}[n(809)+n(1069)+"nt"](t){let r=n;e.ZcYLI(e.GLtJo,e[r(1217)])?(this[r(1485)](e.tmhol,t),this.onopen&&this[r(1613)](t)):(this._isInit=!0,this[r(797)]())}[n(809)+n(813)+"Event"](t){let r=n,a={iYBfj:function(x,u){return e[I(1302)](x,u)},wwIbj:function(x,u){return e[I(475)](x,u)},nXOyx:function(x,u){return e.TANBn(x,u)}};if(e[r(1131)]!==r(1256)){if(WuJMBj[r(1149)](_0x5e6693,_0xf6fc7f))return WuJMBj.wwIbj(_0x44ecaf,_0x395720);if(_0x1709c4[r(1231)](_0x1a11df))return _0x54743f.get(_0x3fd3d0);let x=WuJMBj[r(1617)](_0xfae58,_0xee58fa);return WuJMBj.nXOyx(x,_0x3ab95d)&&(_0x573b74[r(936)](_0xfa2d7a,x),_0x36d163[r(936)](x,_0x1f4dea)),x}else this[r(1485)](e.rBmiD,t),this[r(869)+"e"]&&this[r(869)+"e"](t)}[n(809)+"hAckMess"+n(439)](t){let r=n;this[r(1485)](e[r(1529)],t),this[r(1074)+"eAck"]&&this[r(1074)+r(682)](t)}["_dispatc"+n(677)+n(811)](t){let r=n;if(e[r(683)](e.egcPF,r(544)))this[r(1485)](e[r(1729)],t),this[r(1832)]&&this[r(1832)](t);else return e[r(1633)](_0x42ee5c(4).join("0"),_0x943c49(_0xd63cc9,2)[r(1604)](16))[r(986)](-4)}[n(809)+n(450)+"ent"](t){let r=n;this[r(1485)](e[r(1253)],t),this[r(1333)]&&this.onclose(t)}get[n(1409)+"pe"](){let t=n;return this[t(423)]?this._ws.binaryType:this[t(1404)+t(684)]}set[n(1409)+"pe"](t){let r=n;this["_binaryT"+r(684)]=t,this._ws&&(this[r(423)].binaryType=t)}get[n(592)+"nt"](){let t=n;return this[t(1782)+"tManager"]?.[t(1724)+t(591)+t(925)+t(1841)]()||0}get[n(1772)+n(640)](){let t=n,r=this[t(496)+t(1563)][t(1366)]((a,x)=>(a+=x&&x[t(1737)+"th"]||0,a),0);return e[t(513)](r,this[t(423)]?this._ws[t(1772)+"Amount"]:0)}get[n(1545)+"ns"](){let t=n;return this[t(423)]?this._ws[t(1545)+"ns"]:""}get[n(969)](){let t=n;if(t(1716)===e[t(731)])return this[t(423)]?this._ws[t(969)]:"";_0x1fbc30[t(705)]().then(()=>{this["_addWsLi"+t(527)]()})}get[n(1831)+"te"](){let t=n;return this[t(423)]?this._ws[t(1831)+"te"]:this[t(1111)][t(993)+t(696)]?this.CONNECTING:this[t(402)]}get url(){let t=n;return this[t(423)]?this._ws[t(1350)]:this[t(1336)]}[n(1348)](t=1e3,r){let a=n;if(this[a(1820)+a(757)]=!0,this[a(1661)+a(1804)](),this[a(933)+a(1222)](),this[a(597)+a(912)+a(880)](),this[a(719)+a(926)]?.[a(488)](),!this._ws)return void this._debug(e.BwFJM);if(e[a(828)](this[a(423)][a(1831)+"te"],this.CLOSED)||e[a(887)](this[a(423)][a(1831)+"te"],this[a(1389)]))return void this[a(549)](e.uwjvj);this["_destroy"+a(806)+"t"](t,r)}async[n(805)](t,r){let a=n,x={XxHfF:function(ye,ht){return ye!==ht}};if(e[a(399)](null,t))throw new Error(e.GuDRl);e[a(460)]==typeof t&&(t=JSON[a(1440)+"y"](t)),e[a(1161)](e.gyJDh,typeof t)&&!e.jWFKn(t,ArrayBuffer)&&!(t[a(1861)]&&e[a(1455)](t[a(1861)],ArrayBuffer))&&(t=JSON[a(1440)+"y"](t));let u=await ji(t),h=e.XcAEI(pc,t),{method:p=0,service:g=this[a(1111)][a(1355)],logID:y=this._options[a(1825)+"erator"](),headers:b=this[a(1111)][a(1566)],payloadEncoding:C=this[a(1111)][a(1391)+"ncoding"],payloadType:N=this._options[a(703)+"ype"],logIDNew:O=this[a(1111)][a(1867)+a(1687)]["enableAu"+a(1128)+a(831)+"ew"]?e[a(1574)](o,this[a(1111)]["logIDNew"+a(1687)][a(1415)]):""}=e[a(1332)](r,{});if(!g)throw new Error(e[a(687)]);let ee={SeqID:H[a(1785)+"er"](this[a(1107)]++),LogID:H.fromNumber(y),service:g,method:p,headers:b,payloadEncoding:e[a(519)](C,Object)?C[a(653)]?C.encoding:"":C,payloadType:N instanceof Object?N[a(433)]?N.type:h:N||h,payload:u,LogIDNew:O},ce=pr(ee);if(this._ws&&e.ZpYQJ(this[a(423)].readyState,this.OPEN))this[a(423)]&&this[a(423)][a(805)](ce),this[a(549)](e.SxaXq,ee);else if(e[a(1740)](this["_message"+a(1563)][a(453)],this._options[a(666)+a(982)+a(1448)]))if(e[a(1587)]===e[a(1098)]){if(kUJtDw[a(443)](4,_0x2dee6b[a(453)])){let ye=_0x3e38a0[a(1541)+"g"](0,4-_0x4cc9a7[a(453)]),ht=ye.concat(_0x689efe);_0x5b5acc.push(ht)}else _0x3eff99[a(884)](_0x7865f9);_0x8c7b9d&&(_0x1e0e18+=1),_0x3d40fb+=1,_0x5f07e6=!1}else this[a(496)+a(1563)].push(ce),this[a(549)](a(1077),ee);else e[a(1226)](e[a(1129)],e[a(403)])?(this["_message"+a(1563)].shift(),this[a(496)+a(1563)][a(884)](ce)):(_0x20b40e(_0x367239,8),_0x375788(_0x3addac,_0x18e1fc));return{seqID:this[a(1107)],logID:y,logIDNew:O}}async reconnect(t){let r=n,{url:a}=e[r(1118)](t,{}),x=Array[r(1055)](a)?a:e[r(569)](r(1639),typeof a)?[a]:[];t&&Object[r(875)](this[r(1111)],t),x&&x[r(453)]?this[r(1782)+r(976)]=new Hi(x,this[r(1111)][r(681)+"es"]):this["_endpoin"+r(976)]?.[r(1178)+r(688)+r(1207)](),this[r(1685)+r(542)]?.[r(994)+r(566)](this[r(1111)][r(1451)+r(1017)]),this["_readyCl"+r(757)]=!1,this[r(423)]&&e[r(883)](this[r(423)].readyState,this[r(402)])?this[r(1329)+r(388)](1e3,e[r(1457)],!0):(this._isInit=!0,this[r(797)]())}async[n(1262)](){let t=n;if(!this[t(797)+"Lock"]){let r=e[t(1776)][t(582)]("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(797)]();continue;case"1":this[t(888)]=!0;continue;case"2":this["_endpoin"+t(976)]?.[t(1178)+t(688)+t(1207)]();continue;case"3":this[t(1820)+t(757)]=!1;continue;case"4":this[t(1685)+t(542)]?.[t(994)+"nter"]();continue}break}}}["addEvent"+n(880)](t,r){this.on(t,r)}[n(1310)+n(807)](t){let{type:r}=t;this.emit(r,t)}[n(1626)+n(603)+n(1242)](t,r){let a=n,x={aJLdT:function(u,h){return e[I(1198)](u,h)}};if(e[a(1714)](e[a(691)],e[a(709)])){let u=this[a(1568)][a(426)](this[a(622)]),h=_0x5c4203[a(1554)](wnxDEU.aJLdT(u,"{}"));return _0x1cad41[a(565)](h)}else this[a(1578)](t,r)}[n(838)](){let t=n,r={sMjCC:function(a,x){return e[I(1418)](a,x)},oGKEg:e.pgDoO,bQKnD:e[t(827)],kOOJe:e[t(1491)],WTlyA:e[t(648)],KLKpW:e[t(1628)],KhgIf:function(a,x){return a!==x},DjgDd:e[t(1786)],ekgKx:function(a,x,u){return e[t(1662)](a,x,u)}};return new Promise((a,x)=>{let u=t,h={oWjds:r.KLKpW,QQxAH:r[u(1091)],YWrsY:r[u(659)]};if(r[u(692)](u(667),r[u(1221)])){this[u(933)+u(1222)](),this[u(1337)+u(1658)+"Id"]=r[u(1641)](setTimeout,this._ping[u(1165)](this),this._options[u(989)+u(748)]);let p=()=>{let y=u;a(h[y(985)]),this[y(1578)](h[y(1130)],p),this[y(1578)](h[y(717)],g)},g=()=>{let y=u,b={xUncX:function(C,N){return C>=N}};if(r[y(999)](r[y(1148)],r[y(1148)]))x(r[y(1032)]),this[y(1578)](r[y(1091)],p),this[y(1578)](r[y(659)],g);else return lNDajr[y(799)](_0x69da51[y(927)],_0x458c7c[y(1416)])};this.on(r[u(1091)],p),this.on("ping_onc"+u(908)+"t",g),this[u(1657)]()}else this[u(947)]++})}}})(),X[A(1381)+A(1173)]=$[A(1381)+"oseEvent"],X[A(1121)+A(1719)]=$[A(1121)+A(1719)],X[A(1184)+"e"]=$[A(1184)+"e"],X[A(807)]=$[A(807)],X[A(1286)]=$[A(1286)],X[A(1761)+A(767)+A(637)]=$["FrontierMessageE"+A(637)],X[A(767)+A(637)]=$[A(767)+A(637)],X[A(923)+"t"]=$.OpenEvent,X[A(766)+A(1247)]=$[A(766)+A(1247)],X[A(1084)+A(1173)]=$[A(1084)+A(1173)],X.createErrorEvent=$["createEr"+A(1719)],X[A(616)+A(1508)+"nt"]=$[A(616)+A(1508)+"nt"],X[A(909)+"enEvent"]=$[A(909)+"enEvent"],X[A(940)+"connectE"+A(637)]=$[A(940)+A(1678)+A(637)],X[A(1799)+A(1814)]=$[A(1799)+A(1814)],X[A(1651)+A(1771)]=$[A(1651)+"ame"];for(Mn in $)[A(1381)+A(1173),A(1121)+A(1719),A(1184)+"e","Event",A(1286),A(1761)+A(767)+A(637),A(767)+A(637),A(923)+"t",A(766)+A(1247),"createCl"+A(1173),A(658)+A(1719),"createMessageEvent",A(909)+A(932),"createRe"+A(1678)+"vent",A(1799)+A(1814),"encodeFr"+A(1771)][A(760)](Mn)===-1&&(X[Mn]=$[Mn]);function Kn(){let n=["yxjYyxLIDwy","Avfrvgm","yKvyr0u","whrAz20","mdaWmdaWmda","vxjjwuK","EeLWALq","sfbVB00","ywnRtxnNswq","z2v0s2v5","tLDNAfG","ihn1y2nLC3m","tfvdzui","z2fuCNy","s2XbtLy","x2LUAxrqCM8","zwPxv0e","yNLL","CMvWBgfJzq","ihrYEsbYzwm","DgLTzw91DcW","twzozNm","vu9VDgG","sg1er2W","tKzyBvy","ENDuyNu","C3vIC3rYAw4","DgfYz2v0","seX3DvO","u29lsw0","zxH0zw5ZAw8","su1dA1e","DgfIyxnL","zw1LBNq","l3DZl3yY","DLfewLC","wMPgqwO","x19LC01Vzhu","BgLUzw5V","CgfYC2u","y2f0y2G","Bg9N","vu1qu1i","u1n3A2i","tufyx1jfvfi","z1vIrNu","BuTsruW","DhbizwfKzxi","uxvLDwu","yxbWBhK","B3Pvvwy","AgvHzgvYCW","zNb3seC","x3fVC0rc","Bg9Zsgu","Cg93","Aw5Lza","yw5Nzq","CMvQzwn0","svLzBeK","zvvYBa","x3bYB3rVy28","swXKCeO","B2zM","Ce9SBve","BwLUAvbYB2C","CYbWyxjHBxm","yKXws2y","EffWtKO","Fdn8ohWXFdu","x2n1CNnVCK0","BMrLEa","u2v3Aw8","yw5Hz2vY","y29UBMvJDca","wfv6Dvm","DgLLCKPtt04","CKfxv2G","y3vYCMvUDeK","z3jsD2S","uhnpuva","yw9wwMq","ufzmANC","zNjVBuj5Dgu","zxf1ywXZ","DxrMofDYAxq","s09tvgm","wM14zKu","AwXdzu4","Dg9tDhjPBMC","D3LMCMq","t2HPEuS","u2HHCMvKv28","svH1sgO","zNjVBujPDhm","C3fWvfa","wLHUuNa","uMXVANa","B25VCgvU","tu1ZCfm","A01iuhK","BgLZDgvUtMu","D3DjyMO","y0Xkrui","AxnszwfKEq","vuDesxG","ugXmthK","whPryw0","mNW0Fdn8mxW","rhrcugy","rwz2qxO","CMvTB3zLrxy","weTkq2y","zvD6swC","r1fuqvK","yKnds0C","rLPRt28","CKjTAuq","AeD0uuG","vu1PEwy","A1LvBKG","zwnVBM5Ly3q","ug1ZBxG","q09oveLovuu","C3rYAw5N","zMX1C2HfEha","zwTNs3G","Evj2BNK","B25mAw5L","vxPutgy","y2uGBM90igK","vuzhre8","z0ngvM0","y05ZELa","BMXgvKG","wg9ssgC","zw5JB2rLrNi","yxrLq291BNq","AefJA01LC3m","AgvHzgvY","sLnptLa","swfPCKW","x3bPBMC","z1rPBwvVDxq","tKLotfq","DeP1D2u","x2nSzwfYvgK","C0LlsLO","rKvgtuC","rgX6B3K","B25Uzwn0Aw4","CxHpsxK","y0TUrgW","CNnZtgC","ANDlsKy","tuvtu0fhrv8","wMzzvxa","v0v0DgW","ruDVsxG","nJn2Awnwt0m","x3jLy29UBMu","B3jRzxjhBg8","AwnVD2q","y29UBMvJDeu","B2nRzxrtDwm","sfvjtNm","sMP6vwm","zv9ZDwnJzxm","DMfS","C1rVD0K","x3bPBMDmB3m","t2jQzwn0","q29UzMLN","B1LkCNC","BwvZC2fNztO","zhDTBgu","uKvJC3a","B3bLCNr5tMe","vevRA0m","mtG2mJCWmNrvAxLbwa","DxbKyxrLq3u","EuTquuq","vgXLyMW","sMnKB2m","ign1CNnVCIa","tNHfEfa","x3DHAxq","zMLUza","ywnRx2LK","CeDeyMK","zNDZxZeUmc4","yvHWww8","uwPWzwm","A3vKENa","AgzRDwW","yuXwueq","zMXAzLG","EM10s20","svzeAK4","u0jsAg0","BhzSu2u","rNzyrLC","A2v5CW","tgfwAeO","CM9YrxzLBNq","otmZntaYEM1MqNzT","CMvJzxzPzwq","BNPrtM0","z1vNsfq","z2v0q3vYCMu","u3rYyxrLz3K","Bg5sEwe","rwXusMO","qxfTCva","rMP5Dhi","yxPWt0u","ywDL","Dwjdzhq","y29SBM8","yKPKwNe","z0fYuMu","EvH6AMO","yNL0zuXLBMC","AwXK","BgH2rfC","zMzsrwC","A1LjEvi","zgvS","r21bEum","DLHVrLu","BMv3vMvYC2K","vxvlv1C","s3flqMm","ENHls08","ChrVCG","v2PZu1a","zxHkv1u","r0Ljy1q","Cg9PBNrbBMq","Cw5zu1m","v2TvCLa","CMvHzhDYAxq","yNLktuu","rKPRvKm","CMvTB3zLq2G","D24GCMvHC28","rNjVBNrPzxi","C2v0u3rVCMe","DgPetw4","BwvKAwf0zwW","u0XVBfK","EfvZzuvUDG","CMvZzxruCMK","sKHHuNO","AufPEKC","u2XTrxu","yw1L","yNvMzMvYzwq","z1H4AMO","DLveA2W","ENDKrfK","EufbsLm","AxnAzxjV","nta4ntK2nev5yKL2vq","zxjFAxnFywm","BKTfCei","yKnizM0","x2vUzhbVAw4","EerMzvi","q1resfa","zNjVBu51Bwi","BLbhs1G","CMjwrM0","C2v0zgi","ihrPBwvZ","tMLzCMe","BwvZ","u2PNEfa","y3vYC29YlNm","BMvJDa","C0LRBuu","wK5Sru4","q0rsu2m","suzcuLa","zgvJB2rLzey","uLjpuG","wxLbrum","AxnrB1nnzxm","vxfwrNG","BwvY","BKTvBKi","rNPxBgq","yu9uCvq","CMTyC3u","txfzrNK","zgrOsKe","y2vZC0HHBMq","mJq4otGZmLjYyM1xza","s0TAAfu","CMfTzq","CMvHzfvjBNq","C2v0y3vYC28","B1fUyuG","zgvSzxrLrge","yMfJA3vWigu","x3jLywr5q2W","D1P0ze0","CNjVCK1LC3m","nKH1C2r2za","zu5Hzw4","Bg9Nsurhzw4","tg9NsurozxC","ywX3yxLZ","vu9jEwW","yvfcug8","sM9gu0q","CMvHzhLtDge","B25LCNjVCG","zvDwCfe","x3bHDgHlzxK","CMvXDwLYzwq","rMvdCuC","B25tDg9Wsw0","Fdr8oxW3Fdi","zxmGCMvHy2G","B05sswG","B3vUDa","BgvY","ihzHBgLKihm","D1zfD3a","Aw1LCYbPBIa","CM92AwrLihy","vfnVBNy","x2HHBMrSzvi","zeLVz2m","r3PHuMy","yxKSig5LDhC","B3bLBKrc","CMLnrgS","B2nRzxrgywK","rvbyue0","rMzPsgm","AhzhsNa","Dg9Y","yxfMzNa","rLz6twO","yNvMzMvY","rK9vyMe","AvPKuxK","zcWGDw5RBM8","EMTWu0q","suDWtxG","Bg9NsurozxC","D1zItfe","icSG","qwfiAMK","zhzRrwW","zgf0yq","DhDVCMTdAge","zwHky2O","v1LiA1e","AgnTwMK","AwDHDg9Yt24","vefoqM4","D1jiugW","vefMEha","vwvyvLq","zwn0","wxH1Au0","zfDVCMTLCKC","BeXRDMe","Dgv4Dc9Qyxy","Exftv1i","zvDHEvO","BKDkzue","CvPcshy","y1P6B0e","uvvRq3e","y0jVsee","AxjLza","nNWZFdf8mNW","q0Xpu0ve","CgfMt2C","A3HHugW","txLpDwy","yxGGCMv0CMK","vhnxD2S","DxHdsLO","zwP5tfm","BezSDxnO","BwvZC2fNzv8","suvtx0vsuK8","rgvKAwnHDgu","twXOtKK","DhjPzxmGCMu","x2rLC3rYB3K","ChjVDg90Exa","yxzXuhi","B3PLELi","suzrAfe","BMfTzq","CwnetNy","x3DZ","BvvXquW","Aw9U","z2v0sxrLBq","BhrPCgXLihq","BMnVzgLUzW","x29UtwvZC2e","zwDmrMC","zNjVBNrPzxi","y3ruAw1LB3u","DhLWzq","zxjFCw9Z","vLDwAxa","CNzHBfzHBhu","y0j3AMC","ELnhugW","ywDLrxzLBNq","qxH0Bfm","DKH1yui","C2vUzf9Hy2S","whHizKy","B25fCNjVCG","sK9euuy","CuTwEeC","B3DlBeK","vePbvfy","CM92AwrLihC","AenSB3nLrxy","qu5vy3C","y3jLyxrLt2i","BgvUz3rO","DMTcrwm","ENbPtMG","r0TiBMi","t2LLrfG","zvntD1e","yvrlD3m","s0PsAMm","CIb0DhDjra","zNfUwg4","y2HnyxHuCMK","wevoAwG","r0XMvhG","C29YDa","uuz3t00","DgHHBIbSB2m","DcbSAw1PDa","txznqNO","B25nzxnZywC","ALvAuuu","y2XLyxi","C3vIyxjYyxK","AMLZEMe","A2roDuC","Aw5PDcbrB1m","lcbOB3n0BMe","aaaaaaaaaaa","C0Xf","BxnN","z2u6ia","Eu1cr1a","DcbVzIbYyw4","mtq4mteYtfbzCvrQ","su5tvefova","DLvjC0G","y2XVC2veqG","B0LOAgW","rwflz2y","sLrry1O","CgXLyxnLiha","AxfHrMW","ruDHANi","DxbNCMfKzw4","x21LC3nHz2u","Aw9Ul2PZB24","uvLzCuW","tNjdu2W","ALjZEwC","uersq1K","y3vYC29Y","wNboA20","DezfDwC","sLDiBha","q1vZCu4","v0vZyuS","D2jRqKe","t0zJrwK","mhWZFdj8nhW","sNPPCge","wNfzvKW","y1nVB04","rgLst2u","zeXuBxy","C2nYAxb0","v1virfq","wLjYBxC","EhrfyMK","D2jdAhu","tvf2yuW","r1P2wu4","sezjs2S","Eg50svK","C1f4y2y","thLwDK8","C3rLBMvYCW","vej1teW","DLnUyKe","wwjvwfa","z2DgCKe","rvbIugK","ChPVwNC","y29UDgv4Da","vgLTzw91Da","x2DLBMvYyxq","zxq9DxrMltG","Ce5tzMe","uK5Vvwy","zNLlBw8","D1jUA3q","C0nVDw50zxi","CNziyw0","s3LJAum","zxfbseO","Cg9W","sgvUueS","yM9KEq","x2rLyNvN","Eu10r04","Cgu6ia","BujoEfO","ueHps2S","yKrkExa","u09Yt3q","uLbsr0e","EvHywNa","B1HuvK4","tNjSCfe","s3zvsuq","Aw5L","uMvHzcbWyxm","wfnXuxG","Cg9YvNu","DMfSDwvZ","BNrLCG","ueLcreC","x2DLDeLUDgu","BKf3wLy","x2LUDgvYDMe","tMv2rhC","x0vysvnu","rxrbzM8","t0z4Bhy","tu5zseG","C2fNzq","CujAv3G","weTTy2C","Aw5KzxG","C2vYDMLJzs0","t1bftG","C3bSAxq","yxnL","AgvKtwf4uMu","ihzHBgLKigq","EwvLsuC","zu9MB3m","BwfW","CLrOsLK","yMnfuhe","BNrfBMrWB2K","CMv0CNLdB3u","Dw5ZAwDUzwq","Dgv4DfbHEwW","D2TpEha","yvnvCwe","x2rYB3bhBg8","z2v0qwXSs2u","B3v0sw50zxi","BM93","tLjbywy","z2vtEw5J","zw50tgLZDgu","q29Kzq","Dg9oDw1Izxi","ENLkrfe","ysbTDxn0igi","D2fZq2XLyw4","Agv2shy","rK9Ws1e","CMvHC29U","vNPbz2e","tgTYsw8","Eg9Au0S","D3jPDgvvAw4","y3jLyxrLtwu","mdaWma","tefVvMO","EeLhsNG","Dw50","zxL1A00","x3bYzwzPEa","yxnJCMLWDa","DeLfyM0","z3f1Agu","zNjTA1u","zw50zwqGDhK","tenqyMS","x2fKzfDZtgK","sMvsuwC","DeLUDgvYy2u","Eej5sgO","CM92AwrLigi","uw5OELy","AKHhrNa","CfL3uM0","DMvUDa","EwP4C3y","Dg9cExrLC0W","qw1VDw50","BeXfC3u","y0jsv0K","qwjVCNrfCNi","C3rVCcbPBw0","yKPxtfO","vvj3Ew8","vgfN","EfrZC28","t0rbBgK","ywr2yw5Jzq","qwv6A0m","BwLUzW","zw5JB2rPBMC","zMrzBwi","ywnR","EfbLENC","Ew9ODfa","y3jLyxrLrxi","v1rSEue","C0HYuem","r0PRDNy","y2DmvLO","BwfUDwfSihi","AxrrDwS","y3vYCMvUDeu","Bwf4twvZC2e","wfrVELG","z2zdzhG","vvHNDLO","DhjHBNnHy3q","yMXVy2TLza","ENH0u0u","zgvMAw5Luhi","DMXyy0i","EuTUzxu","CuviEgm","AevYCM9Yrxy","BhrLEhK","zenIzfy","re9Qzw4","Bwf4uMv0CMK","zufJAW","BvDXvKG","ExbL","uKLJyu8","y3vZDg9Tshq","zhrPCvG","Cg9PBNrdB24","y0LlAhK","B2v5wMG","DgLXsva","s2HNswy","DNzssLC","Eu5IvLu","D3Lcq24","y09Wzw4","C0LtD3q","EuXMELy","yuD2B0G","swToqvG","A1n0yxr1C0m","ALjgAum","Cgf5Bg9Hzfq","zxjYtxnN","CMvZB2X2zq","z2v0qwXS","v2TKDgy","Bg9IywXty28","zeviqxm","y2HLy2TdDxi","BxnNsuq","sLrwAxi","ze51D3i","CM5mswC","CMvWBgfJzui","B2r3wMS","wvDYC1K","EuPuzue","x1fVu01HBMe","zfjnrw4","zK9pzhe","q0TbyxK","CLj1Bxq","CxnXCui","uwvfEge","Ahr0Chm6","AKvntKO","ELHeuLC","wgrRvhm","wxvzugi","EfD2Avi","Be9ctKO","A0fbqKq","yM9L","zg11ufO","zNjHBwvuExa","nxW0Fda","Bg5vy2C","ywrrwKi","ywWGy3vYC28","yxv0BW","uwvNuNi","D3fArfm","ihjLy29UBMu","CKnpDNC","zMLSzw5HBwu","x2XPC3rLBMu","CNzHBa","BMrWB2LUDfq","y3nlELC","CNPwCxy","Chv0","AM1YDMm","nxWXFdj8nhW","ChnqA0y","zMzLCG","B3nLza","suf1z2S","BKrssNO","Aw5KzxHpzG","CfrkEhm","ywDLu2HVDW","lcbTyxGGCMu","zMzmAw5L","DLnywxy","uMvJB25Uzwm","twvZC2fNzuu","tuzqsu0","x29UvgLTzw8","Dg9VigXHCMC","lcbxzwjtB2m","wuXnr1K","x29UugfNzu4","y29TCgXLDgu","ALbZDNK","qMrIv0e","zKrXEuS","z3zXuva","rLrkEfa","Cgroyvy","zMvY","CKnovuK","zxHzvwW","Eu1LtvG","BwPPDvq","AKDkwuO","AwfLENy","vNvxBKK","uhfPy0O","CgjICdi","shr2uw8","tMfTzq","AKrWvw4","z0TvuKm","DKfvshu","zu5rCg8","x2nVBM5Ly3q","C2DTCeS","EfvUy1G","ig1LC3nHz2u","A0rIyxu","DKn6z28","z2nvDvm","CezAt3q","C2vUza","v2vIu29JA2u","rxzLBNq","CMfUzg9T","x2rPC3bHDgm","rKzAALG","zw50","CfbiBfy","Ae1LC3nHz2u","z1vUr2K","C2v0q3vYC28","Dgv4Dc9WBge","CMLLC0nVDw4","yNL0zxm","zM9YrwfJAa","CNvJruG","DMfSDwu","Bg1xsuS","FdeWFdz8nxW","DMXZzMS","DuzMze0","rwXYrKy","yNrcwxm","wMnzteK","BgLUzq","C1fLCha","DgvmB2Djre4","EsbJBg9Zzwq","CMPxBxu","EhDMCg4","q01wvvq","DMjvD1u","x3jLBw92zvC","CgLUz09Uy2u","Bwv0Ag9K","yxbWzw5Kq2G","CNnVCL9Uyw0","x2HHBMrSzva","BML0AwfSAxO","AwXLtMfTzq","zxjFCw9Zx2e","q3bQvKm","ywz5zuG","Aun6sgO","v1PTwvO","yMrFzgLK","Dg9cExrLCW","u2vXsuq","sxzQueW","uxnqrvu","shDIEvi","z2v0q3vYC28","uwPqzNu","q1D2D0e","swDlqMe","D01qC0e","C0XPC3rLBMu","rvjNC1a","C2vUDa","ywXS","vMPJzvi","Bu5iq08","C1DOALy","B2LUDfjLywm","B25TzxnZywC","yKTSAfC","r0zcrgO","yKHuq00","A2Pnzxu","x29UrxjYB3i","yxnZAwDU","t3voDwC","rNvnrfm","AgvYBMC","B3bLBG","tgLZDgvUzxi","rvjVsLy","x2rItMfTzq","EKfjAwC","ChvZAa","yNnRy0i","Eu9mv1G","ug9RquK","x2LZsw5PDa","z2zstuK","rvjRzgq","A3jltuu","CxD3tgy","wxbMD3q","Dhr3Awq","C0zYAKC","q1DcteK","yKTsuMS","Cw9Zx18","BeLJEKC","uxHdwfi","BMDLza","twLZC2LUzYa","zhrJA0C","zxHWB3j0CW","r0nryKO","Bevdtxi","ywnOzwq","zv90Aw1LB3u","y3jLyxrLt3a","r0fZBfq","CMTLCKDSB2i","yMfSrxzLBNq","zw5KCg9PBNq","sMTorLe","rLjptLrjrvi","vLPlA2K","qurTtvq","qMfbvvy","uwHyzM0","Dw5RBM93BIa","z29PBMCGyxC","D0rKC2G","t3bLBKv2zw4","mtb8mhW2Fdq","BNruCMLLC0m","z2vY","B2zMC2v0","wu1RyMm","tu5VEKK","tLnOChm","DNLAyxi","zw5fDMvUDa","x2nSzwfYugK","reTvzuC","zMHds3e","C2v0","vgvprwq","BKzrqwq","B3L1ELC","y3jLyxrLuMu","uNHmBeu","ANHNqvq","AM9PBG","m3WW","ihrPBwvVDxq","y2f4D1C","y291BNq","BgnSrMu","DgHLBG","uM5KugG","AeDJCwi","twDzzeu","uxrVA1C","A0TND1C","v2vPEgLUsLm","thzntMG","x2nYzwf0zvm","DefLwK4","CKjoA2y","s2j0zhG","x194x21Zz18","y2HnyxHdB3u","thrQBgK","EuTqse4","v0jHzwi","zg5Rq0y","CMfNzvn5BMm","Efrurw52","ChjVDg9JB2W","z2v0t3DUuhi","mte4mZG2m29QseDgAa","Exrfq3a","y29Uy2f0","B3bLBIa","ufHszNu","De1HBMfNzxi","B3jRig9MzMW","zfrLAKC","yNnMvMO","z2vjBMzVu3K","EMXxqMe","z2vrDwv1zuW","v2nzt2G","ywDLsgLKzq","B1DQzhm","C2XPy2u","BeT3Bxe","y2LOEee","CgLUz0LUDgu","svDwz3i","ntm1mtaXnxzuuuryBq","DxDdrxq","yxv0B21HDgK","CMvZzxrdB3u","Aw5KzxGGB3u","rLPIAhK","rvD2Dvq","zcWG","C01Qq0m","ywXPzcb1CMW","uxrrsK8","D3zIrhu","rwfMCKq","ywjVCNq","x21PBMLoyxy","uKTdr3a","rLjzCgq","Au5mwNC","yxbwCwm","BMrWB2LUDca","y29UC3rYDwm","vwvJvfy","tKLqyxq","DxbtsvG","z2v0u3rVCMe","ywrKrxzLBNq","q291BNq","wvbgvgm","refKwvC","CxHMAMi","zgLZywjSzue","BLHHDva","FdD8mNW5","rvPQzfy","AxnrB1nby2S","Bg93","ueH4vNC","v2P0A08","rvjst1i","x2n1CNnVCK4","whHlENC","yLflBKq","yxrHlcbKyxq","zgvIDwC","t0HHvey","ueDVuMq","refVCeG","zxjFDhrS","yw1Lu3bHy2u","D1vJwMu","B2jQzwn0u3q","EunUC2u","uhPcCva","qvPfv1u","B2zMBgLUzq","Aw5N","zMHkCfi","B1fyuee","qNHrCLK","zcbLCNjVCI4","ExnQzLO","ywrKq291BNq","rMXrvxy","yvvqEvC","AxnbCNjHEq","x2HHBMrSzu8","zKjjr1y","D0n2svO","A3HJu3m","Bhm6ia","Evjzs0u","nhWYFdb8mxW","yvHpvuy","txDete8","u2vYDMLJzvC","tKDFrvjst1i","re1oBu4","DxrVuMvJB24","Ae9Wzw5fDMu","sNzNyKC","y0HRCNG","quvdt2K","zxrxB3jRq2G","B25szwnLAxy","zwHdt2q","x3nLBMrby2S","zw5XDwv1zq","se5LCuK","DMDyyMy","Ee1cv2u","Ec1TC2CTCw8","rhbvuhK","C2DPza","y3jLyxrLq2W","tu9YBwO","rNzWs0y","BwHZu2u","rvjdC3u","B2XKvMvYC2K","rwjly0W","A09psMu","uNvhv0m","t1bftL9fuLi","BMCGzMfPBgu","D0PYCeq","uNjHv2O","tez6Bg8","r2nxAgG","wfLyBgi","sKDZrxi","ChjUA2y","Dhnoz1e","x2LZtwLUAvq","x29Ut3bLBG","zw1wuwO","x2LUAxrhBg8","x3nLCuLK","q2fIB1e","CMvJB25Uzwm","C3rVCMu","x29WDgLVBNm","x0rctMfTzq","tMHoA0q","zgvSzxrL","Au12EfC","BM9Uzv9UB24","DgLTzw91Da","AuvXqKi","ENnwCNu","qM5mBeu","q3vZDg9Trxi","x2LUAxq","Dg1OB2W","A1vYBey","y21bteW","BwPhDxy","t09Ytee","Dg9hzw5LCMe","t0LTENq","uvf4quG","Eujqu0m","AenZteS","zxjFywnRx20","AKvJrxa","r3Htrfq","v0DJEu4","yK5Xy24","tKfusvzfx0u","vfjjA2e","B2fK","mNW0Fdb8nxW","zxjHDg9Y","Bg5LvfK","seXKwg8","y29UDgLUDwu","DeXwzhu","zfnSy1i","B0DlrwC","AvLczMO","CYbHBhjLywq","rvrArue","qwvZD2e","AgvfB20","zxjYB3i","seDktfO","rM55vLO","rNvbswe","q3jJALy","Dg9mB3DLCKm","u0vAwuC","u3rNExi","zw5HyMXLuw8","B25tDgfYDfi","sNLfDMS","yMLUza","thbny1u","Du5qwhK","BMnLq2XVC2u","AgfUz2u","yNzqEu8","yxbWBgLJyxq","y2HHCKnVzgu","B3nLrxzLBNq","B25SAw5L","vNPvvfm","vfrOuLq","AK9zu1O","CMvZzxrfBMq","AxmGDw5Kzwy","sM5vENq","s0TNCeS","A2v5","vLPUBwi","rxjYB3jdB2q","uMzkD3m","Dg9iyxnO","BvvxBfy","vwPHyK0","C3vJy2vZCW","AfDXBNK","B3jLtMfTzxm","quXm","rvvXshC","BuPpAhy","A0ziwLa","Aw5JBhvKzxm","yw1LoIa","we9Mqxy","yNzpre8","v0LWvuW","qK1gugq","C3bSAwnL","wNP3C3i","EgTiCwq","z01jELC","igzPzwXKoIa","zMLN","D2DuuK8","ru9qr0O","zxj2AwnL","BMCGB3iGyw4","ufPkveO","vxbKyxrLq28","Ef9MCM9UDgK","DxDuquW","CK1bDwO","r0X0sM8","tLzAsui","vgL6Bfu","z2frrvG","rgPNrgq","BMDuAw1LCG","y3vYC29Yx24","vxnJAuC","uwDlDgu","B1HHC1m","BKXPBMu","vxHKq0S","BNLoteK","Exnov1O","AgfZ","zgrjrcWGzgu","x3nVy2TLDa","Egv1BgS","CgLUz19VBMm","se5ICMu","AxnmB25N","qvH1ywi","CgvYC2LZDgu","y0DKq1u","sg53thu","BMvY","wfLcv3e","u0zJy20","zMPrwKK","uwHwCuG","Dev2zw50","AxnFywnR","r2LcrhK","tgjQDuS","DwDuse4","quvize4","ugTKBNK","B25ozxr3B3i","tMD5CKe","EvDNq0C","thPbAfm","zKz6wuO","zxjFBxnNAwq","q3DNBNu","EwXKq0O","y29UBMvJDa","AwXLx25HBwu","D3fquLK","qKfWCgu","DgvZDa","uhPRBhi","wLbvve0","B25dBg9Zzq","v2Dmrw0","wvvQzei","mhWXFdn8mte","ywrK","Aw9UvgLTzw8","zhHwC2m","AMXzueu","yuT4tM0","rvfssge","DhfxqMW","Dwr5A0q","Du9gEwS","DMrIwLC","A2PvqNC","x2LZv29YA2u","Evv2qvm","rLDt","ANDREKq","BNvTyMvY","vfPNAuS","Aw47y2HHCNm","CgfNzwHPzgu","y2XVC2uSihC","AgfZt3DUuhi","qMHLDLa","qwHhtfG","BIWGAg9ZDg4","y2fSBa","zNDjrMW","DuTUCum","D3zpC2W","DeLK","vuDSve4","jMPZy2fSBgi","BM5Ly3q","yw5ZzM9YBvq","B3bLCNr5","B2HeBLu","AMXrr1O","Agr6C0W","zgLZCgf0y2G","rfrzzha","Cg9VB3e","zMLSDgvY","sgXuCMq","wgD6t00","ALfrAfu","x2LZtwLUAvC","vuHyv0K","rKXeDeS","x25HDMLNyxq","AgLNAa","wgXSqvG","BgzMq0q","CxngtMC","uKvZEey","sgTdwM0","tg9JAW","tvHwsMC","x2rPC2nVBM4","z2v0","ywzL","t0zwru0","B25JBg9Zzq","uLvrzg0","vKjwzxm","x3vYBa","x3bPBMDqB24","Aej4z1G","zgXiwfC","txHMvw8","teLfr0e","AwnmCuS","x2TLEvbHDgG","Dg9cExrLC0i","CMPwsg0","CM92AwrLige","uND0vgO","y2XVC2u","reiGzMfPBgu","DxjS","ufHQy0C","y0fQug8","q3bUtfq","wLnmrNa","C2vYDMLJzq","D2nRD2q","BwvZC2fNzq","wgnbruK","ENLmBKC","DfjKBgm","y29UBMvJDfm","CNnVCKzPBgu","C2P2BNG","zMXVB3i","B2XiCNG","CMvKDwnL","yNbru1u","ENfXyK0","x2zVCM1HDeu","ug54z2m","wKrUzuK","yNL0zu9MzNm","zgfHELm","vw5PBxbSzw0","tw9KDwXL","Ahr0Ca","ywnRx2nVzgu","ANjRB1a","zNjVBunOyxi","D1jHEg0","q3vZDg9Tq2W","BNrbBMrvCgq","uxzgzMO","Dxrjza","u0PMuxC","x2LZqNjVD3m","EfvKsNi","DhPIs3e","q0Xpu0LorW","uhjPBwfYEuS","Cgf5Bg9Hzeu","v2LUzg93","C2vYDMvYvgK","q09otKvdveK","AhH0A1a","r1ftDLG","y3vYDMfSDwu","Dw5KzwzPBMu","y3vYC29Yx2y","DxvMr0S","qwzRu2W","qufyBLG","DhjPzxm","x2jPBMfYEvq","zNL2Ahi","qKzZCxO","A2v0ignVBNm","DgjJqxi","yMLUyxj5vhK","sen1sNu","zxH0ugf5Bg8","tKX5tNa","B25pCgvU","DhjPBq","DxnLCKLW","BgLTAxq","DwrQse8","u29MAfK","sNffD1u","EwvgEgq","Aw5zB1i","A0TQwhq","tg9Nsuq","zfPpr3i","C2v0sxrLBq","u0nqB3G","Dfjqzei","vevtCKe","z25KAxu","z2nQuuG","x3DZsw5ZDge","D3jPDgu","r2Dhveu","r1LRsvK","sgHPANC","uNnlDeC","BeHHBMrSzxi","Axnby2TdBgu","zM9Yy2u","C3rYAw5NAwy","Cgf5Bg9Hza","ENjMAuq","z0neEfi","ywXSq3vYC28","qNjPzgDL","CMvZDwX0","qxj2AuO","zw5NDgG","B0DmCfC","y2HLy2Tszwe","CgLUz0XVC3m","zxjYtM8","q2HOsK0","BxbluvK","ALfMDha","C3jJ","wgvHvLy","DgLUzYbZzxi","BfrPBwvVDxq","CgfNzxnOB3C","D0rzrLa","sNroAg8","uuLcEMW","B2nRzxq","D2PAD2m","qvDTC2q","yxKSihrYEsa","x2LZtM9Kzq","Cu9ptve","x2n1CNnVCKy","BwLZzq","t2Ltz0u","uLLpBKO","DhjtANi","B3nYzwW","qxzpv0y","sxvvtxu","CMvUDevUzha","r21QEhi","teDtsgS","CNPewxe","uufhExm","uvP3wuK","vgr3t2O","zw1PDa","zhnNsva","B0vYtfK","B3jpBMXPBMu","EffUvvy","y29UBMvJDgK","AKDfEMi","CNLxwMy","B09yzK0","u1jnzMW","EvDOsMC","y29Kzq","x29Uq2XVC2u","AwLXvgG","v3bgz1i","y2ffCfm","DwPlCgG","EvjLy29UBMu","r2zmrKS","thn5CKK","sM5srKW","Bwf4tg9ZC0m","DMLJzuLeig8","C3nHz2vfDMu","wwHPuuu","z3LkrgG","zg9Uzq","renzwfK","shfiAKS","yw9PBxm"];return Kn=function(){return n},Kn()}var Mn;Object[A(673)+A(1306)](X,A(1552)+"le",{value:!0})});var He=fe((Zp,ko)=>{"use strict";var Io=["nodebuffer","arraybuffer","fragments"],Po=typeof Blob<"u";Po&&Io.push("blob");ko.exports={BINARY_TYPES:Io,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:Po,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Yt=fe((Qp,Gn)=>{"use strict";var{EMPTY_BUFFER:Kd}=He(),jr=Buffer[Symbol.species];function Gd(n,e){if(n.length===0)return Kd;if(n.length===1)return n[0];let s=Buffer.allocUnsafe(e),o=0;for(let c=0;c<n.length;c++){let d=n[c];s.set(d,o),o+=d.length}return o<e?new jr(s.buffer,s.byteOffset,o):s}function To(n,e,s,o,c){for(let d=0;d<c;d++)s[o+d]=n[d]^e[d&3]}function Do(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function Wd(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function Jr(n){if(Jr.readOnly=!0,Buffer.isBuffer(n))return n;let e;return n instanceof ArrayBuffer?e=new jr(n):ArrayBuffer.isView(n)?e=new jr(n.buffer,n.byteOffset,n.byteLength):(e=Buffer.from(n),Jr.readOnly=!1),e}Gn.exports={concat:Gd,mask:To,toArrayBuffer:Wd,toBuffer:Jr,unmask:Do};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=V("bufferutil");Gn.exports.mask=function(e,s,o,c,d){d<48?To(e,s,o,c,d):n.mask(e,s,o,c,d)},Gn.exports.unmask=function(e,s){e.length<32?Do(e,s):n.unmask(e,s)}}catch{}});var Lo=fe((em,No)=>{"use strict";var Ro=Symbol("kDone"),Vr=Symbol("kRun"),$r=class{constructor(e){this[Ro]=()=>{this.pending--,this[Vr]()},this.concurrency=e||1/0,this.jobs=[],this.pending=0}add(e){this.jobs.push(e),this[Vr]()}[Vr](){if(this.pending!==this.concurrency&&this.jobs.length){let e=this.jobs.shift();this.pending++,e(this[Ro])}}};No.exports=$r});var Pt=fe((tm,zo)=>{"use strict";var Xt=V("zlib"),Oo=Yt(),jd=Lo(),{kStatusCode:Bo}=He(),Jd=Buffer[Symbol.species],Vd=Buffer.from([0,0,255,255]),jn=Symbol("permessage-deflate"),Ke=Symbol("total-length"),Ct=Symbol("callback"),Qe=Symbol("buffers"),It=Symbol("error"),Wn,Yr=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,!Wn){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Wn=new jd(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[Ct];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,o=e.find(c=>!(s.serverNoContextTakeover===!1&&c.server_no_context_takeover||c.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>c.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!c.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(o.server_no_context_takeover=!0),s.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(o.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?o.client_max_window_bits=s.clientMaxWindowBits:(o.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(o=>{let c=s[o];if(c.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(c=c[0],o==="client_max_window_bits"){if(c!==!0){let d=+c;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=d}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else if(o==="server_max_window_bits"){let d=+c;if(!Number.isInteger(d)||d<8||d>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=d}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(c!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else throw new Error(`Unknown parameter "${o}"`);s[o]=c})}),e}decompress(e,s,o){Wn.add(c=>{this._decompress(e,s,(d,f)=>{c(),o(d,f)})})}compress(e,s,o){Wn.add(c=>{this._compress(e,s,(d,f)=>{c(),o(d,f)})})}_decompress(e,s,o){let c=this._isServer?"client":"server";if(!this._inflate){let d=`${c}_max_window_bits`,f=typeof this.params[d]!="number"?Xt.Z_DEFAULT_WINDOWBITS:this.params[d];this._inflate=Xt.createInflateRaw({...this._options.zlibInflateOptions,windowBits:f}),this._inflate[jn]=this,this._inflate[Ke]=0,this._inflate[Qe]=[],this._inflate.on("error",Yd),this._inflate.on("data",Mo)}this._inflate[Ct]=o,this._inflate.write(e),s&&this._inflate.write(Vd),this._inflate.flush(()=>{let d=this._inflate[It];if(d){this._inflate.close(),this._inflate=null,o(d);return}let f=Oo.concat(this._inflate[Qe],this._inflate[Ke]);this._inflate._readableState.endEmitted?(this._inflate.close(),this._inflate=null):(this._inflate[Ke]=0,this._inflate[Qe]=[],s&&this.params[`${c}_no_context_takeover`]&&this._inflate.reset()),o(null,f)})}_compress(e,s,o){let c=this._isServer?"server":"client";if(!this._deflate){let d=`${c}_max_window_bits`,f=typeof this.params[d]!="number"?Xt.Z_DEFAULT_WINDOWBITS:this.params[d];this._deflate=Xt.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:f}),this._deflate[Ke]=0,this._deflate[Qe]=[],this._deflate.on("data",$d)}this._deflate[Ct]=o,this._deflate.write(e),this._deflate.flush(Xt.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let d=Oo.concat(this._deflate[Qe],this._deflate[Ke]);s&&(d=new Jd(d.buffer,d.byteOffset,d.length-4)),this._deflate[Ct]=null,this._deflate[Ke]=0,this._deflate[Qe]=[],s&&this.params[`${c}_no_context_takeover`]&&this._deflate.reset(),o(null,d)})}};zo.exports=Yr;function $d(n){this[Qe].push(n),this[Ke]+=n.length}function Mo(n){if(this[Ke]+=n.length,this[jn]._maxPayload<1||this[Ke]<=this[jn]._maxPayload){this[Qe].push(n);return}this[It]=new RangeError("Max payload size exceeded"),this[It].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[It][Bo]=1009,this.removeListener("data",Mo),this.reset()}function Yd(n){if(this[jn]._inflate=null,this[It]){this[Ct](this[It]);return}n[Bo]=1007,this[Ct](n)}});var kt=fe((nm,Jn)=>{"use strict";var{isUtf8:Fo}=V("buffer"),{hasBlob:Xd}=He(),Zd=[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 Qd(n){return n>=1e3&&n<=1014&&n!==1004&&n!==1005&&n!==1006||n>=3e3&&n<=4999}function Xr(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 eu(n){return Xd&&typeof n=="object"&&typeof n.arrayBuffer=="function"&&typeof n.type=="string"&&typeof n.stream=="function"&&(n[Symbol.toStringTag]==="Blob"||n[Symbol.toStringTag]==="File")}Jn.exports={isBlob:eu,isValidStatusCode:Qd,isValidUTF8:Xr,tokenChars:Zd};if(Fo)Jn.exports.isValidUTF8=function(n){return n.length<24?Xr(n):Fo(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=V("utf-8-validate");Jn.exports.isValidUTF8=function(e){return e.length<32?Xr(e):n(e)}}catch{}});var ni=fe((rm,jo)=>{"use strict";var{Writable:tu}=V("stream"),Uo=Pt(),{BINARY_TYPES:nu,EMPTY_BUFFER:qo,kStatusCode:ru,kWebSocket:iu}=He(),{concat:Zr,toArrayBuffer:su,unmask:ou}=Yt(),{isValidStatusCode:au,isValidUTF8:Ho}=kt(),Vn=Buffer[Symbol.species],ve=0,Ko=1,Go=2,Wo=3,Qr=4,ei=5,$n=6,ti=class extends tu{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||nu[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[iu]=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=ve}_write(e,s,o){if(this._opcode===8&&this._state==ve)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 Vn(o.buffer,o.byteOffset+e,o.length-e),new Vn(o.buffer,o.byteOffset,e)}let s=Buffer.allocUnsafe(e);do{let o=this._buffers[0],c=s.length-e;e>=o.length?s.set(this._buffers.shift(),c):(s.set(new Uint8Array(o.buffer,o.byteOffset,e),c),this._buffers[0]=new Vn(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 ve:this.getInfo(e);break;case Ko:this.getPayloadLength16(e);break;case Go:this.getPayloadLength64(e);break;case Wo:this.getMask();break;case Qr:this.getData(e);break;case ei:case $n:this._loop=!1;return}while(this._loop);this._errored||e()}getInfo(e){if(this._bufferedBytes<2){this._loop=!1;return}let s=this.consume(2);if((s[0]&48)!==0){let c=this.createError(RangeError,"RSV2 and RSV3 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_2_3");e(c);return}let o=(s[0]&64)===64;if(o&&!this._extensions[Uo.extensionName]){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._fin=(s[0]&128)===128,this._opcode=s[0]&15,this._payloadLength=s[1]&127,this._opcode===0){if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(!this._fragmented){let c=this.createError(RangeError,"invalid opcode 0",!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}this._compressed=o}else if(this._opcode>7&&this._opcode<11){if(!this._fin){let c=this.createError(RangeError,"FIN must be set",!0,1002,"WS_ERR_EXPECTED_FIN");e(c);return}if(o){let c=this.createError(RangeError,"RSV1 must be clear",!0,1002,"WS_ERR_UNEXPECTED_RSV_1");e(c);return}if(this._payloadLength>125||this._opcode===8&&this._payloadLength===1){let c=this.createError(RangeError,`invalid payload length ${this._payloadLength}`,!0,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH");e(c);return}}else{let c=this.createError(RangeError,`invalid opcode ${this._opcode}`,!0,1002,"WS_ERR_INVALID_OPCODE");e(c);return}if(!this._fin&&!this._fragmented&&(this._fragmented=this._opcode),this._masked=(s[1]&128)===128,this._isServer){if(!this._masked){let c=this.createError(RangeError,"MASK must be set",!0,1002,"WS_ERR_EXPECTED_MASK");e(c);return}}else if(this._masked){let c=this.createError(RangeError,"MASK must be clear",!0,1002,"WS_ERR_UNEXPECTED_MASK");e(c);return}this._payloadLength===126?this._state=Ko:this._payloadLength===127?this._state=Go:this.haveLength(e)}getPayloadLength16(e){if(this._bufferedBytes<2){this._loop=!1;return}this._payloadLength=this.consume(2).readUInt16BE(0),this.haveLength(e)}getPayloadLength64(e){if(this._bufferedBytes<8){this._loop=!1;return}let s=this.consume(8),o=s.readUInt32BE(0);if(o>Math.pow(2,21)-1){let c=this.createError(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",!1,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH");e(c);return}this._payloadLength=o*Math.pow(2,32)+s.readUInt32BE(4),this.haveLength(e)}haveLength(e){if(this._payloadLength&&this._opcode<8&&(this._totalPayloadLength+=this._payloadLength,this._totalPayloadLength>this._maxPayload&&this._maxPayload>0)){let s=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");e(s);return}this._masked?this._state=Wo:this._state=Qr}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=Qr}getData(e){let s=qo;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&&ou(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=ei,this.decompress(s,e);return}s.length&&(this._messageLength=this._totalPayloadLength,this._fragments.push(s)),this.dataMessage(e)}decompress(e,s){this._extensions[Uo.extensionName].decompress(e,this._fin,(c,d)=>{if(c)return s(c);if(d.length){if(this._messageLength+=d.length,this._messageLength>this._maxPayload&&this._maxPayload>0){let f=this.createError(RangeError,"Max payload size exceeded",!1,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH");s(f);return}this._fragments.push(d)}this.dataMessage(s),this._state===ve&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=ve;return}let s=this._messageLength,o=this._fragments;if(this._totalPayloadLength=0,this._messageLength=0,this._fragmented=0,this._fragments=[],this._opcode===2){let c;this._binaryType==="nodebuffer"?c=Zr(o,s):this._binaryType==="arraybuffer"?c=su(Zr(o,s)):this._binaryType==="blob"?c=new Blob(o):c=o,this._allowSynchronousEvents?(this.emit("message",c,!0),this._state=ve):(this._state=$n,setImmediate(()=>{this.emit("message",c,!0),this._state=ve,this.startLoop(e)}))}else{let c=Zr(o,s);if(!this._skipUTF8Validation&&!Ho(c)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(d);return}this._state===ei||this._allowSynchronousEvents?(this.emit("message",c,!1),this._state=ve):(this._state=$n,setImmediate(()=>{this.emit("message",c,!1),this._state=ve,this.startLoop(e)}))}}controlMessage(e,s){if(this._opcode===8){if(e.length===0)this._loop=!1,this.emit("conclude",1005,qo),this.end();else{let o=e.readUInt16BE(0);if(!au(o)){let d=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(d);return}let c=new Vn(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Ho(c)){let d=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(d);return}this._loop=!1,this.emit("conclude",o,c),this.end()}this._state=ve;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=ve):(this._state=$n,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=ve,this.startLoop(s)}))}createError(e,s,o,c,d){this._loop=!1,this._errored=!0;let f=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(f,this.createError),f.code=d,f[ru]=c,f}};jo.exports=ti});var si=fe((sm,$o)=>{"use strict";var{Duplex:im}=V("stream"),{randomFillSync:cu}=V("crypto"),Jo=Pt(),{EMPTY_BUFFER:xu,kWebSocket:du,NOOP:uu}=He(),{isBlob:Tt,isValidStatusCode:fu}=kt(),{mask:Vo,toBuffer:ot}=Yt(),be=Symbol("kByteLength"),lu=Buffer.alloc(4),Yn=8*1024,at,Dt=Yn,Ce=0,gu=1,hu=2,ri=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=Ce,this.onerror=uu,this[du]=void 0}static frame(e,s){let o,c=!1,d=2,f=!1;s.mask&&(o=s.maskBuffer||lu,s.generateMask?s.generateMask(o):(Dt===Yn&&(at===void 0&&(at=Buffer.alloc(Yn)),cu(at,0,Yn),Dt=0),o[0]=at[Dt++],o[1]=at[Dt++],o[2]=at[Dt++],o[3]=at[Dt++]),f=(o[0]|o[1]|o[2]|o[3])===0,d=6);let l;typeof e=="string"?(!s.mask||f)&&s[be]!==void 0?l=s[be]:(e=Buffer.from(e),l=e.length):(l=e.length,c=s.mask&&s.readOnly&&!f);let m=l;l>=65536?(d+=8,m=127):l>125&&(d+=2,m=126);let w=Buffer.allocUnsafe(c?l+d:d);return w[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(w[0]|=64),w[1]=m,m===126?w.writeUInt16BE(l,2):m===127&&(w[2]=w[3]=0,w.writeUIntBE(l,4,6)),s.mask?(w[1]|=128,w[d-4]=o[0],w[d-3]=o[1],w[d-2]=o[2],w[d-1]=o[3],f?[w,e]:c?(Vo(e,o,w,d,l),[w]):(Vo(e,o,e,0,l),[w,e])):[w,e]}close(e,s,o,c){let d;if(e===void 0)d=xu;else{if(typeof e!="number"||!fu(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 f={[be]:d.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Ce?this.enqueue([this.dispatch,d,!1,f,c]):this.sendFrame(n.frame(d,f),c)}ping(e,s,o){let c,d;if(typeof e=="string"?(c=Buffer.byteLength(e),d=!1):Tt(e)?(c=e.size,d=!1):(e=ot(e),c=e.length,d=ot.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[be]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:d,rsv1:!1};Tt(e)?this._state!==Ce?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ce?this.enqueue([this.dispatch,e,!1,f,o]):this.sendFrame(n.frame(e,f),o)}pong(e,s,o){let c,d;if(typeof e=="string"?(c=Buffer.byteLength(e),d=!1):Tt(e)?(c=e.size,d=!1):(e=ot(e),c=e.length,d=ot.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[be]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:d,rsv1:!1};Tt(e)?this._state!==Ce?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ce?this.enqueue([this.dispatch,e,!1,f,o]):this.sendFrame(n.frame(e,f),o)}send(e,s,o){let c=this._extensions[Jo.extensionName],d=s.binary?2:1,f=s.compress,l,m;typeof e=="string"?(l=Buffer.byteLength(e),m=!1):Tt(e)?(l=e.size,m=!1):(e=ot(e),l=e.length,m=ot.readOnly),this._firstFragment?(this._firstFragment=!1,f&&c&&c.params[c._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(f=l>=c._threshold),this._compress=f):(f=!1,d=0),s.fin&&(this._firstFragment=!0);let w={[be]:l,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:d,readOnly:m,rsv1:f};Tt(e)?this._state!==Ce?this.enqueue([this.getBlobData,e,this._compress,w,o]):this.getBlobData(e,this._compress,w,o):this._state!==Ce?this.enqueue([this.dispatch,e,this._compress,w,o]):this.dispatch(e,this._compress,w,o)}getBlobData(e,s,o,c){this._bufferedBytes+=o[be],this._state=hu,e.arrayBuffer().then(d=>{if(this._socket.destroyed){let l=new Error("The socket was closed while the blob was being read");process.nextTick(ii,this,l,c);return}this._bufferedBytes-=o[be];let f=ot(d);s?this.dispatch(f,s,o,c):(this._state=Ce,this.sendFrame(n.frame(f,o),c),this.dequeue())}).catch(d=>{process.nextTick(pu,this,d,c)})}dispatch(e,s,o,c){if(!s){this.sendFrame(n.frame(e,o),c);return}let d=this._extensions[Jo.extensionName];this._bufferedBytes+=o[be],this._state=gu,d.compress(e,o.fin,(f,l)=>{if(this._socket.destroyed){let m=new Error("The socket was closed while data was being compressed");ii(this,m,c);return}this._bufferedBytes-=o[be],this._state=Ce,o.readOnly=!1,this.sendFrame(n.frame(l,o),c),this.dequeue()})}dequeue(){for(;this._state===Ce&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][be],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][be],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)}};$o.exports=ri;function ii(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let c=n._queue[o],d=c[c.length-1];typeof d=="function"&&d(e)}}function pu(n,e,s){ii(n,e,s),n.onerror(e)}});var ia=fe((om,ra)=>{"use strict";var{kForOnEventAttribute:Zt,kListener:oi}=He(),Yo=Symbol("kCode"),Xo=Symbol("kData"),Zo=Symbol("kError"),Qo=Symbol("kMessage"),ea=Symbol("kReason"),Rt=Symbol("kTarget"),ta=Symbol("kType"),na=Symbol("kWasClean"),Ge=class{constructor(e){this[Rt]=null,this[ta]=e}get target(){return this[Rt]}get type(){return this[ta]}};Object.defineProperty(Ge.prototype,"target",{enumerable:!0});Object.defineProperty(Ge.prototype,"type",{enumerable:!0});var ct=class extends Ge{constructor(e,s={}){super(e),this[Yo]=s.code===void 0?0:s.code,this[ea]=s.reason===void 0?"":s.reason,this[na]=s.wasClean===void 0?!1:s.wasClean}get code(){return this[Yo]}get reason(){return this[ea]}get wasClean(){return this[na]}};Object.defineProperty(ct.prototype,"code",{enumerable:!0});Object.defineProperty(ct.prototype,"reason",{enumerable:!0});Object.defineProperty(ct.prototype,"wasClean",{enumerable:!0});var Nt=class extends Ge{constructor(e,s={}){super(e),this[Zo]=s.error===void 0?null:s.error,this[Qo]=s.message===void 0?"":s.message}get error(){return this[Zo]}get message(){return this[Qo]}};Object.defineProperty(Nt.prototype,"error",{enumerable:!0});Object.defineProperty(Nt.prototype,"message",{enumerable:!0});var Qt=class extends Ge{constructor(e,s={}){super(e),this[Xo]=s.data===void 0?null:s.data}get data(){return this[Xo]}};Object.defineProperty(Qt.prototype,"data",{enumerable:!0});var mu={addEventListener(n,e,s={}){for(let c of this.listeners(n))if(!s[Zt]&&c[oi]===e&&!c[Zt])return;let o;if(n==="message")o=function(d,f){let l=new Qt("message",{data:f?d:d.toString()});l[Rt]=this,Xn(e,this,l)};else if(n==="close")o=function(d,f){let l=new ct("close",{code:d,reason:f.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});l[Rt]=this,Xn(e,this,l)};else if(n==="error")o=function(d){let f=new Nt("error",{error:d,message:d.message});f[Rt]=this,Xn(e,this,f)};else if(n==="open")o=function(){let d=new Ge("open");d[Rt]=this,Xn(e,this,d)};else return;o[Zt]=!!s[Zt],o[oi]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[oi]===e&&!s[Zt]){this.removeListener(n,s);break}}};ra.exports={CloseEvent:ct,ErrorEvent:Nt,Event:Ge,EventTarget:mu,MessageEvent:Qt};function Xn(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var Zn=fe((am,sa)=>{"use strict";var{tokenChars:en}=kt();function Oe(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function wu(n){let e=Object.create(null),s=Object.create(null),o=!1,c=!1,d=!1,f,l,m=-1,w=-1,v=-1,_=0;for(;_<n.length;_++)if(w=n.charCodeAt(_),f===void 0)if(v===-1&&en[w]===1)m===-1&&(m=_);else if(_!==0&&(w===32||w===9))v===-1&&m!==-1&&(v=_);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${_}`);v===-1&&(v=_);let T=n.slice(m,v);w===44?(Oe(e,T,s),s=Object.create(null)):f=T,m=v=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);else if(l===void 0)if(v===-1&&en[w]===1)m===-1&&(m=_);else if(w===32||w===9)v===-1&&m!==-1&&(v=_);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${_}`);v===-1&&(v=_),Oe(s,n.slice(m,v),!0),w===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),m=v=-1}else if(w===61&&m!==-1&&v===-1)l=n.slice(m,_),m=v=-1;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(c){if(en[w]!==1)throw new SyntaxError(`Unexpected character at index ${_}`);m===-1?m=_:o||(o=!0),c=!1}else if(d)if(en[w]===1)m===-1&&(m=_);else if(w===34&&m!==-1)d=!1,v=_;else if(w===92)c=!0;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(w===34&&n.charCodeAt(_-1)===61)d=!0;else if(v===-1&&en[w]===1)m===-1&&(m=_);else if(m!==-1&&(w===32||w===9))v===-1&&(v=_);else if(w===59||w===44){if(m===-1)throw new SyntaxError(`Unexpected character at index ${_}`);v===-1&&(v=_);let T=n.slice(m,v);o&&(T=T.replace(/\\/g,""),o=!1),Oe(s,l,T),w===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),l=void 0,m=v=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);if(m===-1||d||w===32||w===9)throw new SyntaxError("Unexpected end of input");v===-1&&(v=_);let E=n.slice(m,v);return f===void 0?Oe(e,E,s):(l===void 0?Oe(s,E,!0):o?Oe(s,l,E.replace(/\\/g,"")):Oe(s,l,E),Oe(e,f,s)),e}function _u(n){return Object.keys(n).map(e=>{let s=n[e];return Array.isArray(s)||(s=[s]),s.map(o=>[e].concat(Object.keys(o).map(c=>{let d=o[c];return Array.isArray(d)||(d=[d]),d.map(f=>f===!0?c:`${c}=${f}`).join("; ")})).join("; ")).join(", ")}).join(", ")}sa.exports={format:_u,parse:wu}});var nr=fe((dm,ma)=>{"use strict";var yu=V("events"),vu=V("https"),bu=V("http"),ca=V("net"),Su=V("tls"),{randomBytes:Eu,createHash:Au}=V("crypto"),{Duplex:cm,Readable:xm}=V("stream"),{URL:ai}=V("url"),et=Pt(),Cu=ni(),Iu=si(),{isBlob:Pu}=kt(),{BINARY_TYPES:oa,CLOSE_TIMEOUT:ku,EMPTY_BUFFER:Qn,GUID:Tu,kForOnEventAttribute:ci,kListener:Du,kStatusCode:Ru,kWebSocket:te,NOOP:xa}=He(),{EventTarget:{addEventListener:Nu,removeEventListener:Lu}}=ia(),{format:Ou,parse:Bu}=Zn(),{toBuffer:Mu}=Yt(),da=Symbol("kAborted"),xi=[8,13],We=["CONNECTING","OPEN","CLOSING","CLOSED"],zu=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,W=class n extends yu{constructor(e,s,o){super(),this._binaryType=oa[0],this._closeCode=1006,this._closeFrameReceived=!1,this._closeFrameSent=!1,this._closeMessage=Qn,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]),ua(this,e,s,o)):(this._autoPong=o.autoPong,this._closeTimeout=o.closeTimeout,this._isServer=!0)}get binaryType(){return this._binaryType}set binaryType(e){oa.includes(e)&&(this._binaryType=e,this._receiver&&(this._receiver._binaryType=e))}get bufferedAmount(){return this._socket?this._socket._writableState.length+this._sender._bufferedBytes:this._bufferedAmount}get extensions(){return Object.keys(this._extensions).join()}get isPaused(){return this._paused}get onclose(){return null}get onerror(){return null}get onopen(){return null}get onmessage(){return null}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(e,s,o){let c=new Cu({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),d=new Iu(e,this._extensions,o.generateMask);this._receiver=c,this._sender=d,this._socket=e,c[te]=this,d[te]=this,e[te]=this,c.on("conclude",qu),c.on("drain",Hu),c.on("error",Ku),c.on("message",Gu),c.on("ping",Wu),c.on("pong",ju),d.onerror=Ju,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",ga),e.on("data",tr),e.on("end",ha),e.on("error",pa),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[et.extensionName]&&this._extensions[et.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){pe(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())}),la(this)}}pause(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!0,this._socket.pause())}ping(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){di(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.ping(e||Qn,s,o)}pong(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof e=="function"?(o=e,e=s=void 0):typeof s=="function"&&(o=s,s=void 0),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){di(this,e,o);return}s===void 0&&(s=!this._isServer),this._sender.pong(e||Qn,s,o)}resume(){this.readyState===n.CONNECTING||this.readyState===n.CLOSED||(this._paused=!1,this._receiver._writableState.needDrain||this._socket.resume())}send(e,s,o){if(this.readyState===n.CONNECTING)throw new Error("WebSocket is not open: readyState 0 (CONNECTING)");if(typeof s=="function"&&(o=s,s={}),typeof e=="number"&&(e=e.toString()),this.readyState!==n.OPEN){di(this,e,o);return}let c={binary:typeof e!="string",mask:!this._isServer,compress:!0,fin:!0,...s};this._extensions[et.extensionName]||(c.compress=!1),this._sender.send(e||Qn,c,o)}terminate(){if(this.readyState!==n.CLOSED){if(this.readyState===n.CONNECTING){pe(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=n.CLOSING,this._socket.destroy())}}};Object.defineProperty(W,"CONNECTING",{enumerable:!0,value:We.indexOf("CONNECTING")});Object.defineProperty(W.prototype,"CONNECTING",{enumerable:!0,value:We.indexOf("CONNECTING")});Object.defineProperty(W,"OPEN",{enumerable:!0,value:We.indexOf("OPEN")});Object.defineProperty(W.prototype,"OPEN",{enumerable:!0,value:We.indexOf("OPEN")});Object.defineProperty(W,"CLOSING",{enumerable:!0,value:We.indexOf("CLOSING")});Object.defineProperty(W.prototype,"CLOSING",{enumerable:!0,value:We.indexOf("CLOSING")});Object.defineProperty(W,"CLOSED",{enumerable:!0,value:We.indexOf("CLOSED")});Object.defineProperty(W.prototype,"CLOSED",{enumerable:!0,value:We.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty(W.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty(W.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[ci])return e[Du];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})}})});W.prototype.addEventListener=Nu;W.prototype.removeEventListener=Lu;ma.exports=W;function ua(n,e,s,o){let c={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:ku,protocolVersion:xi[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...o,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(n._autoPong=c.autoPong,n._closeTimeout=c.closeTimeout,!xi.includes(c.protocolVersion))throw new RangeError(`Unsupported protocol version: ${c.protocolVersion} (supported versions: ${xi.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 f=d.protocol==="wss:",l=d.protocol==="ws+unix:",m;if(d.protocol!=="ws:"&&!f&&!l?m=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:l&&!d.pathname?m="The URL's pathname is empty":d.hash&&(m="The URL contains a fragment identifier"),m){let R=new SyntaxError(m);if(n._redirects===0)throw R;er(n,R);return}let w=f?443:80,v=Eu(16).toString("base64"),_=f?vu.request:bu.request,E=new Set,T;if(c.createConnection=c.createConnection||(f?Uu:Fu),c.defaultPort=c.defaultPort||w,c.port=d.port||w,c.host=d.hostname.startsWith("[")?d.hostname.slice(1,-1):d.hostname,c.headers={...c.headers,"Sec-WebSocket-Version":c.protocolVersion,"Sec-WebSocket-Key":v,Connection:"Upgrade",Upgrade:"websocket"},c.path=d.pathname+d.search,c.timeout=c.handshakeTimeout,c.perMessageDeflate&&(T=new et({...c.perMessageDeflate,isServer:!1,maxPayload:c.maxPayload}),c.headers["Sec-WebSocket-Extensions"]=Ou({[et.extensionName]:T.offer()})),s.length){for(let R of s){if(typeof R!="string"||!zu.test(R)||E.has(R))throw new SyntaxError("An invalid or duplicated subprotocol was specified");E.add(R)}c.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(c.origin&&(c.protocolVersion<13?c.headers["Sec-WebSocket-Origin"]=c.origin:c.headers.Origin=c.origin),(d.username||d.password)&&(c.auth=`${d.username}:${d.password}`),l){let R=c.path.split(":");c.socketPath=R[0],c.path=R[1]}let P;if(c.followRedirects){if(n._redirects===0){n._originalIpc=l,n._originalSecure=f,n._originalHostOrSocketPath=l?c.socketPath:d.host;let R=o&&o.headers;if(o={...o,headers:{}},R)for(let[z,ne]of Object.entries(R))o.headers[z.toLowerCase()]=ne}else if(n.listenerCount("redirect")===0){let R=l?n._originalIpc?c.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:d.host===n._originalHostOrSocketPath;(!R||n._originalSecure&&!f)&&(delete c.headers.authorization,delete c.headers.cookie,R||delete c.headers.host,c.auth=void 0)}c.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(c.auth).toString("base64")),P=n._req=_(c),n._redirects&&n.emit("redirect",n.url,P)}else P=n._req=_(c);c.timeout&&P.on("timeout",()=>{pe(n,P,"Opening handshake has timed out")}),P.on("error",R=>{P===null||P[da]||(P=n._req=null,er(n,R))}),P.on("response",R=>{let z=R.headers.location,ne=R.statusCode;if(z&&c.followRedirects&&ne>=300&&ne<400){if(++n._redirects>c.maxRedirects){pe(n,P,"Maximum redirects exceeded");return}P.abort();let j;try{j=new ai(z,e)}catch{let Z=new SyntaxError(`Invalid URL: ${z}`);er(n,Z);return}ua(n,j,s,o)}else n.emit("unexpected-response",P,R)||pe(n,P,`Unexpected server response: ${R.statusCode}`)}),P.on("upgrade",(R,z,ne)=>{if(n.emit("upgrade",R),n.readyState!==W.CONNECTING)return;P=n._req=null;let j=R.headers.upgrade;if(j===void 0||j.toLowerCase()!=="websocket"){pe(n,z,"Invalid Upgrade header");return}let me=Au("sha1").update(v+Tu).digest("base64");if(R.headers["sec-websocket-accept"]!==me){pe(n,z,"Invalid Sec-WebSocket-Accept header");return}let Z=R.headers["sec-websocket-protocol"],se;if(Z!==void 0?E.size?E.has(Z)||(se="Server sent an invalid subprotocol"):se="Server sent a subprotocol but none was requested":E.size&&(se="Server sent no subprotocol"),se){pe(n,z,se);return}Z&&(n._protocol=Z);let oe=R.headers["sec-websocket-extensions"];if(oe!==void 0){if(!T){pe(n,z,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let k;try{k=Bu(oe)}catch{pe(n,z,"Invalid Sec-WebSocket-Extensions header");return}let L=Object.keys(k);if(L.length!==1||L[0]!==et.extensionName){pe(n,z,"Server indicated an extension that was not requested");return}try{T.accept(k[et.extensionName])}catch{pe(n,z,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[et.extensionName]=T}n.setSocket(z,ne,{allowSynchronousEvents:c.allowSynchronousEvents,generateMask:c.generateMask,maxPayload:c.maxPayload,skipUTF8Validation:c.skipUTF8Validation})}),c.finishRequest?c.finishRequest(P,n):P.end()}function er(n,e){n._readyState=W.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function Fu(n){return n.path=n.socketPath,ca.connect(n)}function Uu(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=ca.isIP(n.host)?"":n.host),Su.connect(n)}function pe(n,e,s){n._readyState=W.CLOSING;let o=new Error(s);Error.captureStackTrace(o,pe),e.setHeader?(e[da]=!0,e.abort(),e.socket&&!e.socket.destroyed&&e.socket.destroy(),process.nextTick(er,n,o)):(e.destroy(o),e.once("error",n.emit.bind(n,"error")),e.once("close",n.emitClose.bind(n)))}function di(n,e,s){if(e){let o=Pu(e)?e.size:Mu(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${We[n.readyState]})`);process.nextTick(s,o)}}function qu(n,e){let s=this[te];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[te]!==void 0&&(s._socket.removeListener("data",tr),process.nextTick(fa,s._socket),n===1005?s.close():s.close(n,e))}function Hu(){let n=this[te];n.isPaused||n._socket.resume()}function Ku(n){let e=this[te];e._socket[te]!==void 0&&(e._socket.removeListener("data",tr),process.nextTick(fa,e._socket),e.close(n[Ru])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function aa(){this[te].emitClose()}function Gu(n,e){this[te].emit("message",n,e)}function Wu(n){let e=this[te];e._autoPong&&e.pong(n,!this._isServer,xa),e.emit("ping",n)}function ju(n){this[te].emit("pong",n)}function fa(n){n.resume()}function Ju(n){let e=this[te];e.readyState!==W.CLOSED&&(e.readyState===W.OPEN&&(e._readyState=W.CLOSING,la(e)),this._socket.end(),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n)))}function la(n){n._closeTimer=setTimeout(n._socket.destroy.bind(n._socket),n._closeTimeout)}function ga(){let n=this[te];if(this.removeListener("close",ga),this.removeListener("data",tr),this.removeListener("end",ha),n._readyState=W.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[te]=void 0,clearTimeout(n._closeTimer),n._receiver._writableState.finished||n._receiver._writableState.errorEmitted?n.emitClose():(n._receiver.on("error",aa),n._receiver.on("finish",aa))}function tr(n){this[te]._receiver.write(n)||this.pause()}function ha(){let n=this[te];n._readyState=W.CLOSING,n._receiver.end(),this.end()}function pa(){let n=this[te];this.removeListener("error",pa),this.on("error",xa),n&&(n._readyState=W.CLOSING,this.destroy())}});var va=fe((fm,ya)=>{"use strict";var um=nr(),{Duplex:Vu}=V("stream");function wa(n){n.emit("close")}function $u(){!this.destroyed&&this._writableState.finished&&this.destroy()}function _a(n){this.removeListener("error",_a),this.destroy(),this.listenerCount("error")===0&&this.emit("error",n)}function Yu(n,e){let s=!0,o=new Vu({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(d,f){let l=!f&&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(c,d){if(n.readyState===n.CLOSED){d(c),process.nextTick(wa,o);return}let f=!1;n.once("error",function(m){f=!0,d(m)}),n.once("close",function(){f||d(c),process.nextTick(wa,o)}),s&&n.terminate()},o._final=function(c){if(n.readyState===n.CONNECTING){n.once("open",function(){o._final(c)});return}n._socket!==null&&(n._socket._writableState.finished?(c(),o._readableState.endEmitted&&o.destroy()):(n._socket.once("finish",function(){c()}),n.close()))},o._read=function(){n.isPaused&&n.resume()},o._write=function(c,d,f){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(c,d,f)});return}n.send(c,f)},o.on("end",$u),o.on("error",_a),o}ya.exports=Yu});var ui=fe((lm,ba)=>{"use strict";var{tokenChars:Xu}=kt();function Zu(n){let e=new Set,s=-1,o=-1,c=0;for(c;c<n.length;c++){let f=n.charCodeAt(c);if(o===-1&&Xu[f]===1)s===-1&&(s=c);else if(c!==0&&(f===32||f===9))o===-1&&s!==-1&&(o=c);else if(f===44){if(s===-1)throw new SyntaxError(`Unexpected character at index ${c}`);o===-1&&(o=c);let l=n.slice(s,o);if(e.has(l))throw new SyntaxError(`The "${l}" subprotocol is duplicated`);e.add(l),s=o=-1}else throw new SyntaxError(`Unexpected character at index ${c}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let d=n.slice(s,c);if(e.has(d))throw new SyntaxError(`The "${d}" subprotocol is duplicated`);return e.add(d),e}ba.exports={parse:Zu}});var ka=fe((hm,Pa)=>{"use strict";var Qu=V("events"),rr=V("http"),{Duplex:gm}=V("stream"),{createHash:ef}=V("crypto"),Sa=Zn(),xt=Pt(),tf=ui(),nf=nr(),{CLOSE_TIMEOUT:rf,GUID:sf,kWebSocket:of}=He(),af=/^[+/0-9A-Za-z]{22}==$/,Ea=0,Aa=1,Ia=2,fi=class extends Qu{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:rf,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:nf,...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=rr.createServer((o,c)=>{let d=rr.STATUS_CODES[426];c.writeHead(426,{"Content-Length":d.length,"Content-Type":"text/plain"}),c.end(d)}),this._server.listen(e.port,e.host,e.backlog,s)):e.server&&(this._server=e.server),this._server){let o=this.emit.bind(this,"connection");this._removeListeners=cf(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(c,d,f)=>{this.handleUpgrade(c,d,f,o)}})}e.perMessageDeflate===!0&&(e.perMessageDeflate={}),e.clientTracking&&(this.clients=new Set,this._shouldEmitClose=!1),this.options=e,this._state=Ea}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===Ia){e&&this.once("close",()=>{e(new Error("The server is not running"))}),process.nextTick(tn,this);return}if(e&&this.once("close",e),this._state!==Aa)if(this._state=Aa,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(tn,this):process.nextTick(tn,this);else{let s=this._server;this._removeListeners(),this._removeListeners=this._server=null,s.close(()=>{tn(this)})}}shouldHandle(e){if(this.options.path){let s=e.url.indexOf("?");if((s!==-1?e.url.slice(0,s):e.url)!==this.options.path)return!1}return!0}handleUpgrade(e,s,o,c){s.on("error",Ca);let d=e.headers["sec-websocket-key"],f=e.headers.upgrade,l=+e.headers["sec-websocket-version"];if(e.method!=="GET"){dt(this,e,s,405,"Invalid HTTP method");return}if(f===void 0||f.toLowerCase()!=="websocket"){dt(this,e,s,400,"Invalid Upgrade header");return}if(d===void 0||!af.test(d)){dt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(l!==13&&l!==8){dt(this,e,s,400,"Missing or invalid Sec-WebSocket-Version header",{"Sec-WebSocket-Version":"13, 8"});return}if(!this.shouldHandle(e)){nn(s,400);return}let m=e.headers["sec-websocket-protocol"],w=new Set;if(m!==void 0)try{w=tf.parse(m)}catch{dt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let v=e.headers["sec-websocket-extensions"],_={};if(this.options.perMessageDeflate&&v!==void 0){let E=new xt({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let T=Sa.parse(v);T[xt.extensionName]&&(E.accept(T[xt.extensionName]),_[xt.extensionName]=E)}catch{dt(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,P,R,z)=>{if(!T)return nn(s,P||401,R,z);this.completeUpgrade(_,d,w,e,s,o,c)});return}if(!this.options.verifyClient(E))return nn(s,401)}this.completeUpgrade(_,d,w,e,s,o,c)}completeUpgrade(e,s,o,c,d,f,l){if(!d.readable||!d.writable)return d.destroy();if(d[of])throw new Error("server.handleUpgrade() was called more than once with the same socket, possibly due to a misconfiguration");if(this._state>Ea)return nn(d,503);let w=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${ef("sha1").update(s+sf).digest("base64")}`],v=new this.options.WebSocket(null,void 0,this.options);if(o.size){let _=this.options.handleProtocols?this.options.handleProtocols(o,c):o.values().next().value;_&&(w.push(`Sec-WebSocket-Protocol: ${_}`),v._protocol=_)}if(e[xt.extensionName]){let _=e[xt.extensionName].params,E=Sa.format({[xt.extensionName]:[_]});w.push(`Sec-WebSocket-Extensions: ${E}`),v._extensions=e}this.emit("headers",w,c),d.write(w.concat(`\r
12
12
  `).join(`\r
13
- `)),u.removeListener("error",ba),b.setSocket(u,f,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(b),b.on("close",()=>{this.clients.delete(b),this._shouldEmitClose&&!this.clients.size&&process.nextTick(nn,this)})),h(b,c)}};Sa.exports=fi;function ed(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 nn(n){n._state=va,n.emit("close")}function ba(){this.destroy()}function rn(n,e,s,o){s=s||ar.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} ${ar.STATUS_CODES[e]}\r
13
+ `)),d.removeListener("error",Ca),v.setSocket(d,f,{allowSynchronousEvents:this.options.allowSynchronousEvents,maxPayload:this.options.maxPayload,skipUTF8Validation:this.options.skipUTF8Validation}),this.clients&&(this.clients.add(v),v.on("close",()=>{this.clients.delete(v),this._shouldEmitClose&&!this.clients.size&&process.nextTick(tn,this)})),l(v,c)}};Pa.exports=fi;function cf(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 tn(n){n._state=Ia,n.emit("close")}function Ca(){this.destroy()}function nn(n,e,s,o){s=s||rr.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} ${rr.STATUS_CODES[e]}\r
14
14
  `+Object.keys(o).map(c=>`${c}: ${o[c]}`).join(`\r
15
15
  `)+`\r
16
16
  \r
17
- `+s)}function xt(n,e,s,o,c,u){if(n.listenerCount("wsClientError")){let f=new Error(c);Error.captureStackTrace(f,xt),n.emit("wsClientError",f,s,e)}else rn(s,o,c,u)}});import{spawn as Ed}from"node:child_process";import{existsSync as Cd,openSync as Ad}from"node:fs";import{mkdir as Id}from"node:fs/promises";import{dirname as Pd}from"node:path";import{fileURLToPath as kd}from"node:url";function hi(n=H()){return Cd(n.libEntry)?n.libEntry:kd(new URL("../index.ts",import.meta.url))}async function Ka(n={}){let e=n.paths??H(),s=n.entryOverride??hi(e);await Id(Pd(e.logFile),{recursive:!0});let o=Ad(e.logFile,"a"),u=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],f=Ed(process.execPath,u,{detached:!0,stdio:["ignore",o,o],env:{...process.env,COZE_BRIDGE_DAEMON:"1"}});if(f.unref(),typeof f.pid!="number")throw new Error("failed to spawn daemon (no pid)");return Td.info("daemon spawned",{pid:f.pid,entry:s}),{pid:f.pid,entry:s}}var Td,gi=Me(()=>{"use strict";q();fe();Td=O("spawn-daemon")});import{spawn as Wd}from"node:child_process";import{mkdir as Jd,unlink as Vd,writeFile as $d}from"node:fs/promises";import{dirname as Yd,join as Xd}from"node:path";function hr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Va(n,e){return new Promise((s,o)=>{let c=Wd(n,e,{stdio:["ignore","pipe","pipe"]}),u="";c.stderr?.on("data",f=>{u+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${u.trim()}`))})})}var lr,_i,wi,$a=Me(()=>{"use strict";q();lr=O("supervisor.launchd"),_i="ai.coze.bridge",wi={platform:"darwin",renderConfig(n){return`<?xml version="1.0" encoding="UTF-8"?>
17
+ `+s)}function dt(n,e,s,o,c,d){if(n.listenerCount("wsClientError")){let f=new Error(c);Error.captureStackTrace(f,dt),n.emit("wsClientError",f,s,e)}else nn(s,o,c,d)}});import{spawn as Lf}from"node:child_process";import{existsSync as Of,openSync as Bf}from"node:fs";import{mkdir as Mf}from"node:fs/promises";import{dirname as zf}from"node:path";import{fileURLToPath as Ff}from"node:url";function mi(n=F()){return Of(n.libEntry)?n.libEntry:Ff(new URL("../index.ts",import.meta.url))}async function wi(n={}){let e=n.paths??F(),s=n.entryOverride??mi(e);await Mf(zf(e.logFile),{recursive:!0});let o=Bf(e.logFile,"a"),d=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],f=Lf(process.execPath,d,{detached:!0,stdio:["ignore",o,o],env:{...process.env,COZE_BRIDGE_DAEMON:"1"}});if(f.unref(),typeof f.pid!="number")throw new Error("failed to spawn daemon (no pid)");return Uf.info("daemon spawned",{pid:f.pid,entry:s}),{pid:f.pid,entry:s}}var Uf,_i=ze(()=>{"use strict";U();ie();Uf=D("spawn-daemon")});import{spawn as tl}from"node:child_process";import{mkdir as nl,unlink as rl,writeFile as il}from"node:fs/promises";import{dirname as sl,join as ol}from"node:path";function ur(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Xa(n,e){return new Promise((s,o)=>{let c=tl(n,e,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",f=>{d+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${d.trim()}`))})})}var dr,Si,Ei,Za=ze(()=>{"use strict";U();dr=D("supervisor.launchd"),Si="ai.coze.bridge",Ei={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>${_i}</string>
22
+ <string>${Si}</string>
23
23
  <key>ProgramArguments</key>
24
24
  <array>
25
- <string>${hr(n.nodeBin)}</string>
26
- <string>${hr(n.entry)}</string>
25
+ <string>${ur(n.nodeBin)}</string>
26
+ <string>${ur(n.entry)}</string>
27
27
  <string>--daemon</string>
28
28
  </array>
29
29
  <key>RunAtLoad</key>
@@ -33,12 +33,12 @@ var W0=Object.create;var Pr=Object.defineProperty;var J0=Object.getOwnPropertyDe
33
33
  <key>ThrottleInterval</key>
34
34
  <integer>10</integer>
35
35
  <key>StandardOutPath</key>
36
- <string>${hr(n.logFile)}</string>
36
+ <string>${ur(n.logFile)}</string>
37
37
  <key>StandardErrorPath</key>
38
- <string>${hr(n.logFile)}</string>
38
+ <string>${ur(n.logFile)}</string>
39
39
  </dict>
40
40
  </plist>
41
- `},configPath(n){return Xd(n.homeDir,"Library","LaunchAgents",`${_i}.plist`)},async install(n){let e=this.configPath(n);await Jd(Yd(e),{recursive:!0}),await $d(e,this.renderConfig(n),"utf8"),lr.info("plist written",{plistPath:e}),await Va("launchctl",["load","-w",e]),lr.info("launchd job loaded",{label:_i})},async uninstall(n){let e=this.configPath(n);await Va("launchctl",["unload","-w",e]).catch(s=>lr.warn("launchctl unload failed (ignored)",{err:String(s)})),await Vd(e).catch(s=>{if(s.code!=="ENOENT")throw s}),lr.info("launchd job removed",{plistPath:e})}}});import{spawn as Zd}from"node:child_process";import{mkdir as Qd,unlink as el,writeFile as tl}from"node:fs/promises";import{dirname as nl,join as rl}from"node:path";function mr(n,e){return new Promise((s,o)=>{let c=Zd(n,e,{stdio:["ignore","pipe","pipe"]}),u="";c.stderr?.on("data",f=>{u+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${u.trim()}`))})})}var gr,pr,yi,Ya=Me(()=>{"use strict";q();gr=O("supervisor.systemd"),pr="coze-bridge.service",yi={platform:"linux",renderConfig(n){return`[Unit]
41
+ `},configPath(n){return ol(n.homeDir,"Library","LaunchAgents",`${Si}.plist`)},async install(n){let e=this.configPath(n);await nl(sl(e),{recursive:!0}),await il(e,this.renderConfig(n),"utf8"),dr.info("plist written",{plistPath:e}),await Xa("launchctl",["load","-w",e]),dr.info("launchd job loaded",{label:Si})},async uninstall(n){let e=this.configPath(n);await Xa("launchctl",["unload","-w",e]).catch(s=>dr.warn("launchctl unload failed (ignored)",{err:String(s)})),await rl(e).catch(s=>{if(s.code!=="ENOENT")throw s}),dr.info("launchd job removed",{plistPath:e})}}});import{spawn as al}from"node:child_process";import{mkdir as cl,unlink as xl,writeFile as dl}from"node:fs/promises";import{dirname as ul,join as fl}from"node:path";function gr(n,e){return new Promise((s,o)=>{let c=al(n,e,{stdio:["ignore","pipe","pipe"]}),d="";c.stderr?.on("data",f=>{d+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${d.trim()}`))})})}var fr,lr,Ai,Qa=ze(()=>{"use strict";U();fr=D("supervisor.systemd"),lr="coze-bridge.service",Ai={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 rl(n.homeDir,".config","systemd","user",pr)},async install(n){let e=this.configPath(n);await Qd(nl(e),{recursive:!0}),await tl(e,this.renderConfig(n),"utf8"),gr.info("systemd unit written",{unitPath:e}),await mr("systemctl",["--user","daemon-reload"]),await mr("systemctl",["--user","enable","--now",pr]),gr.info("systemd unit enabled",{unitName:pr})},async uninstall(n){let e=this.configPath(n);await mr("systemctl",["--user","disable","--now",pr]).catch(s=>gr.warn("systemctl disable failed (ignored)",{err:String(s)})),await el(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await mr("systemctl",["--user","daemon-reload"]).catch(()=>{}),gr.info("systemd unit removed",{unitPath:e})}}});import{spawn as il}from"node:child_process";import{join as sl}from"node:path";function Xa(n,e){return new Promise((s,o)=>{let c=il(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),u="";c.stderr?.on("data",f=>{u+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${u.trim()}`))})})}var bi,_r,vi,Za=Me(()=>{"use strict";q();bi=O("supervisor.taskscheduler"),_r="CozeBridge",vi={platform:"win32",renderConfig(n){return`<?xml version="1.0" encoding="UTF-16"?>
55
+ `},configPath(n){return fl(n.homeDir,".config","systemd","user",lr)},async install(n){let e=this.configPath(n);await cl(ul(e),{recursive:!0}),await dl(e,this.renderConfig(n),"utf8"),fr.info("systemd unit written",{unitPath:e}),await gr("systemctl",["--user","daemon-reload"]),await gr("systemctl",["--user","enable","--now",lr]),fr.info("systemd unit enabled",{unitName:lr})},async uninstall(n){let e=this.configPath(n);await gr("systemctl",["--user","disable","--now",lr]).catch(s=>fr.warn("systemctl disable failed (ignored)",{err:String(s)})),await xl(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await gr("systemctl",["--user","daemon-reload"]).catch(()=>{}),fr.info("systemd unit removed",{unitPath:e})}}});import{spawn as ll}from"node:child_process";import{join as gl}from"node:path";function ec(n,e){return new Promise((s,o)=>{let c=ll(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),d="";c.stderr?.on("data",f=>{d+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${d.trim()}`))})})}var Ci,hr,Ii,tc=ze(()=>{"use strict";U();Ci=D("supervisor.taskscheduler"),hr="CozeBridge",Ii={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,7 +76,7 @@ WantedBy=default.target
76
76
  </Exec>
77
77
  </Actions>
78
78
  </Task>
79
- `},configPath(n){return sl(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await Xa("schtasks",["/Create","/SC","ONLOGON","/TN",_r,"/TR",e,"/RU",n.userName,"/F"]),bi.info("task scheduler entry created",{task:_r})},async uninstall(n){await Xa("schtasks",["/Delete","/TN",_r,"/F"]).catch(e=>bi.warn("schtasks /Delete failed (ignored)",{err:String(e)})),bi.info("task scheduler entry removed",{task:_r})}}});var Si={};Wi(Si,{buildContext:()=>xl,getSupervisor:()=>cl,launchdSupervisor:()=>wi,systemdSupervisor:()=>yi,taskSchedulerSupervisor:()=>vi});import{homedir as ol,userInfo as al}from"node:os";function cl(n=process.platform){switch(n){case"darwin":return wi;case"linux":return yi;case"win32":return vi;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function xl(){let n=H();return{nodeBin:process.execPath,entry:hi(n),logFile:n.logFile,homeDir:ol(),userName:al().username}}var Ei=Me(()=>{"use strict";fe();gi();$a();Ya();Za()});Ve();q();import{readdir as gc}from"node:fs/promises";import{mkdir as xc,writeFile as uc}from"node:fs/promises";import{join as fc}from"node:path";var dc={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function pt(n,e,s,o){await xc(n,{recursive:!0});let c=dc[e],u=fc(n,c),f=lc(e,s,o);return await uc(u,f,"utf8"),u}function lc(n,e,s){let o=`# Coze Agent: ${e}
79
+ `},configPath(n){return gl(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await ec("schtasks",["/Create","/SC","ONLOGON","/TN",hr,"/TR",e,"/RU",n.userName,"/F"]),Ci.info("task scheduler entry created",{task:hr})},async uninstall(n){await ec("schtasks",["/Delete","/TN",hr,"/F"]).catch(e=>Ci.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Ci.info("task scheduler entry removed",{task:hr})}}});var Pi={};Zi(Pi,{buildContext:()=>wl,getSupervisor:()=>ml,launchdSupervisor:()=>Ei,systemdSupervisor:()=>Ai,taskSchedulerSupervisor:()=>Ii});import{homedir as hl,userInfo as pl}from"node:os";function ml(n=process.platform){switch(n){case"darwin":return Ei;case"linux":return Ai;case"win32":return Ii;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function wl(){let n=F();return{nodeBin:process.execPath,entry:mi(n),logFile:n.logFile,homeDir:hl(),userName:pl().username}}var ki=ze(()=>{"use strict";ie();_i();Za();Qa();tc()});Ye();U();import{readdir as S0}from"node:fs/promises";import{mkdir as m0,writeFile as w0}from"node:fs/promises";import{join as _0}from"node:path";var y0={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function mt(n,e,s,o){await m0(n,{recursive:!0});let c=y0[e],d=_0(n,c),f=v0(e,s,o);return await w0(d,f,"utf8"),d}function v0(n,e,s){let o=`# Coze Agent: ${e}
80
80
 
81
81
  > framework: \`${n}\`
82
82
 
@@ -86,12 +86,19 @@ WantedBy=default.target
86
86
  `;return`${o}---
87
87
 
88
88
  ${c}
89
- ${hc}`}var hc=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
89
+ ${b0}`}var b0=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
90
90
 
91
- \u8981\u628A\u751F\u6210\u7684\u56FE\u7247 / PDF / \u6587\u4EF6\u76F4\u63A5\u53D1\u5230\u7528\u6237 IM, \u7528:
91
+ \u6BCF\u6761\u7528\u6237\u6D88\u606F\u5F00\u5934\u4F1A\u6709\u4E91\u7AEF\u6CE8\u5165\u7684 \`<coze-context>\` \u5757, \u5F62\u5982:
92
92
 
93
- coze-bridge send image <path> [--caption "\u8BF4\u660E\u6587\u5B57"]
94
- coze-bridge send file <path> [--caption "..."] [--name "report.pdf"]
93
+ <coze-context>
94
+ agentId: <\u4F60\u7684 agentId>
95
+ sessionId: <\u5F53\u524D\u5BF9\u8BDD sessionId>
96
+ </coze-context>
97
+
98
+ \u4ECE\u4E2D\u63D0\u53D6\u4E24\u4E2A ID, \u7528 bash tool \u8C03:
99
+
100
+ coze-bridge send image <path> --agent-id <agentId> --session-id <sessionId> [--caption "\u8BF4\u660E\u6587\u5B57"]
101
+ coze-bridge send file <path> --agent-id <agentId> --session-id <sessionId> [--caption "..."] [--name "report.pdf"]
95
102
 
96
103
  \u7EA6\u675F:
97
104
  - path \u5FC5\u987B\u5728\u5F53\u524D workspace \u5B50\u6811\u4E0B (\u7EDD\u5BF9\u6216\u76F8\u5BF9\u7686\u53EF)
@@ -99,27 +106,29 @@ ${hc}`}var hc=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
99
106
  - \u652F\u6301: image/png|jpeg|webp|gif, application/pdf, text/plain|markdown
100
107
  - \u547D\u4EE4\u540C\u6B65\u7B49\u8FD4\u56DE (\u4E00\u822C 1-30s \u89C6\u6587\u4EF6\u5927\u5C0F), \u9000 0 \u5373\u5DF2\u9001\u8FBE
101
108
  - \u5931\u8D25\u9519\u8BEF\u4FE1\u606F\u5728 stderr, \u770B\u5B8C\u518D\u8C03\u6574\u91CD\u8BD5
109
+ - \`sessionId\` \u5FC5\u987B\u7528\u4E91\u7AEF \`<coze-context>\` \u7ED9\u7684 ID, **\u4E0D\u8981**\u81EA\u5DF1\u7F16\u6216\u8005\u7528\u5176\u5B83\u6765\u6E90
102
110
 
103
111
  \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
104
- `;var Ae=O("agent-detail-sync"),pn=class{constructor(e){this.opts=e}opts;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await gc(s)}catch(c){Ae.info("agents dir not found, skip detail sync",{root:s,err:String(c)});return}Ae.info("starting detail sync",{reason:e,count:o.length});for(let c of o)try{await this.syncOne(c)}catch(u){Ae.warn("detail sync failed for agent, skipping",{agentId:c,err:String(u)})}Ae.info("detail sync done",{reason:e})}async syncOne(e){let s=await ge(e,this.opts.paths);if(!s){Ae.info("detail sync: agent config missing, skip",{agentId:e});return}let o;try{o=await this.opts.sendDetail({_meta:{cozeAgentId:e}})}catch(f){Ae.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});return}if(o.agentId&&o.agentId!==e){Ae.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:o.agentId});return}let c=!1,u=!1;if(o.agentName&&o.agentName!==s.agentName&&(s.agentName=o.agentName,c=!0),o.description!==void 0&&o.description!==s.description&&(s.description=o.description,c=!0),o.cozeIdentity&&o.cozeIdentity!==s.cozeIdentity&&(s.cozeIdentity=o.cozeIdentity,c=!0,u=!0),o.deployType&&Ae.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){Ae.debug("detail sync: no diff",{agentId:e});return}await Se(s,this.opts.paths),Ae.info("detail sync: config updated",{agentId:e,identityChanged:u,agentName:s.agentName}),u&&(await pt(s.workspace,s.framework,e,s.cozeIdentity),await this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};Ve();import{spawn as ys}from"node:child_process";import{lstat as Lr,mkdir as _c,readFile as bs,readdir as wc,rm as yc,stat as bc,writeFile as _s}from"node:fs/promises";import{join as ke,normalize as vc,relative as vs,resolve as Sc,sep as Ss}from"node:path";var Ie={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 Ut(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function ns(n){let{_meta:e,...s}=n;return{stripped:s,meta:e}}function mt(n){if(!n?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return n.cozeAgentId}var E=class extends Error{code;retriable;cause;constructor(e,s,o){super(s),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};q();fe();function Ue(n,e){if(Ut(n)!=="cloud")throw new E("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function mn(n){return n.startsWith("http://")||n.startsWith("https://")}function _n(n){return n.endsWith("/")?n.slice(0,-1):n}q();var wn="1008033",rs="1289";var is="pbbp2",ss="https://www.coze.cn",os="/api/coze_claw/resource/get_frontier_key",pc="https://www.coze.cn",mc="wss://frontier.coze.cn";function yn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??pc}function as(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??mc}function _t(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 bn(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var cs=O("handshake");async function xs(n){let e=yn(n.endpoint),s=n.timeoutMs??1e4,o=`${_n(e)}${os}?aid=${encodeURIComponent(wn)}`,c={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",..._t(n.ppeOverride)},u=new AbortController,f=setTimeout(()=>u.abort(),s);cs.info("frontier key handshake",{base:e});try{let h=await fetch(o,{method:"GET",headers:c,signal:u.signal}),m=h.headers.get("x-tt-logid")??"",w=h.headers.get("x-tt-trace-id")??"";if(!h.ok){let N=await h.text().catch(()=>"");throw new E("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${h.status} logid=${m}: ${N.slice(0,200)}`)}let b=await h.json();if(b.code!==void 0&&b.code!==0)throw new E("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${b.code} msg=${b.msg??"-"} logid=${m}`);let S=b.data?.access_key,A=b.data?.device_id;if(!S||!A)throw new E("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id logid=${m}: ${JSON.stringify(b)}`);return cs.info("handshake ok",{remoteDeviceId:A,logid:m,traceId:w}),{accessKey:S,deviceId:A}}catch(h){throw h instanceof E?h:h.name==="AbortError"?new E("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${s}ms)`):new E("UPSTREAM_HANDSHAKE_FAILED",String(h),{cause:h})}finally{clearTimeout(f)}}var Dr="https://llm-gateway.coze.cn",Pe="auto";function us(n){return{model:n.model??Pe,...n.modelToken?{modelToken:n.modelToken}:{}}}function fs(n){return!n||n===Pe}function ds(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Dr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Pe):fs(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function ls(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Pe}"`):fs(n.model)||e.push("-c",`model="${n.model}"`),n.modelToken&&(e.push("-c",'model_providers.coze.name="coze"'),e.push("-c",`model_providers.coze.base_url="${Dr}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"')),e}function hs(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function Rr(n){let{ttEnv:e,usePpe:s}=bn(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function gs(n,e){if(!n.modelToken)return{};let s=Rr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([c,u])=>`${c}:${u}`).join(`
105
- `)}}function Or(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function ps(n,e){if(!n.modelToken)return null;let s=n.model||Pe,o=Rr(e),c={baseUrl:`${Dr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:["text"],cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(c.headers=o),c}function ms(n,e){if(!n.modelToken)return[];let s=Rr(e),o=[];for(let[c,u]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${c}="${u}"`);return o}var de=O("agent-handlers"),ws=5*1024*1024,Ec=1,Cc=6,Ac=new Set(["node_modules",".git",".coze","dist","build",".next"]),vn=class{constructor(e){this.opts=e}opts;async listSkills(e){Ue(e._meta,"_agent/listSkills");let s=mt(e._meta),o=await this.loadAgentCfg(s),c=o?.workspace??Fe(s).workspace,u=o?.skills??[],f=[];for(let h of u){let m=ke(c,h.relPath,"SKILL.md");await bc(m).then(b=>b.isFile()).catch(()=>!1)&&f.push(Dc(h))}return{skills:f}}async addSkills(e){Ue(e._meta,"_agent/addSkills");let s=mt(e._meta),o=await this.requireAgentCfg(s),c=e.skills??[],u=[...o.skills??[]],f=new Map(u.map((m,w)=>[m.skillId,w])),h=[];for(let m of c){let w=await Nr({agentId:s,workspace:o.workspace,framework:o.framework,skill:m});Br(u,f,w),h.push(m)}return await hn(s,u),await this.reloadAgentSessions(s,"skills-added"),{installedSkills:h}}async removeSkills(e){Ue(e._meta,"_agent/removeSkills");let s=mt(e._meta),o=await this.requireAgentCfg(s),c=new Set(e.skillIds??[]),u=o.skills??[],f=[];for(let h of u){if(!c.has(h.skillId)){f.push(h);continue}let m=ke(o.workspace,h.relPath);await yc(m,{recursive:!0,force:!0}),de.info("skill removed",{agentId:s,skillId:h.skillId,relPath:h.relPath})}return await hn(s,f),await this.reloadAgentSessions(s,"skills-removed"),{ok:!0}}reloadAgentSessionsPublic(e,s){return this.reloadAgentSessions(e,s)}async reloadAgentSessions(e,s){let o=this.opts.agents.get(e);if(o&&o.framework!=="codex"){for(let[c,u]of o.sessions)if(!(!u.downstream||!u.acpSessionId)){u.loadingSession=!0;try{await u.downstream.sessionLoad({sessionId:u.acpSessionId,cwd:o.workspace}),de.info("session reloaded",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u.acpSessionId})}catch(f){de.warn("session reload failed",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:u.acpSessionId,err:String(f)})}finally{u.loadingSession=!1}}}}async updateAgent(e){if(!e.cozeIdentity?.trim())return de.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let s=e.agentId,o=await ge(s);if(!o)throw new E("AGENT_NOT_FOUND",`agent not found: ${s}`);return o.cozeIdentity===e.cozeIdentity?(de.info("_agent/update: cozeIdentity unchanged, noop",{agentId:s}),{ok:!0}):(o.cozeIdentity=e.cozeIdentity,await Se(o),await pt(o.workspace,o.framework,s,e.cozeIdentity),de.info("_agent/update: cozeIdentity rewritten",{agentId:s,framework:o.framework}),await this.reloadAgentSessions(s,"identity-changed"),{ok:!0})}async disconnectAgent(e){let s=e.agentId;if(!s)throw new E("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await ge(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Se(o),de.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}):(de.warn("_agent/disconnect: agent not found, ignoring",{agentId:s}),{ok:!0})}async switchModel(e){if(Ue(e._meta,"_agent/switchModel"),!e.agentId)throw new E("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Pe,o=await ge(e.agentId);if(!o)throw new E("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,await Se(o),de.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let c=this.opts.agents.get(e.agentId);if(!c)return de.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};c.model=s;let u=[];for(let[f,h]of c.allSessionQueues())u.push(h.enqueue(async()=>{let m=c.sessions.get(f);m?.downstream&&(await m.downstream.stop(`switchModel: ${s}`).catch(()=>{}),m.downstream=void 0)}));return await Promise.all(u),de.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:u.length}),{ok:!0}}async resetAgent(e){if(Ue(e._meta,Ie.RESET),!e.agentId)throw new E("IPC_BAD_REQUEST",`${Ie.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Ie.RESET,e.reason),{ok:!0}}async repairAgent(e){if(Ue(e._meta,Ie.REPAIR),!e.agentId)throw new E("IPC_BAD_REQUEST",`${Ie.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new E("IPC_BAD_REQUEST",`${Ie.REPAIR} only allowed for openclaw, got ${s.framework}`);if(s&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,s.workspace)}catch(o){de.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,Ie.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,s,o){if(!this.opts.detailSyncer){de.warn("detailSyncer not wired, skipping sync",{method:s,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(c){de.warn("detail sync failed (ignored)",{method:s,agentId:e,reason:o,err:String(c)})}}async getFileTree(e){Ue(e._meta,"_agent/getFileTree");let s=e._meta,o=mt(s),c=await this.resolveWorkspace(o),u=e.filePath??"",f=this.safeJoin(c,u),h=await Lr(f).catch(()=>null);if(!h)throw new E("IPC_BAD_REQUEST",`path not found: ${u}`);if(h.isSymbolicLink())throw new E("IPC_BAD_REQUEST",`symlink not allowed: ${u}`);let m=Mc(e.depth);return h.isDirectory()?{tree:await Es(c,f,u,m)}:{tree:[{name:zc(u),path:Cs(u||"."),isDir:!1,size:h.size,modifiedAt:Math.floor(h.mtimeMs)}]}}async getFileContent(e){Ue(e._meta,"_agent/getFileContent");let s=mt(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new E("IPC_BAD_REQUEST","filePath required");let c=this.safeJoin(o,e.filePath),u=await Lr(c).catch(()=>null);if(!u||!u.isFile())throw new E("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(u.isSymbolicLink())throw new E("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(u.size>ws)throw new E("IPC_BAD_REQUEST",`file too large: ${u.size} bytes (max ${ws})`);let f=await bs(c);return f.includes(0)?{content:f.toString("base64"),encoding:"base64",size:u.size}:{content:f.toString("utf8"),encoding:"utf-8",size:u.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await ge(e).catch(()=>null))?.workspace??Fe(e).workspace}safeJoin(e,s){let o=Sc(e,s||"."),c=vs(e,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${Ss}`))throw new E("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return ge(e)}async requireAgentCfg(e){let s=await this.loadAgentCfg(e);if(!s)throw new E("AGENT_NOT_FOUND",`no config for agent: ${e}`);return s}};function Ic(n){let e=n.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new E("IPC_BAD_REQUEST",`invalid skill name: ${n}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new E("IPC_BAD_REQUEST",`reserved windows filename: ${n}`);return e}function Pc(n){return n==="claude-code"?ke(".claude","skills"):ke(".agents","skills")}var kc=3e4,Tc=50*1024*1024,Sn=3e4;async function Nr(n){let{agentId:e,workspace:s,framework:o,skill:c}=n;if(!c.skillName)throw new E("IPC_BAD_REQUEST","skill missing skillName");let u=typeof c.content=="string"&&c.content.length>0,f=typeof c.downloadUrl=="string"&&c.downloadUrl.length>0;if(!u&&!f)throw new E("IPC_BAD_REQUEST",`skill ${c.skillId} missing both content and downloadUrl`);let h=Ic(c.skillName),m=Pc(o),w=ke(m,h),b=ke(s,w);if(await _c(b,{recursive:!0}),u){let A=Buffer.from(c.content,"utf8");qt(A.length),await _s(ke(b,"SKILL.md"),A,"utf8")}else{let A=await Rc(c.downloadUrl);Lc(A)?await Nc(A,b):await _s(ke(b,"SKILL.md"),A.toString("utf8"),"utf8")}let S={skillId:c.skillId,skillName:c.skillName,relPath:w,installedAt:Date.now(),...c.description?{description:c.description}:{},...c.icon?{icon:c.icon}:{},...c.version?{version:c.version}:{},...c.downloadUrl?{downloadUrl:c.downloadUrl}:{},...c.config?{config:c.config}:{},...c.builtin?{builtin:c.builtin}:{}};return de.info("skill installed",{agentId:e,skillId:c.skillId,skillName:c.skillName,relPath:w,source:u?"content":"downloadUrl"}),S}function Br(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 Dc(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 Rc(n){if(!n)throw new E("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);qt(e);let s=Oc(n);return qt(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await bs(e);return qt(s.length),s}if(mn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),kc);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new E("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let c=await o.arrayBuffer();return qt(c.byteLength),Buffer.from(c)}finally{clearTimeout(s)}}throw new E("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function qt(n){if(n>Tc)throw new E("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function Oc(n){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(n);if(!e)throw new E("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 Lc(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Nc(n,e){await Bc(n),await new Promise((s,o)=>{let c=ys("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),u="";c.stderr?.on("data",h=>{u+=String(h)});let f=setTimeout(()=>{c.kill("SIGKILL"),o(new E("IPC_BAD_REQUEST",`tar extract timeout (${Sn}ms)`))},Sn);c.on("error",h=>{clearTimeout(f),o(new E("IPC_BAD_REQUEST",`tar spawn failed: ${h.message}`,{cause:h}))}),c.on("exit",h=>{clearTimeout(f),h===0?s():o(new E("IPC_BAD_REQUEST",`tar exit ${h}${u?`: ${u.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)})}async function Bc(n){let e=await new Promise((s,o)=>{let c=ys("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),u="",f="";c.stdout?.on("data",m=>{u+=String(m)}),c.stderr?.on("data",m=>{f+=String(m)});let h=setTimeout(()=>{c.kill("SIGKILL"),o(new E("IPC_BAD_REQUEST",`tar list timeout (${Sn}ms)`))},Sn);c.on("error",m=>{clearTimeout(h),o(new E("IPC_BAD_REQUEST",`tar list spawn failed: ${m.message}`))}),c.on("exit",m=>{clearTimeout(h),m===0?s(u):o(new E("IPC_BAD_REQUEST",`tar list exit ${m}${f?`: ${f.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)});for(let s of e.split(`
106
- `)){let o=s.trim();if(!o)continue;let c=o.charCodeAt(0);if(c!==45&&c!==100)throw new E("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let f=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!f)continue;if(f.startsWith("/"))throw new E("IPC_BAD_REQUEST",`tar entry absolute path: ${f}`);if(f.split(/[/\\]/).some(m=>m===".."))throw new E("IPC_BAD_REQUEST",`tar entry contains '..': ${f}`)}}async function Es(n,e,s,o){if(o<=0)return[];let c;try{c=await wc(e,{withFileTypes:!0})}catch{return[]}let u=[];for(let f of c){if(Ac.has(f.name)||f.isSymbolicLink())continue;let h=ke(e,f.name),m=vc(ke(s,f.name)),w=null;try{w=await Lr(h)}catch{continue}if(w.isSymbolicLink())continue;let b={name:f.name,path:Cs(vs(n,h)),isDir:w.isDirectory(),size:w.size,modifiedAt:Math.floor(w.mtimeMs)};w.isDirectory()&&o>1&&(b.children=await Es(n,h,m,o-1)),u.push(b)}return u.sort((f,h)=>f.isDir!==h.isDir?f.isDir?-1:1:f.name.localeCompare(h.name)),u}function Mc(n){return!n||n<=0?Ec:Math.min(n,Cc)}function zc(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function Cs(n){return n.split(Ss).join("/")}q();import{readFileSync as wh}from"node:fs";import{dirname as bh,join as vh}from"node:path";import{fileURLToPath as Eh}from"node:url";var En="0.1.39";var Kt=O("agent-health-reporter"),Fc=1e4,Cn=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Fc}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()}),Kt.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),Kt.info("heartbeat stopped"))}async tick(){if(this.inFlight){Kt.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){Kt.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let s=[];for(let c of this.opts.core.agents.values()){let u=Uc(c);u&&s.push({agentId:c.agentId,status:u})}if(s.length===0)return;let o={agents:s,bridgeVersion:En,_meta:{cozeDeviceId:e}};try{await this.opts.core.sendRequest("_agent/health",o)}catch(c){Kt.warn("heartbeat batch send failed",{count:s.length,err:String(c)})}}finally{this.inFlight=!1}}};function Uc(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}Ve();import{mkdir as Fr,rm as gx}from"node:fs/promises";q();import{execFile as qc}from"node:child_process";import{promisify as Kc}from"node:util";var Is=Kc(qc),jt=O("agents.acp-installer"),jc={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},Gc=5e4,Hc=5e3,Wc=5*6e4,In=new Map,An=new Map,Mr=new Map;async function As(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await Is(e,[n],{timeout:Hc});return s.split(`
107
- `)[0]?.trim()||void 0}catch{return}}async function Jc(n){jt.info("npm install -g start",{npmPackage:n}),await Is("npm",["install","-g",`${n}@latest`],{timeout:Gc,maxBuffer:10*1024*1024}),jt.info("npm install -g done",{npmPackage:n})}async function Ps(n){let e=jc[n];if(!e)return;let s=In.get(n);if(s)return s;let o=An.get(n);if(o&&Date.now()-o<Wc)return;let c=Mr.get(n);if(c)return c;let u=(async()=>{let f=await As(e.binary);if(f)return In.set(n,f),jt.info("acp wrapper found on PATH",{binary:e.binary,path:f}),f;try{await Jc(e.npmPackage)}catch(m){jt.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:e.npmPackage,err:String(m)}),An.set(n,Date.now());return}let h=await As(e.binary);if(!h){jt.warn("acp wrapper installed but binary not found on PATH",{binary:e.binary}),An.set(n,Date.now());return}return In.set(n,h),An.delete(n),h})().finally(()=>{Mr.delete(n)});return Mr.set(n,u),u}function Pn(n){return In.get(n)}import{spawn as Zc,spawnSync as Qc}from"node:child_process";function Gt(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function Ht(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function wt(n,e){return{jsonrpc:"2.0",id:n,result:e}}function it(n,e){return{jsonrpc:"2.0",id:n,error:e}}var kn=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};function ks(n){return"method"in n&&"id"in n&&n.id!==void 0}function Ts(n){return"method"in n&&!("id"in n)}function Tn(n){return!("method"in n)&&"id"in n}var Vc={AGENT_NOT_FOUND:G.AGENT_NOT_FOUND,AGENT_BUSY:G.AGENT_BUSY,AGENT_DISCONNECTED:G.AGENT_DISCONNECTED,AGENT_TIMEOUT:G.AGENT_TIMEOUT,AGENT_SPAWN_FAILED:G.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:G.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:G.INTERNAL_ERROR,BRIDGE_INTERNAL:G.INTERNAL_ERROR,IPC_AUTH_FAILED:G.INTERNAL_ERROR,IPC_BAD_REQUEST:G.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:G.MODEL_TOKEN_GEN_FAILED,OPERATION_NOT_ALLOWED_FOR_LOCAL:G.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:G.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:G.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:G.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:G.FILE_TOO_LARGE,UNSUPPORTED_MIME:G.UNSUPPORTED_MIME,UPLOAD_FAILED:G.UPLOAD_FAILED,UPSTREAM_NOT_READY:G.UPSTREAM_NOT_READY};function Wt(n){return n instanceof E?{code:Vc[n.code]??G.INTERNAL_ERROR,message:n.message,data:{bridgeCode:n.code,retriable:n.retriable}}:{code:G.INTERNAL_ERROR,message:n instanceof Error?n.message:String(n)}}function Ds(n){let e=n.data,s=e?.bridgeCode??"AGENT_PROTOCOL_ERROR";return new E(s,n.message,{retriable:e?.retriable??!1,cause:n.data})}function Rs(n){return`${JSON.stringify(n)}
108
- `}var Dn=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){this.buffer+=typeof e=="string"?e:e.toString("utf8");let s=this.buffer.split(`
109
- `);this.buffer=s.pop()??"";let o=[];for(let c of s){let u=c.replace(/\r$/,"").trim();if(u)try{o.push(JSON.parse(u))}catch(f){this.onError?.({line:u,error:f})}}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 Ls={"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"},Fh=Object.fromEntries(Object.entries(Ls).map(([n,e])=>[e,n])),$c={"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:[]},yt=class{seq=0;next(e,s){this.seq+=1;let o=Ls[e]??Yc(e),c=$c[o]??[],u=[o,String(this.seq)];if(c.length>0){let f=c.map(m=>Os(s?.[m]??"")),h=Xc(f).join(":");h&&u.push(h)}else s&&Object.values(s).some(f=>f)&&u.push(Object.values(s).filter(Boolean).map(f=>Os(String(f))).join(":"));return u.join("_")}reset(){this.seq=0}};function Yc(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function Os(n){return n.replace(/[:_\s]+/g,"-")}function Xc(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}q();var ex=3e4,tx=50,nx=20,Ns=500;function rx(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=Ns?n:`${e.slice(0,Ns)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function Bs(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),Qc("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var $e=class{constructor(e){this.opts=e;this.log=O(`downstream.${this.constructor.name}`),this.decoder=new Dn({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;idAllocator=new yt;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stderrRing=[];sanitizeEnv(e){return e}async start(){if(this.child)throw new E("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",s=Zc(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=>{for(let c of this.decoder.push(o))this.dispatch(c)}),s.stderr?.setEncoding("utf8"),s.stderr?.on("data",o=>{let c=o.trimEnd();this.stderrRing.push(c),this.stderrRing.length>tx&&this.stderrRing.shift(),this.log.debug("stderr",{text:c})}),s.on("exit",(o,c)=>{this.stopped=!0,(o!==0||c!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:c,recentStderr:this.stderrRing.slice(-nx)}),this.failAllPending(new E("AGENT_PROTOCOL_ERROR",`agent exited (${o}/${c})`));for(let f of this.exitHandlers)f(o,c)}),s.on("error",o=>{this.log.error("child error",{err:String(o)}),this.failAllPending(new E("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(u=>s.once("exit",()=>u()));Bs(s.pid,"SIGTERM");let c=setTimeout(()=>{s.killed||Bs(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(c)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e){return this.call("session/prompt",e,0)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Ht("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(wt(e,s))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(it(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=ex){if(!this.child||this.stopped)return Promise.reject(new E("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),u=Gt(c,e,s),f=o>0&&Number.isFinite(o);return new Promise((h,m)=>{let w=f?setTimeout(()=>{this.pending.delete(c),m(new E("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o):null;this.pending.set(c,{resolve:h,reject:m,timer:w,method:e});try{this.writeFrame(u)}catch(b){w&&clearTimeout(w),this.pending.delete(c),m(b)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new E("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(Rs(e))}dispatch(e){if(Tn(e)){let s=e.id!==null?this.pending.get(e.id):void 0;if(!s){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),s.timer&&clearTimeout(s.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:s.method,code:e.error.code,message:e.error.message,data:e.error.data}),s.reject(Ds(e.error))):(this.log.info("downstream returned result",{id:e.id,method:s.method,result:rx(e.result)}),s.resolve(e.result));return}if(Ts(e)){if(e.method==="session/update")for(let s of this.updateHandlers)Promise.resolve(s(e.params)).catch(o=>this.log.warn("update handler failed",{err:String(o)}));else this.log.debug("unknown notification",{method:e.method});return}if(ks(e)){let s=e;this.handleAgentRequest(s).catch(o=>this.log.error("agent request handler failed",{method:s.method,err:String(o)}))}}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(it(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}for(let s of this.agentRequestHandlers)try{await s(e)}catch(o){this.log.error("agentRequestHandler threw",{method:e.method,err:String(o)});try{this.writeFrame(it(e.id,Wt(o)))}catch{}}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.reject(e);this.pending.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 Rn=class extends $e{framework="claude-code";constructor(e){let s=Pn("claude-code"),[o,c]=s?[s,[]]:["npx",["-y",ix]],u=e.command??o,f=e.args??c,h={command:u,args:f,cwd:e.cwd,...e.env?{env:e.env}:{}};super(h)}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 xx}from"node:path";var ux="@zed-industries/codex-acp@latest",On=class extends $e{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=Pn("codex"),[o,c]=s?[s,[]]:["npx",["-y",ux]],u=e.command??o,f=e.args??c,h=e.extraArgs?[...f,...e.extraArgs]:f,m=e.isolateCodexHome?ox(xx(cx(),"coze-bridge-codex-home-")):void 0,w=m?{...e.env??{},CODEX_HOME:m}:e.env,b={command:u,args:h,cwd:e.cwd,...w?{env:w}:{}};super(b),this.authMethodId=e.authMethodId,this.codexHomeDir=m}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 bt=class extends $e{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let s=e.sessionName??"default",o=["acp","--session",`agent:${e.agentId}:${s}`];e.gatewayToken&&o.push("--token",e.gatewayToken);let c={command:e.command,args:o,cwd:e.cwd,...e.env?{env:e.env}:{}};super(c),this.agentId=e.agentId,this.sessionName=s,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.sessionPrompt({sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]}))}get acpSessionName(){return this.sessionName}};q();fe();function zr(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var vt=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}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 Ln=class{agentId;framework;workspace;deployType;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"}getSessionQueue(e){let s=this.sessionQueues.get(e);return s||(s=new vt,this.sessionQueues.set(e,s)),s}allSessionQueues(){return this.sessionQueues.entries()}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)Jt(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function Jt(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as fx}from"node:child_process";import{homedir as dx}from"node:os";import{join as lx}from"node:path";un();q();async function Fs(){let n=lx(dx(),".openclaw/openclaw.json");return(await gt(n))?.gateway?.auth?.token??""}var Ms=O("openclaw.config"),hx=[0,5e3,5e3],zs="models.providers.",Nn="agents.defaults.models",Bn=class{command;env;retryDelaysMs;queue=new vt;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 c=0;c<this.retryDelaysMs.length;c++){let u=this.retryDelaysMs[c]??0;u>0&&await new Promise(f=>setTimeout(f,u));try{return await s()}catch(f){o=f,Ms.warn("openclaw cli failed, will retry",{label:e,attempt:c+1,err:String(f)})}}throw new E("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((s,o)=>{let c=fx(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),u="";c.stderr?.on("data",f=>{u+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`exit ${f}: ${u.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let c=String(o);if(s.some(u=>c.includes(u)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){Ms.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",`${zs}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${zs}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Nn}[${e}]`,()=>this.runCli(["config","set",Nn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Nn}[${e}]`,`${Nn}.${e}`)}ensureAgent(e,s,o){let c=["agents","add",e,"--workspace",s,"--non-interactive"];return o&&c.push("--model",o),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(c,["already exists","already registered"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var Te=O("agent-manager"),px=(n,e,s,o,c,u,f,h)=>{switch(n){case"claude-code":{let m={...c?{...ds(c),...gs(c,f)}:{},...h??{}};return new Rn({cwd:s,...Object.keys(m).length>0?{env:m}:{}})}case"codex":{let m=c?[...ls(c),...ms(c,f)]:[],w={...c?hs(c):{},...h??{}},b=!!c;return new On({cwd:s,...m.length>0?{extraArgs:m}:{},...Object.keys(w).length>0?{env:w}:{},...b?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new bt({command:e,cwd:s,agentId:o,...u?{sessionName:zr(u)}:{},...h&&Object.keys(h).length>0?{env:h}:{}})}};function Us(n){return n==="claude-code"||n==="codex"}var mx={path:"",version:"cloud-deployed"},_x={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},yx=6e4,Mn=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;ipcEndpoint=null;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??px,this.createTimeoutMs=e.createTimeoutMs??yx}setIpcEndpoint(e){this.ipcEndpoint=e}buildCozeBridgeSpawnEnv(e,s){let o=process.platform==="win32"?";":":",c={PATH:`${this.paths.binDir}${o}${process.env.PATH??""}`,COZE_BRIDGE_AGENT_ID:e,COZE_BRIDGE_SESSION_ID:s};return this.ipcEndpoint&&(c.COZE_BRIDGE_IPC_PORT=String(this.ipcEndpoint.port),c.COZE_BRIDGE_IPC_TOKEN=this.ipcEndpoint.token),c}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new E("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=new Bn({command:e.path})}return this.openclawConfigCache}async createAgent(e){if(!e.agentId)throw new E("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new E("IPC_BAD_REQUEST","framework required");let s=Ut(e._meta)==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let o=this.registry.get(e.agentId);if(o){if(o.framework!==e.framework)throw new E("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${o.framework})`);if(o.status==="error")Te.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(D=>Te.warn("dispose stale agent failed (ignored)",{err:String(D)})),this.registry.unregister(e.agentId);else return Te.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 E("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);s&&Us(e.framework)&&await Ps(e.framework);let u=Fe(e.agentId,this.paths),f=Ut(e._meta),h=e.framework==="openclaw"&&f==="local",m=h?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,w=e.workspace??m??u.workspace,b=new AbortController,S=setTimeout(()=>b.abort(new E("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),A,N=!1;try{let D=()=>{if(b.signal.aborted)throw b.signal.reason instanceof Error?b.signal.reason:new E("AGENT_TIMEOUT","_agent/create aborted")};await Fr(u.root,{recursive:!0}),await Fr(w,{recursive:!0}),await Fr(u.logs,{recursive:!0}),D(),h||await pt(w,e.framework,e.agentId,e.cozeIdentity),D();let R=await ge(e.agentId,this.paths).catch(()=>null),M=us({model:e.model??R?.model});if(A=new Ln({agentId:e.agentId,framework:e.framework,workspace:w,model:M.model??Pe,deployType:f}),A.status="ok",R?.sessions){for(let[se,$]of Object.entries(R.sessions))A.sessions.set(se,{acpSessionId:$.acpSessionId,modelToken:$.modelToken,tokenGeneratedAt:$.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let ie=Object.keys(R.sessions).length;ie>0&&Te.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:ie})}this.registry.register(A),N=!0;let V={agentId:e.agentId,framework:e.framework,workspace:w,cozeIdentity:e.cozeIdentity,createdAt:R?.createdAt??Date.now(),sessions:R?.sessions??{},model:M.model};f==="cloud"&&(V.deployType="cloud"),R?.skills&&(V.skills=R.skills),R?.agentName&&(V.agentName=R.agentName),R?.description&&(V.description=R.description),e.framework==="openclaw"&&f==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,w):Te.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let te=e.initialSkills??[];if(te.length>0){let ie=[...V.skills??[]],se=new Map(ie.map((le,T)=>[le.skillId,T])),$=0;for(let le of te)try{let T=await Nr({agentId:e.agentId,workspace:w,framework:e.framework,skill:le});Br(ie,se,T),$++}catch(T){Te.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:le.skillId,skillName:le.skillName,err:String(T)})}$>0&&(V.skills=ie,Te.info("initialSkills installed",{agentId:e.agentId,installed:$,requested:te.length}))}return await Se(V,this.paths),Te.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:f}),{ok:!0,agentId:e.agentId,workspace:w,framework:e.framework}}catch(D){throw Te.error("agent create failed, rolling back",{agentId:e.agentId,err:String(D)}),N&&A&&(await A.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await gx(u.root,{recursive:!0,force:!0}).catch(R=>Te.warn("rm agent dir failed (ignored)",{err:String(R)})),D instanceof E?D:new E("AGENT_SPAWN_FAILED",String(D),{cause:D})}finally{clearTimeout(S)}}async spawnSessionDownstream(e,s,o,c){let f=this.config.frameworksCache?.[e.framework];if(!f)if(e.deployType==="cloud"&&Us(e.framework))f=mx;else throw new E("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);let h=e.deployType==="cloud"?{model:e.model,modelToken:s}:void 0,m=this.buildCozeBridgeSpawnEnv(e.agentId,o),w;e.framework==="openclaw"?w=await this.buildOpenclawDownstream({session:e,modelConfig:h,cloudSessionId:o,cozeEnv:c,command:f.path,cozeBridgeEnv:m}):w=this.factory(e.framework,f.path,e.workspace,e.agentId,h,o,c,m);try{return await w.start(),await w.initialize(_x),w}catch(b){throw await w.stop("spawnSessionDownstream failed").catch(()=>{}),b instanceof E?b:new E("AGENT_SPAWN_FAILED",b instanceof Error?b.message:String(b),{cause:b})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:c,cozeEnv:u,command:f,cozeBridgeEnv:h}=e,m=zr(c);if(s.deployType==="local"){let A=this.config.frameworksCache?.openclaw?.defaultAgent;if(!A?.id||!A.workspace)throw new E("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 bt({command:f,cwd:A.workspace,agentId:A.id,sessionName:m,...h&&Object.keys(h).length>0?{env:h}:{}})}let w=await Fs(),b=o?ps(o,u):null,S;if(b){let A=Or(c),D=b.models[0]?.id??Pe,R=`${A}/${D}`;if(!this.ensuredProviders.has(R)){let M=this.getOpenclawConfig();await M.ensureProvider(A,b),await M.addModelToAllowlist(R),this.ensuredProviders.add(R)}S=R}return new bt({command:f,cwd:s.workspace,agentId:s.agentId,sessionName:m,...w?{gatewayToken:w}:{},...S?{slashModelOnStart:S}:{},...h&&Object.keys(h).length>0?{env:h}:{}})}async openclawRepair(e,s){let o=this.getOpenclawConfig();await o.deleteAgent(e),await o.ensureAgent(e,s)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let s=this.openclawConfigCache;for(let o of e.sessions.keys()){let c=Or(o),u=`${c}/${e.model}`;this.ensuredProviders.delete(u),await s.removeProvider(c),await s.removeModelFromAllowlist(u)}}};import{randomUUID as Dx}from"node:crypto";import{promises as Rx}from"node:fs";import{basename as Ox}from"node:path";import{promises as vx}from"node:fs";import{basename as Sx}from"node:path";q();var qs=O("file-upload"),Ex="/api/coze_claw/file/agent_upload",Cx=6e4;async function Ks(n,e={}){let o=`${_n(yn(e.handshakeBase))}${Ex}`,c=e.timeoutMs??Cx,u=await vx.readFile(n.path),f=new FormData;f.append("agent_id",n.agentId),f.append("session_id",n.sessionId),f.append("file_name",n.name),f.append("file_content",new Blob([u],{type:n.mimeType}),n.name);let h={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",..._t(e.ppeOverride)},m=new AbortController,w=setTimeout(()=>m.abort(),c);qs.info("file upload start",{url:o,agentId:n.agentId,sessionId:n.sessionId,name:n.name,bytes:n.sizeBytes,mime:n.mimeType});try{let b=await fetch(o,{method:"POST",headers:h,body:f,signal:m.signal}),S=b.headers.get("x-tt-logid")??"";if(!b.ok){let D=await b.text().catch(()=>"");throw new E("UPLOAD_FAILED",`upload HTTP ${b.status} logid=${S}: ${D.slice(0,200)}`)}let A=await b.json();if(A.code!==void 0&&A.code!==0)throw new E("UPLOAD_FAILED",`upload code=${A.code} msg=${A.msg??"-"} logid=${S}`);let N=A.data?.file?.file_url;if(!N)throw new E("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${S}: ${JSON.stringify(A).slice(0,200)}`);return qs.info("file upload ok",{uri:N,logid:S}),{uri:N}}catch(b){throw b instanceof E?b:b.name==="AbortError"?new E("UPLOAD_FAILED",`upload timeout (${c}ms) for ${Sx(n.path)}`):new E("UPLOAD_FAILED",String(b),{cause:b})}finally{clearTimeout(w)}}q();import{promises as Ax}from"node:fs";import{extname as Ix}from"node:path";var Px=[{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 kx(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 Tx={".txt":"text/plain",".md":"text/markdown"};async function js(n){let e=await Ax.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),kx(s))return"image/webp";for(let o of Px)if(o.prefix.every((c,u)=>s[u]===c))return o.mime}finally{await e.close()}return Tx[Ix(n).toLowerCase()]??"application/octet-stream"}fe();var Lx=O("agent-send"),Gs=50*1024*1024,Nx=new Set(["image/png","image/jpeg","image/webp","image/gif","application/pdf","text/plain","text/markdown"]);async function Hs(n,e){let s=e.core.get(n.agentId);if(!s)throw new E("AGENT_NOT_FOUND",`agent=${n.agentId}`);if(e.core.disconnectedAgents.has(n.agentId))throw new E("AGENT_DISCONNECTED",`agent=${n.agentId} was disconnected by cloud`);let o=s.sessions.get(n.sessionId);if(!o)throw new E("AGENT_NOT_FOUND",`session=${n.sessionId} not active in agent=${n.agentId}`);if(!await es(n.path,s.workspace))throw new E("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let c=await Rx.stat(n.path).catch(()=>null);if(!c||!c.isFile())throw new E("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(c.size>Gs)throw new E("FILE_TOO_LARGE",`${c.size} bytes > limit ${Gs}`);let u=await js(n.path);if(!Nx.has(u))throw new E("UNSUPPORTED_MIME",`mime=${u} not in whitelist`);if(n.kind==="image"&&!u.startsWith("image/"))throw new E("UNSUPPORTED_MIME",`kind=image but mime=${u}`);if(!e.core.upstream.isConnected())throw new E("UPSTREAM_NOT_READY","cloud WS not connected");let f=n.name??Ox(n.path),h=await Ks({patToken:e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:u,name:f,sizeBytes:c.size},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),m={sessionUpdate:"agent_file",messageId:Dx(),content:{type:n.kind==="image"?"image":"resource",uri:h.uri,mimeType:u,name:f,sizeBytes:c.size,...h.fileId!==void 0?{fileId:h.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}};return await e.core.sendAgentFileUpdate(s,o,n.sessionId,m),Lx.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:f,bytes:c.size,mime:u,uri:h.uri}),{ok:!0,uri:h.uri,bytes:c.size,mimeType:u,...h.fileId!==void 0?{fileId:h.fileId}:{}}}q();import{execFile as Bx}from"node:child_process";import{promisify as Mx}from"node:util";var zx=Mx(Bx),Ye=O("coze-cli-installer"),Ws="@coze/cli@0.1.3-alpha.89c42a",Js="https://bnpm.byted.org",Fx="coze",Ux=5e3,qx=9e4,Vs=1e4,Vt=null,Ur=!1;async function $s(n,e={}){if(Ur)return;if(Vt)return Vt;let s=e.exec??zx;return Vt=(async()=>{try{let o=await Kx(Fx,s);if(o){Ye.info("coze-cli already on PATH, skip install + config + auth",{path:o}),Ur=!0;return}Ye.info("coze-cli install start",{package:Ws,registry:Js});try{await s("npm",["i","-g",Ws,"--registry",Js],{timeout:qx,maxBuffer:10*1024*1024}),Ye.info("coze-cli install ok")}catch(c){Ye.warn("coze-cli install failed (skip subsequent steps)",{err:String(c)});return}if(n.env)try{await s("coze",["config","set","xTTEnv",n.env],{timeout:Vs}),Ye.info("coze config set xTTEnv ok",{env:n.env})}catch(c){Ye.warn("coze config set failed (continue to auth login)",{err:String(c)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:Vs}),Ye.info("coze auth login ok")}catch(c){Ye.warn("coze auth login failed",{err:String(c)});return}Ur=!0}finally{Vt=null}})(),Vt}async function Kx(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:Ux});return o.split(`
110
- `)[0]?.trim()||void 0}catch{return}}q();import{spawn as jx}from"node:child_process";import{constants as Ys,access as Gx}from"node:fs/promises";import{delimiter as Hx,join as Wx}from"node:path";var Xs=O("framework-detector"),Zs={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},Jx=[".exe",".cmd",".bat",".ps1"],St=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??jx,access:e.access??Gx}}async detect(e){let s=Zs[e],o=await this.which(s);if(!o)return Xs.debug("framework binary not found",{framework:e,bin:s}),null;let[c,u]=await Promise.all([this.probeVersion(o),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:c};return u&&(f.defaultAgent=u),f}async detectAll(){let e=await Promise.all(Object.keys(Zs).map(async o=>[o,await this.detect(o)])),s={};for(let[o,c]of e)c&&(s[o]=c);return s}async which(e){let s=this.env.pathEnv.split(Hx).filter(Boolean),o=this.env.platform==="win32"?["",...Jx]:[""];for(let c of s)for(let u of o){let f=Wx(c,e+u);if(await this.isExecutable(f))return f}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?Ys.F_OK:Ys.X_OK;return await this.env.access(e,s),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let s=await this.runProbe(e,["agents","list","--json"]);if(!s||s.code!==0)return null;try{let o=JSON.parse(s.stdout);if(!Array.isArray(o))return null;let c=o.find(u=>u?.isDefault===!0);return!c?.id||!c.workspace?null:{id:c.id,workspace:c.workspace}}catch(o){return Xs.warn("openclaw agents list --json parse failed",{err:String(o)}),null}}async probeVersion(e){let s=await this.runProbe(e,["--version"]);return s&&($x(s.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let c="",u=!1,f,h=m=>{u||(u=!0,f&&clearTimeout(f),o(m))};try{let m=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});f=setTimeout(()=>{m.kill("SIGKILL"),h(null)},5e3),m.stdout?.on("data",w=>{c+=w.toString("utf8")}),m.on("error",()=>h(null)),m.on("close",w=>h({code:w,stdout:c}))}catch{h(null)}})}},Vx=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function $x(n){return n.replace(Vx,"")}un();fe();var Yx=10*6e4;function Qs(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?Yx:e}function zn(n){return gt(n??H().configFile)}function Et(n,e){return xn(e??H().configFile,n)}import{randomBytes as xu}from"node:crypto";import{mkdir as Xx,readFile as Zx,realpath as Qx,writeFile as eu}from"node:fs/promises";import{basename as tu,dirname as qr,join as nu,relative as ru,resolve as eo,sep as iu}from"node:path";q();var no=O("fs-rpc");async function ro(n,e){let s=await so(n.path,e);return await Xx(qr(s),{recursive:!0}),await eu(s,n.content,"utf8"),no.info("fs/write_text_file ok",{path:s,size:n.content.length}),null}async function io(n,e){let s=await so(n.path,e),o=await Zx(s,"utf8"),c=o;if(typeof n.line=="number"||typeof n.limit=="number"){let u=o.split(`
111
- `),f=Math.max(0,(n.line??1)-1),h=typeof n.limit=="number"?f+n.limit:void 0;c=u.slice(f,h).join(`
112
- `)}return no.info("fs/read_text_file ok",{path:s,size:c.length}),{content:c}}async function so(n,e){if(typeof n!="string"||n.length===0)throw new E("IPC_BAD_REQUEST","path must be a non-empty string");let[s,o]=await Promise.all([to(eo(e)),to(eo(n))]),c=ru(s,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${iu}`))throw new E("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function to(n){let e=[],s=n;for(;s!==qr(s);)try{let o=await Qx(s);return e.length?nu(o,...e.reverse()):o}catch{e.push(tu(s)),s=qr(s)}return n}q();var oo=O("prompt-multimodal"),ao=10*1024*1024,su=15e3;async function co(n){return Promise.all(n.map(ou))}async function ou(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!mn(e.uri))return n;try{let{buf:s,contentType:o}=await cu(e.uri),c=e.mimeType||au(o)||"application/octet-stream";return oo.info("image uri fetched and inlined",{uri:e.uri,bytes:s.length,mimeType:c}),{type:"image",data:s.toString("base64"),mimeType:c}}catch(s){return oo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function au(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function cu(n){let e=new AbortController,s=setTimeout(()=>e.abort(),su);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new Error(`HTTP ${o.status} ${o.statusText}`);let c=await o.arrayBuffer();if(c.byteLength>ao)throw new Error(`image too large: ${c.byteLength} bytes (max ${ao})`);return{buf:Buffer.from(c),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}Ve();q();var U=O("core"),uu=3e4,fu=3e4,Fn=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new yt;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=Qs(e.bridgeConfig)}registerExtension(e,s){this.extensions[e]=s}getCozeEnv(){return this.currentCozeEnv}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),await this.upstream.start(),U.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){U.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),U.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let s of this.registerHandlers)try{s(e.agentId)}catch(o){U.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)&&U.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,s,o){let c=o.downstream;c&&(c.onUpdate(u=>{o.loadingSession||this.forwardUpdate(e,u)}),c.onAgentRequest(u=>{this.handleAgentRequest(e,c,u)}),c.onExit((u,f)=>{U.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:u,signal:f}),Jt(o),o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId)}))}async handleFrame(e){if(Tn(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&&(this.currentCozeEnv=o);try{if(e.method.startsWith("_agent/")){let c=this.extensions[e.method];if(!c){s!==null?await this.sendError(s,G.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):U.warn("drop notification: extension not registered",{method:e.method});return}let u=await c(e,this);s!==null&&await this.upstream.send(wt(s,u));return}if(e.method.startsWith("session/")){let c=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(wt(s,c));return}if(e.method==="initialize"){s!==null&&await this.upstream.send(wt(s,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}s!==null?await this.sendError(s,G.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):U.warn("drop unknown notification",{method:e.method})}catch(c){U.error("handleFrame failed",{method:e.method,err:String(c)}),s!==null&&await this.upstream.send(it(s,Wt(c)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new E("IPC_BAD_REQUEST",`${e.method} requires params`);let s=e.params,o=s._meta?.cozeAgentId;if(!o)throw new E("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let c=this.agents.get(o);if(!c)throw this.disconnectedAgents.has(o)?new E("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new E("AGENT_NOT_FOUND",`agent not found: ${o}`);let u=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!u)return this.dispatchSessionCall(c,e.method,s);let f=Date.now(),h=!1;try{let m=await c.getSessionQueue(u).enqueue(()=>this.dispatchSessionCall(c,e.method,s));return h=!0,m}finally{U.info("session call done",{agentId:c.agentId,method:e.method,durationMs:Date.now()-f,ok:h})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:c}=ns(o);switch(s){case"session/new":{let u=du();return U.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:u}),{sessionId:u}}case"session/load":{let u=c;return U.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:u.sessionId}),{}}case"session/prompt":{let u=c,f=u.sessionId;if(!f)throw new E("IPC_BAD_REQUEST","session/prompt: missing sessionId");let h=await this.ensureRuntime(e,f);if(h.replySeq=0,await this.ensureDownstream(e,f,h),!h.downstream||!h.acpSessionId)throw new E("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let m=o._meta?.cozeTriggerMsgId;m?e.activeTriggers.set(h.acpSessionId,m):e.activeTriggers.delete(h.acpSessionId);let w=await co(u.prompt);try{let b=await h.downstream.sessionPrompt({...u,sessionId:h.acpSessionId,prompt:w});return h.lastActiveAt=Date.now(),b}finally{e.activeTriggers.delete(h.acpSessionId),h.downstream?.isAlive()&&this.armIdleTimer(e,f,h)}}case"session/cancel":{let f=c.sessionId;if(!f)throw new E("IPC_BAD_REQUEST","session/cancel: missing sessionId");let h=e.sessions.get(f);return h?.downstream?.isAlive()&&h.acpSessionId&&await h.downstream.sessionCancel({sessionId:h.acpSessionId}),{ok:!0}}default:throw new E("IPC_BAD_REQUEST",`session method not supported: ${s}`)}}async ensureRuntime(e,s){let o=e.sessions.get(s);if(o)return o;let u={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,u),await this.persistSessionMapping(e),u}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let c=await this.sendRequest(Ie.GEN_MODEL_TOKEN,o,fu);if(!c?.modelToken)throw new E("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return c.modelToken}catch(c){throw c instanceof E&&c.code==="MODEL_TOKEN_GEN_FAILED"?c:new E("MODEL_TOKEN_GEN_FAILED",c instanceof Error?c.message:String(c),{cause:c})}}async ensureDownstream(e,s,o){if(Jt(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new E("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let c=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv);if(o.downstream=c,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await c.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),U.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(u){U.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(u)}),o.acpSessionId=void 0;let f=await c.sessionNew({cwd:e.workspace});o.acpSessionId=f.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let u=await c.sessionNew({cwd:e.workspace});o.acpSessionId=u.sessionId,await this.persistSessionMapping(e)}c.afterSessionEstablished&&o.acpSessionId&&await c.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(Jt(o),this.isRuntimeBusy(e,o)){U.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)){U.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:s}),this.armIdleTimer(e,s,o);return}U.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:s});let c=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),c&&c.stop("idle timeout").catch(u=>U.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(u)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,s){if(s.acpSessionId&&e.activeTriggers.has(s.acpSessionId))return!0;let o=s.downstream;if(!o)return!1;for(let c of this.pendingUpstream.values())if(c.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,s,o,c){let u={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let f=e.activeTriggers.get(s.acpSessionId);f&&(u.cozeTriggerMsgId=f)}await this.upstream.send(Ht("session/update",{sessionId:o,update:c,_meta:u}))}forwardUpdate(e,s){let o=s.sessionId,c=this.reverseSessionId(e,o);if(!c){U.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let u=e.sessions.get(c);if(!u){U.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:c});return}if(lu(s)){U.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let f={cozeAgentId:e.agentId,cozeReplySeqID:++u.replySeq},h=e.activeTriggers.get(o);h&&(f.cozeTriggerMsgId=h),this.upstream.send(Ht("session/update",{...s,sessionId:c,_meta:f})).catch(m=>U.warn("forward update failed",{agentId:e.agentId,err:String(m)}))}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}U.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 c=e.workspace;if(o.method==="fs/write_text_file"){let u=o.params??{},f=await ro(u,c);s.respondAgentRequest(o.id,f)}else{let u=o.params??{},f=await io(u,c);s.respondAgentRequest(o.id,f)}}catch(c){U.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(c)}),s.respondAgentRequestError(o.id,Wt(c))}}forwardPermissionRequest(e,s,o){let c=this.upstreamIds.next("session/request_permission"),u=o.params??{},h=u.sessionId,m=h?e.activeTriggers.get(h):void 0,w={cozeAgentId:e.agentId};m&&(w.cozeTriggerMsgId=m);let b=h?this.reverseSessionId(e,h):void 0,S={...u,...b?{sessionId:b}:{},_meta:w};this.pendingUpstream.set(c,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),U.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:c,acpSessionId:h,cloudSessionId:b,toolCallId:u.toolCall?.toolCallId,options:u.options?.map(A=>({optionId:A.optionId,kind:A.kind,name:A.name}))}),this.upstream.send(Gt(c,"session/request_permission",S)).catch(A=>{this.pendingUpstream.delete(c),U.error("forward permission request failed",{agentId:e.agentId,err:String(A)}),s.respondAgentRequestError(o.id,{code:G.INTERNAL_ERROR,message:`upstream send failed: ${String(A)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let s=this.pendingUpstream.get(e.id);if(s){this.pendingUpstream.delete(e.id),e.error?(U.info("upstream \u2192 permission response (error)",{agentId:s.agentId,upstreamId:e.id,method:s.method,error:e.error}),s.downstream.respondAgentRequestError(s.agentRequestId,e.error)):(U.info("upstream \u2192 permission response (result)",{agentId:s.agentId,upstreamId:e.id,method:s.method,result:e.result}),s.downstream.respondAgentRequest(s.agentRequestId,e.result));return}let o=this.pendingBridge.get(e.id);if(o){this.pendingBridge.delete(e.id),clearTimeout(o.timer),e.error?o.reject(new kn(e.error)):o.resolve(e.result);return}U.debug("orphan upstream response (no pending)",{id:e.id})}sendRequest(e,s,o=uu){let c=this.upstreamIds.next(e);return new Promise((u,f)=>{let h=setTimeout(()=>{this.pendingBridge.delete(c),f(new E("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(c,{method:e,resolve:u,reject:f,timer:h}),this.upstream.send(Gt(c,e,s)).catch(m=>{let w=this.pendingBridge.get(c);w&&(clearTimeout(w.timer),this.pendingBridge.delete(c)),f(m)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,c]of e.sessions){let u={modelToken:c.modelToken,tokenGeneratedAt:c.tokenGeneratedAt};c.acpSessionId&&(u.acpSessionId=c.acpSessionId),s.set(o,u)}await Tr(e.agentId,s,this.paths)}catch(s){U.warn("persist session mapping failed",{agentId:e.agentId,err:String(s)})}}reverseSessionId(e,s){for(let[o,c]of e.sessions.entries())if(c.acpSessionId===s)return o}sendError(e,s,o){return this.upstream.send(it(e,{code:s,message:o}))}};function du(){return xu(16).toString("hex")}function lu(n){let e=n.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let s=e.content;if(!s||typeof s!="object")return!1;let o=s;return o.type!=="text"||typeof o.text!="string"?!1:o.text.startsWith("Model metadata for `")}q();fe();import{randomBytes as hu}from"node:crypto";import{chmod as gu,mkdir as pu,writeFile as xo}from"node:fs/promises";import{createServer as mu}from"node:http";import{dirname as _u}from"node:path";var wu=1e6,Kr=O("ipc"),Un=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??H()}async start(){this.token=hu(32).toString("hex");let e=mu((o,c)=>{this.dispatch(o,c)});this.server=e,await new Promise((o,c)=>{e.once("error",c),e.listen(0,"127.0.0.1",()=>o())});let s=e.address();if(!s||typeof s!="object")throw new Error("failed to obtain IPC port");return this.port=s.port,await this.persistAuthFiles(),Kr.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((s,o)=>{e.close(c=>c?o(c):s())}),this.server=null)}async persistAuthFiles(){await pu(_u(this.paths.portFile),{recursive:!0}),await xo(this.paths.portFile,String(this.port),"utf8"),await xo(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await gu(this.paths.tokenFile,384)}catch(e){Kr.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,s){if(e.headers.authorization!==`Bearer ${this.token}`){$t(s,401,{error:"unauthorized"});return}let c=`${e.method} ${(e.url??"").split("?")[0]}`,u=this.routes.get(c);if(!u){$t(s,404,{error:"not found"});return}let f=null;if(e.method==="POST")try{f=await yu(e)}catch(h){$t(s,400,{error:"invalid json",detail:String(h)});return}try{let h=await u.handler(f,e);$t(s,200,h??{ok:!0})}catch(h){Kr.error("IPC handler failed",{key:c,err:String(h)}),$t(s,500,{error:h instanceof Error?h.message:String(h)})}}};function $t(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function yu(n){let e=[],s=0;for await(let c of n){let u=c;if(s+=u.length,s>wu)throw new Error("body too large");e.push(u)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}var Ra=ze(bo(),1);var td=ze(pa(),1),nd=ze(nr(),1),rd=ze(It(),1),id=ze(ti(),1),sd=ze(ii(),1),od=ze(ui(),1),Ca=ze(or(),1),ad=ze(Ea(),1);var Aa=Ca.default;q();var xe=O("upstream.frontier"),Pa="application/json",ka="none",cr=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandler=null;opened=!1;openCount=0;async start(){if(this.fws){xe.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:ss,..._t(this.opts.ppeOverride)};class s extends Aa{constructor(h){super(h,is,{headers:e})}send(h,...m){if(Xi("debug"))try{let w;typeof h=="string"?w=Buffer.from(h,"utf8"):h instanceof Buffer?w=h:h instanceof ArrayBuffer?w=new Uint8Array(h):ArrayBuffer.isView(h)?w=new Uint8Array(h.buffer,h.byteOffset,h.byteLength):w=new Uint8Array(0);let b=Buffer.from(w.slice(0,128)).toString("hex");xe.debug("WS raw frame out",{bytes:w.byteLength,headHex:b})}catch(w){xe.warn("WS raw frame dump failed",{err:String(w)})}super.send(h,...m)}}let o=as(this.opts.urlOverride),c={url:o,ws:s,fpID:rs,aID:wn,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:Pa,force:!0},payloadEncoding:{encoding:ka,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,debug:this.opts.debug??!1},u=new Ra.FWS(c);u.onopen=()=>{this.opened=!0,this.openCount+=1;let f=this.openCount===1;xe.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:f,openCount:this.openCount}),this.connectHandler&&Promise.resolve(this.connectHandler({initial:f})).catch(h=>xe.warn("onConnect handler threw (ignored)",{err:String(h)}))},u.onclose=f=>{this.opened=!1,xe.info("frontier closed",{code:f.code,reason:f.reason,willReconnect:f.willReconnect})},u.onerror=f=>{xe.warn("frontier error",{code:f.code,msg:f.message})},u.onmessage=f=>this.handleMessage(f),this.fws=u,await u.connect()}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){xe.warn("frontier close threw (ignored)",{err:String(o)})}}}async send(e){let s=this.fws;if(!s)throw new E("UPSTREAM_DISCONNECTED","frontier upstream not started");let o=JSON.stringify(e),c=e;Ta(c)||xe.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:Pa,payloadEncoding:ka})}catch(f){throw xe.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(f)}),new E("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(f)}`,{cause:f})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandler=e}isConnected(){return this.opened&&this.fws?.readyState===1}handleMessage(e){let s=e.message?.service;if(s!==33555712){xe.debug("drop non-adapter frontier frame",{service:s});return}let o=fd(e);if(!o){xe.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){xe.debug("frame received but no onFrame handler",{size:o.length});return}let c;try{c=JSON.parse(o)}catch(f){xe.warn("frontier message JSON parse failed",{err:String(f),head:o.slice(0,80)});return}let u=c;Ta(u)||xe.info("frontier frame in",{logid:ud(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:u.id,method:u.method,body:xd(o)}),Promise.resolve(this.handler(c)).catch(f=>xe.warn("frontier frame handler threw",{err:String(f)}))}};function Ta(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var Da=2e3;function xd(n){return n.length<=Da?n:`${n.slice(0,Da)}...<truncated, total ${n.length} chars>`}function ud(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function fd(n){let e=n.message;if(e?.textPayload)return e.textPayload;let s=e?.payload;if(!s)return null;try{return Buffer.from(s).toString("utf8")}catch{return null}}q();var di=O("upstream.switchable"),xr=class{inner;handler=null;connectHandler=null;constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;di.info("swap upstream",{reason:s});let o=this.inner;this.inner=e,this.handler&&e.onFrame(this.handler),this.connectHandler&&e.onConnect&&e.onConnect(this.connectHandler);try{await e.start()}catch(c){throw di.error("swap target start failed, reverting",{err:String(c)}),this.inner=o,c}await o.stop(s??"swapped").catch(c=>di.warn("previous upstream stop threw (ignored)",{err:String(c)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandler=e,this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};q();var li=O("upstream"),sn=class{handler=null;async start(){li.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){li.info("NoopUpstream stopped",{reason:e})}async send(e){li.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};q();fe();fe();import{promises as ur}from"node:fs";import{join as dd}from"node:path";function ld(n){return`#!/bin/sh
112
+ `;var Pe=D("agent-detail-sync"),gn=class{constructor(e){this.opts=e}opts;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await S0(s)}catch(c){Pe.info("agents dir not found, skip detail sync",{root:s,err:String(c)});return}Pe.info("starting detail sync",{reason:e,count:o.length});for(let c of o)try{await this.syncOne(c)}catch(d){Pe.warn("detail sync failed for agent, skipping",{agentId:c,err:String(d)})}Pe.info("detail sync done",{reason:e})}async syncOne(e){let s=await he(e,this.opts.paths);if(!s){Pe.info("detail sync: agent config missing, skip",{agentId:e});return}let o;try{o=await this.opts.sendDetail({_meta:{cozeAgentId:e}})}catch(f){Pe.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});return}if(o.agentId&&o.agentId!==e){Pe.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:o.agentId});return}let c=!1,d=!1;if(o.agentName&&o.agentName!==s.agentName&&(s.agentName=o.agentName,c=!0),o.description!==void 0&&o.description!==s.description&&(s.description=o.description,c=!0),o.cozeIdentity&&o.cozeIdentity!==s.cozeIdentity&&(s.cozeIdentity=o.cozeIdentity,c=!0,d=!0),o.deployType&&Pe.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){Pe.debug("detail sync: no diff",{agentId:e});return}await Ae(s,this.opts.paths),Pe.info("detail sync: config updated",{agentId:e,identityChanged:d,agentName:s.agentName}),d&&(await mt(s.workspace,s.framework,e,s.cozeIdentity),await this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};Ye();import{spawn as Cs}from"node:child_process";import{lstat as Lr,mkdir as C0,readFile as Is,readdir as I0,rm as P0,stat as k0,writeFile as Es}from"node:fs/promises";import{join as De,normalize as T0,relative as Ps,resolve as D0,sep as ks}from"node:path";var ke={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 Mt(n){return n?.cozeDeployType==="cloud"?"cloud":"local"}function cs(n){let e=n?.cozeAccountId?.trim();if(!(!e||e==="0"))return e}function xs(n){let{_meta:e,...s}=n;return{stripped:s,meta:e}}function wt(n){if(!n?.cozeAgentId)throw new Error("missing _meta.cozeAgentId");return n.cozeAgentId}var S=class extends Error{code;retriable;cause;constructor(e,s,o){super(s),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};U();ie();function qe(n,e){if(Mt(n)!=="cloud")throw new S("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function hn(n){return n.startsWith("http://")||n.startsWith("https://")}function pn(n){return n.endsWith("/")?n.slice(0,-1):n}U();var mn="1008033",ds="1289";var us="pbbp2",fs="https://www.coze.cn",ls="/api/coze_claw/resource/get_frontier_key",E0="https://www.coze.cn",A0="wss://frontier.coze.cn";function wn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??E0}function gs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??A0}function _t(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 zt(n){return n?n.startsWith("boe_")?{ttEnv:n}:{ttEnv:n,usePpe:"1"}:{}}var hs=D("handshake");async function Tr(n){let e=wn(n.endpoint),s=n.timeoutMs??1e4,o=`${pn(e)}${ls}?aid=${encodeURIComponent(mn)}`,c={Authorization:`Bearer ${n.privatecode}`,Accept:"application/json",..._t(n.ppeOverride)},d=new AbortController,f=setTimeout(()=>d.abort(),s);hs.info("frontier key handshake",{base:e});try{let l=await fetch(o,{method:"GET",headers:c,signal:d.signal}),m=l.headers.get("x-tt-logid")??"",w=l.headers.get("x-tt-trace-id")??"";if(!l.ok){let T=await l.text().catch(()=>"");throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${l.status} logid=${m}: ${T.slice(0,200)}`)}let v=await l.json();if(v.code!==void 0&&v.code!==0)throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${v.code} msg=${v.msg??"-"} logid=${m}`);let _=v.data?.access_key,E=v.data?.device_id;if(!_||!E)throw new S("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id logid=${m}: ${JSON.stringify(v)}`);return hs.info("handshake ok",{remoteDeviceId:E,logid:m,traceId:w}),{accessKey:_,deviceId:E}}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(f)}}var Dr="https://llm-gateway.coze.cn",Te="auto";function ps(n){return{model:n.model??Te,...n.modelToken?{modelToken:n.modelToken}:{}}}function ms(n){return!n||n===Te}function ws(n){let e={};return n.modelToken?(e.ANTHROPIC_BASE_URL=Dr,e.ANTHROPIC_AUTH_TOKEN=n.modelToken,e.ANTHROPIC_MODEL=n.model||Te):ms(n.model)||(e.ANTHROPIC_MODEL=n.model),e}function _s(n){let e=[];return n.modelToken?e.push("-c",`model="${n.model||Te}"`):ms(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="${Dr}/v1"`),e.push("-c",'model_providers.coze.env_key="OPENAI_API_KEY"'),e.push("-c",'model_providers.coze.wire_api="responses"'),e.push("-c","model_providers.coze.requires_openai_auth=false"),e.push("-c","model_providers.coze.supports_websockets=false"),e.push("-c",'model_provider="coze"')),e}function ys(n){return n.modelToken?{OPENAI_API_KEY:n.modelToken}:{}}function Rr(n){let{ttEnv:e,usePpe:s}=zt(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function vs(n,e){if(!n.modelToken)return{};let s=Rr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([c,d])=>`${c}:${d}`).join(`
113
+ `)}}function Nr(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function bs(n,e){if(!n.modelToken)return null;let s=n.model||Te,o=Rr(e),c={baseUrl:`${Dr}/v1`,api:"openai-completions",apiKey:n.modelToken,models:[{id:s,name:s,reasoning:!1,input:["text"],cost:{input:0,output:0,cacheRead:0,cacheWrite:0},contextWindow:128e3,maxTokens:8192,api:"openai-completions"}]};return Object.keys(o).length>0&&(c.headers=o),c}function Ss(n,e){if(!n.modelToken)return[];let s=Rr(e),o=[];for(let[c,d]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${c}="${d}"`);return o}var de=D("agent-handlers"),As=5*1024*1024,R0=1,N0=6,L0=new Set(["node_modules",".git",".coze","dist","build",".next"]),_n=class{constructor(e){this.opts=e}opts;async listSkills(e){qe(e._meta,"_agent/listSkills");let s=wt(e._meta),o=await this.loadAgentCfg(s),c=o?.workspace??Ue(s).workspace,d=o?.skills??[],f=[];for(let l of d){let m=De(c,l.relPath,"SKILL.md");await k0(m).then(v=>v.isFile()).catch(()=>!1)&&f.push(F0(l))}return{skills:f}}async addSkills(e){qe(e._meta,"_agent/addSkills");let s=wt(e._meta),o=await this.requireAgentCfg(s),c=e.skills??[],d=[...o.skills??[]],f=new Map(d.map((m,w)=>[m.skillId,w])),l=[];for(let m of c){let w=await Or({agentId:s,workspace:o.workspace,framework:o.framework,skill:m});Br(d,f,w),l.push(m)}return await fn(s,d),await this.reloadAgentSessions(s,"skills-added"),{installedSkills:l}}async removeSkills(e){qe(e._meta,"_agent/removeSkills");let s=wt(e._meta),o=await this.requireAgentCfg(s),c=new Set(e.skillIds??[]),d=o.skills??[],f=[];for(let l of d){if(!c.has(l.skillId)){f.push(l);continue}let m=De(o.workspace,l.relPath);await P0(m,{recursive:!0,force:!0}),de.info("skill removed",{agentId:s,skillId:l.skillId,relPath:l.relPath})}return await fn(s,f),await this.reloadAgentSessions(s,"skills-removed"),{ok:!0}}reloadAgentSessionsPublic(e,s){return this.reloadAgentSessions(e,s)}async reloadAgentSessions(e,s){let o=this.opts.agents.get(e);if(o&&o.framework!=="codex"){for(let[c,d]of o.sessions)if(!(!d.downstream||!d.acpSessionId)){d.loadingSession=!0;try{await d.downstream.sessionLoad({sessionId:d.acpSessionId,cwd:o.workspace}),de.info("session reloaded",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:d.acpSessionId})}catch(f){de.warn("session reload failed",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:d.acpSessionId,err:String(f)})}finally{d.loadingSession=!1}}}}async updateAgent(e){if(!e.cozeIdentity?.trim())return de.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}`);return o.cozeIdentity===e.cozeIdentity?(de.info("_agent/update: cozeIdentity unchanged, noop",{agentId:s}),{ok:!0}):(o.cozeIdentity=e.cozeIdentity,await Ae(o),await mt(o.workspace,o.framework,s,e.cozeIdentity),de.info("_agent/update: cozeIdentity rewritten",{agentId:s,framework:o.framework}),await 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 Ae(o),de.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}):(de.warn("_agent/disconnect: agent not found, ignoring",{agentId:s}),{ok:!0})}async switchModel(e){if(qe(e._meta,"_agent/switchModel"),!e.agentId)throw new S("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Te,o=await he(e.agentId);if(!o)throw new S("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,await Ae(o),de.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let c=this.opts.agents.get(e.agentId);if(!c)return de.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};c.model=s;let d=[];for(let[f,l]of c.allSessionQueues())d.push(l.enqueue(async()=>{let m=c.sessions.get(f);m?.downstream&&(await m.downstream.stop(`switchModel: ${s}`).catch(()=>{}),m.downstream=void 0)}));return await Promise.all(d),de.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(qe(e._meta,ke.RESET),!e.agentId)throw new S("IPC_BAD_REQUEST",`${ke.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,ke.RESET,e.reason),{ok:!0}}async repairAgent(e){if(qe(e._meta,ke.REPAIR),!e.agentId)throw new S("IPC_BAD_REQUEST",`${ke.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new S("IPC_BAD_REQUEST",`${ke.REPAIR} only allowed for openclaw, got ${s.framework}`);if(s&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,s.workspace)}catch(o){de.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,ke.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,s,o){if(!this.opts.detailSyncer){de.warn("detailSyncer not wired, skipping sync",{method:s,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(c){de.warn("detail sync failed (ignored)",{method:s,agentId:e,reason:o,err:String(c)})}}async getFileTree(e){qe(e._meta,"_agent/getFileTree");let s=e._meta,o=wt(s),c=await this.resolveWorkspace(o),d=e.filePath??"",f=this.safeJoin(c,d),l=await Lr(f).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 m=W0(e.depth);return l.isDirectory()?{tree:await Ts(c,f,d,m)}:{tree:[{name:j0(d),path:Ds(d||"."),isDir:!1,size:l.size,modifiedAt:Math.floor(l.mtimeMs)}]}}async getFileContent(e){qe(e._meta,"_agent/getFileContent");let s=wt(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new S("IPC_BAD_REQUEST","filePath required");let c=this.safeJoin(o,e.filePath),d=await Lr(c).catch(()=>null);if(!d||!d.isFile())throw new S("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(d.isSymbolicLink())throw new S("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(d.size>As)throw new S("IPC_BAD_REQUEST",`file too large: ${d.size} bytes (max ${As})`);let f=await Is(c);return f.includes(0)?{content:f.toString("base64"),encoding:"base64",size:d.size}:{content:f.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??Ue(e).workspace}safeJoin(e,s){let o=D0(e,s||"."),c=Ps(e,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${ks}`))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 O0(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 B0(n){return n==="claude-code"?De(".claude","skills"):De(".agents","skills")}var M0=3e4,z0=50*1024*1024,yn=3e4;async function Or(n){let{agentId:e,workspace:s,framework:o,skill:c}=n;if(!c.skillName)throw new S("IPC_BAD_REQUEST","skill missing skillName");let d=typeof c.content=="string"&&c.content.length>0,f=typeof c.downloadUrl=="string"&&c.downloadUrl.length>0;if(!d&&!f)throw new S("IPC_BAD_REQUEST",`skill ${c.skillId} missing both content and downloadUrl`);let l=O0(c.skillName),m=B0(o),w=De(m,l),v=De(s,w);if(await C0(v,{recursive:!0}),d){let E=Buffer.from(c.content,"utf8");Ft(E.length),await Es(De(v,"SKILL.md"),E,"utf8")}else{let E=await U0(c.downloadUrl);H0(E)?await K0(E,v):await Es(De(v,"SKILL.md"),E.toString("utf8"),"utf8")}let _={skillId:c.skillId,skillName:c.skillName,relPath:w,installedAt:Date.now(),...c.description?{description:c.description}:{},...c.icon?{icon:c.icon}:{},...c.version?{version:c.version}:{},...c.downloadUrl?{downloadUrl:c.downloadUrl}:{},...c.config?{config:c.config}:{},...c.builtin?{builtin:c.builtin}:{}};return de.info("skill installed",{agentId:e,skillId:c.skillId,skillName:c.skillName,relPath:w,source:d?"content":"downloadUrl"}),_}function Br(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 F0(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 U0(n){if(!n)throw new S("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);Ft(e);let s=q0(n);return Ft(s.length),s}if(n.startsWith("file:")){let e=new URL(n).pathname,s=await Is(e);return Ft(s.length),s}if(hn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),M0);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new S("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let c=await o.arrayBuffer();return Ft(c.byteLength),Buffer.from(c)}finally{clearTimeout(s)}}throw new S("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function Ft(n){if(n>z0)throw new S("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function q0(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 H0(n){return n.length>=2&&n[0]===31&&n[1]===139}async function K0(n,e){await G0(n),await new Promise((s,o)=>{let c=Cs("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),d="";c.stderr?.on("data",l=>{d+=String(l)});let f=setTimeout(()=>{c.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar extract timeout (${yn}ms)`))},yn);c.on("error",l=>{clearTimeout(f),o(new S("IPC_BAD_REQUEST",`tar spawn failed: ${l.message}`,{cause:l}))}),c.on("exit",l=>{clearTimeout(f),l===0?s():o(new S("IPC_BAD_REQUEST",`tar exit ${l}${d?`: ${d.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)})}async function G0(n){let e=await new Promise((s,o)=>{let c=Cs("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),d="",f="";c.stdout?.on("data",m=>{d+=String(m)}),c.stderr?.on("data",m=>{f+=String(m)});let l=setTimeout(()=>{c.kill("SIGKILL"),o(new S("IPC_BAD_REQUEST",`tar list timeout (${yn}ms)`))},yn);c.on("error",m=>{clearTimeout(l),o(new S("IPC_BAD_REQUEST",`tar list spawn failed: ${m.message}`))}),c.on("exit",m=>{clearTimeout(l),m===0?s(d):o(new S("IPC_BAD_REQUEST",`tar list exit ${m}${f?`: ${f.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)});for(let s of e.split(`
114
+ `)){let o=s.trim();if(!o)continue;let c=o.charCodeAt(0);if(c!==45&&c!==100)throw new S("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let f=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!f)continue;if(f.startsWith("/"))throw new S("IPC_BAD_REQUEST",`tar entry absolute path: ${f}`);if(f.split(/[/\\]/).some(m=>m===".."))throw new S("IPC_BAD_REQUEST",`tar entry contains '..': ${f}`)}}async function Ts(n,e,s,o){if(o<=0)return[];let c;try{c=await I0(e,{withFileTypes:!0})}catch{return[]}let d=[];for(let f of c){if(L0.has(f.name)||f.isSymbolicLink())continue;let l=De(e,f.name),m=T0(De(s,f.name)),w=null;try{w=await Lr(l)}catch{continue}if(w.isSymbolicLink())continue;let v={name:f.name,path:Ds(Ps(n,l)),isDir:w.isDirectory(),size:w.size,modifiedAt:Math.floor(w.mtimeMs)};w.isDirectory()&&o>1&&(v.children=await Ts(n,l,m,o-1)),d.push(v)}return d.sort((f,l)=>f.isDir!==l.isDir?f.isDir?-1:1:f.name.localeCompare(l.name)),d}function W0(n){return!n||n<=0?R0:Math.min(n,N0)}function j0(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function Ds(n){return n.split(ks).join("/")}U();import{readFileSync as Ig}from"node:fs";import{dirname as kg,join as Tg}from"node:path";import{fileURLToPath as Rg}from"node:url";var vn="0.1.41";var Ut=D("agent-health-reporter"),J0=1e4,qt=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??J0}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()}),Ut.info("heartbeat started",{intervalMs:this.intervalMs}),this.tick())}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.unsubscribeRegister&&(this.unsubscribeRegister(),this.unsubscribeRegister=null),Ut.info("heartbeat stopped"))}async tick(){if(this.inFlight){Ut.debug("previous tick still in-flight, skip");return}let e=this.opts.getDeviceId();if(!e){Ut.debug("deviceId not available, skip tick (\u5C1A\u672A pair)");return}this.inFlight=!0;try{let s=[];for(let c of this.opts.core.agents.values()){let d=V0(c);d&&s.push({agentId:c.agentId,status:d})}if(s.length===0)return;let o={agents:s,bridgeVersion:vn,_meta:{cozeDeviceId:e}};try{await this.opts.core.sendRequest("_agent/health",o)}catch(c){Ut.warn("heartbeat batch send failed",{count:s.length,err:String(c)})}}finally{this.inFlight=!1}}};function V0(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}Ye();import{mkdir as Fr,rm as Ex}from"node:fs/promises";U();import{execFile as $0}from"node:child_process";import{promisify as Y0}from"node:util";var Ns=Y0($0),Ht=D("agents.acp-installer"),X0={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},Z0=5e4,Q0=5e3,ex=5*6e4,Sn=new Map,bn=new Map,Mr=new Map;async function Rs(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await Ns(e,[n],{timeout:Q0});return s.split(`
115
+ `)[0]?.trim()||void 0}catch{return}}async function tx(n){Ht.info("npm install -g start",{npmPackage:n}),await Ns("npm",["install","-g",`${n}@latest`],{timeout:Z0,maxBuffer:10*1024*1024}),Ht.info("npm install -g done",{npmPackage:n})}async function Ls(n){let e=X0[n];if(!e)return;let s=Sn.get(n);if(s)return s;let o=bn.get(n);if(o&&Date.now()-o<ex)return;let c=Mr.get(n);if(c)return c;let d=(async()=>{let f=await Rs(e.binary);if(f)return Sn.set(n,f),Ht.info("acp wrapper found on PATH",{binary:e.binary,path:f}),f;try{await tx(e.npmPackage)}catch(m){Ht.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:e.npmPackage,err:String(m)}),bn.set(n,Date.now());return}let l=await Rs(e.binary);if(!l){Ht.warn("acp wrapper installed but binary not found on PATH",{binary:e.binary}),bn.set(n,Date.now());return}return Sn.set(n,l),bn.delete(n),l})().finally(()=>{Mr.delete(n)});return Mr.set(n,d),d}function En(n){return Sn.get(n)}import{spawn as ox,spawnSync as ax}from"node:child_process";function Kt(n,e,s){return s===void 0?{jsonrpc:"2.0",id:n,method:e}:{jsonrpc:"2.0",id:n,method:e,params:s}}function Gt(n,e){return e===void 0?{jsonrpc:"2.0",method:n}:{jsonrpc:"2.0",method:n,params:e}}function yt(n,e){return{jsonrpc:"2.0",id:n,result:e}}function st(n,e){return{jsonrpc:"2.0",id:n,error:e}}var An=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)}},K={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};function Os(n){return"method"in n&&"id"in n&&n.id!==void 0}function Bs(n){return"method"in n&&!("id"in n)}function Cn(n){return!("method"in n)&&"id"in n}var nx={AGENT_NOT_FOUND:K.AGENT_NOT_FOUND,AGENT_BUSY:K.AGENT_BUSY,AGENT_DISCONNECTED:K.AGENT_DISCONNECTED,AGENT_TIMEOUT:K.AGENT_TIMEOUT,AGENT_SPAWN_FAILED:K.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:K.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:K.INTERNAL_ERROR,BRIDGE_INTERNAL:K.INTERNAL_ERROR,IPC_AUTH_FAILED:K.INTERNAL_ERROR,IPC_BAD_REQUEST:K.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:K.MODEL_TOKEN_GEN_FAILED,OPERATION_NOT_ALLOWED_FOR_LOCAL:K.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:K.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:K.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:K.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:K.FILE_TOO_LARGE,UNSUPPORTED_MIME:K.UNSUPPORTED_MIME,UPLOAD_FAILED:K.UPLOAD_FAILED,UPSTREAM_NOT_READY:K.UPSTREAM_NOT_READY};function Wt(n){return n instanceof S?{code:nx[n.code]??K.INTERNAL_ERROR,message:n.message,data:{bridgeCode:n.code,retriable:n.retriable}}:{code:K.INTERNAL_ERROR,message:n instanceof Error?n.message:String(n)}}function Ms(n){let e=n.data,s=e?.bridgeCode??"AGENT_PROTOCOL_ERROR";return new S(s,n.message,{retriable:e?.retriable??!1,cause:n.data})}function zs(n){return`${JSON.stringify(n)}
116
+ `}var In=class{buffer="";onError;constructor(e={}){this.onError=e.onError}push(e){this.buffer+=typeof e=="string"?e:e.toString("utf8");let s=this.buffer.split(`
117
+ `);this.buffer=s.pop()??"";let o=[];for(let c of s){let d=c.replace(/\r$/,"").trim();if(d)try{o.push(JSON.parse(d))}catch(f){this.onError?.({line:d,error:f})}}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 Us={"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"},Jg=Object.fromEntries(Object.entries(Us).map(([n,e])=>[e,n])),rx={"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:[]},vt=class{seq=0;next(e,s){this.seq+=1;let o=Us[e]??ix(e),c=rx[o]??[],d=[o,String(this.seq)];if(c.length>0){let f=c.map(m=>Fs(s?.[m]??"")),l=sx(f).join(":");l&&d.push(l)}else s&&Object.values(s).some(f=>f)&&d.push(Object.values(s).filter(Boolean).map(f=>Fs(String(f))).join(":"));return d.join("_")}reset(){this.seq=0}};function ix(n){return n.replace(/[\s/]+/g,".").replace(/_+/g,"-")}function Fs(n){return n.replace(/[:_\s]+/g,"-")}function sx(n){let e=n.length;for(;e>0&&!n[e-1];)e-=1;return n.slice(0,e)}U();var cx=3e4,xx=50,dx=20,qs=500;function ux(n){try{let e=JSON.stringify(n);return e===void 0||e.length<=qs?n:`${e.slice(0,qs)}...<truncated, total ${e.length} chars>`}catch{return"<unserializable>"}}function Hs(n,e){if(!(typeof n!="number"||n<=0))try{if(process.platform==="win32"){let s=["/PID",String(n),"/T"];e==="SIGKILL"&&s.push("/F"),ax("taskkill",s,{stdio:"ignore",windowsHide:!0})}else process.kill(-n,e)}catch{}}var Xe=class{constructor(e){this.opts=e;this.log=D(`downstream.${this.constructor.name}`),this.decoder=new In({onError:s=>this.log.warn("decode line failed",{line:s.line})})}opts;child;decoder;pending=new Map;idAllocator=new vt;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=ox(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=>{for(let c of this.decoder.push(o))this.dispatch(c)}),s.stderr?.setEncoding("utf8"),s.stderr?.on("data",o=>{let c=o.trimEnd();this.stderrRing.push(c),this.stderrRing.length>xx&&this.stderrRing.shift(),this.log.debug("stderr",{text:c})}),s.on("exit",(o,c)=>{this.stopped=!0,(o!==0||c!==null)&&this.stderrRing.length>0&&this.log.warn("downstream exited abnormally, recent stderr",{code:o,signal:c,recentStderr:this.stderrRing.slice(-dx)}),this.failAllPending(new S("AGENT_PROTOCOL_ERROR",`agent exited (${o}/${c})`));for(let f of this.exitHandlers)f(o,c)}),s.on("error",o=>{this.log.error("child error",{err:String(o)}),this.failAllPending(new S("AGENT_SPAWN_FAILED",String(o),{cause:o}))}),this.log.info("downstream started",{command:this.opts.command,pid:s.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.log.info("downstream stopping",{reason:e});let s=this.child,o=new Promise(d=>s.once("exit",()=>d()));Hs(s.pid,"SIGTERM");let c=setTimeout(()=>{s.killed||Hs(s.pid,"SIGKILL")},5e3);try{await o}finally{clearTimeout(c)}}pid(){return this.child?.pid}isAlive(){return!!this.child&&!this.stopped}initialize(e){return this.call("initialize",e)}sessionNew(e){return this.call("session/new",{mcpServers:[],...e})}sessionLoad(e){return this.call("session/load",{mcpServers:[],...e})}sessionPrompt(e){return this.call("session/prompt",e,0)}async sessionCancel(e){!this.child||this.stopped||this.writeFrame(Gt("session/cancel",e))}onUpdate(e){this.updateHandlers.push(e)}onAgentRequest(e){this.agentRequestHandlers.push(e)}respondAgentRequest(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(yt(e,s))}catch(o){this.log.warn("respondAgentRequest write failed",{id:e,err:String(o)})}}respondAgentRequestError(e,s){if(!(!this.child||this.stopped))try{this.writeFrame(st(e,s))}catch(o){this.log.warn("respondAgentRequestError write failed",{id:e,err:String(o)})}}onExit(e){this.exitHandlers.push(e)}call(e,s,o=cx){if(!this.child||this.stopped)return Promise.reject(new S("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),d=Kt(c,e,s),f=o>0&&Number.isFinite(o);return new Promise((l,m)=>{let w=f?setTimeout(()=>{this.pending.delete(c),m(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o):null;this.pending.set(c,{resolve:l,reject:m,timer:w,method:e});try{this.writeFrame(d)}catch(v){w&&clearTimeout(w),this.pending.delete(c),m(v)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new S("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(zs(e))}dispatch(e){if(Cn(e)){let s=e.id!==null?this.pending.get(e.id):void 0;if(!s){this.log.warn("orphan response",{id:e.id});return}this.pending.delete(e.id),s.timer&&clearTimeout(s.timer),e.error?(this.log.warn("downstream returned error frame",{id:e.id,method:s.method,code:e.error.code,message:e.error.message,data:e.error.data}),s.reject(Ms(e.error))):(this.log.info("downstream returned result",{id:e.id,method:s.method,result:ux(e.result)}),s.resolve(e.result));return}if(Bs(e)){if(e.method==="session/update")for(let s of this.updateHandlers)Promise.resolve(s(e.params)).catch(o=>this.log.warn("update handler failed",{err:String(o)}));else this.log.debug("unknown notification",{method:e.method});return}if(Os(e)){let s=e;this.handleAgentRequest(s).catch(o=>this.log.error("agent request handler failed",{method:s.method,err:String(o)}))}}async handleAgentRequest(e){if(this.agentRequestHandlers.length===0){this.writeFrame(st(e.id,{code:-32601,message:`method not handled by Bridge: ${e.method}`}));return}for(let s of this.agentRequestHandlers)try{await s(e)}catch(o){this.log.error("agentRequestHandler threw",{method:e.method,err:String(o)});try{this.writeFrame(st(e.id,Wt(o)))}catch{}}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.reject(e);this.pending.clear()}};var fx="@agentclientprotocol/claude-agent-acp@latest";function lx(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 Pn=class extends Xe{framework="claude-code";constructor(e){let s=En("claude-code"),[o,c]=s?[s,[]]:["npx",["-y",fx]],d=e.command??o,f=e.args??c,l={command:d,args:f,cwd:e.cwd,...e.env?{env:e.env}:{}};super(l)}sanitizeEnv(e){return lx(e)}};import{mkdtempSync as gx,rmSync as hx}from"node:fs";import{tmpdir as px}from"node:os";import{join as mx}from"node:path";var _x="@zed-industries/codex-acp@latest",kn=class extends Xe{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=En("codex"),[o,c]=s?[s,[]]:["npx",["-y",_x]],d=e.command??o,f=e.args??c,l=e.extraArgs?[...f,...e.extraArgs]:f,m=e.isolateCodexHome?gx(mx(px(),"coze-bridge-codex-home-")):void 0,w=m?{...e.env??{},CODEX_HOME:m}:e.env,v={command:d,args:l,cwd:e.cwd,...w?{env:w}:{}};super(v),this.authMethodId=e.authMethodId,this.codexHomeDir=m}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{hx(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var bt=class extends Xe{framework="openclaw";agentId;sessionName;slashModelOnStart;constructor(e){let s=e.sessionName??"default",o=["acp","--session",`agent:${e.agentId}:${s}`];e.gatewayToken&&o.push("--token",e.gatewayToken);let c={command:e.command,args:o,cwd:e.cwd,...e.env?{env:e.env}:{}};super(c),this.agentId=e.agentId,this.sessionName=s,this.slashModelOnStart=e.slashModelOnStart}async afterSessionEstablished(e){this.slashModelOnStart&&(this.log.info("switching session to per-session provider via /model",{agentId:this.agentId,sessionName:this.sessionName,slash:this.slashModelOnStart}),await this.sessionPrompt({sessionId:e,prompt:[{type:"text",text:`/model ${this.slashModelOnStart}`}]}))}get acpSessionName(){return this.sessionName}};U();ie();function zr(n){return n.replace(/[^A-Za-z0-9._-]+/g,"-")}var St=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}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 Tn=class{agentId;framework;workspace;deployType;accountId;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)}getSessionQueue(e){let s=this.sessionQueues.get(e);return s||(s=new St,this.sessionQueues.set(e,s)),s}allSessionQueues(){return this.sessionQueues.entries()}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)jt(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function jt(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as yx}from"node:child_process";import{homedir as vx}from"node:os";import{join as bx}from"node:path";an();U();async function Ws(){let n=bx(vx(),".openclaw/openclaw.json");return(await pt(n))?.gateway?.auth?.token??""}var Ks=D("openclaw.config"),Sx=[0,5e3,5e3],Gs="models.providers.",Dn="agents.defaults.models",Rn=class{command;env;retryDelaysMs;queue=new St;constructor(e){this.command=e.command,this.env=e.env??process.env,this.retryDelaysMs=e.retryDelaysMs??Sx}async withRetry(e,s){let o;for(let c=0;c<this.retryDelaysMs.length;c++){let d=this.retryDelaysMs[c]??0;d>0&&await new Promise(f=>setTimeout(f,d));try{return await s()}catch(f){o=f,Ks.warn("openclaw cli failed, will retry",{label:e,attempt:c+1,err:String(f)})}}throw new S("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((s,o)=>{let c=yx(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),d="";c.stderr?.on("data",f=>{d+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`exit ${f}: ${d.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let c=String(o);if(s.some(d=>c.includes(d)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){Ks.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",`${Gs}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${Gs}${e}`)}addModelToAllowlist(e,s){let o={[e]:s?{alias:s}:{}};return this.queue.enqueue(()=>this.withRetry(`config set ${Dn}[${e}]`,()=>this.runCli(["config","set",Dn,JSON.stringify(o),"--strict-json","--merge"])))}removeModelFromAllowlist(e){return this.bestEffortUnset(`config unset ${Dn}[${e}]`,`${Dn}.${e}`)}ensureAgent(e,s,o){let c=["agents","add",e,"--workspace",s,"--non-interactive"];return o&&c.push("--model",o),this.queue.enqueue(()=>this.withRetry(`agents add ${e}`,()=>this.runCliTolerant(c,["already exists","already registered"])))}deleteAgent(e){return this.queue.enqueue(()=>this.withRetry(`agents delete ${e}`,()=>this.runCliTolerant(["agents","delete",e,"--force"],["not found","does not exist"])))}};var Re=D("agent-manager"),Ax=(n,e,s,o,c,d,f,l)=>{switch(n){case"claude-code":{let m={...c?{...ws(c),...vs(c,f)}:{},...l??{}};return new Pn({cwd:s,...Object.keys(m).length>0?{env:m}:{}})}case"codex":{let m=c?[..._s(c),...Ss(c,f)]:[],w={...c?ys(c):{},...l??{}},v=!!c;return new kn({cwd:s,...m.length>0?{extraArgs:m}:{},...Object.keys(w).length>0?{env:w}:{},...v?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new bt({command:e,cwd:s,agentId:o,...d?{sessionName:zr(d)}:{}})}};function js(n){return n==="claude-code"||n==="codex"}var Cx={path:"",version:"cloud-deployed"},Ix={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},Px=6e4,Nn=class{paths;config;registry;factory;createTimeoutMs;openclawConfigCache;ensuredProviders=new Set;constructor(e){this.paths=e.paths,this.config=e.config,this.registry=e.registry,this.factory=e.downstreamFactory??Ax,this.createTimeoutMs=e.createTimeoutMs??Px}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 Rn({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=Mt(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")Re.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(P=>Re.warn("dispose stale agent failed (ignored)",{err:String(P)})),this.registry.unregister(e.agentId);else return Re.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`);s&&js(e.framework)&&await Ls(e.framework);let d=Ue(e.agentId,this.paths),f=Mt(e._meta),l=e.framework==="openclaw"&&f==="local",m=l?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,w=e.workspace??m??d.workspace,v=new AbortController,_=setTimeout(()=>v.abort(new S("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),E,T=!1;try{let P=()=>{if(v.signal.aborted)throw v.signal.reason instanceof Error?v.signal.reason:new S("AGENT_TIMEOUT","_agent/create aborted")};await Fr(d.root,{recursive:!0}),await Fr(w,{recursive:!0}),await Fr(d.logs,{recursive:!0}),P(),l||await mt(w,e.framework,e.agentId,e.cozeIdentity),P();let R=await he(e.agentId,this.paths).catch(()=>null),z=ps({model:e.model??R?.model}),ne=cs(e._meta)??R?.accountId;if(E=new Tn({agentId:e.agentId,framework:e.framework,workspace:w,model:z.model??Te,deployType:f,...ne?{accountId:ne}:{}}),E.status="ok",R?.sessions){for(let[se,oe]of Object.entries(R.sessions))E.sessions.set(se,{acpSessionId:oe.acpSessionId,modelToken:oe.modelToken,tokenGeneratedAt:oe.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let Z=Object.keys(R.sessions).length;Z>0&&Re.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:Z})}this.registry.register(E),T=!0;let j={agentId:e.agentId,framework:e.framework,workspace:w,cozeIdentity:e.cozeIdentity,createdAt:R?.createdAt??Date.now(),sessions:R?.sessions??{},model:z.model};f==="cloud"&&(j.deployType="cloud"),ne&&(j.accountId=ne),R?.skills&&(j.skills=R.skills),R?.agentName&&(j.agentName=R.agentName),R?.description&&(j.description=R.description),e.framework==="openclaw"&&f==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,w):Re.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let me=e.initialSkills??[];if(me.length>0){let Z=[...j.skills??[]],se=new Map(Z.map((k,L)=>[k.skillId,L])),oe=0;for(let k of me)try{let L=await Or({agentId:e.agentId,workspace:w,framework:e.framework,skill:k});Br(Z,se,L),oe++}catch(L){Re.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:k.skillId,skillName:k.skillName,err:String(L)})}oe>0&&(j.skills=Z,Re.info("initialSkills installed",{agentId:e.agentId,installed:oe,requested:me.length}))}return await Ae(j,this.paths),Re.info("agent created (no spawn, lazy on first prompt)",{agentId:e.agentId,framework:e.framework,deployType:f}),{ok:!0,agentId:e.agentId,workspace:w,framework:e.framework}}catch(P){throw Re.error("agent create failed, rolling back",{agentId:e.agentId,err:String(P)}),T&&E&&(await E.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await Ex(d.root,{recursive:!0,force:!0}).catch(R=>Re.warn("rm agent dir failed (ignored)",{err:String(R)})),P instanceof S?P:new S("AGENT_SPAWN_FAILED",String(P),{cause:P})}finally{clearTimeout(_)}}async spawnSessionDownstream(e,s,o,c){let f=this.config.frameworksCache?.[e.framework];if(!f)if(e.deployType==="cloud"&&js(e.framework))f=Cx;else throw new S("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);let l=e.deployType==="cloud"?{model:e.model,modelToken:s}:void 0,m;e.framework==="openclaw"?m=await this.buildOpenclawDownstream({session:e,modelConfig:l,cloudSessionId:o,cozeEnv:c,command:f.path}):m=this.factory(e.framework,f.path,e.workspace,e.agentId,l,o,c,this.buildBinShimPathEnv());try{return await m.start(),await m.initialize(Ix),m}catch(w){throw await m.stop("spawnSessionDownstream failed").catch(()=>{}),w instanceof S?w:new S("AGENT_SPAWN_FAILED",w instanceof Error?w.message:String(w),{cause:w})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:c,cozeEnv:d,command:f}=e,l=zr(c);if(s.deployType==="local"){let _=this.config.frameworksCache?.openclaw?.defaultAgent;if(!_?.id||!_.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 bt({command:f,cwd:_.workspace,agentId:_.id,sessionName:l})}let m=await Ws(),w=o?bs(o,d):null,v;if(w){let _=Nr(c),T=w.models[0]?.id??Te,P=`${_}/${T}`;if(!this.ensuredProviders.has(P)){let R=this.getOpenclawConfig();await R.ensureProvider(_,w),await R.addModelToAllowlist(P),this.ensuredProviders.add(P)}v=P}return new bt({command:f,cwd:s.workspace,agentId:s.agentId,sessionName:l,...m?{gatewayToken:m}:{},...v?{slashModelOnStart:v}:{}})}async openclawRepair(e,s){let o=this.getOpenclawConfig();await o.deleteAgent(e),await o.ensureAgent(e,s)}async cleanupOpenclawSessionProviders(e){if(e.framework!=="openclaw"||!this.openclawConfigCache)return;let s=this.openclawConfigCache;for(let o of e.sessions.keys()){let c=Nr(o),d=`${c}/${e.model}`;this.ensuredProviders.delete(d),await s.removeProvider(c),await s.removeModelFromAllowlist(d)}}};import{randomUUID as Fx}from"node:crypto";import{promises as Ux}from"node:fs";import{basename as qx}from"node:path";import{promises as Tx}from"node:fs";import{basename as Dx}from"node:path";U();var Js=D("file-upload"),Rx="/api/coze_claw/file/agent_upload",Nx=6e4;async function Vs(n,e={}){let o=`${pn(wn(e.handshakeBase))}${Rx}`,c=e.timeoutMs??Nx,d=await Tx.readFile(n.path),f=new FormData;f.append("agent_id",n.agentId),f.append("session_id",n.sessionId),f.append("file_name",n.name),f.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",..._t(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},m=new AbortController,w=setTimeout(()=>m.abort(),c);Js.info("file upload start",{url:o,agentId:n.agentId,sessionId:n.sessionId,name:n.name,bytes:n.sizeBytes,mime:n.mimeType});try{let v=await fetch(o,{method:"POST",headers:l,body:f,signal:m.signal}),_=v.headers.get("x-tt-logid")??"";if(!v.ok){let P=await v.text().catch(()=>"");throw new S("UPLOAD_FAILED",`upload HTTP ${v.status} logid=${_}: ${P.slice(0,200)}`)}let E=await v.json();if(E.code!==void 0&&E.code!==0)throw new S("UPLOAD_FAILED",`upload code=${E.code} msg=${E.msg??"-"} logid=${_}`);let T=E.data?.file?.file_url;if(!T)throw new S("UPLOAD_FAILED",`upload response missing data.file.file_url logid=${_}: ${JSON.stringify(E).slice(0,200)}`);return Js.info("file upload ok",{uri:T,logid:_}),{uri:T}}catch(v){throw v instanceof S?v:v.name==="AbortError"?new S("UPLOAD_FAILED",`upload timeout (${c}ms) for ${Dx(n.path)}`):new S("UPLOAD_FAILED",String(v),{cause:v})}finally{clearTimeout(w)}}U();import{promises as Lx}from"node:fs";import{extname as Ox}from"node:path";var Bx=[{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 Mx(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 zx={".txt":"text/plain",".md":"text/markdown"};async function $s(n){let e=await Lx.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Mx(s))return"image/webp";for(let o of Bx)if(o.prefix.every((c,d)=>s[d]===c))return o.mime}finally{await e.close()}return zx[Ox(n).toLowerCase()]??"application/octet-stream"}ie();var Hx=D("agent-send"),Ys=50*1024*1024,Kx=new Set(["image/png","image/jpeg","image/webp","image/gif","application/pdf","text/plain","text/markdown"]);async function Xs(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 os(n.path,s.workspace))throw new S("PATH_OUTSIDE_WORKSPACE",`path=${n.path} not under workspace=${s.workspace}`);let c=await Ux.stat(n.path).catch(()=>null);if(!c||!c.isFile())throw new S("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(c.size>Ys)throw new S("FILE_TOO_LARGE",`${c.size} bytes > limit ${Ys}`);let d=await $s(n.path);if(!Kx.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 f=n.name??qx(n.path),l=await Vs({patToken:e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:d,name:f,sizeBytes:c.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),m={sessionUpdate:"agent_file",messageId:Fx(),content:{type:n.kind==="image"?"image":"resource",uri:l.uri,mimeType:d,name:f,sizeBytes:c.size,...l.fileId!==void 0?{fileId:l.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}};return await e.core.sendAgentFileUpdate(s,o,n.sessionId,m),Hx.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:f,bytes:c.size,mime:d,uri:l.uri}),{ok:!0,uri:l.uri,bytes:c.size,mimeType:d,...l.fileId!==void 0?{fileId:l.fileId}:{}}}U();import{execFile as Gx}from"node:child_process";import{promisify as Wx}from"node:util";var jx=Wx(Gx),Ze=D("coze-cli-installer"),Zs="@coze/cli@0.1.3-alpha.89c42a",Qs="https://bnpm.byted.org",Jx="coze",Vx=5e3,$x=9e4,eo=1e4,Jt=null,Ur=!1;async function qr(n,e={}){if(Ur)return;if(Jt)return Jt;let s=e.exec??jx;return Jt=(async()=>{try{let o=await Yx(Jx,s);if(o){Ze.info("coze-cli already on PATH, skip install + config + auth",{path:o}),Ur=!0;return}Ze.info("coze-cli install start",{package:Zs,registry:Qs});try{await s("npm",["i","-g",Zs,"--registry",Qs],{timeout:$x,maxBuffer:10*1024*1024}),Ze.info("coze-cli install ok")}catch(c){Ze.warn("coze-cli install failed (skip subsequent steps)",{err:String(c)});return}if(n.env)try{await s("coze",["config","set","xTTEnv",n.env],{timeout:eo}),Ze.info("coze config set xTTEnv ok",{env:n.env})}catch(c){Ze.warn("coze config set failed (continue to auth login)",{err:String(c)})}try{await s("coze",["auth","login","--token",n.patToken],{timeout:eo}),Ze.info("coze auth login ok")}catch(c){Ze.warn("coze auth login failed",{err:String(c)});return}Ur=!0}finally{Jt=null}})(),Jt}async function Yx(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:Vx});return o.split(`
118
+ `)[0]?.trim()||void 0}catch{return}}U();import{spawn as Xx}from"node:child_process";import{constants as to,access as Zx}from"node:fs/promises";import{delimiter as Qx,join as ed}from"node:path";var no=D("framework-detector"),ro={"claude-code":"claude",codex:"codex",openclaw:"openclaw"},td=[".exe",".cmd",".bat",".ps1"],Et=class{env;constructor(e={}){this.env={pathEnv:e.pathEnv??process.env.PATH??"",platform:e.platform??process.platform,spawn:e.spawn??Xx,access:e.access??Zx}}async detect(e){let s=ro[e],o=await this.which(s);if(!o)return no.debug("framework binary not found",{framework:e,bin:s}),null;let[c,d]=await Promise.all([this.probeVersion(o),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:c};return d&&(f.defaultAgent=d),f}async detectAll(){let e=await Promise.all(Object.keys(ro).map(async o=>[o,await this.detect(o)])),s={};for(let[o,c]of e)c&&(s[o]=c);return s}async which(e){let s=this.env.pathEnv.split(Qx).filter(Boolean),o=this.env.platform==="win32"?["",...td]:[""];for(let c of s)for(let d of o){let f=ed(c,e+d);if(await this.isExecutable(f))return f}return null}async isExecutable(e){try{let s=this.env.platform==="win32"?to.F_OK:to.X_OK;return await this.env.access(e,s),!0}catch{return!1}}async probeOpenclawDefaultAgent(e){let s=await this.runProbe(e,["agents","list","--json"]);if(!s||s.code!==0)return null;try{let o=JSON.parse(s.stdout);if(!Array.isArray(o))return null;let c=o.find(d=>d?.isDefault===!0);return!c?.id||!c.workspace?null:{id:c.id,workspace:c.workspace}}catch(o){return no.warn("openclaw agents list --json parse failed",{err:String(o)}),null}}async probeVersion(e){let s=await this.runProbe(e,["--version"]);return s&&(rd(s.stdout).split(/\r?\n/)[0]??"").trim()||"unknown"}runProbe(e,s){return new Promise(o=>{let c="",d=!1,f,l=m=>{d||(d=!0,f&&clearTimeout(f),o(m))};try{let m=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});f=setTimeout(()=>{m.kill("SIGKILL"),l(null)},5e3),m.stdout?.on("data",w=>{c+=w.toString("utf8")}),m.on("error",()=>l(null)),m.on("close",w=>l({code:w,stdout:c}))}catch{l(null)}})}},nd=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function rd(n){return n.replace(nd,"")}an();ie();var id=10*6e4;function io(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?id:e}function Ln(n){return pt(n??F().configFile)}function At(n,e){return on(e??F().configFile,n)}import{randomBytes as md}from"node:crypto";import{mkdir as sd,readFile as od,realpath as ad,writeFile as cd}from"node:fs/promises";import{basename as xd,dirname as Hr,join as dd,relative as ud,resolve as so,sep as fd}from"node:path";U();var ao=D("fs-rpc");async function co(n,e){let s=await uo(n.path,e);return await sd(Hr(s),{recursive:!0}),await cd(s,n.content,"utf8"),ao.info("fs/write_text_file ok",{path:s,size:n.content.length}),null}async function xo(n,e){let s=await uo(n.path,e),o=await od(s,"utf8"),c=o;if(typeof n.line=="number"||typeof n.limit=="number"){let d=o.split(`
119
+ `),f=Math.max(0,(n.line??1)-1),l=typeof n.limit=="number"?f+n.limit:void 0;c=d.slice(f,l).join(`
120
+ `)}return ao.info("fs/read_text_file ok",{path:s,size:c.length}),{content:c}}async function uo(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([oo(so(e)),oo(so(n))]),c=ud(s,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${fd}`))throw new S("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function oo(n){let e=[],s=n;for(;s!==Hr(s);)try{let o=await ad(s);return e.length?dd(o,...e.reverse()):o}catch{e.push(xd(s)),s=Hr(s)}return n}U();var fo=D("prompt-multimodal"),lo=10*1024*1024,ld=15e3;async function go(n){return Promise.all(n.map(gd))}async function gd(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!hn(e.uri))return n;try{let{buf:s,contentType:o}=await pd(e.uri),c=e.mimeType||hd(o)||"application/octet-stream";return fo.info("image uri fetched and inlined",{uri:e.uri,bytes:s.length,mimeType:c}),{type:"image",data:s.toString("base64"),mimeType:c}}catch(s){return fo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function hd(n){if(!n)return;let e=n.indexOf(";");return(e===-1?n:n.slice(0,e)).trim()||void 0}async function pd(n){let e=new AbortController,s=setTimeout(()=>e.abort(),ld);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new Error(`HTTP ${o.status} ${o.statusText}`);let c=await o.arrayBuffer();if(c.byteLength>lo)throw new Error(`image too large: ${c.byteLength} bytes (max ${lo})`);return{buf:Buffer.from(c),contentType:o.headers.get("content-type")??void 0}}finally{clearTimeout(s)}}Ye();U();var q=D("core"),wd=3e4,_d=3e4,On=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new vt;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=io(e.bridgeConfig)}registerExtension(e,s){this.extensions[e]=s}getCozeEnv(){return this.currentCozeEnv}async start(){this.upstream.onFrame(e=>this.handleFrame(e)),await this.upstream.start(),q.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){q.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),q.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let s of this.registerHandlers)try{s(e.agentId)}catch(o){q.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)&&q.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,s,o){let c=o.downstream;c&&(c.onUpdate(d=>{o.loadingSession||this.forwardUpdate(e,d)}),c.onAgentRequest(d=>{this.handleAgentRequest(e,c,d)}),c.onExit((d,f)=>{q.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:d,signal:f}),jt(o),o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId)}))}async handleFrame(e){if(Cn(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&&(this.currentCozeEnv=o);try{if(e.method.startsWith("_agent/")){let c=this.extensions[e.method];if(!c){s!==null?await this.sendError(s,K.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):q.warn("drop notification: extension not registered",{method:e.method});return}let d=await c(e,this);s!==null&&await this.upstream.send(yt(s,d));return}if(e.method.startsWith("session/")){let c=await this.routeSessionMethod(e);s!==null&&await this.upstream.send(yt(s,c));return}if(e.method==="initialize"){s!==null&&await this.upstream.send(yt(s,{protocolVersion:1,agentCapabilities:{loadSession:!0}}));return}s!==null?await this.sendError(s,K.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):q.warn("drop unknown notification",{method:e.method})}catch(c){q.error("handleFrame failed",{method:e.method,err:String(c)}),s!==null&&await this.upstream.send(st(s,Wt(c)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new S("IPC_BAD_REQUEST",`${e.method} requires params`);let s=e.params,o=s._meta?.cozeAgentId;if(!o)throw new S("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let c=this.agents.get(o);if(!c)throw this.disconnectedAgents.has(o)?new S("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new S("AGENT_NOT_FOUND",`agent not found: ${o}`);let d=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!d)return this.dispatchSessionCall(c,e.method,s);let f=Date.now(),l=!1;try{let m=await c.getSessionQueue(d).enqueue(()=>this.dispatchSessionCall(c,e.method,s));return l=!0,m}finally{q.info("session call done",{agentId:c.agentId,method:e.method,durationMs:Date.now()-f,ok:l})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:c}=xs(o);switch(s){case"session/new":{let d=yd();return q.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:d}),{sessionId:d}}case"session/load":{let d=c;return q.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:d.sessionId}),{}}case"session/prompt":{let d=c,f=d.sessionId;if(!f)throw new S("IPC_BAD_REQUEST","session/prompt: missing sessionId");let l=await this.ensureRuntime(e,f);if(l.replySeq=0,await this.ensureDownstream(e,f,l),!l.downstream||!l.acpSessionId)throw new S("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let m=o._meta?.cozeTriggerMsgId;m?e.activeTriggers.set(l.acpSessionId,m):e.activeTriggers.delete(l.acpSessionId);let w=await go(d.prompt);try{let v=await l.downstream.sessionPrompt({...d,sessionId:l.acpSessionId,prompt:w});return l.lastActiveAt=Date.now(),v}finally{e.activeTriggers.delete(l.acpSessionId),l.downstream?.isAlive()&&this.armIdleTimer(e,f,l)}}case"session/cancel":{let f=c.sessionId;if(!f)throw new S("IPC_BAD_REQUEST","session/cancel: missing sessionId");let l=e.sessions.get(f);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 c=await this.sendRequest(ke.GEN_MODEL_TOKEN,o,_d);if(!c?.modelToken)throw new S("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return c.modelToken}catch(c){throw c instanceof S&&c.code==="MODEL_TOKEN_GEN_FAILED"?c:new S("MODEL_TOKEN_GEN_FAILED",c instanceof Error?c.message:String(c),{cause:c})}}async ensureDownstream(e,s,o){if(jt(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new S("AGENT_SPAWN_FAILED","sessionSpawner not wired (cannot spawn per-session downstream)");let c=await this.sessionSpawner(e,o.modelToken,s,this.currentCozeEnv);if(o.downstream=c,this.attachRuntimeHooks(e,s,o),o.acpSessionId){o.loadingSession=!0;try{await c.sessionLoad({sessionId:o.acpSessionId,cwd:e.workspace}),q.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(d){q.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(d)}),o.acpSessionId=void 0;let f=await c.sessionNew({cwd:e.workspace});o.acpSessionId=f.sessionId,await this.persistSessionMapping(e)}finally{o.loadingSession=!1}}else{let d=await c.sessionNew({cwd:e.workspace});o.acpSessionId=d.sessionId,await this.persistSessionMapping(e)}c.afterSessionEstablished&&o.acpSessionId&&await c.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(jt(o),this.isRuntimeBusy(e,o)){q.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)){q.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:s}),this.armIdleTimer(e,s,o);return}q.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:s});let c=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),c&&c.stop("idle timeout").catch(d=>q.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(d)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,s){if(s.acpSessionId&&e.activeTriggers.has(s.acpSessionId))return!0;let o=s.downstream;if(!o)return!1;for(let c of this.pendingUpstream.values())if(c.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,s,o,c){let d={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let f=e.activeTriggers.get(s.acpSessionId);f&&(d.cozeTriggerMsgId=f)}await this.upstream.send(Gt("session/update",{sessionId:o,update:c,_meta:d}))}forwardUpdate(e,s){let o=s.sessionId,c=this.reverseSessionId(e,o);if(!c){q.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let d=e.sessions.get(c);if(!d){q.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:c});return}if(vd(s)){q.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let f={cozeAgentId:e.agentId,cozeReplySeqID:++d.replySeq},l=e.activeTriggers.get(o);l&&(f.cozeTriggerMsgId=l),this.upstream.send(Gt("session/update",{...s,sessionId:c,_meta:f})).catch(m=>q.warn("forward update failed",{agentId:e.agentId,err:String(m)}))}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}q.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),s.respondAgentRequestError(o.id,{code:K.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${o.method}`})}async handleFsRpcRequest(e,s,o){try{let c=e.workspace;if(o.method==="fs/write_text_file"){let d=o.params??{},f=await co(d,c);s.respondAgentRequest(o.id,f)}else{let d=o.params??{},f=await xo(d,c);s.respondAgentRequest(o.id,f)}}catch(c){q.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(c)}),s.respondAgentRequestError(o.id,Wt(c))}}forwardPermissionRequest(e,s,o){let c=this.upstreamIds.next("session/request_permission"),d=o.params??{},l=d.sessionId,m=l?e.activeTriggers.get(l):void 0,w={cozeAgentId:e.agentId};m&&(w.cozeTriggerMsgId=m);let v=l?this.reverseSessionId(e,l):void 0,_={...d,...v?{sessionId:v}:{},_meta:w};this.pendingUpstream.set(c,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),q.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:c,acpSessionId:l,cloudSessionId:v,toolCallId:d.toolCall?.toolCallId,options:d.options?.map(E=>({optionId:E.optionId,kind:E.kind,name:E.name}))}),this.upstream.send(Kt(c,"session/request_permission",_)).catch(E=>{this.pendingUpstream.delete(c),q.error("forward permission request failed",{agentId:e.agentId,err:String(E)}),s.respondAgentRequestError(o.id,{code:K.INTERNAL_ERROR,message:`upstream send failed: ${String(E)}`})})}handleUpstreamResponse(e){if(e.id===null)return;let s=this.pendingUpstream.get(e.id);if(s){this.pendingUpstream.delete(e.id),e.error?(q.info("upstream \u2192 permission response (error)",{agentId:s.agentId,upstreamId:e.id,method:s.method,error:e.error}),s.downstream.respondAgentRequestError(s.agentRequestId,e.error)):(q.info("upstream \u2192 permission response (result)",{agentId:s.agentId,upstreamId:e.id,method:s.method,result:e.result}),s.downstream.respondAgentRequest(s.agentRequestId,e.result));return}let o=this.pendingBridge.get(e.id);if(o){this.pendingBridge.delete(e.id),clearTimeout(o.timer),e.error?o.reject(new An(e.error)):o.resolve(e.result);return}q.debug("orphan upstream response (no pending)",{id:e.id})}sendRequest(e,s,o=wd){let c=this.upstreamIds.next(e);return new Promise((d,f)=>{let l=setTimeout(()=>{this.pendingBridge.delete(c),f(new S("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(c,{method:e,resolve:d,reject:f,timer:l}),this.upstream.send(Kt(c,e,s)).catch(m=>{let w=this.pendingBridge.get(c);w&&(clearTimeout(w.timer),this.pendingBridge.delete(c)),f(m)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,c]of e.sessions){let d={modelToken:c.modelToken,tokenGeneratedAt:c.tokenGeneratedAt};c.acpSessionId&&(d.acpSessionId=c.acpSessionId),s.set(o,d)}await kr(e.agentId,s,this.paths)}catch(s){q.warn("persist session mapping failed",{agentId:e.agentId,err:String(s)})}}reverseSessionId(e,s){for(let[o,c]of e.sessions.entries())if(c.acpSessionId===s)return o}sendError(e,s,o){return this.upstream.send(st(e,{code:s,message:o}))}};function yd(){return md(16).toString("hex")}function vd(n){let e=n.update;if(e?.sessionUpdate!=="agent_message_chunk")return!1;let s=e.content;if(!s||typeof s!="object")return!1;let o=s;return o.type!=="text"||typeof o.text!="string"?!1:o.text.startsWith("Model metadata for `")}U();ie();import{randomBytes as bd}from"node:crypto";import{chmod as Sd,mkdir as Ed,writeFile as ho}from"node:fs/promises";import{createServer as Ad}from"node:http";import{dirname as Cd}from"node:path";var Id=1e6,Kr=D("ipc"),Bn=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??F()}async start(){this.token=bd(32).toString("hex");let e=Ad((o,c)=>{this.dispatch(o,c)});this.server=e,await new Promise((o,c)=>{e.once("error",c),e.listen(0,"127.0.0.1",()=>o())});let s=e.address();if(!s||typeof s!="object")throw new Error("failed to obtain IPC port");return this.port=s.port,await this.persistAuthFiles(),Kr.info("IPC listening",{port:this.port}),{port:this.port,token:this.token}}async stop(){let e=this.server;e&&(await new Promise((s,o)=>{e.close(c=>c?o(c):s())}),this.server=null)}async persistAuthFiles(){await Ed(Cd(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 Sd(this.paths.tokenFile,384)}catch(e){Kr.warn("chmod token file failed (non-POSIX?)",{err:String(e)})}}async dispatch(e,s){if(e.headers.authorization!==`Bearer ${this.token}`){Vt(s,401,{error:"unauthorized"});return}let c=`${e.method} ${(e.url??"").split("?")[0]}`,d=this.routes.get(c);if(!d){Vt(s,404,{error:"not found"});return}let f=null;if(e.method==="POST")try{f=await Pd(e)}catch(l){Vt(s,400,{error:"invalid json",detail:String(l)});return}try{let l=await d.handler(f,e);Vt(s,200,l??{ok:!0})}catch(l){Kr.error("IPC handler failed",{key:c,err:String(l)}),Vt(s,500,{error:l instanceof Error?l.message:String(l)})}}};function Vt(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function Pd(n){let e=[],s=0;for await(let c of n){let d=c;if(s+=d.length,s>Id)throw new Error("body too large");e.push(d)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}var Ma=Fe(Co(),1);var xf=Fe(va(),1),df=Fe(Zn(),1),uf=Fe(Pt(),1),ff=Fe(ni(),1),lf=Fe(si(),1),gf=Fe(ui(),1),Ta=Fe(nr(),1),hf=Fe(ka(),1);var Da=Ta.default;U();var xe=D("upstream.frontier"),Na="application/json",La="none",rn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandler=null;opened=!1;openCount=0;async start(){if(this.fws){xe.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:fs,..._t(this.opts.ppeOverride)};class s extends Da{constructor(l){super(l,us,{headers:e})}send(l,...m){if(rs("debug"))try{let w;typeof l=="string"?w=Buffer.from(l,"utf8"):l instanceof Buffer?w=l:l instanceof ArrayBuffer?w=new Uint8Array(l):ArrayBuffer.isView(l)?w=new Uint8Array(l.buffer,l.byteOffset,l.byteLength):w=new Uint8Array(0);let v=Buffer.from(w.slice(0,128)).toString("hex");xe.debug("WS raw frame out",{bytes:w.byteLength,headHex:v})}catch(w){xe.warn("WS raw frame dump failed",{err:String(w)})}super.send(l,...m)}}let o=gs(this.opts.urlOverride),c={url:o,ws:s,fpID:ds,aID:mn,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:Na,force:!0},payloadEncoding:{encoding:La,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,debug:this.opts.debug??!1},d=new Ma.FWS(c);d.onopen=()=>{this.opened=!0,this.openCount+=1;let f=this.openCount===1;xe.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:f,openCount:this.openCount}),this.connectHandler&&Promise.resolve(this.connectHandler({initial:f})).catch(l=>xe.warn("onConnect handler threw (ignored)",{err:String(l)}))},d.onclose=f=>{this.opened=!1,xe.info("frontier closed",{code:f.code,reason:f.reason,willReconnect:f.willReconnect})},d.onerror=f=>{xe.warn("frontier error",{code:f.code,msg:f.message})},d.onmessage=f=>this.handleMessage(f),this.fws=d,await d.connect()}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){xe.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");let o=JSON.stringify(e),c=e;Oa(c)||xe.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:Na,payloadEncoding:La})}catch(f){throw xe.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(f)}),new S("UPSTREAM_DISCONNECTED",`frontier send failed: ${String(f)}`,{cause:f})}}onFrame(e){this.handler=e}onConnect(e){this.connectHandler=e}isConnected(){return this.opened&&this.fws?.readyState===1}handleMessage(e){let s=e.message?.service;if(s!==33555712){xe.debug("drop non-adapter frontier frame",{service:s});return}let o=_f(e);if(!o){xe.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){xe.debug("frame received but no onFrame handler",{size:o.length});return}let c;try{c=JSON.parse(o)}catch(f){xe.warn("frontier message JSON parse failed",{err:String(f),head:o.slice(0,80)});return}let d=c;Oa(d)||xe.info("frontier frame in",{logid:wf(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:d.id,method:d.method,body:mf(o)}),Promise.resolve(this.handler(c)).catch(f=>xe.warn("frontier frame handler threw",{err:String(f)}))}};function Oa(n){return n.method==="_agent/health"?!0:typeof n.id=="string"&&n.id.startsWith("agent.health_")}var Ba=2e3;function mf(n){return n.length<=Ba?n:`${n.slice(0,Ba)}...<truncated, total ${n.length} chars>`}function wf(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function _f(n){let e=n.message;if(e?.textPayload)return e.textPayload;let s=e?.payload;if(!s)return null;try{return Buffer.from(s).toString("utf8")}catch{return null}}U();var li=D("upstream.switchable"),ir=class{inner;handler=null;connectHandler=null;constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;li.info("swap upstream",{reason:s});let o=this.inner;this.inner=e,this.handler&&e.onFrame(this.handler),this.connectHandler&&e.onConnect&&e.onConnect(this.connectHandler);try{await e.start()}catch(c){throw li.error("swap target start failed, reverting",{err:String(c)}),this.inner=o,c}await o.stop(s??"swapped").catch(c=>li.warn("previous upstream stop threw (ignored)",{err:String(c)}))}current(){return this.inner}start(){return this.inner.start()}stop(e){return this.inner.stop(e)}send(e){return this.inner.send(e)}onFrame(e){this.handler=e,this.inner.onFrame(e)}onConnect(e){this.connectHandler=e,this.inner.onConnect?.(e)}isConnected(){return this.inner.isConnected()}};U();var gi=D("upstream"),Lt=class{handler=null;async start(){gi.info("NoopUpstream started (M1 skeleton; real Frontier wired in M4)")}async stop(e){gi.info("NoopUpstream stopped",{reason:e})}async send(e){gi.debug("NoopUpstream.send (dropped)",{method:"method"in e?e.method:void 0})}onFrame(e){this.handler=e}isConnected(){return!1}async injectFrame(e){this.handler&&await this.handler(e)}};U();U();ie();import{promises as hi}from"node:fs";import{dirname as yf}from"node:path";var vf=D("pat-token-store");async function za(n=F()){try{let s=(await hi.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&vf.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function sn(n,e=F()){if(!n)throw new Error("writePatToken: empty patToken");await hi.mkdir(yf(e.patTokenFile),{recursive:!0}),await hi.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}ie();ie();import{promises as sr}from"node:fs";import{join as bf}from"node:path";function Sf(n){return`#!/bin/sh
113
121
  exec node ${JSON.stringify(n)} "$@"
114
- `}function hd(n){return`@echo off
122
+ `}function Ef(n){return`@echo off
115
123
  node ${JSON.stringify(n)} %*
116
- `}async function Oa(n,e=H()){let s=e.binDir;await ur.mkdir(s,{recursive:!0});let o=dd(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),c=process.platform==="win32"?hd(n):ld(n);return await ur.readFile(o,"utf8").catch(()=>null)===c||(await ur.writeFile(o,c,"utf8"),process.platform!=="win32"&&await ur.chmod(o,493)),s}q();fe();import{execSync as Na}from"node:child_process";import{readFileSync as Ba,unlinkSync as gd}from"node:fs";import{mkdir as pd,readFile as Ma,unlink as za,writeFile as md}from"node:fs/promises";import{dirname as _d}from"node:path";function La(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var wd=O("single-instance"),fr=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??H().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&&(wd.warn("removing stale pid file",{stalePid:e}),await za(this.pidFile).catch(()=>{})),await pd(_d(this.pidFile),{recursive:!0}),await md(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await Ma(this.pidFile,"utf8")).trim()===String(process.pid)&&await za(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await Ma(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 La(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let s=Ba(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(s.includes("coze-bridge-daemon")||s.includes("lib/index.js"))}catch{}try{let s=Na(`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=Na(`tasklist /FI "PID eq ${e}" /FO CSV /NH`,{stdio:["ignore","pipe","ignore"],timeout:2e3}).toString().trim();if(!o||o.startsWith("INFO:"))return!1;let c=o.split(",",1)[0]?.replace(/^"|"$/g,"").toLowerCase()??"";return c.includes("node")||c.includes("coze-bridge")}catch{return!0}}installCleanupHooks(){process.once("exit",()=>{if(this.acquired)try{Ba(this.pidFile,"utf8").trim()===String(process.pid)&&gd(this.pidFile)}catch{}})}};var F=O("daemon"),yd="coze-bridge-daemon";async function qa(){let n=new fr({processTitle:yd}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await zn(),o=s??{};kr({pid:process.pid}),F.info(s?"loaded bridge config":"initialized bridge config");try{let T=new St;o.frameworksCache=await T.detectAll(),F.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(T){F.warn("framework detection failed",{err:String(T)})}await Et(o);let c=new xr(new sn),u=H(),f=null,h=new Fn({upstream:c,paths:u,bridgeConfig:o,sessionSpawner:async(T,z,K,oe)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(T,z,K,oe)}});await vd(u,h);let m=new Mn({paths:u,config:o,registry:h});f=m;let w,b,S=null,A={},N,D=null;h.registerExtension("_agent/create",async T=>m.createAgent(T.params)),h.registerExtension("_agent/health",async()=>({ok:!0}));let R={},M=new vn({agents:h.agents,disposeAndMarkDisconnected:async(T,z)=>{let K=h.agents.get(T);K&&(await m.cleanupOpenclawSessionProviders(K).catch(oe=>F.warn("cleanup openclaw providers failed (ignored)",{agentId:T,err:String(oe)})),await K.dispose(`disconnect: ${z}`).catch(oe=>F.warn("dispose during disconnect failed (ignored)",{agentId:T,err:String(oe)})),K.status="disconnected",h.unregister(T)),h.disconnectedAgents.add(T)},detailSyncer:async T=>{if(!R.ref)throw new Error("agent-detail-sync not initialized yet");await R.ref.syncOne(T)},openclawRepair:async(T,z)=>{await m.openclawRepair(T,z)}});h.registerExtension("_agent/listSkills",T=>M.listSkills(T.params)),h.registerExtension("_agent/addSkills",T=>M.addSkills(T.params)),h.registerExtension("_agent/removeSkills",T=>M.removeSkills(T.params)),h.registerExtension("_agent/getFileTree",T=>M.getFileTree(T.params)),h.registerExtension("_agent/getFileContent",T=>M.getFileContent(T.params)),h.registerExtension("_agent/update",T=>M.updateAgent(T.params)),h.registerExtension("_agent/disconnect",T=>M.disconnectAgent(T.params)),h.registerExtension("_agent/switchModel",T=>M.switchModel(T.params)),h.registerExtension("_agent/reset",T=>M.resetAgent(T.params)),h.registerExtension("_agent/repair",T=>M.repairAgent(T.params));let V=new pn({paths:u,handlers:M,sendDetail:T=>h.sendRequest("_agent/detail",T)});R.ref=V,c.onConnect(({initial:T})=>{F.info("frontier upstream connected, triggering detail sync",{initial:T}),V.syncAll(T?"initial-connect":"reconnect").catch(z=>F.warn("detail sync top-level error (ignored)",{err:String(z)}))});let te=new Un({paths:u,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...h.agents.keys()],deviceId:S??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async T=>{let z=T,K=z?.privatecode,oe=z?.pairing_code;if(!K||!oe)throw new E("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let nt=bn(z.env),ut=z.handshake_url,Ot=z.frontier_url,ye=bd(z.env,ut,Ot),Ce=!!w&&w!==K,on=b!==void 0&&b!==ye,ue=Ce||on;if(ue){F.warn("pair config switched, resetting agents",{pcChanged:Ce,envChanged:on,previousPc:w?Fa(w):"",nextPc:Fa(K),previousEnvKey:b??"",nextEnvKey:ye});for(let ae of[...h.agents.values()])await ae.dispose("pair config switch").catch(()=>{}),h.agents.delete(ae.agentId);await c.swap(new sn,"pair switch").catch(()=>{})}let Lt=await xs({privatecode:K,...ut?{endpoint:ut}:{},ppeOverride:nt});S=Lt.deviceId,kr({deviceId:S,pid:process.pid}),$s({patToken:K,env:z.env}).catch(ae=>F.warn("coze-cli setup error (ignored)",{err:String(ae)}));let ne=new cr({handshake:Lt,privatecode:K,...Ot?{urlOverride:Ot}:{},ppeOverride:nt});await c.swap(ne,"pair");try{let ae=new St;o.frameworksCache=await ae.detectAll(),await Et(o),F.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(ae){F.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(ae)})}let Z=Object.keys(o.frameworksCache??{});try{let ae=await h.sendRequest("_agent/pair",{pairCode:oe,patToken:K,frameworks:Z,_meta:{cozeDeviceId:S}});F.info("_agent/pair ok",{pairResult:ae}),w=K,b=ye,A=nt,N=ut,D||(D=new Cn({core:h,getDeviceId:()=>S??""})),D.start(),ue&&Ua(u,m).catch(Ne=>F.warn("post-pair-switch auto-revive error (ignored)",{err:String(Ne)}));let Le;return z.agent_id&&(Le=await Sd(z.agent_id,u,m,Ne=>h.sendRequest("_agent/detail",Ne)).catch(Ne=>(F.error("--agent-id ensureAgent failed",{agentId:z.agent_id,err:String(Ne)}),{ok:!1,agentId:z.agent_id??"",note:String(Ne)}))),{ok:!0,note:"paired with cloud",...Le?{agent:Le}:{}}}catch(ae){return F.error("_agent/pair failed",{err:String(ae)}),{ok:!1,note:`pair failed: ${String(ae)}`}}}},{method:"POST",path:"/_agent/create",handler:async T=>{let z=T;return{ok:!0,result:await m.createAgent(z)}}},{method:"POST",path:"/agent/send",handler:async T=>{let z=T;if(!z?.agentId||!z?.sessionId||!z?.kind||!z?.path)throw new E("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!w)throw new E("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await Hs(z,{core:h,patToken:w,handshakeBase:N,ppeOverride:A})}catch(K){if(K instanceof E)return{ok:!1,code:K.code,message:K.message};throw K}}},{method:"POST",path:"/refresh",handler:async()=>{F.info("IPC /refresh: re-detecting frameworks");let T=new St;return o.frameworksCache=await T.detectAll(),await Et(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(F.info("IPC /shutdown received"),setImmediate(()=>{le.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:ie,token:se}=await te.start();m.setIpcEndpoint({port:ie,token:se});try{await Oa(u.libEntry,u)}catch(T){F.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(T)})}await h.start(),Ua(u,m).catch(T=>F.warn("auto-revive top-level error (ignored)",{err:String(T)}));let $=null,le={port:ie,token:se,core:h,ipc:te,shutdown(T){return $||(F.info("daemon shutdown",{reason:T}),$=(async()=>{D?.stop(),await h.stop(T),await te.stop(),await n.release()})(),$)}};for(let T of["SIGTERM","SIGINT"])process.on(T,()=>{le.shutdown(T).then(()=>process.exit(0))});return F.info("daemon ready",{port:ie,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),le}function Fa(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function bd(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function vd(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:c,enforceAgentConfigMode:u}=await Promise.resolve().then(()=>(Ve(),gn));for(let f of o){await u(f,n).catch(h=>F.warn("enforceAgentConfigMode failed (ignored)",{agentId:f,err:String(h)}));try{let h=await c(f,n);h?.disconnectedAt&&(e.disconnectedAgents.add(f),F.info("agent marked disconnected on startup",{agentId:f,disconnectedAt:h.disconnectedAt,reason:h.disconnectReason??""}))}catch(h){F.warn("failed to load agent config on startup, skipping",{agentId:f,err:String(h)})}}}async function Sd(n,e,s,o){let{loadAgentConfig:c}=await Promise.resolve().then(()=>(Ve(),gn)),u=await c(n,e);if(u){F.info("--agent-id: local config found, reconnecting",{agentId:n,framework:u.framework,hadDisconnect:!!u.disconnectedAt});let w={agentId:u.agentId,framework:u.framework,...u.cozeIdentity?{cozeIdentity:u.cozeIdentity}:{},...u.model?{model:u.model}:{}};return await s.createAgent(w),{ok:!0,agentId:n,note:u.disconnectedAt?"revived from local config":"connected from local config"}}F.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 E("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let h={agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...f.deployType?{_meta:{cozeDeployType:f.deployType}}:{}};await s.createAgent(h);let m=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:m?"cloud agent acknowledged":"created from cloud detail"}}async function Ua(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return{revived:0,skipped:0,total:0}}if(o.length===0)return{revived:0,skipped:0,total:0};let{loadAgentConfig:c}=await Promise.resolve().then(()=>(Ve(),gn));F.info("auto-revive: scanning local agents on startup",{count:o.length});let u=0,f=0;for(let h of o){let m;try{m=await c(h,n)}catch(w){F.warn("auto-revive: load config failed (skipping)",{agentId:h,err:String(w)}),f+=1;continue}if(!m){f+=1;continue}if(m.disconnectedAt){F.info("auto-revive: skip disconnected agent",{agentId:h,disconnectedAt:m.disconnectedAt}),f+=1;continue}try{F.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:h,framework:m.framework}),await e.createAgent({agentId:m.agentId,framework:m.framework,...m.cozeIdentity?{cozeIdentity:m.cozeIdentity}:{},...m.model?{model:m.model}:{},...m.deployType?{_meta:{cozeDeployType:m.deployType}}:{}}),u+=1}catch(w){F.warn("auto-revive: createAgent failed (skipping)",{agentId:h,framework:m.framework,err:String(w)}),f+=1}}return F.info("auto-revive: done",{revived:u,skipped:f,total:o.length}),{revived:u,skipped:f,total:o.length}}gi();fe();import{readFile as ja}from"node:fs/promises";var Qe=class{paths;constructor(e){this.paths=e??H()}async probe(e=1e3){let s=await this.readAuth();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:Rd(o)}}}async request(e){let s=await this.readAuth();if(!s)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(s,e)}async readAuth(){try{let[e,s]=await Promise.all([ja(this.paths.portFile,"utf8"),ja(this.paths.tokenFile,"utf8")]),o=Number.parseInt(e.trim(),10),c=s.trim();return!Number.isFinite(o)||o<=0||!c?null:{port:o,token:c}}catch(e){if(e.code==="ENOENT")return null;throw e}}async fetch(e,s){let o=s.body!==void 0,c={Authorization:`Bearer ${e.token}`};o&&(c["content-type"]="application/json");let u=new AbortController,f=setTimeout(()=>u.abort(),s.timeoutMs??5e3);try{let h=await fetch(`http://127.0.0.1:${e.port}${s.path}`,{method:s.method,headers:c,body:o?JSON.stringify(s.body):void 0,signal:u.signal}),m=await h.text();return{status:h.status,body:Dd(m)}}finally{clearTimeout(f)}}};function Dd(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function Rd(n){return n instanceof Error?n.message:String(n)}q();fe();import{copyFile as Ga,mkdir as Od,readFile as pi,writeFile as Ld}from"node:fs/promises";import{dirname as Nd,resolve as mi,sep as dr}from"node:path";import{fileURLToPath as Bd}from"node:url";q();fe();var Ha=O("dist-install");function Md(n){let e=Bd(n),s=Nd(e),o=`${dr}src${dr}`;if(s.includes(o)||s.endsWith(`${dr}src${dr}cli`))return null;let c=mi(s,"index.js"),u=mi(s,"..","package.json");return{dist:c,pkgJson:u}}async function Wa(n={}){let e=n.paths??H(),s=Md(import.meta.url),o=n.sourceDist??s?.dist,c=n.sourcePackageJson??s?.pkgJson;if(!o||!c)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let u;try{u=JSON.parse(await pi(c,"utf8")).version??"unknown"}catch(S){return Ha.warn("cannot read source package.json,skip dist install",{err:String(S)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(S)}`}}let f=await zn(e.configFile)??{},h=f.libVersion;if(h===u)try{return await pi(e.libEntry),{kind:"already-current",libVersion:u}}catch{}await Od(e.libDir,{recursive:!0}),await Ga(o,e.libEntry),await Ga(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let m=mi(e.libDir,"package.json"),w=`${JSON.stringify({type:"module"},null,2)}
117
- `;return await pi(m,"utf8").catch(()=>null)!==w&&await Ld(m,w),f.libVersion=u,await Et(f,e.configFile),Ha.info("dist installed",{libEntry:e.libEntry,fromVersion:h,toVersion:u}),h?{kind:"version-changed",fromVersion:h,toVersion:u,libEntry:e.libEntry}:{kind:"first-install",libVersion:u,libEntry:e.libEntry}}import{basename as zd,resolve as Fd}from"node:path";var Ud=9e4,qd={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,IPC_BAD_REQUEST:3,AGENT_NOT_FOUND:4,IPC_AUTH_FAILED:4,AGENT_DISCONNECTED:5,UPLOAD_FAILED:5,UPSTREAM_NOT_READY:5,UPSTREAM_DISCONNECTED:5,UPSTREAM_HANDSHAKE_FAILED:5,AGENT_BUSY:1,AGENT_SPAWN_FAILED:1,AGENT_TIMEOUT:1,AGENT_PROTOCOL_ERROR:1,BRIDGE_CONFIG_INVALID:1,BRIDGE_INTERNAL:1,MODEL_TOKEN_GEN_FAILED:1,OPERATION_NOT_ALLOWED_FOR_LOCAL:1};function Kd(n){return qd[n]??1}async function Ja(n){let e=jd();if(!e)return process.stderr.write(`Error: not running inside a coze-bridge agent process (missing COZE_BRIDGE_* env). This command is intended to be called by an LLM inside an agent session.
118
- `),4;let s=Fd(process.cwd(),n.path),o={agentId:e.agentId,sessionId:e.sessionId,kind:n.kind,path:s,...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},c;try{c=await Gd(e,"/agent/send",o,Ud)}catch(u){return process.stderr.write(`Error: daemon IPC failed: ${u instanceof Error?u.message:String(u)}
119
- `),4}if(!c.ok)return process.stderr.write(`Error: ${c.code}: ${c.message}
120
- `),Kd(c.code);if(n.json)process.stdout.write(`${JSON.stringify(c)}
121
- `);else{let u=n.name??zd(s);process.stdout.write(`Sent ${n.kind} ${u} (${Hd(c.bytes)})
122
- `)}return 0}function jd(){let n=process.env.COZE_BRIDGE_AGENT_ID,e=process.env.COZE_BRIDGE_SESSION_ID,s=process.env.COZE_BRIDGE_IPC_PORT,o=process.env.COZE_BRIDGE_IPC_TOKEN;if(!n||!e||!s||!o)return null;let c=Number.parseInt(s,10);return!Number.isFinite(c)||c<=0?null:{agentId:n,sessionId:e,port:c,token:o}}async function Gd(n,e,s,o){let c=new AbortController,u=setTimeout(()=>c.abort(),o);try{let f=await fetch(`http://127.0.0.1:${n.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"content-type":"application/json"},body:JSON.stringify(s),signal:c.signal}),h=await f.text(),m=h?JSON.parse(h):null;return m&&typeof m=="object"&&"ok"in m?m:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${f.status}): ${h.slice(0,200)}`}}finally{clearTimeout(u)}}function Hd(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var ul=O("cli");function et(n,e){let s=[],o;for(let c=0;c<n.length;c++){let u=n[c];if(u===e){o=n[c+1],c+=1;continue}if(u.startsWith(`${e}=`)){o=u.slice(e.length+1);continue}s.push(u)}return{value:o,rest:s}}function fl(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[0]==="send")return dl(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:c}=et(s,"--pat-token");s=c;let{value:u,rest:f}=et(s,"--pair-code");s=f;let{value:h,rest:m}=et(s,"--env");s=m;let{value:w,rest:b}=et(s,"--handshake-url");s=b;let{value:S,rest:A}=et(s,"--frontier-url");s=A;let{value:N}=et(s,"--agent-id");if(!o||!u)return{mode:"help"};let D={mode:"pair",privatecode:o,pairingCode:u};return h&&(D.env=h),w&&(D.handshakeUrl=w),S&&(D.frontierUrl=S),N&&(D.agentId=N),D}function dl(n){let e=n[0],s=n[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!s||s.startsWith("--"))return{mode:"help"};let o=n.slice(2),{value:c,rest:u}=et(o,"--caption");o=u;let{value:f,rest:h}=et(o,"--name");o=h;let m=o.includes("--json"),w={mode:"send",kind:e,path:s,json:m};return c&&(w.caption=c),f&&(w.name=f),w}var ll=`
124
+ `}async function Fa(n,e=F()){let s=e.binDir;await sr.mkdir(s,{recursive:!0});let o=bf(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),c=process.platform==="win32"?Ef(n):Sf(n);return await sr.readFile(o,"utf8").catch(()=>null)===c||(await sr.writeFile(o,c,"utf8"),process.platform!=="win32"&&await sr.chmod(o,493)),s}U();ie();import{execSync as qa}from"node:child_process";import{readFileSync as Ha,unlinkSync as Af}from"node:fs";import{mkdir as Cf,readFile as Ka,unlink as Ga,writeFile as If}from"node:fs/promises";import{dirname as Pf}from"node:path";function Ua(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var kf=D("single-instance"),or=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??F().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&&(kf.warn("removing stale pid file",{stalePid:e}),await Ga(this.pidFile).catch(()=>{})),await Cf(Pf(this.pidFile),{recursive:!0}),await If(this.pidFile,String(process.pid),"utf8"),this.acquired=!0,this.installCleanupHooks(),{kind:"acquired"})}async release(){if(this.acquired){try{(await Ka(this.pidFile,"utf8")).trim()===String(process.pid)&&await Ga(this.pidFile)}catch{}this.acquired=!1}}async readExistingPid(){try{let e=await Ka(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 Ua(e)?this.matchesDaemonTitle(e):!1}matchesDaemonTitle(e){if(process.platform==="win32")return this.matchesDaemonTitleWindows(e);try{let s=Ha(`/proc/${e}/cmdline`,"utf8").replace(/\0/g," ");return!!(s.includes("coze-bridge-daemon")||s.includes("lib/index.js"))}catch{}try{let s=qa(`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=qa(`tasklist /FI "PID eq ${e}" /FO CSV /NH`,{stdio:["ignore","pipe","ignore"],timeout:2e3}).toString().trim();if(!o||o.startsWith("INFO:"))return!1;let c=o.split(",",1)[0]?.replace(/^"|"$/g,"").toLowerCase()??"";return c.includes("node")||c.includes("coze-bridge")}catch{return!0}}installCleanupHooks(){process.once("exit",()=>{if(this.acquired)try{Ha(this.pidFile,"utf8").trim()===String(process.pid)&&Af(this.pidFile)}catch{}})}};var M=D("daemon"),Tf="coze-bridge-daemon";async function ja(){let n=new or({processTitle:Tf}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await Ln(),o=s??{};dn({pid:process.pid}),M.info(s?"loaded bridge config":"initialized bridge config");try{let k=new Et;o.frameworksCache=await k.detectAll(),M.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(k){M.warn("framework detection failed",{err:String(k)})}await At(o);let c=new ir(new Lt),d=F(),f=null,l=new On({upstream:c,paths:d,bridgeConfig:o,sessionSpawner:async(k,L,B,J)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(k,L,B,J)}});await Df(d,l);let m=new Nn({paths:d,config:o,registry:l});f=m;let w,v,_=null,E={},T,P=null;l.registerExtension("_agent/create",async k=>m.createAgent(k.params)),l.registerExtension("_agent/health",async()=>({ok:!0}));let R={},z=new _n({agents:l.agents,disposeAndMarkDisconnected:async(k,L)=>{let B=l.agents.get(k);B&&(await m.cleanupOpenclawSessionProviders(B).catch(J=>M.warn("cleanup openclaw providers failed (ignored)",{agentId:k,err:String(J)})),await B.dispose(`disconnect: ${L}`).catch(J=>M.warn("dispose during disconnect failed (ignored)",{agentId:k,err:String(J)})),B.status="disconnected",l.unregister(k)),l.disconnectedAgents.add(k)},detailSyncer:async k=>{if(!R.ref)throw new Error("agent-detail-sync not initialized yet");await R.ref.syncOne(k)},openclawRepair:async(k,L)=>{await m.openclawRepair(k,L)}});l.registerExtension("_agent/listSkills",k=>z.listSkills(k.params)),l.registerExtension("_agent/addSkills",k=>z.addSkills(k.params)),l.registerExtension("_agent/removeSkills",k=>z.removeSkills(k.params)),l.registerExtension("_agent/getFileTree",k=>z.getFileTree(k.params)),l.registerExtension("_agent/getFileContent",k=>z.getFileContent(k.params)),l.registerExtension("_agent/update",k=>z.updateAgent(k.params)),l.registerExtension("_agent/disconnect",k=>z.disconnectAgent(k.params)),l.registerExtension("_agent/switchModel",k=>z.switchModel(k.params)),l.registerExtension("_agent/reset",k=>z.resetAgent(k.params)),l.registerExtension("_agent/repair",k=>z.repairAgent(k.params));let ne=new gn({paths:d,handlers:z,sendDetail:k=>l.sendRequest("_agent/detail",k)});R.ref=ne,c.onConnect(({initial:k})=>{M.info("frontier upstream connected, triggering detail sync",{initial:k}),ne.syncAll(k?"initial-connect":"reconnect").catch(L=>M.warn("detail sync top-level error (ignored)",{err:String(L)}))});let j=new Bn({paths:d,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...l.agents.keys()],deviceId:_??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async k=>{let L=k,B=L?.privatecode,J=L?.pairing_code;if(!B||!J)throw new S("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let we=zt(L.env),Ie=L.handshake_url,Be=L.frontier_url,ue=Wa(L.env,Ie,Be),ge=!!w&&w!==B,nt=v!==void 0&&v!==ue,Q=ge||nt;if(Q){M.warn("pair config switched, resetting agents",{pcChanged:ge,envChanged:nt,previousPc:w?ar(w):"",nextPc:ar(B),previousEnvKey:v??"",nextEnvKey:ue});for(let ae of[...l.agents.values()])await ae.dispose("pair config switch").catch(()=>{}),l.agents.delete(ae.agentId);await c.swap(new Lt,"pair switch").catch(()=>{})}let rt=await Tr({privatecode:B,...Ie?{endpoint:Ie}:{},ppeOverride:we});_=rt.deviceId,dn({deviceId:_,pid:process.pid}),qr({patToken:B,env:L.env}).catch(ae=>M.warn("coze-cli setup error (ignored)",{err:String(ae)}));let G=new rn({handshake:rt,privatecode:B,...Be?{urlOverride:Be}:{},ppeOverride:we});await c.swap(G,"pair");try{let ae=new Et;o.frameworksCache=await ae.detectAll(),await At(o),M.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(ae){M.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(ae)})}let Y=Object.keys(o.frameworksCache??{});try{let ae=await l.sendRequest("_agent/pair",{pairCode:J,patToken:B,frameworks:Y,_meta:{cozeDeviceId:_}});M.info("_agent/pair ok",{pairResult:ae}),w=B,v=ue,E=we,T=Ie,sn(B,d).catch(Se=>M.warn("writePatToken after /pair failed (ignored)",{err:String(Se)})),P||(P=new qt({core:l,getDeviceId:()=>_??""})),P.start(),Q&&pi(d,m).catch(Se=>M.warn("post-pair-switch auto-revive error (ignored)",{err:String(Se)}));let Me;return L.agent_id&&(Me=await Rf(L.agent_id,d,m,Se=>l.sendRequest("_agent/detail",Se)).catch(Se=>(M.error("--agent-id ensureAgent failed",{agentId:L.agent_id,err:String(Se)}),{ok:!1,agentId:L.agent_id??"",note:String(Se)}))),{ok:!0,note:"paired with cloud",...Me?{agent:Me}:{}}}catch(ae){return M.error("_agent/pair failed",{err:String(ae)}),{ok:!1,note:`pair failed: ${String(ae)}`}}}},{method:"POST",path:"/connect",handler:async k=>{let L=k,B=L?.privatecode;if(!B)throw new S("IPC_BAD_REQUEST","/connect requires privatecode");let J=zt(L.env),we=L.handshake_url,Ie=L.frontier_url,Be=Wa(L.env,we,Ie);if(w===B&&v===Be)return M.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"};let ue=!!w&&w!==B,ge=v!==void 0&&v!==Be,nt=ue||ge;if(nt){M.warn("connect config switched, resetting agents",{pcChanged:ue,envChanged:ge,previousPc:w?ar(w):"",nextPc:ar(B)});for(let G of[...l.agents.values()])await G.dispose("connect config switch").catch(()=>{}),l.agents.delete(G.agentId);await c.swap(new Lt,"connect switch").catch(()=>{})}let Q=await Tr({privatecode:B,...we?{endpoint:we}:{},ppeOverride:J});_=Q.deviceId,dn({deviceId:_,pid:process.pid}),qr({patToken:B,env:L.env}).catch(G=>M.warn("coze-cli setup error (ignored)",{err:String(G)}));let rt=new rn({handshake:Q,privatecode:B,...Ie?{urlOverride:Ie}:{},ppeOverride:J});return await c.swap(rt,"connect"),w=B,v=Be,E=J,T=we,P||(P=new qt({core:l,getDeviceId:()=>_??""})),P.start(),nt&&pi(d,m).catch(G=>M.warn("post-connect-switch auto-revive error (ignored)",{err:String(G)})),sn(B,d).catch(G=>M.warn("writePatToken after /connect failed (ignored)",{err:String(G)})),M.info("/connect: WS established",{deviceId:_}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async k=>{let L=k;return{ok:!0,result:await m.createAgent(L)}}},{method:"POST",path:"/agent/send",handler:async k=>{let L=k;if(!L?.agentId||!L?.sessionId||!L?.kind||!L?.path)throw new S("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!w)throw new S("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await Xs(L,{core:l,patToken:w,handshakeBase:T,ppeOverride:E})}catch(B){if(B instanceof S)return{ok:!1,code:B.code,message:B.message};throw B}}},{method:"POST",path:"/refresh",handler:async()=>{M.info("IPC /refresh: re-detecting frameworks");let k=new Et;return o.frameworksCache=await k.detectAll(),await At(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(M.info("IPC /shutdown received"),setImmediate(()=>{oe.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:me,token:Z}=await j.start();try{await Fa(d.libEntry,d)}catch(k){M.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(k)})}await l.start(),pi(d,m).catch(k=>M.warn("auto-revive top-level error (ignored)",{err:String(k)}));let se=null,oe={port:me,token:Z,core:l,ipc:j,shutdown(k){return se||(M.info("daemon shutdown",{reason:k}),se=(async()=>{P?.stop(),await l.stop(k),await j.stop(),await n.release()})(),se)}};for(let k of["SIGTERM","SIGINT"])process.on(k,()=>{oe.shutdown(k).then(()=>process.exit(0))});return M.info("daemon ready",{port:me,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),oe}function ar(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function Wa(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function Df(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:c,enforceAgentConfigMode:d}=await Promise.resolve().then(()=>(Ye(),ln));for(let f of o){await d(f,n).catch(l=>M.warn("enforceAgentConfigMode failed (ignored)",{agentId:f,err:String(l)}));try{let l=await c(f,n);l?.disconnectedAt&&(e.disconnectedAgents.add(f),M.info("agent marked disconnected on startup",{agentId:f,disconnectedAt:l.disconnectedAt,reason:l.disconnectReason??""}))}catch(l){M.warn("failed to load agent config on startup, skipping",{agentId:f,err:String(l)})}}}async function Rf(n,e,s,o){let{loadAgentConfig:c}=await Promise.resolve().then(()=>(Ye(),ln)),d=await c(n,e);if(d){M.info("--agent-id: local config found, reconnecting",{agentId:n,framework:d.framework,hadDisconnect:!!d.disconnectedAt});let w={agentId:d.agentId,framework:d.framework,...d.cozeIdentity?{cozeIdentity:d.cozeIdentity}:{},...d.model?{model:d.model}:{}};return await s.createAgent(w),{ok:!0,agentId:n,note:d.disconnectedAt?"revived from local config":"connected from local config"}}M.info("--agent-id: local config missing, pulling _agent/detail from cloud",{agentId:n});let f=await o({_meta:{cozeAgentId:n}});if(!f.framework)throw new S("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let l={agentId:f.agentId,framework:f.framework,...f.cozeIdentity?{cozeIdentity:f.cozeIdentity}:{},...f.model?{model:f.model}:{},...f.deployType?{_meta:{cozeDeployType:f.deployType}}:{}};await s.createAgent(l);let m=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:m?"cloud agent acknowledged":"created from cloud detail"}}async function pi(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return{revived:0,skipped:0,total:0}}if(o.length===0)return{revived:0,skipped:0,total:0};let{loadAgentConfig:c}=await Promise.resolve().then(()=>(Ye(),ln));M.info("auto-revive: scanning local agents on startup",{count:o.length});let d=0,f=0;for(let l of o){let m;try{m=await c(l,n)}catch(w){M.warn("auto-revive: load config failed (skipping)",{agentId:l,err:String(w)}),f+=1;continue}if(!m){f+=1;continue}if(m.disconnectedAt){M.info("auto-revive: skip disconnected agent",{agentId:l,disconnectedAt:m.disconnectedAt}),f+=1;continue}try{M.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:l,framework:m.framework});let w=Nf(m);await e.createAgent({agentId:m.agentId,framework:m.framework,...m.cozeIdentity?{cozeIdentity:m.cozeIdentity}:{},...m.model?{model:m.model}:{},...w?{_meta:w}:{}}),d+=1}catch(w){M.warn("auto-revive: createAgent failed (skipping)",{agentId:l,framework:m.framework,err:String(w)}),f+=1}}return M.info("auto-revive: done",{revived:d,skipped:f,total:o.length}),{revived:d,skipped:f,total:o.length}}function Nf(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}_i();ie();import{readFile as Ja}from"node:fs/promises";var je=class{paths;constructor(e){this.paths=e??F()}async probe(e=1e3){let s=await cr(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:Hf(o)}}}async request(e){let s=await cr(this.paths);if(!s)throw new Error("coze-bridge daemon not running (no port/token files)");return this.fetch(s,e)}async fetch(e,s){let o=s.body!==void 0,c={Authorization:`Bearer ${e.token}`};o&&(c["content-type"]="application/json");let d=new AbortController,f=setTimeout(()=>d.abort(),s.timeoutMs??5e3);try{let l=await fetch(`http://127.0.0.1:${e.port}${s.path}`,{method:s.method,headers:c,body:o?JSON.stringify(s.body):void 0,signal:d.signal}),m=await l.text();return{status:l.status,body:qf(m)}}finally{clearTimeout(f)}}};async function cr(n){try{let[e,s]=await Promise.all([Ja(n.portFile,"utf8"),Ja(n.tokenFile,"utf8")]),o=Number.parseInt(e.trim(),10),c=s.trim();return!Number.isFinite(o)||o<=0||!c?null:{port:o,token:c}}catch(e){if(e.code==="ENOENT")return null;throw e}}function qf(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function Hf(n){return n instanceof Error?n.message:String(n)}U();ie();import{copyFile as Va,mkdir as Kf,readFile as yi,writeFile as Gf}from"node:fs/promises";import{dirname as Wf,resolve as vi,sep as xr}from"node:path";import{fileURLToPath as jf}from"node:url";U();ie();var $a=D("dist-install");function Jf(n){let e=jf(n),s=Wf(e),o=`${xr}src${xr}`;if(s.includes(o)||s.endsWith(`${xr}src${xr}cli`))return null;let c=vi(s,"index.js"),d=vi(s,"..","package.json");return{dist:c,pkgJson:d}}async function bi(n={}){let e=n.paths??F(),s=Jf(import.meta.url),o=n.sourceDist??s?.dist,c=n.sourcePackageJson??s?.pkgJson;if(!o||!c)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let d;try{d=JSON.parse(await yi(c,"utf8")).version??"unknown"}catch(_){return $a.warn("cannot read source package.json,skip dist install",{err:String(_)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(_)}`}}let f=await Ln(e.configFile)??{},l=f.libVersion;if(l===d)try{return await yi(e.libEntry),{kind:"already-current",libVersion:d}}catch{}await Kf(e.libDir,{recursive:!0}),await Va(o,e.libEntry),await Va(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let m=vi(e.libDir,"package.json"),w=`${JSON.stringify({type:"module"},null,2)}
125
+ `;return await yi(m,"utf8").catch(()=>null)!==w&&await Gf(m,w),f.libVersion=d,await At(f,e.configFile),$a.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}}import{basename as Vf,resolve as $f}from"node:path";ie();var Yf=9e4,Xf={PATH_OUTSIDE_WORKSPACE:3,FILE_TOO_LARGE:3,UNSUPPORTED_MIME:3,IPC_BAD_REQUEST:3,AGENT_NOT_FOUND:4,IPC_AUTH_FAILED:4,AGENT_DISCONNECTED:5,UPLOAD_FAILED:5,UPSTREAM_NOT_READY:5,UPSTREAM_DISCONNECTED:5,UPSTREAM_HANDSHAKE_FAILED:5,AGENT_BUSY:1,AGENT_SPAWN_FAILED:1,AGENT_TIMEOUT:1,AGENT_PROTOCOL_ERROR:1,BRIDGE_CONFIG_INVALID:1,BRIDGE_INTERNAL:1,MODEL_TOKEN_GEN_FAILED:1,OPERATION_NOT_ALLOWED_FOR_LOCAL:1};function Zf(n){return Xf[n]??1}async function Ya(n,e={}){let s=e.paths??F();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>
126
+ `),4;let o=await cr(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.
127
+ `),4;let c={agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,path:$f(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},d;try{d=await Qf(o,"/agent/send",c,Yf)}catch(f){return process.stderr.write(`Error: daemon IPC failed: ${f instanceof Error?f.message:String(f)}
128
+ `),4}if(!d.ok)return process.stderr.write(`Error: ${d.code}: ${d.message}
129
+ `),Zf(d.code);if(n.json)process.stdout.write(`${JSON.stringify(d)}
130
+ `);else{let f=n.name??Vf(c.path);process.stdout.write(`Sent ${n.kind} ${f} (${el(d.bytes)})
131
+ `)}return 0}async function Qf(n,e,s,o){let c=new AbortController,d=setTimeout(()=>c.abort(),o);try{let f=await fetch(`http://127.0.0.1:${n.port}${e}`,{method:"POST",headers:{Authorization:`Bearer ${n.token}`,"content-type":"application/json"},body:JSON.stringify(s),signal:c.signal}),l=await f.text(),m=l?JSON.parse(l):null;return m&&typeof m=="object"&&"ok"in m?m:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${f.status}): ${l.slice(0,200)}`}}finally{clearTimeout(d)}}function el(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var nc=D("cli");function le(n,e){let s=[],o;for(let c=0;c<n.length;c++){let d=n[c];if(d===e){o=n[c+1],c+=1;continue}if(d.startsWith(`${e}=`)){o=d.slice(e.length+1);continue}s.push(d)}return{value:o,rest:s}}function _l(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[0]==="send")return yl(e.slice(1));if(e[0]==="connect")return vl(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:c}=le(s,"--pat-token");s=c;let{value:d,rest:f}=le(s,"--pair-code");s=f;let{value:l,rest:m}=le(s,"--env");s=m;let{value:w,rest:v}=le(s,"--handshake-url");s=v;let{value:_,rest:E}=le(s,"--frontier-url");s=E;let{value:T}=le(s,"--agent-id");if(!o||!d)return{mode:"help"};let P={mode:"pair",privatecode:o,pairingCode:d};return l&&(P.env=l),w&&(P.handshakeUrl=w),_&&(P.frontierUrl=_),T&&(P.agentId=T),P}function yl(n){let e=n[0],s=n[1];if(e!=="image"&&e!=="file")return{mode:"help"};if(!s||s.startsWith("--"))return{mode:"help"};let o=n.slice(2),{value:c,rest:d}=le(o,"--caption");o=d;let{value:f,rest:l}=le(o,"--name");o=l;let{value:m,rest:w}=le(o,"--agent-id");o=w;let{value:v,rest:_}=le(o,"--session-id");o=_;let E=o.includes("--json"),T={mode:"send",kind:e,path:s,json:E};return c&&(T.caption=c),f&&(T.name=f),m&&(T.agentId=m),v&&(T.sessionId=v),T}function vl(n){let e=n,{value:s,rest:o}=le(e,"--pat-token");e=o;let{value:c,rest:d}=le(e,"--env");e=d;let{value:f,rest:l}=le(e,"--handshake-url");e=l;let{value:m}=le(e,"--frontier-url"),w={mode:"connect"};return s&&(w.privatecode=s),c&&(w.env=c),f&&(w.handshakeUrl=f),m&&(w.frontierUrl=m),w}var bl=`
123
132
  coze-bridge - local bridge daemon for cloud Agent Service
124
133
 
125
134
  Usage:
@@ -145,45 +154,58 @@ Auto-connect agent (optional):
145
154
 
146
155
  Example: npx -y coze-bridge --pat-token=sat_xxx --pair-code=xxx --env=ppe_xxx --agent-id=7639628097007927571
147
156
 
157
+ Connect (D74; daemon \u91CD\u542F\u540E\u7528\u8BB0\u5F55\u7684 PAT \u91CD\u5EFA WS, \u8DF3\u8FC7 pair-code):
158
+ coze-bridge connect \u7528 ~/.coze/bridge/pat-token \u91CD\u8FDE
159
+ coze-bridge connect --pat-token <sat_xxx> \u7528\u6307\u5B9A PAT \u91CD\u8FDE
160
+ coze-bridge connect --env=ppe_xxx --handshake-url=<u> \u5E26 env/url override
161
+
148
162
  Send file / image (D72; intended to be called by LLM inside agent bash tool):
149
- coze-bridge send image <path> [--caption "..."] upload image to user's IM
150
- coze-bridge send file <path> [--caption "..."] [--name "report.pdf"]
151
- upload file to user's IM
152
- requires COZE_BRIDGE_* env (auto-injected
153
- into agent subprocess by daemon)
163
+ coze-bridge send image <path> --agent-id <id> --session-id <id> [--caption "..."]
164
+ coze-bridge send file <path> --agent-id <id> --session-id <id> [--caption "..."] [--name "report.pdf"]
165
+ upload to user's IM. agentId / sessionId
166
+ \u4ECE\u4E91\u7AEF\u6BCF\u5E27 prompt \u6CE8\u5165\u7684 <coze-context> \u5757
167
+ \u6284\u5165; daemon IPC \u51ED\u8BC1 CLI \u81EA\u5DF1\u4ECE
168
+ ~/.coze/bridge/{bridge.port,bridge.token} \u8BFB
154
169
 
155
170
  Internal:
156
171
  <node> <entry> --daemon daemon mode (OS supervisor only)
157
- `.trimStart();async function Qa(n=process.argv,e={}){let s=fl(n);switch(s.mode){case"help":return process.stdout.write(ll),0;case"version":return process.stdout.write(`${En}
158
- `),0;case"daemon":{try{await qa()}catch(o){return ul.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return hl(e);case"stop":return gl(e);case"refresh":return pl(e);case"uninstall":return ml(e);case"install-service":return _l();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),wl(s.privatecode,s.pairingCode,e,o,s.agentId)}case"send":return Ja({kind:s.kind,path:s.path,...s.caption?{caption:s.caption}:{},...s.name?{name:s.name}:{},json:s.json})}}async function e0(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 hl(n){let e=n.paths??H(),s=new Qe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
159
- `),1;if(o.kind==="stale")return await e0(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
172
+ `.trimStart();async function rc(n=process.argv,e={}){let s=_l(n);switch(s.mode){case"help":return process.stdout.write(bl),0;case"version":return process.stdout.write(`${vn}
173
+ `),0;case"daemon":{try{await ja()}catch(o){return nc.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return Sl(e);case"stop":return El(e);case"refresh":return Al(e);case"uninstall":return Cl(e);case"install-service":return Il();case"pair":{let o={};return s.env&&(o.env=s.env),s.handshakeUrl&&(o.handshakeUrl=s.handshakeUrl),s.frontierUrl&&(o.frontierUrl=s.frontierUrl),Pl(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),kl(s.privatecode,e,o)}case"send":return Ya({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 ic(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 Sl(n){let e=n.paths??F(),s=new je(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
174
+ `),1;if(o.kind==="stale")return await ic(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
160
175
  `),1;let c=await s.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
161
176
  ${JSON.stringify(c.body,null,2)}
162
- `),0}async function gl(n){let e=n.paths??H(),s=new Qe(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
163
- `),0;if(o.kind==="stale")return await e0(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
177
+ `),0}async function El(n){let e=n.paths??F(),s=new je(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
178
+ `),0;if(o.kind==="stale")return await ic(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
164
179
  `),0;try{return await s.request({method:"POST",path:"/shutdown"}),process.stdout.write(`coze-bridge: stopped
165
180
  `),0}catch(c){return process.stdout.write(`coze-bridge: stop failed: ${String(c)}
166
- `),1}}async function pl(n){let e=new Qe(n.paths);if((await e.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
181
+ `),1}}async function Al(n){let e=new je(n.paths);if((await e.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
167
182
  `),1;try{let o=await e.request({method:"POST",path:"/refresh"});return o.status===200?(process.stdout.write(`coze-bridge: refreshed
168
183
  ${JSON.stringify(o.body,null,2)}
169
184
  `),0):(process.stderr.write(`coze-bridge: refresh failed: ${JSON.stringify(o.body)}
170
185
  `),1)}catch(o){return process.stderr.write(`coze-bridge: refresh failed: ${String(o)}
171
- `),1}}async function ml(n){let e=new Qe(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
172
- `);try{await e.request({method:"POST",path:"/shutdown"})}catch(u){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(u)}
173
- `)}await new Promise(u=>setTimeout(u,500))}if(!n.skipSupervisor)try{let{getSupervisor:u,buildContext:f}=await Promise.resolve().then(()=>(Ei(),Si)),h=u();await h.uninstall(f()),process.stdout.write(`coze-bridge: ${h.platform} supervisor unregistered
174
- `)}catch(u){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(u)}
175
- `)}let o=n.paths??H(),{rm:c}=await import("node:fs/promises");try{await c(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
176
- `)}catch(u){return process.stderr.write(`coze-bridge: remove failed: ${String(u)}
186
+ `),1}}async function Cl(n){let e=new je(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
187
+ `);try{await e.request({method:"POST",path:"/shutdown"})}catch(d){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(d)}
188
+ `)}await new Promise(d=>setTimeout(d,500))}if(!n.skipSupervisor)try{let{getSupervisor:d,buildContext:f}=await Promise.resolve().then(()=>(ki(),Pi)),l=d();await l.uninstall(f()),process.stdout.write(`coze-bridge: ${l.platform} supervisor unregistered
189
+ `)}catch(d){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(d)}
190
+ `)}let o=n.paths??F(),{rm:c}=await import("node:fs/promises");try{await c(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
191
+ `)}catch(d){return process.stderr.write(`coze-bridge: remove failed: ${String(d)}
177
192
  `),1}return process.stdout.write(`coze-bridge: uninstalled
178
- `),0}async function _l(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Ei(),Si)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
193
+ `),0}async function Il(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(ki(),Pi)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
179
194
  `),await s.install(o),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
180
195
  `),0}catch(n){return process.stderr.write(`coze-bridge: --install-service failed: ${String(n)}
181
- `),1}}async function wl(n,e,s,o={},c){let u=new Qe(s.paths),f=s.spawnDaemon??Ka;if(!s.skipDistInstall){let w=await Wa({paths:s.paths});w.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${w.fromVersion} \u2192 ${w.toVersion}
182
- `),(await u.probe()).kind==="connected"&&(await u.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(S=>setTimeout(S,500)))):w.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${w.libVersion}
183
- `)}let h=await u.probe();if(h.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
184
- `),await f({paths:s.paths}),h=await yl(u,s.waitTimeoutMs??1e4,s.sleep??bl),h.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${h.kind}
185
- `),1;let m={privatecode:n,pairing_code:e};o.env&&(m.env=o.env),o.handshakeUrl&&(m.handshake_url=o.handshakeUrl),o.frontierUrl&&(m.frontier_url=o.frontierUrl),c&&(m.agent_id=c);try{let w=await u.request({method:"POST",path:"/pair",body:m,timeoutMs:35e3});return w.status===200&&w.body?.ok?(process.stdout.write(`coze-bridge: paired (${w.body.note??"ok"})
196
+ `),1}}async function Pl(n,e,s,o={},c){let d=new je(s.paths),f=s.spawnDaemon??wi;if(!s.skipDistInstall){let w=await bi({paths:s.paths});w.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${w.fromVersion} \u2192 ${w.toVersion}
197
+ `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):w.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${w.libVersion}
198
+ `)}let l=await d.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
199
+ `),await f({paths:s.paths}),l=await sc(d,s.waitTimeoutMs??1e4,s.sleep??oc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
200
+ `),1;let m={privatecode:n,pairing_code:e};o.env&&(m.env=o.env),o.handshakeUrl&&(m.handshake_url=o.handshakeUrl),o.frontierUrl&&(m.frontier_url=o.frontierUrl),c&&(m.agent_id=c);try{let w=await d.request({method:"POST",path:"/pair",body:m,timeoutMs:35e3});return w.status===200&&w.body?.ok?(process.stdout.write(`coze-bridge: paired (${w.body.note??"ok"})
186
201
  `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(w.body)}
187
202
  `),1)}catch(w){return process.stderr.write(`coze-bridge: pair failed: ${String(w)}
188
- `),1}}async function yl(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){let c=await n.probe(500);if(c.kind==="connected")return c;await s(200)}return n.probe(500)}function bl(n){return new Promise(e=>setTimeout(e,n))}Qa(process.argv).then(n=>process.exit(n),n=>{process.stderr.write(`fatal: ${n instanceof Error?n.stack??n.message:String(n)}
203
+ `),1}}async function kl(n,e,s={}){let o=e.paths??F(),c=n??await za(o);if(!c)return process.stderr.write("coze-bridge: \u627E\u4E0D\u5230 patToken \u2014 \u5148\u8DD1\u4E00\u6B21 `coze-bridge --pat-token=<sat_xxx> --pair-code=<xxx>` \u914D\u5BF9, \u6216\u672C\u6B21\u7528 `--pat-token` \u6307\u5B9A\n"),1;let d=new je(e.paths),f=e.spawnDaemon??wi;if(!e.skipDistInstall){let w=await bi({paths:e.paths});w.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${w.fromVersion} \u2192 ${w.toVersion}
204
+ `),(await d.probe()).kind==="connected"&&(await d.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):w.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${w.libVersion}
205
+ `)}let l=await d.probe();if(l.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
206
+ `),await f({paths:e.paths}),l=await sc(d,e.waitTimeoutMs??1e4,e.sleep??oc),l.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${l.kind}
207
+ `),1;let m={privatecode:c};s.env&&(m.env=s.env),s.handshakeUrl&&(m.handshake_url=s.handshakeUrl),s.frontierUrl&&(m.frontier_url=s.frontierUrl);try{let w=await d.request({method:"POST",path:"/connect",body:m,timeoutMs:35e3});return w.status===200&&w.body?.ok?(process.stdout.write(`coze-bridge: connected (${w.body.note??"ok"})
208
+ `),await sn(c,o).catch(v=>nc.warn("writePatToken after connect failed (ignored)",{err:String(v)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(w.body)}
209
+ `),1)}catch(w){return process.stderr.write(`coze-bridge: connect failed: ${String(w)}
210
+ `),1}}async function sc(n,e,s){let o=Date.now()+e;for(;Date.now()<o;){let c=await n.probe(500);if(c.kind==="connected")return c;await s(200)}return n.probe(500)}function oc(n){return new Promise(e=>setTimeout(e,n))}rc(process.argv).then(n=>process.exit(n),n=>{process.stderr.write(`fatal: ${n instanceof Error?n.stack??n.message:String(n)}
189
211
  `),process.exit(1)});