YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
viet-robot-task-priority-sorter
A tiny helper that sorts robot tasks by priority and deadline, so that a scheduler or agent can pick the next best task to execute.
Function:
sort_tasks(tasks: list[TaskItem]) -> list[TaskItem]
where each TaskItem has:
task_id: stringpriority:low,normal,high, orurgentdeadline_local: datetime string parseable bydatetime.fromisoformat
Tasks are ordered primarily by priority (urgent โ high โ normal โ low), then by earliest deadline.
License
MIT
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support