# viet-robot-task-priority-scheduler A simple rule-based scheduler that sorts tasks by priority and source. Function: ```python schedule_tasks(tasks: list[Task]) -> list[ScheduledTask] ``` Critical tasks and user-initiated tasks are placed first. ## License MIT