# Python Agent项目依赖

# LLM客户端
anthropic>=0.30.0
openai>=1.35.0
httpx>=0.27.0

# 数据处理
pydantic>=2.7.0
pyyaml>=6.0.1

# 工具依赖
requests>=2.32.0
beautifulsoup4>=4.12.0

# 浏览器自动化（可选）
# playwright>=1.44.0

# 测试
pytest>=8.2.0
pytest-asyncio>=0.23.0

# 开发工具
python-dotenv>=1.0.0
