更新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

4
start_web.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo "Starting IOV Data Analysis Agent Web Interface..."
echo "Please open http://localhost:8000 in your browser."
python3 -m uvicorn web.main:app --reload --host 0.0.0.0 --port 8000