refactor: serve.py 改用 starlette + uvicorn,统一支持 HTTP/WebSocket/API 代理

This commit is contained in:
Hermes Agent
2026-05-13 13:25:16 +08:00
parent 518e19a282
commit cbde341d8f
3 changed files with 89 additions and 103 deletions
+3
View File
@@ -1 +1,4 @@
starlette>=0.27.0
uvicorn>=0.20.0
httpx>=0.24.0
websockets>=10.0