Skip to main content

Module core

Module core 

Source
Expand description

Core domain types for the hora-graph-core knowledge graph engine.

This module re-exports entity, edge, episode, types, and dedup as the foundational building blocks of the graph.

Modules§

dedup
Entity deduplication — name exact, Jaccard tokens, cosine embedding.
edge
Edge (fact) type — a directed, bi-temporal relation between two entities.
entity
Entity type — a node in the knowledge graph with optional properties and embedding.
episode
Episode type — an episodic memory record capturing interaction snapshots.
types
Core type definitions — IDs, configuration, property values, and query options.