sofos 0.2.11

An interactive AI coding agent for your terminal
pub mod bash;
pub mod codesearch;
pub mod executor;
pub mod filesystem;
pub mod image;
pub mod morph_validate;
pub mod permissions;
pub mod resolve;
pub mod tool_name;
pub mod types;
pub mod utils;

#[cfg(test)]
mod test_support;

#[cfg(test)]
mod tests;

pub use executor::ToolExecutor;
pub use tool_name::ToolName;