Wraps the plain-list result returned by pesto_ies_callback() (and,
eventually, pesto_ies()) in the S7 manifest contract object so
downstream packages can consume it via S7 dispatch without reaching
into PESTO-specific list internals.
Arguments
- x
A
pesto_ies_callback_result(or any object with a method registered against this generic).- ...
Method-specific arguments. For
pesto_ies_callback_result:run_id(character, defaults to a timestamp+hash slug),seed(integer, defaults toNA_integer_),fidelity(structured provenance list orNULL; defaults to the record captured bypesto_ies_callback()for a multi-fidelity run),apsim_version(character, defaults toNA_character_; passattr(fm, "apsim_version")from anapsim_callback()forward model to ground the run to its simulator), andobs_schema(a grounded semantic descriptor frompesto_obs_schema()orNULL).