# MultiAgents Framework with DSPy
multiagents>=0.1.0

# DSPy and LLM dependencies
dspy-ai>=2.0.0
openai>=1.0.0  # For OpenAI models
# anthropic>=0.20.0  # Uncomment for Claude models  
# cohere>=4.0.0      # Uncomment for Cohere models

# Enhanced text processing
nltk>=3.8.0
textstat>=0.7.0

# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Optional: Enhanced monitoring
colorlog>=6.0.0
rich>=13.0.0