pub fn validate_task_schedule(
tasks: &[ScheduledTask],
) -> Result<(), ScheduleError>Expand description
Validate a batch before dispatching. Checks non-empty list, known agent types, and unique task ids.
pub fn validate_task_schedule(
tasks: &[ScheduledTask],
) -> Result<(), ScheduleError>Validate a batch before dispatching. Checks non-empty list, known agent types, and unique task ids.