Unified Configuration Backend¤
Artifex uses one configuration backend across the repo:
- frozen dataclass runtime configs
- typed retained template documents
- shared
from_dict()/from_yaml()materialization
The old unified.py-style catch-all module is not the supported contract.
Use:
artifex.configsfor public importsartifex.generative_models.core.configurationfor the reviewed runtime package surface
For the current config guide, see: