lha 1.0.2

Long-Horizon Agent command-line package that installs the lha binary.
Documentation
// Keep consolidated legacy module paths stable after moving crates under lha.
#![allow(clippy::module_inception)]

pub mod account;
mod thread_id;
pub use thread_id::ThreadId;
pub mod approvals;
pub mod config_types;
pub mod custom_prompts;
pub mod dynamic_tools;
pub mod items;
pub mod memory_citation;
pub mod message_history;
pub mod models;
pub mod num_format;
pub mod openai_models;
pub mod parse_command;
pub mod plan_tool;
pub mod protocol;
pub mod request_user_input;
pub mod user_input;
pub mod workflow;