# ==========================================
# requirements.txt
# ==========================================
# Core package has no dependencies!

# Optional: For LangChain integration
langchain>=0.1.0
langchain-core>=0.1.0
langchain-openai>=0.0.5

# Optional: For LangGraph integration
langgraph>=0.0.20

# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
flake