smart_ide/config/services.local.env.example
4NK 14c974f54c Add smart-ide-tools-bridge API for submodule tools + central local env
- 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/
2026-04-03 22:35:57 +02:00

66 lines
1.8 KiB
Plaintext

# Local IDE / agent configuration for all smart_ide HTTP services and the tools bridge.
# Copy to config/services.local.env and fill secrets. Do not commit services.local.env.
#
# Load before starting processes, e.g.: set -a && source config/services.local.env && set +a
# Monorepo root (path validation for tools-bridge jobs)
SMART_IDE_MONOREPO_ROOT=/absolute/path/to/smart_ide
# Optional: extra allowed path prefixes (comma-separated) for tools-bridge file jobs
# TOOLS_ALLOWED_PATH_PREFIXES=/data/clones,/home/user/projects
# --- smart-ide-tools-bridge (Carbonyl / PageIndex / Chandra + registry) ---
TOOLS_BRIDGE_HOST=127.0.0.1
TOOLS_BRIDGE_PORT=37147
TOOLS_BRIDGE_TOKEN=
TOOLS_BRIDGE_JOB_TIMEOUT_MS=3600000
# --- Core HTTP micro-services ---
REPOS_DEVTOOLS_HOST=127.0.0.1
REPOS_DEVTOOLS_PORT=37140
REPOS_DEVTOOLS_TOKEN=
REPOS_DEVTOOLS_ROOT=
LANGEXTRACT_API_HOST=127.0.0.1
LANGEXTRACT_API_PORT=37141
LANGEXTRACT_SERVICE_TOKEN=
CLAW_PROXY_HOST=127.0.0.1
CLAW_PROXY_PORT=37142
CLAW_PROXY_TOKEN=
CLAW_UPSTREAM_URL=
REGEX_SEARCH_HOST=127.0.0.1
REGEX_SEARCH_PORT=37143
REGEX_SEARCH_TOKEN=
REGEX_SEARCH_ROOT=
LOCAL_OFFICE_URL=http://127.0.0.1:8000
LOCAL_OFFICE_API_KEY=
IA_DEV_GATEWAY_HOST=127.0.0.1
IA_DEV_GATEWAY_PORT=37144
IA_DEV_GATEWAY_TOKEN=
ORCHESTRATOR_HOST=127.0.0.1
ORCHESTRATOR_PORT=37145
ORCHESTRATOR_TOKEN=
ANYTHINGLLM_DEVTOOLS_HOST=127.0.0.1
ANYTHINGLLM_DEVTOOLS_PORT=37146
ANYTHINGLLM_DEVTOOLS_TOKEN=
ANYTHINGLLM_BASE_URL=
ANYTHINGLLM_API_KEY=
REPOS_DEVTOOLS_URL=http://127.0.0.1:37140
# Orchestrator → tools bridge (for intent resolution hints)
TOOLS_BRIDGE_URL=http://127.0.0.1:37147
# Ollama / AnythingLLM (orchestrator)
OLLAMA_URL=http://127.0.0.1:11434
ANYTHINGLLM_BASE_URL=
# Carbonyl (docker / native — used by bridge open-plan response)
CARBONYL_DOCKER_IMAGE=fathyb/carbonyl
CARBONYL_RUNNER=docker