@easbot/gateway 0.2.16 → 0.2.19

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.
@@ -1 +1 @@
1
- 'use strict';var chunkRR6UFR5U_cjs=require('./chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunk-5ETPYYQR.cjs'),chunkGY3SWWW3_cjs=require('./chunk-GY3SWWW3.cjs');var e=chunk5ETPYYQR_cjs.a.create({service:"gateway"}),s=class a extends Error{constructor(t,w,m){super(t);chunkGY3SWWW3_cjs.a(this,"type");chunkGY3SWWW3_cjs.a(this,"stage");chunkGY3SWWW3_cjs.a(this,"cause");this.type="GatewayInitializationError",this.stage=w,this.cause=m,Error.captureStackTrace&&Error.captureStackTrace(this,a);}};function b(a){let n=["ECONNRESET","EPIPE","ETIMEDOUT","ECONNREFUSED","ENOTFOUND","EHOSTUNREACH","ENETUNREACH"],t=a.code;return n.includes(t??"")}function C(){process.on("unhandledRejection",a=>{let n=a instanceof Error?a:new Error(String(a));b(n)||e.error("unhandled promise rejection",{error:n.message,stack:n.stack});}),process.on("uncaughtException",a=>{b(a)||(e.error("uncaught exception",{error:a.message,stack:a.stack}),process.exit(1));});}exports.a=void 0;(k=>{let a={initialized:false,initPromise:null,directory:".easbot",config:null},n,t={server:null,config:null,initialized:false,status:"stopped"};async function w(o={}){if(a.initialized)return;if(a.initPromise)return a.initPromise;let i={directory:o.directory??".easbot",printLogs:o.printLogs??false,logLevel:o.logLevel??"INFO"};return a.directory=i.directory,a.initPromise=(async()=>{let{Global:c}=await import('./global-FGUO3JK7.cjs');try{await c.init();}catch(r){throw new s("Failed to initialize global directories","global",r instanceof Error?r:void 0)}try{await chunk5ETPYYQR_cjs.a.init({logDir:c.Path.log,print:i.printLogs,level:i.logLevel});}catch(r){throw new s("Failed to initialize log infrastructure","log",r instanceof Error?r:void 0)}try{C();}catch(r){throw new s("Failed to install unhandled exception handlers","server",r instanceof Error?r:void 0)}try{a.config=await chunkRR6UFR5U_cjs.w(i.directory);}catch(r){throw new s("Failed to load gateway configuration","config",r instanceof Error?r:void 0)}a.initialized=true,e.info("gateway runtime initialized",{directory:i.directory,logLevel:i.logLevel});})(),a.initPromise}k.init=w;function m(){return a.initialized}k.isInitialized=m;function S(){return n||(n=async()=>{if(!a.initialized)throw new s("Gateway not initialized. Call init() first.","server");let o=chunkRR6UFR5U_cjs.S(),i=await chunkRR6UFR5U_cjs.w(o.directory);return i.server?.enabled?(t={server:null,config:i,initialized:true,status:"stopped"},e.info("gateway initialized",{port:i.server?.port,hostname:i.server?.hostname}),t):(e.debug("gateway server disabled or not configured"),{server:null,config:i,initialized:true,status:"stopped"})}),n}function d(){return S()()}k.state=d;async function z(){return (await d()).server}k.get=z;async function R(){return (await d()).config?.server?.enabled??false}k.isEnabled=R;async function N(){return (await d()).config}k.config=N;function T(){return t.status}k.getStatus=T;async function h(o){e.debug("Gateway.start: called"),a.initialized||(e.debug("Gateway.start: calling init()"),await w(),e.debug("Gateway.start: init() completed")),e.debug("Gateway.start: calling state()");let i=await d();if(e.debug("Gateway.start: state() completed",{status:i.status}),!(i.config?.server?.enabled??true))throw e.warn("gateway server is disabled"),new Error("Gateway server is disabled");if(t.status==="running"){e.info("gateway server is already running");return}if(t.status==="starting"){e.info("gateway server is starting");return}t.status="starting",e.debug("Gateway.start: status set to starting");try{let r={...i.config?.server,...o};e.debug("gateway start: creating server with config",{port:r.port,hostname:r.hostname,path:r.path,https:r.https?.enabled}),e.debug("Gateway.start: calling createGatewayServer");let g=await P(r);e.debug("Gateway.start: createGatewayServer completed"),e.debug("gateway start: server created, updating state"),t.server=g,t.status="running",t.error=void 0,e.info("gateway server started",{port:r.port,hostname:r.hostname});}catch(r){throw t.status="error",t.error=r instanceof Error?r.message:String(r),e.error("failed to start gateway server",{error:t.error}),r}}k.start=h;async function G(){if(t.status==="stopped"){e.info("gateway server is already stopped");return}if(t.status==="stopping"){e.info("gateway server is stopping");return}t.status="stopping";try{t.server&&await t.server.stop(),t.server=null,t.status="stopped",t.error=void 0,e.info("gateway server stopped");}catch(o){throw t.status="error",t.error=o instanceof Error?o.message:String(o),e.error("failed to stop gateway server",{error:t.error}),o}}k.stop=G;async function I(o){e.info("restarting gateway server"),(t.status==="running"||t.status==="starting")&&await G(),await h(o);}k.restart=I;async function L(){let o=chunkRR6UFR5U_cjs.S(),i=await chunkRR6UFR5U_cjs.w(o.directory);return t.config=i,a.config=i,e.info("gateway config reloaded"),i}k.reloadConfig=L;async function P(o,i){e.debug("createGatewayServer: starting");let{GatewayServer:c}=await import('./server-CPD2KBY7.cjs');e.debug("createGatewayServer: GatewayServer imported");let r=new c(o);e.debug("createGatewayServer: server instance created"),e.debug("createGatewayServer: created server instance, calling start()");let g=i?.startupTimeout??3e4;if(await(async()=>{let l=new Promise((u,x)=>{setTimeout(()=>{x(new Error(`Gateway server startup timeout after ${g}ms`));},g);});try{e.debug("createGatewayServer: calling server.start()"),await Promise.race([r.start(),l]),e.debug("createGatewayServer: server.start() completed");}catch(u){e.error("gateway server start failed, attempting cleanup",{error:u instanceof Error?u.message:String(u)});try{await r.stop();}catch{}throw u}})(),i?.onStarted)try{await i.onStarted(r);}catch(l){e.warn("server started but onStarted callback failed",{error:l instanceof Error?l.message:String(l)});}return e.info("gateway server created and started",{port:o.port,hostname:o.hostname}),r}k.createGatewayServer=P;})(exports.a||(exports.a={}));
1
+ 'use strict';var chunkRR6UFR5U_cjs=require('./chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunk-5ETPYYQR.cjs'),chunkGY3SWWW3_cjs=require('./chunk-GY3SWWW3.cjs');var e=chunk5ETPYYQR_cjs.a.create({service:"gateway"}),s=class a extends Error{constructor(t,w,m){super(t);chunkGY3SWWW3_cjs.a(this,"type");chunkGY3SWWW3_cjs.a(this,"stage");chunkGY3SWWW3_cjs.a(this,"cause");this.type="GatewayInitializationError",this.stage=w,this.cause=m,Error.captureStackTrace&&Error.captureStackTrace(this,a);}};function b(a){let n=["ECONNRESET","EPIPE","ETIMEDOUT","ECONNREFUSED","ENOTFOUND","EHOSTUNREACH","ENETUNREACH"],t=a.code;return n.includes(t??"")}function C(){process.on("unhandledRejection",a=>{let n=a instanceof Error?a:new Error(String(a));b(n)||e.error("unhandled promise rejection",{error:n.message,stack:n.stack});}),process.on("uncaughtException",a=>{b(a)||(e.error("uncaught exception",{error:a.message,stack:a.stack}),process.exit(1));});}exports.a=void 0;(k=>{let a={initialized:false,initPromise:null,directory:".easbot",config:null},n,t={server:null,config:null,initialized:false,status:"stopped"};async function w(o={}){if(a.initialized)return;if(a.initPromise)return a.initPromise;let i={directory:o.directory??".easbot",printLogs:o.printLogs??false,logLevel:o.logLevel??"INFO"};return a.directory=i.directory,a.initPromise=(async()=>{let{Global:c}=await import('./global-MLU75EPC.cjs');try{await c.init();}catch(r){throw new s("Failed to initialize global directories","global",r instanceof Error?r:void 0)}try{await chunk5ETPYYQR_cjs.a.init({logDir:c.Path.log,print:i.printLogs,level:i.logLevel});}catch(r){throw new s("Failed to initialize log infrastructure","log",r instanceof Error?r:void 0)}try{C();}catch(r){throw new s("Failed to install unhandled exception handlers","server",r instanceof Error?r:void 0)}try{a.config=await chunkRR6UFR5U_cjs.w(i.directory);}catch(r){throw new s("Failed to load gateway configuration","config",r instanceof Error?r:void 0)}a.initialized=true,e.info("gateway runtime initialized",{directory:i.directory,logLevel:i.logLevel});})(),a.initPromise}k.init=w;function m(){return a.initialized}k.isInitialized=m;function S(){return n||(n=async()=>{if(!a.initialized)throw new s("Gateway not initialized. Call init() first.","server");let o=chunkRR6UFR5U_cjs.S(),i=await chunkRR6UFR5U_cjs.w(o.directory);return i.server?.enabled?(t={server:null,config:i,initialized:true,status:"stopped"},e.info("gateway initialized",{port:i.server?.port,hostname:i.server?.hostname}),t):(e.debug("gateway server disabled or not configured"),{server:null,config:i,initialized:true,status:"stopped"})}),n}function d(){return S()()}k.state=d;async function z(){return (await d()).server}k.get=z;async function R(){return (await d()).config?.server?.enabled??false}k.isEnabled=R;async function N(){return (await d()).config}k.config=N;function T(){return t.status}k.getStatus=T;async function h(o){e.debug("Gateway.start: called"),a.initialized||(e.debug("Gateway.start: calling init()"),await w(),e.debug("Gateway.start: init() completed")),e.debug("Gateway.start: calling state()");let i=await d();if(e.debug("Gateway.start: state() completed",{status:i.status}),!(i.config?.server?.enabled??true))throw e.warn("gateway server is disabled"),new Error("Gateway server is disabled");if(t.status==="running"){e.info("gateway server is already running");return}if(t.status==="starting"){e.info("gateway server is starting");return}t.status="starting",e.debug("Gateway.start: status set to starting");try{let r={...i.config?.server,...o};e.debug("gateway start: creating server with config",{port:r.port,hostname:r.hostname,path:r.path,https:r.https?.enabled}),e.debug("Gateway.start: calling createGatewayServer");let g=await P(r);e.debug("Gateway.start: createGatewayServer completed"),e.debug("gateway start: server created, updating state"),t.server=g,t.status="running",t.error=void 0,e.info("gateway server started",{port:r.port,hostname:r.hostname});}catch(r){throw t.status="error",t.error=r instanceof Error?r.message:String(r),e.error("failed to start gateway server",{error:t.error}),r}}k.start=h;async function G(){if(t.status==="stopped"){e.info("gateway server is already stopped");return}if(t.status==="stopping"){e.info("gateway server is stopping");return}t.status="stopping";try{t.server&&await t.server.stop(),t.server=null,t.status="stopped",t.error=void 0,e.info("gateway server stopped");}catch(o){throw t.status="error",t.error=o instanceof Error?o.message:String(o),e.error("failed to stop gateway server",{error:t.error}),o}}k.stop=G;async function I(o){e.info("restarting gateway server"),(t.status==="running"||t.status==="starting")&&await G(),await h(o);}k.restart=I;async function L(){let o=chunkRR6UFR5U_cjs.S(),i=await chunkRR6UFR5U_cjs.w(o.directory);return t.config=i,a.config=i,e.info("gateway config reloaded"),i}k.reloadConfig=L;async function P(o,i){e.debug("createGatewayServer: starting");let{GatewayServer:c}=await import('./server-CPD2KBY7.cjs');e.debug("createGatewayServer: GatewayServer imported");let r=new c(o);e.debug("createGatewayServer: server instance created"),e.debug("createGatewayServer: created server instance, calling start()");let g=i?.startupTimeout??3e4;if(await(async()=>{let l=new Promise((u,x)=>{setTimeout(()=>{x(new Error(`Gateway server startup timeout after ${g}ms`));},g);});try{e.debug("createGatewayServer: calling server.start()"),await Promise.race([r.start(),l]),e.debug("createGatewayServer: server.start() completed");}catch(u){e.error("gateway server start failed, attempting cleanup",{error:u instanceof Error?u.message:String(u)});try{await r.stop();}catch{}throw u}})(),i?.onStarted)try{await i.onStarted(r);}catch(l){e.warn("server started but onStarted callback failed",{error:l instanceof Error?l.message:String(l)});}return e.info("gateway server created and started",{port:o.port,hostname:o.hostname}),r}k.createGatewayServer=P;})(exports.a||(exports.a={}));
@@ -1 +1 @@
1
- import {w,S}from'./chunk-77F43CRD.mjs';import {a}from'./chunk-6TRL3CVJ.mjs';import {a as a$1}from'./chunk-HAMGVOQD.mjs';var e=a.create({service:"gateway"}),s=class a extends Error{constructor(t,w,m){super(t);a$1(this,"type");a$1(this,"stage");a$1(this,"cause");this.type="GatewayInitializationError",this.stage=w,this.cause=m,Error.captureStackTrace&&Error.captureStackTrace(this,a);}};function b(a){let n=["ECONNRESET","EPIPE","ETIMEDOUT","ECONNREFUSED","ENOTFOUND","EHOSTUNREACH","ENETUNREACH"],t=a.code;return n.includes(t??"")}function C(){process.on("unhandledRejection",a=>{let n=a instanceof Error?a:new Error(String(a));b(n)||e.error("unhandled promise rejection",{error:n.message,stack:n.stack});}),process.on("uncaughtException",a=>{b(a)||(e.error("uncaught exception",{error:a.message,stack:a.stack}),process.exit(1));});}var E;(k=>{let a$1={initialized:false,initPromise:null,directory:".easbot",config:null},n,t={server:null,config:null,initialized:false,status:"stopped"};async function w$1(o={}){if(a$1.initialized)return;if(a$1.initPromise)return a$1.initPromise;let i={directory:o.directory??".easbot",printLogs:o.printLogs??false,logLevel:o.logLevel??"INFO"};return a$1.directory=i.directory,a$1.initPromise=(async()=>{let{Global:c}=await import('./global-V2ZK5JU6.mjs');try{await c.init();}catch(r){throw new s("Failed to initialize global directories","global",r instanceof Error?r:void 0)}try{await a.init({logDir:c.Path.log,print:i.printLogs,level:i.logLevel});}catch(r){throw new s("Failed to initialize log infrastructure","log",r instanceof Error?r:void 0)}try{C();}catch(r){throw new s("Failed to install unhandled exception handlers","server",r instanceof Error?r:void 0)}try{a$1.config=await w(i.directory);}catch(r){throw new s("Failed to load gateway configuration","config",r instanceof Error?r:void 0)}a$1.initialized=true,e.info("gateway runtime initialized",{directory:i.directory,logLevel:i.logLevel});})(),a$1.initPromise}k.init=w$1;function m(){return a$1.initialized}k.isInitialized=m;function S$1(){return n||(n=async()=>{if(!a$1.initialized)throw new s("Gateway not initialized. Call init() first.","server");let o=S(),i=await w(o.directory);return i.server?.enabled?(t={server:null,config:i,initialized:true,status:"stopped"},e.info("gateway initialized",{port:i.server?.port,hostname:i.server?.hostname}),t):(e.debug("gateway server disabled or not configured"),{server:null,config:i,initialized:true,status:"stopped"})}),n}function d(){return S$1()()}k.state=d;async function z(){return (await d()).server}k.get=z;async function R(){return (await d()).config?.server?.enabled??false}k.isEnabled=R;async function N(){return (await d()).config}k.config=N;function T(){return t.status}k.getStatus=T;async function h(o){e.debug("Gateway.start: called"),a$1.initialized||(e.debug("Gateway.start: calling init()"),await w$1(),e.debug("Gateway.start: init() completed")),e.debug("Gateway.start: calling state()");let i=await d();if(e.debug("Gateway.start: state() completed",{status:i.status}),!(i.config?.server?.enabled??true))throw e.warn("gateway server is disabled"),new Error("Gateway server is disabled");if(t.status==="running"){e.info("gateway server is already running");return}if(t.status==="starting"){e.info("gateway server is starting");return}t.status="starting",e.debug("Gateway.start: status set to starting");try{let r={...i.config?.server,...o};e.debug("gateway start: creating server with config",{port:r.port,hostname:r.hostname,path:r.path,https:r.https?.enabled}),e.debug("Gateway.start: calling createGatewayServer");let g=await P(r);e.debug("Gateway.start: createGatewayServer completed"),e.debug("gateway start: server created, updating state"),t.server=g,t.status="running",t.error=void 0,e.info("gateway server started",{port:r.port,hostname:r.hostname});}catch(r){throw t.status="error",t.error=r instanceof Error?r.message:String(r),e.error("failed to start gateway server",{error:t.error}),r}}k.start=h;async function G(){if(t.status==="stopped"){e.info("gateway server is already stopped");return}if(t.status==="stopping"){e.info("gateway server is stopping");return}t.status="stopping";try{t.server&&await t.server.stop(),t.server=null,t.status="stopped",t.error=void 0,e.info("gateway server stopped");}catch(o){throw t.status="error",t.error=o instanceof Error?o.message:String(o),e.error("failed to stop gateway server",{error:t.error}),o}}k.stop=G;async function I(o){e.info("restarting gateway server"),(t.status==="running"||t.status==="starting")&&await G(),await h(o);}k.restart=I;async function L(){let o=S(),i=await w(o.directory);return t.config=i,a$1.config=i,e.info("gateway config reloaded"),i}k.reloadConfig=L;async function P(o,i){e.debug("createGatewayServer: starting");let{GatewayServer:c}=await import('./server-TLTUACMN.mjs');e.debug("createGatewayServer: GatewayServer imported");let r=new c(o);e.debug("createGatewayServer: server instance created"),e.debug("createGatewayServer: created server instance, calling start()");let g=i?.startupTimeout??3e4;if(await(async()=>{let l=new Promise((u,x)=>{setTimeout(()=>{x(new Error(`Gateway server startup timeout after ${g}ms`));},g);});try{e.debug("createGatewayServer: calling server.start()"),await Promise.race([r.start(),l]),e.debug("createGatewayServer: server.start() completed");}catch(u){e.error("gateway server start failed, attempting cleanup",{error:u instanceof Error?u.message:String(u)});try{await r.stop();}catch{}throw u}})(),i?.onStarted)try{await i.onStarted(r);}catch(l){e.warn("server started but onStarted callback failed",{error:l instanceof Error?l.message:String(l)});}return e.info("gateway server created and started",{port:o.port,hostname:o.hostname}),r}k.createGatewayServer=P;})(E||(E={}));export{E as a};
1
+ import {w,S}from'./chunk-77F43CRD.mjs';import {a}from'./chunk-6TRL3CVJ.mjs';import {a as a$1}from'./chunk-HAMGVOQD.mjs';var e=a.create({service:"gateway"}),s=class a extends Error{constructor(t,w,m){super(t);a$1(this,"type");a$1(this,"stage");a$1(this,"cause");this.type="GatewayInitializationError",this.stage=w,this.cause=m,Error.captureStackTrace&&Error.captureStackTrace(this,a);}};function b(a){let n=["ECONNRESET","EPIPE","ETIMEDOUT","ECONNREFUSED","ENOTFOUND","EHOSTUNREACH","ENETUNREACH"],t=a.code;return n.includes(t??"")}function C(){process.on("unhandledRejection",a=>{let n=a instanceof Error?a:new Error(String(a));b(n)||e.error("unhandled promise rejection",{error:n.message,stack:n.stack});}),process.on("uncaughtException",a=>{b(a)||(e.error("uncaught exception",{error:a.message,stack:a.stack}),process.exit(1));});}var E;(k=>{let a$1={initialized:false,initPromise:null,directory:".easbot",config:null},n,t={server:null,config:null,initialized:false,status:"stopped"};async function w$1(o={}){if(a$1.initialized)return;if(a$1.initPromise)return a$1.initPromise;let i={directory:o.directory??".easbot",printLogs:o.printLogs??false,logLevel:o.logLevel??"INFO"};return a$1.directory=i.directory,a$1.initPromise=(async()=>{let{Global:c}=await import('./global-T6NXAZYZ.mjs');try{await c.init();}catch(r){throw new s("Failed to initialize global directories","global",r instanceof Error?r:void 0)}try{await a.init({logDir:c.Path.log,print:i.printLogs,level:i.logLevel});}catch(r){throw new s("Failed to initialize log infrastructure","log",r instanceof Error?r:void 0)}try{C();}catch(r){throw new s("Failed to install unhandled exception handlers","server",r instanceof Error?r:void 0)}try{a$1.config=await w(i.directory);}catch(r){throw new s("Failed to load gateway configuration","config",r instanceof Error?r:void 0)}a$1.initialized=true,e.info("gateway runtime initialized",{directory:i.directory,logLevel:i.logLevel});})(),a$1.initPromise}k.init=w$1;function m(){return a$1.initialized}k.isInitialized=m;function S$1(){return n||(n=async()=>{if(!a$1.initialized)throw new s("Gateway not initialized. Call init() first.","server");let o=S(),i=await w(o.directory);return i.server?.enabled?(t={server:null,config:i,initialized:true,status:"stopped"},e.info("gateway initialized",{port:i.server?.port,hostname:i.server?.hostname}),t):(e.debug("gateway server disabled or not configured"),{server:null,config:i,initialized:true,status:"stopped"})}),n}function d(){return S$1()()}k.state=d;async function z(){return (await d()).server}k.get=z;async function R(){return (await d()).config?.server?.enabled??false}k.isEnabled=R;async function N(){return (await d()).config}k.config=N;function T(){return t.status}k.getStatus=T;async function h(o){e.debug("Gateway.start: called"),a$1.initialized||(e.debug("Gateway.start: calling init()"),await w$1(),e.debug("Gateway.start: init() completed")),e.debug("Gateway.start: calling state()");let i=await d();if(e.debug("Gateway.start: state() completed",{status:i.status}),!(i.config?.server?.enabled??true))throw e.warn("gateway server is disabled"),new Error("Gateway server is disabled");if(t.status==="running"){e.info("gateway server is already running");return}if(t.status==="starting"){e.info("gateway server is starting");return}t.status="starting",e.debug("Gateway.start: status set to starting");try{let r={...i.config?.server,...o};e.debug("gateway start: creating server with config",{port:r.port,hostname:r.hostname,path:r.path,https:r.https?.enabled}),e.debug("Gateway.start: calling createGatewayServer");let g=await P(r);e.debug("Gateway.start: createGatewayServer completed"),e.debug("gateway start: server created, updating state"),t.server=g,t.status="running",t.error=void 0,e.info("gateway server started",{port:r.port,hostname:r.hostname});}catch(r){throw t.status="error",t.error=r instanceof Error?r.message:String(r),e.error("failed to start gateway server",{error:t.error}),r}}k.start=h;async function G(){if(t.status==="stopped"){e.info("gateway server is already stopped");return}if(t.status==="stopping"){e.info("gateway server is stopping");return}t.status="stopping";try{t.server&&await t.server.stop(),t.server=null,t.status="stopped",t.error=void 0,e.info("gateway server stopped");}catch(o){throw t.status="error",t.error=o instanceof Error?o.message:String(o),e.error("failed to stop gateway server",{error:t.error}),o}}k.stop=G;async function I(o){e.info("restarting gateway server"),(t.status==="running"||t.status==="starting")&&await G(),await h(o);}k.restart=I;async function L(){let o=S(),i=await w(o.directory);return t.config=i,a$1.config=i,e.info("gateway config reloaded"),i}k.reloadConfig=L;async function P(o,i){e.debug("createGatewayServer: starting");let{GatewayServer:c}=await import('./server-TLTUACMN.mjs');e.debug("createGatewayServer: GatewayServer imported");let r=new c(o);e.debug("createGatewayServer: server instance created"),e.debug("createGatewayServer: created server instance, calling start()");let g=i?.startupTimeout??3e4;if(await(async()=>{let l=new Promise((u,x)=>{setTimeout(()=>{x(new Error(`Gateway server startup timeout after ${g}ms`));},g);});try{e.debug("createGatewayServer: calling server.start()"),await Promise.race([r.start(),l]),e.debug("createGatewayServer: server.start() completed");}catch(u){e.error("gateway server start failed, attempting cleanup",{error:u instanceof Error?u.message:String(u)});try{await r.stop();}catch{}throw u}})(),i?.onStarted)try{await i.onStarted(r);}catch(l){e.warn("server started but onStarted callback failed",{error:l instanceof Error?l.message:String(l)});}return e.info("gateway server created and started",{port:o.port,hostname:o.hostname}),r}k.createGatewayServer=P;})(E||(E={}));export{E as a};
@@ -0,0 +1 @@
1
+ 'use strict';require('./chunk-GY3SWWW3.cjs');var promises=require('fs/promises'),i=require('path'),xdgBasedir=require('xdg-basedir'),O=require('os');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var i__default=/*#__PURE__*/_interopDefault(i);var O__default=/*#__PURE__*/_interopDefault(O);var c={name:"@easbot/gateway",version:"0.2.19",description:"EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - \u652F\u6301 WebSocket\u3001HTTP\u3001Discord\u3001Telegram\u3001Slack \u7B49\u591A\u6E20\u9053\u96C6\u6210",type:"module",main:"dist/index.cjs",module:"dist/index.mjs",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.mjs",require:"./dist/index.cjs"},"./package.json":"./package.json"},scripts:{dev:"cross-env NODE_ENV=development tsx src/cli.ts -- start",start:"cross-env NODE_ENV=production node dist/cli.mjs start",build:"tsup --env.NODE_ENV production",test:"vitest","test:run":"vitest run",lint:"biome check .","lint:fix":"biome check --write .","lint:report":"biome check --reporter=summary .",format:"biome format .","format:fix":"biome format --write .","type-check":"tsc --noEmit",clean:"npx rimraf dist node_modules",prepare:"echo norun",prepublishOnly:"pnpm build","publish:npm":"bash scripts/publish.sh","publish:npm:win":"powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"},keywords:["easbot","gateway","server","websocket","http","agent","multi-channel","discord","telegram","slack","feishu","wechat","chat","integration"],author:"houjallen",license:"MIT",repository:{type:"git",url:"https://github.com/houjallen/easbot.git",directory:"packages/gateway"},homepage:"https://github.com/houjallen/easbot/tree/main/packages/gateway#readme",bugs:{url:"https://github.com/houjallen/easbot/issues"},files:["dist","README.md","README.en.md","LICENSE"],dependencies:{"@ai-sdk/provider":"^3.0.10","@ai-sdk/provider-utils":"^4.0.27","@ai-sdk/openai-compatible":"^2.0.47","@ai-sdk/anthropic":"^3.0.76","@easbot/plugin":"workspace:*","@easbot/sdk":"workspace:*","@easbot/types":"workspace:*","@easbot/utils":"workspace:*","@hono/node-server":"^2.0.2","@hono/node-ws":"^1.3.0","@hono/standard-validator":"^0.2.2","@hono/zod-validator":"^0.7.6",commander:"^14.0.3",zod:"^4.4.3",hono:"^4.12.18","hono-openapi":"^1.3.0",ws:"^8.20.0",ai:"^6.0.176","better-sqlite3":"^12.9.0","jieba-wasm":"^2.4.0","xdg-basedir":"^5.1.0",minimatch:"^10.2.5"},devDependencies:{"@biomejs/biome":"^2.4.14","@types/better-sqlite3":"^7.6.13","@types/ws":"^8.18.1","@types/node":"^25.6.2","@vitest/coverage-v8":"^4.1.5",dotenv:"^17.4.2",tsup:"^8.5.1",typescript:"^6.0.3",vitest:"^4.1.5"},engines:{node:">=22.22.3"},publishConfig:{access:"public"}};var a="easbot",l=i__default.default.join(xdgBasedir.xdgData,a),k=i__default.default.join(xdgBasedir.xdgCache,a),x=i__default.default.join(xdgBasedir.xdgConfig,a),j=i__default.default.join(xdgBasedir.xdgState,a);exports.Global=void 0;(e=>{e.Path={get home(){return process.env.EASBOT_TEST_HOME||O__default.default.homedir()},data:l,bin:i__default.default.join(l,"bin"),log:i__default.default.join(l,"log"),cache:k,config:x,state:j};let t=null,s=null;async function v(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=c.version||"local";}catch{t="local";}return t||"local"}function g(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=c.version||"local";}catch{t="local";}return t||"local"}e.getVersion=g;function p(){if(s)return s;if(process.env.EASBOT_CHANNEL)return s=process.env.EASBOT_CHANNEL,s;let o=g();return o==="local"||o.includes("dev")?s="local":o.includes("beta")||o.includes("alpha")?s="preview":s="latest",s||"local"}e.getChannel=p;function B(){return p()==="local"}e.isLocal=B;function C(){return p()==="preview"}e.isPreview=C;let u=false,n=null;async function H(){if(!u)return n||(n=(async()=>{await v(),await Promise.all([promises.mkdir(e.Path.data,{recursive:true}),promises.mkdir(e.Path.config,{recursive:true}),promises.mkdir(e.Path.state,{recursive:true}),promises.mkdir(e.Path.log,{recursive:true}),promises.mkdir(e.Path.bin,{recursive:true}),promises.mkdir(e.Path.cache,{recursive:true})]).then(()=>{process.env.EASBOT_DATA_PATH=e.Path.data,process.env.EASBOT_CONFIG_PATH=e.Path.config,process.env.EASBOT_STATE_PATH=e.Path.state,process.env.EASBOT_LOG_PATH=e.Path.log,process.env.EASBOT_BIN_PATH=e.Path.bin,process.env.EASBOT_CACHE_PATH=e.Path.cache;});let o="1",d=i__default.default.join(e.Path.cache,"version");if(await promises.readFile(d,"utf-8").catch(()=>"0")!==o){try{let h=await promises.readdir(e.Path.cache);await Promise.all(h.map(b=>promises.rm(i__default.default.join(e.Path.cache,b),{recursive:!0,force:!0})));}catch{}await promises.writeFile(d,o);}u=true;})(),n)}e.init=H;})(exports.Global||(exports.Global={}));
@@ -0,0 +1,2 @@
1
+ import'./chunk-HAMGVOQD.mjs';import {mkdir,readFile,readdir,rm,writeFile}from'fs/promises';import i from'path';import {xdgData,xdgCache,xdgConfig,xdgState}from'xdg-basedir';import O from'os';var c={name:"@easbot/gateway",version:"0.2.19",description:"EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - \u652F\u6301 WebSocket\u3001HTTP\u3001Discord\u3001Telegram\u3001Slack \u7B49\u591A\u6E20\u9053\u96C6\u6210",type:"module",main:"dist/index.cjs",module:"dist/index.mjs",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.mjs",require:"./dist/index.cjs"},"./package.json":"./package.json"},scripts:{dev:"cross-env NODE_ENV=development tsx src/cli.ts -- start",start:"cross-env NODE_ENV=production node dist/cli.mjs start",build:"tsup --env.NODE_ENV production",test:"vitest","test:run":"vitest run",lint:"biome check .","lint:fix":"biome check --write .","lint:report":"biome check --reporter=summary .",format:"biome format .","format:fix":"biome format --write .","type-check":"tsc --noEmit",clean:"npx rimraf dist node_modules",prepare:"echo norun",prepublishOnly:"pnpm build","publish:npm":"bash scripts/publish.sh","publish:npm:win":"powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"},keywords:["easbot","gateway","server","websocket","http","agent","multi-channel","discord","telegram","slack","feishu","wechat","chat","integration"],author:"houjallen",license:"MIT",repository:{type:"git",url:"https://github.com/houjallen/easbot.git",directory:"packages/gateway"},homepage:"https://github.com/houjallen/easbot/tree/main/packages/gateway#readme",bugs:{url:"https://github.com/houjallen/easbot/issues"},files:["dist","README.md","README.en.md","LICENSE"],dependencies:{"@ai-sdk/provider":"^3.0.10","@ai-sdk/provider-utils":"^4.0.27","@ai-sdk/openai-compatible":"^2.0.47","@ai-sdk/anthropic":"^3.0.76","@easbot/plugin":"workspace:*","@easbot/sdk":"workspace:*","@easbot/types":"workspace:*","@easbot/utils":"workspace:*","@hono/node-server":"^2.0.2","@hono/node-ws":"^1.3.0","@hono/standard-validator":"^0.2.2","@hono/zod-validator":"^0.7.6",commander:"^14.0.3",zod:"^4.4.3",hono:"^4.12.18","hono-openapi":"^1.3.0",ws:"^8.20.0",ai:"^6.0.176","better-sqlite3":"^12.9.0","jieba-wasm":"^2.4.0","xdg-basedir":"^5.1.0",minimatch:"^10.2.5"},devDependencies:{"@biomejs/biome":"^2.4.14","@types/better-sqlite3":"^7.6.13","@types/ws":"^8.18.1","@types/node":"^25.6.2","@vitest/coverage-v8":"^4.1.5",dotenv:"^17.4.2",tsup:"^8.5.1",typescript:"^6.0.3",vitest:"^4.1.5"},engines:{node:">=22.22.3"},publishConfig:{access:"public"}};var a="easbot",l=i.join(xdgData,a),k=i.join(xdgCache,a),x=i.join(xdgConfig,a),j=i.join(xdgState,a),m;(e=>{e.Path={get home(){return process.env.EASBOT_TEST_HOME||O.homedir()},data:l,bin:i.join(l,"bin"),log:i.join(l,"log"),cache:k,config:x,state:j};let t=null,s=null;async function v(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=c.version||"local";}catch{t="local";}return t||"local"}function g(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=c.version||"local";}catch{t="local";}return t||"local"}e.getVersion=g;function p(){if(s)return s;if(process.env.EASBOT_CHANNEL)return s=process.env.EASBOT_CHANNEL,s;let o=g();return o==="local"||o.includes("dev")?s="local":o.includes("beta")||o.includes("alpha")?s="preview":s="latest",s||"local"}e.getChannel=p;function B(){return p()==="local"}e.isLocal=B;function C(){return p()==="preview"}e.isPreview=C;let u=false,n=null;async function H(){if(!u)return n||(n=(async()=>{await v(),await Promise.all([mkdir(e.Path.data,{recursive:true}),mkdir(e.Path.config,{recursive:true}),mkdir(e.Path.state,{recursive:true}),mkdir(e.Path.log,{recursive:true}),mkdir(e.Path.bin,{recursive:true}),mkdir(e.Path.cache,{recursive:true})]).then(()=>{process.env.EASBOT_DATA_PATH=e.Path.data,process.env.EASBOT_CONFIG_PATH=e.Path.config,process.env.EASBOT_STATE_PATH=e.Path.state,process.env.EASBOT_LOG_PATH=e.Path.log,process.env.EASBOT_BIN_PATH=e.Path.bin,process.env.EASBOT_CACHE_PATH=e.Path.cache;});let o="1",d=i.join(e.Path.cache,"version");if(await readFile(d,"utf-8").catch(()=>"0")!==o){try{let h=await readdir(e.Path.cache);await Promise.all(h.map(b=>rm(i.join(e.Path.cache,b),{recursive:!0,force:!0})));}catch{}await writeFile(d,o);}u=true;})(),n)}e.init=H;})(m||(m={}));
2
+ export{m as Global};
package/dist/cli.cjs CHANGED
@@ -1,5 +1,5 @@
1
- 'use strict';var chunkJMLOTC7I_cjs=require('./chunks/chunk-JMLOTC7I.cjs'),chunkRR6UFR5U_cjs=require('./chunks/chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunks/chunk-5ETPYYQR.cjs');require('./chunks/chunk-GY3SWWW3.cjs');var commander=require('commander'),utils=require('@easbot/utils');var R={languages:[{value:"zh-CN",name:"\u7B80\u4F53\u4E2D\u6587",example:"\u4F60\u597D\uFF0CEASBOT\uFF01",supported:true},{value:"en-US",name:"English (United States)",example:"Hello, EASBOT!",supported:true}]};var A=R.languages,M=A.filter(t=>t.supported).map(t=>t.value),d={defaultLocale:"zh-CN",locales:M},m={},f=(t,e)=>{let o=m[t]||{translation:{}};return m[t]={translation:{...o.translation,...e.translation}},m[t]},y=(t=d.defaultLocale)=>(m[t]||f(t,{translation:{}}),{locale:t,resources:m[t]||{translation:{}}});var U={translation:{"cli.startup.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u542F\u52A8","cli.startup.status":"\u72B6\u6001","cli.startup.port":"\u7AEF\u53E3","cli.startup.hostname":"\u4E3B\u673A\u5730\u5740","cli.startup.protocol":"\u534F\u8BAE","cli.startup.connections":"\u8FDE\u63A5\u6570","cli.startup.running":"\u8FD0\u884C\u4E2D","cli.startup.stopped":"\u5DF2\u505C\u6B62","cli.startup.mode":"\u6A21\u5F0F","cli.startup.mode_standalone":"\u72EC\u7ACB\u6A21\u5F0F","cli.startup.mode_integrated":"\u96C6\u6210\u6A21\u5F0F","cli.status.title":"Gateway WebSocket \u670D\u52A1\u72B6\u6001","cli.stop.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u505C\u6B62","cli.already_running":"Gateway \u670D\u52A1\u5DF2\u5728\u8FD0\u884C\u4E2D","cli.already_stopped":"Gateway \u670D\u52A1\u5DF2\u505C\u6B62","cli.shutdown_signal":"\u6536\u5230 {{signal}}\uFF0C\u6B63\u5728\u4F18\u96C5\u5173\u95ED...","cli.shutdown_success":"Gateway \u670D\u52A1\u5DF2\u6210\u529F\u505C\u6B62","cli.unknown_command":"\u672A\u77E5\u547D\u4EE4: {{command}}","cli.error.start_failed":"\u542F\u52A8 Gateway \u5931\u8D25","cli.error.stop_failed":"\u505C\u6B62 Gateway \u5931\u8D25","cli.error.restart_failed":"\u91CD\u542F Gateway \u5931\u8D25","cli.error.status_failed":"\u83B7\u53D6 Gateway \u72B6\u6001\u5931\u8D25","cli.error.shutdown":"\u5173\u95ED\u65F6\u53D1\u751F\u9519\u8BEF","cli.error.execution_failed":"CLI \u6267\u884C\u5931\u8D25","cli.error.detail":"\u9519\u8BEF\u8BE6\u60C5:","cli.command.start.desc":"\u542F\u52A8 Gateway WebSocket \u670D\u52A1","cli.command.stop.desc":"\u505C\u6B62 Gateway \u670D\u52A1","cli.command.restart.desc":"\u91CD\u542F Gateway \u670D\u52A1","cli.command.status.desc":"\u67E5\u770B Gateway \u670D\u52A1\u72B6\u6001","cli.option.directory":"\u5DE5\u4F5C\u76EE\u5F55","cli.option.port":"\u670D\u52A1\u7AEF\u53E3","cli.option.hostname":"\u4E3B\u673A\u5730\u5740","cli.option.debug":"\u542F\u7528\u8C03\u8BD5\u6A21\u5F0F","cli.help.command":"\u663E\u793A\u5E2E\u52A9\u4FE1\u606F","cli.program.description":"Gateway WebSocket \u670D\u52A1\u7BA1\u7406 CLI","cli.examples.title":"\u793A\u4F8B","cli.example.start":"\u542F\u52A8\u670D\u52A1","cli.example.stop":"\u505C\u6B62\u670D\u52A1","cli.example.restart":"\u91CD\u542F\u670D\u52A1","cli.example.hostname":"\u6307\u5B9A\u76D1\u542C\u5730\u5740"}},T=U;var H={translation:{"cli.startup.title":"Gateway WebSocket Server Started","cli.startup.status":"Status","cli.startup.port":"Port","cli.startup.hostname":"Hostname","cli.startup.protocol":"Protocol","cli.startup.connections":"Connections","cli.startup.running":"Running","cli.startup.stopped":"Stopped","cli.startup.mode":"Mode","cli.startup.mode_standalone":"Standalone","cli.startup.mode_integrated":"Integrated","cli.status.title":"Gateway WebSocket Server Status","cli.stop.title":"Gateway WebSocket Server Stopped","cli.already_running":"Gateway server is already running.","cli.already_stopped":"Gateway server is already stopped.","cli.shutdown_signal":"Received {{signal}}, shutting down gracefully...","cli.shutdown_success":"Gateway stopped successfully.","cli.unknown_command":"Unknown command: {{command}}","cli.error.start_failed":"Failed to start gateway","cli.error.stop_failed":"Failed to stop gateway","cli.error.restart_failed":"Failed to restart gateway","cli.error.status_failed":"Failed to get gateway status","cli.error.shutdown":"Error during shutdown","cli.error.execution_failed":"CLI failed to execute","cli.error.detail":"Error detail:","cli.command.start.desc":"Start Gateway WebSocket service","cli.command.stop.desc":"Stop Gateway service","cli.command.restart.desc":"Restart Gateway service","cli.command.status.desc":"Check Gateway service status","cli.option.directory":"Working directory","cli.option.port":"Service port","cli.option.hostname":"Host address","cli.option.debug":"Enable debug mode","cli.help.command":"Display help information","cli.program.description":"Gateway WebSocket service management CLI","cli.examples.title":"Examples","cli.example.start":"Start service","cli.example.stop":"Stop service","cli.example.restart":"Restart service","cli.example.hostname":"Specify listening address"}},G=H;var z=()=>{y("zh-CN"),y("en-US"),f("zh-CN",T),f("en-US",G);};z();var S=new Map;var v=new Map;var D=t=>{if(v.has(t))return v.get(t);let e=/{{\s*(\w+)\s*}}/g,o=[],a;for(;(a=e.exec(t))!==null;){let l=a[1];l&&!o.includes(l)&&o.push(l);}let p=new RegExp("{{\\s*("+o.join("|")+")\\s*}}","g"),n={keys:o,regex:p};return v.set(t,n),n},_=(t,e)=>{if(!t||typeof t!="string")return "";if(!e||Object.keys(e).length===0)return t;let{regex:o,keys:a}=D(t);return a.length===0||!a.some(n=>n in e)?t:t.replace(o,(n,l)=>{let u=e[l];return u==null?"":String(u)})},X=t=>t&&d.locales.includes(t)?t:d.defaultLocale,I=t=>{if(!S.has(t)){let{resources:e}=y(t);S.set(t,e);}return S.get(t)},K=(t,e={})=>{let o=X(e.locale),p=I(o)?.translation[t];if(p&&typeof p=="string"){let n=_(p,e.vars);return n!=null?String(n):String(t)}if(o!==d.defaultLocale){let l=I(d.defaultLocale)?.translation[t];if(l&&typeof l=="string"){let u=_(l,e.vars);return u!=null?String(u):String(t)}}return String(e.fallback??t)},r=K;var i=chunk5ETPYYQR_cjs.a.create({service:"cli-gateway"}),w=58,C="\u2551",O="\u2554",k="\u255A",N="\u2560",L="\u2550";function Z(t,e=w){let o=e-t.length;return o<=0?t:t+" ".repeat(o)}function s(t){console.log(`${C} ${Z(t)} ${C}`);}function $(){console.log(`${O}${L.repeat(w)}${O.replace("\u2554","\u2557")}`);}function B(){console.log(`${N}${L.repeat(w)}${N.replace("\u2560","\u2563")}`);}function E(){console.log(`${k}${L.repeat(w)}${k.replace("\u255A","\u255D")}`);}function P(t){console.log(""),$(),s(r("cli.startup.title")),B(),s(`${r("cli.startup.status")}: ${r("cli.startup.running").padEnd(37-r("cli.startup.status").length)}`),s(`${r("cli.startup.port")}: ${String(t.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${t.hostname.padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.protocol")}: ws${" ".repeat(32)}`),t.connections!==void 0&&s(`${r("cli.startup.connections")}:${String(t.connections).padEnd(37-r("cli.startup.connections").length)}`),s(`${r("cli.startup.mode")}: ${(t.mode==="standalone"?r("cli.startup.mode_standalone"):r("cli.startup.mode_integrated")).padEnd(37-r("cli.startup.mode").length)}`),E(),console.log("");}function q(){console.log(""),$(),s(r("cli.stop.title")),E(),console.log("");}async function Q(){try{let t=chunkJMLOTC7I_cjs.a.getStatus(),o=(await chunkJMLOTC7I_cjs.a.get())?.getStatus();console.log(""),$(),s(r("cli.status.title")),B(),s(`${r("cli.startup.status")}: ${t.toUpperCase().padEnd(37-r("cli.startup.status").length)}`),o&&(s(`${r("cli.startup.port")}: ${String(o.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${(o.hostname||"localhost").padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.connections")}:${String(o.connections||0).padEnd(37-r("cli.startup.connections").length)}`)),E(),console.log("");}catch(t){i.error("Failed to get gateway status",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.status_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function V(t){let e=t.directory||process.cwd();i.info("Starting gateway service",{port:t.port,hostname:t.hostname,directory:e});try{if(await chunkJMLOTC7I_cjs.a.init({directory:e,printLogs:t.debug,logLevel:t.debug?"DEBUG":"INFO"}),chunkJMLOTC7I_cjs.a.getStatus()==="running"){console.log(r("cli.already_running"));return}let a={};t.port&&(a.port=t.port),t.hostname&&(a.hostname=t.hostname),await chunkJMLOTC7I_cjs.a.start(a);let n=(await chunkJMLOTC7I_cjs.a.get())?.getStatus();P({port:n?.port||t.port||8080,hostname:n?.hostname||t.hostname||"localhost",connections:n?.connections||0,mode:chunkRR6UFR5U_cjs.P()?"integrated":"standalone"}),W();}catch(o){i.error("Failed to start gateway",{error:o instanceof Error?o.message:String(o)}),console.error(`${r("cli.error.start_failed")}: ${o instanceof Error?o.message:String(o)}`),process.exit(1);}}async function Y(){i.info("Stopping gateway service");try{if(chunkJMLOTC7I_cjs.a.getStatus()==="stopped"){console.log(r("cli.already_stopped"));return}await chunkJMLOTC7I_cjs.a.stop(),q(),i.info("Gateway stopped successfully");}catch(t){i.error("Failed to stop gateway",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.stop_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function tt(t){i.info("Restarting gateway service");try{let e={};t.port&&(e.port=t.port),t.hostname&&(e.hostname=t.hostname),await chunkJMLOTC7I_cjs.a.restart(e);let a=(await chunkJMLOTC7I_cjs.a.get())?.getStatus();P({port:a?.port||t.port||8080,hostname:a?.hostname||t.hostname||"localhost",connections:a?.connections||0,mode:chunkRR6UFR5U_cjs.P()?"integrated":"standalone"}),W(),i.info("Gateway restarted successfully");}catch(e){i.error("Failed to restart gateway",{error:e instanceof Error?e.message:String(e)}),console.error(`${r("cli.error.restart_failed")}: ${e instanceof Error?e.message:String(e)}`),process.exit(1);}}function W(){let t=async e=>{i.debug(`Received ${e}, shutting down gracefully...`),console.log(`
2
- ${r("cli.shutdown_signal",{vars:{signal:e}})}`);try{await chunkJMLOTC7I_cjs.a.stop(),i.debug("Gateway stopped"),console.log(r("cli.shutdown_success"));}catch(o){i.error("Error during shutdown",{error:o instanceof Error?o.message:String(o)});}process.exit(0);};process.on("SIGINT",()=>{t("SIGINT").catch(console.error);}),process.on("SIGTERM",()=>{t("SIGTERM").catch(console.error);});}async function h(t,e){switch(t){case "start":await V(e);break;case "stop":await Y();break;case "restart":await tt(e);break;case "status":await Q();break;default:console.error(r("cli.unknown_command",{vars:{command:t}})),process.exit(1);}}function et(t){t.command("start").description(r("cli.command.start.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await h("start",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("stop").description(r("cli.command.stop.desc")).action(async()=>{await h("stop",{});}),t.command("restart").description(r("cli.command.restart.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await h("restart",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("status").description(r("cli.command.status.desc")).action(async()=>{await h("status",{});}),t.addHelpCommand("help",r("cli.help.command")).addHelpText("after",`
1
+ 'use strict';var chunk25P5M7SW_cjs=require('./chunks/chunk-25P5M7SW.cjs'),chunkRR6UFR5U_cjs=require('./chunks/chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunks/chunk-5ETPYYQR.cjs');require('./chunks/chunk-GY3SWWW3.cjs');var commander=require('commander'),utils=require('@easbot/utils');var R={languages:[{value:"zh-CN",name:"\u7B80\u4F53\u4E2D\u6587",example:"\u4F60\u597D\uFF0CEASBOT\uFF01",supported:true},{value:"en-US",name:"English (United States)",example:"Hello, EASBOT!",supported:true}]};var A=R.languages,M=A.filter(t=>t.supported).map(t=>t.value),d={defaultLocale:"zh-CN",locales:M},m={},f=(t,e)=>{let o=m[t]||{translation:{}};return m[t]={translation:{...o.translation,...e.translation}},m[t]},y=(t=d.defaultLocale)=>(m[t]||f(t,{translation:{}}),{locale:t,resources:m[t]||{translation:{}}});var U={translation:{"cli.startup.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u542F\u52A8","cli.startup.status":"\u72B6\u6001","cli.startup.port":"\u7AEF\u53E3","cli.startup.hostname":"\u4E3B\u673A\u5730\u5740","cli.startup.protocol":"\u534F\u8BAE","cli.startup.connections":"\u8FDE\u63A5\u6570","cli.startup.running":"\u8FD0\u884C\u4E2D","cli.startup.stopped":"\u5DF2\u505C\u6B62","cli.startup.mode":"\u6A21\u5F0F","cli.startup.mode_standalone":"\u72EC\u7ACB\u6A21\u5F0F","cli.startup.mode_integrated":"\u96C6\u6210\u6A21\u5F0F","cli.status.title":"Gateway WebSocket \u670D\u52A1\u72B6\u6001","cli.stop.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u505C\u6B62","cli.already_running":"Gateway \u670D\u52A1\u5DF2\u5728\u8FD0\u884C\u4E2D","cli.already_stopped":"Gateway \u670D\u52A1\u5DF2\u505C\u6B62","cli.shutdown_signal":"\u6536\u5230 {{signal}}\uFF0C\u6B63\u5728\u4F18\u96C5\u5173\u95ED...","cli.shutdown_success":"Gateway \u670D\u52A1\u5DF2\u6210\u529F\u505C\u6B62","cli.unknown_command":"\u672A\u77E5\u547D\u4EE4: {{command}}","cli.error.start_failed":"\u542F\u52A8 Gateway \u5931\u8D25","cli.error.stop_failed":"\u505C\u6B62 Gateway \u5931\u8D25","cli.error.restart_failed":"\u91CD\u542F Gateway \u5931\u8D25","cli.error.status_failed":"\u83B7\u53D6 Gateway \u72B6\u6001\u5931\u8D25","cli.error.shutdown":"\u5173\u95ED\u65F6\u53D1\u751F\u9519\u8BEF","cli.error.execution_failed":"CLI \u6267\u884C\u5931\u8D25","cli.error.detail":"\u9519\u8BEF\u8BE6\u60C5:","cli.command.start.desc":"\u542F\u52A8 Gateway WebSocket \u670D\u52A1","cli.command.stop.desc":"\u505C\u6B62 Gateway \u670D\u52A1","cli.command.restart.desc":"\u91CD\u542F Gateway \u670D\u52A1","cli.command.status.desc":"\u67E5\u770B Gateway \u670D\u52A1\u72B6\u6001","cli.option.directory":"\u5DE5\u4F5C\u76EE\u5F55","cli.option.port":"\u670D\u52A1\u7AEF\u53E3","cli.option.hostname":"\u4E3B\u673A\u5730\u5740","cli.option.debug":"\u542F\u7528\u8C03\u8BD5\u6A21\u5F0F","cli.help.command":"\u663E\u793A\u5E2E\u52A9\u4FE1\u606F","cli.program.description":"Gateway WebSocket \u670D\u52A1\u7BA1\u7406 CLI","cli.examples.title":"\u793A\u4F8B","cli.example.start":"\u542F\u52A8\u670D\u52A1","cli.example.stop":"\u505C\u6B62\u670D\u52A1","cli.example.restart":"\u91CD\u542F\u670D\u52A1","cli.example.hostname":"\u6307\u5B9A\u76D1\u542C\u5730\u5740"}},T=U;var H={translation:{"cli.startup.title":"Gateway WebSocket Server Started","cli.startup.status":"Status","cli.startup.port":"Port","cli.startup.hostname":"Hostname","cli.startup.protocol":"Protocol","cli.startup.connections":"Connections","cli.startup.running":"Running","cli.startup.stopped":"Stopped","cli.startup.mode":"Mode","cli.startup.mode_standalone":"Standalone","cli.startup.mode_integrated":"Integrated","cli.status.title":"Gateway WebSocket Server Status","cli.stop.title":"Gateway WebSocket Server Stopped","cli.already_running":"Gateway server is already running.","cli.already_stopped":"Gateway server is already stopped.","cli.shutdown_signal":"Received {{signal}}, shutting down gracefully...","cli.shutdown_success":"Gateway stopped successfully.","cli.unknown_command":"Unknown command: {{command}}","cli.error.start_failed":"Failed to start gateway","cli.error.stop_failed":"Failed to stop gateway","cli.error.restart_failed":"Failed to restart gateway","cli.error.status_failed":"Failed to get gateway status","cli.error.shutdown":"Error during shutdown","cli.error.execution_failed":"CLI failed to execute","cli.error.detail":"Error detail:","cli.command.start.desc":"Start Gateway WebSocket service","cli.command.stop.desc":"Stop Gateway service","cli.command.restart.desc":"Restart Gateway service","cli.command.status.desc":"Check Gateway service status","cli.option.directory":"Working directory","cli.option.port":"Service port","cli.option.hostname":"Host address","cli.option.debug":"Enable debug mode","cli.help.command":"Display help information","cli.program.description":"Gateway WebSocket service management CLI","cli.examples.title":"Examples","cli.example.start":"Start service","cli.example.stop":"Stop service","cli.example.restart":"Restart service","cli.example.hostname":"Specify listening address"}},G=H;var z=()=>{y("zh-CN"),y("en-US"),f("zh-CN",T),f("en-US",G);};z();var S=new Map;var v=new Map;var D=t=>{if(v.has(t))return v.get(t);let e=/{{\s*(\w+)\s*}}/g,o=[],a;for(;(a=e.exec(t))!==null;){let l=a[1];l&&!o.includes(l)&&o.push(l);}let p=new RegExp("{{\\s*("+o.join("|")+")\\s*}}","g"),n={keys:o,regex:p};return v.set(t,n),n},_=(t,e)=>{if(!t||typeof t!="string")return "";if(!e||Object.keys(e).length===0)return t;let{regex:o,keys:a}=D(t);return a.length===0||!a.some(n=>n in e)?t:t.replace(o,(n,l)=>{let u=e[l];return u==null?"":String(u)})},X=t=>t&&d.locales.includes(t)?t:d.defaultLocale,I=t=>{if(!S.has(t)){let{resources:e}=y(t);S.set(t,e);}return S.get(t)},K=(t,e={})=>{let o=X(e.locale),p=I(o)?.translation[t];if(p&&typeof p=="string"){let n=_(p,e.vars);return n!=null?String(n):String(t)}if(o!==d.defaultLocale){let l=I(d.defaultLocale)?.translation[t];if(l&&typeof l=="string"){let u=_(l,e.vars);return u!=null?String(u):String(t)}}return String(e.fallback??t)},r=K;var i=chunk5ETPYYQR_cjs.a.create({service:"cli-gateway"}),w=58,C="\u2551",O="\u2554",k="\u255A",N="\u2560",L="\u2550";function Z(t,e=w){let o=e-t.length;return o<=0?t:t+" ".repeat(o)}function s(t){console.log(`${C} ${Z(t)} ${C}`);}function $(){console.log(`${O}${L.repeat(w)}${O.replace("\u2554","\u2557")}`);}function B(){console.log(`${N}${L.repeat(w)}${N.replace("\u2560","\u2563")}`);}function E(){console.log(`${k}${L.repeat(w)}${k.replace("\u255A","\u255D")}`);}function P(t){console.log(""),$(),s(r("cli.startup.title")),B(),s(`${r("cli.startup.status")}: ${r("cli.startup.running").padEnd(37-r("cli.startup.status").length)}`),s(`${r("cli.startup.port")}: ${String(t.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${t.hostname.padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.protocol")}: ws${" ".repeat(32)}`),t.connections!==void 0&&s(`${r("cli.startup.connections")}:${String(t.connections).padEnd(37-r("cli.startup.connections").length)}`),s(`${r("cli.startup.mode")}: ${(t.mode==="standalone"?r("cli.startup.mode_standalone"):r("cli.startup.mode_integrated")).padEnd(37-r("cli.startup.mode").length)}`),E(),console.log("");}function q(){console.log(""),$(),s(r("cli.stop.title")),E(),console.log("");}async function Q(){try{let t=chunk25P5M7SW_cjs.a.getStatus(),o=(await chunk25P5M7SW_cjs.a.get())?.getStatus();console.log(""),$(),s(r("cli.status.title")),B(),s(`${r("cli.startup.status")}: ${t.toUpperCase().padEnd(37-r("cli.startup.status").length)}`),o&&(s(`${r("cli.startup.port")}: ${String(o.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${(o.hostname||"localhost").padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.connections")}:${String(o.connections||0).padEnd(37-r("cli.startup.connections").length)}`)),E(),console.log("");}catch(t){i.error("Failed to get gateway status",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.status_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function V(t){let e=t.directory||process.cwd();i.info("Starting gateway service",{port:t.port,hostname:t.hostname,directory:e});try{if(await chunk25P5M7SW_cjs.a.init({directory:e,printLogs:t.debug,logLevel:t.debug?"DEBUG":"INFO"}),chunk25P5M7SW_cjs.a.getStatus()==="running"){console.log(r("cli.already_running"));return}let a={};t.port&&(a.port=t.port),t.hostname&&(a.hostname=t.hostname),await chunk25P5M7SW_cjs.a.start(a);let n=(await chunk25P5M7SW_cjs.a.get())?.getStatus();P({port:n?.port||t.port||8080,hostname:n?.hostname||t.hostname||"localhost",connections:n?.connections||0,mode:chunkRR6UFR5U_cjs.P()?"integrated":"standalone"}),W();}catch(o){i.error("Failed to start gateway",{error:o instanceof Error?o.message:String(o)}),console.error(`${r("cli.error.start_failed")}: ${o instanceof Error?o.message:String(o)}`),process.exit(1);}}async function Y(){i.info("Stopping gateway service");try{if(chunk25P5M7SW_cjs.a.getStatus()==="stopped"){console.log(r("cli.already_stopped"));return}await chunk25P5M7SW_cjs.a.stop(),q(),i.info("Gateway stopped successfully");}catch(t){i.error("Failed to stop gateway",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.stop_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function tt(t){i.info("Restarting gateway service");try{let e={};t.port&&(e.port=t.port),t.hostname&&(e.hostname=t.hostname),await chunk25P5M7SW_cjs.a.restart(e);let a=(await chunk25P5M7SW_cjs.a.get())?.getStatus();P({port:a?.port||t.port||8080,hostname:a?.hostname||t.hostname||"localhost",connections:a?.connections||0,mode:chunkRR6UFR5U_cjs.P()?"integrated":"standalone"}),W(),i.info("Gateway restarted successfully");}catch(e){i.error("Failed to restart gateway",{error:e instanceof Error?e.message:String(e)}),console.error(`${r("cli.error.restart_failed")}: ${e instanceof Error?e.message:String(e)}`),process.exit(1);}}function W(){let t=async e=>{i.debug(`Received ${e}, shutting down gracefully...`),console.log(`
2
+ ${r("cli.shutdown_signal",{vars:{signal:e}})}`);try{await chunk25P5M7SW_cjs.a.stop(),i.debug("Gateway stopped"),console.log(r("cli.shutdown_success"));}catch(o){i.error("Error during shutdown",{error:o instanceof Error?o.message:String(o)});}process.exit(0);};process.on("SIGINT",()=>{t("SIGINT").catch(console.error);}),process.on("SIGTERM",()=>{t("SIGTERM").catch(console.error);});}async function h(t,e){switch(t){case "start":await V(e);break;case "stop":await Y();break;case "restart":await tt(e);break;case "status":await Q();break;default:console.error(r("cli.unknown_command",{vars:{command:t}})),process.exit(1);}}function et(t){t.command("start").description(r("cli.command.start.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await h("start",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("stop").description(r("cli.command.stop.desc")).action(async()=>{await h("stop",{});}),t.command("restart").description(r("cli.command.restart.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await h("restart",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("status").description(r("cli.command.status.desc")).action(async()=>{await h("status",{});}),t.addHelpCommand("help",r("cli.help.command")).addHelpText("after",`
3
3
 
4
4
  ${r("cli.examples.title")}:
5
5
  $ gateway start --port 8080 # ${r("cli.example.start")}
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import {a as a$1}from'./chunks/chunk-SZQYSHNI.mjs';import {P as P$1}from'./chunks/chunk-77F43CRD.mjs';import {a}from'./chunks/chunk-6TRL3CVJ.mjs';import'./chunks/chunk-HAMGVOQD.mjs';import {Command}from'commander';import {loadEnv}from'@easbot/utils';var T={languages:[{value:"zh-CN",name:"\u7B80\u4F53\u4E2D\u6587",example:"\u4F60\u597D\uFF0CEASBOT\uFF01",supported:true},{value:"en-US",name:"English (United States)",example:"Hello, EASBOT!",supported:true}]};var M=T.languages,U=M.filter(t=>t.supported).map(t=>t.value),d={defaultLocale:"zh-CN",locales:U},f={},y=(t,e)=>{let o=f[t]||{translation:{}};return f[t]={translation:{...o.translation,...e.translation}},f[t]},h=(t=d.defaultLocale)=>(f[t]||y(t,{translation:{}}),{locale:t,resources:f[t]||{translation:{}}});var H={translation:{"cli.startup.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u542F\u52A8","cli.startup.status":"\u72B6\u6001","cli.startup.port":"\u7AEF\u53E3","cli.startup.hostname":"\u4E3B\u673A\u5730\u5740","cli.startup.protocol":"\u534F\u8BAE","cli.startup.connections":"\u8FDE\u63A5\u6570","cli.startup.running":"\u8FD0\u884C\u4E2D","cli.startup.stopped":"\u5DF2\u505C\u6B62","cli.startup.mode":"\u6A21\u5F0F","cli.startup.mode_standalone":"\u72EC\u7ACB\u6A21\u5F0F","cli.startup.mode_integrated":"\u96C6\u6210\u6A21\u5F0F","cli.status.title":"Gateway WebSocket \u670D\u52A1\u72B6\u6001","cli.stop.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u505C\u6B62","cli.already_running":"Gateway \u670D\u52A1\u5DF2\u5728\u8FD0\u884C\u4E2D","cli.already_stopped":"Gateway \u670D\u52A1\u5DF2\u505C\u6B62","cli.shutdown_signal":"\u6536\u5230 {{signal}}\uFF0C\u6B63\u5728\u4F18\u96C5\u5173\u95ED...","cli.shutdown_success":"Gateway \u670D\u52A1\u5DF2\u6210\u529F\u505C\u6B62","cli.unknown_command":"\u672A\u77E5\u547D\u4EE4: {{command}}","cli.error.start_failed":"\u542F\u52A8 Gateway \u5931\u8D25","cli.error.stop_failed":"\u505C\u6B62 Gateway \u5931\u8D25","cli.error.restart_failed":"\u91CD\u542F Gateway \u5931\u8D25","cli.error.status_failed":"\u83B7\u53D6 Gateway \u72B6\u6001\u5931\u8D25","cli.error.shutdown":"\u5173\u95ED\u65F6\u53D1\u751F\u9519\u8BEF","cli.error.execution_failed":"CLI \u6267\u884C\u5931\u8D25","cli.error.detail":"\u9519\u8BEF\u8BE6\u60C5:","cli.command.start.desc":"\u542F\u52A8 Gateway WebSocket \u670D\u52A1","cli.command.stop.desc":"\u505C\u6B62 Gateway \u670D\u52A1","cli.command.restart.desc":"\u91CD\u542F Gateway \u670D\u52A1","cli.command.status.desc":"\u67E5\u770B Gateway \u670D\u52A1\u72B6\u6001","cli.option.directory":"\u5DE5\u4F5C\u76EE\u5F55","cli.option.port":"\u670D\u52A1\u7AEF\u53E3","cli.option.hostname":"\u4E3B\u673A\u5730\u5740","cli.option.debug":"\u542F\u7528\u8C03\u8BD5\u6A21\u5F0F","cli.help.command":"\u663E\u793A\u5E2E\u52A9\u4FE1\u606F","cli.program.description":"Gateway WebSocket \u670D\u52A1\u7BA1\u7406 CLI","cli.examples.title":"\u793A\u4F8B","cli.example.start":"\u542F\u52A8\u670D\u52A1","cli.example.stop":"\u505C\u6B62\u670D\u52A1","cli.example.restart":"\u91CD\u542F\u670D\u52A1","cli.example.hostname":"\u6307\u5B9A\u76D1\u542C\u5730\u5740"}},G=H;var z={translation:{"cli.startup.title":"Gateway WebSocket Server Started","cli.startup.status":"Status","cli.startup.port":"Port","cli.startup.hostname":"Hostname","cli.startup.protocol":"Protocol","cli.startup.connections":"Connections","cli.startup.running":"Running","cli.startup.stopped":"Stopped","cli.startup.mode":"Mode","cli.startup.mode_standalone":"Standalone","cli.startup.mode_integrated":"Integrated","cli.status.title":"Gateway WebSocket Server Status","cli.stop.title":"Gateway WebSocket Server Stopped","cli.already_running":"Gateway server is already running.","cli.already_stopped":"Gateway server is already stopped.","cli.shutdown_signal":"Received {{signal}}, shutting down gracefully...","cli.shutdown_success":"Gateway stopped successfully.","cli.unknown_command":"Unknown command: {{command}}","cli.error.start_failed":"Failed to start gateway","cli.error.stop_failed":"Failed to stop gateway","cli.error.restart_failed":"Failed to restart gateway","cli.error.status_failed":"Failed to get gateway status","cli.error.shutdown":"Error during shutdown","cli.error.execution_failed":"CLI failed to execute","cli.error.detail":"Error detail:","cli.command.start.desc":"Start Gateway WebSocket service","cli.command.stop.desc":"Stop Gateway service","cli.command.restart.desc":"Restart Gateway service","cli.command.status.desc":"Check Gateway service status","cli.option.directory":"Working directory","cli.option.port":"Service port","cli.option.hostname":"Host address","cli.option.debug":"Enable debug mode","cli.help.command":"Display help information","cli.program.description":"Gateway WebSocket service management CLI","cli.examples.title":"Examples","cli.example.start":"Start service","cli.example.stop":"Stop service","cli.example.restart":"Restart service","cli.example.hostname":"Specify listening address"}},_=z;var D=()=>{h("zh-CN"),h("en-US"),y("zh-CN",G),y("en-US",_);};D();var v=new Map;var L=new Map;var X=t=>{if(L.has(t))return L.get(t);let e=/{{\s*(\w+)\s*}}/g,o=[],a;for(;(a=e.exec(t))!==null;){let l=a[1];l&&!o.includes(l)&&o.push(l);}let p=new RegExp("{{\\s*("+o.join("|")+")\\s*}}","g"),n={keys:o,regex:p};return L.set(t,n),n},I=(t,e)=>{if(!t||typeof t!="string")return "";if(!e||Object.keys(e).length===0)return t;let{regex:o,keys:a}=X(t);return a.length===0||!a.some(n=>n in e)?t:t.replace(o,(n,l)=>{let u=e[l];return u==null?"":String(u)})},K=t=>t&&d.locales.includes(t)?t:d.defaultLocale,C=t=>{if(!v.has(t)){let{resources:e}=h(t);v.set(t,e);}return v.get(t)},j=(t,e={})=>{let o=K(e.locale),p=C(o)?.translation[t];if(p&&typeof p=="string"){let n=I(p,e.vars);return n!=null?String(n):String(t)}if(o!==d.defaultLocale){let l=C(d.defaultLocale)?.translation[t];if(l&&typeof l=="string"){let u=I(l,e.vars);return u!=null?String(u):String(t)}}return String(e.fallback??t)},r=j;var i=a.create({service:"cli-gateway"}),x=58,O="\u2551",k="\u2554",N="\u255A",B="\u2560",$="\u2550";function q(t,e=x){let o=e-t.length;return o<=0?t:t+" ".repeat(o)}function s(t){console.log(`${O} ${q(t)} ${O}`);}function E(){console.log(`${k}${$.repeat(x)}${k.replace("\u2554","\u2557")}`);}function P(){console.log(`${B}${$.repeat(x)}${B.replace("\u2560","\u2563")}`);}function b(){console.log(`${N}${$.repeat(x)}${N.replace("\u255A","\u255D")}`);}function W(t){console.log(""),E(),s(r("cli.startup.title")),P(),s(`${r("cli.startup.status")}: ${r("cli.startup.running").padEnd(37-r("cli.startup.status").length)}`),s(`${r("cli.startup.port")}: ${String(t.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${t.hostname.padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.protocol")}: ws${" ".repeat(32)}`),t.connections!==void 0&&s(`${r("cli.startup.connections")}:${String(t.connections).padEnd(37-r("cli.startup.connections").length)}`),s(`${r("cli.startup.mode")}: ${(t.mode==="standalone"?r("cli.startup.mode_standalone"):r("cli.startup.mode_integrated")).padEnd(37-r("cli.startup.mode").length)}`),b(),console.log("");}function Q(){console.log(""),E(),s(r("cli.stop.title")),b(),console.log("");}async function V(){try{let t=a$1.getStatus(),o=(await a$1.get())?.getStatus();console.log(""),E(),s(r("cli.status.title")),P(),s(`${r("cli.startup.status")}: ${t.toUpperCase().padEnd(37-r("cli.startup.status").length)}`),o&&(s(`${r("cli.startup.port")}: ${String(o.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${(o.hostname||"localhost").padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.connections")}:${String(o.connections||0).padEnd(37-r("cli.startup.connections").length)}`)),b(),console.log("");}catch(t){i.error("Failed to get gateway status",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.status_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function Y(t){let e=t.directory||process.cwd();i.info("Starting gateway service",{port:t.port,hostname:t.hostname,directory:e});try{if(await a$1.init({directory:e,printLogs:t.debug,logLevel:t.debug?"DEBUG":"INFO"}),a$1.getStatus()==="running"){console.log(r("cli.already_running"));return}let a={};t.port&&(a.port=t.port),t.hostname&&(a.hostname=t.hostname),await a$1.start(a);let n=(await a$1.get())?.getStatus();W({port:n?.port||t.port||8080,hostname:n?.hostname||t.hostname||"localhost",connections:n?.connections||0,mode:P$1()?"integrated":"standalone"}),F();}catch(o){i.error("Failed to start gateway",{error:o instanceof Error?o.message:String(o)}),console.error(`${r("cli.error.start_failed")}: ${o instanceof Error?o.message:String(o)}`),process.exit(1);}}async function tt(){i.info("Stopping gateway service");try{if(a$1.getStatus()==="stopped"){console.log(r("cli.already_stopped"));return}await a$1.stop(),Q(),i.info("Gateway stopped successfully");}catch(t){i.error("Failed to stop gateway",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.stop_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function et(t){i.info("Restarting gateway service");try{let e={};t.port&&(e.port=t.port),t.hostname&&(e.hostname=t.hostname),await a$1.restart(e);let a=(await a$1.get())?.getStatus();W({port:a?.port||t.port||8080,hostname:a?.hostname||t.hostname||"localhost",connections:a?.connections||0,mode:P$1()?"integrated":"standalone"}),F(),i.info("Gateway restarted successfully");}catch(e){i.error("Failed to restart gateway",{error:e instanceof Error?e.message:String(e)}),console.error(`${r("cli.error.restart_failed")}: ${e instanceof Error?e.message:String(e)}`),process.exit(1);}}function F(){let t=async e=>{i.debug(`Received ${e}, shutting down gracefully...`),console.log(`
1
+ import {a as a$1}from'./chunks/chunk-HXYPF7CY.mjs';import {P as P$1}from'./chunks/chunk-77F43CRD.mjs';import {a}from'./chunks/chunk-6TRL3CVJ.mjs';import'./chunks/chunk-HAMGVOQD.mjs';import {Command}from'commander';import {loadEnv}from'@easbot/utils';var T={languages:[{value:"zh-CN",name:"\u7B80\u4F53\u4E2D\u6587",example:"\u4F60\u597D\uFF0CEASBOT\uFF01",supported:true},{value:"en-US",name:"English (United States)",example:"Hello, EASBOT!",supported:true}]};var M=T.languages,U=M.filter(t=>t.supported).map(t=>t.value),d={defaultLocale:"zh-CN",locales:U},f={},y=(t,e)=>{let o=f[t]||{translation:{}};return f[t]={translation:{...o.translation,...e.translation}},f[t]},h=(t=d.defaultLocale)=>(f[t]||y(t,{translation:{}}),{locale:t,resources:f[t]||{translation:{}}});var H={translation:{"cli.startup.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u542F\u52A8","cli.startup.status":"\u72B6\u6001","cli.startup.port":"\u7AEF\u53E3","cli.startup.hostname":"\u4E3B\u673A\u5730\u5740","cli.startup.protocol":"\u534F\u8BAE","cli.startup.connections":"\u8FDE\u63A5\u6570","cli.startup.running":"\u8FD0\u884C\u4E2D","cli.startup.stopped":"\u5DF2\u505C\u6B62","cli.startup.mode":"\u6A21\u5F0F","cli.startup.mode_standalone":"\u72EC\u7ACB\u6A21\u5F0F","cli.startup.mode_integrated":"\u96C6\u6210\u6A21\u5F0F","cli.status.title":"Gateway WebSocket \u670D\u52A1\u72B6\u6001","cli.stop.title":"Gateway WebSocket \u670D\u52A1\u5DF2\u505C\u6B62","cli.already_running":"Gateway \u670D\u52A1\u5DF2\u5728\u8FD0\u884C\u4E2D","cli.already_stopped":"Gateway \u670D\u52A1\u5DF2\u505C\u6B62","cli.shutdown_signal":"\u6536\u5230 {{signal}}\uFF0C\u6B63\u5728\u4F18\u96C5\u5173\u95ED...","cli.shutdown_success":"Gateway \u670D\u52A1\u5DF2\u6210\u529F\u505C\u6B62","cli.unknown_command":"\u672A\u77E5\u547D\u4EE4: {{command}}","cli.error.start_failed":"\u542F\u52A8 Gateway \u5931\u8D25","cli.error.stop_failed":"\u505C\u6B62 Gateway \u5931\u8D25","cli.error.restart_failed":"\u91CD\u542F Gateway \u5931\u8D25","cli.error.status_failed":"\u83B7\u53D6 Gateway \u72B6\u6001\u5931\u8D25","cli.error.shutdown":"\u5173\u95ED\u65F6\u53D1\u751F\u9519\u8BEF","cli.error.execution_failed":"CLI \u6267\u884C\u5931\u8D25","cli.error.detail":"\u9519\u8BEF\u8BE6\u60C5:","cli.command.start.desc":"\u542F\u52A8 Gateway WebSocket \u670D\u52A1","cli.command.stop.desc":"\u505C\u6B62 Gateway \u670D\u52A1","cli.command.restart.desc":"\u91CD\u542F Gateway \u670D\u52A1","cli.command.status.desc":"\u67E5\u770B Gateway \u670D\u52A1\u72B6\u6001","cli.option.directory":"\u5DE5\u4F5C\u76EE\u5F55","cli.option.port":"\u670D\u52A1\u7AEF\u53E3","cli.option.hostname":"\u4E3B\u673A\u5730\u5740","cli.option.debug":"\u542F\u7528\u8C03\u8BD5\u6A21\u5F0F","cli.help.command":"\u663E\u793A\u5E2E\u52A9\u4FE1\u606F","cli.program.description":"Gateway WebSocket \u670D\u52A1\u7BA1\u7406 CLI","cli.examples.title":"\u793A\u4F8B","cli.example.start":"\u542F\u52A8\u670D\u52A1","cli.example.stop":"\u505C\u6B62\u670D\u52A1","cli.example.restart":"\u91CD\u542F\u670D\u52A1","cli.example.hostname":"\u6307\u5B9A\u76D1\u542C\u5730\u5740"}},G=H;var z={translation:{"cli.startup.title":"Gateway WebSocket Server Started","cli.startup.status":"Status","cli.startup.port":"Port","cli.startup.hostname":"Hostname","cli.startup.protocol":"Protocol","cli.startup.connections":"Connections","cli.startup.running":"Running","cli.startup.stopped":"Stopped","cli.startup.mode":"Mode","cli.startup.mode_standalone":"Standalone","cli.startup.mode_integrated":"Integrated","cli.status.title":"Gateway WebSocket Server Status","cli.stop.title":"Gateway WebSocket Server Stopped","cli.already_running":"Gateway server is already running.","cli.already_stopped":"Gateway server is already stopped.","cli.shutdown_signal":"Received {{signal}}, shutting down gracefully...","cli.shutdown_success":"Gateway stopped successfully.","cli.unknown_command":"Unknown command: {{command}}","cli.error.start_failed":"Failed to start gateway","cli.error.stop_failed":"Failed to stop gateway","cli.error.restart_failed":"Failed to restart gateway","cli.error.status_failed":"Failed to get gateway status","cli.error.shutdown":"Error during shutdown","cli.error.execution_failed":"CLI failed to execute","cli.error.detail":"Error detail:","cli.command.start.desc":"Start Gateway WebSocket service","cli.command.stop.desc":"Stop Gateway service","cli.command.restart.desc":"Restart Gateway service","cli.command.status.desc":"Check Gateway service status","cli.option.directory":"Working directory","cli.option.port":"Service port","cli.option.hostname":"Host address","cli.option.debug":"Enable debug mode","cli.help.command":"Display help information","cli.program.description":"Gateway WebSocket service management CLI","cli.examples.title":"Examples","cli.example.start":"Start service","cli.example.stop":"Stop service","cli.example.restart":"Restart service","cli.example.hostname":"Specify listening address"}},_=z;var D=()=>{h("zh-CN"),h("en-US"),y("zh-CN",G),y("en-US",_);};D();var v=new Map;var L=new Map;var X=t=>{if(L.has(t))return L.get(t);let e=/{{\s*(\w+)\s*}}/g,o=[],a;for(;(a=e.exec(t))!==null;){let l=a[1];l&&!o.includes(l)&&o.push(l);}let p=new RegExp("{{\\s*("+o.join("|")+")\\s*}}","g"),n={keys:o,regex:p};return L.set(t,n),n},I=(t,e)=>{if(!t||typeof t!="string")return "";if(!e||Object.keys(e).length===0)return t;let{regex:o,keys:a}=X(t);return a.length===0||!a.some(n=>n in e)?t:t.replace(o,(n,l)=>{let u=e[l];return u==null?"":String(u)})},K=t=>t&&d.locales.includes(t)?t:d.defaultLocale,C=t=>{if(!v.has(t)){let{resources:e}=h(t);v.set(t,e);}return v.get(t)},j=(t,e={})=>{let o=K(e.locale),p=C(o)?.translation[t];if(p&&typeof p=="string"){let n=I(p,e.vars);return n!=null?String(n):String(t)}if(o!==d.defaultLocale){let l=C(d.defaultLocale)?.translation[t];if(l&&typeof l=="string"){let u=I(l,e.vars);return u!=null?String(u):String(t)}}return String(e.fallback??t)},r=j;var i=a.create({service:"cli-gateway"}),x=58,O="\u2551",k="\u2554",N="\u255A",B="\u2560",$="\u2550";function q(t,e=x){let o=e-t.length;return o<=0?t:t+" ".repeat(o)}function s(t){console.log(`${O} ${q(t)} ${O}`);}function E(){console.log(`${k}${$.repeat(x)}${k.replace("\u2554","\u2557")}`);}function P(){console.log(`${B}${$.repeat(x)}${B.replace("\u2560","\u2563")}`);}function b(){console.log(`${N}${$.repeat(x)}${N.replace("\u255A","\u255D")}`);}function W(t){console.log(""),E(),s(r("cli.startup.title")),P(),s(`${r("cli.startup.status")}: ${r("cli.startup.running").padEnd(37-r("cli.startup.status").length)}`),s(`${r("cli.startup.port")}: ${String(t.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${t.hostname.padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.protocol")}: ws${" ".repeat(32)}`),t.connections!==void 0&&s(`${r("cli.startup.connections")}:${String(t.connections).padEnd(37-r("cli.startup.connections").length)}`),s(`${r("cli.startup.mode")}: ${(t.mode==="standalone"?r("cli.startup.mode_standalone"):r("cli.startup.mode_integrated")).padEnd(37-r("cli.startup.mode").length)}`),b(),console.log("");}function Q(){console.log(""),E(),s(r("cli.stop.title")),b(),console.log("");}async function V(){try{let t=a$1.getStatus(),o=(await a$1.get())?.getStatus();console.log(""),E(),s(r("cli.status.title")),P(),s(`${r("cli.startup.status")}: ${t.toUpperCase().padEnd(37-r("cli.startup.status").length)}`),o&&(s(`${r("cli.startup.port")}: ${String(o.port).padEnd(37-r("cli.startup.port").length)}`),s(`${r("cli.startup.hostname")}: ${(o.hostname||"localhost").padEnd(37-r("cli.startup.hostname").length)}`),s(`${r("cli.startup.connections")}:${String(o.connections||0).padEnd(37-r("cli.startup.connections").length)}`)),b(),console.log("");}catch(t){i.error("Failed to get gateway status",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.status_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function Y(t){let e=t.directory||process.cwd();i.info("Starting gateway service",{port:t.port,hostname:t.hostname,directory:e});try{if(await a$1.init({directory:e,printLogs:t.debug,logLevel:t.debug?"DEBUG":"INFO"}),a$1.getStatus()==="running"){console.log(r("cli.already_running"));return}let a={};t.port&&(a.port=t.port),t.hostname&&(a.hostname=t.hostname),await a$1.start(a);let n=(await a$1.get())?.getStatus();W({port:n?.port||t.port||8080,hostname:n?.hostname||t.hostname||"localhost",connections:n?.connections||0,mode:P$1()?"integrated":"standalone"}),F();}catch(o){i.error("Failed to start gateway",{error:o instanceof Error?o.message:String(o)}),console.error(`${r("cli.error.start_failed")}: ${o instanceof Error?o.message:String(o)}`),process.exit(1);}}async function tt(){i.info("Stopping gateway service");try{if(a$1.getStatus()==="stopped"){console.log(r("cli.already_stopped"));return}await a$1.stop(),Q(),i.info("Gateway stopped successfully");}catch(t){i.error("Failed to stop gateway",{error:t instanceof Error?t.message:String(t)}),console.error(`${r("cli.error.stop_failed")}: ${t instanceof Error?t.message:String(t)}`),process.exit(1);}}async function et(t){i.info("Restarting gateway service");try{let e={};t.port&&(e.port=t.port),t.hostname&&(e.hostname=t.hostname),await a$1.restart(e);let a=(await a$1.get())?.getStatus();W({port:a?.port||t.port||8080,hostname:a?.hostname||t.hostname||"localhost",connections:a?.connections||0,mode:P$1()?"integrated":"standalone"}),F(),i.info("Gateway restarted successfully");}catch(e){i.error("Failed to restart gateway",{error:e instanceof Error?e.message:String(e)}),console.error(`${r("cli.error.restart_failed")}: ${e instanceof Error?e.message:String(e)}`),process.exit(1);}}function F(){let t=async e=>{i.debug(`Received ${e}, shutting down gracefully...`),console.log(`
2
2
  ${r("cli.shutdown_signal",{vars:{signal:e}})}`);try{await a$1.stop(),i.debug("Gateway stopped"),console.log(r("cli.shutdown_success"));}catch(o){i.error("Error during shutdown",{error:o instanceof Error?o.message:String(o)});}process.exit(0);};process.on("SIGINT",()=>{t("SIGINT").catch(console.error);}),process.on("SIGTERM",()=>{t("SIGTERM").catch(console.error);});}async function w(t,e){switch(t){case "start":await Y(e);break;case "stop":await tt();break;case "restart":await et(e);break;case "status":await V();break;default:console.error(r("cli.unknown_command",{vars:{command:t}})),process.exit(1);}}function rt(t){t.command("start").description(r("cli.command.start.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await w("start",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("stop").description(r("cli.command.stop.desc")).action(async()=>{await w("stop",{});}),t.command("restart").description(r("cli.command.restart.desc")).option("-D, --directory <path>",r("cli.option.directory")).option("-p, --port <number>",r("cli.option.port"),e=>parseInt(e,10)).option("-H, --hostname <address>",r("cli.option.hostname")).option("-d, --debug",r("cli.option.debug"),false).action(async e=>{await w("restart",{directory:e.directory,port:e.port,hostname:e.hostname,debug:e.debug});}),t.command("status").description(r("cli.command.status.desc")).action(async()=>{await w("status",{});}),t.addHelpCommand("help",r("cli.help.command")).addHelpText("after",`
3
3
 
4
4
  ${r("cli.examples.title")}:
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';var chunkJMLOTC7I_cjs=require('./chunks/chunk-JMLOTC7I.cjs'),chunkASIAS35P_cjs=require('./chunks/chunk-ASIAS35P.cjs'),chunkRR6UFR5U_cjs=require('./chunks/chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunks/chunk-5ETPYYQR.cjs'),chunkGY3SWWW3_cjs=require('./chunks/chunk-GY3SWWW3.cjs');var u=chunk5ETPYYQR_cjs.a.create({service:"gateway:agent-registry"}),P=class{constructor(n={}){chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"agents",new Map);chunkGY3SWWW3_cjs.a(this,"heartbeatTimer",null);chunkGY3SWWW3_cjs.a(this,"roundRobinIndex",0);this.config={...chunkASIAS35P_cjs.j,...n};}async register(n){if(this.agents.has(n.id))throw new Error(`Agent with ID "${n.id}" is already registered`);if(this.agents.size>=this.config.maxAgents)throw new Error(`Maximum number of agents (${this.config.maxAgents}) reached`);let e=Date.now(),t={...n,status:"healthy",lastHeartbeat:e,registeredAt:e,connectionCount:0};this.agents.set(n.id,t),u.info("Agent registered",{agentId:n.id,name:n.name,capabilities:n.capabilities,address:n.address,totalAgents:this.agents.size});}async deregister(n){let e=this.agents.get(n);if(!e){u.warn("Attempted to deregister unknown agent",{agentId:n});return}this.agents.delete(n),u.info("Agent deregistered",{agentId:n,name:e.name,totalAgents:this.agents.size});}async heartbeat(n,e){let t=this.agents.get(n);if(!t)throw u.warn("Heartbeat received from unknown agent",{agentId:n}),new Error(`Agent "${n}" is not registered`);t.lastHeartbeat=Date.now(),t.status="healthy",e&&(t.metadata={...t.metadata,...e}),u.debug("Agent heartbeat received",{agentId:n,lastHeartbeat:t.lastHeartbeat});}getAgent(n){return this.agents.get(n)}getAllAgents(){return Array.from(this.agents.values())}getHealthyAgents(){return this.getAllAgents().filter(n=>n.status==="healthy")}selectAgent(n){let{strategy:e,capabilities:t,healthyOnly:s=true}=n,i=s?this.getHealthyAgents():this.getAllAgents();if(t&&t.length>0&&(i=i.filter(o=>t.every(p=>o.capabilities.includes(p)))),i.length===0){u.warn("No agents available for selection",{strategy:e,capabilities:t,healthyOnly:s,totalAgents:this.agents.size});return}let a;switch(e){case "random":a=this.selectRandom(i);break;case "round-robin":a=this.selectRoundRobin(i);break;case "least-connections":a=this.selectLeastConnections(i);break;default:a=this.selectRandom(i);}return u.debug("Agent selected",{agentId:a.id,strategy:e,connectionCount:a.connectionCount}),a}incrementConnection(n){let e=this.agents.get(n);e&&(e.connectionCount++,u.debug("Agent connection incremented",{agentId:n,connectionCount:e.connectionCount}));}decrementConnection(n){let e=this.agents.get(n);e&&e.connectionCount>0&&(e.connectionCount--,u.debug("Agent connection decremented",{agentId:n,connectionCount:e.connectionCount}));}startHeartbeatCheck(){if(this.heartbeatTimer){u.warn("Heartbeat check is already running");return}u.info("Starting heartbeat check",{interval:this.config.heartbeatCheckInterval,timeout:this.config.heartbeatTimeout}),this.heartbeatTimer=setInterval(()=>this.checkHeartbeats(),this.config.heartbeatCheckInterval);}stopHeartbeatCheck(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null,u.info("Heartbeat check stopped"));}checkHeartbeats(){let n=Date.now(),{heartbeatTimeout:e,autoDeregisterTimeout:t}=this.config,s=[],i=0;for(let[a,o]of this.agents.entries()){let p=n-o.lastHeartbeat;if(p>t){s.push(a);continue}p>e&&o.status==="healthy"&&(o.status="unhealthy",i++,u.warn("Agent marked as unhealthy due to heartbeat timeout",{agentId:a,lastHeartbeat:o.lastHeartbeat,timeSinceLastHeartbeat:p,timeout:e}));}for(let a of s){let o=this.agents.get(a);o&&(u.info("Auto-deregistering agent due to timeout",{agentId:a,name:o.name,lastHeartbeat:o.lastHeartbeat,timeout:t}),this.agents.delete(a));}(i>0||s.length>0)&&u.info("Heartbeat check completed",{unhealthyCount:i,deregisteredCount:s.length,totalAgents:this.agents.size});}selectRandom(n){let e=Math.floor(Math.random()*n.length);return n[e]}selectRoundRobin(n){this.roundRobinIndex=this.roundRobinIndex%n.length;let e=n[this.roundRobinIndex];return this.roundRobinIndex++,e}selectLeastConnections(n){return n.reduce((e,t)=>t.connectionCount<e.connectionCount?t:e)}getStats(){let n=this.getAllAgents();return {totalAgents:n.length,healthyAgents:n.filter(e=>e.status==="healthy").length,unhealthyAgents:n.filter(e=>e.status==="unhealthy").length,offlineAgents:n.filter(e=>e.status==="offline").length,totalConnections:n.reduce((e,t)=>e+t.connectionCount,0)}}setAgentStatus(n,e){let t=this.agents.get(n);t&&(t.status=e);}setLastHeartbeat(n,e){let t=this.agents.get(n);t&&(t.lastHeartbeat=e);}};var g=chunk5ETPYYQR_cjs.a.create({service:"gateway:agent-sync-manager"}),k=class{constructor(n){chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"registry");chunkGY3SWWW3_cjs.a(this,"localNodeId");chunkGY3SWWW3_cjs.a(this,"localNodeName");chunkGY3SWWW3_cjs.a(this,"remoteNodes",new Map);chunkGY3SWWW3_cjs.a(this,"remoteAgents",new Map);chunkGY3SWWW3_cjs.a(this,"syncTimer",null);chunkGY3SWWW3_cjs.a(this,"running",false);chunkGY3SWWW3_cjs.a(this,"httpClient");this.registry=n.registry,this.localNodeId=n.localNodeId,this.localNodeName=n.localNodeName,this.config={...chunkASIAS35P_cjs.k,...n.config},this.httpClient=n.httpClient||{fetch:globalThis.fetch.bind(globalThis)};}async start(){if(this.running){g.warn("Agent sync manager is already running");return}g.info("Starting agent sync manager",{localNodeId:this.localNodeId,mode:this.config.mode,interval:this.config.interval,remoteNodes:this.config.remoteNodes.length});for(let n of this.config.remoteNodes)this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"});(this.config.mode==="pull"||this.config.mode==="both")&&(this.syncTimer=setInterval(()=>this.pullFromAllNodes(),this.config.interval)),this.running=true,g.info("Agent sync manager started");}async stop(){if(!this.running){g.warn("Agent sync manager is not running");return}g.info("Stopping agent sync manager"),this.syncTimer&&(clearInterval(this.syncTimer),this.syncTimer=null),this.remoteNodes.clear(),this.remoteAgents.clear(),this.running=false,g.info("Agent sync manager stopped");}async pullFromAllNodes(){for(let[n]of this.remoteNodes.entries())try{await this.pullFromNode(n);}catch(e){g.error("Failed to pull from node",{nodeId:n,error:e.message});}}async pullFromNode(n){let e=this.remoteNodes.get(n);if(!e)throw new Error(`Unknown remote node: ${n}`);e.status="syncing";let t=this.config.remoteNodes.find(s=>s.id===n);if(!t)throw new Error(`Remote node not found in config: ${n}`);g.debug("Pulling agent list from node",{nodeId:n,address:t.address});try{let s=`http://${t.address}:${t.port}/sync/agents`,i=await this.httpClient.fetch(s,{method:"GET",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId}});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);let o=(await i.json()).agents||[];for(let p of o)p.sourceGatewayId=n,this.remoteAgents.set(p.id,p);return e.lastSyncAt=Date.now(),e.status="synced",e.info.lastSyncAt=e.lastSyncAt,e.info.status="online",delete e.error,g.info("Pulled agent list from node",{nodeId:n,agentCount:o.length,lastSyncAt:e.lastSyncAt}),o}catch(s){throw e.status="error",e.error=s.message,e.info.status="offline",g.error("Failed to pull from node",{nodeId:n,error:s.message}),s}}async pushEvent(n){if(this.config.mode!=="push"&&this.config.mode!=="both")return;let e=[];for(let[t]of this.remoteNodes.entries())e.push(this.pushToNode(t,n));await Promise.allSettled(e);}async pushToNode(n,e){let t=this.config.remoteNodes.find(s=>s.id===n);if(!t){g.warn("Unknown remote node for push",{nodeId:n});return}try{let s=`http://${t.address}:${t.port}/sync/events`,i=await this.httpClient.fetch(s,{method:"POST",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId},body:JSON.stringify(e)});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);g.debug("Pushed event to node",{nodeId:n,eventType:e.type});}catch(s){g.error("Failed to push to node",{nodeId:n,eventType:e.type,error:s.message});}}async handleSyncMessage(n){switch(g.debug("Received sync message",{type:n.type,sourceNodeId:n.sourceNodeId}),n.type){case "agent_list_request":await this.handleAgentListRequest(n);break;case "agent_list_response":await this.handleAgentListResponse(n);break;case "agent_register":await this.handleAgentRegister(n);break;case "agent_deregister":await this.handleAgentDeregister(n);break;case "agent_heartbeat":await this.handleAgentHeartbeat(n);break;case "agent_status_change":await this.handleAgentStatusChange(n);break;default:g.warn("Unknown sync message type",{type:n.type});}}async handleAgentListRequest(n){let e=this.getLocalAgentsForSync(),t={type:"agent_list_response",sourceNodeId:this.localNodeId,timestamp:Date.now(),requestId:n.requestId,agents:e,fullList:true,syncAt:Date.now()};await this.pushToNode(n.sourceNodeId,t);}async handleAgentListResponse(n){for(let e of n.agents)this.remoteAgents.set(e.id,e);g.info("Received agent list response",{sourceNodeId:n.sourceNodeId,agentCount:n.agents.length});}async handleAgentRegister(n){let{agent:e}=n,t=this.remoteAgents.get(e.id);if(t){let s=this.resolveConflict(t,e);this.remoteAgents.set(e.id,s);}else this.remoteAgents.set(e.id,e);g.info("Remote agent registered",{agentId:e.id,name:e.name,sourceNodeId:n.sourceNodeId});}async handleAgentDeregister(n){let{agentId:e}=n;this.remoteAgents.delete(e),g.info("Remote agent deregistered",{agentId:e,sourceNodeId:n.sourceNodeId});}async handleAgentHeartbeat(n){let{agentId:e,heartbeatAt:t,status:s}=n,i=this.remoteAgents.get(e);i&&(i.updatedAt=t,i.status=s),g.debug("Remote agent heartbeat received",{agentId:e,status:s,sourceNodeId:n.sourceNodeId});}async handleAgentStatusChange(n){let{agentId:e,newStatus:t,changedAt:s}=n,i=this.remoteAgents.get(e);i&&(i.status=t,i.updatedAt=s),g.info("Remote agent status changed",{agentId:e,newStatus:t,sourceNodeId:n.sourceNodeId});}resolveConflict(n,e){switch(this.config.conflictResolution){case "latest":return e.updatedAt>n.updatedAt?e:n;case "local":return n;case "remote":return e;default:return e.updatedAt>n.updatedAt?e:n}}getLocalAgentsForSync(){return this.registry.getAllAgents().map(e=>({id:e.id,name:e.name,sourceGatewayId:this.localNodeId,address:e.address,capabilities:e.capabilities,status:e.status,updatedAt:e.lastHeartbeat,metadata:e.metadata}))}getMergedAgentList(){let n=new Map;for(let e of this.getLocalAgentsForSync())n.set(e.id,e);for(let[e,t]of this.remoteAgents.entries())n.has(e)||n.set(e,t);return Array.from(n.values())}getRemoteAgents(){return Array.from(this.remoteAgents.values())}getStats(){let n=this.registry.getAllAgents(),e=0,t=0;for(let i of this.remoteNodes.values())i.info.status==="online"?e++:t++;let s=null;for(let i of this.remoteNodes.values())i.lastSyncAt>(s||0)&&(s=i.lastSyncAt);return {localAgentCount:n.length,remoteAgentCount:this.remoteAgents.size,totalAgentCount:n.length+this.remoteAgents.size,onlineNodeCount:e,offlineNodeCount:t,lastSyncAt:s}}isRunning(){return this.running}addRemoteNode(n){this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"}),g.info("Remote node added",{nodeId:n.id,address:n.address});}removeRemoteNode(n){this.remoteNodes.delete(n);for(let[e,t]of this.remoteAgents.entries())t.sourceGatewayId===n&&this.remoteAgents.delete(e);g.info("Remote node removed",{nodeId:n});}};var c=class{constructor(){chunkGY3SWWW3_cjs.a(this,"version","1.0.0");chunkGY3SWWW3_cjs.a(this,"log");chunkGY3SWWW3_cjs.a(this,"config",null);chunkGY3SWWW3_cjs.a(this,"messageHandler",null);chunkGY3SWWW3_cjs.a(this,"_status","stopped");chunkGY3SWWW3_cjs.a(this,"lastActivity",0);}initLog(){this.log=chunk5ETPYYQR_cjs.a.create({service:`channel:${this.platform}`});}async start(n,e){if(this._status==="running"){this.log.warn("plugin is already running");return}this.log.info("starting channel plugin",{id:this.id,platform:this.platform}),this._status="starting",this.config=n,this.messageHandler=e;try{await this.doStart(),this._status="running",this.lastActivity=Date.now(),this.log.info("channel plugin started",{id:this.id});}catch(t){throw this._status="error",this.log.error("failed to start channel plugin",{error:String(t)}),t}}async stop(){if(this._status==="stopped"){this.log.warn("plugin is already stopped");return}this.log.info("stopping channel plugin",{id:this.id}),this._status="stopping";try{await this.doStop(),this._status="stopped",this.log.info("channel plugin stopped",{id:this.id});}catch(n){throw this._status="error",this.log.error("failed to stop channel plugin",{error:String(n)}),n}}async healthCheck(){try{return {healthy:await this.doHealthCheck(),lastCheck:Date.now()}}catch(n){return {healthy:false,lastCheck:Date.now(),error:n instanceof Error?n.message:String(n)}}}getStatus(){return {status:this._status,lastActivity:this.lastActivity}}async doHealthCheck(){return this._status==="running"}updateActivity(){this.lastActivity=Date.now();}async handleMessage(n){if(!this.messageHandler){this.log.warn("no message handler set, dropping message",{id:n.id});return}this.updateActivity(),await this.messageHandler.onMessage(n);}async handleEvent(n,e){if(!this.messageHandler){this.log.warn("no message handler set, dropping event",{type:n});return}await this.messageHandler.onEvent({type:n,channelId:this.id,data:e,timestamp:Date.now()});}};var T=class{constructor(n){chunkGY3SWWW3_cjs.a(this,"log");chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"ws",null);chunkGY3SWWW3_cjs.a(this,"state","disconnected");chunkGY3SWWW3_cjs.a(this,"subscriptions",new Map);chunkGY3SWWW3_cjs.a(this,"messageCallbacks",new Set);chunkGY3SWWW3_cjs.a(this,"agentListCallbacks",new Set);chunkGY3SWWW3_cjs.a(this,"cachedAgentList",[]);chunkGY3SWWW3_cjs.a(this,"localAgentList",[]);chunkGY3SWWW3_cjs.a(this,"reconnectAttempts",0);chunkGY3SWWW3_cjs.a(this,"reconnectTimer",null);chunkGY3SWWW3_cjs.a(this,"heartbeatTimer",null);chunkGY3SWWW3_cjs.a(this,"agentListRequestId",null);chunkGY3SWWW3_cjs.a(this,"agentListRequestResolve",null);this.config={url:n.url,type:n.type,id:n.id??`client_${Date.now()}_${Math.random().toString(36).substring(2,9)}`,reconnect:{enabled:n.reconnect?.enabled??true,maxAttempts:n.reconnect?.maxAttempts??5,delay:n.reconnect?.delay??3e3},heartbeat:{enabled:n.heartbeat?.enabled??true,interval:n.heartbeat?.interval??3e4}},this.log=chunk5ETPYYQR_cjs.a.create({service:`gateway:client:${this.config.id}`});}async connect(){if(this.state==="connected"||this.state==="connecting"){this.log.warn("already connected or connecting");return}return this.state="connecting",this.log.info("connecting to gateway",{url:this.config.url}),new Promise((n,e)=>{try{this.ws=new WebSocket(this.config.url),this.ws.onopen=()=>{this.state="connected",this.reconnectAttempts=0,this.log.info("connected to gateway"),this.config.heartbeat.enabled&&this.startHeartbeat(),this.resubscribeAll(),n();},this.ws.onmessage=t=>{this.handleMessage(t.data);},this.ws.onclose=t=>{this.handleClose(t.code,t.reason);},this.ws.onerror=t=>{this.log.error("WebSocket error",{error:String(t)}),this.state==="connecting"&&e(new Error("Connection failed"));};}catch(t){this.state="disconnected",e(t);}})}async disconnect(){this.state!=="disconnected"&&(this.log.info("disconnecting from gateway"),this.stopHeartbeat(),this.stopReconnect(),this.ws&&(this.ws.close(1e3,"Client disconnect"),this.ws=null),this.state="disconnected",this.log.info("disconnected from gateway"));}async subscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"subscribe",sessionId:n,clientId:this.config.id}),this.log.info("subscribed to session",{sessionId:n});}async unsubscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"unsubscribe",sessionId:n,clientId:this.config.id}),this.subscriptions.delete(n),this.log.info("unsubscribed from session",{sessionId:n});}async send(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"message",message:n});}onMessage(n){this.messageCallbacks.add(n);}offMessage(n){this.messageCallbacks.delete(n);}getState(){return this.state}getId(){return this.config.id}getSubscriptions(){return [...this.subscriptions.keys()]}setLocalAgents(n){this.localAgentList=n,this.updateMergedAgentList();}async fetchAgentList(){if(this.state!=="connected")throw new Error("Not connected to gateway");return new Promise((n,e)=>{let t=`req_${Date.now()}_${Math.random().toString(36).substring(2,9)}`;this.agentListRequestId=t,this.agentListRequestResolve=n,this.sendData({type:"agent_list_request",requestId:t}),setTimeout(()=>{this.agentListRequestId===t&&(this.agentListRequestId=null,this.agentListRequestResolve=null,e(new Error("Agent list request timeout")));},1e4);})}getConnectableAgents(n={}){let{localAgents:e,preferLocal:t=true,filterOffline:s=true}=n,i=e||this.localAgentList,a=this.cachedAgentList,o=this.mergeAgentLists(i,a,t);return s?o.filter(p=>p.status!=="offline"):o}onAgentListChange(n){this.agentListCallbacks.add(n);}offAgentListChange(n){this.agentListCallbacks.delete(n);}mergeAgentLists(n,e,t){let s=new Map,i=t?e:n,a=t?n:e;for(let o of i)s.set(o.id,o);for(let o of a)s.set(o.id,o);return Array.from(s.values())}updateMergedAgentList(){let n=this.getConnectableAgents({filterOffline:false});for(let e of this.agentListCallbacks)try{e(n);}catch(t){this.log.error("agent list callback error",{error:String(t)});}}handleAgentListResponse(n,e){e&&this.agentListRequestId===e&&this.agentListRequestResolve&&(this.agentListRequestId=null,this.agentListRequestResolve(n),this.agentListRequestResolve=null),this.cachedAgentList=n,this.updateMergedAgentList(),this.log.debug("received agent list",{count:n.length});}sendData(n){if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.log.warn("WebSocket not ready, cannot send");return}this.ws.send(JSON.stringify(n));}handleMessage(n){try{let e=JSON.parse(n);switch(e.type){case "message":this.handleGatewayMessage(e.message);break;case "subscribed":this.subscriptions.set(e.sessionId,e.subscription);break;case "unsubscribed":this.subscriptions.delete(e.sessionId);break;case "pong":break;case "agent_list_response":this.handleAgentListResponse(e.agents||[],e.requestId);break;case "agent_update":this.handleAgentUpdate(e.agent,e.action);break;default:this.log.debug("unknown message type",{type:e.type});}}catch(e){this.log.error("failed to parse message",{error:String(e)});}}handleAgentUpdate(n,e){switch(e){case "add":case "update":{let t=this.cachedAgentList.findIndex(s=>s.id===n.id);t>=0?this.cachedAgentList[t]=n:this.cachedAgentList.push(n);break}case "remove":this.cachedAgentList=this.cachedAgentList.filter(t=>t.id!==n.id);break}this.updateMergedAgentList();}handleGatewayMessage(n){for(let e of this.messageCallbacks)try{e(n);}catch(t){this.log.error("message callback error",{error:String(t)});}}handleClose(n,e){this.log.info("connection closed",{code:n,reason:e}),this.state="disconnected",this.ws=null,this.stopHeartbeat(),this.config.reconnect.enabled&&this.scheduleReconnect();}scheduleReconnect(){if(this.reconnectAttempts>=this.config.reconnect.maxAttempts){this.log.error("max reconnect attempts reached");return}this.reconnectAttempts++,this.state="reconnecting";let n=this.config.reconnect.delay*this.reconnectAttempts;this.log.info("scheduling reconnect",{attempt:this.reconnectAttempts,delay:n}),this.reconnectTimer=setTimeout(async()=>{try{await this.connect();}catch(e){this.log.error("reconnect failed",{error:String(e)});}},n);}stopReconnect(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null);}startHeartbeat(){this.heartbeatTimer=setInterval(()=>{this.state==="connected"&&this.sendData({type:"ping"});},this.config.heartbeat.interval);}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null);}async resubscribeAll(){for(let n of this.subscriptions.keys())try{await this.subscribe(n);}catch(e){this.log.error("failed to resubscribe",{sessionId:n,error:String(e)});}}};var m=class extends c{constructor(e="telegram-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","telegram");chunkGY3SWWW3_cjs.a(this,"name","Telegram Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"pollingInterval",null);chunkGY3SWWW3_cjs.a(this,"lastUpdateId",0);chunkGY3SWWW3_cjs.a(this,"baseUrl","");this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");this.baseUrl=`https://api.telegram.org/bot${this.botConfig.botToken}`;let e=await this.getMe();this.log.info("Telegram bot connected",{id:e.id,username:e.username,first_name:e.first_name}),this.botConfig.polling?.enabled!==false&&this.startPolling();}async doStop(){this.stopPolling(),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Chat ID is required");let s=this.extractText(e);return (await this.sendMessage(t,s)).message_id.toString()}startPolling(){if(this.pollingInterval)return;let e=this.botConfig?.polling?.interval??1e3;this.pollingInterval=setInterval(async()=>{try{await this.poll();}catch(t){this.log.error("Polling error",{error:String(t)});}},e),this.log.info("Polling started",{interval:e});}stopPolling(){this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=null,this.log.info("Polling stopped"));}async poll(){let e=await this.getUpdates(this.lastUpdateId+1,100,0);for(let t of e)this.lastUpdateId=t.update_id,t.message&&await this.handleTelegramMessage(t.message);}async handleTelegramMessage(e){if(this.updateActivity(),e.from?.is_bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return chunkASIAS35P_cjs.c(t,"input",this.parseContent(e),{channel:{platform:"telegram",channelId:this.id,userId:e.from?.id.toString(),chatId:e.chat.id.toString(),username:e.from?.username,firstName:e.from?.first_name,lastName:e.from?.last_name,chatType:e.chat.type,chatTitle:e.chat.title},context:{replyTo:e.reply_to_message?.message_id.toString()}})}parseContent(e){let t=[];if(e.text&&t.push({type:"text",text:e.text}),e.photo&&e.photo.length>0){let s=e.photo[e.photo.length-1];s&&t.push({type:"image",image:s.file_id,mime:"image/jpeg"});}if(e.document&&t.push({type:"file",data:e.document.file_id,mime:e.document.mime_type}),e.caption&&t.length>0){let s=t[0];s&&s.type==="text"?t[0]={type:"text",text:`${s.text}
1
+ 'use strict';var chunk25P5M7SW_cjs=require('./chunks/chunk-25P5M7SW.cjs'),chunkASIAS35P_cjs=require('./chunks/chunk-ASIAS35P.cjs'),chunkRR6UFR5U_cjs=require('./chunks/chunk-RR6UFR5U.cjs'),chunk5ETPYYQR_cjs=require('./chunks/chunk-5ETPYYQR.cjs'),chunkGY3SWWW3_cjs=require('./chunks/chunk-GY3SWWW3.cjs');var u=chunk5ETPYYQR_cjs.a.create({service:"gateway:agent-registry"}),P=class{constructor(n={}){chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"agents",new Map);chunkGY3SWWW3_cjs.a(this,"heartbeatTimer",null);chunkGY3SWWW3_cjs.a(this,"roundRobinIndex",0);this.config={...chunkASIAS35P_cjs.j,...n};}async register(n){if(this.agents.has(n.id))throw new Error(`Agent with ID "${n.id}" is already registered`);if(this.agents.size>=this.config.maxAgents)throw new Error(`Maximum number of agents (${this.config.maxAgents}) reached`);let e=Date.now(),t={...n,status:"healthy",lastHeartbeat:e,registeredAt:e,connectionCount:0};this.agents.set(n.id,t),u.info("Agent registered",{agentId:n.id,name:n.name,capabilities:n.capabilities,address:n.address,totalAgents:this.agents.size});}async deregister(n){let e=this.agents.get(n);if(!e){u.warn("Attempted to deregister unknown agent",{agentId:n});return}this.agents.delete(n),u.info("Agent deregistered",{agentId:n,name:e.name,totalAgents:this.agents.size});}async heartbeat(n,e){let t=this.agents.get(n);if(!t)throw u.warn("Heartbeat received from unknown agent",{agentId:n}),new Error(`Agent "${n}" is not registered`);t.lastHeartbeat=Date.now(),t.status="healthy",e&&(t.metadata={...t.metadata,...e}),u.debug("Agent heartbeat received",{agentId:n,lastHeartbeat:t.lastHeartbeat});}getAgent(n){return this.agents.get(n)}getAllAgents(){return Array.from(this.agents.values())}getHealthyAgents(){return this.getAllAgents().filter(n=>n.status==="healthy")}selectAgent(n){let{strategy:e,capabilities:t,healthyOnly:s=true}=n,i=s?this.getHealthyAgents():this.getAllAgents();if(t&&t.length>0&&(i=i.filter(o=>t.every(p=>o.capabilities.includes(p)))),i.length===0){u.warn("No agents available for selection",{strategy:e,capabilities:t,healthyOnly:s,totalAgents:this.agents.size});return}let a;switch(e){case "random":a=this.selectRandom(i);break;case "round-robin":a=this.selectRoundRobin(i);break;case "least-connections":a=this.selectLeastConnections(i);break;default:a=this.selectRandom(i);}return u.debug("Agent selected",{agentId:a.id,strategy:e,connectionCount:a.connectionCount}),a}incrementConnection(n){let e=this.agents.get(n);e&&(e.connectionCount++,u.debug("Agent connection incremented",{agentId:n,connectionCount:e.connectionCount}));}decrementConnection(n){let e=this.agents.get(n);e&&e.connectionCount>0&&(e.connectionCount--,u.debug("Agent connection decremented",{agentId:n,connectionCount:e.connectionCount}));}startHeartbeatCheck(){if(this.heartbeatTimer){u.warn("Heartbeat check is already running");return}u.info("Starting heartbeat check",{interval:this.config.heartbeatCheckInterval,timeout:this.config.heartbeatTimeout}),this.heartbeatTimer=setInterval(()=>this.checkHeartbeats(),this.config.heartbeatCheckInterval);}stopHeartbeatCheck(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null,u.info("Heartbeat check stopped"));}checkHeartbeats(){let n=Date.now(),{heartbeatTimeout:e,autoDeregisterTimeout:t}=this.config,s=[],i=0;for(let[a,o]of this.agents.entries()){let p=n-o.lastHeartbeat;if(p>t){s.push(a);continue}p>e&&o.status==="healthy"&&(o.status="unhealthy",i++,u.warn("Agent marked as unhealthy due to heartbeat timeout",{agentId:a,lastHeartbeat:o.lastHeartbeat,timeSinceLastHeartbeat:p,timeout:e}));}for(let a of s){let o=this.agents.get(a);o&&(u.info("Auto-deregistering agent due to timeout",{agentId:a,name:o.name,lastHeartbeat:o.lastHeartbeat,timeout:t}),this.agents.delete(a));}(i>0||s.length>0)&&u.info("Heartbeat check completed",{unhealthyCount:i,deregisteredCount:s.length,totalAgents:this.agents.size});}selectRandom(n){let e=Math.floor(Math.random()*n.length);return n[e]}selectRoundRobin(n){this.roundRobinIndex=this.roundRobinIndex%n.length;let e=n[this.roundRobinIndex];return this.roundRobinIndex++,e}selectLeastConnections(n){return n.reduce((e,t)=>t.connectionCount<e.connectionCount?t:e)}getStats(){let n=this.getAllAgents();return {totalAgents:n.length,healthyAgents:n.filter(e=>e.status==="healthy").length,unhealthyAgents:n.filter(e=>e.status==="unhealthy").length,offlineAgents:n.filter(e=>e.status==="offline").length,totalConnections:n.reduce((e,t)=>e+t.connectionCount,0)}}setAgentStatus(n,e){let t=this.agents.get(n);t&&(t.status=e);}setLastHeartbeat(n,e){let t=this.agents.get(n);t&&(t.lastHeartbeat=e);}};var g=chunk5ETPYYQR_cjs.a.create({service:"gateway:agent-sync-manager"}),k=class{constructor(n){chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"registry");chunkGY3SWWW3_cjs.a(this,"localNodeId");chunkGY3SWWW3_cjs.a(this,"localNodeName");chunkGY3SWWW3_cjs.a(this,"remoteNodes",new Map);chunkGY3SWWW3_cjs.a(this,"remoteAgents",new Map);chunkGY3SWWW3_cjs.a(this,"syncTimer",null);chunkGY3SWWW3_cjs.a(this,"running",false);chunkGY3SWWW3_cjs.a(this,"httpClient");this.registry=n.registry,this.localNodeId=n.localNodeId,this.localNodeName=n.localNodeName,this.config={...chunkASIAS35P_cjs.k,...n.config},this.httpClient=n.httpClient||{fetch:globalThis.fetch.bind(globalThis)};}async start(){if(this.running){g.warn("Agent sync manager is already running");return}g.info("Starting agent sync manager",{localNodeId:this.localNodeId,mode:this.config.mode,interval:this.config.interval,remoteNodes:this.config.remoteNodes.length});for(let n of this.config.remoteNodes)this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"});(this.config.mode==="pull"||this.config.mode==="both")&&(this.syncTimer=setInterval(()=>this.pullFromAllNodes(),this.config.interval)),this.running=true,g.info("Agent sync manager started");}async stop(){if(!this.running){g.warn("Agent sync manager is not running");return}g.info("Stopping agent sync manager"),this.syncTimer&&(clearInterval(this.syncTimer),this.syncTimer=null),this.remoteNodes.clear(),this.remoteAgents.clear(),this.running=false,g.info("Agent sync manager stopped");}async pullFromAllNodes(){for(let[n]of this.remoteNodes.entries())try{await this.pullFromNode(n);}catch(e){g.error("Failed to pull from node",{nodeId:n,error:e.message});}}async pullFromNode(n){let e=this.remoteNodes.get(n);if(!e)throw new Error(`Unknown remote node: ${n}`);e.status="syncing";let t=this.config.remoteNodes.find(s=>s.id===n);if(!t)throw new Error(`Remote node not found in config: ${n}`);g.debug("Pulling agent list from node",{nodeId:n,address:t.address});try{let s=`http://${t.address}:${t.port}/sync/agents`,i=await this.httpClient.fetch(s,{method:"GET",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId}});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);let o=(await i.json()).agents||[];for(let p of o)p.sourceGatewayId=n,this.remoteAgents.set(p.id,p);return e.lastSyncAt=Date.now(),e.status="synced",e.info.lastSyncAt=e.lastSyncAt,e.info.status="online",delete e.error,g.info("Pulled agent list from node",{nodeId:n,agentCount:o.length,lastSyncAt:e.lastSyncAt}),o}catch(s){throw e.status="error",e.error=s.message,e.info.status="offline",g.error("Failed to pull from node",{nodeId:n,error:s.message}),s}}async pushEvent(n){if(this.config.mode!=="push"&&this.config.mode!=="both")return;let e=[];for(let[t]of this.remoteNodes.entries())e.push(this.pushToNode(t,n));await Promise.allSettled(e);}async pushToNode(n,e){let t=this.config.remoteNodes.find(s=>s.id===n);if(!t){g.warn("Unknown remote node for push",{nodeId:n});return}try{let s=`http://${t.address}:${t.port}/sync/events`,i=await this.httpClient.fetch(s,{method:"POST",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId},body:JSON.stringify(e)});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);g.debug("Pushed event to node",{nodeId:n,eventType:e.type});}catch(s){g.error("Failed to push to node",{nodeId:n,eventType:e.type,error:s.message});}}async handleSyncMessage(n){switch(g.debug("Received sync message",{type:n.type,sourceNodeId:n.sourceNodeId}),n.type){case "agent_list_request":await this.handleAgentListRequest(n);break;case "agent_list_response":await this.handleAgentListResponse(n);break;case "agent_register":await this.handleAgentRegister(n);break;case "agent_deregister":await this.handleAgentDeregister(n);break;case "agent_heartbeat":await this.handleAgentHeartbeat(n);break;case "agent_status_change":await this.handleAgentStatusChange(n);break;default:g.warn("Unknown sync message type",{type:n.type});}}async handleAgentListRequest(n){let e=this.getLocalAgentsForSync(),t={type:"agent_list_response",sourceNodeId:this.localNodeId,timestamp:Date.now(),requestId:n.requestId,agents:e,fullList:true,syncAt:Date.now()};await this.pushToNode(n.sourceNodeId,t);}async handleAgentListResponse(n){for(let e of n.agents)this.remoteAgents.set(e.id,e);g.info("Received agent list response",{sourceNodeId:n.sourceNodeId,agentCount:n.agents.length});}async handleAgentRegister(n){let{agent:e}=n,t=this.remoteAgents.get(e.id);if(t){let s=this.resolveConflict(t,e);this.remoteAgents.set(e.id,s);}else this.remoteAgents.set(e.id,e);g.info("Remote agent registered",{agentId:e.id,name:e.name,sourceNodeId:n.sourceNodeId});}async handleAgentDeregister(n){let{agentId:e}=n;this.remoteAgents.delete(e),g.info("Remote agent deregistered",{agentId:e,sourceNodeId:n.sourceNodeId});}async handleAgentHeartbeat(n){let{agentId:e,heartbeatAt:t,status:s}=n,i=this.remoteAgents.get(e);i&&(i.updatedAt=t,i.status=s),g.debug("Remote agent heartbeat received",{agentId:e,status:s,sourceNodeId:n.sourceNodeId});}async handleAgentStatusChange(n){let{agentId:e,newStatus:t,changedAt:s}=n,i=this.remoteAgents.get(e);i&&(i.status=t,i.updatedAt=s),g.info("Remote agent status changed",{agentId:e,newStatus:t,sourceNodeId:n.sourceNodeId});}resolveConflict(n,e){switch(this.config.conflictResolution){case "latest":return e.updatedAt>n.updatedAt?e:n;case "local":return n;case "remote":return e;default:return e.updatedAt>n.updatedAt?e:n}}getLocalAgentsForSync(){return this.registry.getAllAgents().map(e=>({id:e.id,name:e.name,sourceGatewayId:this.localNodeId,address:e.address,capabilities:e.capabilities,status:e.status,updatedAt:e.lastHeartbeat,metadata:e.metadata}))}getMergedAgentList(){let n=new Map;for(let e of this.getLocalAgentsForSync())n.set(e.id,e);for(let[e,t]of this.remoteAgents.entries())n.has(e)||n.set(e,t);return Array.from(n.values())}getRemoteAgents(){return Array.from(this.remoteAgents.values())}getStats(){let n=this.registry.getAllAgents(),e=0,t=0;for(let i of this.remoteNodes.values())i.info.status==="online"?e++:t++;let s=null;for(let i of this.remoteNodes.values())i.lastSyncAt>(s||0)&&(s=i.lastSyncAt);return {localAgentCount:n.length,remoteAgentCount:this.remoteAgents.size,totalAgentCount:n.length+this.remoteAgents.size,onlineNodeCount:e,offlineNodeCount:t,lastSyncAt:s}}isRunning(){return this.running}addRemoteNode(n){this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"}),g.info("Remote node added",{nodeId:n.id,address:n.address});}removeRemoteNode(n){this.remoteNodes.delete(n);for(let[e,t]of this.remoteAgents.entries())t.sourceGatewayId===n&&this.remoteAgents.delete(e);g.info("Remote node removed",{nodeId:n});}};var c=class{constructor(){chunkGY3SWWW3_cjs.a(this,"version","1.0.0");chunkGY3SWWW3_cjs.a(this,"log");chunkGY3SWWW3_cjs.a(this,"config",null);chunkGY3SWWW3_cjs.a(this,"messageHandler",null);chunkGY3SWWW3_cjs.a(this,"_status","stopped");chunkGY3SWWW3_cjs.a(this,"lastActivity",0);}initLog(){this.log=chunk5ETPYYQR_cjs.a.create({service:`channel:${this.platform}`});}async start(n,e){if(this._status==="running"){this.log.warn("plugin is already running");return}this.log.info("starting channel plugin",{id:this.id,platform:this.platform}),this._status="starting",this.config=n,this.messageHandler=e;try{await this.doStart(),this._status="running",this.lastActivity=Date.now(),this.log.info("channel plugin started",{id:this.id});}catch(t){throw this._status="error",this.log.error("failed to start channel plugin",{error:String(t)}),t}}async stop(){if(this._status==="stopped"){this.log.warn("plugin is already stopped");return}this.log.info("stopping channel plugin",{id:this.id}),this._status="stopping";try{await this.doStop(),this._status="stopped",this.log.info("channel plugin stopped",{id:this.id});}catch(n){throw this._status="error",this.log.error("failed to stop channel plugin",{error:String(n)}),n}}async healthCheck(){try{return {healthy:await this.doHealthCheck(),lastCheck:Date.now()}}catch(n){return {healthy:false,lastCheck:Date.now(),error:n instanceof Error?n.message:String(n)}}}getStatus(){return {status:this._status,lastActivity:this.lastActivity}}async doHealthCheck(){return this._status==="running"}updateActivity(){this.lastActivity=Date.now();}async handleMessage(n){if(!this.messageHandler){this.log.warn("no message handler set, dropping message",{id:n.id});return}this.updateActivity(),await this.messageHandler.onMessage(n);}async handleEvent(n,e){if(!this.messageHandler){this.log.warn("no message handler set, dropping event",{type:n});return}await this.messageHandler.onEvent({type:n,channelId:this.id,data:e,timestamp:Date.now()});}};var T=class{constructor(n){chunkGY3SWWW3_cjs.a(this,"log");chunkGY3SWWW3_cjs.a(this,"config");chunkGY3SWWW3_cjs.a(this,"ws",null);chunkGY3SWWW3_cjs.a(this,"state","disconnected");chunkGY3SWWW3_cjs.a(this,"subscriptions",new Map);chunkGY3SWWW3_cjs.a(this,"messageCallbacks",new Set);chunkGY3SWWW3_cjs.a(this,"agentListCallbacks",new Set);chunkGY3SWWW3_cjs.a(this,"cachedAgentList",[]);chunkGY3SWWW3_cjs.a(this,"localAgentList",[]);chunkGY3SWWW3_cjs.a(this,"reconnectAttempts",0);chunkGY3SWWW3_cjs.a(this,"reconnectTimer",null);chunkGY3SWWW3_cjs.a(this,"heartbeatTimer",null);chunkGY3SWWW3_cjs.a(this,"agentListRequestId",null);chunkGY3SWWW3_cjs.a(this,"agentListRequestResolve",null);this.config={url:n.url,type:n.type,id:n.id??`client_${Date.now()}_${Math.random().toString(36).substring(2,9)}`,reconnect:{enabled:n.reconnect?.enabled??true,maxAttempts:n.reconnect?.maxAttempts??5,delay:n.reconnect?.delay??3e3},heartbeat:{enabled:n.heartbeat?.enabled??true,interval:n.heartbeat?.interval??3e4}},this.log=chunk5ETPYYQR_cjs.a.create({service:`gateway:client:${this.config.id}`});}async connect(){if(this.state==="connected"||this.state==="connecting"){this.log.warn("already connected or connecting");return}return this.state="connecting",this.log.info("connecting to gateway",{url:this.config.url}),new Promise((n,e)=>{try{this.ws=new WebSocket(this.config.url),this.ws.onopen=()=>{this.state="connected",this.reconnectAttempts=0,this.log.info("connected to gateway"),this.config.heartbeat.enabled&&this.startHeartbeat(),this.resubscribeAll(),n();},this.ws.onmessage=t=>{this.handleMessage(t.data);},this.ws.onclose=t=>{this.handleClose(t.code,t.reason);},this.ws.onerror=t=>{this.log.error("WebSocket error",{error:String(t)}),this.state==="connecting"&&e(new Error("Connection failed"));};}catch(t){this.state="disconnected",e(t);}})}async disconnect(){this.state!=="disconnected"&&(this.log.info("disconnecting from gateway"),this.stopHeartbeat(),this.stopReconnect(),this.ws&&(this.ws.close(1e3,"Client disconnect"),this.ws=null),this.state="disconnected",this.log.info("disconnected from gateway"));}async subscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"subscribe",sessionId:n,clientId:this.config.id}),this.log.info("subscribed to session",{sessionId:n});}async unsubscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"unsubscribe",sessionId:n,clientId:this.config.id}),this.subscriptions.delete(n),this.log.info("unsubscribed from session",{sessionId:n});}async send(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"message",message:n});}onMessage(n){this.messageCallbacks.add(n);}offMessage(n){this.messageCallbacks.delete(n);}getState(){return this.state}getId(){return this.config.id}getSubscriptions(){return [...this.subscriptions.keys()]}setLocalAgents(n){this.localAgentList=n,this.updateMergedAgentList();}async fetchAgentList(){if(this.state!=="connected")throw new Error("Not connected to gateway");return new Promise((n,e)=>{let t=`req_${Date.now()}_${Math.random().toString(36).substring(2,9)}`;this.agentListRequestId=t,this.agentListRequestResolve=n,this.sendData({type:"agent_list_request",requestId:t}),setTimeout(()=>{this.agentListRequestId===t&&(this.agentListRequestId=null,this.agentListRequestResolve=null,e(new Error("Agent list request timeout")));},1e4);})}getConnectableAgents(n={}){let{localAgents:e,preferLocal:t=true,filterOffline:s=true}=n,i=e||this.localAgentList,a=this.cachedAgentList,o=this.mergeAgentLists(i,a,t);return s?o.filter(p=>p.status!=="offline"):o}onAgentListChange(n){this.agentListCallbacks.add(n);}offAgentListChange(n){this.agentListCallbacks.delete(n);}mergeAgentLists(n,e,t){let s=new Map,i=t?e:n,a=t?n:e;for(let o of i)s.set(o.id,o);for(let o of a)s.set(o.id,o);return Array.from(s.values())}updateMergedAgentList(){let n=this.getConnectableAgents({filterOffline:false});for(let e of this.agentListCallbacks)try{e(n);}catch(t){this.log.error("agent list callback error",{error:String(t)});}}handleAgentListResponse(n,e){e&&this.agentListRequestId===e&&this.agentListRequestResolve&&(this.agentListRequestId=null,this.agentListRequestResolve(n),this.agentListRequestResolve=null),this.cachedAgentList=n,this.updateMergedAgentList(),this.log.debug("received agent list",{count:n.length});}sendData(n){if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.log.warn("WebSocket not ready, cannot send");return}this.ws.send(JSON.stringify(n));}handleMessage(n){try{let e=JSON.parse(n);switch(e.type){case "message":this.handleGatewayMessage(e.message);break;case "subscribed":this.subscriptions.set(e.sessionId,e.subscription);break;case "unsubscribed":this.subscriptions.delete(e.sessionId);break;case "pong":break;case "agent_list_response":this.handleAgentListResponse(e.agents||[],e.requestId);break;case "agent_update":this.handleAgentUpdate(e.agent,e.action);break;default:this.log.debug("unknown message type",{type:e.type});}}catch(e){this.log.error("failed to parse message",{error:String(e)});}}handleAgentUpdate(n,e){switch(e){case "add":case "update":{let t=this.cachedAgentList.findIndex(s=>s.id===n.id);t>=0?this.cachedAgentList[t]=n:this.cachedAgentList.push(n);break}case "remove":this.cachedAgentList=this.cachedAgentList.filter(t=>t.id!==n.id);break}this.updateMergedAgentList();}handleGatewayMessage(n){for(let e of this.messageCallbacks)try{e(n);}catch(t){this.log.error("message callback error",{error:String(t)});}}handleClose(n,e){this.log.info("connection closed",{code:n,reason:e}),this.state="disconnected",this.ws=null,this.stopHeartbeat(),this.config.reconnect.enabled&&this.scheduleReconnect();}scheduleReconnect(){if(this.reconnectAttempts>=this.config.reconnect.maxAttempts){this.log.error("max reconnect attempts reached");return}this.reconnectAttempts++,this.state="reconnecting";let n=this.config.reconnect.delay*this.reconnectAttempts;this.log.info("scheduling reconnect",{attempt:this.reconnectAttempts,delay:n}),this.reconnectTimer=setTimeout(async()=>{try{await this.connect();}catch(e){this.log.error("reconnect failed",{error:String(e)});}},n);}stopReconnect(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null);}startHeartbeat(){this.heartbeatTimer=setInterval(()=>{this.state==="connected"&&this.sendData({type:"ping"});},this.config.heartbeat.interval);}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null);}async resubscribeAll(){for(let n of this.subscriptions.keys())try{await this.subscribe(n);}catch(e){this.log.error("failed to resubscribe",{sessionId:n,error:String(e)});}}};var m=class extends c{constructor(e="telegram-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","telegram");chunkGY3SWWW3_cjs.a(this,"name","Telegram Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"pollingInterval",null);chunkGY3SWWW3_cjs.a(this,"lastUpdateId",0);chunkGY3SWWW3_cjs.a(this,"baseUrl","");this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");this.baseUrl=`https://api.telegram.org/bot${this.botConfig.botToken}`;let e=await this.getMe();this.log.info("Telegram bot connected",{id:e.id,username:e.username,first_name:e.first_name}),this.botConfig.polling?.enabled!==false&&this.startPolling();}async doStop(){this.stopPolling(),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Chat ID is required");let s=this.extractText(e);return (await this.sendMessage(t,s)).message_id.toString()}startPolling(){if(this.pollingInterval)return;let e=this.botConfig?.polling?.interval??1e3;this.pollingInterval=setInterval(async()=>{try{await this.poll();}catch(t){this.log.error("Polling error",{error:String(t)});}},e),this.log.info("Polling started",{interval:e});}stopPolling(){this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=null,this.log.info("Polling stopped"));}async poll(){let e=await this.getUpdates(this.lastUpdateId+1,100,0);for(let t of e)this.lastUpdateId=t.update_id,t.message&&await this.handleTelegramMessage(t.message);}async handleTelegramMessage(e){if(this.updateActivity(),e.from?.is_bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return chunkASIAS35P_cjs.c(t,"input",this.parseContent(e),{channel:{platform:"telegram",channelId:this.id,userId:e.from?.id.toString(),chatId:e.chat.id.toString(),username:e.from?.username,firstName:e.from?.first_name,lastName:e.from?.last_name,chatType:e.chat.type,chatTitle:e.chat.title},context:{replyTo:e.reply_to_message?.message_id.toString()}})}parseContent(e){let t=[];if(e.text&&t.push({type:"text",text:e.text}),e.photo&&e.photo.length>0){let s=e.photo[e.photo.length-1];s&&t.push({type:"image",image:s.file_id,mime:"image/jpeg"});}if(e.document&&t.push({type:"file",data:e.document.file_id,mime:e.document.mime_type}),e.caption&&t.length>0){let s=t[0];s&&s.type==="text"?t[0]={type:"text",text:`${s.text}
2
2
 
3
3
  ${e.caption}`}:t.unshift({type:"text",text:e.caption});}return t}getSessionId(e){let t=e.chat.id.toString(),s=e.from?.id.toString();return e.chat.type==="private"?`telegram_${this.id}_${t}`:`telegram_${this.id}_${t}_${s}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
4
4
  `)}async getMe(){return (await this.request("getMe")).result}async getUpdates(e,t,s){return (await this.request("getUpdates",{offset:e,limit:t,timeout:s})).result||[]}async sendMessage(e,t){return (await this.request("sendMessage",{chat_id:e,text:t,parse_mode:"Markdown"})).result}async request(e,t={}){let s=`${this.baseUrl}/${e}`,a=await(await fetch(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})).json();if(!a.ok)throw new Error(`Telegram API error: ${a.description}`);return a}};var y=class extends c{constructor(e="discord-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","discord");chunkGY3SWWW3_cjs.a(this,"name","Discord Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"baseUrl","https://discord.com/api/v10");chunkGY3SWWW3_cjs.a(this,"gatewayWs",null);chunkGY3SWWW3_cjs.a(this,"heartbeatInterval",null);chunkGY3SWWW3_cjs.a(this,"sessionId",null);chunkGY3SWWW3_cjs.a(this,"sequenceNumber",null);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");let e=await this.getCurrentUser();this.log.info("Discord bot connected",{id:e.id,username:e.username}),this.botConfig.gateway?.enabled!==false&&await this.startGateway();}async doStop(){this.heartbeatInterval&&(clearInterval(this.heartbeatInterval),this.heartbeatInterval=null),this.gatewayWs&&(this.gatewayWs.close(),this.gatewayWs=null),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Channel ID is required");let s=this.extractText(e);return (await this.createMessage(t,s,e.metadata.context?.replyTo)).id}async startGateway(){let t=`${(await this.getGatewayBot()).url}/?v=10&encoding=json`;this.gatewayWs=new WebSocket(t),this.gatewayWs.onmessage=s=>{this.handleGatewayMessage(JSON.parse(s.data.toString()));},this.gatewayWs.onclose=()=>{this.log.info("Gateway disconnected"),setTimeout(()=>this.startGateway(),5e3);},this.gatewayWs.onerror=s=>{this.log.error("Gateway error",{error:String(s)});};}handleGatewayMessage(e){switch(this.updateActivity(),e.op){case 10:this.handleHello(e.d);break;case 11:this.log.debug("Heartbeat ACK");break;case 0:e.s&&(this.sequenceNumber=e.s),this.handleDispatch(e.t,e.d);break;case 9:this.log.warn("Invalid session, reconnecting"),this.gatewayWs?.close();break}return Promise.resolve()}handleHello(e){this.heartbeatInterval=setInterval(()=>{this.gatewayWs?.send(JSON.stringify({op:1,d:this.sequenceNumber}));},e.heartbeat_interval),this.gatewayWs?.send(JSON.stringify({op:2,d:{token:this.botConfig?.botToken,intents:this.botConfig?.gateway?.intents??513,properties:{os:"linux",browser:"easbot",device:"easbot"}}}));}handleDispatch(e,t){e==="MESSAGE_CREATE"&&this.handleDiscordMessage(t);}async handleDiscordMessage(e){if(e.author.bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return chunkASIAS35P_cjs.c(t,"input",this.parseContent(e),{channel:{platform:"discord",channelId:this.id,userId:e.author.id,chatId:e.channel_id,messageId:e.id,guildId:e.guild_id,username:e.author.username,discriminator:e.author.discriminator},context:{threadId:e.message_reference?.message_id,conversationId:e.channel_id}})}parseContent(e){let t=[];e.content&&t.push({type:"text",text:e.content});for(let s of e.attachments)s.content_type?.startsWith("image/")?t.push({type:"image",image:s.url,mime:s.content_type}):t.push({type:"file",data:s.url,mime:s.content_type});return t}getSessionId(e){let t=e.channel_id,s=e.author.id;return `discord_${this.id}_${t}_${s}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
@@ -8,4 +8,4 @@ ${e.caption}`}:t.unshift({type:"text",text:e.caption});}return t}getSessionId(e)
8
8
  `)}async refreshTenantAccessToken(){let t=await(await fetch(`${this.baseUrl}/auth/v3/tenant_access_token/internal`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({app_id:this.botConfig?.appId,app_secret:this.botConfig?.appSecret})})).json();if(t.code!==0)throw new Error(`Feishu API error: ${t.msg}`);this.tenantAccessToken=t.tenant_access_token,this.tokenExpireTime=Date.now()+t.expire*1e3-6e4;}async ensureTokenValid(){(!this.tenantAccessToken||Date.now()>=this.tokenExpireTime)&&await this.refreshTenantAccessToken();}async sendMessage(e,t){let i=await(await fetch(`${this.baseUrl}/im/v1/messages?receive_id_type=chat_id`,{method:"POST",headers:{Authorization:`Bearer ${this.tenantAccessToken}`,"Content-Type":"application/json"},body:JSON.stringify({receive_id:e,msg_type:"text",content:JSON.stringify({text:t})})})).json();if(i.code!==0)throw new Error(`Feishu API error: ${i.msg}`);return i.data}};var v=class extends c{constructor(e="wechat-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","wechat");chunkGY3SWWW3_cjs.a(this,"name","WeChat Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"accessToken",null);chunkGY3SWWW3_cjs.a(this,"tokenExpireTime",0);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.appId||!this.botConfig.appSecret)throw new Error("App ID and App Secret are required");await this.refreshAccessToken(),this.log.info("WeChat bot connected",{app_id:this.botConfig.appId,mode:this.botConfig.mode});}async doStop(){this.botConfig=null,this.accessToken=null;}async send(e){let t=e.metadata.channel.userId;if(!t)throw new Error("User ID is required");await this.ensureTokenValid();let s=this.extractText(e);return this.botConfig?.mode==="wecom"?await this.sendWeComMessage(t,s):await this.sendOfficialMessage(t,s)}async handleWebhookMessage(e){this.updateActivity();let t=this.parseXmlMessage(e);if(t){let s=this.toGatewayMessage(t);await this.handleMessage(s);}}parseXmlMessage(e){let t=a=>e.match(new RegExp(`<${a}><!\\[CDATA\\[(.*?)\\]\\]></${a}>`))?.[1],s=a=>{let o=e.match(new RegExp(`<${a}>(\\d+)</${a}>`));return o?.[1]?parseInt(o[1],10):void 0},i=t("MsgType");return i?{ToUserName:t("ToUserName")??"",FromUserName:t("FromUserName")??"",CreateTime:s("CreateTime")??0,MsgType:i,Content:t("Content"),MsgId:s("MsgId"),PicUrl:t("PicUrl"),MediaId:t("MediaId")}:null}toGatewayMessage(e){let t=this.getSessionId(e);return chunkASIAS35P_cjs.c(t,"input",this.parseContent(e),{channel:{platform:"wechat",channelId:this.id,userId:e.FromUserName,chatId:e.FromUserName,toUser:e.ToUserName,msgId:e.MsgId?.toString(),mode:this.botConfig?.mode},context:{conversationId:e.FromUserName}})}parseContent(e){let t=[];switch(e.MsgType){case "text":e.Content&&t.push({type:"text",text:e.Content});break;case "image":(e.PicUrl||e.MediaId)&&t.push({type:"image",image:e.PicUrl??e.MediaId??"",mime:"image/jpeg"});break;case "voice":e.MediaId&&t.push({type:"file",data:e.MediaId,mime:"audio/amr"}),"Recognition"in e&&e.Recognition&&t.push({type:"text",text:e.Recognition});break;case "video":case "shortvideo":e.MediaId&&t.push({type:"file",data:e.MediaId,mime:"video/mp4"});break;default:e.Content&&t.push({type:"text",text:e.Content});}return t}getSessionId(e){let t=e.FromUserName;return `wechat_${this.id}_${t}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
9
9
  `)}async refreshAccessToken(){let e;this.botConfig?.mode==="wecom"?e=`https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${this.botConfig.appId}&corpsecret=${this.botConfig.appSecret}`:e=`https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${this.botConfig?.appId}&secret=${this.botConfig?.appSecret}`;let s=await(await fetch(e)).json();if(s.errcode&&s.errcode!==0)throw new Error(`WeChat API error: ${s.errmsg}`);this.accessToken=s.access_token,this.tokenExpireTime=Date.now()+s.expires_in*1e3-6e4;}async ensureTokenValid(){(!this.accessToken||Date.now()>=this.tokenExpireTime)&&await this.refreshAccessToken();}async sendOfficialMessage(e,t){let i=await(await fetch(`https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=${this.accessToken}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({touser:e,msgtype:"text",text:{content:t}})})).json();if(i.errcode!==0)throw new Error(`WeChat API error: ${i.errmsg}`);return i.msg_id?.toString()??Date.now().toString()}async sendWeComMessage(e,t){let i=await(await fetch(`https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=${this.accessToken}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({touser:e,msgtype:"text",agentid:this.botConfig?.agentId,text:{content:t}})})).json();if(i.errcode!==0)throw new Error(`WeCom API error: ${i.errmsg}`);return i.msgid??Date.now().toString()}};var w=class extends c{constructor(e="webchat-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","webchat");chunkGY3SWWW3_cjs.a(this,"name","WebChat");chunkGY3SWWW3_cjs.a(this,"webChatConfig",null);chunkGY3SWWW3_cjs.a(this,"connections",new Map);chunkGY3SWWW3_cjs.a(this,"heartbeatInterval",null);chunkGY3SWWW3_cjs.a(this,"wsServer",null);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");this.webChatConfig=this.config.platform,await this.startWebSocketServer(),this.startHeartbeat(),this.log.info("WebChat plugin started",{port:this.webChatConfig.port,hostname:this.webChatConfig.hostname,path:this.webChatConfig.path,maxConnections:this.webChatConfig.maxConnections});}async startWebSocketServer(){if(!this.webChatConfig)return;let e={port:this.webChatConfig.port,hostname:this.webChatConfig.hostname,path:this.webChatConfig.path,maxConnections:this.webChatConfig.maxConnections,connectionTimeout:this.webChatConfig.connectionTimeout,heartbeatInterval:this.webChatConfig.heartbeatInterval,sessionExpireMs:this.webChatConfig.sessionExpireMs,https:this.webChatConfig.https};this.wsServer=new chunkASIAS35P_cjs.r(e),await this.wsServer.start(),this.log.info("WebSocket server started",{url:`${this.webChatConfig.https?.enabled?"wss":"ws"}://${this.webChatConfig.hostname}:${this.webChatConfig.port}${this.webChatConfig.path}`});}async doStop(){this.wsServer&&(await this.wsServer.stop(),this.wsServer=null),this.heartbeatInterval&&(clearInterval(this.heartbeatInterval),this.heartbeatInterval=null);for(let e of this.connections.values())e.ws.close();this.connections.clear(),this.webChatConfig=null;}async send(e){let t=e.sessionId,s=e.metadata.channel.userId;if(this.wsServer&&t){let o={type:"message",sessionId:t,properties:{sessionID:t,content:e.content,timestamp:e.timestamp||Date.now()}};return this.wsServer.broadcastToSession(t,o),e.id}if(!s)throw new Error("User ID is required");let i=this.findConnectionByUser(s);if(!i)throw new Error("User not connected");let a={type:"message",sessionId:t,content:e.content,metadata:e.metadata};return i.ws.send(JSON.stringify(a)),i.lastActivity=Date.now(),e.id}pushEvent(e,t){this.wsServer&&this.wsServer.broadcastToSession(e,t);}getWebSocketServer(){return this.wsServer}async handleConnection(e,t){let s=this.generateConnectionId();if(this.connections.size>=(this.webChatConfig?.maxConnections??1e3)){e.close(1013,"Maximum connections reached");return}let i={id:s,ws:e,userId:t,lastActivity:Date.now()};this.connections.set(s,i),e.onmessage=a=>{this.handleWebSocketMessage(i,a.data.toString());},e.onclose=()=>{this.connections.delete(s),this.log.debug("WebSocket closed",{connId:s,userId:t});},e.onerror=a=>{this.log.error("WebSocket error",{connId:s,userId:t,error:String(a)});},this.log.info("WebSocket connected",{connId:s,userId:t});}async handleWebSocketMessage(e,t){this.updateActivity(),e.lastActivity=Date.now();try{let s=JSON.parse(t);switch(s.type){case "message":await this.handleChatMessage(e,s);break;case "ping":e.ws.send(JSON.stringify({type:"pong"}));break;case "subscribe":s.sessionId&&(e.sessionId=s.sessionId);break;case "unsubscribe":e.sessionId=void 0;break}}catch(s){this.log.error("Failed to handle WebSocket message",{error:String(s)});}}async handleChatMessage(e,t){if(!t.content||!t.sessionId)return;let s=chunkASIAS35P_cjs.c(t.sessionId,"input",t.content,{channel:{platform:"webchat",channelId:this.id,userId:e.userId,chatId:t.sessionId,connectionId:e.id},context:{conversationId:t.sessionId},...t.metadata});await this.handleMessage(s);}startHeartbeat(){let e=this.webChatConfig?.heartbeatInterval??3e4;this.heartbeatInterval=setInterval(()=>{let t=Date.now(),s=this.webChatConfig?.connectionTimeout??6e4;for(let[i,a]of this.connections)t-a.lastActivity>s&&(this.log.info("Closing inactive connection",{connId:i}),a.ws.close(1001,"Connection timeout"),this.connections.delete(i));},e);}findConnectionByUser(e){for(let t of this.connections.values())if(t.userId===e)return t}generateConnectionId(){return `conn_${Date.now()}_${Math.random().toString(36).substring(2,9)}`}getConnectionCount(){return this.connections.size}getWsServerConnectionCount(){return this.wsServer?.getConnectionCount()??0}};var S=class extends c{constructor(e="signal-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","signal");chunkGY3SWWW3_cjs.a(this,"name","Signal Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"pollingInterval",null);chunkGY3SWWW3_cjs.a(this,"lastTimestamp",0);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.phoneNumber)throw new Error("Phone number is required");let e=await this.getAccountInfo();this.log.info("Signal bot connected",{number:this.botConfig.phoneNumber,address:e.address}),this.startPolling();}async doStop(){this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=null),this.botConfig=null;}async send(e){let t=e.metadata.channel.userId;if(!t)throw new Error("Recipient is required");let s=this.extractText(e);return (await this.sendMessage(t,s)).timestamp.toString()}startPolling(){this.pollingInterval=setInterval(async()=>{try{await this.poll();}catch(t){this.log.error("Polling error",{error:String(t)});}},5e3),this.log.info("Polling started",{interval:5e3});}async poll(){let e=await this.receiveMessages(this.lastTimestamp);for(let t of e)this.lastTimestamp=t.envelope.timestamp,t.envelope.dataMessage&&await this.handleSignalMessage(t);}async handleSignalMessage(e){this.updateActivity();let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e),s=e.envelope.dataMessage;return chunkASIAS35P_cjs.c(t,"input",this.parseContent(s),{channel:{platform:"signal",channelId:this.id,userId:e.envelope.sourceNumber,chatId:e.envelope.sourceNumber,sourceUuid:e.envelope.sourceUuid,timestamp:e.envelope.timestamp},context:{conversationId:e.envelope.sourceNumber}})}parseContent(e){let t=[];if(!e)return t;if(e.message&&t.push({type:"text",text:e.message}),e.attachments)for(let s of e.attachments)s.contentType.startsWith("image/")?t.push({type:"image",image:s.id,mime:s.contentType}):t.push({type:"file",data:s.id,mime:s.contentType});return t}getSessionId(e){let t=e.envelope.sourceNumber;return `signal_${this.id}_${t}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
10
10
  `)}async getAccountInfo(){return await this.request("GET",`/v1/accounts/${this.botConfig?.phoneNumber}`)}async receiveMessages(e){let t=e>0?`?since=${e}`:"";return await this.request("GET",`/v1/receive/${this.botConfig?.phoneNumber}${t}`)||[]}async sendMessage(e,t){return await this.request("POST","/v2/send",{number:this.botConfig?.phoneNumber,recipients:[e],message:t})}async request(e,t,s){let i=`${this.botConfig?.serviceUrl}${t}`,a={"Content-Type":"application/json"};this.botConfig?.password&&(a.Authorization=`Basic ${Buffer.from(`${this.botConfig.phoneNumber}:${this.botConfig.password}`).toString("base64")}`);let o=await fetch(i,{method:e,headers:a,body:s?JSON.stringify(s):void 0});if(!o.ok){let p=await o.text();throw new Error(`Signal API error: ${p}`)}return o.json()}};var A=class extends c{constructor(e="nostr-main"){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform","nostr");chunkGY3SWWW3_cjs.a(this,"name","Nostr Bot");chunkGY3SWWW3_cjs.a(this,"botConfig",null);chunkGY3SWWW3_cjs.a(this,"relayConnections",new Map);chunkGY3SWWW3_cjs.a(this,"subscriptions",new Map);chunkGY3SWWW3_cjs.a(this,"eventHandlers",new Map);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.relays||this.botConfig.relays.length===0)throw new Error("At least one relay is required");for(let e of this.botConfig.relays)await this.connectToRelay(e);this.log.info("Nostr bot connected",{relays:this.botConfig.relays,pubkey:this.botConfig.publicKey?.substring(0,16)+"..."});}async doStop(){for(let[e,t]of this.relayConnections)t.close();this.relayConnections.clear(),this.subscriptions.clear(),this.eventHandlers.clear(),this.botConfig=null;}async send(e){if(!this.botConfig?.privateKey)throw new Error("Private key is required for sending messages");let t=this.extractText(e),s=await this.createEvent(t,e.metadata.context?.replyTo);return await this.publishEvent(s),s.id}async connectToRelay(e){let t=new WebSocket(e);t.onopen=()=>{this.log.info("Connected to relay",{relay:e});for(let[s,i]of this.subscriptions)this.subscribeToRelay(t,s,i);},t.onmessage=s=>{this.handleRelayMessage(e,s.data.toString());},t.onclose=()=>{this.log.info("Disconnected from relay",{relay:e}),this.relayConnections.delete(e),setTimeout(()=>this.connectToRelay(e),5e3);},t.onerror=s=>{this.log.error("Relay error",{relay:e,error:String(s)});},this.relayConnections.set(e,t);}handleRelayMessage(e,t){this.updateActivity();try{let s=JSON.parse(t);if(s[0]==="EVENT"&&s[2]){let i=s[2];this.handleNostrEvent(i);}if(s[0]==="OK"){let i=s[1],a=s[2];this.log.debug("Event published",{eventId:i,success:a});}}catch(s){this.log.error("Failed to handle relay message",{error:String(s)});}return Promise.resolve()}async handleNostrEvent(e){if(e.kind!==1||e.pubkey===this.botConfig?.publicKey)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return chunkASIAS35P_cjs.c(t,"input",this.parseContent(e),{channel:{platform:"nostr",channelId:this.id,userId:e.pubkey,chatId:e.pubkey,eventId:e.id,createdAt:e.created_at,tags:e.tags},context:{replyTo:this.findReplyTo(e.tags),conversationId:e.pubkey}})}parseContent(e){let t=[];e.content&&t.push({type:"text",text:e.content});for(let s of e.tags)if(s[0]==="url"&&s[1]){let i=s[1];i.match(/\.(jpg|jpeg|png|gif|webp)$/i)&&t.push({type:"image",image:i});}return t}findReplyTo(e){for(let t of e)if(t[0]==="e"&&t[1])return t[1]}getSessionId(e){return `nostr_${this.id}_${e.pubkey}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
11
- `)}subscribeToRelay(e,t,s){let i=["REQ",t,s];e.send(JSON.stringify(i));}async createEvent(e,t){let s=[];t&&s.push(["e",t]);let i={id:"",pubkey:this.botConfig?.publicKey??"",created_at:Math.floor(Date.now()/1e3),kind:1,tags:s,content:e,sig:""};return i.id=await this.computeEventId(i),i.sig=await this.signEvent(i),i}async computeEventId(e){let t=JSON.stringify([0,e.pubkey,e.created_at,e.kind,e.tags,e.content]),i=new TextEncoder().encode(t),a=await crypto.subtle.digest("SHA-256",i);return Array.from(new Uint8Array(a)).map(p=>p.toString(16).padStart(2,"0")).join("")}async signEvent(e){if(!this.botConfig?.privateKey)throw new Error("Private key is required");return "signature_placeholder"}async publishEvent(e){let t=["EVENT",e];for(let s of this.relayConnections.values())s.readyState===WebSocket.OPEN&&s.send(JSON.stringify(t));}};var x=class extends c{constructor(e){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform");chunkGY3SWWW3_cjs.a(this,"name");chunkGY3SWWW3_cjs.a(this,"version");chunkGY3SWWW3_cjs.a(this,"options");this.id=e.id,this.platform=e.platform||"custom",this.name=e.name,this.version=e.version||"1.0.0",this.options=e,this.initLog();}async doStart(){this.options.setup?.initialize&&await this.options.setup.initialize(),this.log.info("Channel plugin started",{id:this.id,platform:this.platform});}async doStop(){this.options.setup?.destroy&&await this.options.setup.destroy(),this.log.info("Channel plugin stopped",{id:this.id});}async send(e){let t=e;this.options.actions?.beforeSend&&(t=await this.options.actions.beforeSend(e));let s=await this.options.messaging.send(t);return this.options.actions?.afterSend&&await this.options.actions.afterSend(t,s),s}async healthCheck(){return this.options.status?.healthCheck?{healthy:await this.options.status.healthCheck(),lastCheck:Date.now()}:{healthy:true,lastCheck:Date.now()}}};function R(l){return new x(l)}var N={telegram:m,discord:y,slack:b,feishu:C,wechat:v,webchat:w,signal:S,nostr:A};function De(){return Object.keys(N)}async function Pn(l){let{Log:n}=await import('./chunks/log-B5SORET6.cjs'),e=false;await n.init({logDir:l.logDir??process.env.EASBOT_LOG_PATH??process.cwd(),print:l.print??false,dev:l.dev??e,level:l.level??("INFO")});}Object.defineProperty(exports,"Gateway",{enumerable:true,get:function(){return chunkJMLOTC7I_cjs.a}});Object.defineProperty(exports,"ChannelPluginLoader",{enumerable:true,get:function(){return chunkASIAS35P_cjs.q}});Object.defineProperty(exports,"DEFAULT_AGENT_REGISTRY_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.j}});Object.defineProperty(exports,"DEFAULT_CONNECTION_POOL_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.l}});Object.defineProperty(exports,"DEFAULT_SYNC_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.k}});Object.defineProperty(exports,"DEFAULT_TOKEN_AUTH_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.i}});Object.defineProperty(exports,"DEFAULT_WEBSOCKET_SERVER_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.h}});Object.defineProperty(exports,"GatewayServer",{enumerable:true,get:function(){return chunkASIAS35P_cjs.s}});Object.defineProperty(exports,"GatewaySessionManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.p}});Object.defineProperty(exports,"MessageLockManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.a}});Object.defineProperty(exports,"MessageRetryManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.b}});Object.defineProperty(exports,"MessageRouter",{enumerable:true,get:function(){return chunkASIAS35P_cjs.m}});Object.defineProperty(exports,"MessageStore",{enumerable:true,get:function(){return chunkASIAS35P_cjs.n}});Object.defineProperty(exports,"SessionStore",{enumerable:true,get:function(){return chunkASIAS35P_cjs.o}});Object.defineProperty(exports,"createDefaultSessionState",{enumerable:true,get:function(){return chunkASIAS35P_cjs.f}});Object.defineProperty(exports,"createGatewayMessage",{enumerable:true,get:function(){return chunkASIAS35P_cjs.c}});Object.defineProperty(exports,"createTextMessage",{enumerable:true,get:function(){return chunkASIAS35P_cjs.d}});Object.defineProperty(exports,"generateSessionId",{enumerable:true,get:function(){return chunkASIAS35P_cjs.e}});Object.defineProperty(exports,"generateSubscriptionId",{enumerable:true,get:function(){return chunkASIAS35P_cjs.g}});Object.defineProperty(exports,"AgentRegistryConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.p}});Object.defineProperty(exports,"AgentSyncConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.k}});Object.defineProperty(exports,"AuthConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.j}});Object.defineProperty(exports,"ChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.h}});Object.defineProperty(exports,"CircuitBreakerConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.o}});Object.defineProperty(exports,"ConnectionPoolConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.m}});Object.defineProperty(exports,"FeishuChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.c}});Object.defineProperty(exports,"GatewayClusterConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.l}});Object.defineProperty(exports,"GatewayConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.s}});Object.defineProperty(exports,"GatewayServerConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.r}});Object.defineProperty(exports,"HTTPSConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.i}});Object.defineProperty(exports,"MessageQueueConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.n}});Object.defineProperty(exports,"NostrChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.g}});Object.defineProperty(exports,"SessionConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.q}});Object.defineProperty(exports,"SignalChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.f}});Object.defineProperty(exports,"SlackChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.b}});Object.defineProperty(exports,"TelegramChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.a}});Object.defineProperty(exports,"WeChatChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.d}});Object.defineProperty(exports,"WebChatChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.e}});Object.defineProperty(exports,"clearConfigCache",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.z}});Object.defineProperty(exports,"getAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.O}});Object.defineProperty(exports,"getAgentRegistryConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.G}});Object.defineProperty(exports,"getAuthConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.J}});Object.defineProperty(exports,"getChannelConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.C}});Object.defineProperty(exports,"getCircuitBreakerConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.F}});Object.defineProperty(exports,"getClusterConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.K}});Object.defineProperty(exports,"getConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.x}});Object.defineProperty(exports,"getConfigDirectory",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.A}});Object.defineProperty(exports,"getConnectionPoolConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.D}});Object.defineProperty(exports,"getDefaultAgent",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.L}});Object.defineProperty(exports,"getHTTPSConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.I}});Object.defineProperty(exports,"getLogLevel",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.M}});Object.defineProperty(exports,"getMessageQueueConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.E}});Object.defineProperty(exports,"getServerConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.B}});Object.defineProperty(exports,"getSessionConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.H}});Object.defineProperty(exports,"hasAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.P}});Object.defineProperty(exports,"isConfigLoaded",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.y}});Object.defineProperty(exports,"loadConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.w}});Object.defineProperty(exports,"parsePartialConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.u}});Object.defineProperty(exports,"requireAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.Q}});Object.defineProperty(exports,"setAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.N}});Object.defineProperty(exports,"validateConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.t}});exports.AgentRegistry=P;exports.AgentSyncManager=k;exports.BaseChannelPlugin=c;exports.ChannelPluginRegistry=N;exports.DiscordPlugin=y;exports.FeishuPlugin=C;exports.GatewayClient=T;exports.NostrPlugin=A;exports.SignalPlugin=S;exports.SlackPlugin=b;exports.TelegramPlugin=m;exports.WeChatPlugin=v;exports.WebChatPlugin=w;exports.createChannelPlugin=R;exports.getSupportedPlatforms=De;exports.initLog=Pn;
11
+ `)}subscribeToRelay(e,t,s){let i=["REQ",t,s];e.send(JSON.stringify(i));}async createEvent(e,t){let s=[];t&&s.push(["e",t]);let i={id:"",pubkey:this.botConfig?.publicKey??"",created_at:Math.floor(Date.now()/1e3),kind:1,tags:s,content:e,sig:""};return i.id=await this.computeEventId(i),i.sig=await this.signEvent(i),i}async computeEventId(e){let t=JSON.stringify([0,e.pubkey,e.created_at,e.kind,e.tags,e.content]),i=new TextEncoder().encode(t),a=await crypto.subtle.digest("SHA-256",i);return Array.from(new Uint8Array(a)).map(p=>p.toString(16).padStart(2,"0")).join("")}async signEvent(e){if(!this.botConfig?.privateKey)throw new Error("Private key is required");return "signature_placeholder"}async publishEvent(e){let t=["EVENT",e];for(let s of this.relayConnections.values())s.readyState===WebSocket.OPEN&&s.send(JSON.stringify(t));}};var x=class extends c{constructor(e){super();chunkGY3SWWW3_cjs.a(this,"id");chunkGY3SWWW3_cjs.a(this,"platform");chunkGY3SWWW3_cjs.a(this,"name");chunkGY3SWWW3_cjs.a(this,"version");chunkGY3SWWW3_cjs.a(this,"options");this.id=e.id,this.platform=e.platform||"custom",this.name=e.name,this.version=e.version||"1.0.0",this.options=e,this.initLog();}async doStart(){this.options.setup?.initialize&&await this.options.setup.initialize(),this.log.info("Channel plugin started",{id:this.id,platform:this.platform});}async doStop(){this.options.setup?.destroy&&await this.options.setup.destroy(),this.log.info("Channel plugin stopped",{id:this.id});}async send(e){let t=e;this.options.actions?.beforeSend&&(t=await this.options.actions.beforeSend(e));let s=await this.options.messaging.send(t);return this.options.actions?.afterSend&&await this.options.actions.afterSend(t,s),s}async healthCheck(){return this.options.status?.healthCheck?{healthy:await this.options.status.healthCheck(),lastCheck:Date.now()}:{healthy:true,lastCheck:Date.now()}}};function R(l){return new x(l)}var N={telegram:m,discord:y,slack:b,feishu:C,wechat:v,webchat:w,signal:S,nostr:A};function De(){return Object.keys(N)}async function Pn(l){let{Log:n}=await import('./chunks/log-B5SORET6.cjs'),e=false;await n.init({logDir:l.logDir??process.env.EASBOT_LOG_PATH??process.cwd(),print:l.print??false,dev:l.dev??e,level:l.level??("INFO")});}Object.defineProperty(exports,"Gateway",{enumerable:true,get:function(){return chunk25P5M7SW_cjs.a}});Object.defineProperty(exports,"ChannelPluginLoader",{enumerable:true,get:function(){return chunkASIAS35P_cjs.q}});Object.defineProperty(exports,"DEFAULT_AGENT_REGISTRY_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.j}});Object.defineProperty(exports,"DEFAULT_CONNECTION_POOL_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.l}});Object.defineProperty(exports,"DEFAULT_SYNC_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.k}});Object.defineProperty(exports,"DEFAULT_TOKEN_AUTH_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.i}});Object.defineProperty(exports,"DEFAULT_WEBSOCKET_SERVER_CONFIG",{enumerable:true,get:function(){return chunkASIAS35P_cjs.h}});Object.defineProperty(exports,"GatewayServer",{enumerable:true,get:function(){return chunkASIAS35P_cjs.s}});Object.defineProperty(exports,"GatewaySessionManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.p}});Object.defineProperty(exports,"MessageLockManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.a}});Object.defineProperty(exports,"MessageRetryManager",{enumerable:true,get:function(){return chunkASIAS35P_cjs.b}});Object.defineProperty(exports,"MessageRouter",{enumerable:true,get:function(){return chunkASIAS35P_cjs.m}});Object.defineProperty(exports,"MessageStore",{enumerable:true,get:function(){return chunkASIAS35P_cjs.n}});Object.defineProperty(exports,"SessionStore",{enumerable:true,get:function(){return chunkASIAS35P_cjs.o}});Object.defineProperty(exports,"createDefaultSessionState",{enumerable:true,get:function(){return chunkASIAS35P_cjs.f}});Object.defineProperty(exports,"createGatewayMessage",{enumerable:true,get:function(){return chunkASIAS35P_cjs.c}});Object.defineProperty(exports,"createTextMessage",{enumerable:true,get:function(){return chunkASIAS35P_cjs.d}});Object.defineProperty(exports,"generateSessionId",{enumerable:true,get:function(){return chunkASIAS35P_cjs.e}});Object.defineProperty(exports,"generateSubscriptionId",{enumerable:true,get:function(){return chunkASIAS35P_cjs.g}});Object.defineProperty(exports,"AgentRegistryConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.p}});Object.defineProperty(exports,"AgentSyncConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.k}});Object.defineProperty(exports,"AuthConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.j}});Object.defineProperty(exports,"ChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.h}});Object.defineProperty(exports,"CircuitBreakerConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.o}});Object.defineProperty(exports,"ConnectionPoolConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.m}});Object.defineProperty(exports,"FeishuChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.c}});Object.defineProperty(exports,"GatewayClusterConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.l}});Object.defineProperty(exports,"GatewayConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.s}});Object.defineProperty(exports,"GatewayServerConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.r}});Object.defineProperty(exports,"HTTPSConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.i}});Object.defineProperty(exports,"MessageQueueConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.n}});Object.defineProperty(exports,"NostrChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.g}});Object.defineProperty(exports,"SessionConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.q}});Object.defineProperty(exports,"SignalChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.f}});Object.defineProperty(exports,"SlackChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.b}});Object.defineProperty(exports,"TelegramChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.a}});Object.defineProperty(exports,"WeChatChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.d}});Object.defineProperty(exports,"WebChatChannelConfigSchema",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.e}});Object.defineProperty(exports,"clearConfigCache",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.z}});Object.defineProperty(exports,"getAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.O}});Object.defineProperty(exports,"getAgentRegistryConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.G}});Object.defineProperty(exports,"getAuthConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.J}});Object.defineProperty(exports,"getChannelConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.C}});Object.defineProperty(exports,"getCircuitBreakerConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.F}});Object.defineProperty(exports,"getClusterConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.K}});Object.defineProperty(exports,"getConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.x}});Object.defineProperty(exports,"getConfigDirectory",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.A}});Object.defineProperty(exports,"getConnectionPoolConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.D}});Object.defineProperty(exports,"getDefaultAgent",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.L}});Object.defineProperty(exports,"getHTTPSConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.I}});Object.defineProperty(exports,"getLogLevel",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.M}});Object.defineProperty(exports,"getMessageQueueConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.E}});Object.defineProperty(exports,"getServerConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.B}});Object.defineProperty(exports,"getSessionConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.H}});Object.defineProperty(exports,"hasAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.P}});Object.defineProperty(exports,"isConfigLoaded",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.y}});Object.defineProperty(exports,"loadConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.w}});Object.defineProperty(exports,"parsePartialConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.u}});Object.defineProperty(exports,"requireAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.Q}});Object.defineProperty(exports,"setAgentAdapter",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.N}});Object.defineProperty(exports,"validateConfig",{enumerable:true,get:function(){return chunkRR6UFR5U_cjs.t}});exports.AgentRegistry=P;exports.AgentSyncManager=k;exports.BaseChannelPlugin=c;exports.ChannelPluginRegistry=N;exports.DiscordPlugin=y;exports.FeishuPlugin=C;exports.GatewayClient=T;exports.NostrPlugin=A;exports.SignalPlugin=S;exports.SlackPlugin=b;exports.TelegramPlugin=m;exports.WeChatPlugin=v;exports.WebChatPlugin=w;exports.createChannelPlugin=R;exports.getSupportedPlatforms=De;exports.initLog=Pn;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export{a as Gateway}from'./chunks/chunk-SZQYSHNI.mjs';import {j,k as k$1,c as c$1,r}from'./chunks/chunk-DJTIL3AB.mjs';export{q as ChannelPluginLoader,j as DEFAULT_AGENT_REGISTRY_CONFIG,l as DEFAULT_CONNECTION_POOL_CONFIG,k as DEFAULT_SYNC_CONFIG,i as DEFAULT_TOKEN_AUTH_CONFIG,h as DEFAULT_WEBSOCKET_SERVER_CONFIG,s as GatewayServer,p as GatewaySessionManager,a as MessageLockManager,b as MessageRetryManager,m as MessageRouter,n as MessageStore,o as SessionStore,f as createDefaultSessionState,c as createGatewayMessage,d as createTextMessage,e as generateSessionId,g as generateSubscriptionId}from'./chunks/chunk-DJTIL3AB.mjs';export{p as AgentRegistryConfigSchema,k as AgentSyncConfigSchema,j as AuthConfigSchema,h as ChannelConfigSchema,o as CircuitBreakerConfigSchema,m as ConnectionPoolConfigSchema,c as FeishuChannelConfigSchema,l as GatewayClusterConfigSchema,s as GatewayConfigSchema,r as GatewayServerConfigSchema,i as HTTPSConfigSchema,n as MessageQueueConfigSchema,g as NostrChannelConfigSchema,q as SessionConfigSchema,f as SignalChannelConfigSchema,b as SlackChannelConfigSchema,a as TelegramChannelConfigSchema,d as WeChatChannelConfigSchema,e as WebChatChannelConfigSchema,z as clearConfigCache,O as getAgentAdapter,G as getAgentRegistryConfig,J as getAuthConfig,C as getChannelConfig,F as getCircuitBreakerConfig,K as getClusterConfig,x as getConfig,A as getConfigDirectory,D as getConnectionPoolConfig,L as getDefaultAgent,I as getHTTPSConfig,M as getLogLevel,E as getMessageQueueConfig,B as getServerConfig,H as getSessionConfig,P as hasAgentAdapter,y as isConfigLoaded,w as loadConfig,u as parsePartialConfig,Q as requireAgentAdapter,N as setAgentAdapter,t as validateConfig}from'./chunks/chunk-77F43CRD.mjs';import {a}from'./chunks/chunk-6TRL3CVJ.mjs';import {a as a$1}from'./chunks/chunk-HAMGVOQD.mjs';var f=a.create({service:"gateway:agent-registry"}),k=class{constructor(n={}){a$1(this,"config");a$1(this,"agents",new Map);a$1(this,"heartbeatTimer",null);a$1(this,"roundRobinIndex",0);this.config={...j,...n};}async register(n){if(this.agents.has(n.id))throw new Error(`Agent with ID "${n.id}" is already registered`);if(this.agents.size>=this.config.maxAgents)throw new Error(`Maximum number of agents (${this.config.maxAgents}) reached`);let e=Date.now(),t={...n,status:"healthy",lastHeartbeat:e,registeredAt:e,connectionCount:0};this.agents.set(n.id,t),f.info("Agent registered",{agentId:n.id,name:n.name,capabilities:n.capabilities,address:n.address,totalAgents:this.agents.size});}async deregister(n){let e=this.agents.get(n);if(!e){f.warn("Attempted to deregister unknown agent",{agentId:n});return}this.agents.delete(n),f.info("Agent deregistered",{agentId:n,name:e.name,totalAgents:this.agents.size});}async heartbeat(n,e){let t=this.agents.get(n);if(!t)throw f.warn("Heartbeat received from unknown agent",{agentId:n}),new Error(`Agent "${n}" is not registered`);t.lastHeartbeat=Date.now(),t.status="healthy",e&&(t.metadata={...t.metadata,...e}),f.debug("Agent heartbeat received",{agentId:n,lastHeartbeat:t.lastHeartbeat});}getAgent(n){return this.agents.get(n)}getAllAgents(){return Array.from(this.agents.values())}getHealthyAgents(){return this.getAllAgents().filter(n=>n.status==="healthy")}selectAgent(n){let{strategy:e,capabilities:t,healthyOnly:s=true}=n,i=s?this.getHealthyAgents():this.getAllAgents();if(t&&t.length>0&&(i=i.filter(o=>t.every(u=>o.capabilities.includes(u)))),i.length===0){f.warn("No agents available for selection",{strategy:e,capabilities:t,healthyOnly:s,totalAgents:this.agents.size});return}let a;switch(e){case "random":a=this.selectRandom(i);break;case "round-robin":a=this.selectRoundRobin(i);break;case "least-connections":a=this.selectLeastConnections(i);break;default:a=this.selectRandom(i);}return f.debug("Agent selected",{agentId:a.id,strategy:e,connectionCount:a.connectionCount}),a}incrementConnection(n){let e=this.agents.get(n);e&&(e.connectionCount++,f.debug("Agent connection incremented",{agentId:n,connectionCount:e.connectionCount}));}decrementConnection(n){let e=this.agents.get(n);e&&e.connectionCount>0&&(e.connectionCount--,f.debug("Agent connection decremented",{agentId:n,connectionCount:e.connectionCount}));}startHeartbeatCheck(){if(this.heartbeatTimer){f.warn("Heartbeat check is already running");return}f.info("Starting heartbeat check",{interval:this.config.heartbeatCheckInterval,timeout:this.config.heartbeatTimeout}),this.heartbeatTimer=setInterval(()=>this.checkHeartbeats(),this.config.heartbeatCheckInterval);}stopHeartbeatCheck(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null,f.info("Heartbeat check stopped"));}checkHeartbeats(){let n=Date.now(),{heartbeatTimeout:e,autoDeregisterTimeout:t}=this.config,s=[],i=0;for(let[a,o]of this.agents.entries()){let u=n-o.lastHeartbeat;if(u>t){s.push(a);continue}u>e&&o.status==="healthy"&&(o.status="unhealthy",i++,f.warn("Agent marked as unhealthy due to heartbeat timeout",{agentId:a,lastHeartbeat:o.lastHeartbeat,timeSinceLastHeartbeat:u,timeout:e}));}for(let a of s){let o=this.agents.get(a);o&&(f.info("Auto-deregistering agent due to timeout",{agentId:a,name:o.name,lastHeartbeat:o.lastHeartbeat,timeout:t}),this.agents.delete(a));}(i>0||s.length>0)&&f.info("Heartbeat check completed",{unhealthyCount:i,deregisteredCount:s.length,totalAgents:this.agents.size});}selectRandom(n){let e=Math.floor(Math.random()*n.length);return n[e]}selectRoundRobin(n){this.roundRobinIndex=this.roundRobinIndex%n.length;let e=n[this.roundRobinIndex];return this.roundRobinIndex++,e}selectLeastConnections(n){return n.reduce((e,t)=>t.connectionCount<e.connectionCount?t:e)}getStats(){let n=this.getAllAgents();return {totalAgents:n.length,healthyAgents:n.filter(e=>e.status==="healthy").length,unhealthyAgents:n.filter(e=>e.status==="unhealthy").length,offlineAgents:n.filter(e=>e.status==="offline").length,totalConnections:n.reduce((e,t)=>e+t.connectionCount,0)}}setAgentStatus(n,e){let t=this.agents.get(n);t&&(t.status=e);}setLastHeartbeat(n,e){let t=this.agents.get(n);t&&(t.lastHeartbeat=e);}};var g=a.create({service:"gateway:agent-sync-manager"}),T=class{constructor(n){a$1(this,"config");a$1(this,"registry");a$1(this,"localNodeId");a$1(this,"localNodeName");a$1(this,"remoteNodes",new Map);a$1(this,"remoteAgents",new Map);a$1(this,"syncTimer",null);a$1(this,"running",false);a$1(this,"httpClient");this.registry=n.registry,this.localNodeId=n.localNodeId,this.localNodeName=n.localNodeName,this.config={...k$1,...n.config},this.httpClient=n.httpClient||{fetch:globalThis.fetch.bind(globalThis)};}async start(){if(this.running){g.warn("Agent sync manager is already running");return}g.info("Starting agent sync manager",{localNodeId:this.localNodeId,mode:this.config.mode,interval:this.config.interval,remoteNodes:this.config.remoteNodes.length});for(let n of this.config.remoteNodes)this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"});(this.config.mode==="pull"||this.config.mode==="both")&&(this.syncTimer=setInterval(()=>this.pullFromAllNodes(),this.config.interval)),this.running=true,g.info("Agent sync manager started");}async stop(){if(!this.running){g.warn("Agent sync manager is not running");return}g.info("Stopping agent sync manager"),this.syncTimer&&(clearInterval(this.syncTimer),this.syncTimer=null),this.remoteNodes.clear(),this.remoteAgents.clear(),this.running=false,g.info("Agent sync manager stopped");}async pullFromAllNodes(){for(let[n]of this.remoteNodes.entries())try{await this.pullFromNode(n);}catch(e){g.error("Failed to pull from node",{nodeId:n,error:e.message});}}async pullFromNode(n){let e=this.remoteNodes.get(n);if(!e)throw new Error(`Unknown remote node: ${n}`);e.status="syncing";let t=this.config.remoteNodes.find(s=>s.id===n);if(!t)throw new Error(`Remote node not found in config: ${n}`);g.debug("Pulling agent list from node",{nodeId:n,address:t.address});try{let s=`http://${t.address}:${t.port}/sync/agents`,i=await this.httpClient.fetch(s,{method:"GET",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId}});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);let o=(await i.json()).agents||[];for(let u of o)u.sourceGatewayId=n,this.remoteAgents.set(u.id,u);return e.lastSyncAt=Date.now(),e.status="synced",e.info.lastSyncAt=e.lastSyncAt,e.info.status="online",delete e.error,g.info("Pulled agent list from node",{nodeId:n,agentCount:o.length,lastSyncAt:e.lastSyncAt}),o}catch(s){throw e.status="error",e.error=s.message,e.info.status="offline",g.error("Failed to pull from node",{nodeId:n,error:s.message}),s}}async pushEvent(n){if(this.config.mode!=="push"&&this.config.mode!=="both")return;let e=[];for(let[t]of this.remoteNodes.entries())e.push(this.pushToNode(t,n));await Promise.allSettled(e);}async pushToNode(n,e){let t=this.config.remoteNodes.find(s=>s.id===n);if(!t){g.warn("Unknown remote node for push",{nodeId:n});return}try{let s=`http://${t.address}:${t.port}/sync/events`,i=await this.httpClient.fetch(s,{method:"POST",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId},body:JSON.stringify(e)});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);g.debug("Pushed event to node",{nodeId:n,eventType:e.type});}catch(s){g.error("Failed to push to node",{nodeId:n,eventType:e.type,error:s.message});}}async handleSyncMessage(n){switch(g.debug("Received sync message",{type:n.type,sourceNodeId:n.sourceNodeId}),n.type){case "agent_list_request":await this.handleAgentListRequest(n);break;case "agent_list_response":await this.handleAgentListResponse(n);break;case "agent_register":await this.handleAgentRegister(n);break;case "agent_deregister":await this.handleAgentDeregister(n);break;case "agent_heartbeat":await this.handleAgentHeartbeat(n);break;case "agent_status_change":await this.handleAgentStatusChange(n);break;default:g.warn("Unknown sync message type",{type:n.type});}}async handleAgentListRequest(n){let e=this.getLocalAgentsForSync(),t={type:"agent_list_response",sourceNodeId:this.localNodeId,timestamp:Date.now(),requestId:n.requestId,agents:e,fullList:true,syncAt:Date.now()};await this.pushToNode(n.sourceNodeId,t);}async handleAgentListResponse(n){for(let e of n.agents)this.remoteAgents.set(e.id,e);g.info("Received agent list response",{sourceNodeId:n.sourceNodeId,agentCount:n.agents.length});}async handleAgentRegister(n){let{agent:e}=n,t=this.remoteAgents.get(e.id);if(t){let s=this.resolveConflict(t,e);this.remoteAgents.set(e.id,s);}else this.remoteAgents.set(e.id,e);g.info("Remote agent registered",{agentId:e.id,name:e.name,sourceNodeId:n.sourceNodeId});}async handleAgentDeregister(n){let{agentId:e}=n;this.remoteAgents.delete(e),g.info("Remote agent deregistered",{agentId:e,sourceNodeId:n.sourceNodeId});}async handleAgentHeartbeat(n){let{agentId:e,heartbeatAt:t,status:s}=n,i=this.remoteAgents.get(e);i&&(i.updatedAt=t,i.status=s),g.debug("Remote agent heartbeat received",{agentId:e,status:s,sourceNodeId:n.sourceNodeId});}async handleAgentStatusChange(n){let{agentId:e,newStatus:t,changedAt:s}=n,i=this.remoteAgents.get(e);i&&(i.status=t,i.updatedAt=s),g.info("Remote agent status changed",{agentId:e,newStatus:t,sourceNodeId:n.sourceNodeId});}resolveConflict(n,e){switch(this.config.conflictResolution){case "latest":return e.updatedAt>n.updatedAt?e:n;case "local":return n;case "remote":return e;default:return e.updatedAt>n.updatedAt?e:n}}getLocalAgentsForSync(){return this.registry.getAllAgents().map(e=>({id:e.id,name:e.name,sourceGatewayId:this.localNodeId,address:e.address,capabilities:e.capabilities,status:e.status,updatedAt:e.lastHeartbeat,metadata:e.metadata}))}getMergedAgentList(){let n=new Map;for(let e of this.getLocalAgentsForSync())n.set(e.id,e);for(let[e,t]of this.remoteAgents.entries())n.has(e)||n.set(e,t);return Array.from(n.values())}getRemoteAgents(){return Array.from(this.remoteAgents.values())}getStats(){let n=this.registry.getAllAgents(),e=0,t=0;for(let i of this.remoteNodes.values())i.info.status==="online"?e++:t++;let s=null;for(let i of this.remoteNodes.values())i.lastSyncAt>(s||0)&&(s=i.lastSyncAt);return {localAgentCount:n.length,remoteAgentCount:this.remoteAgents.size,totalAgentCount:n.length+this.remoteAgents.size,onlineNodeCount:e,offlineNodeCount:t,lastSyncAt:s}}isRunning(){return this.running}addRemoteNode(n){this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"}),g.info("Remote node added",{nodeId:n.id,address:n.address});}removeRemoteNode(n){this.remoteNodes.delete(n);for(let[e,t]of this.remoteAgents.entries())t.sourceGatewayId===n&&this.remoteAgents.delete(e);g.info("Remote node removed",{nodeId:n});}};var c=class{constructor(){a$1(this,"version","1.0.0");a$1(this,"log");a$1(this,"config",null);a$1(this,"messageHandler",null);a$1(this,"_status","stopped");a$1(this,"lastActivity",0);}initLog(){this.log=a.create({service:`channel:${this.platform}`});}async start(n,e){if(this._status==="running"){this.log.warn("plugin is already running");return}this.log.info("starting channel plugin",{id:this.id,platform:this.platform}),this._status="starting",this.config=n,this.messageHandler=e;try{await this.doStart(),this._status="running",this.lastActivity=Date.now(),this.log.info("channel plugin started",{id:this.id});}catch(t){throw this._status="error",this.log.error("failed to start channel plugin",{error:String(t)}),t}}async stop(){if(this._status==="stopped"){this.log.warn("plugin is already stopped");return}this.log.info("stopping channel plugin",{id:this.id}),this._status="stopping";try{await this.doStop(),this._status="stopped",this.log.info("channel plugin stopped",{id:this.id});}catch(n){throw this._status="error",this.log.error("failed to stop channel plugin",{error:String(n)}),n}}async healthCheck(){try{return {healthy:await this.doHealthCheck(),lastCheck:Date.now()}}catch(n){return {healthy:false,lastCheck:Date.now(),error:n instanceof Error?n.message:String(n)}}}getStatus(){return {status:this._status,lastActivity:this.lastActivity}}async doHealthCheck(){return this._status==="running"}updateActivity(){this.lastActivity=Date.now();}async handleMessage(n){if(!this.messageHandler){this.log.warn("no message handler set, dropping message",{id:n.id});return}this.updateActivity(),await this.messageHandler.onMessage(n);}async handleEvent(n,e){if(!this.messageHandler){this.log.warn("no message handler set, dropping event",{type:n});return}await this.messageHandler.onEvent({type:n,channelId:this.id,data:e,timestamp:Date.now()});}};var x=class{constructor(n){a$1(this,"log");a$1(this,"config");a$1(this,"ws",null);a$1(this,"state","disconnected");a$1(this,"subscriptions",new Map);a$1(this,"messageCallbacks",new Set);a$1(this,"agentListCallbacks",new Set);a$1(this,"cachedAgentList",[]);a$1(this,"localAgentList",[]);a$1(this,"reconnectAttempts",0);a$1(this,"reconnectTimer",null);a$1(this,"heartbeatTimer",null);a$1(this,"agentListRequestId",null);a$1(this,"agentListRequestResolve",null);this.config={url:n.url,type:n.type,id:n.id??`client_${Date.now()}_${Math.random().toString(36).substring(2,9)}`,reconnect:{enabled:n.reconnect?.enabled??true,maxAttempts:n.reconnect?.maxAttempts??5,delay:n.reconnect?.delay??3e3},heartbeat:{enabled:n.heartbeat?.enabled??true,interval:n.heartbeat?.interval??3e4}},this.log=a.create({service:`gateway:client:${this.config.id}`});}async connect(){if(this.state==="connected"||this.state==="connecting"){this.log.warn("already connected or connecting");return}return this.state="connecting",this.log.info("connecting to gateway",{url:this.config.url}),new Promise((n,e)=>{try{this.ws=new WebSocket(this.config.url),this.ws.onopen=()=>{this.state="connected",this.reconnectAttempts=0,this.log.info("connected to gateway"),this.config.heartbeat.enabled&&this.startHeartbeat(),this.resubscribeAll(),n();},this.ws.onmessage=t=>{this.handleMessage(t.data);},this.ws.onclose=t=>{this.handleClose(t.code,t.reason);},this.ws.onerror=t=>{this.log.error("WebSocket error",{error:String(t)}),this.state==="connecting"&&e(new Error("Connection failed"));};}catch(t){this.state="disconnected",e(t);}})}async disconnect(){this.state!=="disconnected"&&(this.log.info("disconnecting from gateway"),this.stopHeartbeat(),this.stopReconnect(),this.ws&&(this.ws.close(1e3,"Client disconnect"),this.ws=null),this.state="disconnected",this.log.info("disconnected from gateway"));}async subscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"subscribe",sessionId:n,clientId:this.config.id}),this.log.info("subscribed to session",{sessionId:n});}async unsubscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"unsubscribe",sessionId:n,clientId:this.config.id}),this.subscriptions.delete(n),this.log.info("unsubscribed from session",{sessionId:n});}async send(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"message",message:n});}onMessage(n){this.messageCallbacks.add(n);}offMessage(n){this.messageCallbacks.delete(n);}getState(){return this.state}getId(){return this.config.id}getSubscriptions(){return [...this.subscriptions.keys()]}setLocalAgents(n){this.localAgentList=n,this.updateMergedAgentList();}async fetchAgentList(){if(this.state!=="connected")throw new Error("Not connected to gateway");return new Promise((n,e)=>{let t=`req_${Date.now()}_${Math.random().toString(36).substring(2,9)}`;this.agentListRequestId=t,this.agentListRequestResolve=n,this.sendData({type:"agent_list_request",requestId:t}),setTimeout(()=>{this.agentListRequestId===t&&(this.agentListRequestId=null,this.agentListRequestResolve=null,e(new Error("Agent list request timeout")));},1e4);})}getConnectableAgents(n={}){let{localAgents:e,preferLocal:t=true,filterOffline:s=true}=n,i=e||this.localAgentList,a=this.cachedAgentList,o=this.mergeAgentLists(i,a,t);return s?o.filter(u=>u.status!=="offline"):o}onAgentListChange(n){this.agentListCallbacks.add(n);}offAgentListChange(n){this.agentListCallbacks.delete(n);}mergeAgentLists(n,e,t){let s=new Map,i=t?e:n,a=t?n:e;for(let o of i)s.set(o.id,o);for(let o of a)s.set(o.id,o);return Array.from(s.values())}updateMergedAgentList(){let n=this.getConnectableAgents({filterOffline:false});for(let e of this.agentListCallbacks)try{e(n);}catch(t){this.log.error("agent list callback error",{error:String(t)});}}handleAgentListResponse(n,e){e&&this.agentListRequestId===e&&this.agentListRequestResolve&&(this.agentListRequestId=null,this.agentListRequestResolve(n),this.agentListRequestResolve=null),this.cachedAgentList=n,this.updateMergedAgentList(),this.log.debug("received agent list",{count:n.length});}sendData(n){if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.log.warn("WebSocket not ready, cannot send");return}this.ws.send(JSON.stringify(n));}handleMessage(n){try{let e=JSON.parse(n);switch(e.type){case "message":this.handleGatewayMessage(e.message);break;case "subscribed":this.subscriptions.set(e.sessionId,e.subscription);break;case "unsubscribed":this.subscriptions.delete(e.sessionId);break;case "pong":break;case "agent_list_response":this.handleAgentListResponse(e.agents||[],e.requestId);break;case "agent_update":this.handleAgentUpdate(e.agent,e.action);break;default:this.log.debug("unknown message type",{type:e.type});}}catch(e){this.log.error("failed to parse message",{error:String(e)});}}handleAgentUpdate(n,e){switch(e){case "add":case "update":{let t=this.cachedAgentList.findIndex(s=>s.id===n.id);t>=0?this.cachedAgentList[t]=n:this.cachedAgentList.push(n);break}case "remove":this.cachedAgentList=this.cachedAgentList.filter(t=>t.id!==n.id);break}this.updateMergedAgentList();}handleGatewayMessage(n){for(let e of this.messageCallbacks)try{e(n);}catch(t){this.log.error("message callback error",{error:String(t)});}}handleClose(n,e){this.log.info("connection closed",{code:n,reason:e}),this.state="disconnected",this.ws=null,this.stopHeartbeat(),this.config.reconnect.enabled&&this.scheduleReconnect();}scheduleReconnect(){if(this.reconnectAttempts>=this.config.reconnect.maxAttempts){this.log.error("max reconnect attempts reached");return}this.reconnectAttempts++,this.state="reconnecting";let n=this.config.reconnect.delay*this.reconnectAttempts;this.log.info("scheduling reconnect",{attempt:this.reconnectAttempts,delay:n}),this.reconnectTimer=setTimeout(async()=>{try{await this.connect();}catch(e){this.log.error("reconnect failed",{error:String(e)});}},n);}stopReconnect(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null);}startHeartbeat(){this.heartbeatTimer=setInterval(()=>{this.state==="connected"&&this.sendData({type:"ping"});},this.config.heartbeat.interval);}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null);}async resubscribeAll(){for(let n of this.subscriptions.keys())try{await this.subscribe(n);}catch(e){this.log.error("failed to resubscribe",{sessionId:n,error:String(e)});}}};var y=class extends c{constructor(e="telegram-main"){super();a$1(this,"id");a$1(this,"platform","telegram");a$1(this,"name","Telegram Bot");a$1(this,"botConfig",null);a$1(this,"pollingInterval",null);a$1(this,"lastUpdateId",0);a$1(this,"baseUrl","");this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");this.baseUrl=`https://api.telegram.org/bot${this.botConfig.botToken}`;let e=await this.getMe();this.log.info("Telegram bot connected",{id:e.id,username:e.username,first_name:e.first_name}),this.botConfig.polling?.enabled!==false&&this.startPolling();}async doStop(){this.stopPolling(),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Chat ID is required");let s=this.extractText(e);return (await this.sendMessage(t,s)).message_id.toString()}startPolling(){if(this.pollingInterval)return;let e=this.botConfig?.polling?.interval??1e3;this.pollingInterval=setInterval(async()=>{try{await this.poll();}catch(t){this.log.error("Polling error",{error:String(t)});}},e),this.log.info("Polling started",{interval:e});}stopPolling(){this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=null,this.log.info("Polling stopped"));}async poll(){let e=await this.getUpdates(this.lastUpdateId+1,100,0);for(let t of e)this.lastUpdateId=t.update_id,t.message&&await this.handleTelegramMessage(t.message);}async handleTelegramMessage(e){if(this.updateActivity(),e.from?.is_bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return c$1(t,"input",this.parseContent(e),{channel:{platform:"telegram",channelId:this.id,userId:e.from?.id.toString(),chatId:e.chat.id.toString(),username:e.from?.username,firstName:e.from?.first_name,lastName:e.from?.last_name,chatType:e.chat.type,chatTitle:e.chat.title},context:{replyTo:e.reply_to_message?.message_id.toString()}})}parseContent(e){let t=[];if(e.text&&t.push({type:"text",text:e.text}),e.photo&&e.photo.length>0){let s=e.photo[e.photo.length-1];s&&t.push({type:"image",image:s.file_id,mime:"image/jpeg"});}if(e.document&&t.push({type:"file",data:e.document.file_id,mime:e.document.mime_type}),e.caption&&t.length>0){let s=t[0];s&&s.type==="text"?t[0]={type:"text",text:`${s.text}
1
+ export{a as Gateway}from'./chunks/chunk-HXYPF7CY.mjs';import {j,k as k$1,c as c$1,r}from'./chunks/chunk-DJTIL3AB.mjs';export{q as ChannelPluginLoader,j as DEFAULT_AGENT_REGISTRY_CONFIG,l as DEFAULT_CONNECTION_POOL_CONFIG,k as DEFAULT_SYNC_CONFIG,i as DEFAULT_TOKEN_AUTH_CONFIG,h as DEFAULT_WEBSOCKET_SERVER_CONFIG,s as GatewayServer,p as GatewaySessionManager,a as MessageLockManager,b as MessageRetryManager,m as MessageRouter,n as MessageStore,o as SessionStore,f as createDefaultSessionState,c as createGatewayMessage,d as createTextMessage,e as generateSessionId,g as generateSubscriptionId}from'./chunks/chunk-DJTIL3AB.mjs';export{p as AgentRegistryConfigSchema,k as AgentSyncConfigSchema,j as AuthConfigSchema,h as ChannelConfigSchema,o as CircuitBreakerConfigSchema,m as ConnectionPoolConfigSchema,c as FeishuChannelConfigSchema,l as GatewayClusterConfigSchema,s as GatewayConfigSchema,r as GatewayServerConfigSchema,i as HTTPSConfigSchema,n as MessageQueueConfigSchema,g as NostrChannelConfigSchema,q as SessionConfigSchema,f as SignalChannelConfigSchema,b as SlackChannelConfigSchema,a as TelegramChannelConfigSchema,d as WeChatChannelConfigSchema,e as WebChatChannelConfigSchema,z as clearConfigCache,O as getAgentAdapter,G as getAgentRegistryConfig,J as getAuthConfig,C as getChannelConfig,F as getCircuitBreakerConfig,K as getClusterConfig,x as getConfig,A as getConfigDirectory,D as getConnectionPoolConfig,L as getDefaultAgent,I as getHTTPSConfig,M as getLogLevel,E as getMessageQueueConfig,B as getServerConfig,H as getSessionConfig,P as hasAgentAdapter,y as isConfigLoaded,w as loadConfig,u as parsePartialConfig,Q as requireAgentAdapter,N as setAgentAdapter,t as validateConfig}from'./chunks/chunk-77F43CRD.mjs';import {a}from'./chunks/chunk-6TRL3CVJ.mjs';import {a as a$1}from'./chunks/chunk-HAMGVOQD.mjs';var f=a.create({service:"gateway:agent-registry"}),k=class{constructor(n={}){a$1(this,"config");a$1(this,"agents",new Map);a$1(this,"heartbeatTimer",null);a$1(this,"roundRobinIndex",0);this.config={...j,...n};}async register(n){if(this.agents.has(n.id))throw new Error(`Agent with ID "${n.id}" is already registered`);if(this.agents.size>=this.config.maxAgents)throw new Error(`Maximum number of agents (${this.config.maxAgents}) reached`);let e=Date.now(),t={...n,status:"healthy",lastHeartbeat:e,registeredAt:e,connectionCount:0};this.agents.set(n.id,t),f.info("Agent registered",{agentId:n.id,name:n.name,capabilities:n.capabilities,address:n.address,totalAgents:this.agents.size});}async deregister(n){let e=this.agents.get(n);if(!e){f.warn("Attempted to deregister unknown agent",{agentId:n});return}this.agents.delete(n),f.info("Agent deregistered",{agentId:n,name:e.name,totalAgents:this.agents.size});}async heartbeat(n,e){let t=this.agents.get(n);if(!t)throw f.warn("Heartbeat received from unknown agent",{agentId:n}),new Error(`Agent "${n}" is not registered`);t.lastHeartbeat=Date.now(),t.status="healthy",e&&(t.metadata={...t.metadata,...e}),f.debug("Agent heartbeat received",{agentId:n,lastHeartbeat:t.lastHeartbeat});}getAgent(n){return this.agents.get(n)}getAllAgents(){return Array.from(this.agents.values())}getHealthyAgents(){return this.getAllAgents().filter(n=>n.status==="healthy")}selectAgent(n){let{strategy:e,capabilities:t,healthyOnly:s=true}=n,i=s?this.getHealthyAgents():this.getAllAgents();if(t&&t.length>0&&(i=i.filter(o=>t.every(u=>o.capabilities.includes(u)))),i.length===0){f.warn("No agents available for selection",{strategy:e,capabilities:t,healthyOnly:s,totalAgents:this.agents.size});return}let a;switch(e){case "random":a=this.selectRandom(i);break;case "round-robin":a=this.selectRoundRobin(i);break;case "least-connections":a=this.selectLeastConnections(i);break;default:a=this.selectRandom(i);}return f.debug("Agent selected",{agentId:a.id,strategy:e,connectionCount:a.connectionCount}),a}incrementConnection(n){let e=this.agents.get(n);e&&(e.connectionCount++,f.debug("Agent connection incremented",{agentId:n,connectionCount:e.connectionCount}));}decrementConnection(n){let e=this.agents.get(n);e&&e.connectionCount>0&&(e.connectionCount--,f.debug("Agent connection decremented",{agentId:n,connectionCount:e.connectionCount}));}startHeartbeatCheck(){if(this.heartbeatTimer){f.warn("Heartbeat check is already running");return}f.info("Starting heartbeat check",{interval:this.config.heartbeatCheckInterval,timeout:this.config.heartbeatTimeout}),this.heartbeatTimer=setInterval(()=>this.checkHeartbeats(),this.config.heartbeatCheckInterval);}stopHeartbeatCheck(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null,f.info("Heartbeat check stopped"));}checkHeartbeats(){let n=Date.now(),{heartbeatTimeout:e,autoDeregisterTimeout:t}=this.config,s=[],i=0;for(let[a,o]of this.agents.entries()){let u=n-o.lastHeartbeat;if(u>t){s.push(a);continue}u>e&&o.status==="healthy"&&(o.status="unhealthy",i++,f.warn("Agent marked as unhealthy due to heartbeat timeout",{agentId:a,lastHeartbeat:o.lastHeartbeat,timeSinceLastHeartbeat:u,timeout:e}));}for(let a of s){let o=this.agents.get(a);o&&(f.info("Auto-deregistering agent due to timeout",{agentId:a,name:o.name,lastHeartbeat:o.lastHeartbeat,timeout:t}),this.agents.delete(a));}(i>0||s.length>0)&&f.info("Heartbeat check completed",{unhealthyCount:i,deregisteredCount:s.length,totalAgents:this.agents.size});}selectRandom(n){let e=Math.floor(Math.random()*n.length);return n[e]}selectRoundRobin(n){this.roundRobinIndex=this.roundRobinIndex%n.length;let e=n[this.roundRobinIndex];return this.roundRobinIndex++,e}selectLeastConnections(n){return n.reduce((e,t)=>t.connectionCount<e.connectionCount?t:e)}getStats(){let n=this.getAllAgents();return {totalAgents:n.length,healthyAgents:n.filter(e=>e.status==="healthy").length,unhealthyAgents:n.filter(e=>e.status==="unhealthy").length,offlineAgents:n.filter(e=>e.status==="offline").length,totalConnections:n.reduce((e,t)=>e+t.connectionCount,0)}}setAgentStatus(n,e){let t=this.agents.get(n);t&&(t.status=e);}setLastHeartbeat(n,e){let t=this.agents.get(n);t&&(t.lastHeartbeat=e);}};var g=a.create({service:"gateway:agent-sync-manager"}),T=class{constructor(n){a$1(this,"config");a$1(this,"registry");a$1(this,"localNodeId");a$1(this,"localNodeName");a$1(this,"remoteNodes",new Map);a$1(this,"remoteAgents",new Map);a$1(this,"syncTimer",null);a$1(this,"running",false);a$1(this,"httpClient");this.registry=n.registry,this.localNodeId=n.localNodeId,this.localNodeName=n.localNodeName,this.config={...k$1,...n.config},this.httpClient=n.httpClient||{fetch:globalThis.fetch.bind(globalThis)};}async start(){if(this.running){g.warn("Agent sync manager is already running");return}g.info("Starting agent sync manager",{localNodeId:this.localNodeId,mode:this.config.mode,interval:this.config.interval,remoteNodes:this.config.remoteNodes.length});for(let n of this.config.remoteNodes)this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"});(this.config.mode==="pull"||this.config.mode==="both")&&(this.syncTimer=setInterval(()=>this.pullFromAllNodes(),this.config.interval)),this.running=true,g.info("Agent sync manager started");}async stop(){if(!this.running){g.warn("Agent sync manager is not running");return}g.info("Stopping agent sync manager"),this.syncTimer&&(clearInterval(this.syncTimer),this.syncTimer=null),this.remoteNodes.clear(),this.remoteAgents.clear(),this.running=false,g.info("Agent sync manager stopped");}async pullFromAllNodes(){for(let[n]of this.remoteNodes.entries())try{await this.pullFromNode(n);}catch(e){g.error("Failed to pull from node",{nodeId:n,error:e.message});}}async pullFromNode(n){let e=this.remoteNodes.get(n);if(!e)throw new Error(`Unknown remote node: ${n}`);e.status="syncing";let t=this.config.remoteNodes.find(s=>s.id===n);if(!t)throw new Error(`Remote node not found in config: ${n}`);g.debug("Pulling agent list from node",{nodeId:n,address:t.address});try{let s=`http://${t.address}:${t.port}/sync/agents`,i=await this.httpClient.fetch(s,{method:"GET",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId}});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);let o=(await i.json()).agents||[];for(let u of o)u.sourceGatewayId=n,this.remoteAgents.set(u.id,u);return e.lastSyncAt=Date.now(),e.status="synced",e.info.lastSyncAt=e.lastSyncAt,e.info.status="online",delete e.error,g.info("Pulled agent list from node",{nodeId:n,agentCount:o.length,lastSyncAt:e.lastSyncAt}),o}catch(s){throw e.status="error",e.error=s.message,e.info.status="offline",g.error("Failed to pull from node",{nodeId:n,error:s.message}),s}}async pushEvent(n){if(this.config.mode!=="push"&&this.config.mode!=="both")return;let e=[];for(let[t]of this.remoteNodes.entries())e.push(this.pushToNode(t,n));await Promise.allSettled(e);}async pushToNode(n,e){let t=this.config.remoteNodes.find(s=>s.id===n);if(!t){g.warn("Unknown remote node for push",{nodeId:n});return}try{let s=`http://${t.address}:${t.port}/sync/events`,i=await this.httpClient.fetch(s,{method:"POST",headers:{"Content-Type":"application/json","X-Gateway-Node-Id":this.localNodeId},body:JSON.stringify(e)});if(!i.ok)throw new Error(`HTTP ${i.status}: ${i.statusText}`);g.debug("Pushed event to node",{nodeId:n,eventType:e.type});}catch(s){g.error("Failed to push to node",{nodeId:n,eventType:e.type,error:s.message});}}async handleSyncMessage(n){switch(g.debug("Received sync message",{type:n.type,sourceNodeId:n.sourceNodeId}),n.type){case "agent_list_request":await this.handleAgentListRequest(n);break;case "agent_list_response":await this.handleAgentListResponse(n);break;case "agent_register":await this.handleAgentRegister(n);break;case "agent_deregister":await this.handleAgentDeregister(n);break;case "agent_heartbeat":await this.handleAgentHeartbeat(n);break;case "agent_status_change":await this.handleAgentStatusChange(n);break;default:g.warn("Unknown sync message type",{type:n.type});}}async handleAgentListRequest(n){let e=this.getLocalAgentsForSync(),t={type:"agent_list_response",sourceNodeId:this.localNodeId,timestamp:Date.now(),requestId:n.requestId,agents:e,fullList:true,syncAt:Date.now()};await this.pushToNode(n.sourceNodeId,t);}async handleAgentListResponse(n){for(let e of n.agents)this.remoteAgents.set(e.id,e);g.info("Received agent list response",{sourceNodeId:n.sourceNodeId,agentCount:n.agents.length});}async handleAgentRegister(n){let{agent:e}=n,t=this.remoteAgents.get(e.id);if(t){let s=this.resolveConflict(t,e);this.remoteAgents.set(e.id,s);}else this.remoteAgents.set(e.id,e);g.info("Remote agent registered",{agentId:e.id,name:e.name,sourceNodeId:n.sourceNodeId});}async handleAgentDeregister(n){let{agentId:e}=n;this.remoteAgents.delete(e),g.info("Remote agent deregistered",{agentId:e,sourceNodeId:n.sourceNodeId});}async handleAgentHeartbeat(n){let{agentId:e,heartbeatAt:t,status:s}=n,i=this.remoteAgents.get(e);i&&(i.updatedAt=t,i.status=s),g.debug("Remote agent heartbeat received",{agentId:e,status:s,sourceNodeId:n.sourceNodeId});}async handleAgentStatusChange(n){let{agentId:e,newStatus:t,changedAt:s}=n,i=this.remoteAgents.get(e);i&&(i.status=t,i.updatedAt=s),g.info("Remote agent status changed",{agentId:e,newStatus:t,sourceNodeId:n.sourceNodeId});}resolveConflict(n,e){switch(this.config.conflictResolution){case "latest":return e.updatedAt>n.updatedAt?e:n;case "local":return n;case "remote":return e;default:return e.updatedAt>n.updatedAt?e:n}}getLocalAgentsForSync(){return this.registry.getAllAgents().map(e=>({id:e.id,name:e.name,sourceGatewayId:this.localNodeId,address:e.address,capabilities:e.capabilities,status:e.status,updatedAt:e.lastHeartbeat,metadata:e.metadata}))}getMergedAgentList(){let n=new Map;for(let e of this.getLocalAgentsForSync())n.set(e.id,e);for(let[e,t]of this.remoteAgents.entries())n.has(e)||n.set(e,t);return Array.from(n.values())}getRemoteAgents(){return Array.from(this.remoteAgents.values())}getStats(){let n=this.registry.getAllAgents(),e=0,t=0;for(let i of this.remoteNodes.values())i.info.status==="online"?e++:t++;let s=null;for(let i of this.remoteNodes.values())i.lastSyncAt>(s||0)&&(s=i.lastSyncAt);return {localAgentCount:n.length,remoteAgentCount:this.remoteAgents.size,totalAgentCount:n.length+this.remoteAgents.size,onlineNodeCount:e,offlineNodeCount:t,lastSyncAt:s}}isRunning(){return this.running}addRemoteNode(n){this.remoteNodes.set(n.id,{info:{id:n.id,name:n.id,address:n.address,port:n.port,lastSyncAt:0,status:"unknown"},lastSyncAt:0,status:"synced"}),g.info("Remote node added",{nodeId:n.id,address:n.address});}removeRemoteNode(n){this.remoteNodes.delete(n);for(let[e,t]of this.remoteAgents.entries())t.sourceGatewayId===n&&this.remoteAgents.delete(e);g.info("Remote node removed",{nodeId:n});}};var c=class{constructor(){a$1(this,"version","1.0.0");a$1(this,"log");a$1(this,"config",null);a$1(this,"messageHandler",null);a$1(this,"_status","stopped");a$1(this,"lastActivity",0);}initLog(){this.log=a.create({service:`channel:${this.platform}`});}async start(n,e){if(this._status==="running"){this.log.warn("plugin is already running");return}this.log.info("starting channel plugin",{id:this.id,platform:this.platform}),this._status="starting",this.config=n,this.messageHandler=e;try{await this.doStart(),this._status="running",this.lastActivity=Date.now(),this.log.info("channel plugin started",{id:this.id});}catch(t){throw this._status="error",this.log.error("failed to start channel plugin",{error:String(t)}),t}}async stop(){if(this._status==="stopped"){this.log.warn("plugin is already stopped");return}this.log.info("stopping channel plugin",{id:this.id}),this._status="stopping";try{await this.doStop(),this._status="stopped",this.log.info("channel plugin stopped",{id:this.id});}catch(n){throw this._status="error",this.log.error("failed to stop channel plugin",{error:String(n)}),n}}async healthCheck(){try{return {healthy:await this.doHealthCheck(),lastCheck:Date.now()}}catch(n){return {healthy:false,lastCheck:Date.now(),error:n instanceof Error?n.message:String(n)}}}getStatus(){return {status:this._status,lastActivity:this.lastActivity}}async doHealthCheck(){return this._status==="running"}updateActivity(){this.lastActivity=Date.now();}async handleMessage(n){if(!this.messageHandler){this.log.warn("no message handler set, dropping message",{id:n.id});return}this.updateActivity(),await this.messageHandler.onMessage(n);}async handleEvent(n,e){if(!this.messageHandler){this.log.warn("no message handler set, dropping event",{type:n});return}await this.messageHandler.onEvent({type:n,channelId:this.id,data:e,timestamp:Date.now()});}};var x=class{constructor(n){a$1(this,"log");a$1(this,"config");a$1(this,"ws",null);a$1(this,"state","disconnected");a$1(this,"subscriptions",new Map);a$1(this,"messageCallbacks",new Set);a$1(this,"agentListCallbacks",new Set);a$1(this,"cachedAgentList",[]);a$1(this,"localAgentList",[]);a$1(this,"reconnectAttempts",0);a$1(this,"reconnectTimer",null);a$1(this,"heartbeatTimer",null);a$1(this,"agentListRequestId",null);a$1(this,"agentListRequestResolve",null);this.config={url:n.url,type:n.type,id:n.id??`client_${Date.now()}_${Math.random().toString(36).substring(2,9)}`,reconnect:{enabled:n.reconnect?.enabled??true,maxAttempts:n.reconnect?.maxAttempts??5,delay:n.reconnect?.delay??3e3},heartbeat:{enabled:n.heartbeat?.enabled??true,interval:n.heartbeat?.interval??3e4}},this.log=a.create({service:`gateway:client:${this.config.id}`});}async connect(){if(this.state==="connected"||this.state==="connecting"){this.log.warn("already connected or connecting");return}return this.state="connecting",this.log.info("connecting to gateway",{url:this.config.url}),new Promise((n,e)=>{try{this.ws=new WebSocket(this.config.url),this.ws.onopen=()=>{this.state="connected",this.reconnectAttempts=0,this.log.info("connected to gateway"),this.config.heartbeat.enabled&&this.startHeartbeat(),this.resubscribeAll(),n();},this.ws.onmessage=t=>{this.handleMessage(t.data);},this.ws.onclose=t=>{this.handleClose(t.code,t.reason);},this.ws.onerror=t=>{this.log.error("WebSocket error",{error:String(t)}),this.state==="connecting"&&e(new Error("Connection failed"));};}catch(t){this.state="disconnected",e(t);}})}async disconnect(){this.state!=="disconnected"&&(this.log.info("disconnecting from gateway"),this.stopHeartbeat(),this.stopReconnect(),this.ws&&(this.ws.close(1e3,"Client disconnect"),this.ws=null),this.state="disconnected",this.log.info("disconnected from gateway"));}async subscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"subscribe",sessionId:n,clientId:this.config.id}),this.log.info("subscribed to session",{sessionId:n});}async unsubscribe(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"unsubscribe",sessionId:n,clientId:this.config.id}),this.subscriptions.delete(n),this.log.info("unsubscribed from session",{sessionId:n});}async send(n){if(this.state!=="connected")throw new Error("Not connected to gateway");this.sendData({type:"message",message:n});}onMessage(n){this.messageCallbacks.add(n);}offMessage(n){this.messageCallbacks.delete(n);}getState(){return this.state}getId(){return this.config.id}getSubscriptions(){return [...this.subscriptions.keys()]}setLocalAgents(n){this.localAgentList=n,this.updateMergedAgentList();}async fetchAgentList(){if(this.state!=="connected")throw new Error("Not connected to gateway");return new Promise((n,e)=>{let t=`req_${Date.now()}_${Math.random().toString(36).substring(2,9)}`;this.agentListRequestId=t,this.agentListRequestResolve=n,this.sendData({type:"agent_list_request",requestId:t}),setTimeout(()=>{this.agentListRequestId===t&&(this.agentListRequestId=null,this.agentListRequestResolve=null,e(new Error("Agent list request timeout")));},1e4);})}getConnectableAgents(n={}){let{localAgents:e,preferLocal:t=true,filterOffline:s=true}=n,i=e||this.localAgentList,a=this.cachedAgentList,o=this.mergeAgentLists(i,a,t);return s?o.filter(u=>u.status!=="offline"):o}onAgentListChange(n){this.agentListCallbacks.add(n);}offAgentListChange(n){this.agentListCallbacks.delete(n);}mergeAgentLists(n,e,t){let s=new Map,i=t?e:n,a=t?n:e;for(let o of i)s.set(o.id,o);for(let o of a)s.set(o.id,o);return Array.from(s.values())}updateMergedAgentList(){let n=this.getConnectableAgents({filterOffline:false});for(let e of this.agentListCallbacks)try{e(n);}catch(t){this.log.error("agent list callback error",{error:String(t)});}}handleAgentListResponse(n,e){e&&this.agentListRequestId===e&&this.agentListRequestResolve&&(this.agentListRequestId=null,this.agentListRequestResolve(n),this.agentListRequestResolve=null),this.cachedAgentList=n,this.updateMergedAgentList(),this.log.debug("received agent list",{count:n.length});}sendData(n){if(!this.ws||this.ws.readyState!==WebSocket.OPEN){this.log.warn("WebSocket not ready, cannot send");return}this.ws.send(JSON.stringify(n));}handleMessage(n){try{let e=JSON.parse(n);switch(e.type){case "message":this.handleGatewayMessage(e.message);break;case "subscribed":this.subscriptions.set(e.sessionId,e.subscription);break;case "unsubscribed":this.subscriptions.delete(e.sessionId);break;case "pong":break;case "agent_list_response":this.handleAgentListResponse(e.agents||[],e.requestId);break;case "agent_update":this.handleAgentUpdate(e.agent,e.action);break;default:this.log.debug("unknown message type",{type:e.type});}}catch(e){this.log.error("failed to parse message",{error:String(e)});}}handleAgentUpdate(n,e){switch(e){case "add":case "update":{let t=this.cachedAgentList.findIndex(s=>s.id===n.id);t>=0?this.cachedAgentList[t]=n:this.cachedAgentList.push(n);break}case "remove":this.cachedAgentList=this.cachedAgentList.filter(t=>t.id!==n.id);break}this.updateMergedAgentList();}handleGatewayMessage(n){for(let e of this.messageCallbacks)try{e(n);}catch(t){this.log.error("message callback error",{error:String(t)});}}handleClose(n,e){this.log.info("connection closed",{code:n,reason:e}),this.state="disconnected",this.ws=null,this.stopHeartbeat(),this.config.reconnect.enabled&&this.scheduleReconnect();}scheduleReconnect(){if(this.reconnectAttempts>=this.config.reconnect.maxAttempts){this.log.error("max reconnect attempts reached");return}this.reconnectAttempts++,this.state="reconnecting";let n=this.config.reconnect.delay*this.reconnectAttempts;this.log.info("scheduling reconnect",{attempt:this.reconnectAttempts,delay:n}),this.reconnectTimer=setTimeout(async()=>{try{await this.connect();}catch(e){this.log.error("reconnect failed",{error:String(e)});}},n);}stopReconnect(){this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null);}startHeartbeat(){this.heartbeatTimer=setInterval(()=>{this.state==="connected"&&this.sendData({type:"ping"});},this.config.heartbeat.interval);}stopHeartbeat(){this.heartbeatTimer&&(clearInterval(this.heartbeatTimer),this.heartbeatTimer=null);}async resubscribeAll(){for(let n of this.subscriptions.keys())try{await this.subscribe(n);}catch(e){this.log.error("failed to resubscribe",{sessionId:n,error:String(e)});}}};var y=class extends c{constructor(e="telegram-main"){super();a$1(this,"id");a$1(this,"platform","telegram");a$1(this,"name","Telegram Bot");a$1(this,"botConfig",null);a$1(this,"pollingInterval",null);a$1(this,"lastUpdateId",0);a$1(this,"baseUrl","");this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");this.baseUrl=`https://api.telegram.org/bot${this.botConfig.botToken}`;let e=await this.getMe();this.log.info("Telegram bot connected",{id:e.id,username:e.username,first_name:e.first_name}),this.botConfig.polling?.enabled!==false&&this.startPolling();}async doStop(){this.stopPolling(),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Chat ID is required");let s=this.extractText(e);return (await this.sendMessage(t,s)).message_id.toString()}startPolling(){if(this.pollingInterval)return;let e=this.botConfig?.polling?.interval??1e3;this.pollingInterval=setInterval(async()=>{try{await this.poll();}catch(t){this.log.error("Polling error",{error:String(t)});}},e),this.log.info("Polling started",{interval:e});}stopPolling(){this.pollingInterval&&(clearInterval(this.pollingInterval),this.pollingInterval=null,this.log.info("Polling stopped"));}async poll(){let e=await this.getUpdates(this.lastUpdateId+1,100,0);for(let t of e)this.lastUpdateId=t.update_id,t.message&&await this.handleTelegramMessage(t.message);}async handleTelegramMessage(e){if(this.updateActivity(),e.from?.is_bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return c$1(t,"input",this.parseContent(e),{channel:{platform:"telegram",channelId:this.id,userId:e.from?.id.toString(),chatId:e.chat.id.toString(),username:e.from?.username,firstName:e.from?.first_name,lastName:e.from?.last_name,chatType:e.chat.type,chatTitle:e.chat.title},context:{replyTo:e.reply_to_message?.message_id.toString()}})}parseContent(e){let t=[];if(e.text&&t.push({type:"text",text:e.text}),e.photo&&e.photo.length>0){let s=e.photo[e.photo.length-1];s&&t.push({type:"image",image:s.file_id,mime:"image/jpeg"});}if(e.document&&t.push({type:"file",data:e.document.file_id,mime:e.document.mime_type}),e.caption&&t.length>0){let s=t[0];s&&s.type==="text"?t[0]={type:"text",text:`${s.text}
2
2
 
3
3
  ${e.caption}`}:t.unshift({type:"text",text:e.caption});}return t}getSessionId(e){let t=e.chat.id.toString(),s=e.from?.id.toString();return e.chat.type==="private"?`telegram_${this.id}_${t}`:`telegram_${this.id}_${t}_${s}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
4
4
  `)}async getMe(){return (await this.request("getMe")).result}async getUpdates(e,t,s){return (await this.request("getUpdates",{offset:e,limit:t,timeout:s})).result||[]}async sendMessage(e,t){return (await this.request("sendMessage",{chat_id:e,text:t,parse_mode:"Markdown"})).result}async request(e,t={}){let s=`${this.baseUrl}/${e}`,a=await(await fetch(s,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})).json();if(!a.ok)throw new Error(`Telegram API error: ${a.description}`);return a}};var b=class extends c{constructor(e="discord-main"){super();a$1(this,"id");a$1(this,"platform","discord");a$1(this,"name","Discord Bot");a$1(this,"botConfig",null);a$1(this,"baseUrl","https://discord.com/api/v10");a$1(this,"gatewayWs",null);a$1(this,"heartbeatInterval",null);a$1(this,"sessionId",null);a$1(this,"sequenceNumber",null);this.id=e,this.initLog();}async doStart(){if(!this.config)throw new Error("Config not set");if(this.botConfig=this.config.platform,!this.botConfig.botToken)throw new Error("Bot token is required");let e=await this.getCurrentUser();this.log.info("Discord bot connected",{id:e.id,username:e.username}),this.botConfig.gateway?.enabled!==false&&await this.startGateway();}async doStop(){this.heartbeatInterval&&(clearInterval(this.heartbeatInterval),this.heartbeatInterval=null),this.gatewayWs&&(this.gatewayWs.close(),this.gatewayWs=null),this.botConfig=null;}async send(e){let t=e.metadata.channel.chatId;if(!t)throw new Error("Channel ID is required");let s=this.extractText(e);return (await this.createMessage(t,s,e.metadata.context?.replyTo)).id}async startGateway(){let t=`${(await this.getGatewayBot()).url}/?v=10&encoding=json`;this.gatewayWs=new WebSocket(t),this.gatewayWs.onmessage=s=>{this.handleGatewayMessage(JSON.parse(s.data.toString()));},this.gatewayWs.onclose=()=>{this.log.info("Gateway disconnected"),setTimeout(()=>this.startGateway(),5e3);},this.gatewayWs.onerror=s=>{this.log.error("Gateway error",{error:String(s)});};}handleGatewayMessage(e){switch(this.updateActivity(),e.op){case 10:this.handleHello(e.d);break;case 11:this.log.debug("Heartbeat ACK");break;case 0:e.s&&(this.sequenceNumber=e.s),this.handleDispatch(e.t,e.d);break;case 9:this.log.warn("Invalid session, reconnecting"),this.gatewayWs?.close();break}return Promise.resolve()}handleHello(e){this.heartbeatInterval=setInterval(()=>{this.gatewayWs?.send(JSON.stringify({op:1,d:this.sequenceNumber}));},e.heartbeat_interval),this.gatewayWs?.send(JSON.stringify({op:2,d:{token:this.botConfig?.botToken,intents:this.botConfig?.gateway?.intents??513,properties:{os:"linux",browser:"easbot",device:"easbot"}}}));}handleDispatch(e,t){e==="MESSAGE_CREATE"&&this.handleDiscordMessage(t);}async handleDiscordMessage(e){if(e.author.bot)return;let t=this.toGatewayMessage(e);await this.handleMessage(t);}toGatewayMessage(e){let t=this.getSessionId(e);return c$1(t,"input",this.parseContent(e),{channel:{platform:"discord",channelId:this.id,userId:e.author.id,chatId:e.channel_id,messageId:e.id,guildId:e.guild_id,username:e.author.username,discriminator:e.author.discriminator},context:{threadId:e.message_reference?.message_id,conversationId:e.channel_id}})}parseContent(e){let t=[];e.content&&t.push({type:"text",text:e.content});for(let s of e.attachments)s.content_type?.startsWith("image/")?t.push({type:"image",image:s.url,mime:s.content_type}):t.push({type:"file",data:s.url,mime:s.content_type});return t}getSessionId(e){let t=e.channel_id,s=e.author.id;return `discord_${this.id}_${t}_${s}`}extractText(e){let t=[];for(let s of e.content)s.type==="text"&&s.text&&t.push(s.text);return t.join(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/gateway",
3
- "version": "0.2.16",
3
+ "version": "0.2.19",
4
4
  "description": "EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - 支持 WebSocket、HTTP、Discord、Telegram、Slack 等多渠道集成",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -66,10 +66,10 @@
66
66
  "jieba-wasm": "^2.4.0",
67
67
  "xdg-basedir": "^5.1.0",
68
68
  "minimatch": "^10.2.5",
69
- "@easbot/plugin": "0.2.16",
70
- "@easbot/sdk": "0.2.16",
71
- "@easbot/types": "0.2.16",
72
- "@easbot/utils": "0.2.16"
69
+ "@easbot/plugin": "0.2.19",
70
+ "@easbot/sdk": "0.2.19",
71
+ "@easbot/types": "0.2.19",
72
+ "@easbot/utils": "0.2.19"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@biomejs/biome": "^2.4.14",
@@ -1,2 +0,0 @@
1
- var s={name:"@easbot/gateway",version:"0.2.16",description:"EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - \u652F\u6301 WebSocket\u3001HTTP\u3001Discord\u3001Telegram\u3001Slack \u7B49\u591A\u6E20\u9053\u96C6\u6210",type:"module",main:"dist/index.cjs",module:"dist/index.mjs",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.mjs",require:"./dist/index.cjs"},"./package.json":"./package.json"},scripts:{dev:"cross-env NODE_ENV=development tsx src/cli.ts -- start",start:"cross-env NODE_ENV=production node dist/cli.mjs start",build:"tsup --env.NODE_ENV production",test:"vitest","test:run":"vitest run",lint:"biome check .","lint:fix":"biome check --write .","lint:report":"biome check --reporter=summary .",format:"biome format .","format:fix":"biome format --write .","type-check":"tsc --noEmit",clean:"npx rimraf dist node_modules",prepare:"echo norun",prepublishOnly:"pnpm build","publish:npm":"bash scripts/publish.sh","publish:npm:win":"powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"},keywords:["easbot","gateway","server","websocket","http","agent","multi-channel","discord","telegram","slack","feishu","wechat","chat","integration"],author:"houjallen",license:"MIT",repository:{type:"git",url:"https://github.com/houjallen/easbot.git",directory:"packages/gateway"},homepage:"https://github.com/houjallen/easbot/tree/main/packages/gateway#readme",bugs:{url:"https://github.com/houjallen/easbot/issues"},files:["dist","README.md","README.en.md","LICENSE"],dependencies:{"@ai-sdk/provider":"^3.0.10","@ai-sdk/provider-utils":"^4.0.27","@ai-sdk/openai-compatible":"^2.0.47","@ai-sdk/anthropic":"^3.0.76","@easbot/plugin":"workspace:*","@easbot/sdk":"workspace:*","@easbot/types":"workspace:*","@easbot/utils":"workspace:*","@hono/node-server":"^2.0.2","@hono/node-ws":"^1.3.0","@hono/standard-validator":"^0.2.2","@hono/zod-validator":"^0.7.6",commander:"^14.0.3",zod:"^4.4.3",hono:"^4.12.18","hono-openapi":"^1.3.0",ws:"^8.20.0",ai:"^6.0.176","better-sqlite3":"^12.9.0","jieba-wasm":"^2.4.0","xdg-basedir":"^5.1.0",minimatch:"^10.2.5"},devDependencies:{"@biomejs/biome":"^2.4.14","@types/better-sqlite3":"^7.6.13","@types/ws":"^8.18.1","@types/node":"^25.6.2","@vitest/coverage-v8":"^4.1.5",dotenv:"^17.4.2",tsup:"^8.5.1",typescript:"^6.0.3",vitest:"^4.1.5"},engines:{node:">=22.22.3"},publishConfig:{access:"public"}};
2
- export{s as a};
@@ -1,2 +0,0 @@
1
- 'use strict';var s={name:"@easbot/gateway",version:"0.2.16",description:"EASBot Gateway - AI Agent Server and Multi-channel Integration Platform - \u652F\u6301 WebSocket\u3001HTTP\u3001Discord\u3001Telegram\u3001Slack \u7B49\u591A\u6E20\u9053\u96C6\u6210",type:"module",main:"dist/index.cjs",module:"dist/index.mjs",types:"dist/index.d.ts",exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.mjs",require:"./dist/index.cjs"},"./package.json":"./package.json"},scripts:{dev:"cross-env NODE_ENV=development tsx src/cli.ts -- start",start:"cross-env NODE_ENV=production node dist/cli.mjs start",build:"tsup --env.NODE_ENV production",test:"vitest","test:run":"vitest run",lint:"biome check .","lint:fix":"biome check --write .","lint:report":"biome check --reporter=summary .",format:"biome format .","format:fix":"biome format --write .","type-check":"tsc --noEmit",clean:"npx rimraf dist node_modules",prepare:"echo norun",prepublishOnly:"pnpm build","publish:npm":"bash scripts/publish.sh","publish:npm:win":"powershell -ExecutionPolicy Bypass -File scripts/publish.ps1"},keywords:["easbot","gateway","server","websocket","http","agent","multi-channel","discord","telegram","slack","feishu","wechat","chat","integration"],author:"houjallen",license:"MIT",repository:{type:"git",url:"https://github.com/houjallen/easbot.git",directory:"packages/gateway"},homepage:"https://github.com/houjallen/easbot/tree/main/packages/gateway#readme",bugs:{url:"https://github.com/houjallen/easbot/issues"},files:["dist","README.md","README.en.md","LICENSE"],dependencies:{"@ai-sdk/provider":"^3.0.10","@ai-sdk/provider-utils":"^4.0.27","@ai-sdk/openai-compatible":"^2.0.47","@ai-sdk/anthropic":"^3.0.76","@easbot/plugin":"workspace:*","@easbot/sdk":"workspace:*","@easbot/types":"workspace:*","@easbot/utils":"workspace:*","@hono/node-server":"^2.0.2","@hono/node-ws":"^1.3.0","@hono/standard-validator":"^0.2.2","@hono/zod-validator":"^0.7.6",commander:"^14.0.3",zod:"^4.4.3",hono:"^4.12.18","hono-openapi":"^1.3.0",ws:"^8.20.0",ai:"^6.0.176","better-sqlite3":"^12.9.0","jieba-wasm":"^2.4.0","xdg-basedir":"^5.1.0",minimatch:"^10.2.5"},devDependencies:{"@biomejs/biome":"^2.4.14","@types/better-sqlite3":"^7.6.13","@types/ws":"^8.18.1","@types/node":"^25.6.2","@vitest/coverage-v8":"^4.1.5",dotenv:"^17.4.2",tsup:"^8.5.1",typescript:"^6.0.3",vitest:"^4.1.5"},engines:{node:">=22.22.3"},publishConfig:{access:"public"}};
2
- exports.a=s;
@@ -1 +0,0 @@
1
- 'use strict';var chunkDQLKYKRR_cjs=require('./chunk-DQLKYKRR.cjs');require('./chunk-GY3SWWW3.cjs');var promises=require('fs/promises'),o=require('path'),xdgBasedir=require('xdg-basedir'),w=require('os');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var o__default=/*#__PURE__*/_interopDefault(o);var w__default=/*#__PURE__*/_interopDefault(w);var s="easbot",c=o__default.default.join(xdgBasedir.xdgData,s),x=o__default.default.join(xdgBasedir.xdgCache,s),H=o__default.default.join(xdgBasedir.xdgConfig,s),N=o__default.default.join(xdgBasedir.xdgState,s);exports.Global=void 0;(e=>{e.Path={get home(){return process.env.EASBOT_TEST_HOME||w__default.default.homedir()},data:c,bin:o__default.default.join(c,"bin"),log:o__default.default.join(c,"log"),cache:x,config:H,state:N};let t=null,n=null;async function P(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{let r=await import('./package-UY3IEXU2.cjs');t=r.default?.version||r.version||"local";}catch{t="local";}return t||"local"}function A(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=chunkDQLKYKRR_cjs.a.version||"local";}catch{t="local";}return t||"local"}e.getVersion=A;function l(){if(n)return n;if(process.env.EASBOT_CHANNEL)return n=process.env.EASBOT_CHANNEL,n;let r=A();return r==="local"||r.includes("dev")?n="local":r.includes("beta")||r.includes("alpha")?n="preview":n="latest",n||"local"}e.getChannel=l;function y(){return l()==="local"}e.isLocal=y;function C(){return l()==="preview"}e.isPreview=C;let u=false,a=null;async function V(){if(!u)return a||(a=(async()=>{await P(),await Promise.all([promises.mkdir(e.Path.data,{recursive:true}),promises.mkdir(e.Path.config,{recursive:true}),promises.mkdir(e.Path.state,{recursive:true}),promises.mkdir(e.Path.log,{recursive:true}),promises.mkdir(e.Path.bin,{recursive:true}),promises.mkdir(e.Path.cache,{recursive:true})]).then(()=>{process.env.EASBOT_DATA_PATH=e.Path.data,process.env.EASBOT_CONFIG_PATH=e.Path.config,process.env.EASBOT_STATE_PATH=e.Path.state,process.env.EASBOT_LOG_PATH=e.Path.log,process.env.EASBOT_BIN_PATH=e.Path.bin,process.env.EASBOT_CACHE_PATH=e.Path.cache;});let r="1",h=o__default.default.join(e.Path.cache,"version");if(await promises.readFile(h,"utf-8").catch(()=>"0")!==r){try{let p=await promises.readdir(e.Path.cache);await Promise.all(p.map(E=>promises.rm(o__default.default.join(e.Path.cache,E),{recursive:!0,force:!0})));}catch{}await promises.writeFile(h,r);}u=true;})(),a)}e.init=V;})(exports.Global||(exports.Global={}));
@@ -1 +0,0 @@
1
- import {a}from'./chunk-7BWY37T2.mjs';import'./chunk-HAMGVOQD.mjs';import {mkdir,readFile,readdir,rm,writeFile}from'fs/promises';import o from'path';import {xdgData,xdgCache,xdgConfig,xdgState}from'xdg-basedir';import w from'os';var s="easbot",c=o.join(xdgData,s),x=o.join(xdgCache,s),H=o.join(xdgConfig,s),N=o.join(xdgState,s),f;(e=>{e.Path={get home(){return process.env.EASBOT_TEST_HOME||w.homedir()},data:c,bin:o.join(c,"bin"),log:o.join(c,"log"),cache:x,config:H,state:N};let t=null,n=null;async function P(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{let r=await import('./package-LXLNR7UJ.mjs');t=r.default?.version||r.version||"local";}catch{t="local";}return t||"local"}function A(){if(t)return t;if(process.env.EASBOT_VERSION)return t=process.env.EASBOT_VERSION,t;try{t=a.version||"local";}catch{t="local";}return t||"local"}e.getVersion=A;function l(){if(n)return n;if(process.env.EASBOT_CHANNEL)return n=process.env.EASBOT_CHANNEL,n;let r=A();return r==="local"||r.includes("dev")?n="local":r.includes("beta")||r.includes("alpha")?n="preview":n="latest",n||"local"}e.getChannel=l;function y(){return l()==="local"}e.isLocal=y;function C(){return l()==="preview"}e.isPreview=C;let u=false,a$1=null;async function V(){if(!u)return a$1||(a$1=(async()=>{await P(),await Promise.all([mkdir(e.Path.data,{recursive:true}),mkdir(e.Path.config,{recursive:true}),mkdir(e.Path.state,{recursive:true}),mkdir(e.Path.log,{recursive:true}),mkdir(e.Path.bin,{recursive:true}),mkdir(e.Path.cache,{recursive:true})]).then(()=>{process.env.EASBOT_DATA_PATH=e.Path.data,process.env.EASBOT_CONFIG_PATH=e.Path.config,process.env.EASBOT_STATE_PATH=e.Path.state,process.env.EASBOT_LOG_PATH=e.Path.log,process.env.EASBOT_BIN_PATH=e.Path.bin,process.env.EASBOT_CACHE_PATH=e.Path.cache;});let r="1",h=o.join(e.Path.cache,"version");if(await readFile(h,"utf-8").catch(()=>"0")!==r){try{let p=await readdir(e.Path.cache);await Promise.all(p.map(E=>rm(o.join(e.Path.cache,E),{recursive:!0,force:!0})));}catch{}await writeFile(h,r);}u=true;})(),a$1)}e.init=V;})(f||(f={}));export{f as Global};
@@ -1 +0,0 @@
1
- export{a as default}from'./chunk-7BWY37T2.mjs';import'./chunk-HAMGVOQD.mjs';
@@ -1 +0,0 @@
1
- 'use strict';var chunkDQLKYKRR_cjs=require('./chunk-DQLKYKRR.cjs');require('./chunk-GY3SWWW3.cjs');module.exports=chunkDQLKYKRR_cjs.a;