ontocast.onto.enum¶
FactsDecision
¶
Bases: StrEnum
Enumeration of routing decisions after ontology quality checks.
Source code in ontocast/onto/enum.py
FailureStage
¶
Bases: StrEnum
Enumeration of possible failure stages in the workflow.
Source code in ontocast/onto/enum.py
LLMGraphFormat
¶
Bases: StrEnum
Format used by the LLM when emitting RDF graph payloads.
turtle: graph fields are Turtle strings (legacy behavior).jsonld: graph fields are compact JSON-LD objects embedded directly in the structured LLM response. Internally parsed back intoRDFGraph.
Source code in ontocast/onto/enum.py
OntologyAssemblyMode
¶
Bases: StrEnum
How per-unit ontology context was assembled for prompts.
Source code in ontocast/onto/enum.py
OntologyContextMode
¶
Bases: StrEnum
How per-unit ontology context is sourced before ontology/facts rendering.
Source code in ontocast/onto/enum.py
OntologyDecision
¶
Bases: StrEnum
Enumeration of Ontology Decisions used in the workflow.
Source code in ontocast/onto/enum.py
RenderMode
¶
SPARQLOperationType
¶
Bases: StrEnum
Enumeration of SPARQL operation types.
This enum is used across the system for type-safe SPARQL operations.
Source code in ontocast/onto/enum.py
Status
¶
WorkflowNode
¶
Bases: StrEnum
Enumeration of workflow nodes in the processing pipeline.