codetether-agent 4.0.0

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
use candle_transformers::models::quantized_gemma3;
fn main() {
    let mut w: quantized_gemma3::ModelWeights = unsafe { std::mem::zeroed() };
    w.clear_kv_cache();
}