Phase 2 Complete: CopilotKit Integration - PlatformPersonaChat component with comprehensive testing and integration examples

This commit is contained in:
ajaysi
2025-09-04 14:33:27 +05:30
parent bf41db00e5
commit ee39906672
4 changed files with 724 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/**
* CopilotKit Components Index
* Central export point for all CopilotKit integration components
*/
export { PlatformPersonaChat } from './PlatformPersonaChat';
export { PlatformPersonaChatTest } from './PlatformPersonaChatTest';
export { IntegrationExample } from './IntegrationExample';
// Re-export types for convenience
export type { PlatformType } from '../../../types/PlatformPersonaTypes';