1//! Example activations demonstrating hub-macro usage
2//!
3//! These are minimal examples - real applications should define their own activations.
45// Health is the reference implementation (manual Activation impl)
6pub mod health;
78// Echo demonstrates hub-macro usage
9pub mod echo;