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: string
  • priority: low, normal, high, or urgent
  • deadline_local: datetime string parseable by datetime.fromisoformat

Tasks are ordered primarily by priority (urgent โ†’ high โ†’ normal โ†’ low), then by earliest deadline.

License

MIT

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support