.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
LLM Provider API Keys (至少配置一个)
OPENAI_API_KEY
secret
GEMINI_API_KEY
secret
DEEPSEEK_API_KEY
secret
QWEN_API_KEY
secret
PORT
Server
HOST
JWT_SECRET
secret
Security
JWT_EXPIRY_SECONDS
secret
DEV_MODE
DATA_DIR
Storage
CONFIG_DIR
SKILLS_DIR
OTEL_EXPORTER_OTLP_ENDPOINT
Observability
LOG_LEVEL
RATE_LIMIT_REQUESTS_PER_MINUTE
Rate Limiting
RATE_LIMIT_BURST
MAX_TOKEN_BUDGET
secret
Token Budget
brew install flyctl && fly launch --from https://github.com/achellies/harneswarm
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/achellies/harneswarm
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/achellies/harneswarm