elph 0.0.10

Minimalist AI agent companion for coding
1
2
3
4
5
6
mod app;
pub mod exit_message;
mod interrupt;

pub use app::{EXIT_INTERRUPTED, EXIT_SUCCESS, ExitCode, SHOULD_KILL_PARENT, WAS_INTERRUPTED, kill_parent, run};
pub use interrupt::handle_prompt_interrupt;