//! Shared types for the Honcho SDK.
// Re-export the key DTOs and generic helpers at the `types` root so callers can
// reach them without naming the defining submodule. Convention: one `pub use`
// per submodule, braces only when re-exporting more than one symbol (mirrors the
// crate-root convention in `lib.rs`). Additive — the canonical submodule paths
// (e.g. `types::message::MessageResponse`) remain valid.
pub use ConclusionResponse;
pub use MessageResponse;
pub use ;
pub use SessionResponse;