feat: add Harbor eval runner (#9138)

This commit is contained in:
Lucas Kim
2026-05-20 13:03:01 -07:00
committed by GitHub
parent 37f4e44ae2
commit 49f1adedd3
10 changed files with 1076 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from __future__ import annotations
import sys
from pathlib import Path
ROOT = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(ROOT))