Is your feature request related to a problem? Please describe.
When forking from state, we might want to augment the state as part of debugging/forking.
Describe the solution you'd like
To be able to modify the starting state when using initialize_from to build the initial state.
Use cases:
fix state (e.g. I saw in the state it was bad, let me fix it)
Is your feature request related to a problem? Please describe. When forking from state, we might want to augment the state as part of debugging/forking.
Describe the solution you'd like To be able to modify the starting state when using
initialize_from
to build the initial state.Use cases:
For the UI:
Describe alternatives you've considered You can do this today, it just happens outside of the application builder:
Additional context This just reduces some boilerplate.