opencrabs 0.3.79

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
1
2
3
4
5
/// Logo and branding components
pub mod logo;

// Re-export commonly used items
pub use logo::{get_croissant, get_logo, get_logo_with_version, get_small_logo};