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

# ── Required ──────────────────────────────────────────────────────
LEAFMESH_LICENSE_KEY=          # your LeafMesh license key
OPENAI_API_KEY=                # model provider key (default models are OpenAI)

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

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

# ── Connectors — set these only when you uncomment a connector agent
#    (PATTERN B in config.yaml) and point it at your system of record.
# CRM_MCP_URL=
