frigg 0.4.2

Local-first MCP server for code understanding.
Documentation
1
2
3
4
5
6
#[path = "hybrid_execution/fusion.rs"]
mod fusion;
#[path = "hybrid_execution/pipeline.rs"]
mod pipeline;

pub(in crate::searcher) use pipeline::search_hybrid_with_filters_using_executor;