Skip to main content

Module observation

Module observation 

Source
Expand description

Antares-native observations.

An Observation is an immutable, source-bound, evidence-backed atomic fact extracted from a real event/source. Observations live in their own append-only plane and feed the Belief layer.

Examples:

  • “Marcus from legal joined the review” → subject=person_marcus, predicate=joined_review, source_event_id=meeting_001
  • “SOC2 was mentioned in the call” → subject=meeting_001, predicate=mentioned_topic, object_value=“SOC2”
  • “pricing page opened 5×” → subject=person_marcus, predicate=page_open_count, object_value=5

This module ships ONLY the observation plane; beliefs are their own record kind.

Structs§

Observation
An atomic, source-bound fact about a subject.
ObservationId
Stable identifier for an observation.