//! rsclaw — AI Agent Engine Compatible with OpenClaw
//!
//! Thin binary shim. The composition root + dispatch logic lives in the
//! `rsclaw-runtime` crate (`rsclaw_runtime::run`). `main` only installs the TLS
//! crypto provider, detects the memory tier, builds the tokio runtime and hands
//! off to `run`.
//!
//! Architecture reference: AGENTS.md
use Result;