.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
GYM_SUPPORT_MODEL
ANTHROPIC_API_KEY
secret
OPENAI_API_KEY
secret
LANGSMITH_TRACING
LangSmith tracing The whole point of the demo: watch the handoffs in the trace tree.
LANGSMITH_API_KEY
secret
LANGSMITH_PROJECT
OTEL_EXPORTER_OTLP_ENDPOINT
OTEL_EXPORTER_OTLP_HEADERS
LANGSMITH_TRACING_MODE
brew install flyctl && fly launch --from https://github.com/langchain-ai/pipecat-langgraph-example
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/langchain-ai/pipecat-langgraph-example
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/langchain-ai/pipecat-langgraph-example