Models
models
Core models for axm-smelt.
Format
SmeltContext
dataclass
Internal runtime context passed through the strategy pipeline.
Source code in packages/axm-smelt/src/axm_smelt/core/models.py
parsed
property
writable
Lazy-parsed structured data, decoded from text on first access.
text
property
writable
Current text representation, re-serialized from parsed if needed.
SmeltReport
Bases: BaseModel
Report produced by the smelt pipeline.