zerostack 1.5.0-rc4

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;