LoreTalkMemoryPacket

data class LoreTalkMemoryPacket(val source: String, val timestamp: Long, val evidence: String, val tags: List<String> = emptyList(), val names: List<String> = emptyList())(source)

Canonical interpreted memory packet injected into the Lorekeeper talk prompt.

Constructors

Link copied to clipboard
constructor(source: String, timestamp: Long, evidence: String, tags: List<String> = emptyList(), names: List<String> = emptyList())

Properties

Link copied to clipboard

Bounded grounded evidence text

Link copied to clipboard

Named references extracted during indexing

Link copied to clipboard

Human-readable source label (for example "Reputation Event")

Link copied to clipboard

Deterministic memory tags for quick topical hints

Link copied to clipboard

Event timestamp used for chronology