fix(demo): restore tool authority runner

This commit is contained in:
Shay 2026-06-11 11:32:52 -07:00
parent ea96be1684
commit 260ef33857

View file

@ -10,7 +10,7 @@ import argparse
import json
import shutil
import sys
import tempfile
from pathlib import Path
from typing import Any
REPO_ROOT = Path(__file__).resolve().parents[2]