# KayGraph Multi-Agent Example Requirements

# Core dependency
kaygraph>=0.1.0

# Optional: For production implementations
# anthropic>=0.18.0     # For Claude LLM
# openai>=1.0.0         # For OpenAI 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