Delete separator agent and interference_pairs tool

Interference detection via O(n²) text cosine similarity is
redundant — the graph structure should surface similar nodes
through link topology, shared neighbors, and community detection.
The other agents (linker, extractor) already maintain these
relationships.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-10 15:32:30 -04:00
parent fd722662da
commit 92ef9b5215
3 changed files with 2 additions and 57 deletions

View file

@ -195,7 +195,7 @@ pub fn format_health_section(store: &Store, graph: &Graph) -> String {
out
}
pub fn format_pairs_section(
pub(super) fn format_pairs_section(
pairs: &[(String, String, f32)],
store: &Store,
graph: &Graph,