agent-atlas 0.1.1

Deterministic knowledge base indexer for AI agents
Documentation
1
2
3
4
5
6
7
8
//! Cache management for fingerprints and features

mod fingerprints;
mod last_build;
pub mod tantivy_backend;

pub use fingerprints::*;
pub use last_build::*;