syncable-ag-ui-client 0.2.0

Client-side AG-UI event consumer for Rust applications - Syncable SDK
Documentation
# syncable-ag-ui-client

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.

## Usage

```toml
[dependencies]
syncable-ag-ui-client = "0.2"
```

```rust
use syncable_ag_ui_client::{SseClient, WsClient};
```

## License

MIT