Files
Stephen Chu 91ab35981e Add create_deep_agent option and LangSmith setup instructions
- Show both create_agent and create_deep_agent options in agent.py
- Add LangSmith signup link to README setup instructions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 09:30:14 -08:00

10 lines
193 B
Bash

# API Keys
OPENAI_API_KEY=your_openai_key_here
LANGSMITH_API_KEY=your_langsmith_key_here
LANGCHAIN_TRACING_V2=true
LANGCHAIN_PROJECT=music-support-bot
# Optional: Model override
MODEL=gpt-4o