更新readme文档

This commit is contained in:
2026-01-09 16:52:45 +08:00
parent e51cdfea6f
commit b1d0cc5462
22 changed files with 1871 additions and 174 deletions

5
start_web.bat Normal file
View File

@@ -0,0 +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
pause