# OpenAI Agents SDK Integration with Nexus
# Install with: pip install -r requirements.txt

# Core dependencies
nexus-ai-fs>=0.10.0      # Nexus filesystem with memory and workflows
openai-agents>=0.16.1    # OpenAI Agents SDK

# Required by OpenAI Agents SDK
openai>=2.36.0          # OpenAI API client
pydantic>=2.13.4        # Data validation
httpx>=0.28.1          # HTTP client

# Optional: For enhanced functionality
# tiktoken>=0.12.0      # Token counting
# numpy>=2.4.4        # Numerical operations for embeddings
