Skip to main content

Interface: FactTemporal

Defined in: packages/agentos/src/memory/retrieval/typed-network/types.ts:75

Temporal envelope per Hindsight Eq. 1 fields τs, τe, τm. ISO 8601 strings; missing start / end indicates an instant rather than an interval. mention is always populated — it's the timestamp at which the fact was authored.

Properties

end?

optional end: string

Defined in: packages/agentos/src/memory/retrieval/typed-network/types.ts:79

Interval end (inclusive). ISO 8601. Optional for instant facts.


mention

mention: string

Defined in: packages/agentos/src/memory/retrieval/typed-network/types.ts:81

Mention timestamp — when the fact was first authored. ISO 8601.


start?

optional start: string

Defined in: packages/agentos/src/memory/retrieval/typed-network/types.ts:77

Interval start (inclusive). ISO 8601. Optional for instant facts.