# Copy this file to skills/.env.local and adjust it for your machine. # Do not put API keys, OAuth tokens, browser localStorage tokens, or provider # credentials in committed files. # LangBot WebUI and backend endpoints. LANGBOT_FRONTEND_URL=http://127.0.0.1:3000 LANGBOT_BACKEND_URL=http://127.0.0.1:5300 LANGBOT_DEV_FRONTEND_URL=http://127.0.0.1:3000 # Local repository paths. LANGBOT_REPO=/path/to/LangBot LANGBOT_WEB_REPO=/path/to/LangBot/web LANGBOT_RAG_PLUGIN_REPO=/path/to/langbot-rag LANGBOT_PARSER_PLUGIN_REPO=/path/to/langbot-parser # Browser profile and Playwright/Chromium paths. LANGBOT_BROWSER_PROFILE=/path/to/langbot-playwright-profile LANGBOT_CHROMIUM_EXECUTABLE=/path/to/ms-playwright/chromium/chrome # Optional local proxy defaults. Leave blank if not needed. LANGBOT_PROXY_HTTP= LANGBOT_PROXY_SOCKS= LANGBOT_NO_PROXY=localhost,127.0.0.1,::1 # Optional generic pipeline target for generic Debug Chat smoke tests. LANGBOT_PIPELINE_URL= LANGBOT_PIPELINE_NAME= # Optional case-specific runner targets. Prefer these for runner-specific cases # so the automation cannot silently test the wrong runner. LANGBOT_LOCAL_AGENT_PIPELINE_URL= LANGBOT_LOCAL_AGENT_PIPELINE_NAME= LANGBOT_CODEX_AGENT_PIPELINE_URL= LANGBOT_CODEX_AGENT_PIPELINE_NAME= LANGBOT_CLAUDE_CODE_AGENT_PIPELINE_URL= LANGBOT_CLAUDE_CODE_AGENT_PIPELINE_NAME=