stateset-a2a 0.8.0

Agent-to-Agent commerce service layer: splits, subscriptions, escrow, webhooks, event streaming
1
2
3
4
5
6
7
8
//! Event stream service types and logic.
//!
//! Provides event type filtering with wildcard and prefix matching
//! for SSE (Server-Sent Events) delivery.

pub mod filters;

pub use filters::matches_event_filter;