GitDeployHub

jeffgreen311/eve-agent-v2-unleashed

github.com/jeffgreen311/eve-agent-v2-unleashed ↗
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.

  • OLLAMA_BASE_URL Local Ollama (defaults work for `ollama serve` on this machine)
  • OLLAMA_MODEL Default model on launch Pick the public Ollama tag you want as your default. Examples:…
  • OLLAMA_API_KEY secret Cloud models (OPTIONAL) Only needed if you want to use qwen3-coder-next:cloud or qwen3.5:397b-cloud. Get a key at:…
  • TAVILY_API_KEY secret Web search (OPTIONAL) Only needed if you want Eve to do live web search. Get a free dev key at: https://app.tavily.com
  • EVE_DEFAULT_PROVIDER Provider routing (do not change unless you know what you are doing)
  • EVE_DEFAULT_MODEL
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/jeffgreen311/eve-agent-v2-unleashed
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/jeffgreen311/eve-agent-v2-unleashed
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/jeffgreen311/eve-agent-v2-unleashed
Or deploy to a different host
← Try another repo