GitDeployHub

TauricResearch/TradingAgents

github.com/TauricResearch/TradingAgents ↗
Python
16 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • OPENAI_API_KEY secret LLM Providers (set the one you use)
  • GOOGLE_API_KEY secret
  • ANTHROPIC_API_KEY secret
  • XAI_API_KEY secret
  • DEEPSEEK_API_KEY secret
  • DASHSCOPE_API_KEY secret
  • DASHSCOPE_CN_API_KEY secret
  • ZHIPU_API_KEY secret
  • ZHIPU_CN_API_KEY secret
  • MINIMAX_API_KEY secret
  • MINIMAX_CN_API_KEY secret
  • OPENROUTER_API_KEY secret
  • MISTRAL_API_KEY secret
  • MOONSHOT_API_KEY secret
  • GROQ_API_KEY secret
  • NVIDIA_API_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/TauricResearch/TradingAgents
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/TauricResearch/TradingAgents
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/TauricResearch/TradingAgents
Or deploy to a different host
← Try another repo