hallouminate 0.2.3

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
1
2
3
4
5
6
7
8
mod bucket;
mod format;
mod orchestrate;
mod types;

pub mod index;

pub use index::*;