artemis_socket_plugin 1.0.2
artemis_socket_plugin: ^1.0.2 copied to clipboard
Artemis Socket Plugin - configuration-driven Flutter SDK for real-time AI agent chat over WebSockets on iOS and Android.
1.0.2 #
- Lowered the Dart SDK requirement to 3.11.4 and aligned the minimum Flutter version with Flutter 3.41.6 for client compatibility.
1.0.1 #
- Ended sessions now clear local conversation state and invalidate the SDK token so the next connection creates a fresh session.
- Added
SDKBootstrapTokenProvidersupport for obtaining a fresh verified-user bootstrap token after ending a session. - Prevented reconnecting while an end-session request is awaiting server confirmation.
1.0.0 #
- First stable release.
- Real-time WebSocket transport powered by
web_socket_channel: ^3.0.1. - Configuration-first design: all settings loaded from
assets/sdk_configurations.yaml. AgentSDKentry point withinitialize(),connect(),sendMessage(), and message history.- SDK and chat event streams (connection lifecycle, streaming messages, typing indicators, errors).
- Token bootstrap + WebSocket ticket authentication with automatic reconnection (exponential backoff).
- Environment-specific configuration overrides (dev/staging/prod).
0.0.1 #
- Initial SDK structure with configuration system and basic chat.