Skip to main content

Module types

Module types 

Source

Structs§

CompatTraceId
Stable trace identifier used for cross-crate correlation and auditability.
Document
A source document that has been chunked and embedded.
EmbeddingDisplacement
Embedding displacement between two text embeddings.
EpisodeMeta
Metadata for a causal episode (PRIMITIVES_CONTRACT §4).
ExplainedResult
Search result with full score explanation.
Fact
A discrete fact in the knowledge store.
GraphEdge
An edge in the memory graph.
MemoryStats
Database statistics.
Message
A single message within a session.
ProjectionClaimVersion
Public read shape for imported claim projection rows.
ProjectionEntityAlias
Public read shape for imported entity-alias rows.
ProjectionEpisode
Public read shape for imported episode projection rows.
ProjectionEvidenceRef
Public read shape for imported evidence-reference rows.
ProjectionQuery
Common filter surface for imported projection queries.
ProjectionRelationVersion
Public read shape for imported relation projection rows.
ScoreBreakdown
Detailed score breakdown for explainable search results.
SearchResult
A single search result.
Session
A conversation session.
TextChunk
A chunk produced by the text splitter.

Enums§

EpisodeOutcome
Outcome of an episode’s causal hypothesis.
GraphDirection
Direction for graph traversal.
GraphEdgeType
Type of relationship between graph nodes.
Role
Role of a message in a conversation.
SearchSource
Source information for a search result.
SearchSourceType
Indicates whether a search result came from a fact, document chunk, message, or episode.
VerificationStatus
Verification status for an episode.

Traits§

GraphView
Trait for querying the memory store as a graph.

Type Aliases§

TraceIdDeprecated