Client-side AG-UI event consumer for Rust applications — part of the Syncable SDK.
Provides SSE and WebSocket clients for consuming AG-UI protocol events from agents.
```toml
[dependencies]
syncable-ag-ui-client = "0.2"
```
```rust
use syncable_ag_ui_client::{SseClient, WsClient};
```
MIT