modelsdev 0.11.4

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
6
7
8
9
10
11
pub mod agents;
pub mod agents_ui;
pub mod benchmarks;
pub mod link;
pub mod list;
pub mod models;
pub(crate) mod picker;
pub mod search;
pub mod show;
pub mod status;
pub mod styles;