UNPKG

@multiface.js/context

Version:

Context awareness and memory management for multimodal interactions

4 lines (3 loc) 340 B
export { ContextManager } from './ContextManager'; export type { UserProfile, ContextualData, ConversationMemory, ContextualIntent, ContextState, ContextConfig, ContextCallbacks, ContextEventType, ContextEvent } from './types'; export { useContext, useConversationMemory, useIntentDetection, usePersonalization } from './hooks/useContext';