1 2 3 4 5 6 7 8 9 10 11 12 13
#![doc = include_str!("../README.md")] pub mod acp; pub mod agent; pub mod error; pub mod headless; pub mod prompt; pub mod resolve; pub mod runtime; pub mod sandbox; pub mod show_prompt; pub use acp::map_mcp_prompt_to_available_command;