rag-rat-core 0.3.2

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
11
12
13
pub mod config;
pub mod eval;
pub mod fleet;
pub mod index;
pub mod language;
pub mod locks;
pub mod query;
pub mod search;
pub mod storage;
pub mod watch;

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