pydantic>=2.0
pyyaml>=6.0
typing-extensions>=4.0

[anthropic]
anthropic>=0.40

[autogen]
pyautogen>=0.2

[crewai]
crewai>=0.1

[dev]
pytest>=7.0
pytest-asyncio>=0.21
pytest-cov>=4.0
black>=23.0
ruff>=0.1.0
mypy>=1.0
pre-commit>=3.0

[docs]
sphinx>=5.0
sphinx-rtd-theme>=1.0
sphinx-autodoc-typehints>=1.0

[langchain]
langchain>=0.1

[openai]
openai>=1.0

[semantics]
sentence-transformers>=3.0

[storage-postgres]
psycopg2>=2.9

[storage-sqlite]
aiosqlite>=0.19
