rag-rat-core 0.2.0

Repository evidence engine for source chunks, symbols, graph edges, Git history, GitHub rationale, and source-bound memories.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod eval;
pub mod index;
pub mod language;
pub mod query;
pub mod search;
pub mod storage;

pub use config::{Config, ResolvedTarget, TargetKind};
pub use index::{IndexDatabase, IndexStatus};