ComboPhaseConfig
Attributes
attributemodel_config= ConfigDict(extra='forbid')attributekindstrRegistry name of the sub-algorithm to run (e.g. 'mock_sft', 'rl').
attributeconfigdict[str, Any]= Field(default_factory=dict)Per-phase config dict passed to the sub-algorithm's Config constructor.
attributenamestr | None= NoneOptional human-readable phase name; defaults to phase\{i\}_\{kind\}.