Fact

sealed interface Fact(source)

Represents stored information about a specific concept at a point in time. Facts are the actual data points stored in the memory system, always associated with their originating concept and creation timestamp for temporal reasoning.

Inheritors

Properties

Link copied to clipboard
abstract val concept: Concept

The concept property represents the distinct piece of knowledge associated with this fact.

Link copied to clipboard
abstract val timestamp: Long

The timestamp indicating when the fact was created or stored, expressed as the number of milliseconds elapsed since the Unix epoch (January 1, 1970, 00:00:00 UTC).