GitDeployHub

future-agi/workshop-demo

github.com/future-agi/workshop-demo ↗
Python
11 environment variables found in .env.example

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

  • LLM_PROVIDER LLM Provider Configuration Pick your provider: groq | openai | anthropic
  • MODEL_NAME Model name for chosen provider (examples below) groq: llama-3.3-70b-versatile, llama-3.1-8b-instant, mixtral-8x7b-32768 openai: gpt-4o,…
  • GROQ_API_KEY secret Provider API Keys (set the one matching your LLM_PROVIDER)
  • OPENAI_API_KEY secret
  • ANTHROPIC_API_KEY secret
  • FI_API_KEY secret FutureAGI (required for simulate, evaluate, and optimize)
  • FI_SECRET_KEY secret
  • LIVEKIT_URL LiveKit (required for hotel_voice agent only)
  • LIVEKIT_API_KEY secret
  • LIVEKIT_API_SECRET secret
  • DEEPGRAM_API_KEY secret STT / TTS Providers (required for hotel_voice agent only)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/future-agi/workshop-demo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/future-agi/workshop-demo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/future-agi/workshop-demo
Or deploy to a different host
← Try another repo