dirge-agent 0.11.2

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
15
pub mod agent_loop;
pub mod builder;
#[cfg(test)]
mod compaction_recall;
pub mod compression;
pub mod exemplars;
pub mod model_family;
pub mod plan;
pub mod post_session;
pub mod prompt;
pub mod recovery;
pub mod review;
pub mod runner;
pub mod session_digest;
pub mod tools;