Files
zesdex/apps/infrastructure/src/subagent/auto/mod.rs
T

6 lines
124 B
Rust
Raw Normal View History

//! Auto-subagents — automatically run review/test subagents at the end of
//! each turn.
pub mod engine;
pub mod paths;