Expand description
Sim config TOML: build from portal input, parse back for the engine.
Structsยง
- Intent
Config Error - Failure to build, parse, validate, or serialize a simulation intent.
- Intent
Input - Sim configuration as supplied by the portal.
- SimConfig
Intent - Versioned TOML form of the sim intent shipped to the engine.
Enumsยง
- Intent
Config ๐Error Kind - Intent
Config Operation - Operation being performed when an intent configuration failed.
Constantsยง
- INTENT_
VERSION - Intent schema version stamped into every
SimConfigIntentand checked by the engine validator. - OBSOLETE_
ENCOUNTER_ ๐SETTINGS
Functionsยง
- build_
sim_ config - Build a TOML sim config from an
IntentInput(spec_idis theWoWAPI spec ID). - json_
to_ ๐toml - parse_
sim_ config - Parse and validate the sole current sim-intent contract.
- serialize_
sim_ config - Serialize a
SimConfigIntentback to canonical pretty-printed TOML. - validate_
intent ๐