# Core dependencies
# These match pyproject.toml - use 'pip install -e .' or 'pip install .' for installation
aiohttp>=3.13.2  # Explicit dependency - latest version fixes enable_cleanup_closed deprecation warning for Python 3.13+
openai>=1.50.0
anthropic>=0.40.0
google-genai>=1.0.0
tiktoken>=0.7.0
langfuse>=2.57.0,<3.0.0
pydantic>=2.10.0
pydantic-settings>=2.6.0
python-dotenv>=1.0.1

# Memory dependencies
mem0ai>=1.0.0,<2.0.0
qdrant-client>=1.16.0
pymilvus>=2.4.0

# Session dependencies
redis>=5.0.0

# MCP (Model Context Protocol) support
mcp>=1.23.0

# Optional: Embedder dependencies (install based on your chosen provider)
# HuggingFace embeddings
# sentence-transformers>=2.2.0

# Cohere embeddings (optional)
# cohere>=5.0.0

# Development dependencies (optional)
# Install with: pip install -e ".[dev]"
# pytest>=8.3.0
# pytest-asyncio>=0.24.0
# ruff>=0.8.0
# mypy>=1.13.0
