Phase 2 Complete: CopilotKit Integration - PlatformPersonaChat component with comprehensive testing and integration examples
This commit is contained in:
11
frontend/src/components/shared/CopilotKit/index.ts
Normal file
11
frontend/src/components/shared/CopilotKit/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user