dirge-agent 0.7.6

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