//! Deprecated — use the `algorithm` module instead.
//!
//! This module was renamed to `algorithm` and split into:
//! - `Action` → `Algorithm` (renamed, deprecation alias)
//! - `ActionContext` → kept as-is (re-exported from `algorithm`)
/// Alias for backward compatibility — use `Algorithm` instead.
pub use Algorithm as Action;
/// Re-exported from the `algorithm` module.
pub use ActionContext;