.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLM_MODEL
LLM configuration
LLM_KEY
secret
RAPIDAPI_HOST_PACKAGE
Tool API keys RAPIDAPI_KEY=9df2cb5... # Optional if unset flight search generates realistic mock data…
FOOTBALL_DATA_API_KEY
secret
STRIPE_API_KEY
secret
AGENT_GOAL
Agent goal configuration Set starting goal of agent if unset default is goal_event_flight_invoice (single agent mode)…
GOAL_CATEGORIES
Choose which goal categories are listed by the Agent Goal picker if enabled above Options: system (always included), hr, travel-flights,…
SHOW_CONFIRM
Other settings
FIN_START_REAL_WORKFLOW
Money Scenarios: Set if you want it to really start workflows otherwise it'll fake it if you want it to be real you'll need moneytransfer…
brew install flyctl && fly launch --from https://github.com/dandavison/temporal-ai-agent
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dandavison/temporal-ai-agent
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dandavison/temporal-ai-agent