synapse-core 0.8.5

A neuro-symbolic semantic engine for OpenClaw, combining graph databases with vector operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod audit;
pub mod auth;
pub mod disambiguation;
pub mod ingest;
pub mod mcp_stdio;
pub mod mcp_types;
pub mod persistence;
pub mod processor;
pub mod reasoner;
pub mod scenarios;
pub mod server;
pub mod store;
pub mod vector_store;