pub mod cli; pub mod core; pub mod documents; pub mod embedding; pub mod gitlab; pub mod http; pub mod ingestion; pub mod search; #[cfg(test)] pub mod test_support; pub mod timeline; pub mod xref; pub use core::{Config, LoreError, Result};