DAG_extension¶
TODO: See also extend_DAG - should it be merged here?
How does DAG extension work?¶
The entry_script has to:
transition to
metaprimer_runtime firstimplement CLI_compatibility
How to specify target state available only in meta runtime?¶
TODO: Implement this (and update): it should not be state directly, but a stable name for target states which points to refactorable state names
proto_code is supposed to recognize two args for the two target states:
state_name_prototarget is recognized in bothruntime_protoandruntime_meta.state_name_metatarget is recognized only inruntime_meta.
In other words, whatever runtime_meta does (whatever names it has) is irrelevant in runtime_proto.