zerostack 1.4.0-rc2

Minimalistic coding agent written in Rust, optimized for memory footprint and performance
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(test)]
mod auth_tests;
#[cfg(test)]
mod checker_tests;
#[cfg(test)]
mod edit_tests;
#[cfg(test)]
mod input_tests;
#[cfg(all(test, feature = "memory"))]
mod memory_tests;
#[cfg(test)]
mod picker_tests;
#[cfg(all(test, feature = "subagents"))]
mod subagents_tests;