pub type EventSubscriber = Arc<dyn Fn(AgentEvent) + Send + Sync>;
pub struct EventSubscriber { /* private fields */ }