修了 evidence 捕获的优先级逻辑:

This commit is contained in:
2026-04-20 10:04:47 +08:00
parent 3e1ecf2549
commit 7303008f48
2 changed files with 33 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
@echo off
echo Starting IOV Data Analysis Agent Web Interface...
echo Please open http://localhost:8000 in your browser.
python -m uvicorn web.main:app --reload --host 0.0.0.0 --port 8000
python -m uvicorn web.main:app --reload --reload-exclude "outputs/*" --host 0.0.0.0 --port 8000
pause