synapse-core 0.8.4

A neuro-symbolic semantic engine for OpenClaw, combining graph databases with vector operations.
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/semantic_engine.proto")?;
    Ok(())
}