# エージェント基盤
langgraph>=0.1.0
langchain>=0.2.0
langchain-anthropic>=0.1.0

# データ収集
playwright>=1.40.0
beautifulsoup4>=4.12.0
httpx>=0.27.0

# DB
supabase>=2.0.0
pgvector>=0.2.0

# API
fastapi>=0.111.0
uvicorn>=0.30.0
python-dotenv>=1.0.0
pydantic>=2.5.0

# MCP Server
fastmcp>=2.3.2

# LLM providers
anthropic>=0.34.0
openai>=1.0.0
requests>=2.31.0

# データ処理
numpy>=1.26.0
pandas>=2.0.0
pillow>=10.0.0

# 3D特徴量
trimesh>=4.0.0

# Embedding
voyageai>=0.1.0
