minni 0.1.0

Local memory, task, and codebase indexing tool for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Minni library API.
//!
//! Exposes the modules used by the CLI and by generated documentation.

pub mod cli;
pub mod context;
pub mod db;
pub mod indexer;
pub mod journal;
pub mod models;
pub mod search;
pub mod task;