- New service: tools bridge (port 37147) registry + Carbonyl/PageIndex/Chandra POST jobs - config/services.local.env.example and gitignore for services.local.env - .env.example for repos-devtools, regex-search, ia-dev-gateway, orchestrator, claw proxy, langextract - Orchestrator intents: tools.registry, tools.carbonyl.plan, tools.pageindex.run, tools.chandra.ocr - Docs: API + repo service fiche, architecture index; do not commit dist/
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
# Copy to a local env file or export before npm start (do not commit secrets).
|
|
TOOLS_BRIDGE_HOST=127.0.0.1
|
|
TOOLS_BRIDGE_PORT=37147
|
|
TOOLS_BRIDGE_TOKEN=
|
|
TOOLS_BRIDGE_JOB_TIMEOUT_MS=3600000
|
|
|
|
# Path checks for POST /v1/pageindex/run and /v1/chandra/ocr
|
|
SMART_IDE_MONOREPO_ROOT=
|
|
# Optional comma-separated extra roots
|
|
# TOOLS_ALLOWED_PATH_PREFIXES=
|
|
|
|
# Carbonyl open-plan response
|
|
CARBONYL_DOCKER_IMAGE=fathyb/carbonyl
|
|
CARBONYL_RUNNER=docker
|