# Agency-Code Dependencies
# Optimized for seamless installation

# Core framework
git+https://github.com/VRSEN/agency-swarm.git@main

# AI model integration
openai-agents[litellm]
litellm>=1.0.0

# Required packages
beautifulsoup4>=4.9.0
python-dotenv>=0.19.0
pydantic>=2.0.0
requests>=2.25.0

# Git operations
dulwich>=0.21.6

# Testing (development)
pytest>=6.0.0
pytest-asyncio>=0.21.0

# Note: After initial installation, run this to fix Anthropic model compatibility:
# python -m pip install git+https://github.com/openai/openai-agents-python.git@main