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
6
7
8
9
10
//! Usage Dashboard
//!
//! Full-screen usage analytics dashboard with 6 cards:
//! Summary Bar, Daily Activity, By Project, By Model, Core Tools, By Activity.

pub mod cards;
pub mod categorizer;
pub mod dashboard;
pub mod data;
pub mod pricing;