AI Agent Component Spec
AI Agent Component Spec
Components
Integration Steps
1. Navigate to User Info
Open the user info screen when tapping on a group member’s profile or info icon. File: cometchat_group_info.dart2. Display User Profile with Actions
TheCometchatUserInfo widget displays the user’s profile with action tiles for voice call, video call, and messaging.
File: cometchat_user_info.dart
3. Start Private Chat
Navigate to the private chat screen usingPageManager when the user wants to message privately.
File: page_manager.dart
4. Handle Mentions Navigation
When a user taps on a mention in a message, navigate to that user’s profile or start a private chat. File: cometchat_thread.dartFeature Matrix
Next Steps
Groups
Display and manage group lists.
Group Members
View and manage group members.
Message List
Display messages in private chats.
All Guides
Browse all feature and formatter guides.