This is a Compose Multiplatform project designed for Android, iOS, Desktop, and Web platforms. The application serves as an AI assistant where users can connect to a WebSocket backend server and start chatting.
- Cross-platform support: Built using Compose Multiplatform, the app runs on Android, iOS, Desktop, and Web.
- WebSocket communication: Connects to a backend WebSocket server for real-time messaging.
- AI assistant: Chat with the assistant in real-time.
- Ktor for WebSocket communication.
- Ensure you have the required development environment set up for Compose Multiplatform.
- A WebSocket server URL is required to connect the application to the backend.