vtcode-core 0.136.2

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
//! Model family definitions and capability groupings.
//!
//! Re-exported from `vtcode-commons::model_family`.

pub use vtcode_commons::model_family::*;