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
[]
= "0.2"
use ;
License
MIT
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.
[dependencies]
syncable-ag-ui-client = "0.2"
use syncable_ag_ui_client::{SseClient, WsClient};
MIT