Expand description
Antares-native first-class evidence.
Evidence is a kernel concept, not a user-defined entity. Every fact
(Edge) may reference one or more Evidence records via evidenced_by,
and derived records may accumulate evidence from their causes.
Structsยง
- Evidence
- A source-bound piece of supporting material: where it came from,
the literal content, and optional span offsets into the source.
The payload of an
evidencerecord. - Evidence
Id - Evidence identifier (newtype over String). Distinct from VertexId because evidence lives in its own storage plane.