malvin 0.2.4

Non-interactive research and coding agent
#![allow(unused_imports, dead_code)]

mod helpers;

pub(crate) use helpers::insert_formatted;
#[cfg(test)]
pub use helpers::workflow_context;
pub use helpers::{
    check_abort, format_exp_log_relative, format_prompt_path, workflow_context_paths_only,
};

#[cfg(test)]
mod helpers_tests;

#[cfg(test)]
pub(crate) mod orchestrator_test_support;

#[cfg(test)]
mod orchestrator_kiss_coverage;