mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-19 11:31:03 +00:00
* feat(openclaw): add gateway image inspection * feat(openclaw): pull gateway image from registry * refactor(vm): decouple readiness from image cache * refactor(openclaw): remove vm cache from runtime factory * feat(openclaw): detect current gateway image * feat(openclaw): prewarm vm runtime and reuse current gateway * feat(openclaw): prewarm runtime on server startup * refactor(vm): remove browseros image cache runtime * refactor(build-tools): remove openclaw tarball pipeline * chore: self-review fixes * fix(openclaw): suppress prewarm pull progress logs * fix(openclaw): address review feedback * fix(openclaw): resolve review findings * fix(dev): stop stale watch supervisors
31 lines
653 B
Plaintext
31 lines
653 B
Plaintext
# Ports
|
|
BROWSEROS_CDP_PORT=9000
|
|
BROWSEROS_SERVER_PORT=9100
|
|
BROWSEROS_EXTENSION_PORT=9300
|
|
|
|
# Directories (optional - defaults to cwd)
|
|
# BROWSEROS_RESOURCES_DIR=./resources
|
|
# BROWSEROS_EXECUTION_DIR=./out
|
|
|
|
# BrowserOS config
|
|
BROWSEROS_CONFIG_URL=https://llm.browseros.com/api/browseros-server/config
|
|
BROWSEROS_VERSION=
|
|
BROWSEROS_INSTALL_ID=
|
|
BROWSEROS_CLIENT_ID=
|
|
|
|
# Graph service
|
|
CODEGEN_SERVICE_URL=
|
|
|
|
# Telemetry
|
|
POSTHOG_API_KEY=
|
|
SENTRY_DSN=
|
|
|
|
NODE_ENV=development
|
|
LOG_LEVEL=info
|
|
|
|
# Debug — captures every LLM call to .devtools/generations.json (view with `npx @ai-sdk/devtools`)
|
|
# BROWSEROS_AI_SDK_DEVTOOLS=true
|
|
|
|
# Testing
|
|
BROWSEROS_TEST_HEADLESS=false
|