frigg 0.10.1

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
10
11
12
13
//! Ecosystem-specific hybrid-ranking regressions for real-world repository layouts and entrypoint witness recovery.

use super::*;

mod cli_workflows;
mod firecrawl;
mod go;
mod n8n;
mod nim;
mod python;
mod roc;
mod supabase;
mod typescript;