zerostack 1.0.0

Minimalistic coding agent written in Rust, optimized for memory footprint and performance
1
2
3
4
pub mod builder;
pub mod prompt;
pub mod runner;
pub mod tools;