bctx-conductor 0.1.25

bctx-conductor — Spiral Cycle agent runtime, SignalGraph, PassageRun
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Clone)]
pub enum GraphNode {
    File(String),
    Symbol { file: String, name: String },
    Signal { source: String, kind: String },
    Memory { fact_id: String },
    SkillResult { skill_id: String },
}