coze-bridge 0.1.39 → 0.1.42

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 +84 -61
  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 ec=Object.create;var Pr=Object.defineProperty;var tc=Object.getOwnPropertyDescriptor;var nc=Object.getOwnPropertyNames;var rc=Object.getPrototypeOf,ic=Object.prototype.hasOwnProperty;var X=(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 le=(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})},sc=(n,e,s,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of nc(e))!ic.call(n,c)&&c!==s&&Pr(n,c,{get:()=>e[c],enumerable:!(o=tc(e,c))||o.enumerable});return n};var Fe=(n,e,s)=>(s=n!=null?ec(rc(n)):{},sc(e||!n||!n.__esModule?Pr(s,"default",{value:n,enumerable:!0}):s,n));import{chmod as oc,mkdir as ac,readFile as cc,rename as Qi,writeFile as es}from"node:fs/promises";import{dirname as xc}from"node:path";async function pt(n){try{let e=await cc(n,"utf8");return JSON.parse(e)}catch(e){if(e.code==="ENOENT")return null;throw e}}async function on(n,e,s){await ac(xc(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 oc(n,s.mode)}catch(x){await Qi(c,c).catch(()=>{});let{rm:f}=await import("node:fs/promises");throw await f(c,{force:!0}).catch(()=>{}),x}}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"?fc.write(`${c}
10
+ `):dc.write(`${c}
11
+ `)}function R(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=>R(`${n}.${e}`)}}var xn,ts,dc,fc,ns,q=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"})(),dc=process.stdout,fc=process.stderr,ns={}});import{promises as is}from"node:fs";import{homedir as uc}from"node:os";import{sep as lc,join as se,resolve as ss}from"node:path";function U(n){let e=n??uc(),s=se(e,".coze"),o=se(s,"bridge"),c=se(o,"lib");return{cozeRoot:s,bridgeRoot:o,libDir:c,libEntry:se(c,"index.js"),binDir:se(o,"bin"),pidFile:se(o,"bridge.pid"),portFile:se(o,"bridge.port"),tokenFile:se(o,"bridge.token"),patTokenFile:se(o,"pat-token"),logFile:se(o,"bridge.log"),installLock:se(o,"install.lock"),configFile:se(o,"config.json"),agentsRoot:se(s,"agents")}}function Ue(n,e=U()){let s=se(e.agentsRoot,n);return{root:s,config:se(s,"config.json"),workspace:se(s,"workspace"),logs:se(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,x=process.platform==="win32"?o.toLowerCase():o;return c===x||c.startsWith(x+lc)}var oe=ze(()=>{"use strict"});var ln={};Zi(ln,{AGENT_CONFIG_FILE_MODE:()=>fn,enforceAgentConfigMode:()=>pc,loadAgentConfig:()=>pe,persistAgentSessions:()=>Tr,persistAgentSkills:()=>un,saveAgentConfig:()=>Ce});import{chmod as hc,stat as gc}from"node:fs/promises";function pe(n,e){return pt(Ue(n,e).config)}function Ce(n,e){return on(Ue(n.agentId,e).config,n,{mode:fn})}async function pc(n,e){if(process.platform==="win32")return;let s=Ue(n,e).config;try{let o=await gc(s);if(!o.isFile())return;let c=o.mode&511;c!==fn&&(await hc(s,fn),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 Tr(n,e,s){let o=await pe(n,s);o&&(o.sessions=Object.fromEntries(e),await Ce(o,s))}async function un(n,e,s){let o=await pe(n,s);o&&(o.skills=e,await Ce(o,s))}var as,fn,Xe=ze(()=>{"use strict";an();q();oe();as=R("agent-config"),fn=384});var Ao=le(Z=>{"use strict";var C=I;(function(n,e){let s=I,o=n();for(;;)try{if(-parseInt(s(984))/1*(-parseInt(s(1303))/2)+parseInt(s(1407))/3+-parseInt(s(646))/4*(-parseInt(s(629))/5)+-parseInt(s(311))/6+parseInt(s(840))/7+parseInt(s(636))/8*(parseInt(s(1171))/9)+-parseInt(s(1409))/10===e)break;o.push(o.shift())}catch{o.push(o.shift())}})(Un,612063);var Pd=Object.defineProperty,Td=Object["getOwnPr"+C(870)+C(734)],bo=(n,e)=>function(){return n&&(e=(0,n[{ETmSa:function(x,f){return x(f)}}[C(1453)](Td,n)[0]])(n=0)),e},Dd=(n,e)=>{let s=C,o={xEPHp:function(x,f,u,p){return x(f,u,p)}};for(var c in e)o[s(760)](Pd,n,c,{get:e[c],enumerable:!0})};function Rd(){return po||(po=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function Ld(){let n=C;return mo||(mo=[IDBCursor[n(1321)+"e"][n(1197)],IDBCursor.prototype[n(690)],IDBCursor.prototype["continue"+n(917)+"ey"]])}function Nd(n){let e=C,s={GVwis:function(c,x){return c!==x},LUgXa:function(c,x){return c(x)},swHfe:function(c){return c()},TDCjD:e(1665),ZnYjA:e(1602),ZfCIv:"error",DKFJI:function(c,x){return c(x)},JcerG:function(c,x){return c(x)},PIhro:function(c){return c()},jAAky:function(c,x){return c instanceof x}},o=new Promise((c,x)=>{let f=e,u={fgvaV:s[f(1544)],QJqAg:s[f(540)],NFZRf:s[f(1580)],DBwnJ:function(_,E){return s[f(1260)](_,E)},honSh:function(_,E){return s[f(1363)](_,E)},Kmkht:function(_){return s[f(1324)](_)}},p=()=>{let _=f;u[_(1433)]===u.fgvaV?(n[_(1136)+_(1630)+_(1558)](u.QJqAg,m),n[_(1136)+"entListe"+_(1558)](u[_(476)],b)):(this._isInit=!0,this[_(1605)]())},m=()=>{let _=f;u[_(1648)](c,u[_(1189)](Ne,n[_(579)])),u[_(949)](p)},b=()=>{let _=f;s[_(1108)](_(1614),_(236))?(s[_(367)](x,n.error),s[_(1443)](p)):(this["_binaryT"+_(716)]=_0x3c352e,this._ws&&(this[_(1305)].binaryType=_0x56f640))};n["addEvent"+f(1579)](s[f(540)],m),n[f(805)+f(1579)](s[f(1580)],b)});return o.then(c=>{let x=e;s[x(1286)](c,IDBCursor)&&Wr[x(853)](c,n)})[e(541)](()=>{}),Hn[e(853)](o,n),o}function Od(n){let e=C,s={eHMZs:function(c){return c()},UZsbV:function(c,x){return c===x},FgmUY:function(c,x){return c(x)},yuzOb:function(c,x,f){return c(x,f)},lDVDQ:e(893),spkdI:"bvkLC",BZDby:e(679),oJhxV:e(1702),AmvSB:e(769)+"or",tDjSD:e(500)};if(qn.has(n))return;let o=new Promise((c,x)=>{let f=e,u={CtNkM:function(_,E){return s[I(1274)](_,E)},oXyhC:function(_,E){return s[I(460)](_,E)},KvKPv:function(_,E,T){return s[I(1074)](_,E,T)},LCpvc:function(_,E){return _!==E},wusoI:s.lDVDQ,XCFWF:s[f(987)],HTLNT:s[f(1535)],FVqCZ:s[f(395)],jkFXk:s[f(1748)],UMELm:function(_){return s.eHMZs(_)}},p=()=>{let _=f,E={SOMTj:function(T,k){return u[I(847)](T,k)},rgbUM:function(T,k){return u[I(521)](T,k)},tvJjI:function(T,k,D){return u[I(921)](T,k,D)},YaSDr:function(T){return T()}};if(u.LCpvc(u.wusoI,u[_(1417)]))n[_(1136)+_(1630)+_(1558)](u[_(647)],m),n[_(1136)+_(1630)+_(1558)](_(500),b),n["removeEventListe"+_(1558)](u.FVqCZ,b);else return E[_(289)](typeof _0xf94f67,_(415))?E[_(1441)](_0x9f03e,_0x28fca5):(_0x22718c instanceof _0x110b56&&_0x1e1b62(_0x1fef07),E[_(346)](_0x1d5053,_0x16270b,E.YaSDr(_0x71bc2f))?new _0x59b4fe(_0x44d604,_0x5bbfab):_0x21da60)},m=()=>{let _=f;c(),s[_(738)](p)},b=()=>{let _=f;x(n.error||new DOMException(u[_(1042)],u.jkFXk)),u.UMELm(p)};n[f(805)+f(1579)](s.BZDby,m),n.addEventListener(s[f(339)],b),n[f(805)+f(1579)]("abort",b)});qn.set(n,o)}function Md(n){Kn={wyjkH:function(s,o){return s(o)}}.wyjkH(n,Kn)}function Un(){let n=["CeH0s1K","B2zMC2v0","De5gyMG","B25tDg9Wsw0","EMDrs3e","yK10Auq","Ahjls0m","CNHtCuq","Aw5L","BwvZC2fNztO","wfjsvLG","AKvPqNy","Bff0AMO","D2rvueu","AgvHzgvY","BgvUz3rO","AezlDg4","wMHKvMm","x2LZtwLUAvC","zcWGDw5RBM8","serWCg8","re9qrKK","sefnAKu","uxvLDwu","DhD0Awy","y29SBM8","wufYzKO","odiZmZGWrevUuLfw","ANjnrwy","mtqYnJa1ntbeq2fZr3u","Cerku2G","zgLeruK","C2vUDa","zcbLCNjVCI4","z2v0","DeX2rwq","wKzvDuW","wengv0y","wgDwrLG","y2XLyxi","AxnFywnR","x2rPC3bHDgm","zwXQA0W","vurMA20","Dg9mB3DLCKm","DMfSDwu","x3bPBMDmB3m","DMvUDa","yw5ZzM9YBvq","mdaWmdaWmda","x2LZqNjVD3m","x2fKzfDZtgK","rNDYwNC","zMD2yvy","ALzHs1C","t3zXvgi","y1vQvLa","CxbfBey","BM5lve0","z2v0qwXS","id4G","CMDIvu0","BM93","C3DizMu","sxz4tuG","y1nvBue","DhLWzq","yxPrsMW","BxnNsuq","whbzvNC","B3bLBKrc","ugnzy2C","veXVEhG","rvrTu2e","A2v5","CNnVCL9Uyw0","wwvNrxG","wwTmzxq","yMLUyxj5","rvH3EwC","D2f2t2W","uLjpuG","CgfYC2u","DxHbEKe","D3LTwKG","z3b2D2i","zMLN","CMvZzxrfBMq","zwn0","icSG","sKXzvKu","tfrRCuK","B3jRig9MzMW","ywrKq291BNq","qu5Ruw8","seD6txm","vLPcvgC","AwLAzwq","z3nVA0e","Cw9Z","AgfUz2u","uvb1v2K","CMvKDwnL","z01Ize8","BgLUzq","vhjvsgu","zNfvtKy","vu5gtgS","A0PxBe8","AhrVy0S","sxnICxC","Ef9MCM9UDgK","zNrOD0O","re1bA0K","ww9cEfa","AMX6CNi","DgLXCwG","A0XorNK","BfjoreC","B3bLBG","tKTOCeC","ALrkwee","Aw47y2HHCNm","r0rOzKC","s1zcELO","wKPQy3C","y0PWEhu","rvjZs0y","BM5Ly3q","EfjRwvy","CvjHve0","A2v5CW","uxP0wK0","zwvKzwq","Aw5dzLC","uxz5y1m","vhfIv3u","DgXtwK0","serjwNG","A0jzAMu","AvPSq3O","ywnOzwq","BhLHz3u","wfnNELi","x29Ut3bLBG","A0XuqxG","BezSDxnO","vgTfAhu","EM1gDvi","zw50","sNjQwwC","ywnR","Buf4DuS","tLrxuK4","yvvSt2S","qLPeyNK","C1Pfsfe","CYbHBhjLywq","zgvJB2rLzey","AxmGDw5Kzwy","C2v0q3vYC28","z2v0u3rVCMe","BfHqs3C","zgLZywjSzue","verdAKq","q016Efe","AM9PBG","sxHzELu","D1HjtMy","zMHUy2K","u0LdwMi","B0nqyLi","B2fcEgO","svzHzva","vgLTzw91Da","txHjsvi","CgLUz0LUDgu","yLD3tve","BMvY","qKTfyLK","B3bLBIa","CM9ruMW","Cg9PBNrdB24","wu5pEg0","lcbxzwjtB2m","t2nZDhK","ugHmrK4","DgvZDa","mxW0FdD8nq","vK5fyNK","v2LUzg93","B0D3s04","DxnyCvu","zxjYtM8","B25Uzwn0Aw4","qKvZA0K","z1rPBwvVDxq","uKTKy3e","x2rPC2nVBM4","tgLZDgvUzxi","wMzdsxy","DK9ZyMC","x3nLCuLK","AgvHzgvYCW","s211sLu","txjACNu","qNbWELe","x2nSzwfYugK","BMP3Buu","zKXYquq","AuP4BeC","y2HnyxHdB3u","AMvJDfn0B3i","DuH3yNC","q09oveLovuu","vfH6s2q","y2XVC2uSihC","zgvSzxrLrge","m3WYFdb8nNW","BMPOquK","zgv2AwnLx2K","v3HAseq","C3vJy2vZCW","C2vUzf9Hy2S","x2n1CNnVCK4","x2nVBM5Ly3q","CM92AwrLigi","D1DrC3K","B2flquW","BMfnvhu","zMLJyxO","z1r1vgu","wxHyq1G","u2vYDMLJzvC","CwDsqu0","zLHqsgW","zw5HyMXLqxu","AwXLtMfTzq","zeX6Ehu","sMTlwhG","v2TSve0","AxnbCNjHEq","z253wM4","Evbfuvi","CgjICdi","igzPzwXKoIa","sMvcu2e","C3bSAxq","s2POrgC","x3bHDgHlzxK","zw50tgLZDgu","yMrFzgLK","DNLNAva","x29UugfNzu4","wffzBvy","Bwf4twvZC2e","sfL0v0W","DxjS","zMLSzw5HBwu","EK5Ks3G","vgfN","Dg9oAu4","ig1LC3nHz2u","Ehbxs2i","CMvHzhLtDge","y2XVC2u","x2LUAxrqCM8","ihzHBgLKihm","rej3BKO","x0vysvnu","q2jRsxi","t3nlvNK","vvPxzM4","BvzyD1O","BMCGDxjSoIa","C3rVCMu","Ew9RwuG","vevprLm","z0PxEfK","s2fYze4","DKDOuvG","vM9hu2q","ywDL","q3rmr2y","yvjkqNa","EwHmtfG","uwPbAuq","txHMA28","x2rLyNvN","yLPVCwq","zfPxweW","v2vIu29JA2u","qMzpzNm","rgvKAwnHDgu","AxjLza","qxfOCLm","zxH0ugf5Bg8","rNjVBNrPzxi","ug5VAxy","AufgwKS","ANjXDwC","vK9kuKK","vgnStgG","zLnMDNC","sM9sDKW","x194x21Zz18","CMvZB2X2zq","t0T6u0u","uhnkA2W","uhD5AhO","DgLTzw91Da","rKXyDNu","Dg9cExrLCW","vLLoufy","AfPKzu0","wgHUBMW","x3DHAxq","zNfPsMm","CM94zfa","x2rYB3bhBg8","zv90Aw1LB3u","x2HHBMrSzva","ywjVCNq","DePrz0m","CgLUz0XVC3m","yxbWBgLJyxq","vhv0wgu","zKfKAeW","ugXQzg4","rLHzveG","u2r2wMi","C3Hwy2C","C2vYDMLJzq","Dg9tDhjPBMC","ufbND3G","DfrcEKe","y3vZDg9Tshq","z2PSDKi","AhPOBKS","sMvrtwK","sM1ds0m","ywnRtxnNswq","wvDZt1O","ChzgEeG","qu1XCLy","y2HLy2TdDxi","CgXLyxnLiha","x2jPBMfYEvq","BxLcrgG","yKTLtNy","yKnSwfy","zNjVBujPDhm","CYbWyxjHBxm","B2zMBgLUzq","Cfzirwm","wMD2Ag4","B3ffCvm","B25mAw5L","EKPUvfe","t1HXuei","AwDHDg9Yt24","suXQALe","DhnJsuq","B3jLtMfTzxm","y29Kzq","x2XPC3rLBMu","ELHdu0K","D2LSBfjLy28","qw12u0i","t2XoCK0","u1vMuKS","mNW1","x1fVu01HBMe","BwvKAwf0zwW","AND4r2q","vKPfEgu","q0Xpu0ve","CMvWBgfJzq","wMTst2S","ignVzgu6ia","BerWshy","yxnL","mhWXFdn8mNW","B3vUDa","teXNCKq","DMLUA08","BML0AwfSAxO","D052qMq","A1bqD1C","ENvKz0W","CMTLCKDSB2i","werXC2q","qNfQuxu","DMftq24","zM9Yy2u","rfvACxO","Cg9qrMm","sgPMB2m","wenAuuq","Bg9N","y3vYCMvUDeK","B2XKvMvYC2K","vMjsrLG","rMXwCwy","suDPDgi","zg1Mtfi","zvjfBxe","v2vPEgLUsLm","DhDVCMTdAge","Dgv4Dc9Qyxy","x2LUAxrhBg8","ufnWAfy","yw1LoIa","B25dBg9Zzq","C0L6sxa","tenoyKW","CMvHC29U","su9MrhO","rwXqA3e","BgLZDgvUtMu","twvmEeS","wNfbugm","CMfNzvn5BMm","BMDuAw1LCG","Agfcu3C","reT3sNy","ihjLy29UBMu","vMvlyNK","zxH0zw5ZAw8","v1fbwfu","CfLSBMS","Bg9Nsurhzw4","D0PSy1y","su5tvefova","CMvJzwL2zwq","EvjLy29UBMu","Ae1LC3nHz2u","txLqqwG","qw54uhC","EgrnugW","ywDLu2HVDW","CuTIyKy","tu53sNC","ufLfD08","rxzbAu8","s0DmD24","u09nvgO","yvjtEMq","CMvJzxzPzwq","B2HxEu8","x2DLBMvYyxq","B3bLCNr5","v3rIEhq","u2vWA3u","EKXsB20","CKzSqK0","tufyx1jfvfi","rLjptLrjrvi","DhbizwfKzxi","vgnKwxu","Aw9UvgLTzw8","DMfSDwvZ","DKf2z04","ALLHqw4","sNLitK4","x2LUDgvYDMe","vff3DK0","wLHts0e","ntaZmJq3nMjdBff0sG","B0v2r3e","ugr4BLK","zLjty0m","zfHYCMy","v1HbywG","Bwf4uMv0CMK","sM5ervC","yw5Hz2vY","Aw5rBuO","DxrMofDYAxq","zujlyxC","DMztzva","vKvbq28","AxvRugy","yxnLAuS","wMr3BeO","rhnLt0u","tg9Nsuq","ANbnBMG","x3fVC0rc","wLzLy3y","o2nOyxjZzxq","ELvOrvu","zwf4Exq","CeXct2m","B3nLrxzLBNq","AMHQrfm","DerQu0q","t2rnExG","zeXIyLa","zxf4quS","BIWGAg9ZDg4","u2vXsuq","x21LC3nHz2u","DhzkAKK","ExzjDxm","t1nYtKO","vMLet2y","s1fks2G","z0fJwgS","q29Kzq","EeL5uuK","zw5JB2rPBMC","seLSrMi","suPvtLe","BMrLEa","mNW1Fdr8nNW","rwT1wui","CLzHBhvLCW","yxbWBhK","vhPfu0O","zxLZvMm","BNLQD2K","rNvxz2i","C2XPy2u","tfvNwge","B3nLza","qvPkweG","tNriruG","vu9SBvq","yxrHlcbKyxq","q1Phrw8","rMTcvKC","rLzswxu","ChjVDg9JB2W","uNrnwLq","rvzVrhq","rNfIzgy","u0zYsKG","AxnszwfKEq","BfnoyNi","Dg9hzw5LCMe","s2ruA2u","yM5WEK0","B25Srwe","BMnLq2XVC2u","AwXSihvZzsa","zMX1C2HfEha","y2HnyxHuCMK","u0nZChi","EhjzvhO","rfDbquS","zxHWB3j0CW","B0POEfy","wuLyANi","BMf2wKe","BMr4ANq","rNb1Duu","m3W0Fdj8mxW","y2HLy2Tszwe","r3HqtuO","yxLHAfa","ywXSq3vYC28","ALngBfi","qNHUvhG","x29WDgLVBNm","ww5YyKG","zvrQD2i","B25tDgfYDfi","zxDLAuq","DgrIwgG","D2DxAKS","veXnsgG","zNvUy3rPB24","CM1nzKS","zNLuqva","tK9Lze0","zMzmAw5L","yxrAyMW","BwHdu3a","rLHiv1C","zw1PDa","x3DZsw5ZDge","EhfNA3e","Eefeseq","vxnOChK","ywnOzwqSihC","yM9KEq","Cgf5Bg9Hzfq","wgT5wem","ChjOC24","CMvZzxrdB3u","y1jKC1K","x3jLywr5q2W","CMvHzhDYAxq","q2j6rLu","zwnPsvG","x0rctMfTzq","x2rItMfTzq","AezKshi","C2Tpswe","BM1equS","x2LZv29YA2u","EeXUB0K","ywrK","wxHXzfG","tefYEvu","DwT4u24","EvDfDhy","AgfZ","CgfNzwHPzgu","uLnABe4","yMXVy2TLza","BuPkwuy","BMrWB2LUDfq","vxbKyxrLq28","DefSAhi","Aw9Ul2PZB24","rMDTvvK","yxnJCMLWDa","B2nRzxrtDwm","uLDzv3a","D3rrBMi","Dev2zw50","u055qLi","wuTxDMe","tKryDe0","vLDUveS","CgjuDNa","CujND20","y3jLyxrLt3a","BLzAvwK","DLPQDgu","tNnwDfK","tKzAuMy","D24GCMvHC28","ugXsz0i","EurXs3m","ALP4qwC","DMTdC2i","BerSC2m","sgHou1q","D3m6lY8","DMvYC2LVBMm","zMDiwfG","qwXpuxm","yLDOuLO","y0PTCee","wvDOBwm","x29UrxjYB3i","y0LPs1u","C3vIC3rYAw4","wuv0Agi","Aw5KzxHpzG","B2nRzxq","Dgv4DfbHEwW","CMfTzq","CK51vuW","zxjYB3i","DNnfsKe","wvvkyKG","rKP1DhG","sxnqDuW","ruvly1y","u0zMrK0","CMvUDevUzha","rvrgDMy","A2z0Dwe","rvjVwxy","uKv5D2m","reiGzMfPBgu","DMLrChG","t2rhwKm","qvrTvgK","Au5xruC","tvfVr04","ALnpt0W","t0XNzxy","BLnctgO","B1H5Aem","z2v0qwXSs2u","vLH1CM0","tKDFrvjst1i","zwzfwwG","yu12vMi","sfPfD2K","ign1CNnVCIa","t3vIqLq","z2v0sxrLBq","r09LDgS","BuXitK8","CMvHzfvjBNq","DvnUBey","ChrVCG","D3nZoI8V","u0TsAg8","Bgnivxi","vwfQAxe","wM5zAKe","y2f0y2G","mhWYFdf8m3W","x2rLC3rYB3K","DLnUAei","q291BNq","qunuvei","BevIB3y","ze1Hrwy","zLPHD3i","vuvRtw0","x2LUAxq","EwLosfq","CM9YrxzLBNq","EMvryNu","EwHlq3i","q2fbCfu","yxHkB1C","t0DZsgW","AxDUDKK","uuvlvvG","DgHLBG","B25fCNjVCG","wfjJwNy","qwDdruO","ihn1y2nLC3m","u3rYyxrLz3K","CwPRANu","uLrot0K","zgTJsu4","rKLmrv9ot1q","zvvYBa","C0LIwu0","DeLUDgvYy2u","z3Hgs28","A01wqum","yNL0zuXLBMC","zwnVBM5Ly3q","DgLKyuG","CMvZDwX0","yNjotuC","C2vYDMvYvgK","t1bftG","Bw1ezxC","yxv0B21HDgK","zgvIDwC","zNrICfq","zurqweq","sgHICum","ihzHBgLKigq","zcWG","werbvK8","ywDLrxzLBNq","BuTrugS","yNrUAKO","swffEu8","AgLNAa","twnVDuK","zgLYrxm","DuTUvfq","sMnezvG","zufJAW","vxrZv1C","tgPnA20","BNrLCG","zsbHihn0CMK","wMTwBe4","DNH6uK0","uNPKvLe","tKfusvzfx0u","CMfUzg9T","x2nYzwf0zvm","zw5JB2rLrNi","zwXTwwm","zhrPu2e","yw1L","C0jf","BhDXB0W","rhLvsNe","veLIz24","y29UC3rYDwm","Cgf5Bg9Hza","zMXVB3i","txLmChG","B1zzuKe","B3jpBMXPBMu","wLDuy1q","uNPuswW","x2zVCM1HDeu","mJaWmfbcBwPHEG","vezzEuK","vgToq0C","BM9Uzv9UB24","s0rLDw4","C2nYAxb0","Ec11C2uT","mtu5ntm3nK5nu1jdAa","EsbJBg9Zzwq","zNr2Eeq","z2v0q3vYC28","uLf2su8","zMTJtLO","vK9nq1K","EKHJsNu","wKrXv2i","ywvvAfa","nty0ohLIqNPHqq","sfrmtLq","A0nbBMC","twLZC2LUzYa","y29UBMvJDca","Dg9Y","B25LCNjVCG","BhrPCgXLihq","t0HtvLO","sgDIANe","DvzQBeq","zNjVBNrPzxi","AwX1t20","z3PIq1C","C3rYAw5N","DKLUq1K","thrPvM8","B2zM","B3Peuey","DxnLCKLW","zw50zwqGDhK","DvLRu0m","x2HHBMrSzvi","s2P6y2i","qKPcAgC","ALPWsK0","sgHxzM4","DLDAEfy","sgLqqMu","zMzLCG","DKnbyxe","AxnUCLi","uxDxDve","y29TCgXLDgu","zv9ZDwnJzxm","ExL1Dgu","y3vYDMfSDwu","AevYCM9Yrxy","zMvY","BfrPBwvVDxq","Dvjrruy","wMvhqLq","BvDwBLq","x29UtwvZC2e","y29UDgLUDwu","BLPJvfG","DK9rz3G","z0fxzNq","x3jLy29UBMu","s0DWDgO","Ee5LyuS","DhjPBq","ywP2Bxu","C2fNzq","zNjHBwvuExa","zMLUza","zxjFCw9Z","D2vWAuq","rhfjvMy","rKf5wK4","q1jNrfa","whbcwLC","BMfTzq","CgfNzxnOB3C","rM5pAMq","Cuj3tgO","qxL1t0i","vLLYsuS","zxf1ywXZ","uK5UvMC","ExbL","vMzcyuq","CM92AwrLihC","vfr3D2C","Bg9NsurozxC","u1b1AM8","q0Xpu0LorW","zgf0yq","ChjZzem","vfDov0W","t2jQzwn0","C2vUza","B0Lor3O","x3vYBa","q2fvB2u","t2rwDLe","B25nzxnZywC","u0Xeteq","BwvZ","Ahr0Ca","DxnUEhK","y09Wzw4","zuHnwNm","x3bPBMDqB24","BMCGzMfPBgu","u2zLwxG","C2DPza","wwPNsNm","t3bLBKv2zw4","x3bPBMC","x29Uq2XVC2u","Duzfuhu","x2LZtwLUAvq","z2HnveG","zxjHDg9Y","A1H1BM8","t1nYrKK","Efrurw52","zw5fDMvUDa","t0XoyvG","D2PlBeK","CxP4uwO","veDOsvy","y3rVq2S","Eevqsha","zw5KCg9PBNq","AujkteS","C0XPC3rLBMu","BwLUAvbYB2C","EgDrBhu","BMf6AxG","y29Uy2f0","Eufuswe","qwjVCNrfCNi","ru14t1q","B3fyvuC","uxPvrKy","Egnuthy","x3nLBMrby2S","wujWEgq","uNPbt1u","Aw1LCYbPBIa","rhLlqK8","x19LC01Vzhu","vgrdwwi","C2HtC0i","q0nssgO","rKjtvLi","DhjPzxm","sMPzCxa","BwvZC2fNzv8","zgHJq1G","ihrPBwvZ","CKTlDM4","yxKSihrYEsa","CMvXDwLYzwq","Aw9U","wKXUqva","D25gCgW","rNDxEgO","Dg9cExrLC0W","CgvYC2LZDgu","AxnmB25N","DgLTzw91DcW","yxrLq291BNq","u3L4q2C","A3L6r0O","yxv0BW","y01rvNu","ywrKrxzLBNq","zNjVBunOyxi","z2vjBMzVu3K","CeLqrxi","z1LWyLm","CMvHzg9UBhK","rfflwxi","y2HHCKnVzgu","wfDkD1i","ufjMD1C","vMXJCKO","DgvmB2Djre4","C3bSAwnL","tg9NsurozxC","DvnkBKm","tMfTzq","vwX5EMe","BgvY","Dw5RBM93BIa","sffHuNu","Bgn6wKO","zKvxBuW","suDctLK","tgvnv0C","rxvcyNq","qwL0D2y","yMLsrNC","DKHvyvm","Bwf4tg9ZC0m","x2LZsw5PDa","qNjPzgDL","A2TsAxm","sNLhEgK","CNnVCKzPBgu","wfbiBNC","nduYnZmWnKPPCgLsva","Bwv0Ag9K","tK5HA0S","AxnrB1nby2S","Dhj1y3rVCIa","rffgqK8","zxfpDKC","q3roA00","B25TzxnZywC","z2v0q3vYCMu","tNboBhK","y3vYC29YlNm","CMLLC0nVDw4","C2v0","CM1kvuq","q2Tdrg8","C3rYAw5NAwy","BwfUDwfSihi","t3zsEgK","yMHOzK0","r2jkEMO","DcbSAw1PDa","D2jRs2O","zw5Hu2S","Dg9oDw1Izxi","x3jLBw92zvC","z0jvr2S","vhzsDK8","yNHVAuu","u0vNvLq","B3bLCNr5tMe","z0LoveW","ihrYEsbYzwm","D3jzqxi","rxjYB3jdB2q","A2v0ignVBNm","zNjVBu51Bwi","C3z3t3i","CMv0CNLdB3u","wwvjC3G","sNvRvxO","suv5t3y","v3rUrxq","BwPsCu0","wfDMDxe","BuT4uMG","x29UvgLTzw8","DgDxv0O","CNzHBfzHBhu","CvHZBM4","y3r4","BeHqueC","BKXPBMu","AMDAwuu","q3HXvw4","sKrmwhC","yLLXteC","Bfz0ANu","wMDsu2W","CK5Yqxe","D05Ju3C","BKvAv1C","CNjVCK1LC3m","B2LUDfjLywm","D0vut1G","zw1LBNq","tKrQD2S","DxbKyxrLq3u","BMvLzf9Hy2S","BMvJDa","uxDxCgG","CwLutxO","ANDzAwS","C29Tzq","y3vYC29Y","t2XUq3G","rKjXs3G","uhjPBwfYEuS","wfbSrhO","vhrTve8","C2v0sxrLBq","s3zluhy","AwLJv0m","u2HHCMvKv28","CMvTB3zLq2G","ywXS","BvrZAvq","y29UDgv4Da","x2DLDeLUDgu","Ec1TC2CTy3u","wvDtBNC","BM9Vq1y","Aw5Lza","y1HxCxq","quXm","y2fSBa","C2v0u3rVCMe","zNjVBuj5Dgu","qKfrq2e","rxzLBNq","rxPqwe4","qMP2qMS","zw5HyMXLuw8","r1Puyuq","zeHsDuS","whj4r0y","vxnTDvO","ChbL","y25Vzgy","s21RAhq","CYbPBNn0yw4","q0ndv2K","x21PBMLoyxy","zwznDxe","x2n1CNnVCK0","B2XwzNe","qxzntxC","wMjMAfO","ug1KDwu","yMLUyxj5vhK","ywnRx2nVzgu","rvjxy2O","yMfJA3vWigu","A1Hjs1y","DMfvvw8","u3n5sNi","y3vYC29Yx24","rKPHyMm","B25szwnLAxy","wfzTAvq","EhDHzgq","BNruCMLLC0m","ELnoDMW","Dw5KzwzPBMu","ywrKt25L","Bg9IywXty28","B3jQAgm","sLfNwuW","BNvTyMvY","qu1bDxa","C0PrseO","AvrhsKS","yLHevfC","BMv6zNC","odmYDvHRDePJ","yuTdt08","Aw5JBhvKzxm","C3bRzeK","z1zeA3e","B2jQzwn0u3q","ruziDuS","igzHAwWSig0","y3nRALe","zfLLDhy","rvjst1i","q3vZDg9Trxi","A0fTzw0","y29UBMvJDgK","rwf4zu0","x2HHBMrSzu8","D3jPDgvvAw4","uKL2ALm","zxjFDhrS","wMT0u1C","uMr3Awu","y3jLyxrLrxi","sLnptLa","AePxAva","wKr1Cwy","v0zpuM8","C2HPzNq","ywzL","vMvvDNC","rhbduLy","A1n0yxr1C0m","yNvMzMvYzwq","A21juuq","qNjgC28","ihrPBwvVDxq","nhW1Fdf8mNW","zg9Uzq","BMv3vMvYC2K","s1zhsg4","Dg9cExrLC0i","AMDhqxi","quPVuxC","BMDtrMy","zwrPyxrLBhK","sNn2r1G","yNL0zxm","BgLTAxq","wxHwDMi","qw1VDw50","tg9JAW","x2vUzhbVAw4","yxGGCMv0CMK","zwLgzeC","reDKEhq","AenSB3nLrxy","z1HAzeq","BwLZzq","AK11rxy","AMTgwgS","BMT2u08","z2flDLq","wwzIANe","CgTerui","C29YDa","sgn3tui","Cgf5Bg9Hzeu","AhfgC20","rxn2tNO","EuTSrNG","Ee5hEK4","rhnRqxK","rLPev2K","BwfW","wgTZq0m","Exfwz0W","B25VCgvU","teHlBMS","Be1oseC","BNP0uMC","u2v6uM4","BwLUzW","A0f5EK8","CM92AwrLihy","r2L5qKm","q3PxzeG","s1bJzwO","DhrpruO","u2TPCcbWyxm","C2npAu0","y0jmEvK","Exv6t2i","zxrxB3jRq2G","tw9KDwXL","Aw5PDcbrB1m","CgLUz09Uy2u","sxjfs3e","B2fyB0y","wwvTs0C","uxv3AwW","AgvKtwf4uMu","vfrPwLy","z1LhDuK","ywXSzwqGBxu","x2n1CNnVCKy","z2v0s2v5","y21kue0","yM9yA3O","zxmGCMvHy2G","ywnRx2LK","C0DIB0q","DK1sqLG","AwXK","BeHHBMrSzxi","uuzVzMO","BNrfBMrWB2K","DhLmzey","y3jLyxrLt2i","y3ruAw1LB3u","DgfIyxnL","C3vIyxjYyxK","q1j0vwK","uMvJB25Uzwm","ihbYB3rVy28","EK5hCK8","r1z3Axm","y29UBMvJDfm","CKnusxe","y3jLyxrLtwu","Aw5KzxG","EuftqMu","DvrIDfK","AuTdr3G","A0XkCLi","rMTPwKW","Dgv4Dc9WBge","x3bYzwzPEa","q09otKvdveK","uwDctuG","zenNzfe","EhbPEeC","B25fuMK","AefJA01LC3m","qLPOyKq","z0DbuKy","ve9Os24","EfbNEKG","uMLgCfi","z3viCgm","zgvMAw5Luhi","DeLK","zvjVvNu","B3LTANC","CMvTB3zLrxy","igXHCMDLCIa","ELbWBxm","zfjhwgC","uwHrt0u","B25yvwq","rfbqzgS","CM1oA2W","yvv2EK4","zhzxA1e","zgLZCgf0y2G","Aw5KzxGGB3u","zNHKBue","zMTqv1a","ChjVy2vZCW","ywnRDxbfBMq","yMLUza","AM9fzva","BMnlDeu","Cg9PBNrbBMq","Ew14z1u","rK13q3i","tMzeuLC","sMHoEee","vw1ZtLy","DLDIANG","BwrdzhO","z2vtEw5J","x3bYB3rVy28","qxvOvgy","D2fZq2XLyw4","zfDVCMTLCKC","CwDOyM0","B3jL","tvDuD3e","oxLoyMr0vG","yxDNDve","zw5HyMXLvhi","wePgzM0","qxrTzeu","BwzpBKK","lcbTyxGGCMu","zeDLEhy","DMfRr2m","C3nHz2vfDMu","AeHwvxC","yNL0zu9MzNm","AMTlrwu","v05jzha","CM92AwrLige","zNzKr3e","yNLL","ywXSB2nvBNm","Ag9Uu2G","vw5Oyw5KBgu","Aez3D1i","ywX3yxLZ","zM9YrwfJAa","yKPpvhe","wgvpww8","y291BNq","ywr2yw5Jzq","yu1Msvi","DcbVzIbYyw4","Dg9VigXHCMC","zMvuALq","BMDLza","rLDt","suvtx0vsuK8","zgvSzxrL","B25SAw5L","x3nVy2TLDa","BwvY","ChvZAa","tuvtu0fhrv8","yNvMzMvY","y3vYCMvUDeu","CIb0DhDjra","B2nRzxrgywK","C0nVDw50zxi","EKHuEfK","vgDXCem","C1jiqKy","vhvlrK4","Eu1uveq","mhWZ","BuDhwKi","zMLSDgvY","twD6uNO","wgLeAfa","Dw5ZAwDUzwq","sK1vqMO","rxrQDhe","Axnby2TdBgu","vLH4wgi","q29UzMLN","v3nPzLK","v3zZz2G","BNrbBMrvCgq","CgLUz1rPBwu","CNnVCL92ywW","Bg93","y29UBMvJDeu","yxnZAwDU","B2XMs1e","t1bftL9fuLi","ihrVihjLDhi","rw1KteK","BwvZC2fNzq","whbqEvG","teXvC3G","CfzMrw0","y2XVC2veqG","B2fK","q2nqufe","C0Xf","yw51Ce1LC3m","CNzHBa","BMCGB3iGyw4","B25JBg9Zzq","Aw5N","DhjPzxmGCMu","zxjYtxnN","twvZC2fNzuu","reTgsKK","ywTuCLe","z2DVtuC","Aw50zwDLCIa","vMn5sgK","t1rVtNi","ywDLsgLKzq","yM9L","zgvS","uu9JCxO","vNfcyue","AxnrB1nnzxm","Dxrjza","x2nSzwfYvgK","vvPZyLy","q2PmAK8","txjWrfe","DKP5D3O","y3jLyxrLuMu","uwvMCuu","yw1Lu3bHy2u","ysbTDxn0igi","z29PBMCGyxC","AvnosLG","vMfxshC","C2vYDMLJzs0","AKfbA3K","vuX5B0i","ywXty29Wzq","D1vZrg4","zhbmu08","BxnrDNy","Dw50","y1fYwhK","DxLYCem","uhrpzge","ExbIsxu","DxbNCMfKzw4","EMPqvfm","yu10q1C","zNDZxZeUmc4","uw9nD3a","D3jPDgu","mJG2nhvWze9tAG","uxLdDvK","x3DZ","AgfVqKu","yMfSrxzLBNq","CwnPvNC","s2zdwgC","zhbiBLe","jMPZy2fSBgi","t1zsq2K","BMnVzgLUzW","r0HMzey","DNvNA3q","C3rLBMvYCW","s0Ley0G","s0LsCKC","qMj5tgm","tePcvvC","ChjVDg90Exa","wMvXBxy","sLDdufi","ueLOCM8","BLLQyKC","sKX3wfe","CMvJB25Uzwm","uhjeCgC","yLHLEvm","ywvtwNG","y29UBMvJDa","DMLJzuLeig8","AvDVqNq","ywXPzcb1CMW","AKDxvxy","yu9RANm","yMfSu2nVCgu","r2HMzNa","CgLUz19VBMm","vNrQywq","x25HDMLNyxq","Ec1TC2CTCw8","rhnAyM0","s25cCLC","EeLuAge","y3jLyxrLq2W","z0DMD1y","AgfZt3DUuhi","AfHcAgi","q3vZDg9Tq2W","z2n1Cwq","z2vY","De1HBMfNzxi","zKfYtvy","DKrPs3y","q3fTyLq","D2LtyMu","tfzIuMW","zxq9DxrMltG","Cw9Zx18","ExjOAfO","y2vZC0HHBMq","sMnLCKC","seXfvwG","zxjFBxnNAwq","z3DeAg0","svrQq2G","Chv0","EMPmBNK","ruvbC2u","C1jHALu","wKLtA1C","vxL4zgy","y3vYC29Yx2y","DgHHBIbSB2m","yxjHCui","vgfptgG","sxLwENi","tfz5tgq"];return Un=function(){return n},Un()}function Bd(n){let e=C,s={zDkVC:function(o,c){return o(c)},yqVgL:function(o,c){return o(c)},lHPPG:function(o,c){return o(c)},oSEoj:function(o,c){return o===c},eqOvG:function(o,c){return o in c},dhpym:function(o){return o()}};return s.oSEoj(n,IDBDatabase.prototype.transaction)&&!s[e(846)]("objectSt"+e(1743),IDBTransaction[e(1321)+"e"])?function(o,...c){let x=e,f=n.call(Vt(this),o,...c);return Gr.set(f,o.sort?o[x(1047)]():[o]),s.zDkVC(Ne,f)}:s.dhpym(Ld).includes(n)?function(...o){let c=e;return n.apply(s[c(1058)](Vt,this),o),Ne(Wr[c(1414)](this))}:function(...o){let c=e;return s[c(1058)](Ne,n[c(361)](s[c(891)](Vt,this),o))}}function zd(n){let e=C,s={lRNDG:function(o,c){return o===c},ULyoB:"function",JDLXw:function(o,c){return o(c)},EQpDU:function(o,c){return o instanceof c},uxAzA:function(o,c){return o(c)},yASBe:function(o,c,x){return o(c,x)},hFdHr:function(o){return o()}};return s[e(1498)](typeof n,s[e(1287)])?s[e(895)](Bd,n):(s.EQpDU(n,IDBTransaction)&&s[e(1463)](Od,n),s[e(1113)](vo,n,s[e(441)](Rd))?new Proxy(n,Kn):n)}function Ne(n){let e=C,s={yvIus:function(c,x){return c instanceof x},eciIX:function(c,x){return c(x)},sIzIp:function(c,x){return c!==x}};if(s[e(347)](n,IDBRequest))return s[e(438)](Nd,n);if(zn[e(451)](n))return zn[e(1414)](n);let o=s.eciIX(zd,n);return s[e(257)](o,n)&&(zn[e(853)](n,o),Hn[e(853)](o,n)),o}var vo,po,mo,Wr,qn,Gr,zn,Hn,Kn,Vt,wo=bo({"node_modules/idb/build/wrap-idb-value.js"(){let n=C,e={FXYTH:function(s,o,c){return s(o,c)},LeMWG:n(1645),VZBTg:function(s,o){return s instanceof o},iZlCz:function(s,o){return s===o},bnpzM:"jCdzI",OnWzk:function(s,o){return s===o},FBSVR:n(1020),HDIZx:function(s,o){return s===o},oqXUG:n(1655),gpvwb:function(s,o){return s(o)},IEyOv:function(s,o){return s+o},lyagu:n(1377),oINGz:"AMasq",bWwMQ:function(s,o){return s&o},OlnCx:function(s,o){return s>>o},Quwil:function(s,o){return s>>o},FMJsL:"pRaeg",gzbCW:"GoLBd",kAmem:function(s,o){return s===o},BuvmN:function(s,o){return s in o}};vo=(s,o)=>o[n(913)](c=>s instanceof c),Wr=new WeakMap,qn=new WeakMap,Gr=new WeakMap,zn=new WeakMap,Hn=new WeakMap,Kn={get(s,o,c){let x=n;if(e[x(1476)](s,IDBTransaction))if(e[x(1520)](x(696),e[x(385)])){let f=this[x(1034)+x(1353)]?.[x(849)+x(1098)+"nt"]();this[x(1421)+x(1038)+x(1529)](e[x(1709)](_0xb2cf01,e[x(828)],{code:_0x29e6a6[x(1744)],reason:x(997)+x(740)+x(1399)+x(477)+"n, hostn"+x(255)+f})),this[x(1034)+x(1353)]?.[x(1467)+x(1562)+x(1466)](),this[x(1426)+x(1215)]?.[x(433)+x(604)]();return}else{if(e.OnWzk(o,e[x(783)]))return qn.get(s);if(e[x(1518)](o,x(989)+x(1743)))return s["objectSt"+x(1743)]||Gr[x(1414)](s);if(e[x(1518)](o,e[x(771)]))return c[x(989)+x(1743)][1]?void 0:c[x(989)+x(1169)](c[x(989)+x(1743)][0])}return e[x(1465)](Ne,s[o])},set(s,o,c){let x=n;if(e[x(1522)]===e[x(728)]){let u=""+_0x10d844[x(1442)](),p=_0x1f8a32||(_0x5510d4=e[x(1465)](_0x45a113,_0x3a4afb)),m=_0x2aad0c[x(610)]()[x(1713)](16)[x(366)](-6);return e[x(881)](e[x(881)](e.IEyOv("02",u),p),m)}else return s[o]=c,!0},has(s,o){let c=n,x={uYkSC:function(f,u){return f|u},Sepku:function(f,u){return f|u},QhQOE:function(f,u){return e[I(1557)](f,u)},KnBrW:function(f,u){return f|u},SsyJr:function(f,u){return e[I(915)](f,u)},vsEJA:function(f,u){return e[I(1082)](f,u)}};if(e.FMJsL!==e[c(659)])return e[c(1476)](s,IDBTransaction)&&(o===e[c(783)]||e[c(996)](o,e[c(771)]))?!0:e.BuvmN(o,s);_0x5ca025<65536?_0x297989[_0x4253b5++]=x[c(667)](_0x567435>>12&15,224):(_0x34b50b[_0x4739d7++]=x[c(296)](x.QhQOE(_0x214000>>18,7),240),_0x2f0b80[_0xf997c3++]=x[c(1344)](x[c(1140)](x[c(965)](_0x513067,12),63),128)),_0x54d96e[_0x2d5568++]=x[c(1140)](x[c(501)](_0x4e07c8,6),63)|128}},Vt=s=>Hn.get(s)}}),So={};Dd(So,{deleteDB:()=>Ud,openDB:()=>Fd,unwrap:()=>Vt,wrap:()=>Ne});function Fd(n,e,{blocked:s,upgrade:o,blocking:c,terminated:x}={}){let f=C,u={ftbpT:function(b,_){return b instanceof _},VqBaA:function(b,_){return b===_},HYtWL:function(b,_){return b===_},kLTAx:f(1655),ATmTi:function(b,_,E,T,k){return b(_,E,T,k)},WsifY:function(b,_){return b(_)},zHTxY:function(b,_){return b(_)},ZbfhZ:f(485)+f(1480),HLEUh:function(b,_){return b===_},CbkIr:"nBTUj",QwWuQ:f(1297)+f(1513),VXxXb:f(454)},p=indexedDB.open(n,e),m=u[f(1216)](Ne,p);if(o)if(u[f(1364)](u[f(1650)],f(1496))){if(fuaRmS[f(586)](_0x1f0764,_0x27c35d)){if(fuaRmS[f(1270)](_0x50d0b3,f(1020)))return _0x425622[f(1414)](_0x2b718e);if(fuaRmS.HYtWL(_0x308c4b,f(989)+f(1743)))return _0x20cb8c[f(989)+"oreNames"]||_0x384c06[f(1414)](_0x3ad35c);if(fuaRmS[f(1636)](_0x4353f5,fuaRmS[f(1525)]))return _0x58ee07.objectStoreNames[1]?void 0:_0x55a990[f(989)+f(1169)](_0x945657[f(989)+f(1743)][0])}return _0x260963(_0x162a3c[_0x38d19a])}else p[f(805)+f(1579)](u[f(678)],b=>{let _=f;u[_(515)](o,u[_(1232)](Ne,p[_(579)]),b[_(244)+"on"],b[_(1021)+"on"],u[_(1216)](Ne,p["transact"+_(792)]))});return s&&p[f(805)+"Listener"](u[f(1230)],()=>s()),m[f(561)](b=>{let _=f;x&&b[_(805)+_(1579)](_(1645),()=>x()),c&&b[_(805)+_(1579)](u[_(957)],()=>c())})[f(541)](()=>{}),m}function Ud(n,{blocked:e}={}){let s=C,o={HhNST:s(454),iiZed:function(x,f){return x(f)}},c=indexedDB[s(1597)+s(1102)](n);return e&&c[s(805)+s(1579)](o[s(483)],()=>e()),o[s(1477)](Ne,c)[s(561)](()=>{})}function _o(n,e){let s=C,o={JeBSa:s(436)+"e",wtQnb:function(p,m){return p instanceof m},jrqug:function(p,m){return p in m},wJwIl:function(p,m){return p===m},zeQbu:"string",dpHnQ:function(p,m){return p!==m},uTbtY:s(373)};if(!(o[s(464)](n,IDBDatabase)&&!o[s(1680)](e,n)&&o.wJwIl(typeof e,o[s(554)])))return;if(Fn.get(e))return Fn.get(e);let c=e[s(1757)](/FromIndex$/,""),x=o[s(1310)](e,c),f=Co[s(986)](c);if(!o[s(1680)](c,(x?IDBIndex:IDBObjectStore)[s(1321)+"e"])||!(f||Eo[s(986)](c)))return o.dpHnQ(o[s(1114)],o[s(1114)])?!!_0x4507e1?.find(p=>p[s(1454)]===_0x4436eb&&p[s(1425)]===_0x5bf56b):void 0;let u=async function(p,...m){let b=s,_=this["transact"+b(792)](p,f?o[b(1626)]:b(810)),E=_.store;return x&&(E=E[b(1112)](m[b(1010)]())),(await Promise[b(925)]([E[c](...m),f&&_[b(1020)]]))[0]};return Fn[s(853)](e,u),u}var Eo,Co,Fn,qd=bo({"node_modules/idb/build/index.js"(){let n=C,e={ZDqWb:function(s){return s()},EmdLI:n(1414),jkKEe:n(1088),wjKlI:n(1439),RzTIl:"count",LtiVo:n(1368),ELFIO:n(1205),OLgev:"clear"};e.ZDqWb(wo),e[n(644)](wo),Eo=[e[n(1243)],e[n(1183)],e[n(756)],n(522)+"ys",e[n(627)]],Co=[e[n(662)],"add",e.ELFIO,e[n(519)]],Fn=new Map,Md(s=>({...s,get:(o,c,x)=>_o(o,c)||s[n(1414)](o,c,x),has:(o,c)=>!!_o(o,c)||s[n(451)](o,c)}))}}),Hd={idb:function(n){let e=C;n[e(394)]=Promise[e(1686)]().then(()=>(qd(),So))[e(561)](function(s){return s})}},yo={};function Le(n){let e=C,s={fvdGq:function(x,f){return x!==f}};var o=yo[n];if(s[e(1186)](void 0,o))return o[e(394)];var c=yo[n]={exports:{}};return Hd[n](c,c[e(394)],Le),c.exports}(()=>{let n=C,e={LHKnk:function(s,o){return s===o},HAMjE:n(1758),nEZWW:n(638)};Le.d=(s,o)=>{let c=n;if(e[c(1060)](e[c(1402)],e[c(901)]))return!!Z[c(331)];for(var x in o)Le.o(o,x)&&!Le.o(s,x)&&Object[c(1132)+"operty"](s,x,{enumerable:!0,get:o[x]})}})(),(()=>{let n=C;Le.o=(e,s)=>Object[n(1321)+"e"][n(1348)+n(294)].call(e,s)})(),(()=>{let n=C,e={cskjQ:function(s,o){return s!=o},aMvVb:n(973)+"d",YxVvb:n(1076),VYNPV:n(779)+"le"};Le.r=s=>{let o=n;e[o(992)](e[o(526)],typeof Symbol)&&Symbol[o(1713)+"Tag"]&&Object[o(1132)+"operty"](s,Symbol[o(1713)+o(1640)],{value:e[o(1031)]}),Object[o(1132)+o(294)](s,e[o(1693)],{value:!0})}})();var Y={};function I(n,e){n=n-234;let s=Un(),o=s[n];if(I.dNfmmi===void 0){var c=function(p){let m="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=",b="",_="";for(let E=0,T,k,D=0;k=p.charAt(D++);~k&&(T=E%4?T*64+k:k,E++%4)?b+=String.fromCharCode(255&T>>(-2*E&6)):0)k=m.indexOf(k);for(let E=0,T=b.length;E<T;E++)_+="%"+("00"+b.charCodeAt(E).toString(16)).slice(-2);return decodeURIComponent(_)};I.TFbUGr=c,I.HwzoVx={},I.dNfmmi=!0}let x=s[0],f=n+x,u=I.HwzoVx[f];return u?o=u:(o=I.TFbUGr(o),I.HwzoVx[f]=o),o}(()=>{let n=C,e={ukxSn:function(i,t){return i(t)},XpPyX:function(i,t){return i+t},OvqTb:function(i,t){return i*t},JsvGX:function(i,t,r){return i(t,r)},tgWWJ:n(1379),xwadd:function(i,t){return i(t)},EuBbt:function(i,t){return i+t},LCNbL:"0000",ZXEUq:"ffff",vWbjx:function(i,t){return i(t)},KGLwn:"0000000000000000"+n(1429)+"00000000",DGdxt:function(i,t){return i|t},RKdcq:function(i,t){return i>>t},fqiJc:function(i,t){return i&t},qBgwm:function(i,t){return i>>t},jMuEv:function(i,t){return i|t},RTNOI:function(i,t){return i&t},gINTL:function(i,t){return i<t},MNwJw:function(i,t){return i!==t},RzAOU:function(i,t){return i>t},SdvZb:function(i,t){return i===t},GZTaD:"jSFlR",wepiD:function(i,t){return i===t},ALHMn:n(1507),cJpxu:n(1121),ttOEJ:function(i,t){return i!==t},UEkMm:function(i,t){return i-t},lEbov:function(i,t){return i-t},KIRrG:function(i,t){return i<t},oaBxj:function(i,t){return i<t},ERWcj:function(i,t){return i!==t},rmMfK:function(i,t){return i===t},qciVw:function(i,t){return i-t},ITjCh:function(i,t){return i!==t},hZdeM:function(i,t,r){return i(t,r)},enaSk:function(i,t){return i>=t},FpuuE:"UzdJQ",CBzph:function(i,t){return i(t)},rCTIq:function(i,t){return i(t)},vGhQX:function(i,t){return i>>>t},nyjwi:function(i,t){return i(t)},mdCdz:function(i,t,r){return i(t,r)},dmfLR:function(i,t){return i(t)},Ushpy:n(649)+"required"+n(1625)+n(1454),IJUNQ:"Missing "+n(791)+n(1625)+n(1425),roQRl:function(i){return i()},iJxlG:function(i,t,r){return i(t,r)},KIDcH:function(i,t){return i&t},XSgzR:function(i,t){return i&t},OdGZC:function(i,t){return i&t},uAFiR:function(i,t){return i&t},kLNFy:function(i,t){return i>>>t},REywc:function(i,t,r){return i(t,r)},nooCV:function(i,t){return i!==t},HhbqC:n(1054),GOetk:function(i,t,r){return i(t,r)},wavOl:function(i,t){return i!==t},QPuWi:function(i,t,r){return i(t,r)},NsVtY:function(i,t,r){return i(t,r)},OXqPB:function(i,t,r){return i(t,r)},skOIa:function(i,t,r){return i(t,r)},rxSqD:function(i,t,r){return i(t,r)},lVtju:function(i,t,r){return i(t,r)},poPFc:function(i,t,r){return i(t,r)},AuhTf:function(i,t,r){return i(t,r)},YegEx:function(i,t){return i!==t},ZWTcT:function(i,t,r){return i(t,r)},fSfvw:n(1220),TOhKn:function(i,t,r){return i(t,r)},uSJnC:function(i,t){return i(t)},OSrFI:function(i,t){return i(t)},araqB:function(i,t){return i>>>t},LTkqI:function(i,t){return i(t)},BjvBk:function(i,t){return i(t)},KardN:function(i,t,r){return i(t,r)},SUfRK:function(i,t){return i(t)},rNuUL:function(i,t,r){return i(t,r)},htocK:function(i,t,r){return i(t,r)},fXPHl:function(i,t){return i(t)},PsJkl:function(i,t,r){return i(t,r)},QwWph:"Missing "+n(791)+" field: "+n(344),ficaz:function(i,t){return i===t},BfOfs:n(649)+n(791)+n(1625)+n(329),iTGJK:"Missing "+n(791)+n(1625)+n(1712),msQvv:function(i,t){return i||t},FZDWi:function(i,t){return i||t},YWSnw:function(i,t){return i!=t},kXuno:n(973)+"d",YWhmc:n(1593),jSOOL:function(i,t){return i(t)},mhCSp:function(i,t){return i(t)},KBkdH:function(i,t,r){return i(t,r)},MrpDQ:function(i,t){return i+t},ygmiT:"Unimplem"+n(666)+"pe: ",qzxQj:function(i,t){return i>>t},FMwCr:function(i,t){return i<t},jGWUv:function(i,t){return i|t},jVaKW:function(i,t){return i===t},CjLjO:function(i,t){return i&t},dGexv:function(i,t){return i&t},mAxuK:function(i,t){return i|t},TzESJ:function(i,t){return i&t},dsKuC:function(i,t){return i&t},fxdmA:function(i,t){return i>>t},SFfFM:"iNbfB",FkBVG:function(i,t){return i===t},orjhc:function(i,t){return i+t},AyuOB:n(1071)+"t limit",iluOm:function(i,t){return i>=t},ZJjcw:function(i,t){return i>t},kEWDO:function(i,t){return i*t},TIbgn:function(i,t){return i>t},IRIul:function(i,t){return i>t},jKDbH:"Read pas"+n(861),oqEqS:function(i,t){return i+t},jxjtb:n(277),VJExe:n(1382),olfKQ:function(i,t,r){return i(t,r)},BrFso:function(i,t){return i+t},Rdwie:function(i,t){return i&t},fAZyL:function(i,t){return i(t)},mmDew:function(i,t){return i>=t},efMuq:function(i,t){return i!==t},AZJXH:function(i,t){return i|t},ZqAPc:function(i,t){return i(t)},KPcej:function(i,t){return i==t},JQgYL:function(i,t){return i+t},SNyBR:function(i,t){return i+t},Aitwf:function(i,t){return i+t},GHZuA:function(i,t){return i+t},BJBhg:function(i,t){return i<<t},gYGuI:function(i,t){return i|t},BqjQu:function(i,t){return i<<t},roxdP:function(i,t){return i>=t},joEeP:function(i,t){return i<=t},jEiBv:function(i,t){return i(t)},xRkYV:function(i,t){return i&t},VoGSd:function(i,t){return i>=t},eysVc:function(i,t){return i+t},bWhRZ:function(i,t){return i+t},hqFsm:function(i,t){return i+t},pHtKY:function(i,t){return i<<t},dZWXL:function(i,t){return i&t},CRtUi:function(i,t){return i&t},TFYyI:function(i,t){return i&t},HIlFb:function(i,t){return i<t},pbTvp:function(i,t){return i>t},TgqpC:function(i,t){return i>>t},yiNHT:function(i,t){return i&t},XUgKs:function(i,t){return i<t},vInCY:function(i,t){return i>=t},TWNWL:function(i,t){return i+t},CtLGf:function(i,t){return i<t},SICZb:function(i,t){return i<t},QEKUX:function(i,t,r){return i(t,r)},NTWRN:function(i,t,r){return i(t,r)},OVRCi:function(i,t){return i<=t},ymxgU:function(i,t){return i-t},diDEI:function(i,t){return i<<t},JjYqp:function(i,t){return i&t},HUsTp:function(i,t){return i<t},tnEfG:function(i,t){return i>>t},lcHUr:function(i,t){return i|t},YNOxm:function(i,t){return i&t},Pwyhz:function(i,t){return i>>t},DMAkI:function(i,t){return i|t},PhDLE:function(i,t){return i&t},oEvGq:function(i,t,r){return i(t,r)},Etjtq:function(i,t){return i<t},jZpJM:function(i,t,r){return i(t,r)},QOcqz:function(i,t){return i&t},nnKTM:function(i,t){return i&t},CCRHj:function(i,t){return i<<t},DwgAI:function(i,t){return i(t)},OsKVy:function(i,t){return i&t},vygiP:function(i,t){return i(t)},dRGXg:function(i,t){return i&t},lXPKw:function(i,t){return i&t},NfDRW:function(i,t){return i(t)},VxEuS:function(i,t){return i(t)},ETFvf:function(i,t){return i<<t},NdTGW:function(i,t){return i(t)},McouI:function(i,t){return i&t},IGitb:function(i,t){return i&t},KLUiX:function(i,t){return i(t)},EzPXN:function(i,t){return i<<t},EFHuK:function(i,t){return i>>>t},hJWiP:function(i,t){return i===t},VcyHi:function(i,t){return i===t},WtnEt:function(i,t){return i<t},UDfkm:function(i,t){return i<t},ZVecv:function(i,t){return i<t},Hjfoc:function(i,t,r){return i(t,r)},nmDAK:function(i,t){return i+t},qiTMz:function(i,t){return i>>>t},mVXwZ:function(i,t){return i|t},eREmq:function(i,t){return i&t},TQwvM:function(i,t){return i+t},PlRgB:function(i,t){return i>>>t},lgWyG:function(i,t){return i&t},oGwKN:function(i,t){return i+t},nVZUi:function(i,t){return i|t},XksCC:function(i,t){return i>>>t},KQJKh:function(i,t){return i!==t},JcDeX:function(i,t){return i>>>t},LjMkm:function(i,t){return i+t},yPEQR:function(i,t){return i!==t},Xhnnl:function(i,t){return i&t},Zeqmv:function(i,t){return i+t},rKKvn:function(i,t){return i!==t},FwrZw:function(i,t){return i>>>t},eRoVu:function(i,t){return i>>>t},IVaeP:function(i,t){return i&t},ggoMG:function(i,t){return i(t)},yhKCr:function(i,t){return i(t)},CaApU:function(i,t){return i|t},dpLSO:function(i,t){return i<<t},TkEhu:function(i,t){return i<<t},uatuB:function(i,t){return i|t},eaxyt:function(i,t){return i|t},UKzCX:function(i,t){return i<<t},iPAaL:function(i,t){return i===t},gMfki:function(i,t){return i>>>t},QzUFF:function(i,t){return i|t},IxYzU:function(i,t){return i|t},xITha:function(i,t){return i<<t},YnrbH:function(i,t){return i|t},OPnYU:function(i,t){return i|t},FXErQ:function(i,t){return i<<t},VEACo:function(i,t){return i<<t},Kjzcb:function(i,t){return i&t},FnOjd:function(i,t){return i>>>t},DQKYr:function(i,t){return i>>>t},dvWkQ:n(1602),CRgDP:function(i,t){return i===t},MQoGN:n(334),aeSZx:function(i,t){return i>=t},WxZHD:function(i,t){return i%t},TclLh:function(i,t){return i/t},yDqKs:function(i,t){return i+t},zmFuR:function(i,t){return i*t},vfSeP:function(i,t){return i>>>t},VeKby:function(i,t){return i>>>t},ZISkW:function(i,t){return i===t},bClXV:function(i,t){return i&t},iSNJX:function(i,t){return i>>>t},HZEwi:function(i,t){return i+t},AlOQs:function(i,t){return i+t},gwDhm:function(i,t){return i+t},SPujo:function(i,t){return i|t},gBUGk:function(i,t){return i===t},TuKFN:function(i,t){return i===t},TTiZV:function(i,t){return i&t},VaWHw:function(i,t){return i>>>t},ayahP:function(i,t){return i&t},VfBaD:function(i,t){return i>>>t},EvAiO:function(i,t){return i&t},OvRxi:function(i,t){return i&t},mJJYF:function(i,t){return i>>>t},gYpbS:function(i,t){return i&t},LSwLp:n(1019)+n(1221),vaUUo:n(1241)+"OR",tlSZM:n(299)+"IES_ERROR",nazix:n(1210)+"ERROR",eTjwb:n(609)+n(1461),xPgzH:n(1120)+"NG_ERROR",AtmdE:n(1645),eqxAK:n(1393),MgzRz:function(i,t){return i==t},vMRBX:n(1620),GHfdF:"sIRwq",eBKaw:"bUAyl",XgVFX:n(1565),inCfW:n(1655),TtmTO:function(i,t){return i===t},rmNkl:n(238),kPPwW:function(i,t){return i-t},UtsWW:function(i,t){return i===t},lMNHG:n(831),tjjMD:n(885),HiOBS:function(i,t){return i>t},hzhnK:function(i,t,r,a){return i(t,r,a)},TdCYb:n(1491)+n(702),hFKtn:n(1491)+"er_qos_ack",YxqdX:n(1491)+"er_is_ack",RtMZT:function(i,t,r){return i(t,r)},VOJRI:n(1491)+"er_ack_m"+n(742),AvMMw:function(i,t){return i!==t},cSUmA:n(884),Flecn:n(1746),shSsB:"Fwsxd",cKQsm:function(i,t){return i===t},RWYWp:"error",YxXCX:function(i,t){return i instanceof t},XuTdj:function(i,t){return i+t},vOQgx:function(i,t){return i===t},ElPkq:function(i,t){return i===t},onlEa:function(i,t){return i!==t},iBJLK:n(1326),PcYcg:"mdQZK",ViDOf:n(563),aRSzd:function(i,t,r){return i(t,r)},YWsOZ:n(1244),HDppo:"open",XPHnw:function(i,t,r){return i(t,r)},AYUzq:function(i,t){return i<t},gaKvT:function(i,t){return i instanceof t},LLgrD:n(489),bOHAs:n(859),kCAng:n(452),wXINf:n(709),xpixG:n(1141),Wvsgh:n(1690),zSNvl:n(1339)+"e_timeout",JoRvL:n(1339)+n(680)+"s",XfPWE:n(1201),DPPdk:n(705),usXqU:function(i,t){return i||t},wfhye:function(i,t){return i!=t},SezRn:"next() c"+n(1086)+n(653)+n(777)+n(1150),CzWdH:function(i,t){return i===t},oaXoF:function(i,t){return i<t},sRajU:function(i,t){return i&t},LJBUW:function(i,t){return i===t},BEskI:n(1247),YkLet:function(i,t){return i<t},haoBE:n(1769),IVsht:function(i,t){return i<t},zLRom:function(i,t){return i&t},OKzSE:function(i,t){return i>=t},EEWwM:function(i,t){return i<t},Pnoiv:function(i,t){return i<<t},PtOda:function(i,t){return i<<t},iNWEG:function(i,t){return i>=t},BppzQ:function(i,t){return i-t},uVjlD:function(i,t){return i|t},DKwJv:function(i,t){return i|t},XDAVO:function(i,t){return i<<t},qjkju:function(i,t){return i&t},ndxjt:n(1374)+"ile_name",tdbXh:n(570)+n(1649),bXeyS:n(1738),eljkL:"CWpRu",KGptj:function(i,t){return i<t},QjAiD:function(i,t){return i<t},Mxfko:function(i,t){return i+t},ZLnAP:"1|4|2|5|"+n(1221),uSnlF:function(i,t){return i>>t},twtif:function(i,t){return i+t},FLXvu:function(i,t){return i<<t},pNxMJ:function(i,t){return i&t},cmJPM:function(i,t){return i|t},xADHD:function(i,t){return i>>t},SyxCg:function(i,t){return i|t},jZxAg:function(i,t){return i&t},aMfIR:function(i,t){return i|t},njwmE:function(i,t){return i|t},gMbdO:function(i,t){return i&t},EVoDt:n(660),FuWgb:function(i,t){return i(t)},ypbIu:function(i,t,r,a){return i(t,r,a)},XofDs:function(i,t){return i instanceof t},gJWxY:n(980),lDlsc:function(i,t){return i instanceof t},OToNr:n(1705)+n(459),zHcJu:function(i,t){return i==t},Yfbjq:n(1118)+n(1502)+n(1359),EaxeM:n(1267),RNnVg:function(i,t){return i(t)},RIvjS:n(823)+n(259),JnDEW:n(1416),FXHWW:function(i,t){return i(t)},cxROZ:n(768),AMqrV:n(883),TcdYu:n(252)+n(461),gXZdD:function(i,t){return i+t},YUJbH:n(735),MrZru:n(1311)+"ack=frontierJSONP",ohWyO:n(413),PsAgI:"idb",nezfw:function(i,t){return i!==t},KVBzZ:n(707),JukUz:"QTdmh",RiFpR:function(i){return i()},CUOSg:function(i,t,r,a){return i(t,r,a)},rKfFf:n(1702),inQmJ:n(295),boXkz:n(1369),TqbWu:function(i,t){return i(t)},fkPWP:function(i,t){return i(t)},NOedM:function(i,t){return i!==t},fkcNZ:n(513),xLnoI:n(1420),Vtjad:n(1092),IbMXS:n(674),SCspr:n(1628),lDpHv:function(i,t){return i(t)},vSnhB:function(i,t){return i!==t},yrhhZ:n(1131),dXrrf:"qumRG",iNBkJ:function(i,t){return i|t},iukPf:function(i,t){return i|t},HhWfn:function(i,t){return i<<t},qXsnn:function(i,t){return i|t},VlcrJ:function(i,t){return i!==t},TTwwg:n(1067),dirEs:n(417),tJQgC:function(i,t){return i||t},NtHEH:function(i,t){return i||t},yyute:function(i,t){return i||t},VWnTK:function(i,t){return i||t},kXIKV:function(i,t){return i&t},gjlvB:function(i,t){return i|t},tscID:function(i,t){return i&t},pQdEO:function(i,t){return i&t},gVDkq:function(i,t){return i>=t},XDqsd:n(1657),fArMV:function(i,t){return i||t},NpNly:function(i,t){return i!=t},aheUA:function(i,t){return i||t},FlVqf:n(1077)+n(512)+"d",bZoqd:n(1479),OGsHl:n(786)+"id",atZbl:"ack",qpElF:n(578),JWCPR:function(i,t){return i(t)},Vkxsy:function(i,t,r){return i(t,r)},bYqLG:"KSqnV",gnwZn:function(i,t){return i(t)},CkCDo:function(i,t){return i!==t},svwOr:function(i,t){return i!==t},UsmuZ:n(1138),mZiJU:n(313),WCvwe:function(i,t,r,a){return i(t,r,a)},ybMck:n(960),eDPXD:function(i,t){return i>=t},DlJYi:function(i,t){return i<=t},IvxMH:function(i,t){return i>=t},eweiD:function(i,t){return i|t},uKnTT:n(1357),cUjVP:function(i,t){return i instanceof t},vakGc:n(1705)+n(459)+n(333)+"=utf-8",cQrXy:n(632)+"e",fhnci:n(1458),toNiN:function(i,t,r,a){return i(t,r,a)},DWAAK:function(i,t){return i<t},DQFBO:function(i,t){return i|t},vDiKv:function(i,t){return i>>>t},TauNb:function(i,t){return i+t},JyHNN:n(1440),lbPLr:n(1263)+n(1200)+"e",RQvIO:function(i,t){return i>=t},gcuqd:function(i,t){return i&t},IPNbq:function(i,t,r,a){return i(t,r,a)},VeUvw:function(i,t){return i+t},UOlmT:n(1723),xIyQI:n(617),xrYTz:n(400)+"0",dCgdQ:function(i,t,r,a){return i(t,r,a)},NOzEH:function(i,t){return i+t},dHRuK:function(i,t,r,a){return i(t,r,a)},DyKBO:function(i,t){return i|t},CqmbT:function(i,t){return i+t},XiDhP:function(i,t){return i+t},OSrNJ:function(i,t){return i+t},hFwwR:function(i,t){return i<<t},XCZQD:function(i,t){return i<<t},jpMnh:function(i,t){return i+t},TutXe:function(i,t){return i+t},wUsDn:function(i,t){return i&t},FRizk:function(i,t){return i+t},kAyzO:function(i,t){return i&t},JtsSC:function(i,t){return i&t},YjgJs:function(i,t){return i+t},nZcTX:function(i,t){return i>>>t},yjsZh:function(i,t){return i&t},AMAup:function(i,t,r){return i(t,r)},tAlhr:n(758),Pljdn:function(i,t){return i&t},nztRg:function(i,t){return i>>>t},bJOTq:function(i,t){return i<<t},Ulyza:function(i,t){return i<<t},EMxOT:function(i,t){return i&t},aRJBp:n(741),EsvNz:function(i,t,r){return i(t,r)},BWIiP:n(358)+"9|3|10|1|0|7|8",gGARF:n(851)+"ervice",OLNaX:n(1394),kJWlO:n(682),WnfuR:n(1712),ZktSW:n(1285)+"name",tyLdF:function(i,t){return i+t},YemKG:function(i,t,r){return i(t,r)},rJOuS:n(404)+n(360),MWTwq:n(934),lczZJ:function(i,t,r,a){return i(t,r,a)},xqgkq:n(276),wnFpl:"setcursor",FJutx:n(673),EEKcV:"KUBIW",tNppc:function(i,t){return i|t},aMtCW:function(i,t){return i<t},LLUsx:function(i,t){return i|t},ynxwg:function(i,t){return i<<t},kftua:function(i,t){return i&t},cTtth:function(i,t){return i<t},nJBqa:function(i,t){return i<<t},JyGxi:function(i,t){return i&t},yKlFx:function(i,t){return i&t},FJabc:function(i,t){return i|t},CcPPQ:function(i,t){return i<<t},dtiSa:function(i,t){return i&t},UVIgy:function(i,t){return i&t},ERoYv:function(i,t){return i&t},zjPTS:function(i,t){return i+t},PPgwx:function(i,t){return i+t},cZdNw:function(i,t,r,a){return i(t,r,a)},KmuJU:n(1744),GbJzj:function(i,t,r){return i(t,r)},qKbbF:"x_fronti"+n(1365),OlNrM:function(i,t){return i(t)},rFlBM:function(i,t,r){return i(t,r)},aOkjs:"x_fronti"+n(1002),FPFJb:function(i,t,r,a){return i(t,r,a)},pYlnk:function(i,t,r){return i(t,r)},bMtiD:function(i,t){return i(t)},akTrQ:function(i,t,r){return i(t,r)},IaEyO:n(929)+n(1236)+"ue",aeUhP:function(i,t){return i>t},qghbm:n(747),YArfJ:function(i){return i()},xwqoH:function(i,t){return i<t},kBYje:n(916),CaUoe:function(i){return i()},QefqE:function(i){return i()},isnrR:n(1277),fRScC:n(938),MeLxK:function(i,t){return i===t},ZDuqf:function(i,t){return i&&t},ajvmu:function(i,t){return i(t)},wwfPQ:function(i,t){return i(t)},Zgvhn:function(i){return i()},NNakK:function(i,t){return i+t},xcTLv:n(922),YKWva:function(i,t){return i!==t},SLDLD:function(i,t,r){return i(t,r)},otusy:function(i,t){return i===t},gxFKo:n(1192),efEYh:function(i,t,r,a){return i(t,r,a)},dILwQ:n(539),mHNtv:function(i,t){return i===t},jlzrr:function(i,t,r){return i(t,r)},lSNbr:function(i,t){return i===t},YEthb:n(431),CmiLX:n(523),WNIdp:n(607),bxoiE:n(1187),JhNxA:function(i,t){return i!==t},xdMPl:function(i,t){return i!==t},HcwMB:"pLRRj",KXqCm:n(1415),hXBhb:function(i,t,r){return i(t,r)},CZMsm:n(1160),btnjJ:n(969),JkKXx:n(1594),ghMTH:n(1726)+n(1066)+n(1334),oxQtx:"please p"+n(718)+n(1732)+n(1564)+n(875)+n(844)+n(1539)+n(932),cnodf:function(i,t){return i(t)},eiFdG:function(i,t){return i===t},MDIzU:n(275),pkDEB:n(631),ncKtE:function(i,t,r){return i(t,r)},YIXjr:n(1327)+"t",ZeGBT:function(i,t,r){return i(t,r)},VYrIK:n(286),oRRdB:n(437),gTuTe:"online",oymjw:n(1733),TrUHe:function(i,t){return i(t)},dLzxu:"xgQlu",DDDYW:function(i,t,r){return i(t,r)},zgQKq:function(i,t){return i!==t},WXAah:function(i,t){return i<<t},RzdVQ:function(i,t){return i>>t},TvRvO:function(i,t){return i|t},rNrAq:function(i,t){return i>>t},DoFMy:function(i,t){return i|t},INEXv:function(i,t){return i===t},kLJrR:n(537),kyzGJ:"https:",PhLFN:n(536),myBDh:n(484),DyUJq:n(1631),fsRsC:"ttwid",mLHNO:function(i,t){return i||t},nSnSs:"please p"+n(1606)+"ddID, de"+n(1332)+n(1213),zNdKx:"function",wTNah:function(i){return i()},onERi:"web",dMaEf:n(1300)+"0",YBpxd:function(i,t){return i===t},zNGrO:n(1711),ECxsA:n(328),PRfwW:function(i,t){return i||t},fgHXX:"start",xpWKb:function(i,t){return i-t},fZawr:function(i,t){return i(t)},wETOX:function(i,t){return i-t},XRRVX:n(1282)+n(790)+n(1327)+"ting server",XrxGF:function(i,t,r){return i(t,r)},fLrAD:"XnvoZ",pLBOc:n(280),scOiM:function(i,t){return i(t)},mTsiT:function(i,t){return i===t},LAryU:n(1762)+"4",RSZlN:function(i,t){return i(t)},HLnSB:function(i,t){return i!==t},AJoQw:n(686),CxqUn:n(338),aKCOO:function(i,t,r){return i(t,r)},TLoxx:function(i,t,r){return i(t,r)},bofzp:n(1282)+"ay, netw"+n(1472)+n(1388),VOMCY:n(359),vCAaq:n(375),azQJl:n(300)+">",ZhdVc:function(i,t,r){return i(t,r)},paHRZ:"hteRZ",vHUaS:function(i){return i()},fEWmL:n(1490),DqAho:function(i,t){return i+t},ATElW:n(1598)+n(1568),jgGAr:n(1596)+n(950)+"ce not i"+n(1766)+"ed",sZEHQ:function(i,t){return i===t},SFrJH:n(1596)+n(1537)+n(637),XeOYo:n(1726)+n(1185)+n(589)+n(372)+n(1281)+n(605)+n(1254)+" arraybu"+n(675),wbkKj:function(i,t){return i==t},oCPbR:n(978),HWucP:function(i,t){return i!=t},cBElC:function(i,t){return i instanceof t},naMTu:function(i,t){return i(t)},haBSw:function(i,t){return i(t)},gAcXk:function(i,t){return i instanceof t},jYaAn:function(i,t){return i instanceof t},QZmme:function(i,t){return i(t)},XWJwR:function(i,t){return i===t},sZjtg:n(1412),sIbYM:n(1079),mJsxk:"enqueue",JLYVE:n(397),BDUJm:function(i,t){return i!==t},qxaAV:n(857)+n(577)+n(1256),hHVUw:n(542)+"4",gdOfj:function(i,t){return i|t},pZhkF:function(i,t){return i&t},gGfwV:function(i,t){return i>t},foSBH:function(i,t){return i>>t},ozDPF:"xzNBH",lQtjj:function(i,t){return i(t)},sRHBF:"\0\0\0\0\0\0\0\0",TLMHh:function(i,t){return i*t},cRdsY:n(1570),IyVzr:function(i,t){return i!=t},jrMEf:function(i,t){return i===t},iwnvI:function(i,t){return i!=t},CCCWi:n(726),pDJSh:n(1673)+n(1167)+n(975)+"pe",OdVvQ:function(i,t){return i!=t},JmCKC:function(i,t){return i===t},XpYVw:function(i,t){return i!=t},fAdhL:function(i,t){return i!=t},AnxPw:function(i,t){return i===t},NyTLN:n(923)+n(1770)+n(1288),jTJXA:function(i,t){return i===t},DsZbm:n(1613)+"orkerGlo"+n(1337),KdTke:function(i,t){return i!=t},NDXtM:function(i,t){return i!=t},LWMbF:function(i,t){return i===t},dYetv:function(i,t){return i!=t},YXOCA:n(1685)+n(1360)};Le.r(Y),Le.d(Y,{FWS:()=>X0,CustomErrorEvent:()=>Mi,createCloseEvent:()=>Ee,ReconnectEvent:()=>Oi,createErrorEvent:()=>ye,decodedFrame:()=>Se,createOpenEvent:()=>Hi,CustomCloseEvent:()=>Bi,createReconnectEvent:()=>mr,FrontierMessageEvent:()=>Fi,encodeFrame:()=>pr,createMessageEvent:()=>qi,OpenEvent:()=>Ui,ErrorCode:()=>$e,Event:()=>ut,MessageEvent:()=>zi});let s="";function o(i=""){let t=n,r="02",a=""+Date[t(1442)](),d=s||(s=e[t(449)](p,i)),l=Math[t(610)]()[t(1713)](16)[t(366)](-6);return e[t(1245)](e[t(1245)](r,a),d)+l}function c(){let i=n;return e[i(1435)](1e4,Date[i(1442)]())+Math[i(622)](1e4*Math[i(610)]())}function x(i){let t=n;return(Array(8)[t(1546)]("0")+e[t(1028)](parseInt,i,10)[t(1713)](2))[t(366)](-8)}function f(i){let t=n;if(e[t(887)]===e[t(887)])return e[t(1245)](Array(4)[t(1546)]("0"),parseInt(i,2)[t(1713)](16))[t(366)](-4);_0x58d3ce="wss://",_0x51e0c8=_0x3bcb95[t(1757)](/(^http)((?:[s]*:\/\/))/,""),_0x360014=/(^ws)((?:[s]*:\/\/))/[t(1567)](_0x3466d5)?_0x16b263:""+_0x1a75b7+_0x3ce934}function u(i){let t=n,r=i[t(1627)](/\./)[t(1056)](l=>x(l)),a=[];return a[0]=e[t(970)](f,e[t(1245)](r[0],r[1])),a[1]=e[t(970)](f,e.EuBbt(r[2],r[3])),[e[t(258)],e[t(258)],e[t(258)],e[t(258)],e.LCNbL,e.ZXEUq,a[0],a[1]].join("")}function p(i){let t=n,r=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/[t(1567)](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(1567)](i);return r?u(i):a?e[t(1161)](m,i):e[t(288)]}function m(i){let t=n,r={FRpdt:function(y,S){return e[I(871)](y,S)},EEAse:function(y,S){return e.MNwJw(y,S)}},a="",d=[],l=0,g=0,w=!0,h=e[t(258)];if(e[t(776)](i[t(495)]("::"),-1)){let y=i.split("::");for(let P=0;P<y[t(1395)];P++){let O=y[P];if(O[t(495)](":")>0)if(e[t(1710)](e[t(943)],t(405))){let L=O[t(1627)](":");w&&(l=L[t(1395)]),g+=L[t(1395)];for(let z=0;e[t(871)](z,L.length);z++)if(e[t(285)](4,L[z][t(1395)])){let W=h[t(493)+"g"](0,4-L[z][t(1395)]),ee=W[t(767)](L[z]);d[t(1209)](ee)}else d[t(1209)](L[z]);w=!1}else _0x42cd1c[_0x3b6b71++]=e[t(1037)](e[t(1577)](_0x16bfc3,12),224),_0x2f2f74[_0xd969ac++]=e.DGdxt(e[t(1697)](e.qBgwm(_0x36c0ba,6),63),128),_0x37d69c[_0x58d49c++]=e[t(1041)](e[t(568)](63,_0x570f0b),128);else{if(e[t(703)](e.ALHMn,e[t(1506)]))return this[t(331)]?.[t(1268)](_0x55661e);if(e[t(1070)](4,O[t(1395)])){let L=h[t(493)+"g"](0,e[t(550)](4,O[t(1395)])),z=L.concat(O);d.push(z)}else d[t(1209)](O);w&&(l+=1),g+=1,w=!1}}let S="";for(let P=0;e[t(871)](P,e[t(547)](8,g));P++)S=S.concat(h);for(let P=0;e[t(1318)](P,d[t(1395)]);P++)e.wepiD(P,l)&&(a=a[t(767)](S)),a=a[t(767)](d[P]);return a}{let y=i.split(":");for(let S=0;e[t(1552)](S,y.length);S++){let P=y[S];if(e.ERWcj(4,y[S].length))if(e[t(416)](t(1599),t(1599))){let O=h[t(493)+"g"](0,e[t(1308)](4,y[S][t(1395)])),L=O[t(767)](P);a=a[t(767)](L)}else{let O=_0x506e5d[t(1627)](":");_0x417fbd&&(_0x129931=O.length),_0x5aa0e2+=O[t(1395)];for(let L=0;r.FRpdt(L,O.length);L++)if(r[t(1370)](4,O[L][t(1395)])){let z=_0x28eeec[t(493)+"g"](0,4-O[L].length),W=z[t(767)](O[L]);_0x1f776a.push(W)}else _0x3fd98a[t(1209)](O[L]);_0x48a530=!1}else a=a.concat(P)}return a}}function b(i,t){let r=n,a=i[r(1454)];e[r(285)](void 0,a)&&(e[r(1028)](Q,t,10),e[r(1028)](ge,t,a));let d=i.value;e.ITjCh(void 0,d)&&(e[r(1694)](Q,t,18),e.hZdeM(ge,t,d))}function _(i){let t=n,r={wWQsy:function(a,d){return e.enaSk(a,d)}};if(e[t(703)](e[t(399)],e.FpuuE)){let a={};e:for(;!e.CBzph(M,i);){let d=e[t(1110)](G,i);switch(e.vGhQX(d,3)){case 0:break e;case 1:a.key=e.hZdeM(ue,i,e[t(364)](G,i));break;case 2:a[t(1425)]=e[t(1162)](ue,i,e[t(248)](G,i));break;default:ie(i,e[t(568)](7,d))}}if(a[t(1454)]===void 0)throw new Error(e[t(427)]);if(a[t(1425)]===void 0)throw new Error(e[t(356)]);return a}else if(r[t(1607)](_0x5d672a,_0x3d4dcd))return _0x8ef93}function E(i){let t=n,r=e[t(1561)](te);return e[t(1590)](T,i,r),e[t(1161)](A,r)}function T(i,t){let r=n,a=i[r(344)];e[r(1367)](void 0,a)&&(e[r(511)](Q,t,8),Be(t,a));let d=i[r(329)];d!==void 0&&(e.REywc(Q,t,16),Be(t,d));let l=i.service;e[r(931)](void 0,l)&&(e[r(588)]!==e[r(588)]?this._initPromise=null:(e.GOetk(Q,t,24),e[r(1694)](Be,t,e.nyjwi($,l))));let g=i[r(841)];e[r(1460)](void 0,g)&&(e[r(1481)](Q,t,32),e[r(1162)](Be,t,e[r(449)]($,g)));let w=i[r(1583)];if(e[r(1460)](void 0,w))for(let W of w){Q(t,42);let ee=te();e[r(475)](b,W,ee),e[r(1739)](Q,t,ee[r(1030)]),e.REywc(nt,t,ee),e.rCTIq(ae,ee)}let h=i[r(1049)+"ncoding"];e[r(1460)](void 0,h)&&(e[r(1694)](Q,t,50),e.JsvGX(ge,t,h));let y=i[r(430)+r(716)];y!==void 0&&(Q(t,58),e[r(442)](ge,t,y));let S=i[r(621)];e[r(285)](void 0,S)&&(e.QPuWi(Q,t,66),e[r(1387)](Q,t,S[r(1395)]),e[r(897)](Me,t,S));let P=i[r(818)];e[r(1460)](void 0,P)&&(e[r(239)](Q,t,74),e[r(1165)](ge,t,P));let O=i[r(581)+r(1064)];e.YegEx(void 0,O)&&(e[r(626)](Q,t,82),e.hZdeM(ge,t,O));let L=i.msgID;if(L!==void 0)if(e[r(703)](e.fSfvw,e[r(1683)]))e[r(897)](Q,t,90),e[r(1128)](ge,t,L);else{let W=this[r(596)],ee=this[r(1237)];return[e[r(1317)](255,ee),e[r(1523)](e[r(1660)](ee,8),255),e[r(514)](ee>>>16,255),e[r(1660)](ee,24),255&W,e.uAFiR(e[r(1660)](W,8),255),e[r(1317)](e[r(1497)](W,16),255),e.vGhQX(W,24)]}let z=i.frameType;e.nooCV(void 0,z)&&(e.NsVtY(Q,t,96),e[r(626)](Be,t,e[r(819)]($,z)))}function k(i){return e[n(819)](D,e.OSrFI(ce,i))}function D(i){let t=n,r={};e:for(;!e[t(364)](M,i);){let a=e[t(752)](G,i);switch(e[t(1376)](a,3)){case 0:break e;case 1:r.SeqID=e[t(1162)](xe,i,!0);break;case 2:r[t(329)]=e[t(1590)](xe,i,!0);break;case 3:r[t(1712)]=G(i);break;case 4:r[t(841)]=e[t(1110)](G,i);break;case 5:{let d=e.LTkqI(F,i);(r.headers||(r[t(1583)]=[]))[t(1209)](e.vWbjx(_,i)),i[t(1030)]=d;break}case 6:r["payloadE"+t(1313)]=e[t(897)](ue,i,e[t(941)](G,i));break;case 7:r["payloadT"+t(716)]=e[t(1659)](ue,i,e[t(1750)](G,i));break;case 8:r[t(621)]=e.GOetk(Ie,i,G(i));break;case 9:r.LogIDNew=e[t(499)](ue,i,e[t(248)](G,i));break;case 10:r[t(581)+t(1064)]=e[t(1489)](ue,i,e.fXPHl(G,i));break;case 11:r[t(1448)]=e[t(1688)](ue,i,G(i));break;case 12:r.frameType=e[t(1615)](G,i);break;default:ie(i,e[t(514)](7,a))}}if(r[t(344)]===void 0)throw new Error(e[t(910)]);if(e.ficaz(void 0,r[t(329)]))throw new Error(e[t(1672)]);if(r.service===void 0)throw new Error(e[t(981)]);if(r[t(841)]===void 0)throw new Error(t(649)+"required"+t(1625)+"method");return r}function F(i){let t=n;if(e[t(703)](e[t(490)],e[t(490)])){let r=e.jSOOL(G,i),a=i[t(1030)];return i[t(1030)]=i.offset+r,a}else{if(_0x33a3c1)return new _0x29c37e(_0x39f09d[t(1637)],_0x2580e7[t(376)]);if(e[t(1291)](_0x5de8ab,_0x3f418a))return new _0x109e18(_0x3d9767[t(1637)],_0x1829aa[t(376)],_0x276d86.headers);if(e[t(1055)](_0xb40d74,_0x36ec2b)&&e[t(930)](e[t(751)],typeof _0x8c59c4)&&_0x22960e)return new _0x1a48d9(_0x5c2714[t(1637)],_0x90a6d6[t(376)+"s"])}}function ie(i,t){let r=n;switch(t){case 0:for(;e.fqiJc(128,e[r(421)](ne,i)););break;case 2:e[r(1165)](N,i,G(i));break;case 5:e[r(1128)](N,i,4);break;case 1:e.KBkdH(N,i,8);break;default:throw new Error(e[r(1276)](e.ygmiT,t))}}function $(i){let t=n;return i|=0,{low:i,high:e[t(757)](i,31),unsigned:e[t(863)](i,0)}}let we=[];function te(){let i=n,t=we.pop();return t?(t[i(1381)]=t.limit=0,t):{bytes:new Uint8Array(64),offset:0,limit:0}}function ae(i){we[n(1209)](i)}function ce(i){return{bytes:i,offset:0,limit:i[n(1395)]}}function A(i){let t=n,r={iAFZK:function(a,d){return e[I(1157)](a,d)},BbyLc:function(a,d){return e[I(1335)](a,d)},BxnTx:function(a,d){return e.jVaKW(a,d)},ngSFf:function(a,d){return e[I(1275)](a,d)},ctoCk:function(a,d){return e[I(1245)](a,d)},wNcSw:function(a,d){return e[I(1037)](a,d)},QztZM:function(a,d){return e[I(568)](a,d)},cMQVu:function(a,d){return e[I(1178)](a,d)},ZXSKA:function(a,d){return e[I(471)](a,d)},mKQPk:function(a,d){return e[I(1532)](a,d)},OubBT:function(a,d){return e[I(829)](a,d)},NKhpG:function(a,d){return e[I(829)](a,d)},BYMMr:function(a,d){return e[I(362)](a,d)},dhcCX:function(a,d){return a|d},awguQ:function(a,d){return a&d},aUlOk:function(a,d){return e.dsKuC(a,d)},jwYik:function(a,d){return e[I(1148)](a,d)},nXSxw:function(a,d){return a&d}};if(e[t(931)](e[t(506)],e[t(506)]))if(_0x56893f=_0x598d00[t(812)+"At"](_0x248192),r.iAFZK(_0x23263b,128))_0x24f98d[_0x329f3e++]=_0x5906d5;else if(r[t(1679)](_0x21b8d8,2048))_0x34a34c[_0x515a9b++]=r[t(1319)](_0xb98162>>6,192),_0x5f5416[_0x56949d++]=r.BbyLc(63&_0x11f62a,128);else if(r[t(406)](r[t(1026)](64512,_0x1daad0),55296)&&r.BxnTx(r.ngSFf(64512,_0x3706e9=_0x5d67fb[t(812)+"At"](r[t(759)](_0x16d659,1))),56320)){let a=("4|0|3|1|"+t(1751))[t(1627)]("|"),d=0;for(;;){switch(a[d++]){case"0":++_0x28744a;continue;case"1":_0x3032ca[_0x3ecda0++]=r[t(900)](r[t(1512)](_0x1619ee>>12,63),128);continue;case"2":_0x29805a[_0x226f15++]=r[t(1319)](r[t(804)](r[t(310)](_0xf55b6e,6),63),128);continue;case"3":_0x2d8429[_0x1433f7++]=r[t(593)](r[t(310)](_0x6dac07,18),240);continue;case"4":_0xbd09d4=r[t(529)](r[t(1500)](65536,r[t(1512)](1023,_0x40031f)<<10),r.BYMMr(1023,_0x129ab0));continue;case"5":_0x1bac4f[_0xef1902++]=r[t(787)](r[t(1172)](63,_0x5692d5),128);continue}break}}else _0x2c9e1a[_0x5e1491++]=r[t(787)](r[t(310)](_0x2d3fcb,12),224),_0x5dd4b3[_0x4d253b++]=r[t(1534)](r[t(912)](_0x3746c7,6),63)|128,_0x37f1cb[_0x5a79af++]=r.wNcSw(r.nXSxw(63,_0x1dddea),128);else{let a=i.bytes,d=i[t(1030)];return e.FkBVG(a[t(1395)],d)?a:a[t(1103)](0,d)}}function N(i,t){let r=n;if(e.RzAOU(e[r(976)](i.offset,t),i.limit))throw new Error(e[r(712)]);i[r(1381)]+=t}function M(i){let t=n;return e[t(658)](i[t(1381)],i.limit)}function V(i,t){let r=n,a=i.bytes,d=i.offset,l=i.limit,g=d+t;if(e[r(1505)](g,a[r(1395)])){let w=new Uint8Array(e.kEWDO(2,g));w[r(853)](a),i.bytes=w}return i[r(1381)]=g,e[r(619)](g,l)&&(i[r(1030)]=g),d}function _e(i,t){let r=n,a=i[r(1381)];if(e.IRIul(e[r(1245)](a,t),i.limit))throw new Error(e.jKDbH);return i[r(1381)]+=t,a}function Ie(i,t){let r=n,a=e[r(897)](_e,i,t);return i.bytes[r(1103)](a,e[r(1736)](a,t))}function Me(i,t){let r=n,a={pVHEc:e.jxjtb,CVhev:function(d){return d()}};if(e[r(374)](e[r(1755)],e[r(1755)])){let d=e[r(1240)](V,i,t[r(1395)]);i[r(1029)][r(853)](t,d)}else this[r(1668)](a[r(1734)],_0x1f8896[r(1244)]),a.CVhev(_0x1f5ff8)}function ue(i,t){let r=n,a=_e(i,t),d=String[r(806)+r(352)],l=i[r(1029)],g="\uFFFD",w="";for(let h=0;h<t;h++){let y=l[e[r(1017)](h,a)],S,P,O,L;e[r(1004)](128,y)===0?w+=e.fAZyL(d,y):e[r(374)](e[r(514)](224,y),192)?e[r(583)](e[r(1245)](h,1),t)?w+=g:(S=l[e.BrFso(h+a,1)],e[r(953)](e[r(1178)](192,S),128)?w+=g:(L=e[r(369)](e.fqiJc(31,y)<<6,63&S),e[r(1318)](L,128)?w+=g:(w+=e[r(264)](d,L),h++))):e[r(1069)](240&y,224)?e[r(977)](h,2)>=t?w+=g:(S=l[e[r(466)](e[r(1276)](h,a),1)],P=l[e[r(830)](e.GHZuA(h,a),2)],e.ERWcj(e[r(362)](e.AZJXH(S,e.BJBhg(P,8)),49344),32896)?w+=g:(L=e[r(1037)](e[r(1085)](e.BqjQu(e[r(514)](15,y),12),e.BJBhg(63&S,6)),e[r(1523)](63,P)),e[r(871)](L,2048)||e[r(1698)](L,55296)&&e[r(1153)](L,57343)?w+=g:(w+=e[r(1391)](d,L),h+=2))):e[r(1069)](e[r(1509)](248,y),240)?e[r(1661)](e[r(363)](h,3),t)?w+=g:(S=l[e[r(1276)](h,a)+1],P=l[e[r(488)](e.JQgYL(h,a),2)],O=l[e[r(1050)](h,a)+3],e[r(1367)](e.AZJXH(S|e[r(1380)](P,8),e[r(235)](O,16))&12632256,8421504)?w+=g:(L=e[r(1532)](e[r(1037)](e.pHtKY(e.dGexv(7,y),18)|e[r(1670)](63,S)<<12,e[r(1104)](63,P)<<6),e[r(630)](63,O)),e[r(355)](L,65536)||e[r(470)](L,1114111)?w+=g:(L-=65536,w+=e[r(499)](d,e[r(1217)](L,10)+55296,e.yiNHT(1023,L)+56320),h+=3))):w+=g}return w}function ge(i,t){let r=n,a=t[r(1395)],d=0;for(let w=0;e.XUgKs(w,a);w++){let h=t[r(812)+"At"](w);e[r(661)](h,55296)&&h<=56319&&e[r(1157)](e[r(977)](w,1),a)&&(h=e[r(547)](e[r(725)](h<<10,t[r(812)+"At"](++w)),56613888)),d+=e[r(1663)](h,128)?1:e[r(1550)](h,2048)?2:h<65536?3:4}e[r(560)](Q,i,d);let l=e[r(1533)](V,i,d),g=i[r(1029)];for(let w=0;w<a;w++){let h=t[r(812)+"At"](w);e.vInCY(h,55296)&&e[r(1312)](h,56319)&&e.gINTL(w+1,a)&&(h=e[r(1156)](e[r(725)](e.diDEI(h,10),t[r(812)+"At"](++w)),56613888)),h<128?g[l++]=h:(e[r(1550)](h,2048)?g[l++]=e[r(1037)](e[r(785)](e[r(1148)](h,6),31),192):(e.HUsTp(h,65536)?g[l++]=e[r(785)](e.TgqpC(h,12),15)|224:(g[l++]=e[r(369)](e[r(1275)](e.tnEfG(h,18),7),240),g[l++]=e.lcHUr(e[r(1563)](e[r(1689)](h,12),63),128)),g[l++]=e[r(1493)](e.PhDLE(h>>6,63),128)),g[l++]=e[r(1335)](63&h,128))}}function nt(i,t){let r=n,a=e[r(312)](V,i,t[r(1030)]),d=i[r(1029)],l=t[r(1029)];for(let g=0,w=t.limit;e.Etjtq(g,w);g++)d[e[r(830)](g,a)]=l[g]}function ne(i){return i[n(1029)][e.htocK(_e,i,1)]}function rt(i,t){let r=n,a=e[r(671)](V,i,1);i[r(1029)][a]=t}function G(i){let t=n,r=0,a=0,d;do d=e[t(941)](ne,i),e[t(1157)](r,32)&&(a|=e[t(1411)](e[t(1269)](127,d),r)),r+=7;while(e[t(1317)](128,d));return a}function Q(i,t){let r=n;for(t>>>=0;e[r(1698)](t,128);)e[r(475)](rt,i,e[r(1085)](e[r(1438)](127,t),128)),t>>>=7;e.htocK(rt,i,t)}function xe(i,t){let r=n,a=0,d=0,l=0,g;return g=e[r(752)](ne,i),a=127&g,e[r(1275)](128,g)&&(g=e.BjvBk(ne,i),a|=e[r(782)](127&g,7),e[r(1670)](128,g)&&(g=e.DwgAI(ne,i),a|=e.BqjQu(127&g,14),e[r(1651)](128,g)&&(g=e[r(941)](ne,i),a|=e[r(1380)](e[r(552)](127,g),21),e.fqiJc(128,g)&&(g=e[r(1632)](ne,i),d=e[r(1139)](127,g),e[r(1542)](128,g)&&(g=ne(i),d|=e[r(630)](127,g)<<7,128&g&&(g=e[r(1158)](ne,i),d|=e[r(1004)](127,g)<<14,e.yiNHT(128,g)&&(g=e.VxEuS(ne,i),d|=e[r(508)](e[r(1275)](127,g),21),128&g&&(g=e.NdTGW(ne,i),l=e[r(597)](127,g),e.IGitb(128,g)&&(g=e.KLUiX(ne,i),l|=e.XSgzR(127,g)<<7))))))))),{low:e[r(538)](a,d<<28),high:e[r(538)](e.araqB(d,4),e[r(940)](l,24)),unsigned:t}}function Be(i,t){let r=n,a=t.low>>>0,d=e.kLNFy(e[r(1532)](t.low>>>28,t[r(596)]<<4),0),l=e[r(990)](t[r(596)],24),g=e[r(1007)](0,l)?e.VcyHi(0,d)?e[r(1228)](a,16384)?e.CtLGf(a,128)?1:2:e[r(882)](a,2097152)?3:4:e[r(355)](d,16384)?e[r(1423)](d,128)?5:6:e[r(332)](d,2097152)?7:8:e[r(1157)](l,128)?9:10,w=e[r(240)](V,i,g),h=i.bytes;switch(g){case 10:h[e[r(443)](w,9)]=e[r(1509)](e[r(911)](l,7),1);case 9:h[e[r(830)](w,8)]=e[r(931)](9,g)?e[r(1653)](128,l):e[r(249)](127,l);case 8:h[e[r(309)](w,7)]=e[r(953)](8,g)?e[r(478)](d,21)|128:e.lgWyG(e.kLNFy(d,21),127);case 7:h[e[r(1571)](w,6)]=e[r(1456)](7,g)?e[r(473)](e[r(911)](d,14),128):e.KIDcH(e[r(1057)](d,14),127);case 6:h[w+5]=e[r(350)](6,g)?e[r(1660)](d,7)|128:e[r(785)](e.JcDeX(d,7),127);case 5:h[e[r(603)](w,4)]=e.yPEQR(5,g)?128|d:127&d;case 4:h[w+3]=e[r(1367)](4,g)?e[r(1653)](e[r(990)](a,21),128):e[r(1695)](a>>>21,127);case 3:h[e[r(1322)](w,2)]=g!==3?e.XksCC(a,14)|128:e[r(1275)](e[r(1376)](a,14),127);case 2:h[w+1]=e[r(789)](2,g)?e[r(369)](e[r(1432)](a,7),128):e.eRoVu(a,7)&127;case 1:h[w]=e[r(350)](1,g)?128|a:e[r(1553)](127,a)}}function Se(i){return e[n(1262)](k,i)}function pr(i){return e[n(555)](E,i)}let Di=65536,a0=e[n(1218)],ft=e[n(414)](Di,Di),Ri=ft*ft,Li=e[n(1682)](Ri,2),Je=String[n(1321)+"e"][n(812)+"At"];class K{constructor(t,r,a){let d=n;this[d(798)]=!0,this.low=e[d(556)](0,t),this[d(596)]=e.DMAkI(0,r),this[d(1226)]=!!a}static isLong(t){let r=n;return t&&e[r(1264)](!0,t[r(798)])}static fromBits(t,r,a){return new K(t,r,a)}static[n(937)+"s"](t,r,a){let d=n;return a?K[d(937)+"sLE"](t,r):K[d(937)+d(616)](t,r)}static["fromByte"+n(1251)](t,r){let a=n;return new K(e.jMuEv(t[0],e[a(1290)](t[1],8))|e.dpLSO(t[2],16)|e[a(1527)](t[3],24),e[a(369)](e[a(1493)](e.uatuB(t[4],t[5]<<8),t[6]<<16),e[a(1527)](t[7],24)),r)}static[n(937)+n(616)](t,r){let a=n;return new K(e.eaxyt(e.eaxyt(e[a(1085)](e[a(1527)](t[4],24),e[a(508)](t[5],16)),e[a(940)](t[6],8)),t[7]),e[a(473)](e[a(556)](e[a(1411)](t[0],24),t[1]<<16)|e.UKzCX(t[2],8),t[3]),r)}static fromHash(t){let r=n;return e.iPAaL(t,a0)?Ni:new K(e.gMfki(e[r(1041)](e[r(772)](e[r(1547)](Je[r(935)](t,0),e[r(1345)](Je.call(t,1),8)),e[r(508)](Je[r(935)](t,2),16)),Je.call(t,3)<<24),0),e[r(408)](e.OPnYU(e.jGWUv(Je[r(935)](t,4),Je.call(t,5)<<8),e.FXErQ(Je[r(935)](t,6),16)),e.VEACo(Je[r(935)](t,7),24))>>>0,!0)}toHash(){let t=n;return String[t(806)+t(352)](e[t(630)](255,this[t(1237)]),e[t(1134)](this[t(1237)],8)&255,e[t(669)](e.araqB(this[t(1237)],16),255),e[t(710)](this[t(1237)],24),e.yiNHT(255,this.high),e[t(811)](this[t(596)],8)&255,e[t(1697)](e[t(1497)](this.high,16),255),e[t(1432)](this.high,24))}static[n(876)+"er"](t,r=!0){let a=n,d={DOPFI:e[a(1145)],KVGHn:a(500)};if(e[a(518)](isNaN,t))return r?c0:Ni;if(r)if(e.CRgDP(e[a(517)],e.MQoGN)){if(e[a(1330)](t,Ri))return d0}else _0x302a54[a(1136)+a(1630)+a(1558)](AloPBz[a(1401)],_0x382225),_0xb43f49[a(1136)+a(1630)+a(1558)](AloPBz[a(1022)],_0x37af78);else{if(t<=-Li)return f0;if(t+1>=Li)return x0}return K[a(1731)](e[a(408)](e.WxZHD(t,ft),0),e[a(1682)](t,ft)|0,r)}[n(864)](){let t=n;return this[t(1226)]?e.yDqKs(e[t(1528)](e[t(323)](this[t(596)],0),ft),this[t(1237)]>>>0):e.zmFuR(this[t(596)],ft)+e[t(270)](this[t(1237)],0)}isZero(){let t=n;return this[t(596)]===0&&e.ZISkW(0,this[t(1237)])}[n(446)](t){let r=n;K[r(798)](t)||(t=K[r(876)+"er"](t));let a=e[r(1057)](this.high,16),d=65535&this[r(596)],l=this[r(1237)]>>>16,g=e[r(362)](65535,this.low),w=t.high>>>16,h=e[r(1730)](65535,t[r(596)]),y=e[r(1283)](t.low,16),S=65535&t.low,P=0,O=0,L=0,z=0;return z+=e[r(527)](g,S),L+=e[r(1283)](z,16),z&=65535,L+=e[r(487)](l,y),O+=e[r(270)](L,16),L&=65535,O+=e[r(1366)](d,h),P+=e[r(1057)](O,16),O&=65535,P+=e[r(309)](a,w),P&=65535,K[r(1731)](e[r(721)](L<<16,z),e[r(1037)](P<<16,O),this.unsigned)}[n(714)](t){let r=n;return K[r(798)](t)||(t=K[r(876)+"er"](t)),e.ttOEJ(this[r(1226)],t.unsigned)&&e[r(1710)](this[r(596)]>>>31,1)&&e[r(1007)](e[r(1376)](t[r(596)],31),1)?!1:e.iPAaL(this[r(596)],t[r(596)])&&e[r(866)](this[r(1237)],t.low)}[n(974)](){let t=n;return this[t(1237)]===-1&&e[t(1264)](-1,this[t(596)])?K[t(1731)](0,0,this[t(1226)]):e[t(1219)](-1,this.low)?K[t(1731)](0,e.TQwvM(this[t(596)],1),this[t(1226)]):K[t(1731)](e[t(527)](this[t(1237)],1),this[t(596)],this[t(1226)])}[n(1692)](t){return t?this[n(796)+"E"]():this.toBytesBE()}toBytesLE(){let t=n,r=this[t(596)],a=this.low;return[e[t(1084)](255,a),a>>>8&255,e[t(1651)](e[t(1284)](a,16),255),e[t(911)](a,24),e[t(1651)](255,r),e[t(990)](r,8)&255,e[t(1509)](e.qiTMz(r,16),255),e[t(600)](r,24)]}[n(1023)+"E"](){let t=n,r=this.high,a=this[t(1237)];return[e.FnOjd(r,24),e.dRGXg(r>>>16,255),e[t(403)](e[t(717)](r,8),255),e[t(287)](255,r),e[t(1057)](a,24),e[t(858)](e[t(455)](a,16),255),e[t(809)](e.EFHuK(a,8),255),255&a]}}let Ni=new K(0,0,!1),c0=new K(0,0,!0),x0=K[n(1731)](-1,2147483647,!1),d0=K[n(1731)](-1,-1,!0),f0=K[n(1731)](0,-2147483648,!1);var $e=(function(i){let t=n,r=e.LSwLp[t(1627)]("|"),a=0;for(;;){switch(r[a++]){case"0":i[i[e[t(964)]]=5005]=e[t(964)];continue;case"1":i[i[e.tlSZM]=5003]=e[t(1517)];continue;case"2":i[i[e[t(766)]]=5004]=t(1210)+t(994);continue;case"3":return i;case"4":i[i[e[t(409)]]=5001]=e[t(409)];continue;case"5":i[i[e[t(1129)]]=5002]="CONNECTI"+t(524);continue}break}})({});class ut{constructor(t){let r=n,a={JMUBj:e[r(1175)],MxIIR:function(d,l,g){return d(l,g)}};e.eqxAK===e[r(342)]?(this[r(1446)]=t,this.target=null):this[r(423)](a[r(1227)],a[r(1555)](_0x42777f,a.JMUBj,{..._0xf7e8e5}))}}class Oi extends ut{constructor(t,r){let a=n;super(t),this[a(1244)]=r&&r.message||null}}class Mi extends ut{constructor(t,r){let a=n;super(t),this.error=r&&r[a(500)]||null,this.colno=r&&r[a(1405)]||0,this[a(1638)]=r&&r[a(1638)]||"",this.lineno=r&&r.lineno||0,this[a(1244)]=r&&r[a(1244)]||"",this[a(1744)]=r&&r[a(1744)]||5001}}class Bi extends ut{constructor(t,r){let a=n;if(e[a(789)](e[a(1094)],e[a(1094)])){let{url:d}=e[a(1055)](_0x4ae5d6,{}),l=_0x2a5fdf.isArray(d)?d:e[a(1224)](a(660),typeof d)?[d]:[];_0x3ebbde&&_0x1f9079[a(1239)](this[a(407)],_0x45d436),l&&l[a(1395)]?this["_endpoin"+a(1353)]=new _0x2224d2(l,this[a(407)][a(317)+"es"]):this[a(1034)+a(1353)]?.[a(1467)+a(1562)+a(1466)](),this["_pingLos"+a(1215)]?.["resetCou"+a(604)](this[a(407)]["pingLoss"+a(545)]),this[a(435)+a(368)]=!1,this[a(1305)]&&e[a(961)](this[a(1305)][a(1644)+"te"],this[a(1756)])?this[a(1578)+"ect"](1e3,a(857)+"econnect"+a(1256),!0):(this[a(834)]=!0,this[a(1605)]())}else super(t),this[a(1744)]=r&&r.code||0,this[a(259)]=r&&r[a(259)]||"",this[a(1166)]=r&&r[a(1166)]||!1,this[a(1747)+a(1508)]=r&&r[a(1747)+a(1508)]||!1}}class zi extends ut{constructor(t,r){let a=n;super(t),this[a(723)]=r&&r[a(723)]||null}}class Fi extends zi{constructor(t,r){let a=n;super(t),this[a(723)]=r&&r[a(723)]||null,this[a(1244)]=r&&r.message||null}}class Ui extends ut{constructor(t,r){let a=n;super(t),this.data=r&&r[a(723)]||null}}function ye(i,{message:t,code:r,error:a}){return new Mi(i,{message:t,code:r,error:a})}function Ee(i,{code:t,reason:r,wasClean:a,willReconnect:d}){return new Bi(i,{code:t,reason:r,wasClean:a,willReconnect:d})}function qi(i,{data:t,message:r}){return new Fi(i,{data:t,message:r})}function Hi(i,{data:t}){return new Ui(i,{data:t})}function mr(i,{message:t}){let r=n;return e[r(1070)](e[r(1314)],e[r(322)])?new Oi(i,{message:t}):(this[r(1421)+r(279)+r(939)](_0x4449f0),_0xd5c9dd())}class Ki{constructor(t,r){let a=n,d={jwxGd:function(l,g){return e[I(583)](l,g)},SLrQw:function(l,g){return l+g}};if(a(688)===e[a(1418)]){if(_0xb62ee8<=-_0x562df7)return _0x450c57;if(TvOkLY[a(1754)](TvOkLY.SLrQw(_0x504022,1),_0x31789a))return _0x398bc8}else this[a(761)+"s"]=t,this.maxRetries=r,this.currentIndex=0,this[a(1212)+"ndpointTriesCount"]=0}[n(1467)+n(1562)+n(1466)](){let t=n;this[t(243)+"ndex"]=0,this[t(1212)+"ndpointT"+t(852)+"t"]=0}resetTries(){let t=n;this["currentE"+t(456)+t(852)+"t"]=0}[n(849)+n(1098)+"nt"](){let t=n;if(e.TtmTO(e.rmNkl,e[t(1143)]))return this.endpoints[this["currentI"+t(357)]];if(xaWEzb[t(706)](_0x336dad,t(1020)))return _0x9f7397[t(1414)](_0x13b8f5);if(xaWEzb[t(1219)](_0xb9e76a,t(989)+"oreNames"))return _0x57fcd8[t(989)+t(1743)]||_0x258ca9[t(1414)](_0x294191);if(_0x20cc5c===xaWEzb[t(1514)])return _0x579f05[t(989)+t(1743)][1]?void 0:_0xc6390d[t(989)+t(1169)](_0x14fdb9[t(989)+t(1743)][0])}[n(849)+"ntEndpoi"+n(971)+n(1763)](){let t=n;return this[t(1212)+t(456)+"riesCount"]}[n(401)+n(390)+"es"](){let t=n;return!!(e.roxdP(this[t(243)+t(357)],this[t(761)+"s"].length)||e[t(1710)](this[t(243)+t(357)],e[t(1768)](this[t(761)+"s"][t(1395)],1))&&this["currentE"+t(456)+"riesCount"]===this[t(317)+"es"])}[n(1725)+n(507)+n(903)+n(1083)+"tries"](){let t=n;return e[t(602)](e[t(1061)],e.tjjMD)?this[t(1305)]?this[t(1305)][t(271)+"ns"]:"":this["currentI"+t(357)]==this[t(761)+"s"][t(1395)]?!0:e.HiOBS(this[t(1212)+t(456)+"riesCount"],this[t(317)+"es"])}["replaceB"+n(1151)+n(1155)+n(457)+n(1292)](){let t=n;return this[t(1212)+t(456)+t(852)+"t"]=1,this["currentI"+t(357)]++,this[t(761)+"s"][this[t(243)+t(357)]]}["getCurre"+n(1098)+n(1234)+n(800)](){let t=n;if(e[t(956)](t(808),e[t(1445)]))return this[t(1212)+t(456)+t(852)+"t"]++,this[t(849)+t(1098)+"nt"]();{let r=!!this[t(407)][t(942)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=e[t(1718)](_0x22ed2d,_0x19e81e[t(1244)][t(1583)],e[t(780)],"2"),d=a&&_0x556481(_0x12dc33[t(1244)][t(1583)],e[t(1396)],"1"),l=a&&_0x2baa10(_0x3750ab[t(1244)][t(1583)],e.YxqdX,"1"),g=l?e[t(377)](_0x4e88c6,_0x51fcb2[t(1244)][t(1583)],e[t(1681)])?.split(",")[t(1223)](_0x44a53a)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:d,isAckCleanupMessage:l,ackMsgIds:g}}}}let lt=(e[n(850)](e.kXuno,typeof globalThis)&&e[n(434)]===globalThis[n(620)+n(651)][n(708)]||e.IyVzr(e[n(751)],typeof window)&&e[n(1408)]("Window",window[n(620)+n(651)][n(708)]))&&e[n(559)](e.kXuno,typeof document),it=e[n(1378)](e.kXuno,typeof globalThis)&&(e[n(951)]===globalThis["construc"+n(651)][n(708)]||e[n(1410)]===globalThis["construc"+n(651)].name)&&e[n(731)](n(973)+"d",typeof tt),Ot=(e.kXuno!=typeof globalThis&&e[n(1720)](e[n(951)],globalThis[n(620)+n(651)][n(708)])||e[n(862)](e[n(751)],typeof globalThis)||e.kXuno!=typeof globalThis&&!!globalThis[n(250)+n(835)])&&e[n(1449)](e[n(751)],typeof wx),Mt=e[n(1707)]("undefined",typeof globalThis)&&(e.hJWiP(e[n(1410)],globalThis[n(620)+n(651)][n(708)])||e[n(281)](e.NyTLN,globalThis[n(620)+"tor"][n(708)])||e[n(1501)](e[n(1343)],globalThis[n(620)+n(651)][n(708)]))&&e[n(384)](e[n(751)],typeof self),u0=e.HWucP(n(973)+"d",typeof globalThis)&&n(726)===globalThis[n(620)+n(651)][n(708)]&&e[n(468)](n(973)+"d",typeof global)&&e.LWMbF(e[n(951)],global[n(620)+"tor"][n(708)])&&e[n(993)](n(973)+"d",typeof process)&&!!process.version;class wr{constructor(){this._listeners={}}[n(423)](t,...r){let a=n,d={kkRis:function(l,g,w){return l(g,w)},hrKKC:function(l,g){return l>>>g},GxXiu:function(l,g){return l<<g}};if(e.TuKFN(e.Flecn,e[a(781)])){let{value:l,offset:g}=d[a(836)](_0x323989,_0x22c8e2,_0xfdaadc);_0xf792d2=g,_0x53594d=d[a(1386)](d.GxXiu(_0x3864e2,8),0),_0x2cc85d+=l}else{let l=this._listeners[t];if(l)l[a(366)]().forEach(g=>g.fn[a(361)](g[a(890)],r));else if(e.cKQsm(e.RWYWp,t)&&!this.onerror){let g=r[a(1395)]&&r[0];if(e[a(1612)](g,Error))throw g;let w=new Error(e.orjhc(a(1190)+a(1413),g?e.XuTdj(" (",g[a(1244)])+")":""));throw w[a(927)]=g,g}return this}}[n(663)](t,r){let a=n;if(e[a(1264)](void 0,t))this[a(1745)+"rs"]={};else if(e[a(692)](void 0,r))this[a(1745)+"rs"][t]=null;else{let d=this._listeners[t];if(d)for(let l=0;l<d[a(1395)];)e[a(1007)](d[l].fn,r)?d[a(817)](l,1):++l}return this}on(t,r,a){let d=n;return(this[d(1745)+"rs"][t]||(this[d(1745)+"rs"][t]=[]))[d(1209)]({fn:r,ctx:a||this}),this}}class l0 extends wr{_formatErrorMessage(t){let r=n;return e[r(386)](e[r(762)],e.iBJLK)?e[r(261)](0,this[r(596)])&&e.cKQsm(0,this[r(1237)]):t[r(1258)]||t[r(1573)]?(r(1389)+" "+(t[r(1258)]||"")+r(1759)+(t[r(1573)]||""))[r(697)]():JSON[r(856)+"y"](t)}constructor(t,r,a){let d=n;e[d(866)](e[d(1451)],e[d(349)])?(this[d(1305)]&&this._ws.send(_0x42fb63),this[d(1668)]("send_ack",_0x2fade5)):(super(),this[d(1207)]=null,Ot&&wx[d(1109)+d(496)]&&(this[d(1207)]=wx[d(1109)+d(496)]({url:t,protocols:r,header:a,fail:this[d(611)+d(1214)+"lHandler"][d(1152)](this),success:this._createSocketSuccessHandler[d(1152)](this)})),it&&tt[d(1109)+d(496)]&&(this._socket=tt[d(1109)+d(496)]({url:t,protocols:r,header:a,fail:this[d(611)+d(1214)+d(1096)][d(1152)](this),success:this[d(611)+d(462)+d(1362)+d(822)][d(1152)](this)})))}["_createS"+n(462)+n(1362)+"ler"](){Promise.resolve().then(()=>{this["_addWsLi"+I(1316)]()})}[n(611)+n(1214)+n(1096)](t){let r=n,a={brNMG:e[r(463)],ZlNBM:function(d,l,g){return e[r(1387)](d,l,g)}};Promise[r(1686)]()[r(561)](()=>{let d=r,l=ye(d(500),{message:this[d(628)+d(902)+d(1662)](t)});this[d(423)](a[d(580)],l);let g=a.ZlNBM(Ee,d(1645),{reason:this[d(628)+"rrorMess"+d(1662)](t)});this[d(423)]("close",g)})}[n(1431)+n(1316)](){let t=n,r={yokYH:e[t(1400)],yRiLf:function(a,d,l){return e[t(839)](a,d,l)},bKeNv:"error"};this._socket.onOpen(a=>{let d=t;this[d(423)](r.yokYH,r.yRiLf(Hi,r[d(1656)],{...a,data:a[d(1258)]||""}))}),this[t(1207)][t(256)](a=>{let d=t;this[d(423)](e[d(1175)],Ee(e[d(1175)],{...a}))}),this[t(1207)][t(732)+"e"](a=>{let d=t;this.emit(d(1244),e.aRSzd(qi,e.YWsOZ,{...a}))}),this[t(1207)][t(562)](a=>{let d=t;this.emit(r[d(1729)],ye("error",{...a,message:a[d(1258)]||""}))})}[n(727)](t){let r=n,a={nYjbG:function(d,l,g){return d(l,g)},EXwyg:function(d,l){return e.AYUzq(d,l)},rPXxX:function(d,l){return e.oqEqS(d,l)},UZWfn:function(d,l,g){return e[I(897)](d,l,g)},elmYc:e.RWYWp,Hgbjq:function(d,l,g){return e.skOIa(d,l,g)}};if(e[r(1044)](t,Uint8Array))if(e.SdvZb(e[r(1764)],e.bOHAs)){let d=uGDuMB[r(1325)](_0x408da3,_0x245445,_0x48ca68[r(1030)]),l=_0x38943d[r(1029)],g=_0x53804c.bytes;for(let w=0,h=_0x34c2d5.limit;uGDuMB[r(1459)](w,h);w++)l[uGDuMB.rPXxX(w,d)]=g[w]}else{let d=t[r(1211)].slice(t[r(1182)+"et"],e[r(487)](t.byteLength,t.byteOffset));this[r(1207)]&&this._socket[r(727)]({data:d,fail:l=>{let g=r;this[g(423)]("error",a[g(1652)](ye,"error",{message:this[g(628)+g(902)+"age"](l)}))}})}else this._socket&&this[r(1207)][r(727)]({data:t,fail:d=>{let l=r;this[l(423)](a[l(613)],a[l(655)](ye,a[l(613)],{message:this[l(628)+l(902)+l(1662)](d)}))}})}[n(1645)](t,r){let a=n;this[a(1207)]&&this._socket[a(1645)]({code:t,reason:r})}[n(805)+n(1579)](t,r){this.on(t,r)}[n(1136)+"entListe"+n(1558)](t,r){this[n(663)](t,r)}get[n(1644)+"te"](){let t=n;return this[t(1207)][t(1644)+"te"]}get binaryType(){return this._socket.binaryType}set[n(959)+"pe"](t){}get url(){let t=n,r={Ghffp:t(1206),IOfDz:e[t(648)],YoBxP:e[t(1548)]};if(e[t(1123)]!==e[t(1123)])this[t(1430)+"er"]&&_0x2fb574["addEvent"+t(1579)](r[t(1338)],this[t(999)+t(892)]),this[t(1430)+"er"]&&_0x48fd02["addEvent"+t(1579)](t(1733),this["_handleO"+t(419)]),this[t(1430)+"er"]&&_0x3fea61[t(805)+"Listener"](r[t(260)],this[t(1701)+t(1266)]),this[t(1430)+"er"]&&_0x1a626d[t(805)+"Listener"](r[t(1494)],this[t(1701)+t(283)]);else return this[t(1207)][t(1637)]}get[n(376)](){return this[n(1207)].protocol}get[n(271)+"ns"](){let t=n,r={prsdC:"ping_onc"+t(680)+"s"};if(e.XfPWE!==e[t(1142)])return this._socket[t(271)+"ns"];{let a={QyCuY:function(g,w){return e[t(1161)](g,w)},cXWqt:e[t(1233)],RQfKO:t(1339)+t(680)+"s",WQAXU:e[t(972)]};this[t(1587)+"ngTimer"](),this[t(739)+t(1576)+"Id"]=e[t(442)](_0x25b972,this[t(745)].bind(this),this[t(407)]["pingInte"+t(1253)]);let d=()=>{let g=t;_0x2f1e50(g(1602)),this.off(r[g(724)],d),this[g(663)](g(1339)+g(1700)+"t",l)},l=()=>{let g=t;a[g(1304)](_0x1f9897,a[g(933)]),this.off(a.RQfKO,d),this[g(663)](a[g(272)],l)};this.on(e[t(1684)],d),this.on(e[t(972)],l),this[t(745)]()}}get bufferedAmount(){return 0}}function h0(i,t){let r=n;if(t)return new t(i[r(1637)],i[r(376)]);if(e[r(1291)](Ot,it))return new l0(i.url,i.protocol,i[r(1583)]);if(e[r(1291)](lt,Mt)&&e[r(930)](e[r(751)],typeof WebSocket)&&WebSocket)return new WebSocket(i[r(1637)],i[r(376)+"s"])}function g0(i){let t=n;return!!(i||Ot&&wx["connectS"+t(496)]||it&&tt.connectSocket||e[t(1572)](lt,Mt)&&e.wfhye(e.kXuno,typeof WebSocket)&&WebSocket)}function ji(i,t,r){let a=n,d={fQJui:e[a(1063)],bXDTW:function(w,h){return e[a(1068)](w,h)},vinkO:function(w,h){return w+h}},l=-1;async function g(w){let h=a;return w<=l?Promise.reject(new Error(d.fQJui)):(l=w,d[h(982)](w,r.length)?Promise[h(1686)]():r[w][h(1152)](i)(t,g.bind(null,d[h(1765)](w,1))))}g(0)}function Gi(i){let t=n,r=0,a=0;for(let d=0;e[t(871)](d,i.length);++d)a=i[t(812)+"At"](d),a<128?r+=1:e[t(1080)](a,2048)?r+=2:e[t(1434)](e[t(669)](64512,a),55296)&&e[t(1610)](e[t(1371)](64512,i[t(812)+"At"](e[t(976)](d,1))),56320)?(++d,r+=4):r+=3;return r}function Wi(i,t,r){let a=n;if(e[a(1320)](e[a(1575)],a(1515)))return this[a(1207)][a(959)+"pe"];{if(e[a(1080)](e.UEkMm(r,t),1))return"";let d="";for(let l=t;e[a(1457)](l,r);)if(e[a(1264)](a(654),e[a(1306)])){let g=/(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(_0x2548c1),w=/(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))/.test(_0x90b511);return g?e[a(364)](_0x34e470,_0x4d073c):w?_0x185e6f(_0x44a07d):e[a(288)]}else{let g=i[l++];if(g<=127)d+=String[a(806)+"Code"](g);else if(g>=192&&e.IVsht(g,224))d+=String[a(806)+a(352)](e[a(508)](e.zLRom(31,g),6)|63&i[l++]);else if(e[a(1687)](g,224)&&e.EEWwM(g,240))d+=String[a(806)+a(352)](e[a(1493)](e[a(335)](e[a(1678)](e.dGexv(15,g),12),e[a(1295)](e[a(297)](63,i[l++]),6)),63&i[l++]));else if(e[a(516)](g,240)){let w=e[a(1586)](e[a(656)](e[a(268)](e[a(670)](7&g,18),e[a(568)](63,i[l++])<<12),e[a(591)](63&i[l++],6))|e[a(1275)](63,i[l++]),65536);d+=String[a(806)+a(352)](e[a(725)](55296,e[a(757)](w,10))),d+=String[a(806)+"Code"](e.oGwKN(56320,e.qjkju(1023,w)))}}return d}}function _r(i,t,r){let a=n;if(e[a(919)](e[a(1329)],e[a(1422)]))return{frameType:_0x5e2f3d,headers:[{key:e[a(398)],value:e.tdbXh}],payload:void 0};{let d=r,l,g;for(let w=0;e[a(695)](w,i[a(1395)]);++w)if(l=i[a(812)+"At"](w),e[a(1666)](l,128))t[r++]=l;else if(e[a(355)](l,2048))t[r++]=l>>6|192,t[r++]=e[a(1139)](63,l)|128;else if(e[a(1219)](64512&l,55296)&&e[a(602)](e[a(287)](64512,g=i[a(812)+"At"](e[a(1667)](w,1))),56320)){let h=e[a(793)][a(1627)]("|"),y=0;for(;;){switch(h[y++]){case"0":t[r++]=e[a(534)](l,6)&63|128;continue;case"1":l=e[a(479)](e[a(1404)](65536,e.FLXvu(e[a(1139)](1023,l),10)),e.pNxMJ(1023,g));continue;case"2":t[r++]=e[a(1089)](e[a(426)](l,18),240);continue;case"3":t[r++]=e[a(247)](63,l)|128;continue;case"4":++w;continue;case"5":t[r++]=e[a(801)](e[a(480)](l>>12,63),128);continue}break}}else t[r++]=e[a(1198)](e.RKdcq(l,12),224),t[r++]=e[a(1588)](e[a(567)](e[a(1577)](l,6),63),128),t[r++]=e[a(1483)](63,l)|128;return r-d}}async function Ji(i){let t=n;if(e[t(378)]==typeof i){let r=new Uint8Array(e[t(365)](Gi,i));return e.ypbIu(_r,i,r,0),r}return e.XofDs(i,ArrayBuffer)?new Uint8Array(i):new Uint8Array(i[t(1211)],i.byteOffset,i.byteLength)}function p0(i){let t=n,r={HQaRu:function(a,d){return e[I(1550)](a,d)},gAWft:function(a,d){return a===d}};try{if(e[t(703)](e[t(1658)],e[t(1658)]))return e[t(378)]!=typeof i&&(e[t(482)](i,ArrayBuffer)||i[t(1211)]&&e[t(1612)](i.buffer,ArrayBuffer))||t(660)!=typeof i?"":(JSON[t(1462)](i),e[t(1265)]);{let a=this[t(1745)+"rs"][_0x2d0b36];if(a)for(let d=0;fdpZmZ[t(824)](d,a.length);)fdpZmZ[t(693)](a[d].fn,_0x4d40d6)?a[t(817)](d,1):++d}}catch{return e[t(643)](t(660),typeof i)?e.Yfbjq:""}}let m0=(i,t)=>{let r=n;switch(i){case e[r(998)]:case r(947):return{[r(635)+i]:1,"x-tt-env":t};default:return{}}};class w0{constructor(t){let r=n;this[r(833)+r(1763)]=t,this[r(1196)]=0}[n(1473)](){let t=n;this[t(1196)]++}[n(401)+n(1591)+"nt"](){let t=n;return this[t(1196)]>=this[t(833)+t(1763)]}["resetCou"+n(604)](t=0){let r=n;this[r(833)+r(1763)]=t,this[r(1196)]=0}}async function _0(i){let t=n,r={wNvBd:function(a,d){return e.RNnVg(a,d)},XPlDz:e[t(1001)],bRbxy:function(a,d){return e[t(692)](a,d)},bBOaL:e[t(318)],qSJnd:function(a,d){return e[t(422)](a,d)},cBLyY:function(a,d){return a!==d},siYuq:e.cxROZ,OdMyx:e[t(1724)],KDeun:e[t(302)],VNEby:function(a,d){return e.gXZdD(a,d)},aseiK:e[t(502)],xNGzN:e[t(1585)]};return new Promise(a=>{let d=t,l={PkfOr:d(1339)+d(680)+"s",tTBzA:"success"};if(r.bRbxy(r.bBOaL,d(1294)))this[d(1587)+d(266)](),this.emit(l.PkfOr,l[d(1715)]),this[d(739)+d(1576)+"Id"]=_0x117cdd(this._ping.bind(this),_0x4ae91c);else{if(!lt)return r.qSJnd(a,d(823)+d(259));try{if(r[d(1073)](r.siYuq,r[d(340)])){let g=document["createEl"+d(905)](d(634));window[d(657)+d(1006)]=w=>{let h=d;document[h(429)][h(924)+"ild"](g),window[h(657)+"JSONP"]=void 0,r[h(1767)](a,w&&w.msg||r[h(918)])},g.type=r[d(633)],g.src=r[d(1569)](i.replace(/^ws/,r[d(326)]),r[d(1053)]);try{document[d(429)]["appendCh"+d(1095)](g)}catch{document[d(429)][d(924)+d(1095)](g)}}else return this[d(1305)]?this[d(1305)][d(1637)]:this[d(729)]}catch{window["frontier"+d(1006)]=void 0,a(d(823)+d(259))}}})}function Ve(i,t,r){let a=n;return!!i?.[a(701)](d=>d[a(1454)]===t&&d[a(1425)]===r)}function ht(i,t){let r=n;return e.ohWyO!==e[r(292)]?((this[r(1745)+"rs"][_0x2d46ef]||(this._listeners[_0x506f8e]=[])).push({fn:_0x51e808,ctx:_0x3814cd||this}),this):i?.[r(701)](a=>a[r(1454)]===t)?.[r(1425)]}let yr=null;async function y0(){let i=n;return yr||(yr=Promise.resolve().then(Le[i(1152)](Le,e.PsAgI))),yr}class b0 extends wr{constructor(t,r){let a=n;super(),this[a(440)]=t,this._keyPath=r,this[a(331)]=void 0,this[a(1646)+a(1040)]=null}async openDB(){let t=n;if(e[t(983)](e[t(1504)],e[t(880)]))await this[t(551)]();else return _0x1e5302.writeUint8?_0x2c74af[t(1e3)+"t8"](_0x945b10,_0x38ea62):_0xab9081[_0x18f723]=255&_0xed8199,_0x21ef34+1}async[n(551)](){let t=n,r={LVbRl:t(679),iWoBt:e[t(463)],mGGZB:e.rKfFf};if(e[t(320)]!==e[t(320)])_0x4eba76["removeEv"+t(1630)+"ner"](fsRtVF[t(1358)],_0x288c91),_0xdbd5a4[t(1136)+t(1630)+"ner"](fsRtVF[t(1333)],_0x2c970a),_0x16e6fe[t(1136)+t(1630)+"ner"](fsRtVF[t(1222)],_0x522b95);else{if(this[t(331)])return;if(this["_initPro"+t(1040)])return this[t(1646)+t(1040)];try{let a=this[t(440)],d=this._keyPath;this["_initPro"+t(1040)]=(async()=>{let l=t,{openDB:g}=await e[l(1130)](y0);this[l(331)]=await e.CUOSg(g,l(657)+"_"+a,1,{upgrade(w){let h=l;w[h(1100)+h(1592)+"e"](a,{keyPath:d})}})})(),await this[t(1646)+t(1040)]}catch(a){console[t(242)](a)}finally{this[t(1646)+t(1040)]=null}}}async[n(1414)](t){let r=n;try{return await this._init(),this[r(331)]?.[r(1414)](this[r(440)],t)}catch(a){console.log(a)}}async[n(853)](t,r){let a=n;return await this[a(551)](),this[a(331)]?.[a(1368)](this._dbName,t)}async[n(1268)](t){let r=n;try{return await this[r(551)](),this._qosDB?.[r(1205)](this[r(440)],t)}catch(a){if(e[r(961)](e[r(1090)],"zjLny"))return _0xd30804[r(989)+r(1743)]||_0x2f6253.get(_0x54d5fd);console.log(a)}}async[n(1419)](){let t=n,r={VrCHU:function(a,d){return a instanceof d},kMVAC:function(a,d){return e[I(1516)](a,d)},IsPuL:function(a,d){return e[I(1149)](a,d)},GJuhL:function(a,d){return e[I(418)](a,d)}};try{if(e[t(1007)]("viQpx",e[t(641)]))return await this._init(),this._qosDB?.[t(1419)](this[t(440)]);{if(mrRmsn.VrCHU(_0x3e66ad,_0x35bb7a))return mrRmsn[t(575)](_0x5b16f0,_0x5c7e9a);if(_0x4cfc0e.has(_0x3897a3))return _0x24c491.get(_0x28730d);let a=mrRmsn[t(504)](_0x6a9d73,_0x1018de);return mrRmsn.GJuhL(a,_0x4a6377)&&(_0x5f0d0e[t(853)](_0x2bcad7,a),_0x3bc56a[t(853)](a,_0x460d88)),a}}catch(a){console[t(242)](a)}}async[n(1511)](){let t=n;return await this[t(551)](),this[t(331)]?.[t(522)+"ys"](this[t(440)])}async[n(1439)](){let t=n;if(e[t(602)](e.IbMXS,e[t(391)])){let{SeqID:r,LogID:a,service:d,LogIDNew:l,method:g}=_0x3eb531[t(1244)];this[t(774)]({SeqID:r,LogID:a,LogIDNew:l,service:d,method:g,headers:[{key:e.xLnoI,value:"1"},{key:e[t(1340)],value:e[t(1291)](l,"")},{key:"ack_code",value:"0"}]})}else return await this[t(551)](),this[t(331)]?.[t(1439)](this[t(440)])}async[n(1248)](){let t=n;if(e[t(544)](t(1545),e[t(1361)]))try{e[t(1623)](e[t(315)],e[t(315)])?(_0x1bccaa+=e[t(1760)](_0x2d3eff,_0x2d04ec),_0x1be71d++):(this[t(331)]?.[t(1645)](),this._qosDB=void 0)}catch(r){console[t(242)](r)}else return this._qosDB[t(1419)]()}get[n(381)](){let t=n;try{return!!this[t(331)]}catch(r){return console[t(242)](r),!1}}}class v0{constructor(t,r){let a=n,d={DqIVf:function(l,g){return e.iNBkJ(l,g)},oaKAL:function(l,g){return e[I(325)](l,g)},VbRFX:function(l,g){return e[I(672)](l,g)},cegLj:function(l,g){return e[I(889)](l,g)},UNFLk:function(l,g){return e[I(538)](l,g)}};if(e[a(815)](e[a(719)],"GiyBC"))return new _0xe045e2(usyRYh[a(704)](usyRYh[a(1608)](_0x564c38[0]|usyRYh[a(245)](_0x42c7a7[1],8),usyRYh[a(245)](_0x1dc4d5[2],16)),_0x53ba77[3]<<24),usyRYh.cegLj(usyRYh[a(1487)](_0x2417f1[4],_0x3c186a[5]<<8)|usyRYh[a(245)](_0x35e62c[6],16),usyRYh[a(245)](_0x1cd031[7],24)),_0x242930);this[a(439)]=t,this[a(1629)]=r,this._qosDB=localStorage}async[n(1450)](){}get[n(1119)](){return"frontier_"+this._DBName}async[n(1414)](t){let r=n;if(e[r(350)](e[r(598)],e.dirEs))this[r(308)+r(1526)]();else{let a=this._qosDB.getItem(this[r(1119)]);return JSON.parse(e[r(1703)](a,"{}"))[t]}}async set(t,r){let a=n,d=this[a(331)].getItem(this[a(1119)]),l=JSON[a(1462)](e[a(370)](d,"{}"));return l[r||t[this[a(1629)]]]=t,this[a(331)][a(920)](this[a(1119)],JSON[a(856)+"y"](l)),r||t[this[a(1629)]]}async[n(1268)](t){let r=n,a=this._qosDB.getItem(this[r(1119)]),d=JSON[r(1462)](e[r(681)](a,"{}"));return d[t]=void 0,this[r(331)][r(920)](this[r(1119)],JSON[r(856)+"y"](d))}async[n(1419)](){return this[n(331)].clear()}async[n(1511)](){let t=n,r=this[t(331)][t(530)](this[t(1119)]),a=JSON[t(1462)](e[t(1703)](r,"{}"));return Object.keys(a)}async getAll(){let t=n,r=this._qosDB[t(530)](this[t(1119)]),a=JSON[t(1462)](e[t(1055)](r,"{}"));return Object.values(a)}[n(1248)](){return Promise[n(1686)]()}get[n(381)](){return!!this[n(331)]}}class S0{constructor(t,r){let a=n;this[a(439)]=t,this[a(1629)]=r,this._qosDB=it?tt:Ot?wx:null}async[n(1450)](){}get _prefix(){let t=n;return t(657)+"_"+this[t(439)]}async[n(1414)](t){let r=n,a=this[r(331)][r(1541)+r(1163)](this[r(1119)]);return JSON[r(1462)](e.msQvv(a,"{}"))[t]}async[n(853)](t,r){let a=n,d=this[a(331)][a(1541)+a(1163)](this[a(1119)]),l=JSON[a(1462)](e[a(469)](d,"{}"));return l[r||t[this[a(1629)]]]=t,this._qosDB[a(936)+a(1163)](this[a(1119)],JSON[a(856)+"y"](l)),r||t[this[a(1629)]]}async[n(1268)](t){let r=n,a=this[r(331)][r(1541)+r(1163)](this[r(1119)]),d=JSON.parse(a||"{}");return d[t]=void 0,this[r(331)][r(936)+"geSync"](this[r(1119)],JSON[r(856)+"y"](d))}async clear(){let t=n,r={TXzKd:function(a,d){return e[I(603)](a,d)},rcCQq:function(a,d){return e[I(527)](a,d)},vOsbg:function(a,d){return e[I(350)](a,d)},oVYRA:function(a,d){return e[I(963)](a,d)},Fqbdf:function(a,d){return e[I(1691)](a,d)},KfCXg:function(a,d){return e[I(1717)](a,d)},BZhbD:function(a,d){return e[I(1742)](a,d)},kNdEv:function(a,d){return e.CCRHj(a,d)},dkcIN:function(a,d){return e.pQdEO(a,d)},gsokA:function(a,d){return e[I(988)](a,d)},ZdwlJ:function(a,d){return e[I(1153)](a,d)},Zryie:function(a,d){return a(d)}};if(e.cKQsm(t(879),e[t(234)]))_0x51b142=_0x442e84[uJTISz[t(1595)](uJTISz[t(1595)](_0x48196e,_0x5f412d),1)],_0x285025=_0x480b8f[uJTISz.TXzKd(uJTISz.rcCQq(_0x25bc3d,_0x544f0b),2)],uJTISz[t(1581)](uJTISz[t(624)](_0x16bd33|uJTISz[t(379)](_0x58cc3e,8),49344),32896)?_0x52343d+=_0x55d1b0:(_0x24f865=uJTISz[t(1309)](uJTISz[t(1126)](15,_0xb32e9f)<<12|uJTISz.kNdEv(uJTISz[t(569)](63,_0xf1372e),6),63&_0x318d1b),_0x3a649e<2048||uJTISz[t(1478)](_0x2b08ba,55296)&&uJTISz[t(327)](_0x5868af,57343)?_0x382249+=_0x2fa0e8:(_0x55c179+=uJTISz.Zryie(_0x1c9bc3,_0x39c57a),_0x18d37d+=2));else return this[t(331)]["clearSto"+t(265)]()}async[n(1511)](){let t=n,r=this[t(331)][t(1541)+t(807)+"nc"](this[t(1119)]),a=JSON.parse(r||"{}");return Object.keys(a)}async[n(1439)](){let t=n,r=this._qosDB[t(1541)+t(807)+"nc"](this[t(1119)]),a=JSON[t(1462)](e[t(1354)](r,"{}"));return Object[t(304)](a)}[n(1248)](){return Promise[n(1686)]()}get[n(381)](){return!!this[n(331)]}}function $i(i,t){let r=n;if(e[r(1354)](it,it))return new S0(i,t);if(e.yyute(lt,Mt)&&e.NpNly(r(973)+"d",typeof indexedDB))return new b0(i,t);if(e.aheUA(lt,Mt)&&e.kXuno!=typeof localStorage)return new v0(i,t);throw new Error(e[r(246)])}class E0{constructor(){let t=n;this[t(308)+"lTimeoutId"]=null,this[t(308)+"l"]=36e5,this[t(331)]=$i(e[t(1669)],e[t(558)])}async[n(308)+"lFlush"](){let t=n,r={rmJUD:e[t(420)],cIiKU:function(a,d){return a===d},Plets:t(1503),Uyxdf:e[t(1437)]};e[t(1323)](clearInterval,this._intervalTimeoutId),this[t(308)+t(685)+"Id"]=e.Vkxsy(setInterval,()=>{let a=t;r[a(492)](r.Plets,r[a(1373)])?(this[a(423)](r[a(854)],_0x4d14fd),this[a(968)+a(601)]&&this[a(968)+a(601)](_0x591c50)):this[a(389)+a(1674)]()},this[t(308)+"l"])}async[n(1450)](){let t=n;await this[t(331)][t(1450)]()[t(561)](()=>{this._intervalFlush()})}async[n(389)+n(1674)](){let t=n;(await this[t(331)]?.getAll()||[]).filter(({timestamp:d})=>d<Date[t(1442)]())[t(1193)](d=>{let l=t;this[l(331)]?.[l(1268)](d.message_id)})}async[n(1268)](t){let r=n;return this._qosDB?.[r(1268)](t)}async[n(853)](t,r){let a=n;return this[a(331)]?.[a(853)]({message_id:t,timestamp:r})}async[n(1414)](t){let r=n;return this[r(331)]?.[r(1414)](t)}async[n(1248)](){let t=n;e[t(416)](e[t(896)],t(827))?(this[t(833)+t(1763)]=_0x232907,this[t(1196)]=0):(e[t(1622)](clearInterval,this[t(308)+t(685)+"Id"]),await this[t(331)]?.closeDB())}get[n(381)](){let t=n;return this[t(331)]?.[t(381)]}}function br(i){let t=n;if(e[t(1068)](e[t(946)],e.mZiJU)){let r=_0x55e8c8.key;e[t(855)](void 0,r)&&(e[t(312)](_0x1af550,_0x5b4586,10),_0x363a1b(_0x5504b4,r));let a=_0x4f1d9e[t(1425)];e[t(877)](void 0,a)&&(e[t(560)](_0x6163d7,_0xf0331,18),_0x34574e(_0x55508d,a))}else{let r=!!this[t(407)][t(942)+"S"];if(!r)return{enabled:r,isQoSMessage:!1,isQoSAck:!1,isAckCleanupMessage:!1,ackMsgIds:[]};let a=e.WCvwe(Ve,i.message[t(1583)],e.TdCYb,"2"),d=a&&Ve(i.message[t(1583)],e[t(1396)],"1"),l=a&&Ve(i[t(1244)][t(1583)],e[t(447)],"1"),g=l?e[t(1659)](ht,i[t(1244)][t(1583)],e[t(1681)])?.[t(1627)](",")[t(1223)](Boolean)||[]:[];return{enabled:r,isQoSMessage:a,isQoSAck:d,isAckCleanupMessage:l,ackMsgIds:g}}}async function Vi(){let i=n;return this[i(1752)+i(1352)]||(this[i(1752)+i(1352)]=new E0),this["_QoSMana"+i(1352)][i(381)]||await this[i(1752)+i(1352)][i(1450)](),this["_QoSMana"+i(1352)]}async function C0(i,t){let r=n,{enableAutoAck:a}=this[r(407)],d=Ve(i[r(1244)][r(1583)],r(908),"1"),l=e[r(1296)](Ve,i[r(1244)][r(1583)],e[r(445)],"1"),g=br.call(this,i);if(a&&d){let{SeqID:w,LogID:h,service:y,LogIDNew:S,method:P}=i[r(1244)];this[r(774)]({SeqID:w,LogID:h,LogIDNew:S,service:y,method:P,headers:[{key:r(1420),value:"1"},{key:e[r(1340)],value:S||""},{key:e.ybMck,value:"0"}]})}l&&!g[r(843)]&&this["_dispatc"+r(1125)+r(592)](i),t()}async function A0(i,t){let r=n;this[r(1668)](r(277),i.message),t()}async function I0(i,t){let r=n;if(e.uKnTT===e[r(599)]){let a=e[r(715)](Se,await Ji(i[r(723)]));try{if(e[r(1612)](a[r(621)],Uint8Array)){let d=e[r(1436)](this[r(407)][r(1049)+"ncoding"],Object)?{force:!!this[r(407)][r(1049)+"ncoding"][r(237)],encoding:this[r(407)]["payloadE"+r(1313)].encoding?this[r(407)][r(1049)+r(1313)][r(354)].replace(/\s/g,"")[r(1424)+r(1761)]():""}:{force:!1,encoding:this._options["payloadE"+r(1313)]?this._options[r(1049)+"ncoding"].replace(/\s/g,"")[r(1424)+r(1761)]():""},l=a[r(1049)+r(1313)]?a["payloadE"+r(1313)][r(1757)](/\s/g,"")[r(1424)+r(1761)]():"",g=this._options[r(430)+r(716)]instanceof Object?{force:!!this._options[r(430)+r(716)][r(237)],type:this._options[r(430)+r(716)].type?this[r(407)]["payloadT"+r(716)].type[r(1757)](/\s/g,"")["toLowerC"+r(1761)]():""}:{force:!1,type:this[r(407)][r(430)+r(716)]?this[r(407)]["payloadT"+r(716)][r(1757)](/\s/g,"")["toLowerC"+r(1761)]():""},w=a[r(430)+"ype"]?a[r(430)+r(716)][r(1757)](/\s/g,"")["toLowerC"+r(1761)]():"",h=g[r(237)]?g.type:w||g[r(1446)],y=d[r(237)]?d[r(354)]:l||d[r(354)],S=[e[r(1045)],e.OToNr,e[r(1179)],e[r(378)]],P=[e[r(1293)],e[r(1549)]];this[r(407)][r(1173)+r(1428)+r(1676)+"ad"]&&S[r(986)](h)&&(!y||P[r(986)](y))?a["textPayl"+r(1249)]=e[r(1641)](Wi,a.payload,0,a[r(621)][r(576)+"th"]):a.textPayload=""}else a["textPayl"+r(1249)]=""}catch(d){a[r(497)+"oad"]="",console[r(242)](d)}i.message=a,e[r(1130)](t)}else{if(_0x15cb17(_0x587047))return _0x9d1959?_0x2f0dcd:_0x4163be;if(_0x291fd5){if(e[r(587)](_0x292494,_0x215c6e))return _0x38ff5d}else{if(e.DlJYi(_0x844e2,-_0x8e00af))return _0x4c5307;if(e[r(1444)](_0x1b5ec3+1,_0x43ca55))return _0x1e0085}return _0x55b809[r(1731)](e[r(1653)](e[r(1601)](_0x22765b,_0x5b0ede),0),e[r(411)](e[r(1682)](_0x16c991,_0x581435),0),_0x1c6fcf)}}function k0(i,t,r){let a=n,d=e[a(1572)](r,8192),l=e.vDiKv(d,1),g=null,w=d;return function(h){let y=a;if(e[y(393)](h,1)||h>l)return e.lDpHv(i,h);e.RzAOU(e[y(977)](w,h),d)&&(g=e[y(1262)](i,d),w=0);let S=t.call(g,w,w+=h);return e[y(568)](7,w)&&(w=e[y(309)](e[y(845)](7,w),1)),S}}let P0=4294967295;function T0(i,t,r){let a=n;return e[a(1471)](RangeError,e.TauNb(e[a(479)](e[a(1667)](e[a(1050)](a(1147)+a(1199)+"ge: ",i),a(1469))+(t||1),e[a(307)]),r))}function D0(i,t,r){let a=n;if(e[a(776)](r,P0))throw new Error(e.lbPLr);let d=3;for(;e.RQvIO(d,0);){let l=e[a(1351)](255,r);e.IPNbq(Sr,l,i,e[a(977)](t,d)),r>>>=8,d--}return e[a(1012)](t,4)}function R0(i,t){let r=n;if(e[r(1610)](e[r(371)],e[r(353)]))return this[r(331)]?.isReady;{let a=0,d=t,l=e[r(363)](t,4);for(;d<l;){let{value:g,offset:w}=vr(i,d);d=w,a=a<<8>>>0,a+=g}return{value:a,offset:l}}}function L0(i,t,r){let a=n,d=e[a(392)][a(1627)]("|"),l=0;for(;;){switch(d[l++]){case"0":return e.nmDAK(e[a(1122)](_r,i,t,r),r);case"1":if(t[a(1302)])return e[a(1012)](t[a(1302)](i,r),r);continue;case"2":if(t.utf8Write)return t[a(321)+"e"](i,r)+r;continue;case"3":if(!i)return r;continue;case"4":if(i.length<40)return e.NOzEH(e[a(944)](_r,i,t,r),r);continue}break}}function N0(i,t){let r=n,a=new K(e[r(778)](e[r(889)](e[r(324)](i[e[r(1356)](t,4)],24),i[e[r(1039)](t,5)]<<16)|i[e[r(1225)](t,6)]<<8,i[e[r(348)](t,7)]),e[r(1493)](e[r(1191)](i[e[r(488)](t,0)],24),e.FXErQ(i[t+1],16))|e[r(241)](i[e.jpMnh(t,2)],8)|i[e[r(1706)](t,3)],!0);return t+=8,{value:a,offset:t+8}}function O0(i,t,r){let a=n,d=i[a(1237)],l=i[a(596)];return t[r]=e.DQKYr(l,24),t[e[a(830)](r,1)]=e[a(403)](l>>>16,255),t[r+2]=e[a(1289)](l>>>8,255),t[e.FRizk(r,3)]=e[a(1065)](255,l),t[e[a(443)](r,4)]=e[a(1355)](d,24),t[e.eysVc(r,5)]=e.JtsSC(d>>>16,255),t[e[a(743)](r,6)]=e[a(1084)](e[a(691)](d,8),255),t[e.LjMkm(r,7)]=e[a(297)](255,d),r+=8,r}function vr(i,t){let r=n;return i[r(533)+"8"]?{value:i[r(533)+"8"](t),offset:e[r(488)](t,1)}:{value:e[r(568)](255,i[t]),offset:e[r(1356)](t,1)}}function Sr(i,t,r){let a=n;return t[a(1e3)+"t8"]?t[a(1e3)+"t8"](i,r):t[r]=e.yjsZh(255,i),e[a(330)](r,1)}let M0=function(i){return new Uint8Array(i)},B0=e[n(384)](n(973)+"d",typeof Buffer)?Buffer[n(1188)+n(1011)]:e.lVtju(k0,M0,Uint8Array.prototype[n(1103)]),z0=16,Er=32;function F0(i){let t=n,r=0,a={};for(let d=0;e[t(1457)](d,i[t(1395)]);d++)a[i[d][t(966)+"ame"]]=e.yhKCr(Gi,i[d][t(966)+t(615)]),r+=e[t(309)](14,a[i[d][t(966)+"ame"]]);return[r,a]}function Xi(i,t,r){let a=n,[d,l]=e[a(1158)](F0,i),g=e[a(1149)](B0,d),w=0;return i[a(1193)](h=>{let y=a,S=e.BWIiP.split("|"),P=0;for(;;){switch(S[P++]){case"0":console.log(y(708),w);continue;case"1":w=L0(h[y(966)+y(615)],g,w);continue;case"2":console[y(242)](e[y(1127)],h,h[y(1712)]);continue;case"3":w=Sr(l[h[y(966)+y(615)]],g,w);continue;case"4":console[y(242)](e[y(755)],w);continue;case"5":w=e.dCgdQ(Sr,0,g,w);continue;case"6":w=D0(g,w,h.service||0);continue;case"7":w=e[y(1296)](O0,K.fromNumber(h[y(914)]||t),g,w);continue;case"8":console[y(242)](e[y(1488)],w);continue;case"9":console[y(242)](e.WnfuR,w);continue;case"10":console.log(e[y(1003)],w);continue}break}}),{frameType:Er,headers:[{key:e[a(398)],value:r}],payload:g}}function U0(i){let t=n,r=0,a=[];for(;r<i[t(576)+"th"];){let{offset:d}=e.RtMZT(vr,i,r);r=d;let l={cursor_name:"",cursor:0,service:0},{value:g,offset:w}=R0(i,r);l[t(1712)]=g,r=w;let{value:h,offset:y}=e[t(531)](vr,i,r);r=y,l[t(966)+t(615)]=e[t(1122)](Wi,i,r,e[t(1099)](r,h)),r+=h;let{value:S,offset:P}=N0(i,r);l[t(914)]=S[t(864)](),r=P,a[t(1209)](l)}return a}function q0(){let i=n;return{frameType:Er,headers:[{key:e[i(398)],value:e[i(412)]}],payload:void 0}}class H0{constructor(t,r,a){let d=n;this[d(1604)+d(1280)]=t,this[d(1087)+"ileName"]=r,this[d(345)+d(566)]=a,this[d(331)]=e[d(1081)]($i,this[d(1604)+"ameSpace"],d(966)+d(615))}async[n(1450)](){let t=n;await this[t(331)][t(1450)]()}async[n(639)+"rs"](){let t=n;if(!this[t(331)][t(381)])return;let r=this[t(345)+t(566)],a=await this[t(331)][t(1439)]();switch(console[t(242)](e.rJOuS,a),r){case e[t(1170)]:return a&&a[t(1395)]?e.lczZJ(Xi,a,0,this[t(1087)+t(1617)]):void 0;case e[t(425)]:return;case t(1594):return a&&a[t(1395)]?Xi(a,0,this["_cursorF"+t(1617)]):e[t(1130)](q0)}}async[n(853)](t,r,a){let d=n;return console.log("setdb",t,r,a),this[d(331)].set({cursor_name:t,cursor:r,service:a})}async[n(1540)+"rs"](t){let r=n,a=U0(t);for(let d of a)console[r(242)](e[r(794)],a),await this[r(331)][r(853)](d)}async[n(1414)](t){let r=n;return(await this[r(331)][r(1414)](t))?.[r(914)]}async[n(1248)](){let t=n;await this[t(331)][t(1248)]()}[n(907)+n(838)+n(820)](t){let r=n;this[r(1087)+"ileName"]=t}get[n(381)](){let t=n;return this[t(331)][t(381)]}}let K0=e.YXOCA;async function Yi(i){let t=n;if(!this[t(407)].enableQoS)return null;let{aID:r,fpID:a,messageStrategy:d}=this._options,l=i||K0;try{if(e[t(503)]!==e[t(505)])return this[t(954)+t(319)]?i&&this._cursorManager["updateCu"+t(838)+t(820)](i):this["_cursorM"+t(319)]=new H0(a+"_"+r+"_"+l,l,d),this[t(954)+t(319)][t(381)]||await this[t(954)+"anager"][t(1450)](),this[t(954)+t(319)];this[t(389)+"ired"]()}catch{return null}}async function j0(i,t){let r=n,a=e.cZdNw(Ve,i[r(1244)][r(1583)],e[r(1584)],"-1"),d=Ve(i[r(1244)][r(1583)],e[r(445)],"1"),l=e[r(860)](ht,i[r(1244)][r(1583)],e[r(284)]),g=e[r(1749)](Number,e[r(298)](ht,i[r(1244)][r(1583)],e[r(1336)]))||0,w=br[r(935)](this,i),h=e.FPFJb(Ve,i.message[r(1583)],r(1342)+"s","2"),y=e[r(273)](ht,i[r(1244)][r(1583)],r(929)+r(1455)+"e"),S=e[r(1385)](Number,e[r(1261)](ht,i[r(1244)][r(1583)],e[r(595)]));if(w[r(843)])return e[r(1130)](t);let P=w[r(1271)+r(699)]?await Vi[r(935)](this):null;if(e[r(470)](i[r(1244)][r(1712)],0)&&d&&!a||e[r(645)](i.message.service,0)){if(l&&w[r(1271)+"sage"]&&P)return!!!await P[r(1414)](l)&&(e[r(602)](e[r(1168)],e[r(1168)])?(this[r(1421)+r(279)+"Event"](i),await P[r(853)](l,e.TWNWL(Date.now(),g))):(_0xf8e598[_0x1d296c++]=e.KIDcH(e[r(1577)](_0x1f0419,18),7)|240,_0xdc8de4[_0x593ccd++]=e.tNppc(e.qBgwm(_0x45e1fc,12)&63,128))),t();if(h){let O=await Yi.call(this);if(!O)return this["_dispatc"+r(279)+r(939)](i),e[r(1406)](t);let L=await O.get(y)??-1;if(e.xwqoH(L,S))if(e[r(983)]("eKdJA",e[r(1519)]))this["_dispatc"+r(279)+r(939)](i),O[r(853)](y,S,i[r(1244)].service);else{let z=_0x19c126[_0x1f04d7++];if(e.DlJYi(z,127))_0x3b046b+=_0xe7dd87[r(806)+r(352)](z);else if(e[r(1698)](z,192)&&e[r(1299)](z,224))_0x236ad1+=_0x1ee244[r(806)+"Code"](e[r(1246)](e.ynxwg(e[r(509)](31,z),6),e[r(1289)](63,_0xb1e2ef[_0x1cf258++])));else if(z>=224&&e.cTtth(z,240))_0x13cadc+=_0x2a9bce[r(806)+r(352)](e[r(1085)](e.nJBqa(e[r(837)](15,z),12),e[r(1411)](e[r(809)](63,_0x41fa3b[_0x1ac8c1++]),6))|e[r(1052)](63,_0x2828e3[_0x38a50d++]));else if(z>=240){let W=e.UEkMm(e[r(967)](e.DyKBO(e[r(1194)](7&z,18),e[r(1250)](e[r(614)](63,_0x5aa04f[_0x1a1983++]),12)),e[r(1527)](e.UVIgy(63,_0x56dc37[_0x1251cd++]),6))|e[r(510)](63,_0x5de87e[_0x4a5608++]),65536);_0x5f35b8+=_0x2d8a84[r(806)+r(352)](e[r(1298)](55296,e.xADHD(W,10))),_0x2e385e+=_0x3ac922["fromChar"+r(352)](e[r(1714)](56320,e.PhDLE(1023,W)))}}else throw new Error(r(291)+r(1642)+r(528)+S+(r(1137)+r(1375)+"al cursor ")+L);return e[r(730)](t)}return this[r(1421)+r(279)+r(939)](i),e[r(1279)](t)}}async function G0(i,t){let r=n,a=br[r(935)](this,i);if(!a[r(1271)+r(699)])return e[r(1130)](t);let d=await Vi.call(this);if(a[r(1229)+r(1252)+r(1662)]&&a[r(1721)+"s"][r(1395)])for(let l of a.ackMsgIds)await d.del(l);t()}async function W0(i,t){let r=n,a={wrYAr:function(d,l,g){return e.NTWRN(d,l,g)}};if(e[r(1367)](e[r(677)],e[r(314)])){let d=i.message[r(700)+"e"]===z0,l=e[r(263)](i[r(1244)][r(700)+"e"],Er);if(e[r(1008)](!d,!l))return e[r(1406)](t);let g=e.jZpJM(ht,i[r(1244)][r(1583)],r(1374)+"ile_name");if(!g)return e[r(1561)](t);let w=await Yi.call(this,g);if(!w)return t();if(d){let h=await w[r(639)+"rs"](),y={frameType:h?.["frameType"],SeqID:K[r(876)+"er"](this[r(1582)]++),LogID:K.fromNumber(this[r(407)][r(274)+r(750)]()),service:9e3,method:5,headers:h?.[r(1583)],payload:h?.[r(621)]},S=e[r(698)](E,y);this._ws&&this[r(1305)][r(1644)+"te"]&&this[r(1305)][r(727)](S)}if(l){let h=i[r(1244)].payload;h&&w[r(1540)+"rs"](h)}}else _0x1c42a7(_0x1b81e9,58),fHqUsr[r(873)](_0x3692fc,_0x35ad64,_0x3f4620)}let J0=async function(i,t){let r=n;this[r(834)]=!1,e.wwfPQ(clearTimeout,this[r(1605)+"ionTimeo"+r(1272)]),e[r(1735)](t)},$0=async function(i,t){let r=n,a={frofE:function(d,l){return e[I(842)](d,l)},FkiZL:function(d,l){return e.zmFuR(d,l)}};if(e[r(1320)](e[r(773)],e[r(773)])){if(!this[r(1305)]||e[r(467)](this._ws[r(1644)+"te"],this[r(582)]))return e.QefqE(t);let{pingInterval:d}=this[r(407)];this[r(1034)+r(1353)]?.[r(1467)+r(1562)+"fig"]();for(let g=0;g<this[r(345)+r(1403)][r(1395)];g++){let w=this[r(345)+r(1403)][g];if(e[r(1007)](this[r(1305)].readyState,this.OPEN)&&w!==null)this._ws&&this._ws[r(727)](w),this["_message"+r(1403)][g]=null;else break}this[r(345)+r(1403)]=this[r(345)+"Queue"][r(1223)](g=>!!g),this[r(739)+r(1576)+"Id"]=e[r(733)](setTimeout,()=>this[r(745)](),d),this[r(1421)+"hOpenEvent"](i),this[r(1430)+"er"]&&this[r(1305)]&&(this._ws[r(959)+"pe"]=this[r(1727)+r(716)]);let l=this[r(1034)+r(1353)]?.[r(849)+r(1098)+"nt"]();this[r(1668)](r(1560)+l+r(565)),e[r(1279)](t)}else return DiCtIt.frofE(DiCtIt.FkiZL(1e4,_0x2c6b08[r(1442)]()),_0x52d280.floor(DiCtIt[r(1117)](1e4,_0x5c2edf.random())))},V0=async function(i,t){let r=n,a=this[r(1034)+r(1353)]?.[r(849)+"ntEndpoint"]();this._debug("open "+a),t()};class X0 extends wr{constructor(t){let r=n,a={olVfq:function(w,h){return e[I(386)](w,h)},dLbbP:e.CZMsm,AqhrS:e[r(594)],Pmdue:function(w,h,y,S){return w(h,y,S)},yWEtv:function(w,h,y){return e[r(1165)](w,h,y)},XQYmV:e[r(463)],ZkVlN:function(w,h){return e[r(482)](w,h)}};super(),this[r(952)+r(1740)+r(1484)]=!0,this[r(1430)+"er"]=lt,this._isNode=u0,this[r(748)+"T"]=it,this[r(1398)+"X"]=Ot,this[r(444)+"r"]=Mt,this["_message"+r(1403)]=[],this[r(1034)+r(1353)]=null,this[r(435)+r(368)]=!1,this[r(1727)+r(716)]="arraybuf"+r(684),this._connectLock=!1,this[r(1605)+r(303)+r(1272)]=null,this["_reconne"+r(1101)+r(1133)]=null,this[r(739)+r(1576)+"Id"]=null,this._seqId=0,this[r(834)]=!1,this[r(729)]="",this[r(1752)+r(1352)]=null,this[r(954)+r(319)]=null,this[r(1426)+r(1215)]=null,this[r(1164)+"ls"]=r(1624),this[r(1756)]=3,this[r(1120)+"NG"]=0,this[r(582)]=1,this.CLOSING=2,this[r(1524)]=w=>{let h=r;try{a[h(955)](a[h(341)],a[h(1675)])?a[h(958)](ji,this,w,[J0,$0,V0]):!this[h(1605)+h(1033)]&&(this[h(1034)+h(1353)]?.["resetEnd"+h(1562)+h(1466)](),this["_pingLos"+h(1215)]?.[h(433)+h(604)](),this["_readyCl"+h(368)]=!1,this[h(834)]=!0,this[h(1605)]())}catch(y){let S=a[h(450)](ye,a[h(1634)],{message:y.message,code:$e[h(1241)+"OR"],error:y});this[h(1421)+h(683)+h(1529)](S)}},this[r(689)+"ge"]=async w=>{let h=r,{pingInterval:y,pingFrequency:S}=this._options;if((e.otusy("hi",w[h(723)])&&e[h(574)]===S||e[h(706)](h(803),S))&&(this[h(1587)+h(266)](),this[h(423)](e[h(1684)],h(1602)),this[h(739)+"gTimeoutId"]=e[h(1659)](setTimeout,this[h(745)][h(1152)](this),y)),w[h(723)]!=="hi")try{e[h(525)](ji,this,w,[I0,C0,G0,W0,j0,A0])}catch(P){if(e.dILwQ!==h(539))_0x22ec30[h(242)](_0x5e50de);else{let O=e[h(626)](ye,e[h(463)],{message:P.message,code:$e[h(1210)+h(994)],error:P});this[h(1421)+h(683)+h(1529)](O)}}},this[r(491)]=w=>{let h=r,y=this[h(1034)+h(1353)]?.[h(401)+h(390)+"es"](),S=this[h(1034)+"tManager"]?.[h(849)+h(1098)+"nt"]();if(y&&!w.message){let P="connect "+S+(h(991)+h(1035)+h(1091)+"ed");this["_dispatc"+h(683)+h(1529)](e.aRSzd(ye,h(500),{message:P,code:$e[h(299)+"IES_ERROR"],error:w}));return}this._ws&&e.mHNtv(this[h(1305)][h(1644)+"te"],this.OPEN)&&this[h(1578)+h(1468)](),this[h(1421)+h(683)+h(1529)](e[h(1495)](ye,e[h(463)],{message:w[h(1244)],code:$e[h(609)+"RROR"],error:w}))},this[r(746)]=async w=>{let h=r;if(e[h(382)](e[h(494)],e.CmiLX))LevNqP[h(606)](_0x1c5f36,_0x4d3c4f)&&_0x283cfc.set(_0x42bcf0,_0x46d400);else{this["_clearTi"+h(1208)](),this["_clearPi"+h(266)](),this[h(865)+h(763)+"rs"](),this[h(1305)]=null,this[h(1605)+h(1033)]=!1;let y=this[h(1034)+h(1353)]?.[h(401)+h(390)+"es"]();if(!y&&this[h(1341)+h(625)]()&&!this[h(435)+"osed"])if(e[h(706)](h(564),e[h(1184)]))this[h(423)](h(1244),_0x165a9d),this[h(848)+"e"]&&this[h(848)+"e"](_0x25cb37);else{let S=this[h(1034)+h(1353)]?.[h(849)+h(1098)+"nt"](),P=this[h(407)][h(1327)+"tInterceptor"](w[h(1744)],w.reason);this[h(1421)+h(1038)+h(1529)](Ee(e[h(1175)],{code:1006,reason:w[h(259)]||h(997)+h(740)+h(1399)+h(477)+h(343)+"ame: "+S,willReconnect:P})),P&&this[h(1605)]();return}if(e[h(1623)](1e3,w.code)&&this["_readyCl"+h(368)]){this[h(1421)+h(1038)+"ent"](Ee(e.AtmdE,{code:1e3,reason:e[h(868)]})),this[h(1034)+"tManager"]?.[h(1467)+h(1562)+"fig"](),this[h(1426)+"sCounter"]?.[h(433)+"nter"]();return}if(e[h(1159)](1e3,w[h(1744)])&&y)if(e[h(282)](e[h(1048)],e.KXqCm)){let S=this[h(1034)+h(1353)]?.[h(849)+h(1098)+"nt"](),P=w[h(259)];P||(P=await e.JWCPR(_0,this[h(729)])),P=h(997)+"ng faile"+h(590)+P+", hostname: "+S+(h(1177)+h(1257)+h(1521)),this[h(1421)+"hCloseEv"+h(1529)](e[h(1162)](Ee,"close",{code:w[h(1744)],reason:P}));let O=h(650)+S+(h(991)+h(1035)+h(1091)+"ed");this[h(1421)+"hErrorEvent"](e[h(377)](ye,e.RWYWp,{message:O,code:$e[h(299)+"IES_ERROR"]})),this[h(1034)+h(1353)]?.[h(1467)+"pointCon"+h(1466)](),this[h(1426)+h(1215)]?.["resetCou"+h(604)]();return}else return new _0x4465bb(S=>{let P=h;_0x37a384(S,this[P(928)+P(888)+"e"](_0x2f2b88))});if(e[h(855)](1e3,w.code)&&!w[h(259)]){let S=this["_endpoin"+h(1353)]?.[h(849)+h(1098)+"nt"]();this[h(1421)+"hCloseEv"+h(1529)](e[h(1349)](Ee,e[h(1175)],{code:w.code,reason:h(997)+h(740)+"d, unknown reaso"+h(343)+h(255)+S})),this[h(1034)+"tManager"]?.[h(1467)+h(1562)+h(1466)](),this[h(1426)+"sCounter"]?.["resetCou"+h(604)]();return}this[h(1421)+h(1038)+"ent"](w),this[h(1034)+h(1353)]?.[h(1467)+h(1562)+h(1466)](),this[h(1426)+"sCounter"]?.[h(433)+h(604)]()}},this[r(1255)]=null,this.onerror=null,this[r(848)+"e"]=null,this[r(1059)]=null,this[r(410)+"econnect"]=null,this[r(968)+r(601)]=null,this["onStopIm"+r(1753)+r(278)+"ct"]=null,this[r(999)+r(892)]=this[r(999)+r(892)].bind(this),this[r(999)+"ffLine"]=this[r(999)+r(419)][r(1152)](this),this["_handleP"+r(1266)]=this[r(1701)+r(1266)][r(1152)](this),this[r(1701)+r(283)]=this[r(1701)+r(283)][r(1152)](this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:e.TclLh(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(803),pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:e[r(1619)],env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};let{url:d,ws:l}=t,g=Array[r(1621)](d)?d:e[r(1224)](e.EVoDt,typeof d)?[d]:[];if(!g||e[r(1372)](0,g.length))throw new Error(e[r(749)]);if(!e.JWCPR(g0,l))throw new Error(e.oxQtx);Object[r(1239)](this[r(407)],t),this[r(1034)+"tManager"]=new Ki(g,this[r(407)][r(317)+"es"]),this._pingLossCounter=new w0(this[r(407)][r(1704)+r(545)]),this._options[r(584)+r(737)]&&(this[r(834)]=!0,this[r(1605)]()),this[r(407)][r(262)+r(251)+r(1202)]&&(this[r(748)+"T"]||this[r(1398)+"X"]?this[r(1633)+r(1075)+"ange"]():this[r(1430)+"er"]&&this[r(253)+r(1307)+r(1579)]())}[n(999)+n(892)](){let t=n;this[t(407)][t(1543)+"utoRecon"+t(909)]||this[t(435)+t(368)]||this[t(668)+t(577)]()}["_handleO"+n(419)](){let t=n,r={kxpXH:function(a,d){return e[I(948)](a,d)},PrDpg:function(a,d){return e[I(1622)](a,d)}};if(e[t(1036)](e.MDIzU,e[t(1046)]))r.kxpXH(_0x2e1b42,this["_pingPon"+t(1576)+"Id"]),r[t(1328)](_0x1d8a74,this["_reconne"+t(1101)+t(1133)]),this[t(739)+"gTimeoutId"]=null,this[t(694)+t(1101)+"tId"]=null;else{this["_destroy"+t(1671)+"t"]();let a=e[t(1154)](mr,e[t(396)],{message:"stop imm"+t(1027)+t(269)+"ct"});this[t(1383)+"mediatel"+t(278)+"ct"]&&this[t(1383)+t(1753)+"yReconnect"](a)}}[n(253)+n(1307)+n(1579)](){let t=n,r={usnxy:function(a,d,l){return e[I(687)](a,d,l)},jvmma:function(a,d){return a(d)}};e[t(713)]!==e.oRRdB?(this[t(1430)+"er"]&&window[t(805)+"Listener"](e[t(1611)],this[t(999)+t(892)]),this[t(1430)+"er"]&&window[t(805)+t(1579)](e[t(1135)],this["_handleO"+t(419)]),this[t(1430)+"er"]&&window.addEventListener(t(452),this[t(1701)+t(1266)]),this._isBrowser&&window["addEvent"+t(1579)](e[t(1548)],this[t(1701)+t(283)])):(RKxwlG[t(736)](_0x2afd13,_0x4f55ce,96),_0xe37495(_0x423121,RKxwlG.jvmma(_0x293ad2,_0x160cab)))}[n(1699)+n(1307)+n(1579)](){let t=n;if(e.TtmTO(e[t(1618)],t(765)))this[t(1430)+"er"]&&window["removeEv"+t(1630)+"ner"](e.gTuTe,this[t(999)+"nLine"]),this._isBrowser&&window[t(1136)+"entListe"+t(1558)](e[t(1135)],this[t(999)+"ffLine"]),this[t(1430)+"er"]&&window[t(1136)+t(1630)+t(1558)](e[t(648)],this[t(1701)+t(1266)]),this._isBrowser&&window["removeEv"+t(1630)+t(1558)](e.wXINf,this[t(1701)+t(283)]);else return _0x1099ca&&(_0x36fefd=(0,_0xf59197[xaWEzb[t(1485)](_0x29b453,_0x865261)[0]])(_0x25cb00=0)),_0x21c7b3}["_handleP"+n(1266)](t){let r=n,a={ILjjQ:function(d,l,g){return e.DDDYW(d,l,g)},XJFfm:r(1645)};if(e[r(1384)]("iKCGx",r(1115))){if(this._endpointManager?.[r(401)+"chMaxTries"]()){let l=this["_endpoin"+r(1353)]?.getCurrentEndpoint();this[r(1421)+"hCloseEv"+r(1529)](a[r(1741)](_0x2cb86f,a[r(1174)],{code:1006,reason:r(650)+l+(r(1018)+r(1177)+r(1257)+r(1521)),wasClean:!0}))}else{let l=this[r(407)][r(1327)+r(573)+"ptor"](_0x202852,_0x2c0f68);this[r(1421)+r(1038)+r(1529)](a[r(1741)](_0x221ebe,r(1645),{code:_0x565f4d,reason:_0x9649c1,wasClean:!0,willReconnect:l})),l&&this[r(1605)]()}return}else!t.persisted&&(this[r(1430)+"er"]&&window[r(1136)+r(1630)+"ner"](e[r(648)],this[r(1701)+r(1266)]),this[r(1430)+"er"]&&window["removeEventListe"+r(1558)](e[r(1548)],this["_handleP"+r(283)]),this.close()),this[r(1430)+"er"]&&window[r(1136)+r(1630)+r(1558)](e.gTuTe,this._handleOnLine),this[r(1430)+"er"]&&window["removeEv"+r(1630)+"ner"](e.oymjw,this[r(999)+"ffLine"])}[n(1701)+n(283)](t){let r=n;t[r(797)+"d"]&&(this[r(1341)+r(625)]()&&(!this[r(1305)]||e.vSnhB(this[r(1305)][r(1644)+"te"],this[r(582)])||e[r(953)](this[r(1305)][r(1644)+"te"],this[r(1120)+"NG"]))&&this[r(999)+r(892)](),this[r(1430)+"er"]&&window[r(805)+r(1579)](e[r(1611)],this[r(999)+r(892)]),this[r(1430)+"er"]&&window[r(805)+"Listener"](e.oymjw,this[r(999)+"ffLine"]))}async[n(293)+"eUrl"](t){let r=n,{fpID:a,deviceID:d,bddID:l,ttwID:g,accessKey:w,aID:h,customParams:y={},enableAutoAck:S,enableQoS:P,QoSLevel:O,env:L}=this._options,z,W,ee;this[r(1430)+"er"]||this[r(1398)+"X"]||this[r(748)+"T"]?e.INEXv(e[r(1116)],e[r(1116)])?(z=location&&e[r(1069)](e[r(802)],location[r(376)])?e[r(1566)]:e[r(1728)],W=t[r(1757)](/((^ws)|(^http))((?:[s]*:\/\/))/,""),ee=/^wss(.*:\/\/)/.test(t)?t:""+z+W):(_0x29cb1f=e.EuBbt(e[r(1099)](65536,e[r(316)](1023&_0x1efc5a,10)),1023&_0x3bd36b),++_0x90a282,_0x5a0a6b[_0x407e9++]=e[r(1532)](e[r(608)](_0x5b7767,18),240),_0x311eed[_0x9c02f8++]=e[r(335)](e[r(858)](e.tnEfG(_0x512316,12),63),128),_0x261601[_0xb78953++]=e[r(867)](e[r(514)](e[r(899)](_0x1c6959,6),63),128),_0x2fbab8[_0x1a98f9++]=e.DoFMy(e[r(669)](63,_0x7b8b35),128)):(z=e[r(1566)],W=t[r(1757)](/(^http)((?:[s]*:\/\/))/,""),ee=/(^ws)((?:[s]*:\/\/))/.test(W)?W:""+z+W);let gt=l?e[r(618)]:g?e.fsRsC:r(1600)+"d",Cr=l||g||d;if(e[r(532)](!Cr,!gt))throw new Error(e.nSnSs);let Y0=e.MgzRz(e[r(1639)],typeof y)?await e.wTNah(y):y,Z0=L?e[r(290)](m0,L.xUseEnv,L[r(753)]):{},Ar=Object.assign({device_platform:e[r(1124)],version_code:e[r(548)],access_key:w,fpid:a,aid:h,[gt]:Cr,xsack:S?1:0,xaack:S?1:0,xsqos:P?1:0,qos_level:P?O:void 0,qos_sdk_version:2,...Z0},Y0),Q0=Object.keys(Ar)[r(1482)]((Ir,kr)=>Ar[kr]!==void 0?""+Ir+(Ir?"&":"?")+kr+"="+Ar[kr]:Ir,"");return ee+"/ws/v2"+Q0}async[n(1605)](){let t=n,r={FwWxj:function(a,d,l,g){return e[I(825)](a,d,l,g)},nHofF:function(a,d,l){return e[I(1533)](a,d,l)},WFORo:t(500)};if(!(this._connectLock||this[t(435)+t(368)])){this[t(1605)+t(1033)]=!0;try{let a=this[t(1034)+t(1353)]?.[t(1725)+t(507)+"ointReac"+t(1083)+t(784)](),{timeoutInterval:d}=this._options;if(a){let g=this._endpointManager?.[t(849)+"ntEndpoint"](),w=this["_endpoin"+t(1353)]?.["replaceB"+t(1151)+t(1155)+t(457)+t(1292)](),h=this[t(1034)+t(1353)]?.[t(849)+t(1098)+t(971)+t(1763)]();if(w)if(e[t(775)](e[t(1107)],e.ECxsA))try{EJmZpo[t(795)](_0x53d9a0,this,_0x314ff2,[_0xee7cdb,_0x69dad,_0x10d8ed])}catch(y){let S=EJmZpo.nHofF(_0x465636,EJmZpo[t(1009)],{message:y[t(1244)],code:_0x1b81b7[t(1241)+"OR"],error:y});this[t(1421)+"hErrorEv"+t(1529)](S)}else{let y="connect "+g+(t(1018)+t(1177)+t(1257)+t(428)+t(388)+t(962)+"ndpoint ")+w+(t(1242)+"y"),S=e[t(1387)](ye,e[t(463)],{message:y,code:$e[t(299)+t(1204)+"R"]});this._debug(y),this["_dispatchErrorEv"+t(1529)](S),this[t(729)]=await this["_generat"+t(571)](w),this[t(1668)](t(650)+w+" "+h+t(788)),this[t(865)+"sListeners"]()}else{let y=t(650)+g+(t(1018)+t(1177)+t(1257)+"ached");this[t(1668)](y),this["_dispatchErrorEv"+t(1529)](e[t(897)](ye,t(500),{message:y,code:$e["MAX_RETR"+t(1204)+"R"]}));return}}else{let g=this[t(1034)+t(1353)]?.[t(849)+t(1098)+t(1234)+"ateCount"](),w=this[t(1034)+t(1353)]?.[t(849)+t(1098)+t(971)+"ount"]();this[t(729)]=await this["_generat"+t(571)](e[t(814)](g,"")),this[t(1668)](t(650)+g+" "+w+t(788)),this[t(865)+t(763)+"rs"]()}if(this[t(834)])this[t(834)]=!1;else{let g=mr(t(1327)+"t",{message:e[t(486)]});this[t(410)+t(577)]&&this[t(410)+t(577)](g)}let l=this[t(1034)+t(1353)]?.[t(849)+t(1098)+t(971)+"ount"]()||0;e[t(470)](l,1)&&await this[t(1696)](e[t(1643)](l,1)),this._debug("connecti"+t(1654)+this[t(729)]+(t(1106)+"ls: ")+this[t(1164)+"ls"]),this[t(1305)]=h0({url:this[t(729)],protocols:[this[t(1164)+"ls"]],headers:this[t(407)][t(764)+"ramParams"][t(1716)+t(301)]},this[t(407)].ws),(this._isBrowser||this[t(444)+"r"])&&this[t(1305)]&&(this[t(1305)][t(959)+"pe"]=this["_binaryT"+t(716)]),this._addWsListeners(),this[t(1605)+t(303)+"utId"]=setTimeout(this._onTimeout[t(1152)](this),d)}catch(a){throw this[t(1605)+t(1033)]=!1,a}}}["_clearTi"+n(1208)](){let t=n;e[t(549)](clearTimeout,this[t(1605)+"ionTimeo"+t(1272)]),this["_connect"+t(303)+t(1272)]=null}[n(1587)+n(266)](){let t=n;e[t(549)](clearTimeout,this["_pingPon"+t(1576)+"Id"]),e[t(1749)](clearTimeout,this[t(694)+t(1101)+"tId"]),this[t(739)+t(1576)+"Id"]=null,this["_reconne"+t(1101)+t(1133)]=null}_debug(...t){let r=n;this[r(407)][r(585)]&&console.log[r(361)](console,[r(300)+">",...t])}["_getInte"+n(888)+"e"](t){let r=n,{initReconnectInterval:a,maxReconnectInterval:d,reconnectIntervalGrowFactor:l}=this[r(407)],g=e.OvqTb(a,Math.pow(l,e[r(904)](t,1)));return g>d?d:g}[n(745)](){let t=n;if(this[t(1305)]&&this[t(1305)].readyState===this[t(1120)+"NG"]){this[t(1587)+t(266)](),this._pingPongTimeoutId=setTimeout(this[t(745)].bind(this),this._options[t(1556)+t(1253)]);return}if(!this[t(1305)]||e[t(350)](this[t(1305)][t(1644)+"te"],this[t(582)]))return void this[t(668)+t(577)]();this[t(1305)]&&this[t(1305)][t(727)]("hi"),this[t(694)+t(1101)+t(1133)]=e.htocK(setTimeout,this[t(668)+t(577)+t(1554)][t(1152)](this),this[t(407)][t(1235)+"outInterval"])}["_handleR"+n(577)+n(1554)](){let t=n;this[t(1426)+t(1215)]?.[t(1473)](),this.emit(e[t(972)],e[t(1233)]),this[t(1426)+t(1215)]?.[t(401)+t(1591)+"nt"]()?this._handleReconnect():this._ping()}[n(1341)+"orOnline"](){let t=n;return this[t(748)+"T"]||this._isMiniWX?this[t(952)+t(1740)+t(1484)]:(this[t(1430)+"er"]||this[t(444)+"r"])&&this[t(407)][t(262)+t(251)+t(1202)]?navigator[t(1737)]:!0}["_handleR"+n(577)](){let t=n;!this[t(1341)+t(625)]()||this[t(435)+t(368)]||(this[t(1034)+t(1353)]?.[t(1467)+t(1562)+t(1466)](),this[t(1426)+t(1215)]?.[t(433)+t(604)](),this[t(1305)]?this[t(1578)+t(1468)](1001,e[t(1390)],!0):this[t(1605)]())}[n(1633)+"etWorkChange"](){let t=n;this[t(748)+"T"]?tt["onNetwor"+t(1014)+t(1480)](({isConnected:r})=>{let a=t;this[a(952)+"igatorOn"+a(1484)]=r,r?this["_handleO"+a(892)]():this[a(999)+a(419)]()}):this[t(1398)+"X"]&&wx["onNetwor"+t(1014)+t(1480)](({isConnected:r})=>{let a=t;this["_miniNav"+a(1740)+a(1484)]=r,r?this[a(999)+a(892)]():this[a(999)+"ffLine"]()})}_wait(t){let r={pFNGN:function(a,d,l){return e[I(945)](a,d,l)}};return new Promise(a=>{let d=I;r.pFNGN(setTimeout,a,this[d(928)+d(888)+"e"](t))})}["_disconn"+n(1468)](t=1e3,r="",a=!1){let d=n;this[d(1305)]&&this["_destroy"+d(1671)+"t"](t,r,a)}[n(886)+"ut"](){let t=n;if(e[t(1264)](e[t(1589)],e[t(336)]))return null;{let r=this[t(1034)+t(1353)]?.[t(849)+t(1098)+"nt"]();this[t(1668)](t(650)+r+t(1018)),this[t(1578)+t(1468)](1001,t(799)+t(872)+t(1574)+"g",!0)}}_sendAck(t){let r=n,a=e[r(1072)](pr,t);this[r(1305)]&&e.mTsiT(this[r(1305)][r(1644)+"te"],this[r(582)])&&(this[r(1305)]&&this[r(1305)][r(727)](a),this[r(1668)](r(1603),t))}[n(865)+n(763)+"rs"](){let t=n,r=e[t(448)][t(1627)]("|"),a=0;for(;;){switch(r[a++]){case"0":if(!this[t(1305)])return;continue;case"1":this[t(1305)]["removeEv"+t(1630)+t(1558)](t(1499),this[t(1524)]);continue;case"2":this._ws.removeEventListener(e[t(1722)],this[t(689)+"ge"]);continue;case"3":this[t(1305)]["removeEv"+t(1630)+t(1558)](e[t(1175)],this._onClose);continue;case"4":this[t(1305)][t(1136)+t(1630)+t(1558)](e[t(463)],this._onError);continue}break}}["_addWsLi"+n(1316)](){let t=n;this[t(1305)]&&(this[t(1305)][t(805)+"Listener"](t(1499),this[t(1524)]),this[t(1305)][t(805)+t(1579)](e[t(1175)],this[t(746)]),this[t(1305)]["addEvent"+t(1579)](e[t(1722)],this[t(689)+"ge"]),this[t(1305)]["addEvent"+t(1579)](e.RWYWp,this[t(491)]))}[n(424)+"nceClose"](t=1e3,r=""){let a=n;try{this[a(1305)]&&this[a(1305)][a(1645)](t,r)}catch{}}[n(543)+"WebSocket"](t=1e3,r="",a=!1){let d=n,l={DpCRV:function(g,w){return e[I(453)](g,w)},qRaTM:function(g){return e.QefqE(g)}};if(e.HLnSB(e[d(1025)],d(1719))){if(this[d(1587)+d(266)](),this["_clearTi"+d(1208)](),this[d(865)+"sListeners"](),this["_wsInsta"+d(387)](1e3,r),this[d(1605)+d(1033)]=!1,a&&this[d(1341)+d(625)]()&&!this[d(435)+d(368)]){if(this["_endpoin"+d(1353)]?.[d(401)+d(390)+"es"]()){let w=this["_endpoin"+d(1353)]?.["getCurre"+d(1098)+"nt"]();this[d(1421)+d(1038)+d(1529)](Ee(d(1645),{code:1006,reason:d(650)+w+(" timeout"+d(1177)+d(1257)+d(1521)),wasClean:!0}))}else if(e[d(1219)](e.CxqUn,e[d(894)])){let w=this[d(407)][d(1327)+d(573)+d(535)](t,r);this[d(1421)+d(1038)+d(1529)](e[d(985)](Ee,e[d(1175)],{code:t,reason:r,wasClean:!0,willReconnect:w})),w&&this._connect()}else this[d(834)]=!1,SBkkEf[d(1013)](_0x29c3d5,this[d(1605)+d(303)+d(1272)]),SBkkEf[d(1510)](_0x5054a0);return}this[d(1341)+"orOnline"]()||this[d(435)+d(368)]?this[d(1421)+d(1038)+d(1529)](Ee(e.AtmdE,{code:t,reason:e.bxoiE})):this[d(1421)+"hCloseEv"+d(1529)](e[d(1452)](Ee,e[d(1175)],{code:1006,reason:e.bofzp})),this._ws=null,this["_endpoin"+d(1353)]?.[d(1467)+d(1562)+d(1466)](),this[d(1426)+d(1215)]?.[d(433)+d(604)]()}else return!0}[n(1421)+"hOpenEvent"](t){let r=n;this[r(423)](e.HDppo,t),this.onopen&&this[r(1059)](t)}[n(1421)+n(279)+n(939)](t){let r=n;if(e.rKKvn(e[r(642)],e[r(676)]))this.emit(e[r(1722)],t),this[r(848)+"e"]&&this[r(848)+"e"](t);else return this[r(331)][r(381)]}[n(1421)+"hAckMess"+n(592)](t){let r=n;this[r(423)](r(1531),t),this[r(968)+r(601)]&&this[r(968)+r(601)](t)}["_dispatc"+n(683)+n(1529)](t){let r=n;this[r(423)](r(500),t),this[r(652)]&&this[r(652)](t)}[n(1421)+"hCloseEvent"](t){let r=n;this[r(423)](e[r(1175)],t),this[r(1255)]&&this.onclose(t)}get[n(959)+"pe"](){let t=n;if(t(402)!=="hcMjW")return this[t(1305)]?this[t(1305)][t(959)+"pe"]:this[t(1727)+t(716)];this[t(407)][t(585)]&&_0x2fc89c[t(242)][t(361)](_0x4981da,[e[t(1447)],..._0x20fe1f])}set[n(959)+"pe"](t){let r=n;e.paHRZ!==e.paHRZ?(_0x46bb9d(_0x342f0c,82),e[r(1397)](_0x23bbae,_0x6bdff5,_0x2143f5)):(this[r(1727)+r(716)]=t,this[r(1305)]&&(this._ws.binaryType=t))}get[n(878)+"nt"](){let t=n;return this[t(1034)+t(1353)]?.[t(849)+"ntEndpoi"+t(971)+t(1763)]()||0}get[n(1015)+"Amount"](){let t=n,r={HGzMs:function(a){return e[I(832)](a)},DwrfF:function(a,d){return a(d)}};if(t(1486)===e[t(826)]){let a=ZUDQyV[t(1475)](_0xb725a3);return _0x5d9e36(_0x3a3bac,a),ZUDQyV.DwrfF(_0xcc31e8,a)}else{let a=this[t(345)+t(1403)][t(1482)]((d,l)=>(d+=l&&l[t(576)+"th"]||0,d),0);return e.DqAho(a,this[t(1305)]?this[t(1305)][t(1015)+t(1032)]:0)}}get[n(271)+"ns"](){let t=n;return this._ws?this[t(1305)].extensions:""}get[n(376)](){let t=n;return this[t(1305)]?this[t(1305)][t(376)]:""}get[n(1644)+"te"](){let t=n;return this[t(1305)]?this._ws[t(1644)+"te"]:this[t(407)][t(584)+t(737)]?this[t(1120)+"NG"]:this[t(1756)]}get[n(1637)](){let t=n;return this[t(1305)]?this[t(1305)][t(1637)]:this[t(729)]}[n(1645)](t=1e3,r){let a=n,d=e.ATElW[a(1627)]("|"),l=0;for(;;){switch(d[l++]){case"0":this["_clearPi"+a(266)]();continue;case"1":this[a(1752)+a(1352)]?.[a(1248)]();continue;case"2":this[a(1273)+a(1208)]();continue;case"3":this[a(435)+a(368)]=!0;continue;case"4":if(!this._ws)return void this[a(1668)](e[a(1024)]);continue;case"5":this[a(543)+"WebSocket"](t,r);continue;case"6":this[a(1699)+a(1307)+"Listener"]();continue;case"7":if(e[a(926)](this[a(1305)].readyState,this.CLOSED)||e[a(1536)](this._ws.readyState,this[a(722)]))return void this[a(1668)](e[a(380)]);continue}break}}async send(t,r){let a=n,d={QoMwp:function(ee,gt){return e.TgqpC(ee,gt)},vugkt:function(ee,gt){return e[I(640)](ee,gt)}};if(e[a(643)](null,t))throw new Error(e[a(1195)]);e.wbkKj(e[a(1551)],typeof t)&&(t=JSON[a(856)+"y"](t)),e.HWucP(e[a(378)],typeof t)&&!e.cBElC(t,ArrayBuffer)&&!(t.buffer&&e.gaKvT(t[a(1211)],ArrayBuffer))&&(t=JSON[a(856)+"y"](t));let l=await e[a(1609)](Ji,t),g=e[a(1323)](p0,t),{method:w=0,service:h=this[a(407)].service,logID:y=this[a(407)][a(274)+a(750)](),headers:S=this[a(407)][a(1583)],payloadEncoding:P=this._options[a(1049)+"ncoding"],payloadType:O=this._options[a(430)+a(716)],logIDNew:L=this[a(407)].logIDNewConfig[a(1616)+a(383)+a(816)+"ew"]?e[a(267)](o,this[a(407)][a(720)+a(1231)][a(665)]):""}=e[a(681)](r,{});if(!h)throw new Error(a(1726)+a(1185)+a(1647)+"ervice");let z={SeqID:K[a(876)+"er"](this[a(1582)]++),LogID:K[a(876)+"er"](y),service:h,method:w,headers:S,payloadEncoding:e[a(351)](P,Object)?P[a(354)]?P[a(354)]:"":P,payloadType:e[a(306)](O,Object)?O[a(1446)]?O[a(1446)]:g:O||g,payload:l,LogIDNew:L},W=e.QZmme(pr,z);if(this[a(1305)]&&e.ficaz(this[a(1305)].readyState,this.OPEN))e[a(813)](a(1492),"fthwJ")?(this[a(1305)]&&this[a(1305)][a(727)](W),this[a(1668)](e.sZjtg,z)):(_0x391483.set(_0x10d122,_0x47fc81),_0x3e5db2[a(853)](_0x4b48ae,_0x248a6b));else if(this[a(345)+a(1403)].length<this[a(407)][a(1635)+"geQueueLength"]){if(e[a(572)]===a(1530))throw _0x5e2d60=_0x5b7dbf[a(1395)],_0x14baf0(_0x547132,10,_0x499f70[a(1395)]);this[a(345)+a(1403)][a(1209)](W),this[a(1668)](e.mJsxk,z)}else{if(a(397)!==e[a(1470)])return _0xc11966|=0,{low:_0x270ce1,high:OBCyhd[a(1301)](_0x195146,31),unsigned:OBCyhd[a(1315)](_0x19051d,0)};this[a(345)+a(1403)][a(1010)](),this[a(345)+a(1403)][a(1209)](W)}return{seqID:this[a(1582)],logID:y,logIDNew:L}}async reconnect(t){let r=n,{url:a}=e[r(532)](t,{}),d=Array[r(1621)](a)?a:e[r(378)]==typeof a?[a]:[];t&&Object[r(1239)](this[r(407)],t),d&&d[r(1395)]?this[r(1034)+r(1353)]=new Ki(d,this._options[r(317)+"es"]):this["_endpoin"+r(1353)]?.["resetEnd"+r(1562)+r(1466)](),this["_pingLos"+r(1215)]?.[r(433)+r(604)](this[r(407)][r(1704)+r(545)]),this[r(435)+r(368)]=!1,this._ws&&e.BDUJm(this[r(1305)].readyState,this[r(1756)])?this[r(1578)+r(1468)](1e3,e.qxaAV,!0):(this[r(834)]=!0,this._connect())}async[n(1331)](){let t=n;if(!this[t(1605)+"Lock"]){let r=e[t(1181)].split("|"),a=0;for(;;){switch(r[a++]){case"0":this[t(1034)+t(1353)]?.[t(1467)+t(1562)+t(1466)]();continue;case"1":this[t(435)+t(368)]=!1;continue;case"2":this[t(1426)+"sCounter"]?.[t(433)+t(604)]();continue;case"3":this[t(834)]=!0;continue;case"4":this[t(1605)]();continue}break}}}[n(805)+n(1579)](t,r){this.on(t,r)}[n(1146)+n(939)](t){let r=n,{type:a}=t;this[r(423)](a,t)}[n(1136)+n(1630)+n(1558)](t,r){this.off(t,r)}[n(1078)](){let t=n,r={kmIQD:function(a,d){return e[I(1392)](a,d)},NDjwk:e[t(1233)],ZgRSl:e[t(972)]};return new Promise((a,d)=>{let l=t,g={qBwLj:function(y,S){return y|S},AxhGo:function(y,S){return e.FJabc(y,S)},ACTTB:function(y,S){return e.gdOfj(y,S)},aUvzN:function(y,S){return e[I(1250)](y,S)},mfOnI:function(y,S){return e[I(567)](y,S)},nkvSO:function(y,S){return e.pZhkF(y,S)},PSphV:function(y,S){return e.YkLet(y,S)},SEgVT:function(y,S){return e[I(1347)](y,S)},vAvgN:function(y,S){return y+S},bTfYH:function(y,S){return e.foSBH(y,S)},QFofj:function(y,S){return y+S},nSBLj:function(y,S){return e[I(1710)](y,S)},ANkQo:l(623),wymZH:e[l(664)],vkCsb:function(y,S){return y(S)},prhsn:e[l(1145)],BKEbY:e[l(1684)],mhhwS:l(1339)+l(1700)+"t"};this[l(1587)+"ngTimer"](),this[l(739)+l(1576)+"Id"]=e[l(1495)](setTimeout,this[l(745)][l(1152)](this),this[l(407)][l(1556)+l(1253)]);let w=()=>{let y=l;g[y(520)](g[y(1474)],g[y(1464)])?(_0x532d33=FMCfuZ[y(711)](FMCfuZ.AxhGo(FMCfuZ[y(546)](FMCfuZ[y(1144)](7&_0x23ef32,18),FMCfuZ[y(1144)](FMCfuZ[y(1176)](63,_0x18a06f),12)),FMCfuZ[y(1144)](FMCfuZ[y(1043)](63,_0x1808e0),6)),FMCfuZ[y(1176)](63,_0x71ee5b)),FMCfuZ[y(254)](_0x29e5bc,65536)||FMCfuZ[y(869)](_0x33940f,1114111)?_0x4eb74e+=_0x2c1d4b:(_0x3c2553-=65536,_0x47323a+=_0x1b28b4(FMCfuZ[y(305)](FMCfuZ.bTfYH(_0x347b48,10),55296),FMCfuZ[y(1097)](1023&_0x103f40,56320)),_0x5c9a35+=3)):(g[y(481)](a,g[y(432)]),this[y(663)](g[y(1559)],w),this[y(663)](g.mhhwS,h))},h=()=>{let y=l;r[y(1016)](d,r[y(906)]),this[y(663)](y(1339)+y(680)+"s",w),this[y(663)](r[y(898)],h)};this.on(e[l(1684)],w),this.on(l(1339)+l(1700)+"t",h),this._ping()})}}})(),Z["CustomCl"+C(337)]=Y[C(1350)+"oseEvent"],Z[C(995)+C(553)]=Y["CustomEr"+C(553)],Z[C(874)+"e"]=Y[C(874)+"e"],Z[C(939)]=Y.Event,Z.FWS=Y[C(1203)],Z[C(1677)+"MessageEvent"]=Y[C(1677)+C(1259)+C(1427)],Z.MessageEvent=Y[C(1259)+C(1427)],Z[C(744)+"t"]=Y.OpenEvent,Z[C(1105)+C(465)]=Y["Reconnec"+C(465)],Z[C(1346)+C(337)]=Y[C(1346)+C(337)],Z["createEr"+C(553)]=Y["createEr"+C(553)],Z["createMe"+C(1180)+"nt"]=Y[C(1111)+C(1180)+"nt"],Z[C(472)+C(754)]=Y[C(472)+C(754)],Z["createRe"+C(1238)+C(1427)]=Y["createRe"+C(1238)+"vent"],Z[C(1538)+C(498)]=Y[C(1538)+C(498)],Z["encodeFr"+C(615)]=Y[C(612)+C(615)];for(Bn in Y)["CustomCl"+C(337),C(995)+C(553),C(874)+"e",C(939),C(1203),C(1677)+C(1259)+C(1427),C(1259)+C(1427),"OpenEvent",C(1105)+C(465),"createCloseEvent",C(1005)+C(553),C(1111)+"ssageEvent",C(472)+"enEvent",C(1278)+"connectEvent","decodedF"+C(498),C(612)+"ame"].indexOf(Bn)===-1&&(Z[Bn]=Y[Bn]);var Bn;Object["definePr"+C(294)](Z,C(779)+"le",{value:!0})});var He=le((Zp,Po)=>{"use strict";var Io=["nodebuffer","arraybuffer","fragments"],ko=typeof Blob<"u";ko&&Io.push("blob");Po.exports={BINARY_TYPES:Io,CLOSE_TIMEOUT:3e4,EMPTY_BUFFER:Buffer.alloc(0),GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",hasBlob:ko,kForOnEventAttribute:Symbol("kIsForOnEventAttribute"),kListener:Symbol("kListener"),kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),NOOP:()=>{}}});var Xt=le((Qp,jn)=>{"use strict";var{EMPTY_BUFFER:Kd}=He(),Jr=Buffer[Symbol.species];function jd(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 x=n[c];s.set(x,o),o+=x.length}return o<e?new Jr(s.buffer,s.byteOffset,o):s}function To(n,e,s,o,c){for(let x=0;x<c;x++)s[o+x]=n[x]^e[x&3]}function Do(n,e){for(let s=0;s<n.length;s++)n[s]^=e[s&3]}function Gd(n){return n.length===n.buffer.byteLength?n.buffer:n.buffer.slice(n.byteOffset,n.byteOffset+n.length)}function $r(n){if($r.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),$r.readOnly=!1),e}jn.exports={concat:jd,mask:To,toArrayBuffer:Gd,toBuffer:$r,unmask:Do};if(!process.env.WS_NO_BUFFER_UTIL)try{let n=X("bufferutil");jn.exports.mask=function(e,s,o,c,x){x<48?To(e,s,o,c,x):n.mask(e,s,o,c,x)},jn.exports.unmask=function(e,s){e.length<32?Do(e,s):n.unmask(e,s)}}catch{}});var No=le((em,Lo)=>{"use strict";var Ro=Symbol("kDone"),Vr=Symbol("kRun"),Xr=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])}}};Lo.exports=Xr});var kt=le((tm,zo)=>{"use strict";var Yt=X("zlib"),Oo=Xt(),Wd=No(),{kStatusCode:Mo}=He(),Jd=Buffer[Symbol.species],$d=Buffer.from([0,0,255,255]),Wn=Symbol("permessage-deflate"),Ke=Symbol("total-length"),At=Symbol("callback"),Qe=Symbol("buffers"),It=Symbol("error"),Gn,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,!Gn){let s=this._options.concurrencyLimit!==void 0?this._options.concurrencyLimit:10;Gn=new Wd(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[At];this._deflate.close(),this._deflate=null,e&&e(new Error("The deflate stream was closed while data was being processed"))}}acceptAsServer(e){let s=this._options,o=e.find(c=>!(s.serverNoContextTakeover===!1&&c.server_no_context_takeover||c.server_max_window_bits&&(s.serverMaxWindowBits===!1||typeof s.serverMaxWindowBits=="number"&&s.serverMaxWindowBits>c.server_max_window_bits)||typeof s.clientMaxWindowBits=="number"&&!c.client_max_window_bits));if(!o)throw new Error("None of the extension offers can be accepted");return s.serverNoContextTakeover&&(o.server_no_context_takeover=!0),s.clientNoContextTakeover&&(o.client_no_context_takeover=!0),typeof s.serverMaxWindowBits=="number"&&(o.server_max_window_bits=s.serverMaxWindowBits),typeof s.clientMaxWindowBits=="number"?o.client_max_window_bits=s.clientMaxWindowBits:(o.client_max_window_bits===!0||s.clientMaxWindowBits===!1)&&delete o.client_max_window_bits,o}acceptAsClient(e){let s=e[0];if(this._options.clientNoContextTakeover===!1&&s.client_no_context_takeover)throw new Error('Unexpected parameter "client_no_context_takeover"');if(!s.client_max_window_bits)typeof this._options.clientMaxWindowBits=="number"&&(s.client_max_window_bits=this._options.clientMaxWindowBits);else if(this._options.clientMaxWindowBits===!1||typeof this._options.clientMaxWindowBits=="number"&&s.client_max_window_bits>this._options.clientMaxWindowBits)throw new Error('Unexpected or invalid parameter "client_max_window_bits"');return s}normalizeParams(e){return e.forEach(s=>{Object.keys(s).forEach(o=>{let c=s[o];if(c.length>1)throw new Error(`Parameter "${o}" must have only a single value`);if(c=c[0],o==="client_max_window_bits"){if(c!==!0){let x=+c;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=x}else if(!this._isServer)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else if(o==="server_max_window_bits"){let x=+c;if(!Number.isInteger(x)||x<8||x>15)throw new TypeError(`Invalid value for parameter "${o}": ${c}`);c=x}else if(o==="client_no_context_takeover"||o==="server_no_context_takeover"){if(c!==!0)throw new TypeError(`Invalid value for parameter "${o}": ${c}`)}else throw new Error(`Unknown parameter "${o}"`);s[o]=c})}),e}decompress(e,s,o){Gn.add(c=>{this._decompress(e,s,(x,f)=>{c(),o(x,f)})})}compress(e,s,o){Gn.add(c=>{this._compress(e,s,(x,f)=>{c(),o(x,f)})})}_decompress(e,s,o){let c=this._isServer?"client":"server";if(!this._inflate){let x=`${c}_max_window_bits`,f=typeof this.params[x]!="number"?Yt.Z_DEFAULT_WINDOWBITS:this.params[x];this._inflate=Yt.createInflateRaw({...this._options.zlibInflateOptions,windowBits:f}),this._inflate[Wn]=this,this._inflate[Ke]=0,this._inflate[Qe]=[],this._inflate.on("error",Xd),this._inflate.on("data",Bo)}this._inflate[At]=o,this._inflate.write(e),s&&this._inflate.write($d),this._inflate.flush(()=>{let x=this._inflate[It];if(x){this._inflate.close(),this._inflate=null,o(x);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 x=`${c}_max_window_bits`,f=typeof this.params[x]!="number"?Yt.Z_DEFAULT_WINDOWBITS:this.params[x];this._deflate=Yt.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:f}),this._deflate[Ke]=0,this._deflate[Qe]=[],this._deflate.on("data",Vd)}this._deflate[At]=o,this._deflate.write(e),this._deflate.flush(Yt.Z_SYNC_FLUSH,()=>{if(!this._deflate)return;let x=Oo.concat(this._deflate[Qe],this._deflate[Ke]);s&&(x=new Jd(x.buffer,x.byteOffset,x.length-4)),this._deflate[At]=null,this._deflate[Ke]=0,this._deflate[Qe]=[],s&&this.params[`${c}_no_context_takeover`]&&this._deflate.reset(),o(null,x)})}};zo.exports=Yr;function Vd(n){this[Qe].push(n),this[Ke]+=n.length}function Bo(n){if(this[Ke]+=n.length,this[Wn]._maxPayload<1||this[Ke]<=this[Wn]._maxPayload){this[Qe].push(n);return}this[It]=new RangeError("Max payload size exceeded"),this[It].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH",this[It][Mo]=1009,this.removeListener("data",Bo),this.reset()}function Xd(n){if(this[Wn]._inflate=null,this[It]){this[At](this[It]);return}n[Mo]=1007,this[At](n)}});var Pt=le((nm,Jn)=>{"use strict";var{isUtf8:Fo}=X("buffer"),{hasBlob:Yd}=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 Zr(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 ef(n){return Yd&&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:ef,isValidStatusCode:Qd,isValidUTF8:Zr,tokenChars:Zd};if(Fo)Jn.exports.isValidUTF8=function(n){return n.length<24?Zr(n):Fo(n)};else if(!process.env.WS_NO_UTF_8_VALIDATE)try{let n=X("utf-8-validate");Jn.exports.isValidUTF8=function(e){return e.length<32?Zr(e):n(e)}}catch{}});var ri=le((rm,Wo)=>{"use strict";var{Writable:tf}=X("stream"),Uo=kt(),{BINARY_TYPES:nf,EMPTY_BUFFER:qo,kStatusCode:rf,kWebSocket:sf}=He(),{concat:Qr,toArrayBuffer:of,unmask:af}=Xt(),{isValidStatusCode:cf,isValidUTF8:Ho}=Pt(),$n=Buffer[Symbol.species],be=0,Ko=1,jo=2,Go=3,ei=4,ti=5,Vn=6,ni=class extends tf{constructor(e={}){super(),this._allowSynchronousEvents=e.allowSynchronousEvents!==void 0?e.allowSynchronousEvents:!0,this._binaryType=e.binaryType||nf[0],this._extensions=e.extensions||{},this._isServer=!!e.isServer,this._maxPayload=e.maxPayload|0,this._skipUTF8Validation=!!e.skipUTF8Validation,this[sf]=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=be}_write(e,s,o){if(this._opcode===8&&this._state==be)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 $n(o.buffer,o.byteOffset+e,o.length-e),new $n(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 $n(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 be:this.getInfo(e);break;case Ko:this.getPayloadLength16(e);break;case jo:this.getPayloadLength64(e);break;case Go:this.getMask();break;case ei:this.getData(e);break;case ti:case Vn: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=jo: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=Go:this._state=ei}getMask(){if(this._bufferedBytes<4){this._loop=!1;return}this._mask=this.consume(4),this._state=ei}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&&af(s,this._mask)}if(this._opcode>7){this.controlMessage(s,e);return}if(this._compressed){this._state=ti,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,x)=>{if(c)return s(c);if(x.length){if(this._messageLength+=x.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(x)}this.dataMessage(s),this._state===be&&this.startLoop(s)})}dataMessage(e){if(!this._fin){this._state=be;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=Qr(o,s):this._binaryType==="arraybuffer"?c=of(Qr(o,s)):this._binaryType==="blob"?c=new Blob(o):c=o,this._allowSynchronousEvents?(this.emit("message",c,!0),this._state=be):(this._state=Vn,setImmediate(()=>{this.emit("message",c,!0),this._state=be,this.startLoop(e)}))}else{let c=Qr(o,s);if(!this._skipUTF8Validation&&!Ho(c)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");e(x);return}this._state===ti||this._allowSynchronousEvents?(this.emit("message",c,!1),this._state=be):(this._state=Vn,setImmediate(()=>{this.emit("message",c,!1),this._state=be,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(!cf(o)){let x=this.createError(RangeError,`invalid status code ${o}`,!0,1002,"WS_ERR_INVALID_CLOSE_CODE");s(x);return}let c=new $n(e.buffer,e.byteOffset+2,e.length-2);if(!this._skipUTF8Validation&&!Ho(c)){let x=this.createError(Error,"invalid UTF-8 sequence",!0,1007,"WS_ERR_INVALID_UTF8");s(x);return}this._loop=!1,this.emit("conclude",o,c),this.end()}this._state=be;return}this._allowSynchronousEvents?(this.emit(this._opcode===9?"ping":"pong",e),this._state=be):(this._state=Vn,setImmediate(()=>{this.emit(this._opcode===9?"ping":"pong",e),this._state=be,this.startLoop(s)}))}createError(e,s,o,c,x){this._loop=!1,this._errored=!0;let f=new e(o?`Invalid WebSocket frame: ${s}`:s);return Error.captureStackTrace(f,this.createError),f.code=x,f[rf]=c,f}};Wo.exports=ni});var oi=le((sm,Vo)=>{"use strict";var{Duplex:im}=X("stream"),{randomFillSync:xf}=X("crypto"),Jo=kt(),{EMPTY_BUFFER:df,kWebSocket:ff,NOOP:uf}=He(),{isBlob:Tt,isValidStatusCode:lf}=Pt(),{mask:$o,toBuffer:ot}=Xt(),ve=Symbol("kByteLength"),hf=Buffer.alloc(4),Xn=8*1024,at,Dt=Xn,Ae=0,gf=1,pf=2,ii=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=Ae,this.onerror=uf,this[ff]=void 0}static frame(e,s){let o,c=!1,x=2,f=!1;s.mask&&(o=s.maskBuffer||hf,s.generateMask?s.generateMask(o):(Dt===Xn&&(at===void 0&&(at=Buffer.alloc(Xn)),xf(at,0,Xn),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,x=6);let u;typeof e=="string"?(!s.mask||f)&&s[ve]!==void 0?u=s[ve]:(e=Buffer.from(e),u=e.length):(u=e.length,c=s.mask&&s.readOnly&&!f);let p=u;u>=65536?(x+=8,p=127):u>125&&(x+=2,p=126);let m=Buffer.allocUnsafe(c?u+x:x);return m[0]=s.fin?s.opcode|128:s.opcode,s.rsv1&&(m[0]|=64),m[1]=p,p===126?m.writeUInt16BE(u,2):p===127&&(m[2]=m[3]=0,m.writeUIntBE(u,4,6)),s.mask?(m[1]|=128,m[x-4]=o[0],m[x-3]=o[1],m[x-2]=o[2],m[x-1]=o[3],f?[m,e]:c?($o(e,o,m,x,u),[m]):($o(e,o,e,0,u),[m,e])):[m,e]}close(e,s,o,c){let x;if(e===void 0)x=df;else{if(typeof e!="number"||!lf(e))throw new TypeError("First argument must be a valid error code number");if(s===void 0||!s.length)x=Buffer.allocUnsafe(2),x.writeUInt16BE(e,0);else{let u=Buffer.byteLength(s);if(u>123)throw new RangeError("The message must not be greater than 123 bytes");x=Buffer.allocUnsafe(2+u),x.writeUInt16BE(e,0),typeof s=="string"?x.write(s,2):x.set(s,2)}}let f={[ve]:x.length,fin:!0,generateMask:this._generateMask,mask:o,maskBuffer:this._maskBuffer,opcode:8,readOnly:!1,rsv1:!1};this._state!==Ae?this.enqueue([this.dispatch,x,!1,f,c]):this.sendFrame(n.frame(x,f),c)}ping(e,s,o){let c,x;if(typeof e=="string"?(c=Buffer.byteLength(e),x=!1):Tt(e)?(c=e.size,x=!1):(e=ot(e),c=e.length,x=ot.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[ve]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:9,readOnly:x,rsv1:!1};Tt(e)?this._state!==Ae?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ae?this.enqueue([this.dispatch,e,!1,f,o]):this.sendFrame(n.frame(e,f),o)}pong(e,s,o){let c,x;if(typeof e=="string"?(c=Buffer.byteLength(e),x=!1):Tt(e)?(c=e.size,x=!1):(e=ot(e),c=e.length,x=ot.readOnly),c>125)throw new RangeError("The data size must not be greater than 125 bytes");let f={[ve]:c,fin:!0,generateMask:this._generateMask,mask:s,maskBuffer:this._maskBuffer,opcode:10,readOnly:x,rsv1:!1};Tt(e)?this._state!==Ae?this.enqueue([this.getBlobData,e,!1,f,o]):this.getBlobData(e,!1,f,o):this._state!==Ae?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],x=s.binary?2:1,f=s.compress,u,p;typeof e=="string"?(u=Buffer.byteLength(e),p=!1):Tt(e)?(u=e.size,p=!1):(e=ot(e),u=e.length,p=ot.readOnly),this._firstFragment?(this._firstFragment=!1,f&&c&&c.params[c._isServer?"server_no_context_takeover":"client_no_context_takeover"]&&(f=u>=c._threshold),this._compress=f):(f=!1,x=0),s.fin&&(this._firstFragment=!0);let m={[ve]:u,fin:s.fin,generateMask:this._generateMask,mask:s.mask,maskBuffer:this._maskBuffer,opcode:x,readOnly:p,rsv1:f};Tt(e)?this._state!==Ae?this.enqueue([this.getBlobData,e,this._compress,m,o]):this.getBlobData(e,this._compress,m,o):this._state!==Ae?this.enqueue([this.dispatch,e,this._compress,m,o]):this.dispatch(e,this._compress,m,o)}getBlobData(e,s,o,c){this._bufferedBytes+=o[ve],this._state=pf,e.arrayBuffer().then(x=>{if(this._socket.destroyed){let u=new Error("The socket was closed while the blob was being read");process.nextTick(si,this,u,c);return}this._bufferedBytes-=o[ve];let f=ot(x);s?this.dispatch(f,s,o,c):(this._state=Ae,this.sendFrame(n.frame(f,o),c),this.dequeue())}).catch(x=>{process.nextTick(mf,this,x,c)})}dispatch(e,s,o,c){if(!s){this.sendFrame(n.frame(e,o),c);return}let x=this._extensions[Jo.extensionName];this._bufferedBytes+=o[ve],this._state=gf,x.compress(e,o.fin,(f,u)=>{if(this._socket.destroyed){let p=new Error("The socket was closed while data was being compressed");si(this,p,c);return}this._bufferedBytes-=o[ve],this._state=Ae,o.readOnly=!1,this.sendFrame(n.frame(u,o),c),this.dequeue()})}dequeue(){for(;this._state===Ae&&this._queue.length;){let e=this._queue.shift();this._bufferedBytes-=e[3][ve],Reflect.apply(e[0],this,e.slice(1))}}enqueue(e){this._bufferedBytes+=e[3][ve],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)}};Vo.exports=ii;function si(n,e,s){typeof s=="function"&&s(e);for(let o=0;o<n._queue.length;o++){let c=n._queue[o],x=c[c.length-1];typeof x=="function"&&x(e)}}function mf(n,e,s){si(n,e,s),n.onerror(e)}});var ia=le((om,ra)=>{"use strict";var{kForOnEventAttribute:Zt,kListener:ai}=He(),Xo=Symbol("kCode"),Yo=Symbol("kData"),Zo=Symbol("kError"),Qo=Symbol("kMessage"),ea=Symbol("kReason"),Rt=Symbol("kTarget"),ta=Symbol("kType"),na=Symbol("kWasClean"),je=class{constructor(e){this[Rt]=null,this[ta]=e}get target(){return this[Rt]}get type(){return this[ta]}};Object.defineProperty(je.prototype,"target",{enumerable:!0});Object.defineProperty(je.prototype,"type",{enumerable:!0});var ct=class extends je{constructor(e,s={}){super(e),this[Xo]=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[Xo]}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 Lt=class extends je{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(Lt.prototype,"error",{enumerable:!0});Object.defineProperty(Lt.prototype,"message",{enumerable:!0});var Qt=class extends je{constructor(e,s={}){super(e),this[Yo]=s.data===void 0?null:s.data}get data(){return this[Yo]}};Object.defineProperty(Qt.prototype,"data",{enumerable:!0});var wf={addEventListener(n,e,s={}){for(let c of this.listeners(n))if(!s[Zt]&&c[ai]===e&&!c[Zt])return;let o;if(n==="message")o=function(x,f){let u=new Qt("message",{data:f?x:x.toString()});u[Rt]=this,Yn(e,this,u)};else if(n==="close")o=function(x,f){let u=new ct("close",{code:x,reason:f.toString(),wasClean:this._closeFrameReceived&&this._closeFrameSent});u[Rt]=this,Yn(e,this,u)};else if(n==="error")o=function(x){let f=new Lt("error",{error:x,message:x.message});f[Rt]=this,Yn(e,this,f)};else if(n==="open")o=function(){let x=new je("open");x[Rt]=this,Yn(e,this,x)};else return;o[Zt]=!!s[Zt],o[ai]=e,s.once?this.once(n,o):this.on(n,o)},removeEventListener(n,e){for(let s of this.listeners(n))if(s[ai]===e&&!s[Zt]){this.removeListener(n,s);break}}};ra.exports={CloseEvent:ct,ErrorEvent:Lt,Event:je,EventTarget:wf,MessageEvent:Qt};function Yn(n,e,s){typeof n=="object"&&n.handleEvent?n.handleEvent.call(n,s):n.call(e,s)}});var Zn=le((am,sa)=>{"use strict";var{tokenChars:en}=Pt();function Oe(n,e,s){n[e]===void 0?n[e]=[s]:n[e].push(s)}function _f(n){let e=Object.create(null),s=Object.create(null),o=!1,c=!1,x=!1,f,u,p=-1,m=-1,b=-1,_=0;for(;_<n.length;_++)if(m=n.charCodeAt(_),f===void 0)if(b===-1&&en[m]===1)p===-1&&(p=_);else if(_!==0&&(m===32||m===9))b===-1&&p!==-1&&(b=_);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${_}`);b===-1&&(b=_);let T=n.slice(p,b);m===44?(Oe(e,T,s),s=Object.create(null)):f=T,p=b=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);else if(u===void 0)if(b===-1&&en[m]===1)p===-1&&(p=_);else if(m===32||m===9)b===-1&&p!==-1&&(b=_);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${_}`);b===-1&&(b=_),Oe(s,n.slice(p,b),!0),m===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),p=b=-1}else if(m===61&&p!==-1&&b===-1)u=n.slice(p,_),p=b=-1;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(c){if(en[m]!==1)throw new SyntaxError(`Unexpected character at index ${_}`);p===-1?p=_:o||(o=!0),c=!1}else if(x)if(en[m]===1)p===-1&&(p=_);else if(m===34&&p!==-1)x=!1,b=_;else if(m===92)c=!0;else throw new SyntaxError(`Unexpected character at index ${_}`);else if(m===34&&n.charCodeAt(_-1)===61)x=!0;else if(b===-1&&en[m]===1)p===-1&&(p=_);else if(p!==-1&&(m===32||m===9))b===-1&&(b=_);else if(m===59||m===44){if(p===-1)throw new SyntaxError(`Unexpected character at index ${_}`);b===-1&&(b=_);let T=n.slice(p,b);o&&(T=T.replace(/\\/g,""),o=!1),Oe(s,u,T),m===44&&(Oe(e,f,s),s=Object.create(null),f=void 0),u=void 0,p=b=-1}else throw new SyntaxError(`Unexpected character at index ${_}`);if(p===-1||x||m===32||m===9)throw new SyntaxError("Unexpected end of input");b===-1&&(b=_);let E=n.slice(p,b);return f===void 0?Oe(e,E,s):(u===void 0?Oe(s,E,!0):o?Oe(s,u,E.replace(/\\/g,"")):Oe(s,u,E),Oe(e,f,s)),e}function yf(n){return Object.keys(n).map(e=>{let s=n[e];return Array.isArray(s)||(s=[s]),s.map(o=>[e].concat(Object.keys(o).map(c=>{let x=o[c];return Array.isArray(x)||(x=[x]),x.map(f=>f===!0?c:`${c}=${f}`).join("; ")})).join("; ")).join(", ")}).join(", ")}sa.exports={format:yf,parse:_f}});var nr=le((dm,ma)=>{"use strict";var bf=X("events"),vf=X("https"),Sf=X("http"),ca=X("net"),Ef=X("tls"),{randomBytes:Cf,createHash:Af}=X("crypto"),{Duplex:cm,Readable:xm}=X("stream"),{URL:ci}=X("url"),et=kt(),If=ri(),kf=oi(),{isBlob:Pf}=Pt(),{BINARY_TYPES:oa,CLOSE_TIMEOUT:Tf,EMPTY_BUFFER:Qn,GUID:Df,kForOnEventAttribute:xi,kListener:Rf,kStatusCode:Lf,kWebSocket:re,NOOP:xa}=He(),{EventTarget:{addEventListener:Nf,removeEventListener:Of}}=ia(),{format:Mf,parse:Bf}=Zn(),{toBuffer:zf}=Xt(),da=Symbol("kAborted"),di=[8,13],Ge=["CONNECTING","OPEN","CLOSING","CLOSED"],Ff=/^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/,J=class n extends bf{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]),fa(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 If({allowSynchronousEvents:o.allowSynchronousEvents,binaryType:this.binaryType,extensions:this._extensions,isServer:this._isServer,maxPayload:o.maxPayload,skipUTF8Validation:o.skipUTF8Validation}),x=new kf(e,this._extensions,o.generateMask);this._receiver=c,this._sender=x,this._socket=e,c[re]=this,x[re]=this,e[re]=this,c.on("conclude",Hf),c.on("drain",Kf),c.on("error",jf),c.on("message",Gf),c.on("ping",Wf),c.on("pong",Jf),x.onerror=$f,e.setTimeout&&e.setTimeout(0),e.setNoDelay&&e.setNoDelay(),s.length>0&&e.unshift(s),e.on("close",ha),e.on("data",tr),e.on("end",ga),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){me(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){fi(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){fi(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){fi(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){me(this,this._req,"WebSocket was closed before the connection was established");return}this._socket&&(this._readyState=n.CLOSING,this._socket.destroy())}}};Object.defineProperty(J,"CONNECTING",{enumerable:!0,value:Ge.indexOf("CONNECTING")});Object.defineProperty(J.prototype,"CONNECTING",{enumerable:!0,value:Ge.indexOf("CONNECTING")});Object.defineProperty(J,"OPEN",{enumerable:!0,value:Ge.indexOf("OPEN")});Object.defineProperty(J.prototype,"OPEN",{enumerable:!0,value:Ge.indexOf("OPEN")});Object.defineProperty(J,"CLOSING",{enumerable:!0,value:Ge.indexOf("CLOSING")});Object.defineProperty(J.prototype,"CLOSING",{enumerable:!0,value:Ge.indexOf("CLOSING")});Object.defineProperty(J,"CLOSED",{enumerable:!0,value:Ge.indexOf("CLOSED")});Object.defineProperty(J.prototype,"CLOSED",{enumerable:!0,value:Ge.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","isPaused","protocol","readyState","url"].forEach(n=>{Object.defineProperty(J.prototype,n,{enumerable:!0})});["open","error","close","message"].forEach(n=>{Object.defineProperty(J.prototype,`on${n}`,{enumerable:!0,get(){for(let e of this.listeners(n))if(e[xi])return e[Rf];return null},set(e){for(let s of this.listeners(n))if(s[xi]){this.removeListener(n,s);break}typeof e=="function"&&this.addEventListener(n,e,{[xi]:!0})}})});J.prototype.addEventListener=Nf;J.prototype.removeEventListener=Of;ma.exports=J;function fa(n,e,s,o){let c={allowSynchronousEvents:!0,autoPong:!0,closeTimeout:Tf,protocolVersion:di[1],maxPayload:104857600,skipUTF8Validation:!1,perMessageDeflate:!0,followRedirects:!1,maxRedirects:10,...o,socketPath:void 0,hostname:void 0,protocol:void 0,timeout:void 0,method:"GET",host:void 0,path:void 0,port:void 0};if(n._autoPong=c.autoPong,n._closeTimeout=c.closeTimeout,!di.includes(c.protocolVersion))throw new RangeError(`Unsupported protocol version: ${c.protocolVersion} (supported versions: ${di.join(", ")})`);let x;if(e instanceof ci)x=e;else try{x=new ci(e)}catch{throw new SyntaxError(`Invalid URL: ${e}`)}x.protocol==="http:"?x.protocol="ws:":x.protocol==="https:"&&(x.protocol="wss:"),n._url=x.href;let f=x.protocol==="wss:",u=x.protocol==="ws+unix:",p;if(x.protocol!=="ws:"&&!f&&!u?p=`The URL's protocol must be one of "ws:", "wss:", "http:", "https:", or "ws+unix:"`:u&&!x.pathname?p="The URL's pathname is empty":x.hash&&(p="The URL contains a fragment identifier"),p){let D=new SyntaxError(p);if(n._redirects===0)throw D;er(n,D);return}let m=f?443:80,b=Cf(16).toString("base64"),_=f?vf.request:Sf.request,E=new Set,T;if(c.createConnection=c.createConnection||(f?qf:Uf),c.defaultPort=c.defaultPort||m,c.port=x.port||m,c.host=x.hostname.startsWith("[")?x.hostname.slice(1,-1):x.hostname,c.headers={...c.headers,"Sec-WebSocket-Version":c.protocolVersion,"Sec-WebSocket-Key":b,Connection:"Upgrade",Upgrade:"websocket"},c.path=x.pathname+x.search,c.timeout=c.handshakeTimeout,c.perMessageDeflate&&(T=new et({...c.perMessageDeflate,isServer:!1,maxPayload:c.maxPayload}),c.headers["Sec-WebSocket-Extensions"]=Mf({[et.extensionName]:T.offer()})),s.length){for(let D of s){if(typeof D!="string"||!Ff.test(D)||E.has(D))throw new SyntaxError("An invalid or duplicated subprotocol was specified");E.add(D)}c.headers["Sec-WebSocket-Protocol"]=s.join(",")}if(c.origin&&(c.protocolVersion<13?c.headers["Sec-WebSocket-Origin"]=c.origin:c.headers.Origin=c.origin),(x.username||x.password)&&(c.auth=`${x.username}:${x.password}`),u){let D=c.path.split(":");c.socketPath=D[0],c.path=D[1]}let k;if(c.followRedirects){if(n._redirects===0){n._originalIpc=u,n._originalSecure=f,n._originalHostOrSocketPath=u?c.socketPath:x.host;let D=o&&o.headers;if(o={...o,headers:{}},D)for(let[F,ie]of Object.entries(D))o.headers[F.toLowerCase()]=ie}else if(n.listenerCount("redirect")===0){let D=u?n._originalIpc?c.socketPath===n._originalHostOrSocketPath:!1:n._originalIpc?!1:x.host===n._originalHostOrSocketPath;(!D||n._originalSecure&&!f)&&(delete c.headers.authorization,delete c.headers.cookie,D||delete c.headers.host,c.auth=void 0)}c.auth&&!o.headers.authorization&&(o.headers.authorization="Basic "+Buffer.from(c.auth).toString("base64")),k=n._req=_(c),n._redirects&&n.emit("redirect",n.url,k)}else k=n._req=_(c);c.timeout&&k.on("timeout",()=>{me(n,k,"Opening handshake has timed out")}),k.on("error",D=>{k===null||k[da]||(k=n._req=null,er(n,D))}),k.on("response",D=>{let F=D.headers.location,ie=D.statusCode;if(F&&c.followRedirects&&ie>=300&&ie<400){if(++n._redirects>c.maxRedirects){me(n,k,"Maximum redirects exceeded");return}k.abort();let $;try{$=new ci(F,e)}catch{let te=new SyntaxError(`Invalid URL: ${F}`);er(n,te);return}fa(n,$,s,o)}else n.emit("unexpected-response",k,D)||me(n,k,`Unexpected server response: ${D.statusCode}`)}),k.on("upgrade",(D,F,ie)=>{if(n.emit("upgrade",D),n.readyState!==J.CONNECTING)return;k=n._req=null;let $=D.headers.upgrade;if($===void 0||$.toLowerCase()!=="websocket"){me(n,F,"Invalid Upgrade header");return}let we=Af("sha1").update(b+Df).digest("base64");if(D.headers["sec-websocket-accept"]!==we){me(n,F,"Invalid Sec-WebSocket-Accept header");return}let te=D.headers["sec-websocket-protocol"],ae;if(te!==void 0?E.size?E.has(te)||(ae="Server sent an invalid subprotocol"):ae="Server sent a subprotocol but none was requested":E.size&&(ae="Server sent no subprotocol"),ae){me(n,F,ae);return}te&&(n._protocol=te);let ce=D.headers["sec-websocket-extensions"];if(ce!==void 0){if(!T){me(n,F,"Server sent a Sec-WebSocket-Extensions header but no extension was requested");return}let A;try{A=Bf(ce)}catch{me(n,F,"Invalid Sec-WebSocket-Extensions header");return}let N=Object.keys(A);if(N.length!==1||N[0]!==et.extensionName){me(n,F,"Server indicated an extension that was not requested");return}try{T.accept(A[et.extensionName])}catch{me(n,F,"Invalid Sec-WebSocket-Extensions header");return}n._extensions[et.extensionName]=T}n.setSocket(F,ie,{allowSynchronousEvents:c.allowSynchronousEvents,generateMask:c.generateMask,maxPayload:c.maxPayload,skipUTF8Validation:c.skipUTF8Validation})}),c.finishRequest?c.finishRequest(k,n):k.end()}function er(n,e){n._readyState=J.CLOSING,n._errorEmitted=!0,n.emit("error",e),n.emitClose()}function Uf(n){return n.path=n.socketPath,ca.connect(n)}function qf(n){return n.path=void 0,!n.servername&&n.servername!==""&&(n.servername=ca.isIP(n.host)?"":n.host),Ef.connect(n)}function me(n,e,s){n._readyState=J.CLOSING;let o=new Error(s);Error.captureStackTrace(o,me),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 fi(n,e,s){if(e){let o=Pf(e)?e.size:zf(e).length;n._socket?n._sender._bufferedBytes+=o:n._bufferedAmount+=o}if(s){let o=new Error(`WebSocket is not open: readyState ${n.readyState} (${Ge[n.readyState]})`);process.nextTick(s,o)}}function Hf(n,e){let s=this[re];s._closeFrameReceived=!0,s._closeMessage=e,s._closeCode=n,s._socket[re]!==void 0&&(s._socket.removeListener("data",tr),process.nextTick(ua,s._socket),n===1005?s.close():s.close(n,e))}function Kf(){let n=this[re];n.isPaused||n._socket.resume()}function jf(n){let e=this[re];e._socket[re]!==void 0&&(e._socket.removeListener("data",tr),process.nextTick(ua,e._socket),e.close(n[Lf])),e._errorEmitted||(e._errorEmitted=!0,e.emit("error",n))}function aa(){this[re].emitClose()}function Gf(n,e){this[re].emit("message",n,e)}function Wf(n){let e=this[re];e._autoPong&&e.pong(n,!this._isServer,xa),e.emit("ping",n)}function Jf(n){this[re].emit("pong",n)}function ua(n){n.resume()}function $f(n){let e=this[re];e.readyState!==J.CLOSED&&(e.readyState===J.OPEN&&(e._readyState=J.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 ha(){let n=this[re];if(this.removeListener("close",ha),this.removeListener("data",tr),this.removeListener("end",ga),n._readyState=J.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[re]=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[re]._receiver.write(n)||this.pause()}function ga(){let n=this[re];n._readyState=J.CLOSING,n._receiver.end(),this.end()}function pa(){let n=this[re];this.removeListener("error",pa),this.on("error",xa),n&&(n._readyState=J.CLOSING,this.destroy())}});var ba=le((um,ya)=>{"use strict";var fm=nr(),{Duplex:Vf}=X("stream");function wa(n){n.emit("close")}function Xf(){!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 Yf(n,e){let s=!0,o=new Vf({...e,autoDestroy:!1,emitClose:!1,objectMode:!1,writableObjectMode:!1});return n.on("message",function(x,f){let u=!f&&o._readableState.objectMode?x.toString():x;o.push(u)||n.pause()}),n.once("error",function(x){o.destroyed||(s=!1,o.destroy(x))}),n.once("close",function(){o.destroyed||o.push(null)}),o._destroy=function(c,x){if(n.readyState===n.CLOSED){x(c),process.nextTick(wa,o);return}let f=!1;n.once("error",function(p){f=!0,x(p)}),n.once("close",function(){f||x(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,x,f){if(n.readyState===n.CONNECTING){n.once("open",function(){o._write(c,x,f)});return}n.send(c,f)},o.on("end",Xf),o.on("error",_a),o}ya.exports=Yf});var ui=le((lm,va)=>{"use strict";var{tokenChars:Zf}=Pt();function Qf(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&&Zf[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 u=n.slice(s,o);if(e.has(u))throw new SyntaxError(`The "${u}" subprotocol is duplicated`);e.add(u),s=o=-1}else throw new SyntaxError(`Unexpected character at index ${c}`)}if(s===-1||o!==-1)throw new SyntaxError("Unexpected end of input");let x=n.slice(s,c);if(e.has(x))throw new SyntaxError(`The "${x}" subprotocol is duplicated`);return e.add(x),e}va.exports={parse:Qf}});var Pa=le((gm,ka)=>{"use strict";var eu=X("events"),rr=X("http"),{Duplex:hm}=X("stream"),{createHash:tu}=X("crypto"),Sa=Zn(),xt=kt(),nu=ui(),ru=nr(),{CLOSE_TIMEOUT:iu,GUID:su,kWebSocket:ou}=He(),au=/^[+/0-9A-Za-z]{22}==$/,Ea=0,Ca=1,Ia=2,li=class extends eu{constructor(e,s){if(super(),e={allowSynchronousEvents:!0,autoPong:!0,maxPayload:100*1024*1024,skipUTF8Validation:!1,perMessageDeflate:!1,handleProtocols:null,clientTracking:!0,closeTimeout:iu,verifyClient:null,noServer:!1,backlog:null,server:null,host:null,path:null,port:null,WebSocket:ru,...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 x=rr.STATUS_CODES[426];c.writeHead(426,{"Content-Length":x.length,"Content-Type":"text/plain"}),c.end(x)}),this._server.listen(e.port,e.host,e.backlog,s)):e.server&&(this._server=e.server),this._server){let o=this.emit.bind(this,"connection");this._removeListeners=cu(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(c,x,f)=>{this.handleUpgrade(c,x,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!==Ca)if(this._state=Ca,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",Aa);let x=e.headers["sec-websocket-key"],f=e.headers.upgrade,u=+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(x===void 0||!au.test(x)){dt(this,e,s,400,"Missing or invalid Sec-WebSocket-Key header");return}if(u!==13&&u!==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 p=e.headers["sec-websocket-protocol"],m=new Set;if(p!==void 0)try{m=nu.parse(p)}catch{dt(this,e,s,400,"Invalid Sec-WebSocket-Protocol header");return}let b=e.headers["sec-websocket-extensions"],_={};if(this.options.perMessageDeflate&&b!==void 0){let E=new xt({...this.options.perMessageDeflate,isServer:!0,maxPayload:this.options.maxPayload});try{let T=Sa.parse(b);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[`${u===8?"sec-websocket-origin":"origin"}`],secure:!!(e.socket.authorized||e.socket.encrypted),req:e};if(this.options.verifyClient.length===2){this.options.verifyClient(E,(T,k,D,F)=>{if(!T)return nn(s,k||401,D,F);this.completeUpgrade(_,x,m,e,s,o,c)});return}if(!this.options.verifyClient(E))return nn(s,401)}this.completeUpgrade(_,x,m,e,s,o,c)}completeUpgrade(e,s,o,c,x,f,u){if(!x.readable||!x.writable)return x.destroy();if(x[ou])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(x,503);let m=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${tu("sha1").update(s+su).digest("base64")}`],b=new this.options.WebSocket(null,void 0,this.options);if(o.size){let _=this.options.handleProtocols?this.options.handleProtocols(o,c):o.values().next().value;_&&(m.push(`Sec-WebSocket-Protocol: ${_}`),b._protocol=_)}if(e[xt.extensionName]){let _=e[xt.extensionName].params,E=Sa.format({[xt.extensionName]:[_]});m.push(`Sec-WebSocket-Extensions: ${E}`),b._extensions=e}this.emit("headers",m,c),x.write(m.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
+ `)),x.removeListener("error",Aa),b.setSocket(x,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(tn,this)})),u(b,c)}};ka.exports=li;function cu(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 Aa(){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,x){if(n.listenerCount("wsClientError")){let f=new Error(c);Error.captureStackTrace(f,dt),n.emit("wsClientError",f,s,e)}else nn(s,o,c,x)}});import{spawn as Nu}from"node:child_process";import{existsSync as Ou,openSync as Mu}from"node:fs";import{mkdir as Bu}from"node:fs/promises";import{dirname as zu}from"node:path";import{fileURLToPath as Fu}from"node:url";function wi(n=U()){return Ou(n.libEntry)?n.libEntry:Fu(new URL("../index.ts",import.meta.url))}async function _i(n={}){let e=n.paths??U(),s=n.entryOverride??wi(e);await Bu(zu(e.logFile),{recursive:!0});let o=Mu(e.logFile,"a"),x=s.endsWith(".ts")?["--import","tsx/esm",s,"--daemon"]:[s,"--daemon"],f=Nu(process.execPath,x,{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 Uu.info("daemon spawned",{pid:f.pid,entry:s}),{pid:f.pid,entry:s}}var Uu,yi=ze(()=>{"use strict";q();oe();Uu=R("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 fr(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Ya(n,e){return new Promise((s,o)=>{let c=tl(n,e,{stdio:["ignore","pipe","pipe"]}),x="";c.stderr?.on("data",f=>{x+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${x.trim()}`))})})}var dr,Ei,Ci,Za=ze(()=>{"use strict";q();dr=R("supervisor.launchd"),Ei="ai.coze.bridge",Ci={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>${Ei}</string>
23
23
  <key>ProgramArguments</key>
24
24
  <array>
25
- <string>${hr(n.nodeBin)}</string>
26
- <string>${hr(n.entry)}</string>
25
+ <string>${fr(n.nodeBin)}</string>
26
+ <string>${fr(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>${fr(n.logFile)}</string>
37
37
  <key>StandardErrorPath</key>
38
- <string>${hr(n.logFile)}</string>
38
+ <string>${fr(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",`${Ei}.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 Ya("launchctl",["load","-w",e]),dr.info("launchd job loaded",{label:Ei})},async uninstall(n){let e=this.configPath(n);await Ya("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 fl,join as ul}from"node:path";function hr(n,e){return new Promise((s,o)=>{let c=al(n,e,{stdio:["ignore","pipe","pipe"]}),x="";c.stderr?.on("data",f=>{x+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${x.trim()}`))})})}var ur,lr,Ai,Qa=ze(()=>{"use strict";q();ur=R("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 ul(n.homeDir,".config","systemd","user",lr)},async install(n){let e=this.configPath(n);await cl(fl(e),{recursive:!0}),await dl(e,this.renderConfig(n),"utf8"),ur.info("systemd unit written",{unitPath:e}),await hr("systemctl",["--user","daemon-reload"]),await hr("systemctl",["--user","enable","--now",lr]),ur.info("systemd unit enabled",{unitName:lr})},async uninstall(n){let e=this.configPath(n);await hr("systemctl",["--user","disable","--now",lr]).catch(s=>ur.warn("systemctl disable failed (ignored)",{err:String(s)})),await xl(e).catch(s=>{if(s.code!=="ENOENT")throw s}),await hr("systemctl",["--user","daemon-reload"]).catch(()=>{}),ur.info("systemd unit removed",{unitPath:e})}}});import{spawn as ll}from"node:child_process";import{join as hl}from"node:path";function e0(n,e){return new Promise((s,o)=>{let c=ll(n,e,{stdio:["ignore","pipe","pipe"],shell:!1}),x="";c.stderr?.on("data",f=>{x+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`${n} ${e.join(" ")} exited ${f}: ${x.trim()}`))})})}var Ii,gr,ki,t0=ze(()=>{"use strict";q();Ii=R("supervisor.taskscheduler"),gr="CozeBridge",ki={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 hl(n.homeDir,".coze","bridge","task.xml")},async install(n){let e=`"${n.nodeBin}" "${n.entry}" --daemon`;await e0("schtasks",["/Create","/SC","ONLOGON","/TN",gr,"/TR",e,"/RU",n.userName,"/F"]),Ii.info("task scheduler entry created",{task:gr})},async uninstall(n){await e0("schtasks",["/Delete","/TN",gr,"/F"]).catch(e=>Ii.warn("schtasks /Delete failed (ignored)",{err:String(e)})),Ii.info("task scheduler entry removed",{task:gr})}}});var Pi={};Zi(Pi,{buildContext:()=>wl,getSupervisor:()=>ml,launchdSupervisor:()=>Ci,systemdSupervisor:()=>Ai,taskSchedulerSupervisor:()=>ki});import{homedir as gl,userInfo as pl}from"node:os";function ml(n=process.platform){switch(n){case"darwin":return Ci;case"linux":return Ai;case"win32":return ki;default:throw new Error(`unsupported platform for OS supervisor: ${n}`)}}function wl(){let n=U();return{nodeBin:process.execPath,entry:wi(n),logFile:n.logFile,homeDir:gl(),userName:pl().username}}var Ti=ze(()=>{"use strict";oe();yi();Za();Qa();t0()});Xe();q();import{readdir as Sc}from"node:fs/promises";import{mkdir as mc,writeFile as wc}from"node:fs/promises";import{join as _c}from"node:path";var yc={"claude-code":"CLAUDE.md",codex:"AGENTS.md",openclaw:"SOUL.md"};async function mt(n,e,s,o){await mc(n,{recursive:!0});let c=yc[e],x=_c(n,c),f=bc(e,s,o);return await wc(x,f,"utf8"),x}function bc(n,e,s){let o=`# Coze Agent: ${e}
80
80
 
81
81
  > framework: \`${n}\`
82
82
 
@@ -86,12 +86,20 @@ 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
+ ${vc}`}var vc=`## \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 (**\u7528\u7EDD\u5BF9\u8DEF\u5F84**, \u4E0D\u540C framework \u7684 bash tool PATH
99
+ \u4E0D\u4E00\u81F4, \u88F8 \`coze-bridge\` \u4E0D\u4E00\u5B9A\u80FD\u89E3\u6790; \u4E0B\u9762\u8FD9\u4E2A\u7EDD\u5BF9\u8DEF\u5F84 daemon \u542F\u52A8\u65F6\u5FC5\u5199):
100
+
101
+ ~/.coze/bridge/bin/coze-bridge send image <path> --agent-id <agentId> --session-id <sessionId> [--caption "\u8BF4\u660E\u6587\u5B57"]
102
+ ~/.coze/bridge/bin/coze-bridge send file <path> --agent-id <agentId> --session-id <sessionId> [--caption "..."] [--name "report.pdf"]
95
103
 
96
104
  \u7EA6\u675F:
97
105
  - path \u5FC5\u987B\u5728\u5F53\u524D workspace \u5B50\u6811\u4E0B (\u7EDD\u5BF9\u6216\u76F8\u5BF9\u7686\u53EF)
@@ -99,27 +107,29 @@ ${hc}`}var hc=`## \u53D1\u9001\u6587\u4EF6 / \u56FE\u7247\u7ED9\u7528\u6237
99
107
  - \u652F\u6301: image/png|jpeg|webp|gif, application/pdf, text/plain|markdown
100
108
  - \u547D\u4EE4\u540C\u6B65\u7B49\u8FD4\u56DE (\u4E00\u822C 1-30s \u89C6\u6587\u4EF6\u5927\u5C0F), \u9000 0 \u5373\u5DF2\u9001\u8FBE
101
109
  - \u5931\u8D25\u9519\u8BEF\u4FE1\u606F\u5728 stderr, \u770B\u5B8C\u518D\u8C03\u6574\u91CD\u8BD5
110
+ - \`sessionId\` \u5FC5\u987B\u7528\u4E91\u7AEF \`<coze-context>\` \u7ED9\u7684 ID, **\u4E0D\u8981**\u81EA\u5DF1\u7F16\u6216\u8005\u7528\u5176\u5B83\u6765\u6E90
102
111
 
103
112
  \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
113
+ `;var ke=R("agent-detail-sync"),hn=class{constructor(e){this.opts=e}opts;async syncAll(e){let s=this.opts.paths.agentsRoot,o;try{o=await Sc(s)}catch(c){ke.info("agents dir not found, skip detail sync",{root:s,err:String(c)});return}ke.info("starting detail sync",{reason:e,count:o.length});for(let c of o)try{await this.syncOne(c)}catch(x){ke.warn("detail sync failed for agent, skipping",{agentId:c,err:String(x)})}ke.info("detail sync done",{reason:e})}async syncOne(e){let s=await pe(e,this.opts.paths);if(!s){ke.info("detail sync: agent config missing, skip",{agentId:e});return}let o;try{o=await this.opts.sendDetail({_meta:{cozeAgentId:e}})}catch(f){ke.warn("detail RPC failed, using local data",{agentId:e,err:String(f)});return}if(o.agentId&&o.agentId!==e){ke.warn("detail response agentId mismatch, ignoring",{agentId:e,responseAgentId:o.agentId});return}let c=!1,x=!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,x=!0),o.deployType&&ke.info("detail.deployType",{agentId:e,deployType:o.deployType}),!c){ke.debug("detail sync: no diff",{agentId:e});return}await Ce(s,this.opts.paths),ke.info("detail sync: config updated",{agentId:e,identityChanged:x,agentName:s.agentName}),x&&(await mt(s.workspace,s.framework,e,s.cozeIdentity),await this.opts.handlers.reloadAgentSessionsPublic(e,"detail-sync"))}};Xe();import{spawn as As}from"node:child_process";import{lstat as Or,mkdir as Ac,readFile as Is,readdir as Ic,rm as kc,stat as Pc,writeFile as Es}from"node:fs/promises";import{join as De,normalize as Tc,relative as ks,resolve as Dc,sep as Ps}from"node:path";var Pe={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 Bt(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 v=class extends Error{code;retriable;cause;constructor(e,s,o){super(s),this.name="BridgeError",this.code=e,this.retriable=o?.retriable??!1,o?.cause!==void 0&&(this.cause=o.cause)}};q();oe();function qe(n,e){if(Bt(n)!=="cloud")throw new v("OPERATION_NOT_ALLOWED_FOR_LOCAL",`${e} is not allowed for local agent`)}function gn(n){return n.startsWith("http://")||n.startsWith("https://")}function pn(n){return n.endsWith("/")?n.slice(0,-1):n}q();var mn="1008033",ds="1289";var fs="pbbp2",us="https://www.coze.cn",ls="/api/coze_claw/resource/get_frontier_key",Ec="https://www.coze.cn",Cc="wss://frontier.coze.cn";function wn(n){return n??process.env.COZE_BRIDGE_HANDSHAKE_URL??Ec}function hs(n){return n??process.env.COZE_BRIDGE_FRONTIER_URL??Cc}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 gs=R("handshake");async function Dr(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)},x=new AbortController,f=setTimeout(()=>x.abort(),s);gs.info("frontier key handshake",{base:e});try{let u=await fetch(o,{method:"GET",headers:c,signal:x.signal}),p=u.headers.get("x-tt-logid")??"",m=u.headers.get("x-tt-trace-id")??"";if(!u.ok){let T=await u.text().catch(()=>"");throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake HTTP ${u.status} logid=${p}: ${T.slice(0,200)}`)}let b=await u.json();if(b.code!==void 0&&b.code!==0)throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake code=${b.code} msg=${b.msg??"-"} logid=${p}`);let _=b.data?.access_key,E=b.data?.device_id;if(!_||!E)throw new v("UPSTREAM_HANDSHAKE_FAILED",`handshake response missing access_key/device_id logid=${p}: ${JSON.stringify(b)}`);return gs.info("handshake ok",{remoteDeviceId:E,logid:p,traceId:m}),{accessKey:_,deviceId:E}}catch(u){throw u instanceof v?u:u.name==="AbortError"?new v("UPSTREAM_HANDSHAKE_FAILED",`handshake timeout (${s}ms)`):new v("UPSTREAM_HANDSHAKE_FAILED",String(u),{cause:u})}finally{clearTimeout(f)}}var Rr="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=Rr,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="${Rr}/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 Lr(n){let{ttEnv:e,usePpe:s}=zt(n),o={};return e&&(o["x-tt-env"]=e),s&&(o["x-use-ppe"]=s),o}function bs(n,e){if(!n.modelToken)return{};let s=Lr(e);return Object.keys(s).length===0?{}:{ANTHROPIC_CUSTOM_HEADERS:Object.entries(s).map(([c,x])=>`${c}:${x}`).join(`
114
+ `)}}function Nr(n){return`coze-session-${n.replace(/[^A-Za-z0-9_-]+/g,"-")}`}function vs(n,e){if(!n.modelToken)return null;let s=n.model||Te,o=Lr(e),c={baseUrl:`${Rr}/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=Lr(e),o=[];for(let[c,x]of Object.entries(s))o.push("-c",`model_providers.coze.http_headers.${c}="${x}"`);return o}var fe=R("agent-handlers"),Cs=5*1024*1024,Rc=1,Lc=6,Nc=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,x=o?.skills??[],f=[];for(let u of x){let p=De(c,u.relPath,"SKILL.md");await Pc(p).then(b=>b.isFile()).catch(()=>!1)&&f.push(Fc(u))}return{skills:f}}async addSkills(e){qe(e._meta,"_agent/addSkills");let s=wt(e._meta),o=await this.requireAgentCfg(s),c=e.skills??[],x=[...o.skills??[]],f=new Map(x.map((p,m)=>[p.skillId,m])),u=[];for(let p of c){let m=await Mr({agentId:s,workspace:o.workspace,framework:o.framework,skill:p});Br(x,f,m),u.push(p)}return await un(s,x),await this.reloadAgentSessions(s,"skills-added"),{installedSkills:u}}async removeSkills(e){qe(e._meta,"_agent/removeSkills");let s=wt(e._meta),o=await this.requireAgentCfg(s),c=new Set(e.skillIds??[]),x=o.skills??[],f=[];for(let u of x){if(!c.has(u.skillId)){f.push(u);continue}let p=De(o.workspace,u.relPath);await kc(p,{recursive:!0,force:!0}),fe.info("skill removed",{agentId:s,skillId:u.skillId,relPath:u.relPath})}return await un(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,x]of o.sessions)if(!(!x.downstream||!x.acpSessionId)){x.loadingSession=!0;try{await x.downstream.sessionLoad({sessionId:x.acpSessionId,cwd:o.workspace}),fe.info("session reloaded",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:x.acpSessionId})}catch(f){fe.warn("session reload failed",{reason:s,agentId:e,framework:o.framework,cloudId:c,acpId:x.acpSessionId,err:String(f)})}finally{x.loadingSession=!1}}}}async updateAgent(e){if(!e.cozeIdentity?.trim())return fe.info("_agent/update: empty cozeIdentity, noop",{agentId:e.agentId}),{ok:!0};let s=e.agentId,o=await pe(s);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${s}`);return o.cozeIdentity===e.cozeIdentity?(fe.info("_agent/update: cozeIdentity unchanged, noop",{agentId:s}),{ok:!0}):(o.cozeIdentity=e.cozeIdentity,await Ce(o),await mt(o.workspace,o.framework,s,e.cozeIdentity),fe.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 v("IPC_BAD_REQUEST","_agent/disconnect: missing agentId");let o=await pe(s);return o?(o.disconnectedAt=Date.now(),o.disconnectReason=e.reason??"",await Ce(o),fe.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}):(fe.warn("_agent/disconnect: agent not found, ignoring",{agentId:s}),{ok:!0})}async switchModel(e){if(qe(e._meta,"_agent/switchModel"),!e.agentId)throw new v("IPC_BAD_REQUEST","_agent/switchModel: missing agentId");let s=e.model?.trim()?e.model:Te,o=await pe(e.agentId);if(!o)throw new v("AGENT_NOT_FOUND",`agent not found: ${e.agentId}`);o.model=s,await Ce(o),fe.info("_agent/switchModel: model persisted",{agentId:e.agentId,model:s,reason:e.reason??""});let c=this.opts.agents.get(e.agentId);if(!c)return fe.info("_agent/switchModel: agent not running, config persisted only",{agentId:e.agentId}),{ok:!0};c.model=s;let x=[];for(let[f,u]of c.allSessionQueues())x.push(u.enqueue(async()=>{let p=c.sessions.get(f);p?.downstream&&(await p.downstream.stop(`switchModel: ${s}`).catch(()=>{}),p.downstream=void 0)}));return await Promise.all(x),fe.info("_agent/switchModel: all session runtimes killed, next prompt will respawn",{agentId:e.agentId,model:s,cloudSessions:x.length}),{ok:!0}}async resetAgent(e){if(qe(e._meta,Pe.RESET),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Pe.RESET}: missing agentId`);return await this.runDetailSync(e.agentId,Pe.RESET,e.reason),{ok:!0}}async repairAgent(e){if(qe(e._meta,Pe.REPAIR),!e.agentId)throw new v("IPC_BAD_REQUEST",`${Pe.REPAIR}: missing agentId`);let s=await this.loadAgentCfg(e.agentId);if(s&&s.framework!=="openclaw")throw new v("IPC_BAD_REQUEST",`${Pe.REPAIR} only allowed for openclaw, got ${s.framework}`);if(s&&this.opts.openclawRepair)try{await this.opts.openclawRepair(e.agentId,s.workspace)}catch(o){fe.warn("openclaw repair (delete+add) failed (ignored)",{agentId:e.agentId,reason:e.reason,err:String(o)})}return await this.runDetailSync(e.agentId,Pe.REPAIR,e.reason),{ok:!0}}async runDetailSync(e,s,o){if(!this.opts.detailSyncer){fe.warn("detailSyncer not wired, skipping sync",{method:s,agentId:e});return}try{await this.opts.detailSyncer(e)}catch(c){fe.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),x=e.filePath??"",f=this.safeJoin(c,x),u=await Or(f).catch(()=>null);if(!u)throw new v("IPC_BAD_REQUEST",`path not found: ${x}`);if(u.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${x}`);let p=Gc(e.depth);return u.isDirectory()?{tree:await Ts(c,f,x,p)}:{tree:[{name:Wc(x),path:Ds(x||"."),isDir:!1,size:u.size,modifiedAt:Math.floor(u.mtimeMs)}]}}async getFileContent(e){qe(e._meta,"_agent/getFileContent");let s=wt(e._meta),o=await this.resolveWorkspace(s);if(!e.filePath)throw new v("IPC_BAD_REQUEST","filePath required");let c=this.safeJoin(o,e.filePath),x=await Or(c).catch(()=>null);if(!x||!x.isFile())throw new v("IPC_BAD_REQUEST",`not a file: ${e.filePath}`);if(x.isSymbolicLink())throw new v("IPC_BAD_REQUEST",`symlink not allowed: ${e.filePath}`);if(x.size>Cs)throw new v("IPC_BAD_REQUEST",`file too large: ${x.size} bytes (max ${Cs})`);let f=await Is(c);return f.includes(0)?{content:f.toString("base64"),encoding:"base64",size:x.size}:{content:f.toString("utf8"),encoding:"utf-8",size:x.size}}async resolveWorkspace(e){let s=this.opts.agents.get(e);return s?s.workspace:(await pe(e).catch(()=>null))?.workspace??Ue(e).workspace}safeJoin(e,s){let o=Dc(e,s||"."),c=ks(e,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${Ps}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${s}`);return o}loadAgentCfg(e){return pe(e)}async requireAgentCfg(e){let s=await this.loadAgentCfg(e);if(!s)throw new v("AGENT_NOT_FOUND",`no config for agent: ${e}`);return s}};function Oc(n){let e=n.trim().replace(/[\x00-\x1f<>:"|?*/\\]+/g,"-").replace(/^[\s.-]+|[\s.-]+$/g,"").slice(0,64);if(!e||e==="."||e==="..")throw new v("IPC_BAD_REQUEST",`invalid skill name: ${n}`);if(/^(con|prn|aux|nul|com[1-9]|lpt[1-9])$/i.test(e))throw new v("IPC_BAD_REQUEST",`reserved windows filename: ${n}`);return e}function Mc(n){return n==="claude-code"?De(".claude","skills"):De(".agents","skills")}var Bc=3e4,zc=50*1024*1024,yn=3e4;async function Mr(n){let{agentId:e,workspace:s,framework:o,skill:c}=n;if(!c.skillName)throw new v("IPC_BAD_REQUEST","skill missing skillName");let x=typeof c.content=="string"&&c.content.length>0,f=typeof c.downloadUrl=="string"&&c.downloadUrl.length>0;if(!x&&!f)throw new v("IPC_BAD_REQUEST",`skill ${c.skillId} missing both content and downloadUrl`);let u=Oc(c.skillName),p=Mc(o),m=De(p,u),b=De(s,m);if(await Ac(b,{recursive:!0}),x){let E=Buffer.from(c.content,"utf8");Ft(E.length),await Es(De(b,"SKILL.md"),E,"utf8")}else{let E=await Uc(c.downloadUrl);Hc(E)?await Kc(E,b):await Es(De(b,"SKILL.md"),E.toString("utf8"),"utf8")}let _={skillId:c.skillId,skillName:c.skillName,relPath:m,installedAt:Date.now(),...c.description?{description:c.description}:{},...c.icon?{icon:c.icon}:{},...c.version?{version:c.version}:{},...c.downloadUrl?{downloadUrl:c.downloadUrl}:{},...c.config?{config:c.config}:{},...c.builtin?{builtin:c.builtin}:{}};return fe.info("skill installed",{agentId:e,skillId:c.skillId,skillName:c.skillName,relPath:m,source:x?"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 Fc(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 Uc(n){if(!n)throw new v("IPC_BAD_REQUEST","skill missing downloadUrl");if(n.startsWith("data:")){let e=Math.floor(n.length*3/4);Ft(e);let s=qc(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(gn(n)){let e=new AbortController,s=setTimeout(()=>e.abort(),Bc);try{let o=await fetch(n,{signal:e.signal});if(!o.ok)throw new v("IPC_BAD_REQUEST",`fetch skill failed HTTP ${o.status} ${n}`);let c=await o.arrayBuffer();return Ft(c.byteLength),Buffer.from(c)}finally{clearTimeout(s)}}throw new v("IPC_BAD_REQUEST",`unsupported downloadUrl scheme (\u8981 https/data/file): ${n.slice(0,80)}`)}function Ft(n){if(n>zc)throw new v("IPC_BAD_REQUEST",`skill too large: ${n} bytes`)}function qc(n){let e=/^data:([^,;]*)(;base64)?,(.*)$/s.exec(n);if(!e)throw new v("IPC_BAD_REQUEST","bad data URL");let s=!!e[2],o=e[3]??"";return s?Buffer.from(o,"base64"):Buffer.from(decodeURIComponent(o),"utf8")}function Hc(n){return n.length>=2&&n[0]===31&&n[1]===139}async function Kc(n,e){await jc(n),await new Promise((s,o)=>{let c=As("tar",["-xzf","-","-C",e,"--strip-components=1","--no-same-owner"],{stdio:["pipe","pipe","pipe"]}),x="";c.stderr?.on("data",u=>{x+=String(u)});let f=setTimeout(()=>{c.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar extract timeout (${yn}ms)`))},yn);c.on("error",u=>{clearTimeout(f),o(new v("IPC_BAD_REQUEST",`tar spawn failed: ${u.message}`,{cause:u}))}),c.on("exit",u=>{clearTimeout(f),u===0?s():o(new v("IPC_BAD_REQUEST",`tar exit ${u}${x?`: ${x.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)})}async function jc(n){let e=await new Promise((s,o)=>{let c=As("tar",["-tzvf","-"],{stdio:["pipe","pipe","pipe"]}),x="",f="";c.stdout?.on("data",p=>{x+=String(p)}),c.stderr?.on("data",p=>{f+=String(p)});let u=setTimeout(()=>{c.kill("SIGKILL"),o(new v("IPC_BAD_REQUEST",`tar list timeout (${yn}ms)`))},yn);c.on("error",p=>{clearTimeout(u),o(new v("IPC_BAD_REQUEST",`tar list spawn failed: ${p.message}`))}),c.on("exit",p=>{clearTimeout(u),p===0?s(x):o(new v("IPC_BAD_REQUEST",`tar list exit ${p}${f?`: ${f.trim().slice(0,200)}`:""}`))}),c.stdin?.end(n)});for(let s of e.split(`
115
+ `)){let o=s.trim();if(!o)continue;let c=o.charCodeAt(0);if(c!==45&&c!==100)throw new v("IPC_BAD_REQUEST",`tar entry kind '${o[0]}' not allowed (symlink/hardlink/special): ${o.slice(0,100)}`);let f=(o.match(/\s(\S.*)$/)?.[1]??"").split(" -> ")[0]?.trim()??"";if(!f)continue;if(f.startsWith("/"))throw new v("IPC_BAD_REQUEST",`tar entry absolute path: ${f}`);if(f.split(/[/\\]/).some(p=>p===".."))throw new v("IPC_BAD_REQUEST",`tar entry contains '..': ${f}`)}}async function Ts(n,e,s,o){if(o<=0)return[];let c;try{c=await Ic(e,{withFileTypes:!0})}catch{return[]}let x=[];for(let f of c){if(Nc.has(f.name)||f.isSymbolicLink())continue;let u=De(e,f.name),p=Tc(De(s,f.name)),m=null;try{m=await Or(u)}catch{continue}if(m.isSymbolicLink())continue;let b={name:f.name,path:Ds(ks(n,u)),isDir:m.isDirectory(),size:m.size,modifiedAt:Math.floor(m.mtimeMs)};m.isDirectory()&&o>1&&(b.children=await Ts(n,u,p,o-1)),x.push(b)}return x.sort((f,u)=>f.isDir!==u.isDir?f.isDir?-1:1:f.name.localeCompare(u.name)),x}function Gc(n){return!n||n<=0?Rc:Math.min(n,Lc)}function Wc(n){if(!n||n==="."||n==="/")return".";let e=n.split(/[/\\]/);return e[e.length-1]||"."}function Ds(n){return n.split(Ps).join("/")}q();import{readFileSync as Ih}from"node:fs";import{dirname as Ph,join as Th}from"node:path";import{fileURLToPath as Rh}from"node:url";var bn="0.1.42";var Ut=R("agent-health-reporter"),Jc=1e4,qt=class{constructor(e){this.opts=e;this.intervalMs=e.intervalMs??Jc}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 x=$c(c);x&&s.push({agentId:c.agentId,status:x})}if(s.length===0)return;let o={agents:s,bridgeVersion:bn,_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 $c(n){return n.status==="error"?"error":n.activeTriggers.size>0?"busy":n.status==="ok"?"online":null}Xe();import{mkdir as Ur,rm as Ex}from"node:fs/promises";q();import{execFile as Vc}from"node:child_process";import{promisify as Xc}from"node:util";var Ls=Xc(Vc),Ht=R("agents.acp-installer"),Yc={"claude-code":{npmPackage:"@agentclientprotocol/claude-agent-acp",binary:"claude-agent-acp"},codex:{npmPackage:"@zed-industries/codex-acp",binary:"codex-acp"}},Zc=5e4,Qc=5e3,ex=5*6e4,Sn=new Map,vn=new Map,zr=new Map;async function Rs(n){let e=process.platform==="win32"?"where":"which";try{let{stdout:s}=await Ls(e,[n],{timeout:Qc});return s.split(`
116
+ `)[0]?.trim()||void 0}catch{return}}async function tx(n){Ht.info("npm install -g start",{npmPackage:n}),await Ls("npm",["install","-g",`${n}@latest`],{timeout:Zc,maxBuffer:10*1024*1024}),Ht.info("npm install -g done",{npmPackage:n})}async function Ns(n){let e=Yc[n];if(!e)return;let s=Sn.get(n);if(s)return s;let o=vn.get(n);if(o&&Date.now()-o<ex)return;let c=zr.get(n);if(c)return c;let x=(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(p){Ht.warn("acp wrapper install failed (will fallback to npx)",{npmPackage:e.npmPackage,err:String(p)}),vn.set(n,Date.now());return}let u=await Rs(e.binary);if(!u){Ht.warn("acp wrapper installed but binary not found on PATH",{binary:e.binary}),vn.set(n,Date.now());return}return Sn.set(n,u),vn.delete(n),u})().finally(()=>{zr.delete(n)});return zr.set(n,x),x}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 jt(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 Cn=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)}},j={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 Ms(n){return"method"in n&&!("id"in n)}function An(n){return!("method"in n)&&"id"in n}var nx={AGENT_NOT_FOUND:j.AGENT_NOT_FOUND,AGENT_BUSY:j.AGENT_BUSY,AGENT_DISCONNECTED:j.AGENT_DISCONNECTED,AGENT_TIMEOUT:j.AGENT_TIMEOUT,AGENT_SPAWN_FAILED:j.AGENT_SPAWN_FAILED,AGENT_PROTOCOL_ERROR:j.INTERNAL_ERROR,BRIDGE_CONFIG_INVALID:j.INTERNAL_ERROR,BRIDGE_INTERNAL:j.INTERNAL_ERROR,IPC_AUTH_FAILED:j.INTERNAL_ERROR,IPC_BAD_REQUEST:j.INVALID_REQUEST,MODEL_TOKEN_GEN_FAILED:j.MODEL_TOKEN_GEN_FAILED,OPERATION_NOT_ALLOWED_FOR_LOCAL:j.OPERATION_NOT_ALLOWED_FOR_LOCAL,UPSTREAM_DISCONNECTED:j.INTERNAL_ERROR,UPSTREAM_HANDSHAKE_FAILED:j.INTERNAL_ERROR,PATH_OUTSIDE_WORKSPACE:j.PATH_OUTSIDE_WORKSPACE,FILE_TOO_LARGE:j.FILE_TOO_LARGE,UNSUPPORTED_MIME:j.UNSUPPORTED_MIME,UPLOAD_FAILED:j.UPLOAD_FAILED,UPSTREAM_NOT_READY:j.UPSTREAM_NOT_READY};function Gt(n){return n instanceof v?{code:nx[n.code]??j.INTERNAL_ERROR,message:n.message,data:{bridgeCode:n.code,retriable:n.retriable}}:{code:j.INTERNAL_ERROR,message:n instanceof Error?n.message:String(n)}}function Bs(n){let e=n.data,s=e?.bridgeCode??"AGENT_PROTOCOL_ERROR";return new v(s,n.message,{retriable:e?.retriable??!1,cause:n.data})}function zs(n){return`${JSON.stringify(n)}
117
+ `}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(`
118
+ `);this.buffer=s.pop()??"";let o=[];for(let c of s){let x=c.replace(/\r$/,"").trim();if(x)try{o.push(JSON.parse(x))}catch(f){this.onError?.({line:x,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"},Jh=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:[]},bt=class{seq=0;next(e,s){this.seq+=1;let o=Us[e]??ix(e),c=rx[o]??[],x=[o,String(this.seq)];if(c.length>0){let f=c.map(p=>Fs(s?.[p]??"")),u=sx(f).join(":");u&&x.push(u)}else s&&Object.values(s).some(f=>f)&&x.push(Object.values(s).filter(Boolean).map(f=>Fs(String(f))).join(":"));return x.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)}q();var cx=3e4,xx=50,dx=20,qs=500;function fx(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 Ye=class{constructor(e){this.opts=e;this.log=R(`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 bt;updateHandlers=[];agentRequestHandlers=[];exitHandlers=[];log;stopped=!1;stderrRing=[];sanitizeEnv(e){return e}async start(){if(this.child)throw new v("BRIDGE_INTERNAL","Downstream already started");let e=process.platform!=="win32",s=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 v("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 v("AGENT_SPAWN_FAILED",String(o),{cause:o}))}),this.log.info("downstream started",{command:this.opts.command,pid:s.pid,cwd:this.opts.cwd})}async stop(e){if(!this.child||this.stopped)return;this.stopped=!0,this.log.info("downstream stopping",{reason:e});let s=this.child,o=new Promise(x=>s.once("exit",()=>x()));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(jt("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 v("AGENT_PROTOCOL_ERROR","downstream not started"));let c=this.idAllocator.next(e),x=Kt(c,e,s),f=o>0&&Number.isFinite(o);return new Promise((u,p)=>{let m=f?setTimeout(()=>{this.pending.delete(c),p(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o):null;this.pending.set(c,{resolve:u,reject:p,timer:m,method:e});try{this.writeFrame(x)}catch(b){m&&clearTimeout(m),this.pending.delete(c),p(b)}})}writeFrame(e){if(!this.child?.stdin||this.child.stdin.destroyed)throw new v("AGENT_PROTOCOL_ERROR","downstream stdin not writable");this.child.stdin.write(zs(e))}dispatch(e){if(An(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(Bs(e.error))):(this.log.info("downstream returned result",{id:e.id,method:s.method,result:fx(e.result)}),s.resolve(e.result));return}if(Ms(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,Gt(o)))}catch{}}}failAllPending(e){for(let s of this.pending.values())s.timer&&clearTimeout(s.timer),s.reject(e);this.pending.clear()}};var ux="@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 kn=class extends Ye{framework="claude-code";constructor(e){let s=En("claude-code"),[o,c]=s?[s,[]]:["npx",["-y",ux]],x=e.command??o,f=e.args??c,u={command:x,args:f,cwd:e.cwd,...e.env?{env:e.env}:{}};super(u)}sanitizeEnv(e){return lx(e)}};import{mkdtempSync as hx,rmSync as gx}from"node:fs";import{tmpdir as px}from"node:os";import{join as mx}from"node:path";var _x="@zed-industries/codex-acp@latest",Pn=class extends Ye{framework="codex";authMethodId;codexHomeDir;constructor(e){let s=En("codex"),[o,c]=s?[s,[]]:["npx",["-y",_x]],x=e.command??o,f=e.args??c,u=e.extraArgs?[...f,...e.extraArgs]:f,p=e.isolateCodexHome?hx(mx(px(),"coze-bridge-codex-home-")):void 0,m=p?{...e.env??{},CODEX_HOME:p}:e.env,b={command:x,args:u,cwd:e.cwd,...m?{env:m}:{}};super(b),this.authMethodId=e.authMethodId,this.codexHomeDir=p}async initialize(e){let s=await super.initialize(e);return this.authMethodId&&await this.call("authenticate",{methodId:this.authMethodId}),s}async stop(e){if(await super.stop(e),this.codexHomeDir)try{gx(this.codexHomeDir,{recursive:!0,force:!0})}catch{}}};var vt=class extends Ye{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();oe();function Fr(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)Wt(o),o.downstream&&(s.push(o.downstream.stop(e).catch(()=>{})),o.downstream=void 0);await Promise.all(s),this.activeTriggers.clear()}};function Wt(n){n.idleTimer&&(clearTimeout(n.idleTimer),n.idleTimer=void 0)}import{spawn as yx}from"node:child_process";import{homedir as bx}from"node:os";import{join as vx}from"node:path";an();q();async function Gs(){let n=vx(bx(),".openclaw/openclaw.json");return(await pt(n))?.gateway?.auth?.token??""}var Ks=R("openclaw.config"),Sx=[0,5e3,5e3],js="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 x=this.retryDelaysMs[c]??0;x>0&&await new Promise(f=>setTimeout(f,x));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 v("AGENT_SPAWN_FAILED",`openclaw cli ${e} failed after ${this.retryDelaysMs.length} attempts: ${o?.message??"unknown"}`)}runCli(e){return new Promise((s,o)=>{let c=yx(this.command,e,{stdio:["ignore","pipe","pipe"],env:this.env}),x="";c.stderr?.on("data",f=>{x+=f.toString("utf8")}),c.on("error",o),c.on("close",f=>{f===0?s():o(new Error(`exit ${f}: ${x.trim().slice(0,500)}`))})})}async runCliTolerant(e,s){try{await this.runCli(e)}catch(o){let c=String(o);if(s.some(x=>c.includes(x)))return;throw o}}async bestEffortUnset(e,s){try{await this.queue.enqueue(()=>this.withRetry(e,()=>this.runCli(["config","unset",s])))}catch(o){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",`${js}${e}`,JSON.stringify(s),"--strict-json","--merge"])))}removeProvider(e){return this.bestEffortUnset(`config unset models.providers.${e}`,`${js}${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=R("agent-manager"),Cx=(n,e,s,o,c,x,f,u)=>{switch(n){case"claude-code":{let p={...c?{...ws(c),...bs(c,f)}:{},...u??{}};return new kn({cwd:s,...Object.keys(p).length>0?{env:p}:{}})}case"codex":{let p=c?[..._s(c),...Ss(c,f)]:[],m={...c?ys(c):{},...u??{}},b=!!c;return new Pn({cwd:s,...p.length>0?{extraArgs:p}:{},...Object.keys(m).length>0?{env:m}:{},...b?{authMethodId:"openai-api-key",isolateCodexHome:!0}:{}})}case"openclaw":return new vt({command:e,cwd:s,agentId:o,...x?{sessionName:Fr(x)}:{}})}};function Ws(n){return n==="claude-code"||n==="codex"}var Ax={path:"",version:"cloud-deployed"},Ix={protocolVersion:1,clientCapabilities:{fs:{readTextFile:!0,writeTextFile:!0}}},kx=6e4,Ln=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??Cx,this.createTimeoutMs=e.createTimeoutMs??kx}buildBinShimPathEnv(){let e=process.platform==="win32"?";":":";return{PATH:`${this.paths.binDir}${e}${process.env.PATH??""}`}}getOpenclawConfig(){if(!this.openclawConfigCache){let e=this.config.frameworksCache?.openclaw;if(!e?.path)throw new v("AGENT_SPAWN_FAILED","openclaw binary not detected on this machine");this.openclawConfigCache=new Rn({command:e.path})}return this.openclawConfigCache}async createAgent(e){if(!e.agentId)throw new v("IPC_BAD_REQUEST","agentId required");if(!e.framework)throw new v("IPC_BAD_REQUEST","framework required");let s=Bt(e._meta)==="cloud";this.registry.reviveIfDisconnected?.(e.agentId);let o=this.registry.get(e.agentId);if(o){if(o.framework!==e.framework)throw new v("AGENT_BUSY",`agent ${e.agentId} exists with different framework (${o.framework})`);if(o.status==="error")Re.warn("existing agent in error state, rebuilding",{agentId:e.agentId}),await o.dispose("rebuild after error").catch(k=>Re.warn("dispose stale agent failed (ignored)",{err:String(k)})),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 v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine; rerun daemon to refresh frameworks_cache`);s&&Ws(e.framework)&&await Ns(e.framework);let x=Ue(e.agentId,this.paths),f=Bt(e._meta),u=e.framework==="openclaw"&&f==="local",p=u?this.config.frameworksCache?.openclaw?.defaultAgent?.workspace:void 0,m=e.workspace??p??x.workspace,b=new AbortController,_=setTimeout(()=>b.abort(new v("AGENT_TIMEOUT",`_agent/create timed out after ${this.createTimeoutMs}ms`)),this.createTimeoutMs),E,T=!1;try{let k=()=>{if(b.signal.aborted)throw b.signal.reason instanceof Error?b.signal.reason:new v("AGENT_TIMEOUT","_agent/create aborted")};await Ur(x.root,{recursive:!0}),await Ur(m,{recursive:!0}),await Ur(x.logs,{recursive:!0}),k(),u||await mt(m,e.framework,e.agentId,e.cozeIdentity),k();let D=await pe(e.agentId,this.paths).catch(()=>null),F=ps({model:e.model??D?.model}),ie=cs(e._meta)??D?.accountId;if(E=new Tn({agentId:e.agentId,framework:e.framework,workspace:m,model:F.model??Te,deployType:f,...ie?{accountId:ie}:{}}),E.status="ok",D?.sessions){for(let[ae,ce]of Object.entries(D.sessions))E.sessions.set(ae,{acpSessionId:ce.acpSessionId,modelToken:ce.modelToken,tokenGeneratedAt:ce.tokenGeneratedAt,lastActiveAt:Date.now(),loadingSession:!1,replySeq:0});let te=Object.keys(D.sessions).length;te>0&&Re.info("restored persisted session records (no spawn)",{agentId:e.agentId,count:te})}this.registry.register(E),T=!0;let $={agentId:e.agentId,framework:e.framework,workspace:m,cozeIdentity:e.cozeIdentity,createdAt:D?.createdAt??Date.now(),sessions:D?.sessions??{},model:F.model};f==="cloud"&&($.deployType="cloud"),ie&&($.accountId=ie),D?.skills&&($.skills=D.skills),D?.agentName&&($.agentName=D.agentName),D?.description&&($.description=D.description),e.framework==="openclaw"&&f==="cloud"&&(this.config.frameworksCache?.openclaw?.path?await this.getOpenclawConfig().ensureAgent(e.agentId,m):Re.warn("openclaw binary not on this machine, skip agents add (will fail at session/prompt)",{agentId:e.agentId}));let we=e.initialSkills??[];if(we.length>0){let te=[...$.skills??[]],ae=new Map(te.map((A,N)=>[A.skillId,N])),ce=0;for(let A of we)try{let N=await Mr({agentId:e.agentId,workspace:m,framework:e.framework,skill:A});Br(te,ae,N),ce++}catch(N){Re.warn("initialSkill install failed (skipping)",{agentId:e.agentId,skillId:A.skillId,skillName:A.skillName,err:String(N)})}ce>0&&($.skills=te,Re.info("initialSkills installed",{agentId:e.agentId,installed:ce,requested:we.length}))}return await Ce($,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:m,framework:e.framework}}catch(k){throw Re.error("agent create failed, rolling back",{agentId:e.agentId,err:String(k)}),T&&E&&(await E.dispose("rollback").catch(()=>{}),this.registry.unregister(e.agentId)),await Ex(x.root,{recursive:!0,force:!0}).catch(D=>Re.warn("rm agent dir failed (ignored)",{err:String(D)})),k instanceof v?k:new v("AGENT_SPAWN_FAILED",String(k),{cause:k})}finally{clearTimeout(_)}}async spawnSessionDownstream(e,s,o,c){let f=this.config.frameworksCache?.[e.framework];if(!f)if(e.deployType==="cloud"&&Ws(e.framework))f=Ax;else throw new v("AGENT_SPAWN_FAILED",`framework ${e.framework} not detected on this machine`);let u=e.deployType==="cloud"?{model:e.model,modelToken:s}:void 0,p;e.framework==="openclaw"?p=await this.buildOpenclawDownstream({session:e,modelConfig:u,cloudSessionId:o,cozeEnv:c,command:f.path}):p=this.factory(e.framework,f.path,e.workspace,e.agentId,u,o,c,this.buildBinShimPathEnv());try{return await p.start(),await p.initialize(Ix),p}catch(m){throw await p.stop("spawnSessionDownstream failed").catch(()=>{}),m instanceof v?m:new v("AGENT_SPAWN_FAILED",m instanceof Error?m.message:String(m),{cause:m})}}async buildOpenclawDownstream(e){let{session:s,modelConfig:o,cloudSessionId:c,cozeEnv:x,command:f}=e,u=Fr(c);if(s.deployType==="local"){let _=this.config.frameworksCache?.openclaw?.defaultAgent;if(!_?.id||!_.workspace)throw new v("AGENT_SPAWN_FAILED","openclaw default agent \u672A\u63A2\u6D4B\u5230; \u8BF7\u5148\u8DD1 `openclaw setup` \u6216 `openclaw agents add` \u521B\u5EFA\u9ED8\u8BA4 agent");return new vt({command:f,cwd:_.workspace,agentId:_.id,sessionName:u})}let p=await Gs(),m=o?vs(o,x):null,b;if(m){let _=Nr(c),T=m.models[0]?.id??Te,k=`${_}/${T}`;if(!this.ensuredProviders.has(k)){let D=this.getOpenclawConfig();await D.ensureProvider(_,m),await D.addModelToAllowlist(k),this.ensuredProviders.add(k)}b=k}return new vt({command:f,cwd:s.workspace,agentId:s.agentId,sessionName:u,...p?{gatewayToken:p}:{},...b?{slashModelOnStart:b}:{}})}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),x=`${c}/${e.model}`;this.ensuredProviders.delete(x),await s.removeProvider(c),await s.removeModelFromAllowlist(x)}}};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";q();var Js=R("file-upload"),Rx="/api/coze_claw/file/agent_upload",Lx=6e4;async function $s(n,e={}){let o=`${pn(wn(e.handshakeBase))}${Rx}`,c=e.timeoutMs??Lx,x=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([x],{type:n.mimeType}),n.name);let u={Authorization:`Bearer ${n.patToken}`,Accept:"application/json","x-coze-version":"3.0",..._t(e.ppeOverride),...n.accountId?{"x-coze-account":n.accountId}:{}},p=new AbortController,m=setTimeout(()=>p.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 b=await fetch(o,{method:"POST",headers:u,body:f,signal:p.signal}),_=b.headers.get("x-tt-logid")??"";if(!b.ok){let k=await b.text().catch(()=>"");throw new v("UPLOAD_FAILED",`upload HTTP ${b.status} logid=${_}: ${k.slice(0,200)}`)}let E=await b.json();if(E.code!==void 0&&E.code!==0)throw new v("UPLOAD_FAILED",`upload code=${E.code} msg=${E.msg??"-"} logid=${_}`);let T=E.data?.file?.file_url;if(!T)throw new v("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(b){throw b instanceof v?b:b.name==="AbortError"?new v("UPLOAD_FAILED",`upload timeout (${c}ms) for ${Dx(n.path)}`):new v("UPLOAD_FAILED",String(b),{cause:b})}finally{clearTimeout(m)}}q();import{promises as Nx}from"node:fs";import{extname as Ox}from"node:path";var Mx=[{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 Bx(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 Vs(n){let e=await Nx.open(n,"r");try{let s=Buffer.alloc(16);if(await e.read(s,0,16,0),Bx(s))return"image/webp";for(let o of Mx)if(o.prefix.every((c,x)=>s[x]===c))return o.mime}finally{await e.close()}return zx[Ox(n).toLowerCase()]??"application/octet-stream"}oe();var Hx=R("agent-send"),Xs=50*1024*1024,Kx=new Set(["image/png","image/jpeg","image/webp","image/gif","application/pdf","text/plain","text/markdown"]);async function Ys(n,e){let s=e.core.get(n.agentId);if(!s)throw new v("AGENT_NOT_FOUND",`agent=${n.agentId}`);if(e.core.disconnectedAgents.has(n.agentId))throw new v("AGENT_DISCONNECTED",`agent=${n.agentId} was disconnected by cloud`);let o=s.sessions.get(n.sessionId);if(!o)throw new v("AGENT_NOT_FOUND",`session=${n.sessionId} not active in agent=${n.agentId}`);if(!await os(n.path,s.workspace))throw new v("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 v("IPC_BAD_REQUEST",`path is not a regular file: ${n.path}`);if(c.size>Xs)throw new v("FILE_TOO_LARGE",`${c.size} bytes > limit ${Xs}`);let x=await Vs(n.path);if(!Kx.has(x))throw new v("UNSUPPORTED_MIME",`mime=${x} not in whitelist`);if(n.kind==="image"&&!x.startsWith("image/"))throw new v("UNSUPPORTED_MIME",`kind=image but mime=${x}`);if(!e.core.upstream.isConnected())throw new v("UPSTREAM_NOT_READY","cloud WS not connected");let f=n.name??qx(n.path),u=await $s({patToken:e.patToken,agentId:n.agentId,sessionId:n.sessionId,path:n.path,mimeType:x,name:f,sizeBytes:c.size,...s.accountId?{accountId:s.accountId}:{}},{handshakeBase:e.handshakeBase,ppeOverride:e.ppeOverride}),p={sessionUpdate:"agent_file",messageId:Fx(),content:{type:n.kind==="image"?"image":"resource",uri:u.uri,mimeType:x,name:f,sizeBytes:c.size,...u.fileId!==void 0?{fileId:u.fileId}:{},...n.caption!==void 0?{caption:n.caption}:{}}};return await e.core.sendAgentFileUpdate(s,o,n.sessionId,p),Hx.info("agent file sent",{agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,name:f,bytes:c.size,mime:x,uri:u.uri}),{ok:!0,uri:u.uri,bytes:c.size,mimeType:x,...u.fileId!==void 0?{fileId:u.fileId}:{}}}q();import{execFile as jx}from"node:child_process";import{promisify as Gx}from"node:util";var Wx=Gx(jx),Ze=R("coze-cli-installer"),Zs="@coze/cli@0.1.3-alpha.89c42a",Qs="https://bnpm.byted.org",Jx="coze",$x=5e3,Vx=9e4,eo=1e4,Jt=null,qr=!1;async function Hr(n,e={}){if(qr)return;if(Jt)return Jt;let s=e.exec??Wx;return Jt=(async()=>{try{let o=await Xx(Jx,s);if(o){Ze.info("coze-cli already on PATH, skip install + config + auth",{path:o}),qr=!0;return}Ze.info("coze-cli install start",{package:Zs,registry:Qs});try{await s("npm",["i","-g",Zs,"--registry",Qs],{timeout:Vx,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}qr=!0}finally{Jt=null}})(),Jt}async function Xx(n,e){let s=process.platform==="win32"?"where":"which";try{let{stdout:o}=await e(s,[n],{timeout:$x});return o.split(`
119
+ `)[0]?.trim()||void 0}catch{return}}q();import{spawn as Yx}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=R("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??Yx,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,x]=await Promise.all([this.probeVersion(o),e==="openclaw"?this.probeOpenclawDefaultAgent(o):Promise.resolve(null)]),f={path:o,version:c};return x&&(f.defaultAgent=x),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 x of o){let f=ed(c,e+x);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(x=>x?.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="",x=!1,f,u=p=>{x||(x=!0,f&&clearTimeout(f),o(p))};try{let p=this.env.spawn(e,s,{stdio:["ignore","pipe","pipe"]});f=setTimeout(()=>{p.kill("SIGKILL"),u(null)},5e3),p.stdout?.on("data",m=>{c+=m.toString("utf8")}),p.on("error",()=>u(null)),p.on("close",m=>u({code:m,stdout:c}))}catch{u(null)}})}},nd=new RegExp("\x1B\\[[0-9;]*[A-Za-z]","g");function rd(n){return n.replace(nd,"")}an();oe();var id=10*6e4;function io(n){let e=n?.sessionIdleTimeoutMs;return typeof e!="number"||!Number.isFinite(e)||e<=0?id:e}function Nn(n){return pt(n??U().configFile)}function Ct(n,e){return on(e??U().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 Kr,join as dd,relative as fd,resolve as so,sep as ud}from"node:path";q();var ao=R("fs-rpc");async function co(n,e){let s=await fo(n.path,e);return await sd(Kr(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 fo(n.path,e),o=await od(s,"utf8"),c=o;if(typeof n.line=="number"||typeof n.limit=="number"){let x=o.split(`
120
+ `),f=Math.max(0,(n.line??1)-1),u=typeof n.limit=="number"?f+n.limit:void 0;c=x.slice(f,u).join(`
121
+ `)}return ao.info("fs/read_text_file ok",{path:s,size:c.length}),{content:c}}async function fo(n,e){if(typeof n!="string"||n.length===0)throw new v("IPC_BAD_REQUEST","path must be a non-empty string");let[s,o]=await Promise.all([oo(so(e)),oo(so(n))]),c=fd(s,o);if(c.startsWith("..")||c===".."||c.startsWith(`..${ud}`))throw new v("IPC_BAD_REQUEST",`path escapes workspace: ${n}`);return o}async function oo(n){let e=[],s=n;for(;s!==Kr(s);)try{let o=await ad(s);return e.length?dd(o,...e.reverse()):o}catch{e.push(xd(s)),s=Kr(s)}return n}q();var uo=R("prompt-multimodal"),lo=10*1024*1024,ld=15e3;async function ho(n){return Promise.all(n.map(hd))}async function hd(n){if(n.type!=="image")return n;let e=n;if(e.data||!e.uri||!gn(e.uri))return n;try{let{buf:s,contentType:o}=await pd(e.uri),c=e.mimeType||gd(o)||"application/octet-stream";return uo.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 uo.warn("image fetch failed, degrading to text block",{uri:e.uri,err:String(s)}),{type:"text",text:`[image load failed: ${e.uri}]`}}}function gd(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)}}Xe();q();var H=R("core"),wd=3e4,_d=3e4,On=class{upstream;agents=new Map;disconnectedAgents=new Set;extensions;paths;sessionSpawner;sessionIdleTimeoutMs;upstreamIds=new bt;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(),H.info("Core started",{extensions:Object.keys(this.extensions)})}async stop(e){H.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),H.info("agent registered",{agentId:e.agentId,framework:e.framework});for(let s of this.registerHandlers)try{s(e.agentId)}catch(o){H.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)&&H.info("agent revived from disconnect",{agentId:e})}attachRuntimeHooks(e,s,o){let c=o.downstream;c&&(c.onUpdate(x=>{o.loadingSession||this.forwardUpdate(e,x)}),c.onAgentRequest(x=>{this.handleAgentRequest(e,c,x)}),c.onExit((x,f)=>{H.info("session runtime exited",{agentId:e.agentId,cloudId:s,code:x,signal:f}),Wt(o),o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId)}))}async handleFrame(e){if(An(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,j.METHOD_NOT_FOUND,`extension not registered: ${e.method}`):H.warn("drop notification: extension not registered",{method:e.method});return}let x=await c(e,this);s!==null&&await this.upstream.send(yt(s,x));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,j.METHOD_NOT_FOUND,`method not implemented: ${e.method}`):H.warn("drop unknown notification",{method:e.method})}catch(c){H.error("handleFrame failed",{method:e.method,err:String(c)}),s!==null&&await this.upstream.send(st(s,Gt(c)))}}async routeSessionMethod(e){if(!e.params||typeof e.params!="object")throw new v("IPC_BAD_REQUEST",`${e.method} requires params`);let s=e.params,o=s._meta?.cozeAgentId;if(!o)throw new v("IPC_BAD_REQUEST",`${e.method}: missing _meta.cozeAgentId`);let c=this.agents.get(o);if(!c)throw this.disconnectedAgents.has(o)?new v("AGENT_DISCONNECTED",`agent ${o} has been disconnected; cloud must _agent/create to revive`):new v("AGENT_NOT_FOUND",`agent not found: ${o}`);let x=typeof s.sessionId=="string"?s.sessionId:void 0;if(e.method==="session/cancel"||e.method==="session/new"||!x)return this.dispatchSessionCall(c,e.method,s);let f=Date.now(),u=!1;try{let p=await c.getSessionQueue(x).enqueue(()=>this.dispatchSessionCall(c,e.method,s));return u=!0,p}finally{H.info("session call done",{agentId:c.agentId,method:e.method,durationMs:Date.now()-f,ok:u})}}async dispatchSessionCall(e,s,o){e.lastActiveAt=Date.now();let{stripped:c}=xs(o);switch(s){case"session/new":{let x=yd();return H.info("session/new ack (lazy spawn)",{agentId:e.agentId,cloudId:x}),{sessionId:x}}case"session/load":{let x=c;return H.info("session/load ack (lazy spawn)",{agentId:e.agentId,cloudId:x.sessionId}),{}}case"session/prompt":{let x=c,f=x.sessionId;if(!f)throw new v("IPC_BAD_REQUEST","session/prompt: missing sessionId");let u=await this.ensureRuntime(e,f);if(u.replySeq=0,await this.ensureDownstream(e,f,u),!u.downstream||!u.acpSessionId)throw new v("BRIDGE_INTERNAL","session runtime not ready after ensureDownstream");let p=o._meta?.cozeTriggerMsgId;p?e.activeTriggers.set(u.acpSessionId,p):e.activeTriggers.delete(u.acpSessionId);let m=await ho(x.prompt);try{let b=await u.downstream.sessionPrompt({...x,sessionId:u.acpSessionId,prompt:m});return u.lastActiveAt=Date.now(),b}finally{e.activeTriggers.delete(u.acpSessionId),u.downstream?.isAlive()&&this.armIdleTimer(e,f,u)}}case"session/cancel":{let f=c.sessionId;if(!f)throw new v("IPC_BAD_REQUEST","session/cancel: missing sessionId");let u=e.sessions.get(f);return u?.downstream?.isAlive()&&u.acpSessionId&&await u.downstream.sessionCancel({sessionId:u.acpSessionId}),{ok:!0}}default:throw new v("IPC_BAD_REQUEST",`session method not supported: ${s}`)}}async ensureRuntime(e,s){let o=e.sessions.get(s);if(o)return o;let x={modelToken:e.deployType==="cloud"?await this.requestSessionToken(e.agentId,s):"",tokenGeneratedAt:Date.now(),lastActiveAt:Date.now(),loadingSession:!1,replySeq:0};return e.sessions.set(s,x),await this.persistSessionMapping(e),x}async requestSessionToken(e,s){let o={sessionId:s,_meta:{cozeAgentId:e}};try{let c=await this.sendRequest(Pe.GEN_MODEL_TOKEN,o,_d);if(!c?.modelToken)throw new v("MODEL_TOKEN_GEN_FAILED",`cloud returned empty modelToken (agentId=${e}, cloudSessionId=${s})`);return c.modelToken}catch(c){throw c instanceof v&&c.code==="MODEL_TOKEN_GEN_FAILED"?c:new v("MODEL_TOKEN_GEN_FAILED",c instanceof Error?c.message:String(c),{cause:c})}}async ensureDownstream(e,s,o){if(Wt(o),o.downstream?.isAlive())return;if(!this.sessionSpawner)throw new v("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}),H.info("session restored via session/load",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId})}catch(x){H.warn("session/load failed, fallback to session/new",{agentId:e.agentId,cloudId:s,acpId:o.acpSessionId,err:String(x)}),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 x=await c.sessionNew({cwd:e.workspace});o.acpSessionId=x.sessionId,await this.persistSessionMapping(e)}c.afterSessionEstablished&&o.acpSessionId&&await c.afterSessionEstablished(o.acpSessionId)}armIdleTimer(e,s,o){if(Wt(o),this.isRuntimeBusy(e,o)){H.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)){H.info("idle reaper fired but runtime busy, re-arming",{agentId:e.agentId,cloudId:s}),this.armIdleTimer(e,s,o);return}H.info("session runtime idle timeout, killing downstream",{agentId:e.agentId,cloudId:s});let c=o.downstream;o.downstream=void 0,o.acpSessionId&&e.activeTriggers.delete(o.acpSessionId),c&&c.stop("idle timeout").catch(x=>H.warn("idle stop failed (ignored)",{agentId:e.agentId,cloudId:s,err:String(x)}))},this.sessionIdleTimeoutMs),o.idleTimer.unref?.()}isRuntimeBusy(e,s){if(s.acpSessionId&&e.activeTriggers.has(s.acpSessionId))return!0;let o=s.downstream;if(!o)return!1;for(let c of this.pendingUpstream.values())if(c.downstream===o)return!0;return!1}async sendAgentFileUpdate(e,s,o,c){let x={cozeAgentId:e.agentId,cozeReplySeqID:++s.replySeq};if(s.acpSessionId){let f=e.activeTriggers.get(s.acpSessionId);f&&(x.cozeTriggerMsgId=f)}await this.upstream.send(jt("session/update",{sessionId:o,update:c,_meta:x}))}forwardUpdate(e,s){let o=s.sessionId,c=this.reverseSessionId(e,o);if(!c){H.debug("drop update for unknown session",{agentId:e.agentId,acpId:o});return}let x=e.sessions.get(c);if(!x){H.debug("drop update: runtime gone",{agentId:e.agentId,cloudId:c});return}if(bd(s)){H.debug("drop codex metadata-warn chunk",{agentId:e.agentId,acpId:o});return}let f={cozeAgentId:e.agentId,cozeReplySeqID:++x.replySeq},u=e.activeTriggers.get(o);u&&(f.cozeTriggerMsgId=u),this.upstream.send(jt("session/update",{...s,sessionId:c,_meta:f})).catch(p=>H.warn("forward update failed",{agentId:e.agentId,err:String(p)}))}handleAgentRequest(e,s,o){if(o.method==="session/request_permission"){this.forwardPermissionRequest(e,s,o);return}if(o.method==="fs/write_text_file"||o.method==="fs/read_text_file"){this.handleFsRpcRequest(e,s,o);return}H.warn("unhandled agent request,returning method_not_found",{agentId:e.agentId,method:o.method}),s.respondAgentRequestError(o.id,{code:j.METHOD_NOT_FOUND,message:`method not handled by Bridge: ${o.method}`})}async handleFsRpcRequest(e,s,o){try{let c=e.workspace;if(o.method==="fs/write_text_file"){let x=o.params??{},f=await co(x,c);s.respondAgentRequest(o.id,f)}else{let x=o.params??{},f=await xo(x,c);s.respondAgentRequest(o.id,f)}}catch(c){H.warn("fs rpc handler failed",{agentId:e.agentId,method:o.method,err:String(c)}),s.respondAgentRequestError(o.id,Gt(c))}}forwardPermissionRequest(e,s,o){let c=this.upstreamIds.next("session/request_permission"),x=o.params??{},u=x.sessionId,p=u?e.activeTriggers.get(u):void 0,m={cozeAgentId:e.agentId};p&&(m.cozeTriggerMsgId=p);let b=u?this.reverseSessionId(e,u):void 0,_={...x,...b?{sessionId:b}:{},_meta:m};this.pendingUpstream.set(c,{agentRequestId:o.id,agentId:e.agentId,downstream:s,method:o.method}),H.info("forward permission_request \u2192 upstream",{agentId:e.agentId,upstreamId:c,acpSessionId:u,cloudSessionId:b,toolCallId:x.toolCall?.toolCallId,options:x.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),H.error("forward permission request failed",{agentId:e.agentId,err:String(E)}),s.respondAgentRequestError(o.id,{code:j.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?(H.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)):(H.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 Cn(e.error)):o.resolve(e.result);return}H.debug("orphan upstream response (no pending)",{id:e.id})}sendRequest(e,s,o=wd){let c=this.upstreamIds.next(e);return new Promise((x,f)=>{let u=setTimeout(()=>{this.pendingBridge.delete(c),f(new v("AGENT_TIMEOUT",`${e} timed out after ${o}ms`))},o);this.pendingBridge.set(c,{method:e,resolve:x,reject:f,timer:u}),this.upstream.send(Kt(c,e,s)).catch(p=>{let m=this.pendingBridge.get(c);m&&(clearTimeout(m.timer),this.pendingBridge.delete(c)),f(p)})})}async persistSessionMapping(e){if(this.paths)try{let s=new Map;for(let[o,c]of e.sessions){let x={modelToken:c.modelToken,tokenGeneratedAt:c.tokenGeneratedAt};c.acpSessionId&&(x.acpSessionId=c.acpSessionId),s.set(o,x)}await Tr(e.agentId,s,this.paths)}catch(s){H.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 bd(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();oe();import{randomBytes as vd}from"node:crypto";import{chmod as Sd,mkdir as Ed,writeFile as go}from"node:fs/promises";import{createServer as Cd}from"node:http";import{dirname as Ad}from"node:path";var Id=1e6,jr=R("ipc"),Mn=class{server=null;port=0;token="";routes;paths;constructor(e){this.routes=new Map(e.routes.map(s=>[`${s.method} ${s.path}`,s])),this.paths=e.paths??U()}async start(){this.token=vd(32).toString("hex");let e=Cd((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(),jr.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(Ad(this.paths.portFile),{recursive:!0}),await go(this.paths.portFile,String(this.port),"utf8"),await go(this.paths.tokenFile,this.token,{encoding:"utf8",mode:384});try{await Sd(this.paths.tokenFile,384)}catch(e){jr.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]}`,x=this.routes.get(c);if(!x){$t(s,404,{error:"not found"});return}let f=null;if(e.method==="POST")try{f=await kd(e)}catch(u){$t(s,400,{error:"invalid json",detail:String(u)});return}try{let u=await x.handler(f,e);$t(s,200,u??{ok:!0})}catch(u){jr.error("IPC handler failed",{key:c,err:String(u)}),$t(s,500,{error:u instanceof Error?u.message:String(u)})}}};function $t(n,e,s){n.statusCode=e,n.setHeader("content-type","application/json"),n.end(JSON.stringify(s))}async function kd(n){let e=[],s=0;for await(let c of n){let x=c;if(s+=x.length,s>Id)throw new Error("body too large");e.push(x)}let o=Buffer.concat(e).toString("utf8");return o?JSON.parse(o):null}var Ba=Fe(Ao(),1);var xu=Fe(ba(),1),du=Fe(Zn(),1),fu=Fe(kt(),1),uu=Fe(ri(),1),lu=Fe(oi(),1),hu=Fe(ui(),1),Ta=Fe(nr(),1),gu=Fe(Pa(),1);var Da=Ta.default;q();var de=R("upstream.frontier"),La="application/json",Na="none",rn=class{constructor(e){this.opts=e}opts;fws=null;handler=null;connectHandler=null;opened=!1;openCount=0;async start(){if(this.fws){de.warn("start called on already-started FrontierUpstream; noop");return}let e={Authorization:`Bearer ${this.opts.privatecode}`,Origin:us,..._t(this.opts.ppeOverride)};class s extends Da{constructor(u){super(u,fs,{headers:e})}send(u,...p){if(rs("debug"))try{let m;typeof u=="string"?m=Buffer.from(u,"utf8"):u instanceof Buffer?m=u:u instanceof ArrayBuffer?m=new Uint8Array(u):ArrayBuffer.isView(u)?m=new Uint8Array(u.buffer,u.byteOffset,u.byteLength):m=new Uint8Array(0);let b=Buffer.from(m.slice(0,128)).toString("hex");de.debug("WS raw frame out",{bytes:m.byteLength,headHex:b})}catch(m){de.warn("WS raw frame dump failed",{err:String(m)})}super.send(u,...p)}}let o=hs(this.opts.urlOverride),c={url:o,ws:s,fpID:ds,aID:mn,accessKey:this.opts.handshake.accessKey,deviceID:this.opts.handshake.deviceId,payloadType:{type:La,force:!0},payloadEncoding:{encoding:Na,force:!0},enableTransformTextPayload:!0,enableQoS:!1,enableAutoAck:!1,automaticOpen:!1,debug:this.opts.debug??!1},x=new Ba.FWS(c);x.onopen=()=>{this.opened=!0,this.openCount+=1;let f=this.openCount===1;de.info("frontier opened",{url:o,remoteDeviceId:this.opts.handshake.deviceId,initial:f,openCount:this.openCount}),this.connectHandler&&Promise.resolve(this.connectHandler({initial:f})).catch(u=>de.warn("onConnect handler threw (ignored)",{err:String(u)}))},x.onclose=f=>{this.opened=!1,de.info("frontier closed",{code:f.code,reason:f.reason,willReconnect:f.willReconnect})},x.onerror=f=>{de.warn("frontier error",{code:f.code,msg:f.message})},x.onmessage=f=>this.handleMessage(f),this.fws=x,await x.connect()}async stop(e){let s=this.fws;if(s){this.fws=null,this.opened=!1;try{s.close(1e3,e??"bridge shutdown")}catch(o){de.warn("frontier close threw (ignored)",{err:String(o)})}}}async send(e){let s=this.fws;if(!s)throw new v("UPSTREAM_DISCONNECTED","frontier upstream not started");let o=JSON.stringify(e),c=e;Oa(c)||de.info("frontier frame out",{method:c.method,jsonrpcId:c.id,size:o.length});try{await s.send(o,{service:33555712,method:1,payloadType:La,payloadEncoding:Na})}catch(f){throw de.warn("frontier frame send failed",{method:c.method,jsonrpcId:c.id,err:String(f)}),new v("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){de.debug("drop non-adapter frontier frame",{service:s});return}let o=_u(e);if(!o){de.debug("frontier message without text payload, drop",{payloadType:e.message?.payloadType});return}if(!this.handler){de.debug("frame received but no onFrame handler",{size:o.length});return}let c;try{c=JSON.parse(o)}catch(f){de.warn("frontier message JSON parse failed",{err:String(f),head:o.slice(0,80)});return}let x=c;Oa(x)||de.info("frontier frame in",{logid:wu(e.message?.LogID),logidNew:e.message?.LogIDNew,msgId:e.message?.msgID,jsonrpcId:x.id,method:x.method,body:mu(o)}),Promise.resolve(this.handler(c)).catch(f=>de.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 Ma=2e3;function mu(n){return n.length<=Ma?n:`${n.slice(0,Ma)}...<truncated, total ${n.length} chars>`}function wu(n){return n?n.high===0?String(n.low>>>0):`${n.high.toString(16)}${(n.low>>>0).toString(16).padStart(8,"0")}`:""}function _u(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 hi=R("upstream.switchable"),ir=class{inner;handler=null;connectHandler=null;constructor(e){this.inner=e}async swap(e,s){if(this.inner===e)return;hi.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 hi.error("swap target start failed, reverting",{err:String(c)}),this.inner=o,c}await o.stop(s??"swapped").catch(c=>hi.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 gi=R("upstream"),Nt=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)}};q();q();oe();import{promises as pi}from"node:fs";import{dirname as yu}from"node:path";var bu=R("pat-token-store");async function za(n=U()){try{let s=(await pi.readFile(n.patTokenFile,"utf8")).trim();return s.length>0?s:null}catch(e){return e?.code!=="ENOENT"&&bu.warn("read pat-token failed (treating as missing)",{err:String(e)}),null}}async function sn(n,e=U()){if(!n)throw new Error("writePatToken: empty patToken");await pi.mkdir(yu(e.patTokenFile),{recursive:!0}),await pi.writeFile(e.patTokenFile,n,{encoding:"utf8",mode:384})}oe();oe();import{promises as sr}from"node:fs";import{join as vu}from"node:path";function Su(n){return`#!/bin/sh
113
122
  exec node ${JSON.stringify(n)} "$@"
114
- `}function hd(n){return`@echo off
123
+ `}function Eu(n){return`@echo off
115
124
  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=`
125
+ `}async function Fa(n,e=U()){let s=e.binDir;await sr.mkdir(s,{recursive:!0});let o=vu(s,process.platform==="win32"?"coze-bridge.cmd":"coze-bridge"),c=process.platform==="win32"?Eu(n):Su(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}q();oe();import{execSync as qa}from"node:child_process";import{readFileSync as Ha,unlinkSync as Cu}from"node:fs";import{mkdir as Au,readFile as Ka,unlink as ja,writeFile as Iu}from"node:fs/promises";import{dirname as ku}from"node:path";function Ua(n){try{return process.kill(n,0),!0}catch(e){return e.code==="EPERM"}}var Pu=R("single-instance"),or=class{pidFile;acquired=!1;constructor(e={}){this.pidFile=e.pidFile??U().pidFile,e.processTitle&&(process.title=e.processTitle)}async acquire(){let e=await this.readExistingPid();return e!==null&&this.isAlive(e)?{kind:"already-running",pid:e}:(e!==null&&(Pu.warn("removing stale pid file",{stalePid:e}),await ja(this.pidFile).catch(()=>{})),await Au(ku(this.pidFile),{recursive:!0}),await Iu(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 ja(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)&&Cu(this.pidFile)}catch{}})}};var B=R("daemon"),Tu="coze-bridge-daemon";async function Wa(){let n=new or({processTitle:Tu}),e=await n.acquire();if(e.kind==="already-running")throw new Error(`coze-bridge daemon already running (pid=${e.pid})`);let s=await Nn(),o=s??{};dn({pid:process.pid}),B.info(s?"loaded bridge config":"initialized bridge config");try{let A=new Et;o.frameworksCache=await A.detectAll(),B.info("refreshed frameworks_cache",{detected:Object.keys(o.frameworksCache)})}catch(A){B.warn("framework detection failed",{err:String(A)})}await Ct(o);let c=new ir(new Nt),x=U(),f=null,u=new On({upstream:c,paths:x,bridgeConfig:o,sessionSpawner:async(A,N,M,V)=>{if(!f)throw new Error("agentManager not ready");return f.spawnSessionDownstream(A,N,M,V)}});await Du(x,u);let p=new Ln({paths:x,config:o,registry:u});f=p;let m,b,_=null,E={},T,k=null;u.registerExtension("_agent/create",async A=>p.createAgent(A.params)),u.registerExtension("_agent/health",async()=>({ok:!0}));let D={},F=new _n({agents:u.agents,disposeAndMarkDisconnected:async(A,N)=>{let M=u.agents.get(A);M&&(await p.cleanupOpenclawSessionProviders(M).catch(V=>B.warn("cleanup openclaw providers failed (ignored)",{agentId:A,err:String(V)})),await M.dispose(`disconnect: ${N}`).catch(V=>B.warn("dispose during disconnect failed (ignored)",{agentId:A,err:String(V)})),M.status="disconnected",u.unregister(A)),u.disconnectedAgents.add(A)},detailSyncer:async A=>{if(!D.ref)throw new Error("agent-detail-sync not initialized yet");await D.ref.syncOne(A)},openclawRepair:async(A,N)=>{await p.openclawRepair(A,N)}});u.registerExtension("_agent/listSkills",A=>F.listSkills(A.params)),u.registerExtension("_agent/addSkills",A=>F.addSkills(A.params)),u.registerExtension("_agent/removeSkills",A=>F.removeSkills(A.params)),u.registerExtension("_agent/getFileTree",A=>F.getFileTree(A.params)),u.registerExtension("_agent/getFileContent",A=>F.getFileContent(A.params)),u.registerExtension("_agent/update",A=>F.updateAgent(A.params)),u.registerExtension("_agent/disconnect",A=>F.disconnectAgent(A.params)),u.registerExtension("_agent/switchModel",A=>F.switchModel(A.params)),u.registerExtension("_agent/reset",A=>F.resetAgent(A.params)),u.registerExtension("_agent/repair",A=>F.repairAgent(A.params));let ie=new hn({paths:x,handlers:F,sendDetail:A=>u.sendRequest("_agent/detail",A)});D.ref=ie,c.onConnect(({initial:A})=>{B.info("frontier upstream connected, triggering detail sync",{initial:A}),ie.syncAll(A?"initial-connect":"reconnect").catch(N=>B.warn("detail sync top-level error (ignored)",{err:String(N)}))});let $=new Mn({paths:x,routes:[{method:"GET",path:"/status",handler:async()=>({running:!0,pid:process.pid,agents:[...u.agents.keys()],deviceId:_??"",frameworksCache:o.frameworksCache??{}})},{method:"POST",path:"/pair",handler:async A=>{let N=A,M=N?.privatecode,V=N?.pairing_code;if(!M||!V)throw new v("IPC_BAD_REQUEST","/pair requires privatecode + pairing_code");let _e=zt(N.env),Ie=N.handshake_url,Me=N.frontier_url,ue=Ga(N.env,Ie,Me),ge=!!m&&m!==M,nt=b!==void 0&&b!==ue,ne=ge||nt;if(ne){B.warn("pair config switched, resetting agents",{pcChanged:ge,envChanged:nt,previousPc:m?ar(m):"",nextPc:ar(M),previousEnvKey:b??"",nextEnvKey:ue});for(let xe of[...u.agents.values()])await xe.dispose("pair config switch").catch(()=>{}),u.agents.delete(xe.agentId);await c.swap(new Nt,"pair switch").catch(()=>{})}let rt=await Dr({privatecode:M,...Ie?{endpoint:Ie}:{},ppeOverride:_e});_=rt.deviceId,dn({deviceId:_,pid:process.pid}),Hr({patToken:M,env:N.env}).catch(xe=>B.warn("coze-cli setup error (ignored)",{err:String(xe)}));let G=new rn({handshake:rt,privatecode:M,...Me?{urlOverride:Me}:{},ppeOverride:_e});await c.swap(G,"pair");try{let xe=new Et;o.frameworksCache=await xe.detectAll(),await Ct(o),B.info("frameworks_cache refreshed before pair",{detected:Object.keys(o.frameworksCache)})}catch(xe){B.warn("frameworks_cache refresh failed (ignored, using cached)",{err:String(xe)})}let Q=Object.keys(o.frameworksCache??{});try{let xe=await u.sendRequest("_agent/pair",{pairCode:V,patToken:M,frameworks:Q,_meta:{cozeDeviceId:_}});B.info("_agent/pair ok",{pairResult:xe}),m=M,b=ue,E=_e,T=Ie,sn(M,x).catch(Se=>B.warn("writePatToken after /pair failed (ignored)",{err:String(Se)})),k||(k=new qt({core:u,getDeviceId:()=>_??""})),k.start(),ne&&mi(x,p).catch(Se=>B.warn("post-pair-switch auto-revive error (ignored)",{err:String(Se)}));let Be;return N.agent_id&&(Be=await Ru(N.agent_id,x,p,Se=>u.sendRequest("_agent/detail",Se)).catch(Se=>(B.error("--agent-id ensureAgent failed",{agentId:N.agent_id,err:String(Se)}),{ok:!1,agentId:N.agent_id??"",note:String(Se)}))),{ok:!0,note:"paired with cloud",...Be?{agent:Be}:{}}}catch(xe){return B.error("_agent/pair failed",{err:String(xe)}),{ok:!1,note:`pair failed: ${String(xe)}`}}}},{method:"POST",path:"/connect",handler:async A=>{let N=A,M=N?.privatecode;if(!M)throw new v("IPC_BAD_REQUEST","/connect requires privatecode");let V=zt(N.env),_e=N.handshake_url,Ie=N.frontier_url,Me=Ga(N.env,_e,Ie);if(m===M&&b===Me)return B.info("/connect: already connected with same PAT + env, noop"),{ok:!0,note:"already connected"};let ue=!!m&&m!==M,ge=b!==void 0&&b!==Me,nt=ue||ge;if(nt){B.warn("connect config switched, resetting agents",{pcChanged:ue,envChanged:ge,previousPc:m?ar(m):"",nextPc:ar(M)});for(let G of[...u.agents.values()])await G.dispose("connect config switch").catch(()=>{}),u.agents.delete(G.agentId);await c.swap(new Nt,"connect switch").catch(()=>{})}let ne=await Dr({privatecode:M,..._e?{endpoint:_e}:{},ppeOverride:V});_=ne.deviceId,dn({deviceId:_,pid:process.pid}),Hr({patToken:M,env:N.env}).catch(G=>B.warn("coze-cli setup error (ignored)",{err:String(G)}));let rt=new rn({handshake:ne,privatecode:M,...Ie?{urlOverride:Ie}:{},ppeOverride:V});return await c.swap(rt,"connect"),m=M,b=Me,E=V,T=_e,k||(k=new qt({core:u,getDeviceId:()=>_??""})),k.start(),nt&&mi(x,p).catch(G=>B.warn("post-connect-switch auto-revive error (ignored)",{err:String(G)})),sn(M,x).catch(G=>B.warn("writePatToken after /connect failed (ignored)",{err:String(G)})),B.info("/connect: WS established",{deviceId:_}),{ok:!0,note:"connected"}}},{method:"POST",path:"/_agent/create",handler:async A=>{let N=A;return{ok:!0,result:await p.createAgent(N)}}},{method:"POST",path:"/agent/send",handler:async A=>{let N=A;if(!N?.agentId||!N?.sessionId||!N?.kind||!N?.path)throw new v("IPC_BAD_REQUEST","/agent/send requires agentId, sessionId, kind, path");if(!m)throw new v("UPSTREAM_NOT_READY","daemon not yet paired with cloud (run --pair-code first)");try{return await Ys(N,{core:u,patToken:m,handshakeBase:T,ppeOverride:E})}catch(M){if(M instanceof v)return{ok:!1,code:M.code,message:M.message};throw M}}},{method:"POST",path:"/refresh",handler:async()=>{B.info("IPC /refresh: re-detecting frameworks");let A=new Et;return o.frameworksCache=await A.detectAll(),await Ct(o),{ok:!0,frameworks:o.frameworksCache}}},{method:"POST",path:"/shutdown",handler:async()=>(B.info("IPC /shutdown received"),setImmediate(()=>{ce.shutdown("ipc /shutdown")}),{ok:!0})}]}),{port:we,token:te}=await $.start();try{await Fa(x.libEntry,x)}catch(A){B.warn("bin shim install failed (D72 send \u547D\u4EE4\u53EF\u80FD\u4E0D\u53EF\u7528)",{err:String(A)})}await u.start(),mi(x,p).catch(A=>B.warn("auto-revive top-level error (ignored)",{err:String(A)}));let ae=null,ce={port:we,token:te,core:u,ipc:$,shutdown(A){return ae||(B.info("daemon shutdown",{reason:A}),ae=(async()=>{k?.stop(),await u.stop(A),await $.stop(),await n.release()})(),ae)}};for(let A of["SIGTERM","SIGINT"])process.on(A,()=>{ce.shutdown(A).then(()=>process.exit(0))});return B.info("daemon ready",{port:we,pid:process.pid,nodeVersion:process.version,platform:process.platform,frameworks:Object.keys(o.frameworksCache??{}),libVersion:o.libVersion??"dev"}),ce}function ar(n){return n.length<=8?"***":`${n.slice(0,4)}***${n.slice(-4)}`}function Ga(n,e,s){return`${n??""}|${e??""}|${s??""}`}async function Du(n,e){let{readdir:s}=await import("node:fs/promises"),o;try{o=await s(n.agentsRoot)}catch{return}let{loadAgentConfig:c,enforceAgentConfigMode:x}=await Promise.resolve().then(()=>(Xe(),ln));for(let f of o){await x(f,n).catch(u=>B.warn("enforceAgentConfigMode failed (ignored)",{agentId:f,err:String(u)}));try{let u=await c(f,n);u?.disconnectedAt&&(e.disconnectedAgents.add(f),B.info("agent marked disconnected on startup",{agentId:f,disconnectedAt:u.disconnectedAt,reason:u.disconnectReason??""}))}catch(u){B.warn("failed to load agent config on startup, skipping",{agentId:f,err:String(u)})}}}async function Ru(n,e,s,o){let{loadAgentConfig:c}=await Promise.resolve().then(()=>(Xe(),ln)),x=await c(n,e);if(x){B.info("--agent-id: local config found, reconnecting",{agentId:n,framework:x.framework,hadDisconnect:!!x.disconnectedAt});let m={agentId:x.agentId,framework:x.framework,...x.cozeIdentity?{cozeIdentity:x.cozeIdentity}:{},...x.model?{model:x.model}:{}};return await s.createAgent(m),{ok:!0,agentId:n,note:x.disconnectedAt?"revived from local config":"connected from local config"}}B.info("--agent-id: local config missing, pulling _agent/detail from cloud",{agentId:n});let f=await o({_meta:{cozeAgentId:n}});if(!f.framework)throw new v("AGENT_NOT_FOUND",`agent ${n} \u4E0D\u5728\u672C\u5730; \u4E91\u7AEF _agent/detail \u54CD\u5E94\u7F3A framework \u5B57\u6BB5 (D36 \u534F\u8BAE\u6269\u5C55\u672A\u751F\u6548), \u65E0\u6CD5\u5728\u672C\u673A\u65B0\u5EFA`);let u={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(u);let p=f.deployType==="cloud"&&f.framework==="openclaw";return{ok:!0,agentId:n,note:p?"cloud agent acknowledged":"created from cloud detail"}}async function mi(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(()=>(Xe(),ln));B.info("auto-revive: scanning local agents on startup",{count:o.length});let x=0,f=0;for(let u of o){let p;try{p=await c(u,n)}catch(m){B.warn("auto-revive: load config failed (skipping)",{agentId:u,err:String(m)}),f+=1;continue}if(!p){f+=1;continue}if(p.disconnectedAt){B.info("auto-revive: skip disconnected agent",{agentId:u,disconnectedAt:p.disconnectedAt}),f+=1;continue}try{B.info("auto-revive: re-registering agent (D44 no spawn)",{agentId:u,framework:p.framework});let m=Lu(p);await e.createAgent({agentId:p.agentId,framework:p.framework,...p.cozeIdentity?{cozeIdentity:p.cozeIdentity}:{},...p.model?{model:p.model}:{},...m?{_meta:m}:{}}),x+=1}catch(m){B.warn("auto-revive: createAgent failed (skipping)",{agentId:u,framework:p.framework,err:String(m)}),f+=1}}return B.info("auto-revive: done",{revived:x,skipped:f,total:o.length}),{revived:x,skipped:f,total:o.length}}function Lu(n){let e={};return n.deployType&&(e.cozeDeployType=n.deployType),n.accountId&&(e.cozeAccountId=n.accountId),Object.keys(e).length>0?e:void 0}yi();oe();import{readFile as Ja}from"node:fs/promises";var We=class{paths;constructor(e){this.paths=e??U()}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:Hu(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 x=new AbortController,f=setTimeout(()=>x.abort(),s.timeoutMs??5e3);try{let u=await fetch(`http://127.0.0.1:${e.port}${s.path}`,{method:s.method,headers:c,body:o?JSON.stringify(s.body):void 0,signal:x.signal}),p=await u.text();return{status:u.status,body:qu(p)}}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 qu(n){if(!n)return null;try{return JSON.parse(n)}catch{return n}}function Hu(n){return n instanceof Error?n.message:String(n)}q();oe();import{copyFile as $a,mkdir as Ku,readFile as bi,writeFile as ju}from"node:fs/promises";import{dirname as Gu,resolve as vi,sep as xr}from"node:path";import{fileURLToPath as Wu}from"node:url";q();oe();var Va=R("dist-install");function Ju(n){let e=Wu(n),s=Gu(e),o=`${xr}src${xr}`;if(s.includes(o)||s.endsWith(`${xr}src${xr}cli`))return null;let c=vi(s,"index.js"),x=vi(s,"..","package.json");return{dist:c,pkgJson:x}}async function Si(n={}){let e=n.paths??U(),s=Ju(import.meta.url),o=n.sourceDist??s?.dist,c=n.sourcePackageJson??s?.pkgJson;if(!o||!c)return{kind:"dev-mode-skip",reason:"running from src/(tsx loader);no dist/ to install"};let x;try{x=JSON.parse(await bi(c,"utf8")).version??"unknown"}catch(_){return Va.warn("cannot read source package.json,skip dist install",{err:String(_)}),{kind:"dev-mode-skip",reason:`package.json read failed: ${String(_)}`}}let f=await Nn(e.configFile)??{},u=f.libVersion;if(u===x)try{return await bi(e.libEntry),{kind:"already-current",libVersion:x}}catch{}await Ku(e.libDir,{recursive:!0}),await $a(o,e.libEntry),await $a(`${o}.map`,`${e.libEntry}.map`).catch(()=>{});let p=vi(e.libDir,"package.json"),m=`${JSON.stringify({type:"module"},null,2)}
126
+ `;return await bi(p,"utf8").catch(()=>null)!==m&&await ju(p,m),f.libVersion=x,await Ct(f,e.configFile),Va.info("dist installed",{libEntry:e.libEntry,fromVersion:u,toVersion:x}),u?{kind:"version-changed",fromVersion:u,toVersion:x,libEntry:e.libEntry}:{kind:"first-install",libVersion:x,libEntry:e.libEntry}}import{basename as $u,resolve as Vu}from"node:path";oe();var Xu=9e4,Yu={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 Zu(n){return Yu[n]??1}async function Xa(n,e={}){let s=e.paths??U();if(!n.agentId||!n.sessionId)return process.stderr.write(`Error: missing --agent-id and/or --session-id. These IDs come from the <coze-context> block injected at the top of each prompt \u2014 extract agentId and sessionId from there and pass them as flags. Example: coze-bridge send image x.png --agent-id <id> --session-id <id>
127
+ `),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.
128
+ `),4;let c={agentId:n.agentId,sessionId:n.sessionId,kind:n.kind,path:Vu(process.cwd(),n.path),...n.caption?{caption:n.caption}:{},...n.name?{name:n.name}:{}},x;try{x=await Qu(o,"/agent/send",c,Xu)}catch(f){return process.stderr.write(`Error: daemon IPC failed: ${f instanceof Error?f.message:String(f)}
129
+ `),4}if(!x.ok)return process.stderr.write(`Error: ${x.code}: ${x.message}
130
+ `),Zu(x.code);if(n.json)process.stdout.write(`${JSON.stringify(x)}
131
+ `);else{let f=n.name??$u(c.path);process.stdout.write(`Sent ${n.kind} ${f} (${el(x.bytes)})
132
+ `)}return 0}async function Qu(n,e,s,o){let c=new AbortController,x=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}),u=await f.text(),p=u?JSON.parse(u):null;return p&&typeof p=="object"&&"ok"in p?p:{ok:!1,code:"BRIDGE_INTERNAL",message:`unexpected daemon response (status=${f.status}): ${u.slice(0,200)}`}}finally{clearTimeout(x)}}function el(n){return n<1024?`${n}B`:n<1024*1024?`${(n/1024).toFixed(1)}KB`:`${(n/1024/1024).toFixed(1)}MB`}var n0=R("cli");function he(n,e){let s=[],o;for(let c=0;c<n.length;c++){let x=n[c];if(x===e){o=n[c+1],c+=1;continue}if(x.startsWith(`${e}=`)){o=x.slice(e.length+1);continue}s.push(x)}return{value:o,rest:s}}function _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 bl(e.slice(1));if(e.includes("--help")||e.includes("-h")||e.length===0)return{mode:"help"};let s=e,{value:o,rest:c}=he(s,"--pat-token");s=c;let{value:x,rest:f}=he(s,"--pair-code");s=f;let{value:u,rest:p}=he(s,"--env");s=p;let{value:m,rest:b}=he(s,"--handshake-url");s=b;let{value:_,rest:E}=he(s,"--frontier-url");s=E;let{value:T}=he(s,"--agent-id");if(!o||!x)return{mode:"help"};let k={mode:"pair",privatecode:o,pairingCode:x};return u&&(k.env=u),m&&(k.handshakeUrl=m),_&&(k.frontierUrl=_),T&&(k.agentId=T),k}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:x}=he(o,"--caption");o=x;let{value:f,rest:u}=he(o,"--name");o=u;let{value:p,rest:m}=he(o,"--agent-id");o=m;let{value:b,rest:_}=he(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),p&&(T.agentId=p),b&&(T.sessionId=b),T}function bl(n){let e=n,{value:s,rest:o}=he(e,"--pat-token");e=o;let{value:c,rest:x}=he(e,"--env");e=x;let{value:f,rest:u}=he(e,"--handshake-url");e=u;let{value:p}=he(e,"--frontier-url"),m={mode:"connect"};return s&&(m.privatecode=s),c&&(m.env=c),f&&(m.handshakeUrl=f),p&&(m.frontierUrl=p),m}var vl=`
123
133
  coze-bridge - local bridge daemon for cloud Agent Service
124
134
 
125
135
  Usage:
@@ -145,45 +155,58 @@ Auto-connect agent (optional):
145
155
 
146
156
  Example: npx -y coze-bridge --pat-token=sat_xxx --pair-code=xxx --env=ppe_xxx --agent-id=7639628097007927571
147
157
 
158
+ Connect (D74; daemon \u91CD\u542F\u540E\u7528\u8BB0\u5F55\u7684 PAT \u91CD\u5EFA WS, \u8DF3\u8FC7 pair-code):
159
+ coze-bridge connect \u7528 ~/.coze/bridge/pat-token \u91CD\u8FDE
160
+ coze-bridge connect --pat-token <sat_xxx> \u7528\u6307\u5B9A PAT \u91CD\u8FDE
161
+ coze-bridge connect --env=ppe_xxx --handshake-url=<u> \u5E26 env/url override
162
+
148
163
  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)
164
+ coze-bridge send image <path> --agent-id <id> --session-id <id> [--caption "..."]
165
+ coze-bridge send file <path> --agent-id <id> --session-id <id> [--caption "..."] [--name "report.pdf"]
166
+ upload to user's IM. agentId / sessionId
167
+ \u4ECE\u4E91\u7AEF\u6BCF\u5E27 prompt \u6CE8\u5165\u7684 <coze-context> \u5757
168
+ \u6284\u5165; daemon IPC \u51ED\u8BC1 CLI \u81EA\u5DF1\u4ECE
169
+ ~/.coze/bridge/{bridge.port,bridge.token} \u8BFB
154
170
 
155
171
  Internal:
156
172
  <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)
173
+ `.trimStart();async function r0(n=process.argv,e={}){let s=_l(n);switch(s.mode){case"help":return process.stdout.write(vl),0;case"version":return process.stdout.write(`${bn}
174
+ `),0;case"daemon":{try{await Wa()}catch(o){return n0.error("daemon start failed",{err:String(o)}),1}return new Promise(()=>{})}case"status":return Sl(e);case"stop":return El(e);case"refresh":return Cl(e);case"uninstall":return Al(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),kl(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),Pl(s.privatecode,e,o)}case"send":return Xa({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 i0(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??U(),s=new We(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
175
+ `),1;if(o.kind==="stale")return await i0(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
160
176
  `),1;let c=await s.request({method:"GET",path:"/status"});return process.stdout.write(`coze-bridge: running
161
177
  ${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)
178
+ `),0}async function El(n){let e=n.paths??U(),s=new We(e),o=await s.probe();if(o.kind==="not-running")return process.stdout.write(`coze-bridge: not running
179
+ `),0;if(o.kind==="stale")return await i0(e),process.stdout.write(`coze-bridge: not running (cleaned stale state)
164
180
  `),0;try{return await s.request({method:"POST",path:"/shutdown"}),process.stdout.write(`coze-bridge: stopped
165
181
  `),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)
182
+ `),1}}async function Cl(n){let e=new We(n.paths);if((await e.probe()).kind==="not-running")return process.stdout.write(`coze-bridge: not running (start daemon first)
167
183
  `),1;try{let o=await e.request({method:"POST",path:"/refresh"});return o.status===200?(process.stdout.write(`coze-bridge: refreshed
168
184
  ${JSON.stringify(o.body,null,2)}
169
185
  `),0):(process.stderr.write(`coze-bridge: refresh failed: ${JSON.stringify(o.body)}
170
186
  `),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)}
187
+ `),1}}async function Al(n){let e=new We(n.paths);if((await e.probe()).kind==="connected"){process.stdout.write(`coze-bridge: stopping daemon...
188
+ `);try{await e.request({method:"POST",path:"/shutdown"})}catch(x){process.stderr.write(`coze-bridge: stop failed (continuing): ${String(x)}
189
+ `)}await new Promise(x=>setTimeout(x,500))}if(!n.skipSupervisor)try{let{getSupervisor:x,buildContext:f}=await Promise.resolve().then(()=>(Ti(),Pi)),u=x();await u.uninstall(f()),process.stdout.write(`coze-bridge: ${u.platform} supervisor unregistered
190
+ `)}catch(x){process.stderr.write(`coze-bridge: supervisor uninstall failed (continuing): ${String(x)}
191
+ `)}let o=n.paths??U(),{rm:c}=await import("node:fs/promises");try{await c(o.cozeRoot,{recursive:!0,force:!0}),process.stdout.write(`coze-bridge: removed ${o.cozeRoot}
192
+ `)}catch(x){return process.stderr.write(`coze-bridge: remove failed: ${String(x)}
177
193
  `),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...
194
+ `),0}async function Il(){try{let{getSupervisor:n,buildContext:e}=await Promise.resolve().then(()=>(Ti(),Pi)),s=n(),o=e();return process.stdout.write(`coze-bridge: installing ${s.platform} supervisor...
179
195
  `),await s.install(o),process.stdout.write(`coze-bridge: supervisor installed (daemon will auto-start on login)
180
196
  `),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"})
186
- `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(w.body)}
187
- `),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)}
197
+ `),1}}async function kl(n,e,s,o={},c){let x=new We(s.paths),f=s.spawnDaemon??_i;if(!s.skipDistInstall){let m=await Si({paths:s.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
198
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
199
+ `)}let u=await x.probe();if(u.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
200
+ `),await f({paths:s.paths}),u=await s0(x,s.waitTimeoutMs??1e4,s.sleep??o0),u.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${u.kind}
201
+ `),1;let p={privatecode:n,pairing_code:e};o.env&&(p.env=o.env),o.handshakeUrl&&(p.handshake_url=o.handshakeUrl),o.frontierUrl&&(p.frontier_url=o.frontierUrl),c&&(p.agent_id=c);try{let m=await x.request({method:"POST",path:"/pair",body:p,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: paired (${m.body.note??"ok"})
202
+ `),0):(process.stderr.write(`coze-bridge: pair failed: ${JSON.stringify(m.body)}
203
+ `),1)}catch(m){return process.stderr.write(`coze-bridge: pair failed: ${String(m)}
204
+ `),1}}async function Pl(n,e,s={}){let o=e.paths??U(),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 x=new We(e.paths),f=e.spawnDaemon??_i;if(!e.skipDistInstall){let m=await Si({paths:e.paths});m.kind==="version-changed"?(process.stdout.write(`coze-bridge: upgraded ${m.fromVersion} \u2192 ${m.toVersion}
205
+ `),(await x.probe()).kind==="connected"&&(await x.request({method:"POST",path:"/shutdown"}).catch(()=>{}),await new Promise(_=>setTimeout(_,500)))):m.kind==="first-install"&&process.stdout.write(`coze-bridge: installed ${m.libVersion}
206
+ `)}let u=await x.probe();if(u.kind!=="connected"&&(process.stdout.write(`coze-bridge: starting daemon...
207
+ `),await f({paths:e.paths}),u=await s0(x,e.waitTimeoutMs??1e4,e.sleep??o0),u.kind!=="connected"))return process.stderr.write(`coze-bridge: daemon did not come up: ${u.kind}
208
+ `),1;let p={privatecode:c};s.env&&(p.env=s.env),s.handshakeUrl&&(p.handshake_url=s.handshakeUrl),s.frontierUrl&&(p.frontier_url=s.frontierUrl);try{let m=await x.request({method:"POST",path:"/connect",body:p,timeoutMs:35e3});return m.status===200&&m.body?.ok?(process.stdout.write(`coze-bridge: connected (${m.body.note??"ok"})
209
+ `),await sn(c,o).catch(b=>n0.warn("writePatToken after connect failed (ignored)",{err:String(b)})),0):(process.stderr.write(`coze-bridge: connect failed: ${JSON.stringify(m.body)}
210
+ `),1)}catch(m){return process.stderr.write(`coze-bridge: connect failed: ${String(m)}
211
+ `),1}}async function s0(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 o0(n){return new Promise(e=>setTimeout(e,n))}r0(process.argv).then(n=>process.exit(n),n=>{process.stderr.write(`fatal: ${n instanceof Error?n.stack??n.message:String(n)}
189
212
  `),process.exit(1)});