Spaces:
Sleeping
Sleeping
File size: 435 Bytes
2929135 bafa5e5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
# Core Dependencies langgraph>=0.0.15 langchain>=0.1.0 langchain-openai>=0.0.5 openai>=1.3.0 python-dotenv>=0.19.0 typing-extensions>=4.5.0 # State Management pydantic>=2.0.0 # Logging and Monitoring python-json-logger>=2.0.7 structlog>=24.1.0 # Development Dependencies pytest>=7.0.0 pytest-asyncio>=0.23.0 pytest-cov>=4.1.0 black>=23.0.0 isort>=5.12.0 flake8>=6.1.0 # Documentation mkdocs>=1.5.0 mkdocs-material>=9.5.0 streamlit |