Fact

@Serializable
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
Link copied to clipboard
abstract val timestamp: Long