// Handles directory structure and initialization logic for new agent projects
// Handles automatically building
// Handles exporting after build
// Handles cleaup after export
use env;
use PathBuf;
/// Resolve Cargo’s home directory ($CARGO_HOME or default ~/.cargo)
/// Root for CargoAI’s agents inside Cargo home
/// Full path to a specific agent workspace