GitDeployHub

dontriskit/deer-flow

github.com/dontriskit/deer-flow ↗
Python
6 environment variables found in .env.example

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

  • DEBUG Application Settings
  • APP_ENV
  • SEARCH_API Search Engine, Supported values: tavily (recommended), duckduckgo, brave_search, arxiv
  • TAVILY_API_KEY secret
  • VOLCENGINE_TTS_APPID Optional, volcengine TTS for generating podcast
  • VOLCENGINE_TTS_ACCESS_TOKEN secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/dontriskit/deer-flow
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dontriskit/deer-flow
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dontriskit/deer-flow
Or deploy to a different host
← Try another repo