vtcode-core 0.142.5

Core library for VT Code - a Rust-based terminal coding agent
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(
    missing_docs,
    reason = "Intentional compatibility, platform, or test-only suppression."
)]

pub use shared::*;

mod harness;
mod runner_config;
mod session_state;
mod shared;
mod tool_execution;
mod tool_exposure;