The autonomous, self-improving AI agent. Single Rust binary. Every channel. Recommended: the 40MB prebuilt binary for macOS, Linux and Windows: https://github.com/adolfousier/opencrabs/releases
//! No-op stand-ins compiled when the `rtk` feature is off, so callers keep
//! one code path: nothing is available, nothing is rewritten.
pub async fnis_rtk_available()->bool{false}pub async fnrewrite_command(_command:&str)->Option<String>{None}pubfnwarm_up(){}