forked from AutoForgeAI/autoforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (14 loc) · 711 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (14 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Optional: N8N webhook for progress notifications
# PROGRESS_N8N_WEBHOOK_URL=https://your-n8n-instance.com/webhook/...
# CLI Command Selection
# Choose which CLI command to use for the agent.
# - claude: Uses Anthropic's official Claude Code CLI (default)
# - glm: Uses GLM CLI (or any other compatible CLI)
# Defaults to 'claude' if not specified
# CLI_COMMAND=claude
# Playwright Browser Mode
# Controls whether Playwright runs Chrome in headless mode (no visible browser window).
# - true: Browser runs in background, invisible (recommended for using PC while agent works)
# - false: Browser opens a visible window (useful for debugging)
# Defaults to 'false' if not specified
# PLAYWRIGHT_HEADLESS=false