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
pub mod agent_loop;
pub mod builder;
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 tools;