@revrag-ai/embed-react-native
Version:
A powerful React Native library for integrating AI-powered voice agents into mobile applications. Features real-time voice communication, intelligent speech processing, customizable UI components, and comprehensive event handling for building conversation
12 lines (10 loc) • 378 B
JavaScript
;
/**
* Events module
* Exports the main Embed event manager and related types
*/
export { default } from "./embed.event.js";
export { EventKeys, AgentEvent } from "./embed.types.js";
export { AgentEventEmitter } from "./agent-event-emitter.js";
export { validateEventKey, validateAnalyticsEvent } from "./embed.validators.js";
//# sourceMappingURL=index.js.map