feat: LLM queue optimizer — resource-aware batch scheduler (closes #2) #13

Merged
pyr0ball merged 17 commits from feature/llm-queue-optimizer into main 2026-03-15 05:11:30 -07:00
Showing only changes of commit 1f2273f049 - Show all commits

View file

@ -1,9 +1,6 @@
# tests/test_task_scheduler.py
"""Tests for scripts/task_scheduler.py and related db helpers."""
import sqlite3
import threading
import time
from collections import deque
from pathlib import Path
import pytest