Core type library for the [AG-UI protocol](https://docs.ag-ui.com/) — part of the Syncable SDK.
Provides event types, message structures, state management primitives, and error handling for building AG-UI compatible agents in Rust.
```toml
[dependencies]
syncable-ag-ui-core = "0.2"
```
```rust
use syncable_ag_ui_core::{Event, Result};
```
MIT