# 核心依赖 - 基础功能必需
openai>=1.0.0,<2.0.0
requests>=2.25.0,<3.0.0
python-dotenv>=0.19.0,<2.0.0
pydantic>=2.0.0,<3.0.0
beautifulsoup4>=4.9.0,<5.0.0
numpy>=1.21.0,<2.0.0
networkx>=2.6.0,<4.0.0

# 搜索功能依赖 - 可选安装: pip install hello-agents[search]
# tavily-python>=0.7.12
# google-search-results>=2.4.2

# 记忆系统依赖 - 可选安装: pip install hello-agents[memory]
# qdrant-client>=1.6.0
# neo4j>=5.0.0
# spacy>=3.4.0
# scikit-learn>=1.0.0

# RAG系统依赖 - 可选安装: pip install hello-agents[rag]
# scikit-learn>=1.0.0
# transformers>=4.20.0
# torch>=1.12.0
# sentence-transformers>=2.2.0
# markitdown>=0.0.1
# pypdf>=3.9.0
# pdfminer.six>=20221105

# 协议支持依赖 (第10章) - 已包含在核心依赖中
# fastmcp>=2.0.0,<3.0.0
# a2a-sdk>=0.1.0


# 完整功能安装: pip install hello-agents[all]