feat: ai chat added, login flow still broken

This commit is contained in:
2026-02-11 18:00:37 +01:00
parent 258e313f0e
commit 870bec4dcd
21 changed files with 3174 additions and 25 deletions

View File

@@ -37,4 +37,16 @@ export {
type FileDownloadResult,
type ConflictResolution,
} from './DropboxSyncEngine';
export {
ChatEngine,
type ChatConversationData,
type ChatMessageData,
type CreateConversationInput,
} from './ChatEngine';
export {
CopilotManager,
type SendMessageOptions,
type SendMessageResult,
} from './CopilotManager';