forked from kent/consciousness
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:
parent
fd722662da
commit
92ef9b5215
3 changed files with 2 additions and 57 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue