feat: Enable agents to initiate conversations with connected users and refactor the conversation start flow to be role-aware.

This commit is contained in:
pradeepkumar
2026-03-15 00:29:25 +05:30
parent 9acb0063fa
commit 50640a5828
6 changed files with 289 additions and 23 deletions

View File

@@ -2,3 +2,4 @@
export { ChatHeader } from './ChatHeader';
export { MessageInput } from './MessageInput';
export { MessagingPage } from './MessagingPage';
export { NewConversationModal } from './NewConversationModal';