Demo seed script was failing with ImportError because the
create_batch_reasoning_regular_schedule function was referenced
but not implemented in reasoning_types.py.
Added the missing helper function to support REGULAR_SCHEDULE
batch reasoning type for regular scheduled production batches.
Fixes container restart loop in demo-seed-production-batches pod.