bctx-conductor 0.1.28

bctx-conductor — Spiral Cycle agent runtime, SignalGraph, PassageRun
Documentation
1
2
3
4
5
use super::node::GraphNode;

pub fn relevance_score(_node: &GraphNode, _task_hint: &str) -> f64 {
    0.5 // placeholder — Phase 4 will use TF-IDF + recency
}