Rust SDK
The Rust SDK consists of two crates:
- ag-ui-core: shared types and events
- ag-ui-client: client utilities and concrete agents like HttpAgent
Getting started
# Core data types and events
cargo add ag-ui-core
# Client crate with Agent trait, HttpAgent, subscribers
cargo add ag-ui-clientPackages
Client
Agent trait, HttpAgent and subscriber system
Core
Shared types and event protocol
