# {{project_name}} — environment. Copy to .env and fill in.
#   cp env .env

# ── Tier 1 — required to boot (dev mode) ──────────────────────────
LEAFMESH_LICENSE_KEY=          # your LeafMesh license key
OPENAI_API_KEY=                # model provider key (intake + Manager run on gpt-4o-mini)

# ── State store ───────────────────────────────────────────────────
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=

# ── HITL — where the human reviewer is notified (defaults to a local stub) ──
HITL_OUTBOUND_URL=http://127.0.0.1:9999/human-notify

# ── Optional providers (use any model in config.yaml) ─────────────
# ANTHROPIC_API_KEY=
# GOOGLE_API_KEY=

# ── Tier 2 — real system-of-record connector. Set this only when you
#    uncomment the `mcp` block on intake_agent in config.yaml and point it
#    at your CRM / helpdesk. Until then intake reads the dev store, which
#    announces itself (available:false) for unknown requesters.
# CRM_MCP_URL=
# CRM_MCP_TOKEN=
