1
0

requirements.txt 285 B

1234567891011121314
  1. # Python 后端依赖
  2. fastapi==0.115.0
  3. uvicorn[standard]==0.30.6
  4. pydantic==2.9.2
  5. python-dotenv==1.0.1
  6. sse-starlette==2.1.3
  7. hello-agents=1.0.0
  8. # Node 前端依赖(需使用 npm install 安装)
  9. react@^18.3.1
  10. react-dom@^18.3.1
  11. mermaid@^11.1.1
  12. @vitejs/plugin-react@^4.3.1
  13. vite@^5.4.8