mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 22:18:09 +01:00
37 lines
999 B
Plaintext
37 lines
999 B
Plaintext
RAPIDAPI_KEY=9df2cb5...
|
|
RAPIDAPI_HOST=sky-scrapper.p.rapidapi.com
|
|
FOOTBALL_DATA_API_KEY=....
|
|
|
|
STRIPE_API_KEY=sk_test_51J...
|
|
|
|
LLM_PROVIDER=openai # default
|
|
OPENAI_API_KEY=sk-proj-...
|
|
# or
|
|
# LLM_PROVIDER=ollama
|
|
# OLLAMA_MODEL_NAME=qwen2.5:14b
|
|
# or
|
|
# LLM_PROVIDER=google
|
|
# GOOGLE_API_KEY=your-google-api-key
|
|
# or
|
|
# LLM_PROVIDER=anthropic
|
|
# ANTHROPIC_API_KEY=your-anthropic-api-key
|
|
# or
|
|
# LLM_PROVIDER=deepseek
|
|
# DEEPSEEK_API_KEY=your-deepseek-api-key
|
|
|
|
|
|
# uncomment and unset these environment variables to connect to the local dev server
|
|
# TEMPORAL_ADDRESS=namespace.acct.tmprl.cloud:7233
|
|
# TEMPORAL_NAMESPACE=default
|
|
# TEMPORAL_TASK_QUEUE=agent-task-queue
|
|
|
|
# Uncomment if using mTLS (not needed for local dev server)
|
|
# TEMPORAL_TLS_CERT='path/to/cert.pem'
|
|
# TEMPORAL_TLS_KEY='path/to/key.pem'
|
|
|
|
# Uncomment if using API key (not needed for local dev server)
|
|
# TEMPORAL_API_KEY=abcdef1234567890
|
|
|
|
# Agent Goal Configuration
|
|
# AGENT_GOAL=goal_event_flight_invoice # (default) or goal_match_train_invoice
|