GitDeployHub

agentscope-ai/dojozero

github.com/agentscope-ai/dojozero ↗
Python
8 environment variables found in .env.example

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

  • DOJOZERO_DASHSCOPE_API_KEY secret Core LLM / intelligence APIs (typical minimum for NBA/NFL scenarios)
  • DOJOZERO_TAVILY_API_KEY secret
  • DOJOZERO_ANTHROPIC_API_KEY secret Optional model providers
  • DOJOZERO_GEMINI_API_KEY secret
  • DOJOZERO_OPENAI_API_KEY secret
  • DOJOZERO_OPENAI_BASE_URL
  • DOJOZERO_XAI_API_KEY secret
  • DOJOZERO_X_API_BEARER_TOKEN secret Optional social data
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/agentscope-ai/dojozero
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/agentscope-ai/dojozero
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/agentscope-ai/dojozero
Or deploy to a different host
← Try another repo