vtcode-core 0.99.1

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
6
7
mod provider;
mod request_builder;
mod response_helpers;
mod response_parser;
mod stream_decoder;

pub use provider::OpenRouterProvider;