const
ArrayRef
Remove the `const` from `ArrayRef<const char>` as the `ArrayRef` already implies the underlying type will be accessed only in `const`.
Add the tool `pypeline-trace-runner` which allows reading a serialized pypeline schedule and execute it purely in C++.