Expand description
OATF document loader with ThoughtJack-specific pre-processing.
This module handles loading OATF YAML documents via the oatf-rs SDK,
with a pre-processing step that extracts await_extractors keys
(a ThoughtJack runtime hint) before passing clean YAML to the SDK.
See TJ-SPEC-013 §7 for the loading pipeline.
Structs§
- Loaded
Document - Result of loading an OATF document.
Functions§
- document_
actors - Returns the actors slice from a normalized OATF document.
- load_
document - Loads an OATF document from YAML with
ThoughtJackpre-processing.