hallouminate 0.6.0

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    hallouminate::run().await
}