# KayGraph Multi-Agent Example Requirements

# Core dependency
kaygraph>=0.1.0

# For making API calls
requests>=2.31.0

# For LLM implementations (optional - we use requests directly)
# openai>=1.0.0         # If you prefer using the SDK

# Optional: For additional providers
# anthropic>=0.18.0     # For Claude LLM
# asyncio-mqtt>=0.16.0  # For MQTT messaging
# redis>=4.5.0          # For distributed message queue
# aioredis>=2.0.0       # For async Redis support