# Agent Framework Library
# Install from local source during development:
# pip install -e ../

# Or install from GitHub (when published):
# For HTTPS (works with public/private repos with token):
# git+https://github.com/Cinco-AI/AgentFramework.git
# For SSH (requires SSH key setup):
# git+ssh://git@github.com/Cinco-AI/AgentFramework.git

# Additional dependencies for examples
python-dotenv>=1.0.0

# Development dependencies (optional)
pytest>=7.0.0
pytest-asyncio>=0.21.0 