opencrabs 0.3.57

The autonomous, self-improving AI agent. Single Rust binary. Every channel. Install with: cargo install opencrabs
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};