- # Python 后端依赖
- fastapi==0.115.0
- uvicorn[standard]==0.30.6
- pydantic==2.9.2
- python-dotenv==1.0.1
- sse-starlette==2.1.3
- hello-agents=1.0.0
- # Node 前端依赖(需使用 npm install 安装)
- react@^18.3.1
- react-dom@^18.3.1
- mermaid@^11.1.1
- @vitejs/plugin-react@^4.3.1
- vite@^5.4.8
|