工具助手添加

This commit is contained in:
2025-12-25 18:04:10 +08:00
parent f4bc9f6dab
commit 98081456b7
31 changed files with 4306 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# AI助手Web客户端依赖包
# Flask Web框架
Flask>=2.3.0
# CORS支持
Flask-CORS>=4.0.0
# HTTP请求库(用于调用后端API)
requests>=2.31.0
# 环境变量管理(可选)
python-dotenv>=1.0.0