File size: 268 Bytes
8b85552 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# 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
|