graflo.architecture.schema.context.elision¶
What a bounded projection left out, and how to go and get it.
A slice without an elision report is indistinguishable from a complete schema, which is the failure mode this whole wave exists to avoid: an agent that believes it has seen everything asks confidently wrong questions.
ElidedEdge
¶
Bases: ConfigBaseModel
An edge left out of the slice.
Source code in graflo/architecture/schema/context/elision.py
ElidedVertex
¶
Bases: ConfigBaseModel
A vertex type left out of the slice.
Source code in graflo/architecture/schema/context/elision.py
ElisionReport
¶
Bases: ConfigBaseModel
Everything the slice does not contain, plus the budget that caused it.
Source code in graflo/architecture/schema/context/elision.py
truncated
property
¶
Whether anything at all was left out.