Skip to main content

Module loader

Module loader 

Source
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§

LoadedDocument
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 ThoughtJack pre-processing.