# LLM request
httpx[socks]>=0.28.0
python-dotenv>=1.0.0

# Browser automation CLI
# 推荐安装方式: uv add browser-use && uv sync
# 或使用: pip install browser-use
browser-use>=0.11.0
langchain_core>=0.3.0

# API Server (Step Tree Visualization)
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
websockets>=13.0
pydantic

# 飞书
lark-oapi==1.5.3

# 数据库连接池（agent/tools/builtin/browser/sync_mysql_help.py 使用）
DBUtils>=3.0.0

# YAML 解析（Agent 框架配置文件使用）
PyYAML>=6.0

# 阿里云 OSS（HTML/图片上传使用）
alibabacloud-oss-v2>=1.2.3

# 文件锁（im-client/client.py 使用）
filelock>=3.12.0