AI Agent Component Spec
AI Agent Component Spec
Components
Integration Steps
1. Add Avatar Menu
Show the avatar in the app bar and open a menu on tap with “Create Conversation” option. File: dashboard.dart2. Open Contacts Screen
Navigate to theCometChatContacts screen which provides tabs for Users and Groups.
File: dashboard.dart
3. Handle User/Group Selection
Wire up theonItemTap callback to navigate to the chat screen when a user or group is selected.
File: cometchat_contacts_controller.dart
4. Navigate to Chat
Open the chat screen for the selected user or group usingPageManager.
File: page_manager.dart
Feature Matrix
Next Steps
Users
Display and search user lists.
Groups
Display and manage group lists.
Conversations
View and manage conversation history.
All Guides
Browse all feature and formatter guides.