smart_ide/docs/repo/service-smart-ide-tools-bridge.md
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

1.1 KiB
Raw Permalink Blame History

Service smart-ide-tools-bridge (services/smart-ide-tools-bridge/)

Pont HTTP pour lIDE et les agents : exposition dune API au-dessus des outils CLI (sous-modules Carbonyl, PageIndex, Chandra) et registre des autres services locaux (URLs + noms de variables de jeton, sans secrets).

Configuration locale

  • Fichier agrégé : config/services.local.env.example → copier en config/services.local.env (gitignoré).
  • Service : services/smart-ide-tools-bridge/.env.example (TOOLS_BRIDGE_TOKEN, SMART_IDE_MONOREPO_ROOT, TOOLS_ALLOWED_PATH_PREFIXES, délais).

Exploitation

Voir services/smart-ide-tools-bridge/README.md et API/smart-ide-tools-bridge-api.md.

Orchestrateur : intents tools.registry, tools.carbonyl.plan, tools.pageindex.run, tools.chandra.ocr — variable TOOLS_BRIDGE_URL.

Voir aussi