/// AI Assistant Flutter client with SSE streaming support. library ai_assistant_client; export 'src/client.dart'; export 'src/models.dart'; export 'src/stream_parser.dart';