Skip to content

Environment reference

Generated by npm run docs:gen from harness_env_inventory.ts, harness_default_constants.ts, and harness_settings_field_meta.ts. Do not edit by hand.

Precedence

  1. process.env / .env (secrets and deploy overrides)
  2. .agent_runtime_prefs.jsonharness.env
  3. HARNESS_ENV_DEFAULTS in packages/core/src/harness_default_constants.ts

Web Settings writes to (2). See Configuration basics.

Managed keys

KeyDefaultSettingsSecretTabDescription
AGENT_AGENTCARD1yesnoharnessRegister agentcard_* tools (virtual cards, agent email, Base USDC/x402). Requires agentcard CLI on the sidecar host: npm
AGENT_AGENTCARD_CMDagentcardyesnoharnessExecutable name or path for the AgentCard CLI (default: agentcard).
AGENT_AGENTCARD_SIGNUP_TIMEOUT_MS330000yesnoharnessWall clock for agentcard signup magic-link polling (default 330000).
AGENT_AGENTCARD_TIMEOUT_MS120000yesnoharnessWall clock per agentcard CLI call except signup (default 120000).
AGENT_ALWAYS_TOOLS_PROFILEbalancedyesnoharnessHarness environment toggle for Always Tools Profile. See docs/configuration.md (harness).
AGENT_API_BASE_URLhttps://openrouter.ai/api/v1yesnomodels_apiHarness environment toggle for Api Base Url. See docs/configuration.md (models api).
AGENT_APPROVAL_TIMEOUT_MS120000yesyessafetyHarness environment toggle for Approval Timeout Ms. See docs/configuration.md (safety).
AGENT_APP_HTML_MAX_BYTES409600yesnosession_uiMaximum persisted HTML document size per desktop app (default 409600).
AGENT_APP_MAX_COUNT8yesnosession_uiMaximum concurrent liminal desktop app specs (default 8).
AGENT_APP_PROXY_MAX_HOSTS8yesnosession_uiMaximum allowlisted proxy hosts per html/chart app (default 8).
AGENT_APP_REFRESH_ENABLED1yesnosession_uiSidecar background refresh loop for open desktop apps.
AGENT_APP_REFRESH_MIN_INTERVAL_MS300000yesnosession_uiMinimum milliseconds between sidecar refreshes per app.
AGENT_AUTO_APPROVE_TOOLSrun_lint,run_tests,git_statusyesnoharnessHarness environment toggle for Auto Approve Tools. See docs/configuration.md (harness).
AGENT_AUTO_DREAM1yesnosession_uiHarness environment toggle for Auto Dream. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_ALLOW_DELETE0yesnosession_uiHarness environment toggle for Auto Dream Allow Delete. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_INJECT_TRANSCRIPT1yesnosession_uiHarness environment toggle for Auto Dream Inject Transcript. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_LOCK_STALE_MS3600000yesnosession_uiHarness environment toggle for Auto Dream Lock Stale Ms. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_MAX_CHARS_PER_SESSION10000yesnosession_uiHarness environment toggle for Auto Dream Max Chars Per Session. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_MAX_SESSION_FILES8yesnosession_uiHarness environment toggle for Auto Dream Max Session Files. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_MAX_TOTAL_CHARS40000yesnosession_uiHarness environment toggle for Auto Dream Max Total Chars. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_MIN_HOURS4yesnosession_uiHarness environment toggle for Auto Dream Min Hours. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_MIN_SESSIONS3yesnosession_uiHarness environment toggle for Auto Dream Min Sessions. See docs/configuration.md (session ui).
AGENT_AUTO_DREAM_SCAN_INTERVAL_MS30000yesnosession_uiHarness environment toggle for Auto Dream Scan Interval Ms. See docs/configuration.md (session ui).
AGENT_AZURE_CONNECT_ON_BOOT0yesnoharnessAuto-attach Azure MCP when OAuth tokens exist at harness startup.
AGENT_AZURE_REST1yesnoharnessRegister azure_list_* and azure_rest_call ARM tools (OAuth or az login).
AGENT_AZURE_SIDECAR_CMDnpx -y @azure/mcp@latest server startyesnoharnessCommand to launch @azure/mcp (default: npx -y @azure/mcp@latest server start).
AGENT_AZURE_SIDECAR_ENABLE1yesnoharnessSpawn @azure/mcp HTTP sidecar for mcp_azure_* tools on connect_provider.
AGENT_AZURE_SIDECAR_PORT8012yesnoharnessHTTP port for @azure/mcp (default 8012).
AGENT_BROWSER1yesnoweb_researchHarness environment toggle for Browser. See docs/configuration.md (web research).
AGENT_BROWSER_ALLOW_FILE_ANY0yesnoharnessHarness environment toggle for Browser Allow File Any. See docs/configuration.md (harness).
AGENT_BROWSER_ALWAYS_ACTIVE0yesnoharnessHarness environment toggle for Browser Always Active. See docs/configuration.md (harness).
AGENT_BROWSER_AUTO_VISION0yesnoharnessHarness environment toggle for Browser Auto Vision. See docs/configuration.md (harness).
AGENT_BROWSER_EMBED1yesnoweb_researchStream viewport previews to the desktop browser dock via browser_view events.
AGENT_BROWSER_FILE_ROOT``yesnoharnessHarness environment toggle for Browser File Root. See docs/configuration.md (harness).
AGENT_BROWSER_HEADED0yesnoharnessHarness environment toggle for Browser Headed. See docs/configuration.md (harness).
AGENT_BROWSER_MAX_SESSIONS2yesnosession_uiHarness environment toggle for Browser Max Sessions. See docs/configuration.md (session ui).
AGENT_BROWSER_NAV_TIMEOUT_MS45000yesnoharnessHarness environment toggle for Browser Nav Timeout Ms. See docs/configuration.md (harness).
AGENT_BROWSER_SESSION_TTL_MS120000yesnosession_uiHarness environment toggle for Browser Session Ttl Ms. See docs/configuration.md (session ui).
AGENT_BROWSER_TYPE_DELAY_MS30yesnoharnessHarness environment toggle for Browser Type Delay Ms. See docs/configuration.md (harness).
AGENT_BROWSER_WALL_MS120000yesnoharnessHarness environment toggle for Browser Wall Ms. See docs/configuration.md (harness).
AGENT_CAPTCHA_POLL_MS3000yesnoharnessHarness environment toggle for Captcha Poll Ms. See docs/configuration.md (harness).
AGENT_CAPTCHA_SERVICE2captchayesnoharnessHarness environment toggle for Captcha Service. See docs/configuration.md (harness).
AGENT_CAPTCHA_TIMEOUT_MS120000yesnoharnessHarness environment toggle for Captcha Timeout Ms. See docs/configuration.md (harness).
AGENT_CHAT_BOOTrestore_lastyesnosession_uiWhich chat to open on startup: restore_last (default), new_chat, or most_recent. Shared across web, desktop, and TUI.
AGENT_CHILD_TIMEOUT_MS1800000yesnoharnessHarness environment toggle for Child Timeout Ms. See docs/configuration.md (harness).
AGENT_COMPENSATION_ENABLED1yesnoharnessHarness environment toggle for Compensation Enabled. See docs/configuration.md (harness).
AGENT_COMPENSATION_MAX_ACTIONS32yesnoharnessHarness environment toggle for Compensation Max Actions. See docs/configuration.md (harness).
AGENT_COMPLEXITY_ROUTING1yesnoharnessHarness environment toggle for Complexity Routing. See docs/configuration.md (harness).
AGENT_COMPRESS_SEMANTIC0yesnosession_uiHarness environment toggle for Compress Semantic. See docs/configuration.md (session ui).
AGENT_CONCURRENCY_COOLDOWN_MS60000yesnoharnessHarness environment toggle for Concurrency Cooldown Ms. See docs/configuration.md (harness).
AGENT_CONSOLIDATE_MIN_MESSAGES8yesnoharnessHarness environment toggle for Consolidate Min Messages. See docs/configuration.md (harness).
AGENT_CONSOLIDATE_ON_IDLE1yesnoharnessHarness environment toggle for Consolidate On Idle. See docs/configuration.md (harness).
AGENT_CONSOLIDATE_TIMEOUT_MS30000yesnoharnessHarness environment toggle for Consolidate Timeout Ms. See docs/configuration.md (harness).
AGENT_CONTROL_PLANE_URL``yesnoharnessHarness environment toggle for Control Plane Url. See docs/configuration.md (harness).
AGENT_CRITIC0yesnoharnessHarness environment toggle for Critic. See docs/configuration.md (harness).
AGENT_CRITIC_EVIDENCE1yesnoharnessHarness environment toggle for Critic Evidence. See docs/configuration.md (harness).
AGENT_CRITIC_MIN_TOOLS4yesnoharnessHarness environment toggle for Critic Min Tools. See docs/configuration.md (harness).
AGENT_CRITIC_MODEsingleyesnoharnessHarness environment toggle for Critic Mode. See docs/configuration.md (harness).
AGENT_CRITIC_REQUIRE0yesnoharnessHarness environment toggle for Critic Require. See docs/configuration.md (harness).
AGENT_CTX_HOT_ROUNDS4yesnoharnessHarness environment toggle for Ctx Hot Rounds. See docs/configuration.md (harness).
AGENT_CTX_PROVENANCE1yesnoharnessHarness environment toggle for Ctx Provenance. See docs/configuration.md (harness).
AGENT_CTX_VOLATILE_TAIL1yesnoharnessHarness environment toggle for Ctx Volatile Tail. See docs/configuration.md (harness).
AGENT_CTX_WARM_ROUNDS8yesnoharnessHarness environment toggle for Ctx Warm Rounds. See docs/configuration.md (harness).
AGENT_CURATOR_MAX_TOKENS6000yesnoharnessHarness environment toggle for Curator Max Tokens. See docs/configuration.md (harness).
AGENT_CURATOR_PROTECT_ACCESS_COUNT3yesnoharnessHarness environment toggle for Curator Protect Access Count. See docs/configuration.md (harness).
AGENT_CURATOR_PROTECT_GLOBAL0yesnoharnessHarness environment toggle for Curator Protect Global. See docs/configuration.md (harness).
AGENT_CURATOR_PROTECT_MIN_AGE_HOURS24yesnoharnessHarness environment toggle for Curator Protect Min Age Hours. See docs/configuration.md (harness).
AGENT_CURATOR_TIMEOUT_MS90000yesnoharnessHarness environment toggle for Curator Timeout Ms. See docs/configuration.md (harness).
AGENT_DICTATION_AUDIO_CUE0yesnoharnessHarness environment toggle for Dictation Audio Cue. See docs/configuration.md (harness).
AGENT_DICTATION_MAX_RECORDING_MS60000yesnoharnessHarness environment toggle for Dictation Max Recording Ms. See docs/configuration.md (harness).
AGENT_DICTATION_MIN_RECORDING_MS1500yesnoharnessHarness environment toggle for Dictation Min Recording Ms. See docs/configuration.md (harness).
AGENT_DICTATION_SILENCE_MS_LONG2500yesnoharnessHarness environment toggle for Dictation Silence Ms Long. See docs/configuration.md (harness).
AGENT_DICTATION_SILENCE_MS_SHORT1500yesnoharnessHarness environment toggle for Dictation Silence Ms Short. See docs/configuration.md (harness).
AGENT_DICTATION_WEB_SPEECH0yesnoweb_researchHarness environment toggle for Dictation Web Speech. See docs/configuration.md (web research).
AGENT_DISTILL1yesnomemory_vaultHarness environment toggle for Distill. See docs/configuration.md (memory vault).
AGENT_DISTILL_READ_FILE0yesnoharnessHarness environment toggle for Distill Read File. See docs/configuration.md (harness).
AGENT_DISTILL_WEB_FETCH0yesnoweb_researchHarness environment toggle for Distill Web Fetch. See docs/configuration.md (web research).
AGENT_DOC_AUTONOMY1yesnodocumentsHarness environment toggle for Doc Autonomy. See docs/configuration.md (documents).
AGENT_DOC_ENGINE1yesnodocumentsHarness environment toggle for Doc Engine. See docs/configuration.md (documents).
AGENT_DOC_MAX_SOURCE_LOOKUPS24yesnodocumentsHarness environment toggle for Doc Max Source Lookups. See docs/configuration.md (documents).
AGENT_DOC_QUALITY_MIN90yesnodocumentsHarness environment toggle for Doc Quality Min. See docs/configuration.md (documents).
AGENT_DOC_REPAIR_BUDGET4yesnodocumentsHarness environment toggle for Doc Repair Budget. See docs/configuration.md (documents).
AGENT_DOC_STYLE_DIVERSITY_MIN0.12yesnodocumentsHarness environment toggle for Doc Style Diversity Min. See docs/configuration.md (documents).
AGENT_DOC_WEB_ASSETS1yesnoweb_researchHarness environment toggle for Doc Web Assets. See docs/configuration.md (web research).
AGENT_DREAM_CONTRADICT_AUTO_RESOLVE1yesnoharnessHarness environment toggle for Dream Contradict Auto Resolve. See docs/configuration.md (harness).
AGENT_DREAM_CONTRADICT_CONFIDENCE0.85yesnoharnessHarness environment toggle for Dream Contradict Confidence. See docs/configuration.md (harness).
AGENT_DREAM_THRESHOLD0.15yesnoharnessHarness environment toggle for Dream Threshold. See docs/configuration.md (harness).
AGENT_EFFORTmediumyesnoharnessHarness environment toggle for Effort. See docs/configuration.md (harness).
AGENT_EMBED_MODELqwen/qwen3-embedding-8byesnomodels_apiHarness environment toggle for Embed Model. See docs/configuration.md (models api).
AGENT_EVAL_JSON_SINK1yesnoadvancedHarness environment toggle for Eval Json Sink. See docs/configuration.md (advanced).
AGENT_EVAL_OUTCOME_LEARN1yesnoadvancedFeed eval-suite pass/fail into the shared recipe stats file as high-trust golden outcomes.
AGENT_FAILURE_DIGEST1yesnoadvancedHarness environment toggle for Failure Digest. See docs/configuration.md (advanced).
AGENT_FAILURE_LOG1yesnoadvancedHarness environment toggle for Failure Log. See docs/configuration.md (advanced).
AGENT_FAST_MODELdeepseek/deepseek-v4-flashyesnomodels_apiHarness environment toggle for Fast Model. See docs/configuration.md (models api).
AGENT_FINALIZE_CITE0yesnoharnessHarness environment toggle for Finalize Cite. See docs/configuration.md (harness).
AGENT_FINALIZE_HINT0yesnoharnessHarness environment toggle for Finalize Hint. See docs/configuration.md (harness).
AGENT_FINALIZE_JUDGE0yesnoharnessHarness environment toggle for Finalize Judge. See docs/configuration.md (harness).
AGENT_FINALIZE_RETRY_BUDGET0yesnoharnessHarness environment toggle for Finalize Retry Budget. See docs/configuration.md (harness).
AGENT_GOLDEN_EVAL1yesnoadvancedHarness environment toggle for Golden Eval. See docs/configuration.md (advanced).
AGENT_GOOGLE_ANALYTICS_REST1yesnoharnessRegister analytics_rest_* tools (Analytics Admin + Data APIs): list accounts/properties, run reports, realtime, data str
AGENT_GOOGLE_CALENDAR_REST1yesnoharnessRegister calendar_rest_* tools (classic Calendar API): calendars/settings/timezone, colors, subscribe/hide, clear events
AGENT_GOOGLE_CONNECT_ON_BOOT1yesnoharnessHarness environment toggle for Google Connect On Boot. See docs/configuration.md (harness).
AGENT_GOOGLE_GMAIL_SEND1yesnoharnessRegister gmail_create_draft, gmail_send_draft, and gmail_send_message (classic Gmail REST). Official Gmail MCP create_dr
AGENT_GOOGLE_OAUTH_CLIENT_ID``yesnoharnessHarness environment toggle for Google Oauth Client Id. See docs/configuration.md (harness).
AGENT_GOOGLE_OFFICE_REST1yesnoharnessRegister docs_rest_, sheets_rest_, slides_rest_*, and office_rest_export_file (classic Docs/Sheets/Slides/Drive APIs).
AGENT_GOOGLE_SEARCH_CONSOLE_REST1yesnoharnessRegister search_console_rest_* tools: list sites, search analytics queries, URL inspection, sitemap list/submit/delete.
AGENT_GOOGLE_SIDECAR_CMDuvx workspace-mcpyesnoharnessHarness environment toggle for Google Sidecar Cmd. See docs/configuration.md (harness).
AGENT_GOOGLE_SIDECAR_ENABLE1yesnoharnessHarness environment toggle for Google Sidecar Enable. See docs/configuration.md (harness).
AGENT_GOOGLE_SIDECAR_PORT8010yesnoharnessHarness environment toggle for Google Sidecar Port. See docs/configuration.md (harness).
AGENT_HEARTBEAT0yesnosession_uiHarness environment toggle for Heartbeat. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_IDLE_MS45000yesnosession_uiHarness environment toggle for Heartbeat Idle Ms. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_MAX_TOKENS512yesnosession_uiHarness environment toggle for Heartbeat Max Tokens. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_MAX_USER_NUDGES_PER_HOUR2yesnosession_uiHarness environment toggle for Heartbeat Max User Nudges Per Hour. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_MIN_INTERVAL_MS120000yesnosession_uiHarness environment toggle for Heartbeat Min Interval Ms. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_SURFACEtraceyesnosession_uiHarness environment toggle for Heartbeat Surface. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_TIMEOUT_MS20000yesnosession_uiHarness environment toggle for Heartbeat Timeout Ms. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_UI_STRIP0yesnosession_uiHarness environment toggle for Heartbeat Ui Strip. See docs/configuration.md (session ui).
AGENT_HEARTBEAT_USER_NUDGE_CONFIDENCE_MIN0.86yesnosession_uiHarness environment toggle for Heartbeat User Nudge Confidence Min. See docs/configuration.md (session ui).
AGENT_INBOX_AUTO_LABEL1yesnosession_uiCreate Liminal/* labels or Outlook categories and sort triaged mail automatically.
AGENT_INBOX_AUTO_PROCESS1yesnosession_uiSend urgent/action mail to the agent automatically (drafts still require approval).
AGENT_INBOX_AUTO_SPAM_LABEL0yesnosession_uiApply spam label when triage confidence is high (off by default).
AGENT_INBOX_BACKFILL_MAX25yesnosession_uiOn first connect, triage up to this many unread (then recent) inbox messages per account. 0 = incremental only.
AGENT_INBOX_NOTIFY_URGENT1yesnosession_uiEmit inbox_notify when action/urgent items are triaged.
AGENT_INBOX_TRIAGE1yesnosession_uiUse fast-model JSON triage when heuristics do not decide.
AGENT_INBOX_TRIAGE_CONFIDENCE_MIN0.75yesnosession_uiMinimum confidence before acting on a triage verdict.
AGENT_INBOX_TRIAGE_TIMEOUT_MS6000yesnosession_uiWall-clock cap for a single inbox triage completion.
AGENT_INBOX_WATCH0yesnosession_uiPoll connected Gmail/Outlook inboxes on an interval; triage new mail with a fast model.
AGENT_INBOX_WATCH_INTERVAL_MS300000yesnosession_uiHow often the sidecar checks for new mail (default 5 minutes).
AGENT_INBOX_WATCH_MAX_TRIAGE_PER_CYCLE25yesnosession_uiLLM triage budget per poll cycle.
AGENT_INBOX_WATCH_MIN_INTERVAL_MS60000yesnosession_uiFloor between inbox poll cycles (throttle).
AGENT_INBOX_WATCH_WHILE_BUSY0yesnosession_uiWhen on, inbox polls continue during an active harness turn.
AGENT_INFERENCE_BASE_URLhttps://api.vireondynamics.com/v1/inferenceyesnoharnessHarness environment toggle for Inference Base Url. See docs/configuration.md (harness).
AGENT_INFERENCE_MODEautoyesnoharnessHarness environment toggle for Inference Mode. See docs/configuration.md (harness).
AGENT_INFERENCE_PREFER_MANAGED1yesnoharnessHarness environment toggle for Inference Prefer Managed. See docs/configuration.md (harness).
AGENT_INFERENCE_SESSION_TOKEN``yesnosession_uiHarness environment toggle for Inference Session Token. See docs/configuration.md (session ui).
AGENT_INFERENCE_SESSION_URLhttps://www.vireondynamics.com/api/inference/sessionyesnosession_uiHarness environment toggle for Inference Session Url. See docs/configuration.md (session ui).
AGENT_INTENT_CONFIDENCE_MIN0.65yesnoharnessHarness environment toggle for Intent Confidence Min. See docs/configuration.md (harness).
AGENT_INTENT_CONTEXT_MAX_CHARS12000yesnoharnessHarness environment toggle for Intent Context Max Chars. See docs/configuration.md (harness).
AGENT_INTENT_FAST_THRESHOLD0.6yesnoharnessHarness environment toggle for Intent Fast Threshold. See docs/configuration.md (harness).
AGENT_INTENT_INFERENCE1yesnoharnessHarness environment toggle for Intent Inference. See docs/configuration.md (harness).
AGENT_INTENT_OPERATIONAL_MODEL``yesnoharnessHarness environment toggle for Intent Operational Model. See docs/configuration.md (harness).
AGENT_INTENT_REPO_CONTEXT1yesnoharnessHarness environment toggle for Intent Repo Context. See docs/configuration.md (harness).
AGENT_INTENT_ROUTING1yesnoharnessHarness environment toggle for Intent Routing. See docs/configuration.md (harness).
AGENT_KIMCHI_MIN_INTERVAL_MS1500yesyesmodels_apiMinimum ms between Cast AI completions when AGENT_PROVIDER_MIN_INTERVAL_MS is unset. Lowers RPM/TPM 429s on free tier.
AGENT_KIMCHI_TRANSIENT_MAX_RETRIES8yesyesmodels_apiRetry budget for transient Cast AI / Kimchi errors (opaque HTTP 400, 429, 5xx) per completion before failing the turn.
AGENT_LATENCY_MODE0yesnoharnessWhen on, skips world-context gather, intent-inference LLM, proactive verify lint, session JSONL, forced reply-finalize,
AGENT_LENGTH_RESUME_MAX8yesnoharnessHarness environment toggle for Length Resume Max. See docs/configuration.md (harness).
AGENT_LICENSE_PREFER_ENV0yesnoharnessHarness environment toggle for License Prefer Env. See docs/configuration.md (harness).
AGENT_LIMINAL_APPS0yesnosession_uiEnable spawn_app / update_app desktop widget tools (off by default — preview only).
AGENT_LIMINAL_APPS_DESKTOP0yesnosession_uiInject slim spawn_app protocol when the sidecar runs inside Liminal Desktop (set automatically by sidecar).
AGENT_LINT_ALLOWED_COMMANDS``yesnoadvancedHarness environment toggle for Lint Allowed Commands. See docs/configuration.md (advanced).
AGENT_LLM_JSON_CACHE1yesnoharnessHarness environment toggle for Llm Json Cache. See docs/configuration.md (harness).
AGENT_LLM_JSON_CACHE_TTL_MS300000yesnoharnessHarness environment toggle for Llm Json Cache Ttl Ms. See docs/configuration.md (harness).
AGENT_LOCATION``yesnosession_uiHarness environment toggle for Location. See docs/configuration.md (session ui).
AGENT_MANAGED_BEDROCK_REGIONap-southeast-2yesnomodels_apiAWS region for Bedrock when model ids have no geo prefix (e.g. ap-southeast-2). Sent as x-vireon-managed-bedrock-region
AGENT_MANAGED_BUSY_MAX_RETRIES4yesnomodels_apiBounded local retries (with backoff) when managed inference reports its upstream is busy, before surfacing a 'providers
AGENT_MANAGED_BYOK_FALLBACK0yesnomodels_apiWhen managed inference stays busy, fall back to your local provider API key for the rest of the session. Off by default
AGENT_MANAGED_FREE_FALLBACK1yesnomodels_apiWhen managed inference credits are exhausted (HTTP 402), switch to your OpenRouter API key on a free model (see Free Fal
AGENT_MANAGED_FREE_FALLBACK_FASTnvidia/nemotron-3-ultra-550b-a55b:freeyesnomodels_apiSecond free model for sidecars when managed credits are exhausted (default Nemotron 3 Ultra free; main stays Free Fallba
AGENT_MANAGED_FREE_FALLBACK_MODELopenrouter/freeyesnomodels_apiOpenRouter slug when managed credits are exhausted and free fallback is on (default openrouter/free; owl-alpha Stealth i
AGENT_MANAGED_PROVIDERautoyesnomodels_apiWhen using Vireon managed inference: auto (shape-based routing + failover), bedrock, openrouter, or kimchi (Cast AI). Se
AGENT_MARKETS_ENABLE1yesnoweb_researchHarness environment toggle for Markets Enable. See docs/configuration.md (web research).
AGENT_MARKETS_MAX_DELAY_MS2000yesnoweb_researchHarness environment toggle for Markets Max Delay Ms. See docs/configuration.md (web research).
AGENT_MARKETS_RETRIES2yesnoweb_researchHarness environment toggle for Markets Retries. See docs/configuration.md (web research).
AGENT_MARKETS_TIMEOUT_MS8000yesnoweb_researchHarness environment toggle for Markets Timeout Ms. See docs/configuration.md (web research).
AGENT_MAX_COMPLETION_TOKENS16000yesnoharnessHarness environment toggle for Max Completion Tokens. See docs/configuration.md (harness).
AGENT_MEMORY_ARCHIVE1yesnomemory_vaultHarness environment toggle for Memory Archive. See docs/configuration.md (memory vault).
AGENT_MEMORY_ARCHIVE_MAX2000yesnomemory_vaultHarness environment toggle for Memory Archive Max. See docs/configuration.md (memory vault).
AGENT_MEMORY_AUTOLINK0yesnomemory_vaultHarness environment toggle for Memory Autolink. See docs/configuration.md (memory vault).
AGENT_MEMORY_AUTOLINK_MODELdeepseek/deepseek-v4-proyesnomodels_apiHarness environment toggle for Memory Autolink Model. See docs/configuration.md (models api).
AGENT_MEMORY_AUTO_EXTRACT0yesnomemory_vaultHarness environment toggle for Memory Auto Extract. See docs/configuration.md (memory vault).
AGENT_MEMORY_CONSOLIDATE_MODELdeepseek/deepseek-v4-proyesnomodels_apiHarness environment toggle for Memory Consolidate Model. See docs/configuration.md (models api).
AGENT_MEMORY_CURATOR_MODEL``yesnomemory_vaultHarness environment toggle for Memory Curator Model. See docs/configuration.md (memory vault).
AGENT_MEMORY_DEBIAS1yesnomemory_vaultHarness environment toggle for Memory Debias. See docs/configuration.md (memory vault).
AGENT_MEMORY_EPISODE0yesnomemory_vaultHarness environment toggle for Memory Episode. See docs/configuration.md (memory vault).
AGENT_MEMORY_EXPLORATORY_AUTO_RECALL0yesnomemory_vaultHarness environment toggle for Memory Exploratory Auto Recall. See docs/configuration.md (memory vault).
AGENT_MEMORY_GRAPH1yesnomemory_vaultHarness environment toggle for Memory Graph. See docs/configuration.md (memory vault).
AGENT_MEMORY_INTROSPECTION_STRICT0yesnomemory_vaultHarness environment toggle for Memory Introspection Strict. See docs/configuration.md (memory vault).
AGENT_MEMORY_MAX_AGE_DAYS_DEFAULT540yesnomemory_vaultHarness environment toggle for Memory Max Age Days Default. See docs/configuration.md (memory vault).
AGENT_MEMORY_MAX_NOTES0yesnomemory_vaultHarness environment toggle for Memory Max Notes. See docs/configuration.md (memory vault).
AGENT_MEMORY_MIN_CONFIDENCE_DEFAULT0.35yesnomemory_vaultHarness environment toggle for Memory Min Confidence Default. See docs/configuration.md (memory vault).
AGENT_MEMORY_PRIME_ROUND01yesnomemory_vaultHarness environment toggle for Memory Prime Round0. See docs/configuration.md (memory vault).
AGENT_MIN_CONCURRENT_AGENTS1yesnoharnessHarness environment toggle for Min Concurrent Agents. See docs/configuration.md (harness).
AGENT_MISSION_AUTONOMY0yesnoharnessHarness environment toggle for Mission Autonomy. See docs/configuration.md (harness).
AGENT_MISSION_MAX_ITERATIONS20yesnoharnessHarness environment toggle for Mission Max Iterations. See docs/configuration.md (harness).
AGENT_MISSION_REQUIRES_YOLO0yesnoharnessWhen 1, mission_continue chained sends require AGENT_YOLO=1. Default 0 allows continuation with normal approval gates.
AGENT_MODELdeepseek/deepseek-v4-proyesnomodels_apiHarness environment toggle for Model. See docs/configuration.md (models api).
AGENT_NATIVE_VISION1yesnomodels_apiSet 0 to disable routing image attachments as image_url parts on the main chat model.
AGENT_NATIVE_VISION_SLUGS``yesnomodels_apiComma-separated substrings; when AGENT_MODEL matches, attachments use native multimodal input.
AGENT_OBSIDIAN_DISCOVER1yesnomemory_vaultHarness environment toggle for Obsidian Discover. See docs/configuration.md (memory vault).
AGENT_OBSIDIAN_REQUIRE_DOT_OBSIDIAN1yesnomemory_vaultHarness environment toggle for Obsidian Require Dot Obsidian. See docs/configuration.md (memory vault).
AGENT_OBSIDIAN_VAULT_NAME_SUBSTRING``yesnomemory_vaultHarness environment toggle for Obsidian Vault Name Substring. See docs/configuration.md (memory vault).
AGENT_OPENROUTER_FUSION_ANALYSIS_MODELS``yesnomodels_apiComma-separated model slugs (1–8) for Fusion when preset=custom.
AGENT_OPENROUTER_FUSION_JUDGE``yesnomodels_apiJudge / final writer slug for Fusion (empty = preset default).
AGENT_OPENROUTER_FUSION_MAX_TOOL_CALLS4yesnomodels_apiMax web_search/web_fetch steps per Fusion panel member and judge (1–16).
AGENT_OPENROUTER_FUSION_PRESETqualityyesnomodels_apiWhen AGENT_MODEL is openrouter/fusion: quality (frontier panel), budget (cheaper panel), or custom (AGENT_OPENROUTER_FUS
AGENT_OPENROUTER_SESSIONS1yesnosession_uiHarness environment toggle for Openrouter Sessions. See docs/configuration.md (session ui).
AGENT_OPENROUTER_SESSION_ID``yesnosession_uiHarness environment toggle for Openrouter Session Id. See docs/configuration.md (session ui).
AGENT_OUTCOME_IMPLICIT_FEEDBACK1yesnoadvancedDefer effort/rule/recipe learning until the user's next message. Corrections and retries lower the prior turn score; tha
AGENT_OUTCOME_JUDGE1yesnoadvancedSample a fraction of turns for a fast-model answer-quality score to calibrate heuristic outcomes.
AGENT_OUTCOME_JUDGE_SAMPLE_RATE0.1yesnoadvancedFraction of deferred turns (0–1) sent to the fast outcome judge. Default 0.1 (10%).
AGENT_OVERINFERENCE_GUARD1yesnoharnessHarness environment toggle for Overinference Guard. See docs/configuration.md (harness).
AGENT_OVERINFERENCE_LLM_CHECK0yesnoharnessHarness environment toggle for Overinference Llm Check. See docs/configuration.md (harness).
AGENT_PASTE1yesnosession_uiHarness environment toggle for Paste. See docs/configuration.md (session ui).
AGENT_PASTE_BUDGET_MS2000yesnoharnessHarness environment toggle for Paste Budget Ms. See docs/configuration.md (harness).
AGENT_PASTE_CONTEXT_WINDOW2yesnoharnessHarness environment toggle for Paste Context Window. See docs/configuration.md (harness).
AGENT_PASTE_MAX_CONCURRENT2yesnoharnessHarness environment toggle for Paste Max Concurrent. See docs/configuration.md (harness).
AGENT_PASTE_MIN_PROB0.5yesnoharnessHarness environment toggle for Paste Min Prob. See docs/configuration.md (harness).
AGENT_PASTE_PREDICTIVE0yesnoharnessHarness environment toggle for Paste Predictive. See docs/configuration.md (harness).
AGENT_PERSONA_BOOTSTRAP1yesnosession_uiHarness environment toggle for Persona Bootstrap. See docs/configuration.md (session ui).
AGENT_PERSONA_BOOTSTRAP_ALLOW_SKIP1yesnosession_uiHarness environment toggle for Persona Bootstrap Allow Skip. See docs/configuration.md (session ui).
AGENT_PERSONA_GENERATION_STREAM1yesnoharnessHarness environment toggle for Persona Generation Stream. See docs/configuration.md (harness).
AGENT_PERSONA_GEN_RETRIES2yesnoharnessHarness environment toggle for Persona Gen Retries. See docs/configuration.md (harness).
AGENT_PERSONA_GEN_TIMEOUT_MS90000yesnoharnessHarness environment toggle for Persona Gen Timeout Ms. See docs/configuration.md (harness).
AGENT_PERSONA_INFER_MODEL``yesnomodels_apiHarness environment toggle for Persona Infer Model. See docs/configuration.md (models api).
AGENT_PERSONA_PREVIEW_MAX_CHARS16000yesnoharnessHarness environment toggle for Persona Preview Max Chars. See docs/configuration.md (harness).
AGENT_PERSONA_REPAIR_MAX1yesnoharnessHarness environment toggle for Persona Repair Max. See docs/configuration.md (harness).
AGENT_PERSONA_SOUL_MODEbatchyesnoharnessHarness environment toggle for Persona Soul Mode. See docs/configuration.md (harness).
AGENT_PERSONA_UI_COPY1yesnoharnessGenerate in-voice interface microcopy at persona bootstrap (composer placeholder, labels, empty state). Set 0 to use def
AGENT_PERSONA_UI_THEME_LLM1yesnoharnessHarness environment toggle for Persona Ui Theme Llm. See docs/configuration.md (harness).
AGENT_PLUGIN_DIR``yesnoadvancedHarness environment toggle for Plugin Dir. See docs/configuration.md (advanced).
AGENT_PROACTIVE_VERIFY1yesnoharnessAfter file edits or browser tools, inject lint/console [VERIFY RESULT] into context before the next model round (no turn
AGENT_PROACTIVE_VERIFY_LINT1yesnoharnessAuto run_lint on changed typed files after each edit batch (default on).
AGENT_PROCESS_HEALTH0yesnoadvancedHarness environment toggle for Process Health. See docs/configuration.md (advanced).
AGENT_PROMPT_CACHE1yesnoharnessHarness environment toggle for Prompt Cache. See docs/configuration.md (harness).
AGENT_PROMPT_CACHE_ROLLING1yesnoharnessHarness environment toggle for Prompt Cache Rolling. See docs/configuration.md (harness).
AGENT_PROTOCOL_INTENT_HINTanyyesnoadvancedHarness environment toggle for Protocol Intent Hint. See docs/configuration.md (advanced).
AGENT_PROVIDER_ALLOW_FALLBACKS1yesnoharnessHarness environment toggle for Provider Allow Fallbacks. See docs/configuration.md (harness).
AGENT_PROVIDER_CIRCUIT_COOLDOWN_MS60000yesnoharnessHarness environment toggle for Provider Circuit Cooldown Ms. See docs/configuration.md (harness).
AGENT_PROVIDER_CIRCUIT_FAILURES3yesnoadvancedHarness environment toggle for Provider Circuit Failures. See docs/configuration.md (advanced).
AGENT_PROVIDER_IGNORE``yesnoharnessHarness environment toggle for Provider Ignore. See docs/configuration.md (harness).
AGENT_PROVIDER_MAX_PRICE_COMPLETION``yesnoharnessHarness environment toggle for Provider Max Price Completion. See docs/configuration.md (harness).
AGENT_PROVIDER_MAX_PRICE_PROMPT``yesnoharnessHarness environment toggle for Provider Max Price Prompt. See docs/configuration.md (harness).
AGENT_PROVIDER_MIN_INTERVAL_MS0yesnomodels_apiHarness environment toggle for Provider Min Interval Ms. See docs/configuration.md (models api).
AGENT_PROVIDER_ORDER``yesnoharnessHarness environment toggle for Provider Order. See docs/configuration.md (harness).
AGENT_PROVIDER_ORDER_FAST``yesnoharnessHarness environment toggle for Provider Order Fast. See docs/configuration.md (harness).
AGENT_PROVIDER_ROUTE_AUTO1yesnoharnessHarness environment toggle for Provider Route Auto. See docs/configuration.md (harness).
AGENT_PROVIDER_SESSION_EPOCH_ON_4291yesnosession_uiHarness environment toggle for Provider Session Epoch On 429. See docs/configuration.md (session ui).
AGENT_PROVIDER_SORTpriceyesnoharnessHarness environment toggle for Provider Sort. See docs/configuration.md (harness).
AGENT_PROVIDER_STRATEGYpriceyesnoharnessHarness environment toggle for Provider Strategy. See docs/configuration.md (harness).
AGENT_PSEUDO_TOOL_RETRY_MAX2yesnoharnessHarness environment toggle for Pseudo Tool Retry Max. See docs/configuration.md (harness).
AGENT_QUERY_REWRITE0yesnomemory_vaultHarness environment toggle for Query Rewrite. See docs/configuration.md (memory vault).
AGENT_QUERY_REWRITE_EXPLORATORY0yesnomemory_vaultHarness environment toggle for Query Rewrite Exploratory. See docs/configuration.md (memory vault).
AGENT_RATE_LIMIT_MAX_RETRIES8yesyesmodels_apiHarness environment toggle for Rate Limit Max Retries. See docs/configuration.md (models api).
AGENT_REASONING_BUDGET1yesnoharnessHarness environment toggle for Reasoning Budget. See docs/configuration.md (harness).
AGENT_REASONING_DEFAULT_EFFORTmediumyesnoharnessHarness environment toggle for Reasoning Default Effort. See docs/configuration.md (harness).
AGENT_REASONING_EXTERNAL_SLUGS``yesnoharnessHarness environment toggle for Reasoning External Slugs. See docs/configuration.md (harness).
AGENT_REASONING_NATIVE_SLUGS``yesnoharnessHarness environment toggle for Reasoning Native Slugs. See docs/configuration.md (harness).
AGENT_REASONING_NUDGE_CHARS2500yesnoharnessHarness environment toggle for Reasoning Nudge Chars. See docs/configuration.md (harness).
AGENT_REASONING_SURFACEexternalyesnoharnessHarness environment toggle for Reasoning Surface. See docs/configuration.md (harness).
AGENT_RECALL_EVERY_N0yesnomemory_vaultHarness environment toggle for Recall Every N. See docs/configuration.md (memory vault).
AGENT_RECALL_RERANK0yesnomemory_vaultHarness environment toggle for Recall Rerank. See docs/configuration.md (memory vault).
AGENT_RECALL_RERANK_WEIGHT1.0yesnomemory_vaultHarness environment toggle for Recall Rerank Weight. See docs/configuration.md (memory vault).
AGENT_RECIPE_LIBRARY1yesnoadvancedHarness environment toggle for Recipe Library. See docs/configuration.md (advanced).
AGENT_RECIPE_PRIME1yesnoadvancedAt round 2, inject the best matching success recipe for the turn intent (zero extra model calls). Low-outcome turns deca
AGENT_REFLEXION_SEMANTIC1yesnoharnessHarness environment toggle for Reflexion Semantic. See docs/configuration.md (harness).
AGENT_RETRY_FOREVER0yesnomodels_apiHarness environment toggle for Retry Forever. See docs/configuration.md (models api).
AGENT_RETRY_MAX_DELAY_MS30000yesnomodels_apiHarness environment toggle for Retry Max Delay Ms. See docs/configuration.md (models api).
AGENT_RETRY_WALL_TIME_MS90000yesnomodels_apiHarness environment toggle for Retry Wall Time Ms. See docs/configuration.md (models api).
AGENT_RULE_DEMOTE_MIN_SAMPLES20yesnoharnessHarness environment toggle for Rule Demote Min Samples. See docs/configuration.md (harness).
AGENT_RULE_DEMOTE_THRESHOLD0.4yesnoharnessHarness environment toggle for Rule Demote Threshold. See docs/configuration.md (harness).
AGENT_RULE_RECALL1yesnomemory_vaultHarness environment toggle for Rule Recall. See docs/configuration.md (memory vault).
AGENT_SAFETY_JUDGE0yesnosafetyHarness environment toggle for Safety Judge. See docs/configuration.md (safety).
AGENT_SAFETY_JUDGE_MODELdeepseek/deepseek-v4-flashyesnosafetyHarness environment toggle for Safety Judge Model. See docs/configuration.md (safety).
AGENT_SELF_HEAL_LINT0yesnoharnessHarness environment toggle for Self Heal Lint. See docs/configuration.md (harness).
AGENT_SELF_HEAL_LINT_MODEtscyesnoharnessHarness environment toggle for Self Heal Lint Mode. See docs/configuration.md (harness).
AGENT_SELF_HEAL_MAX_PASSES4yesnoharnessHarness environment toggle for Self Heal Max Passes. See docs/configuration.md (harness).
AGENT_SELF_HEAL_REPO_WIDE0yesnoharnessHarness environment toggle for Self Heal Repo Wide. See docs/configuration.md (harness).
AGENT_SELF_HEAL_STOP_ON_NO_PROGRESS1yesnoharnessHarness environment toggle for Self Heal Stop On No Progress. See docs/configuration.md (harness).
AGENT_SEND_TIMEOUT_MS1800000yesnomodels_apiHarness environment toggle for Send Timeout Ms. See docs/configuration.md (models api).
AGENT_SERPER_GLusyesnoweb_researchSerper geolocation country code passed as gl (e.g. us, gb, au).
AGENT_SERPER_HLenyesnoweb_researchSerper interface language passed as hl (e.g. en).
AGENT_SESSION_GREET0yesnosession_uiHarness environment toggle for Session Greet. See docs/configuration.md (session ui).
AGENT_SESSION_JSONL1yesnosession_uiHarness environment toggle for Session Jsonl. See docs/configuration.md (session ui).
AGENT_SESSION_JSONL_MAX_ROLLUP_CHARS500000yesnosession_uiHarness environment toggle for Session Jsonl Max Rollup Chars. See docs/configuration.md (session ui).
AGENT_SESSION_JSONL_TEXT_LOGrollupyesnosession_uiHarness environment toggle for Session Jsonl Text Log. See docs/configuration.md (session ui).
AGENT_SESSION_JSONL_TRACE0yesnosession_uiHarness environment toggle for Session Jsonl Trace. See docs/configuration.md (session ui).
AGENT_SESSION_MODE``yesnosession_uiHarness environment toggle for Session Mode. See docs/configuration.md (session ui).
AGENT_SHEETS_AUTO_FIT1yesnoharnessAfter sheets_rest_update_values / append / batch_update_values, auto-resize columns to content and pin empty spacer colu
AGENT_SPAWN_TOOL_INFER1yesnoharnessHarness environment toggle for Spawn Tool Infer. See docs/configuration.md (harness).
AGENT_SPAWN_TOOL_INFER_MODEL``yesnoharnessHarness environment toggle for Spawn Tool Infer Model. See docs/configuration.md (harness).
AGENT_SPAWN_TOOL_INFER_TIMEOUT_MS8000yesnoharnessHarness environment toggle for Spawn Tool Infer Timeout Ms. See docs/configuration.md (harness).
AGENT_SPECULATIVE_READS0yesnomemory_vaultHarness environment toggle for Speculative Reads. See docs/configuration.md (memory vault).
AGENT_STREAM_CHUNK_TIMEOUT_MS120000yesnoharnessMax idle time (ms) between SSE chunks before the harness aborts and retries the stream. Default 120000; auto-raised for
AGENT_STREAM_MAX_RETRIES3yesnoharnessHarness environment toggle for Stream Max Retries. See docs/configuration.md (harness).
AGENT_TEAM_AUDIT_LOG1yesnoharnessHarness environment toggle for Team Audit Log. See docs/configuration.md (harness).
AGENT_TEAM_BUS0yesnoharnessHarness environment toggle for Team Bus. See docs/configuration.md (harness).
AGENT_TEAM_EMBED_ON_RECALL0yesnomemory_vaultHarness environment toggle for Team Embed On Recall. See docs/configuration.md (memory vault).
AGENT_TEAM_MEMORY_SYNC1yesnomemory_vaultHarness environment toggle for Team Memory Sync. See docs/configuration.md (memory vault).
AGENT_TOOL_BODY_ELIDE1yesnomemory_vaultHarness environment toggle for Tool Body Elide. See docs/configuration.md (memory vault).
AGENT_TOOL_ELIDE_KEEP_ROUNDS3yesnomemory_vaultHarness environment toggle for Tool Elide Keep Rounds. See docs/configuration.md (memory vault).
AGENT_TOOL_ELIDE_MIN_CHARS12000yesnomemory_vaultHarness environment toggle for Tool Elide Min Chars. See docs/configuration.md (memory vault).
AGENT_TOOL_LAZY1yesnoharnessHarness environment toggle for Tool Lazy. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_AUTO_ON_UPLOAD1yesnoharnessHarness environment toggle for Transcribe Auto On Upload. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_BASE_URLhttps://openrouter.ai/api/v1yesnoharnessHarness environment toggle for Transcribe Base Url. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_ENABLED1yesnoharnessHarness environment toggle for Transcribe Enabled. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_MAX_BYTES26214400yesnoharnessHarness environment toggle for Transcribe Max Bytes. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_MODELnvidia/parakeet-tdt-0.6b-v3yesnoharnessHarness environment toggle for Transcribe Model. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_TIMEOUT_MS120000yesnoharnessHarness environment toggle for Transcribe Timeout Ms. See docs/configuration.md (harness).
AGENT_TRANSCRIBE_TIMESTAMPSsegmentyesnoharnessHarness environment toggle for Transcribe Timestamps. See docs/configuration.md (harness).
AGENT_TRANSIENT_5XX_MAX_RETRIES8yesyesmodels_apiHarness environment toggle for Transient 5xx Max Retries. See docs/configuration.md (models api).
AGENT_TTS_BASE_URLhttps://openrouter.ai/api/v1yesnoharnessHarness environment toggle for Tts Base Url. See docs/configuration.md (harness).
AGENT_TTS_CHUNK_CHARS400yesnoharnessHarness environment toggle for Tts Chunk Chars. See docs/configuration.md (harness).
AGENT_TTS_ENABLED0yesnoharnessHarness environment toggle for Tts Enabled. See docs/configuration.md (harness).
AGENT_TTS_MAX_CALLS_PER_TURN8yesnoharnessHarness environment toggle for Tts Max Calls Per Turn. See docs/configuration.md (harness).
AGENT_TTS_MAX_CHARS_PER_CALL4096yesnoharnessHarness environment toggle for Tts Max Chars Per Call. See docs/configuration.md (harness).
AGENT_TTS_MAX_OUTPUT_TOKENS4096yesnoharnessHarness environment toggle for Tts Max Output Tokens. See docs/configuration.md (harness).
AGENT_TTS_MIN_INTERVAL_MS800yesnoharnessHarness environment toggle for Tts Min Interval Ms. See docs/configuration.md (harness).
AGENT_TTS_MODELhexgrad/kokoro-82myesnoharnessOpenRouter speech model slug. Default hexgrad/kokoro-82m (~$0.62/M chars).
AGENT_TTS_RESPONSE_FORMATmp3yesnoharnessHarness environment toggle for Tts Response Format. See docs/configuration.md (harness).
AGENT_TTS_TIMEOUT_MS45000yesnoharnessHarness environment toggle for Tts Timeout Ms. See docs/configuration.md (harness).
AGENT_TTS_VOICEaf_skyyesnoharnessHarness environment toggle for Tts Voice. See docs/configuration.md (harness).
AGENT_UI_VERBOSITYnormalyesyessession_uiHarness environment toggle for Ui Verbosity. See docs/configuration.md (session ui).
AGENT_UPSTREAM_429_SUGGESTED_WAIT_MS``yesnomodels_apiHarness environment toggle for Upstream 429 Suggested Wait Ms. See docs/configuration.md (models api).
AGENT_USER_REPLY_FINALIZE0yesyesharnessWhen on, runs one extra tool-free completion if tools ran but the visible reply was very short (common after read/edit t
AGENT_VAULT_AGENT_PREFIX_liminalyesnomemory_vaultSubfolder for agent-owned spine/raw/archive (default _liminal). Human notes outside this path are not auto-edited.
AGENT_VAULT_AUTO_WRITEresearchyesyesmemory_vaultHarness environment toggle for Vault Auto Write. See docs/configuration.md (memory vault).
AGENT_VAULT_CURATE_INTERVAL_MS600000yesnomemory_vaultMinimum ms between background vault_curate runs (default 600000).
AGENT_VAULT_CURATE_ON_IDLE1yesnomemory_vaultRun vault_curate (lint fix, memory promotion, schema refresh) on idle after auto_dream.
AGENT_VAULT_DEDUPE1yesnomemory_vaultHarness environment toggle for Vault Dedupe. See docs/configuration.md (memory vault).
AGENT_VAULT_ENTITY_EXTRACT1yesnomemory_vaultDecompose vault writes into per-entity notes (people, orgs/businesses, places, events) that merge into existing dossiers
AGENT_VAULT_PATH``yesnomemory_vaultHarness environment toggle for Vault Path. See docs/configuration.md (memory vault).
AGENT_VAULT_REQUIRE_LINKS1yesnomemory_vaultRequire at least one [[wikilink]] on agent vault_write calls (vault_ingest always weaves links).
AGENT_VAULT_WRITE_BUDGET8yesnomemory_vaultHarness environment toggle for Vault Write Budget. See docs/configuration.md (memory vault).
AGENT_VERIFY_BEFORE_DONE1yesnoharnessDeprecated — use AGENT_PROACTIVE_VERIFY. When on, verification runs after edit/browser batches, not at turn end.
AGENT_VERIFY_BEFORE_DONE_AUTO_LINT1yesnoharnessDeprecated — use AGENT_PROACTIVE_VERIFY_LINT. Auto run_lint after edit batches when proactive verify is on.
AGENT_VERIFY_TOOLS0yesnoharnessWhen 1, verify_result and critic tools spawn verification sub-agents. Default 0 — skips them for faster turn completion.
AGENT_VIREON_SITE_URLhttps://www.vireondynamics.comyesnoharnessHarness environment toggle for Vireon Site Url. See docs/configuration.md (harness).
AGENT_VISION_BASE_URLhttps://openrouter.ai/api/v1yesnomodels_apiHarness environment toggle for Vision Base Url. See docs/configuration.md (models api).
AGENT_VISION_MAX_IMAGE_BYTES4194304yesnomodels_apiHarness environment toggle for Vision Max Image Bytes. See docs/configuration.md (models api).
AGENT_VISION_MODELnvidia/nemotron-nano-12b-v2-vl:freeyesnomodels_apiHarness environment toggle for Vision Model. See docs/configuration.md (models api).
AGENT_VISION_RETRIES2yesnomodels_apiHarness environment toggle for Vision Retries. See docs/configuration.md (models api).
AGENT_VISION_RETRY_BASE_MS800yesnomodels_apiHarness environment toggle for Vision Retry Base Ms. See docs/configuration.md (models api).
AGENT_VISION_TIMEOUT_MS45000yesnomodels_apiHarness environment toggle for Vision Timeout Ms. See docs/configuration.md (models api).
AGENT_WEB_FETCH_403_RETRY1yesnoweb_researchHarness environment toggle for Web Fetch 403 Retry. See docs/configuration.md (web research).
AGENT_WEB_FETCH_ACCEPT_LANGUAGE``yesnoweb_researchHarness environment toggle for Web Fetch Accept Language. See docs/configuration.md (web research).
AGENT_WEB_FETCH_ALT_USER_AGENTMozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0yesnoweb_researchHarness environment toggle for Web Fetch Alt User Agent. See docs/configuration.md (web research).
AGENT_WEB_FETCH_ASSETS_MAX_CHARS4000yesnoweb_researchHarness environment toggle for Web Fetch Assets Max Chars. See docs/configuration.md (web research).
AGENT_WEB_FETCH_DEFAULT_MAX_CHARS32000yesnoweb_researchHarness environment toggle for Web Fetch Default Max Chars. See docs/configuration.md (web research).
AGENT_WEB_FETCH_FALLBACK_URL_TEMPLATE``yesnoweb_researchHarness environment toggle for Web Fetch Fallback Url Template. See docs/configuration.md (web research).
AGENT_WEB_FETCH_MAX_PREPROCESS_CHARS400000yesnoweb_researchHarness environment toggle for Web Fetch Max Preprocess Chars. See docs/configuration.md (web research).
AGENT_WEB_FETCH_READABILITY_MAX_INPUT_CHARS72000yesnoweb_researchHarness environment toggle for Web Fetch Readability Max Input Chars. See docs/configuration.md (web research).
AGENT_WEB_FETCH_READABILITY_MS12000yesnoweb_researchHarness environment toggle for Web Fetch Readability Ms. See docs/configuration.md (web research).
AGENT_WEB_FETCH_REFERER``yesnoweb_researchHarness environment toggle for Web Fetch Referer. See docs/configuration.md (web research).
AGENT_WEB_FETCH_RETRIES2yesnoweb_researchHarness environment toggle for Web Fetch Retries. See docs/configuration.md (web research).
AGENT_WEB_FETCH_RETRY_MAX_DELAY_MS6000yesnoweb_researchHarness environment toggle for Web Fetch Retry Max Delay Ms. See docs/configuration.md (web research).
AGENT_WEB_FETCH_SEC_CH_PLATFORM``yesnoweb_researchHarness environment toggle for Web Fetch Sec Ch Platform. See docs/configuration.md (web research).
AGENT_WEB_FETCH_SERPER1yesnoweb_researchWhen AGENT_SERPER_API_KEY is set, try Serper scrape for web_fetch before the local HTTP/readability path (1 = on). Falls
AGENT_WEB_FETCH_TIMEOUT_MS20000yesnoweb_researchHarness environment toggle for Web Fetch Timeout Ms. See docs/configuration.md (web research).
AGENT_WEB_FETCH_TOTAL_WALL_MS55000yesnoweb_researchHarness environment toggle for Web Fetch Total Wall Ms. See docs/configuration.md (web research).
AGENT_WEB_FETCH_USER_AGENTMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36yesnoweb_researchHarness environment toggle for Web Fetch User Agent. See docs/configuration.md (web research).
AGENT_WEB_READABILITY1yesnoweb_researchHarness environment toggle for Web Readability. See docs/configuration.md (web research).
AGENT_WEB_RESEARCH1yesnoweb_researchHarness environment toggle for Web Research. See docs/configuration.md (web research).
AGENT_WEB_SEARCH_FALLBACK1yesnoweb_researchWhen serper is selected and fails, retry once via DuckDuckGo (1 = on).
AGENT_WEB_SEARCH_PROVIDERduckduckgoyesnoweb_researchBackend for web_search: duckduckgo (default, no API key) or serper (Google organic via serper.dev — requires AGENT_SERPE
AGENT_WORKFLOWS1yesnoharnessHarness environment toggle for Workflows. See docs/configuration.md (harness).
AGENT_WORKFLOW_MAX_AGENTS64yesnoharnessHarness environment toggle for Workflow Max Agents. See docs/configuration.md (harness).
AGENT_WORKFLOW_MAX_CONCURRENT4yesnoharnessHarness environment toggle for Workflow Max Concurrent. See docs/configuration.md (harness).
AGENT_WORKFLOW_MODEL``yesnoharnessHarness environment toggle for Workflow Model. See docs/configuration.md (harness).
AGENT_WORKFLOW_TIMEOUT_MS1800000yesnoharnessHarness environment toggle for Workflow Timeout Ms. See docs/configuration.md (harness).
AGENT_WORKSPACE_BOUND0yesnoharnessWhen on, read_file/grep_file/edit_file and other path tools reject paths outside AGENT_WORKSPACE_ROOT. Off (default): ab
AGENT_WORLD_CONTEXT1yesnoharnessWhen on, gather OS/git/tools/vault snapshot on the first turn of a root chat. Set 0 for faster isolated workspaces.
AGENT_WRITE_INTEGRITY_NUDGE1yesnoharnessHarness environment toggle for Write Integrity Nudge. See docs/configuration.md (harness).
AGENT_WRITE_PART_MAX_CHARS512000yesnoharnessHarness environment toggle for Write Part Max Chars. See docs/configuration.md (harness).
AGENT_WRITE_STREAM_SINK1yesnoharnessHarness environment toggle for Write Stream Sink. See docs/configuration.md (harness).
AGENT_WRITE_STREAM_SINK_MIN_CHARS8000yesnoharnessHarness environment toggle for Write Stream Sink Min Chars. See docs/configuration.md (harness).
AGENT_XERO_OAUTH_SCOPE_STYLEgranularyesnoharnessgranular = split scopes for post-2026-03-02 Xero apps (default). legacy = broad scopes for older apps only.
AGENT_YIELD_EVERY_N4yesnosession_uiHarness environment toggle for Yield Every N. See docs/configuration.md (session ui).
AGENT_YOLO0yesnosafetyHarness environment toggle for Yolo. See docs/configuration.md (safety).
AGENT_YOUTUBE_REST1yesnoharnessRegister youtube_rest_* tools (channel metadata, list videos, update snippet). Requires a separate YouTube integration c

Secret keys (.env only)

  • AGENT_API_KEY
  • AGENT_APPROVAL_TIMEOUT_MS
  • AGENT_CAPTCHA_KEY
  • AGENT_KIMCHI_MIN_INTERVAL_MS
  • AGENT_KIMCHI_TRANSIENT_MAX_RETRIES
  • AGENT_OAUTH_ENCRYPTION_KEY
  • AGENT_RATE_LIMIT_MAX_RETRIES
  • AGENT_SERPER_API_KEY
  • AGENT_TRANSCRIBE_API_KEY
  • AGENT_TRANSIENT_5XX_MAX_RETRIES
  • AGENT_UI_VERBOSITY
  • AGENT_USER_REPLY_FINALIZE
  • AGENT_VAULT_AUTO_WRITE
  • AGENT_VISION_API_KEY
  • ANTHROPIC_API_KEY
  • OPENAI_API_KEY
  • OPENROUTER_API_KEY
  • XAI_API_KEY
  • Configuration reference — narrative groups
  • Repo root CLAUDE.md — contributor quick reference (not linked; lives outside docs/)

Liminal AI · Beta docs (v0.1.2) · Marketing: vireondynamics.com/liminal · Compare: vireondynamics.com/liminal/compare