syncable-ag-ui-core 0.2.0

Core type library for the AG-UI protocol - Syncable SDK
Documentation
# syncable-ag-ui-core

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.

## Usage

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

```rust
use syncable_ag_ui_core::{Event, Result};
```

## License

MIT