Config Migration¤
Status: Coming soon
artifex.generative_models.core.configuration.migrate_configs does not ship in
the current runtime.
Current Migration Path¤
Artifex currently uses manual migration onto the supported typed config surface:
- move imports to
artifex.configsorartifex.generative_models.core.configuration - replace legacy
*Configurationnames with the surviving*Configclasses - rematerialize typed configs through
from_dict()orfrom_yaml() - move family-specific config usage to the concrete
*_config.pyowners that still exist in the runtime
A future migration assistant may be added later, but manual migration is the current supported path.