Skip to main content

Module types

Module types 

Source

Structs§

Edge
An edge is a relationship between two entities. Edges are bi-temporal: valid_from/valid_until (real-world) + recorded_at (system).
Entity
An entity is a thing mentioned in episodes — people, components, decisions, etc.
EntityContext
Context around an entity — its immediate neighbors and edges.
Episode
An episode is the fundamental unit of information. It represents “something happened” — a decision, conversation, event.
EpisodeBuilder
Builder for constructing episodes with a fluent API.
EpisodeResult
Result from adding an episode to the graph.
FusedEpisodeResult
Per-episode result from fused (RRF) search.
GraphStats
Graph-wide statistics.
SearchFilter
Options for search filtering.
SearchResult
Unified search result combining episodes, entities, and edges.