# ──────────────────────────────────────────────────────────────
# LeafMesh — required keys
LEAFMESH_LICENSE_KEY=your-license-key-here
LEAFMESH_ENV_TOKEN=your-env-token-here

# ──────────────────────────────────────────────────────────────
# LLM providers — set one or both
OPENAI_API_KEY=your-key-here
ANTHROPIC_API_KEY=your-anthropic-key

# ──────────────────────────────────────────────────────────────
# Redis (default = local docker compose redis)
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=

# ──────────────────────────────────────────────────────────────
# HITL operations manager — set webhook for human notify
HITL_OUTBOUND_URL=http://127.0.0.1:9999/human-notify

# ──────────────────────────────────────────────────────────────
# Optional: domain knobs surfaced via env
HIGH_VALUE_THRESHOLD_USD=50000
