/** * SSE (Server-Sent Events) Integration Module * * Provides real-time streaming of Brainy events. * Works in all environments. */ export { SSEIntegration, integration, type SSEConfig } from './SSEIntegration.js'