- 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/
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
ORCHESTRATOR_HOST=127.0.0.1
|
|
ORCHESTRATOR_PORT=37145
|
|
ORCHESTRATOR_TOKEN=
|
|
|
|
OLLAMA_URL=http://127.0.0.1:11434
|
|
ANYTHINGLLM_BASE_URL=
|
|
REPOS_DEVTOOLS_URL=http://127.0.0.1:37140
|
|
REGEX_SEARCH_URL=http://127.0.0.1:37143
|
|
LANGEXTRACT_URL=http://127.0.0.1:37141
|
|
LOCAL_OFFICE_URL=http://127.0.0.1:8000
|
|
IA_DEV_GATEWAY_URL=http://127.0.0.1:37144
|
|
TOOLS_BRIDGE_URL=http://127.0.0.1:37147
|