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
mod assessment;
mod types;

pub mod adapters;
pub mod fetch;
pub mod registry;

pub use fetch::{StatusFetchResult, StatusFetcher};
pub use registry::*;
pub use types::*;