pub type ActionHandler = Box<dyn Fn(&HashMap<String, Value>, &Facts) -> Result<()> + Send + Sync>;
Type for custom action handlers
pub struct ActionHandler(/* private fields */);