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