Skip to main content

Crate kopitiam_knowledge

Crate kopitiam_knowledge 

Source
Expand description

The Knowledge Engine: owns the unified semantic graph.

Consumes facts from any kopitiam_ontology-speaking provider (kopitiam-semantic’s Rust providers, document providers, future language adapters) and lets callers query and traverse them. Storage and model invocation are deliberately out of scope here — see kopitiam-index for persistence and kopitiam-workflow for orchestration.

Structs§

SemanticGraph
The unified knowledge graph: every entity and relationship produced by any kopitiam_ontology-speaking provider, merged into one structure.