.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)
brew install flyctl && fly launch --from https://github.com/future-agi/workshop-demo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/future-agi/workshop-demo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/future-agi/workshop-demo