.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEEP_AGENT_MODEL
If unset, deepagents defaults are used. Set this to force a model.
ANTHROPIC_API_KEY
secret
Required by your chosen model provider.
LANGSMITH_API_KEY
secret
Optional but recommended for tracing.
brew install flyctl && fly launch --from https://github.com/langchain-ai/deep-agent-template
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/langchain-ai/deep-agent-template
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/langchain-ai/deep-agent-template