agent-source-repository 0.1.0

Agent Source Repository local context registry for coding agents
Documentation
1
2
3
4
5
6
7
pub mod boosting;
pub mod penalties;
pub mod weighting;

pub use boosting::{apply_query_boost, boost_multi_chunk_files};
pub use penalties::{rerank_topk, rerank_topk_for_bm25_code};
pub use weighting::resolve_alpha;