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
6
7
//! Profiles dialog rendering — top-level entry.
//!
//! Pairs with `src/tui/app/profiles_dialog/`.

mod dispatch;

pub use dispatch::draw;