1 2 3 4 5 6 7
//! Interface adapters. These modules translate user interaction into API calls. pub mod agent; pub mod cli; pub mod web; mod code_index_mode;