UNPKG

agentic-qe

Version:

Agentic Quality Engineering Fleet System - AI-driven quality management platform

7 lines 207 B
/** * EventBus module for AQE Fleet * Provides real-time event-driven coordination between agents */ export { QEEventBus } from './QEEventBus'; export * from './types'; //# sourceMappingURL=index.d.ts.map