openai>=1.0.0
requests>=2.25.0
python-dotenv>=0.19.0
pydantic>=2.0.0
beautifulsoup4>=4.9.0
numpy>=1.21.0
networkx>=2.6.0

[all]
hello-agents[memory-rag,search]

[memory]
qdrant-client>=1.6.0
neo4j>=5.0.0
spacy>=3.4.0
scikit-learn>=1.0.0

[memory-rag]
hello-agents[memory,rag]

[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

[search]
tavily-python>=0.7.12
google-search-results>=2.4.2
