frigg 0.9.2

Frigg gives AI agents local, source-backed code search and navigation without sending whole repositories through every prompt.
Documentation
1
2
3
4
5
6
7
8
9
//! Unit tests for storage schema, manifest snapshots, semantic embeddings, vector search, and retention pruning.

mod support;

mod manifest;
mod retention;
mod schema;
mod semantic;
mod vector_store;