# ShadowDance - Multi-platform observability for LLM and robot SDKs

# Core dependencies (choose your platform)
# langsmith>=0.1.0       # For PLATFORM=langsmith (default)
# langfuse>=2.0.0        # For PLATFORM=langfuse
# wandb>=0.16.0          # For PLATFORM=weave

# Common dependencies
python-dotenv>=1.0.0
httpx>=0.25.0

# Optional: OpenAI client (for LLM tracing)
openai>=1.0.0

# Development dependencies (optional)
# pytest>=7.0.0
# ruff>=0.1.0
# mypy>=1.0.0
