@pellux/goodvibes-sdk 0.21.30 → 0.21.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_internal/contracts/zod-schemas/accounts.d.ts +9 -9
- package/dist/_internal/contracts/zod-schemas/auth.d.ts +1 -1
- package/dist/_internal/daemon/context.d.ts +1 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -1
- package/dist/_internal/daemon/error-response.js +22 -22
- package/dist/_internal/daemon/integration-route-types.d.ts +2 -1
- package/dist/_internal/daemon/integration-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/knowledge-routes.js +5 -5
- package/dist/_internal/daemon/media-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/media-routes.js +4 -3
- package/dist/_internal/daemon/operator.d.ts +1 -1
- package/dist/_internal/daemon/operator.d.ts.map +1 -1
- package/dist/_internal/daemon/operator.js +2 -0
- package/dist/_internal/daemon/runtime-route-types.d.ts +2 -1
- package/dist/_internal/daemon/runtime-route-types.d.ts.map +1 -1
- package/dist/_internal/daemon/runtime-routes.d.ts +1 -1
- package/dist/_internal/daemon/runtime-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/runtime-routes.js +1 -0
- package/dist/_internal/daemon/telemetry-routes.d.ts.map +1 -1
- package/dist/_internal/daemon/telemetry-routes.js +13 -12
- package/dist/_internal/errors/daemon-error-contract.d.ts +17 -0
- package/dist/_internal/errors/daemon-error-contract.d.ts.map +1 -1
- package/dist/_internal/errors/daemon-error-contract.js +17 -1
- package/dist/_internal/errors/index.d.ts +2 -1
- package/dist/_internal/errors/index.d.ts.map +1 -1
- package/dist/_internal/errors/index.js +1 -0
- package/dist/_internal/platform/artifacts/store.d.ts.map +1 -1
- package/dist/_internal/platform/artifacts/store.js +2 -1
- package/dist/_internal/platform/automation/scheduler-capacity.d.ts +29 -0
- package/dist/_internal/platform/automation/scheduler-capacity.d.ts.map +1 -0
- package/dist/_internal/platform/automation/scheduler-capacity.js +31 -0
- package/dist/_internal/platform/channels/delivery/shared.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery/shared.js +3 -2
- package/dist/_internal/platform/channels/delivery/strategies-bridge.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery/strategies-bridge.js +3 -2
- package/dist/_internal/platform/channels/delivery/strategies-core.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery/strategies-core.js +5 -4
- package/dist/_internal/platform/channels/delivery/strategies-enterprise.d.ts.map +1 -1
- package/dist/_internal/platform/channels/delivery/strategies-enterprise.js +4 -3
- package/dist/_internal/platform/config/manager.d.ts.map +1 -1
- package/dist/_internal/platform/config/manager.js +2 -1
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts +6 -0
- package/dist/_internal/platform/config/schema-domain-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema-domain-runtime.js +22 -0
- package/dist/_internal/platform/config/schema-types.d.ts +16 -2
- package/dist/_internal/platform/config/schema-types.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema.d.ts.map +1 -1
- package/dist/_internal/platform/config/schema.js +1 -0
- package/dist/_internal/platform/config/service-registry.d.ts.map +1 -1
- package/dist/_internal/platform/config/service-registry.js +2 -1
- package/dist/_internal/platform/control-plane/gateway-web-ui.d.ts +0 -1
- package/dist/_internal/platform/control-plane/gateway-web-ui.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/gateway-web-ui.js +7 -6
- package/dist/_internal/platform/control-plane/session-broker.d.ts.map +1 -1
- package/dist/_internal/platform/control-plane/session-broker.js +12 -4
- package/dist/_internal/platform/core/orchestrator-tool-runtime.d.ts.map +1 -1
- package/dist/_internal/platform/core/orchestrator-tool-runtime.js +6 -6
- package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts.map +1 -1
- package/dist/_internal/platform/core/orchestrator-turn-loop.js +10 -2
- package/dist/_internal/platform/daemon/facade-composition.d.ts +4 -131
- package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/facade-composition.js +9 -10
- package/dist/_internal/platform/daemon/facade-types.d.ts +141 -0
- package/dist/_internal/platform/daemon/facade-types.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/facade-types.js +1 -0
- package/dist/_internal/platform/daemon/http/rate-limiter.d.ts +23 -0
- package/dist/_internal/platform/daemon/http/rate-limiter.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/rate-limiter.js +71 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +2 -1
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http/router.js +70 -65
- package/dist/_internal/platform/daemon/http/runtime-route-types.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http-listener.d.ts +1 -0
- package/dist/_internal/platform/daemon/http-listener.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/http-listener.js +53 -73
- package/dist/_internal/platform/daemon/surface-delivery.d.ts.map +1 -1
- package/dist/_internal/platform/daemon/surface-delivery.js +6 -5
- package/dist/_internal/platform/discovery/mcp-scanner.d.ts.map +1 -1
- package/dist/_internal/platform/discovery/mcp-scanner.js +28 -22
- package/dist/_internal/platform/discovery/scanner.d.ts.map +1 -1
- package/dist/_internal/platform/discovery/scanner.js +38 -22
- package/dist/_internal/platform/export/session-export.d.ts +0 -1
- package/dist/_internal/platform/export/session-export.d.ts.map +1 -1
- package/dist/_internal/platform/export/session-export.js +1 -33
- package/dist/_internal/platform/hooks/runners/http.d.ts.map +1 -1
- package/dist/_internal/platform/hooks/runners/http.js +2 -1
- package/dist/_internal/platform/integrations/delivery.d.ts +3 -1
- package/dist/_internal/platform/integrations/delivery.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/delivery.js +3 -2
- package/dist/_internal/platform/integrations/discord.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/discord.js +6 -5
- package/dist/_internal/platform/integrations/ntfy.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/ntfy.js +3 -2
- package/dist/_internal/platform/integrations/webhooks.d.ts.map +1 -1
- package/dist/_internal/platform/integrations/webhooks.js +2 -1
- package/dist/_internal/platform/intelligence/lsp/binary-downloader.d.ts.map +1 -1
- package/dist/_internal/platform/intelligence/lsp/binary-downloader.js +4 -3
- package/dist/_internal/platform/knowledge/store.d.ts.map +1 -1
- package/dist/_internal/platform/knowledge/store.js +50 -25
- package/dist/_internal/platform/mcp/client.d.ts.map +1 -1
- package/dist/_internal/platform/mcp/client.js +3 -2
- package/dist/_internal/platform/media/builtin-generation-providers.d.ts.map +1 -1
- package/dist/_internal/platform/media/builtin-generation-providers.js +4 -3
- package/dist/_internal/platform/media/builtin-image-understanding.d.ts.map +1 -1
- package/dist/_internal/platform/media/builtin-image-understanding.js +5 -4
- package/dist/_internal/platform/providers/anthropic-compat.d.ts.map +1 -1
- package/dist/_internal/platform/providers/anthropic-compat.js +5 -3
- package/dist/_internal/platform/providers/anthropic.d.ts.map +1 -1
- package/dist/_internal/platform/providers/anthropic.js +10 -7
- package/dist/_internal/platform/providers/builtin-catalog.d.ts.map +1 -1
- package/dist/_internal/platform/providers/builtin-catalog.js +3 -2
- package/dist/_internal/platform/providers/catalogue.d.ts +56 -0
- package/dist/_internal/platform/providers/catalogue.d.ts.map +1 -0
- package/dist/_internal/platform/providers/catalogue.js +111 -0
- package/dist/_internal/platform/providers/context-discovery.d.ts.map +1 -1
- package/dist/_internal/platform/providers/context-discovery.js +2 -1
- package/dist/_internal/platform/providers/credentials.d.ts +12 -0
- package/dist/_internal/platform/providers/credentials.d.ts.map +1 -0
- package/dist/_internal/platform/providers/credentials.js +54 -0
- package/dist/_internal/platform/providers/gemini.d.ts.map +1 -1
- package/dist/_internal/platform/providers/gemini.js +6 -5
- package/dist/_internal/platform/providers/github-copilot.d.ts.map +1 -1
- package/dist/_internal/platform/providers/github-copilot.js +2 -1
- package/dist/_internal/platform/providers/health.d.ts +15 -0
- package/dist/_internal/platform/providers/health.d.ts.map +1 -0
- package/dist/_internal/platform/providers/health.js +32 -0
- package/dist/_internal/platform/providers/llama-cpp.d.ts.map +1 -1
- package/dist/_internal/platform/providers/llama-cpp.js +5 -3
- package/dist/_internal/platform/providers/lm-studio.d.ts.map +1 -1
- package/dist/_internal/platform/providers/lm-studio.js +5 -3
- package/dist/_internal/platform/providers/model-benchmarks.d.ts.map +1 -1
- package/dist/_internal/platform/providers/model-benchmarks.js +2 -1
- package/dist/_internal/platform/providers/model-catalog-cache.d.ts.map +1 -1
- package/dist/_internal/platform/providers/model-catalog-cache.js +2 -1
- package/dist/_internal/platform/providers/model-limits.d.ts.map +1 -1
- package/dist/_internal/platform/providers/model-limits.js +2 -1
- package/dist/_internal/platform/providers/ollama.d.ts.map +1 -1
- package/dist/_internal/platform/providers/ollama.js +5 -3
- package/dist/_internal/platform/providers/openai-codex.d.ts.map +1 -1
- package/dist/_internal/platform/providers/openai-codex.js +4 -2
- package/dist/_internal/platform/providers/openai-compat.d.ts.map +1 -1
- package/dist/_internal/platform/providers/openai-compat.js +3 -2
- package/dist/_internal/platform/providers/provider-not-found-error.d.ts +3 -1
- package/dist/_internal/platform/providers/provider-not-found-error.d.ts.map +1 -1
- package/dist/_internal/platform/providers/provider-not-found-error.js +3 -4
- package/dist/_internal/platform/providers/well-known-endpoints.d.ts +53 -0
- package/dist/_internal/platform/providers/well-known-endpoints.d.ts.map +1 -0
- package/dist/_internal/platform/providers/well-known-endpoints.js +52 -0
- package/dist/_internal/platform/runtime/auth/oauth-core.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/auth/oauth-core.js +2 -1
- package/dist/_internal/platform/runtime/contracts/index.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/contracts/index.js +1 -5
- package/dist/_internal/platform/runtime/contracts/migrations/schemas.d.ts +57 -0
- package/dist/_internal/platform/runtime/contracts/migrations/schemas.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/contracts/migrations/schemas.js +157 -0
- package/dist/_internal/platform/runtime/correlation.d.ts +44 -0
- package/dist/_internal/platform/runtime/correlation.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/correlation.js +40 -0
- package/dist/_internal/platform/runtime/emitters/security.d.ts +32 -0
- package/dist/_internal/platform/runtime/emitters/security.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/emitters/security.js +26 -0
- package/dist/_internal/platform/runtime/emitters/tools.d.ts +11 -2
- package/dist/_internal/platform/runtime/emitters/tools.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/emitters/tools.js +27 -0
- package/dist/_internal/platform/runtime/emitters/transport.d.ts +27 -0
- package/dist/_internal/platform/runtime/emitters/transport.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/emitters/transport.js +19 -0
- package/dist/_internal/platform/runtime/emitters/turn.d.ts +22 -1
- package/dist/_internal/platform/runtime/emitters/turn.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/emitters/turn.js +9 -0
- package/dist/_internal/platform/runtime/events/index.d.ts +45 -0
- package/dist/_internal/platform/runtime/events/index.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/index.js +108 -14
- package/dist/_internal/platform/runtime/events/ops.d.ts +8 -0
- package/dist/_internal/platform/runtime/events/ops.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/security.d.ts +47 -0
- package/dist/_internal/platform/runtime/events/security.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/tools.d.ts +14 -2
- package/dist/_internal/platform/runtime/events/tools.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/transport.d.ts +31 -0
- package/dist/_internal/platform/runtime/events/transport.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/turn.d.ts +25 -1
- package/dist/_internal/platform/runtime/events/turn.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/events/workspace.d.ts +16 -0
- package/dist/_internal/platform/runtime/events/workspace.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/llm-observability.d.ts +43 -0
- package/dist/_internal/platform/runtime/llm-observability.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/llm-observability.js +107 -0
- package/dist/_internal/platform/runtime/metrics.d.ts +49 -0
- package/dist/_internal/platform/runtime/metrics.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/metrics.js +114 -0
- package/dist/_internal/platform/runtime/ops/control-plane.d.ts +5 -2
- package/dist/_internal/platform/runtime/ops/control-plane.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/ops/control-plane.js +5 -4
- package/dist/_internal/platform/runtime/permissions/divergence-dashboard.d.ts +3 -1
- package/dist/_internal/platform/runtime/permissions/divergence-dashboard.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/permissions/divergence-dashboard.js +3 -2
- package/dist/_internal/platform/runtime/permissions/policy-loader.d.ts +3 -1
- package/dist/_internal/platform/runtime/permissions/policy-loader.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/permissions/policy-loader.js +3 -2
- package/dist/_internal/platform/runtime/permissions/policy-signer.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/permissions/policy-signer.js +7 -2
- package/dist/_internal/platform/runtime/permissions/simulation.d.ts +3 -1
- package/dist/_internal/platform/runtime/permissions/simulation.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/permissions/simulation.js +3 -2
- package/dist/_internal/platform/runtime/remote/transport-contract.d.ts +14 -2
- package/dist/_internal/platform/runtime/remote/transport-contract.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/remote/transport-contract.js +7 -5
- package/dist/_internal/platform/runtime/store/helpers/reducers/sync.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/store/helpers/reducers/sync.js +12 -1
- package/dist/_internal/platform/runtime/tasks/manager.d.ts +7 -3
- package/dist/_internal/platform/runtime/tasks/manager.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/tasks/manager.js +7 -6
- package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts +14 -0
- package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/telemetry/api-helpers.js +59 -0
- package/dist/_internal/platform/runtime/telemetry/api.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/telemetry/api.js +9 -2
- package/dist/_internal/platform/runtime/telemetry/exporters/otlp.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/telemetry/exporters/otlp.js +19 -6
- package/dist/_internal/platform/runtime/telemetry/exporters/queue.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/telemetry/exporters/queue.js +11 -4
- package/dist/_internal/platform/runtime/telemetry/meter.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/telemetry/meter.js +7 -3
- package/dist/_internal/platform/runtime/telemetry/redaction-config.d.ts +9 -0
- package/dist/_internal/platform/runtime/telemetry/redaction-config.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/redaction-config.js +52 -0
- package/dist/_internal/platform/runtime/tools/phases/budget.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/tools/phases/budget.js +3 -2
- package/dist/_internal/platform/runtime/transports/daemon-http-client.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/transports/daemon-http-client.js +138 -17
- package/dist/_internal/platform/scheduler/scheduler.d.ts.map +1 -1
- package/dist/_internal/platform/scheduler/scheduler.js +6 -2
- package/dist/_internal/platform/sessions/manager.d.ts.map +1 -1
- package/dist/_internal/platform/sessions/manager.js +6 -2
- package/dist/_internal/platform/state/memory-embedding-http.d.ts.map +1 -1
- package/dist/_internal/platform/state/memory-embedding-http.js +3 -2
- package/dist/_internal/platform/state/project-index.d.ts.map +1 -1
- package/dist/_internal/platform/state/project-index.js +6 -4
- package/dist/_internal/platform/tools/agent/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/agent/index.js +2 -1
- package/dist/_internal/platform/tools/analyze/git-modes.d.ts.map +1 -1
- package/dist/_internal/platform/tools/analyze/git-modes.js +2 -1
- package/dist/_internal/platform/tools/edit/core.d.ts.map +1 -1
- package/dist/_internal/platform/tools/edit/core.js +2 -1
- package/dist/_internal/platform/tools/exec/runtime.d.ts.map +1 -1
- package/dist/_internal/platform/tools/exec/runtime.js +3 -2
- package/dist/_internal/platform/tools/fetch/runtime.d.ts.map +1 -1
- package/dist/_internal/platform/tools/fetch/runtime.js +4 -2
- package/dist/_internal/platform/tools/read/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/read/index.js +2 -1
- package/dist/_internal/platform/tools/registry-tool/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/registry-tool/index.js +2 -1
- package/dist/_internal/platform/tools/state/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/state/index.js +2 -1
- package/dist/_internal/platform/tools/task/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/task/index.js +2 -1
- package/dist/_internal/platform/tools/team/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/team/index.js +2 -1
- package/dist/_internal/platform/tools/web-search/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/web-search/index.js +2 -1
- package/dist/_internal/platform/tools/worklist/index.d.ts.map +1 -1
- package/dist/_internal/platform/tools/worklist/index.js +2 -1
- package/dist/_internal/platform/types/errors.d.ts +12 -10
- package/dist/_internal/platform/types/errors.d.ts.map +1 -1
- package/dist/_internal/platform/types/errors.js +21 -20
- package/dist/_internal/platform/utils/error-display.d.ts.map +1 -1
- package/dist/_internal/platform/utils/error-display.js +6 -4
- package/dist/_internal/platform/utils/fetch-with-timeout.d.ts +17 -0
- package/dist/_internal/platform/utils/fetch-with-timeout.d.ts.map +1 -1
- package/dist/_internal/platform/utils/fetch-with-timeout.js +59 -0
- package/dist/_internal/platform/utils/record-coerce.d.ts +11 -0
- package/dist/_internal/platform/utils/record-coerce.d.ts.map +1 -0
- package/dist/_internal/platform/utils/record-coerce.js +12 -0
- package/dist/_internal/platform/utils/redaction.js +1 -1
- package/dist/_internal/platform/utils/ring-buffer.d.ts +54 -0
- package/dist/_internal/platform/utils/ring-buffer.d.ts.map +1 -0
- package/dist/_internal/platform/utils/ring-buffer.js +96 -0
- package/dist/_internal/platform/utils/shell-split.d.ts +11 -0
- package/dist/_internal/platform/utils/shell-split.d.ts.map +1 -0
- package/dist/_internal/platform/utils/shell-split.js +83 -0
- package/dist/_internal/platform/version.js +1 -1
- package/dist/_internal/platform/voice/providers/deepgram.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/deepgram.js +2 -1
- package/dist/_internal/platform/voice/providers/elevenlabs.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/elevenlabs.js +5 -4
- package/dist/_internal/platform/voice/providers/google.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/google.js +5 -4
- package/dist/_internal/platform/voice/providers/microsoft.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/microsoft.js +2 -1
- package/dist/_internal/platform/voice/providers/openai.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/openai.js +4 -3
- package/dist/_internal/platform/voice/providers/shared.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/shared.js +2 -1
- package/dist/_internal/platform/voice/providers/vydra.d.ts.map +1 -1
- package/dist/_internal/platform/voice/providers/vydra.js +3 -2
- package/dist/_internal/platform/watchers/registry.d.ts.map +1 -1
- package/dist/_internal/platform/watchers/registry.js +3 -2
- package/dist/_internal/platform/workflow/trigger-executor.d.ts.map +1 -1
- package/dist/_internal/platform/workflow/trigger-executor.js +5 -3
- package/dist/_internal/platform/workspace/daemon-home.d.ts.map +1 -1
- package/dist/_internal/platform/workspace/daemon-home.js +6 -2
- package/dist/_internal/platform/workspace/workspace-swap-manager.d.ts +1 -0
- package/dist/_internal/platform/workspace/workspace-swap-manager.d.ts.map +1 -1
- package/dist/_internal/platform/workspace/workspace-swap-manager.js +14 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-types.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/schema-types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"schema-types.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/schema-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,eAAe,EAAkB,MAAM,mBAAmB,CAAC;AAEnG,cAAc,mBAAmB,CAAC;AAElC,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/schema.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,eAAe,EAAkB,MAAM,mBAAmB,CAAC;AAEnG,cAAc,mBAAmB,CAAC;AAElC,eAAO,MAAM,cAAc,EA2BtB,eAAe,CAAC;AAErB,eAAO,MAAM,aAAa,EAAE,aAAa,EAMrB,CAAC;AAErB,2DAA2D;AAC3D,eAAO,MAAM,WAAW,aAA+D,CAAC;AAExF,4DAA4D;AAC5D,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,IAAI,SAAS,CAE9D"}
|
|
@@ -24,6 +24,7 @@ export const DEFAULT_CONFIG = {
|
|
|
24
24
|
service: runtimeConfigDefaults.service,
|
|
25
25
|
network: runtimeConfigDefaults.network,
|
|
26
26
|
runtime: runtimeConfigDefaults.runtime,
|
|
27
|
+
telemetry: runtimeConfigDefaults.telemetry,
|
|
27
28
|
danger: coreConfigDefaults.danger,
|
|
28
29
|
tools: coreConfigDefaults.tools,
|
|
29
30
|
wrfc: coreConfigDefaults.wrfc,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-registry.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/service-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"service-registry.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/config/service-registry.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AASzD,MAAM,WAAW,aAAa;IAC5B,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sCAAsC;IACtC,QAAQ,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IACnD,+EAA+E;IAC/E,QAAQ,EAAE,MAAM,CAAC;IACjB,2EAA2E;IAC3E,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,kEAAkE;IAClE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,gEAAgE;IAChE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8EAA8E;IAC9E,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,oEAAoE;IACpE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yFAAyF;IACzF,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,0EAA0E;IAC1E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oFAAoF;IACpF,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B,wEAAwE;IACxE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uDAAuD;IACvD,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC7B;AAED,MAAM,MAAM,kBAAkB,GAC1B,SAAS,GACT,UAAU,GACV,YAAY,GACZ,eAAe,GACf,WAAW,CAAC;AAEhB,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,MAAM,EAAE,aAAa,CAAC;IAC/B,QAAQ,CAAC,oBAAoB,EAAE,OAAO,CAAC;IACvC,QAAQ,CAAC,qBAAqB,EAAE,OAAO,CAAC;IACxC,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAC;IACnC,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAC;CAChC;AAED,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,CAAC,cAAc,EAAE,cAAc,CAAC;IACxC,QAAQ,CAAC,mBAAmB,EAAE,mBAAmB,CAAC;CACnD;AAqBD,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAS;IAC1C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;IAChD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAsB;gBAE9C,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,sBAAsB;IAMrE;;OAEG;IACH,MAAM,IAAI,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC;IAIvC;;OAEG;IACH,GAAG,CAAC,WAAW,EAAE,MAAM,GAAG,aAAa,GAAG,IAAI;YAKhC,uBAAuB;IA4BrC;;;;;;OAMG;IACG,WAAW,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAyDxE,aAAa,CACjB,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,kBAAkB,GACxB,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAkBnB,OAAO,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IA4B/D,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,2BAA2B,CAAC;CA+ChF"}
|
|
@@ -18,6 +18,7 @@ import { describeSecretRef, isSecretRefInput, resolveSecretRef, } from './secret
|
|
|
18
18
|
import { SubscriptionManager } from './subscriptions.js';
|
|
19
19
|
import { logger } from '../utils/logger.js';
|
|
20
20
|
import { summarizeError } from '../utils/error-display.js';
|
|
21
|
+
import { instrumentedFetch } from '../utils/fetch-with-timeout.js';
|
|
21
22
|
function readServicesFile(filePath) {
|
|
22
23
|
try {
|
|
23
24
|
const raw = readFileSync(filePath, 'utf-8');
|
|
@@ -194,7 +195,7 @@ export class ServiceRegistry {
|
|
|
194
195
|
];
|
|
195
196
|
for (const url of candidates) {
|
|
196
197
|
try {
|
|
197
|
-
const response = await
|
|
198
|
+
const response = await instrumentedFetch(url, {
|
|
198
199
|
method: 'GET',
|
|
199
200
|
headers: reqHeaders,
|
|
200
201
|
signal: AbortSignal.timeout(5000),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gateway-web-ui.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/control-plane/gateway-web-ui.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gateway-web-ui.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/control-plane/gateway-web-ui.ts"],"names":[],"mappings":"AA+BA,wBAAgB,8BAA8B,CAAC,aAAa,SAAK,GAAG,QAAQ,CAysB3E"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { instrumentedFetch } from '../utils/fetch-with-timeout.js';
|
|
1
2
|
/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */
|
|
2
3
|
function escapeHtmlAttribute(value) {
|
|
3
4
|
return value.replace(/[&<>"']/g, (char) => {
|
|
@@ -547,7 +548,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
547
548
|
};
|
|
548
549
|
void (async () => {
|
|
549
550
|
try {
|
|
550
|
-
const res = await
|
|
551
|
+
const res = await instrumentedFetch('/api/control-plane/events?domains=' + encodeURIComponent(domains.join(',')), {
|
|
551
552
|
headers: authHeaders(),
|
|
552
553
|
signal: controller.signal,
|
|
553
554
|
});
|
|
@@ -578,7 +579,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
578
579
|
}
|
|
579
580
|
|
|
580
581
|
async function postJson(url, body) {
|
|
581
|
-
const res = await
|
|
582
|
+
const res = await instrumentedFetch(url, {
|
|
582
583
|
method: 'POST',
|
|
583
584
|
headers: authHeaders(),
|
|
584
585
|
body: body ? JSON.stringify(body) : undefined,
|
|
@@ -601,7 +602,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
601
602
|
const task = els.taskText.value.trim();
|
|
602
603
|
if (!task) return;
|
|
603
604
|
const sessionId = els.taskSession.value.trim();
|
|
604
|
-
const res = await
|
|
605
|
+
const res = await instrumentedFetch('/task', {
|
|
605
606
|
method: 'POST',
|
|
606
607
|
headers: authHeaders(),
|
|
607
608
|
body: JSON.stringify({ task, ...(sessionId ? { sessionId, surfaceKind: 'web', surfaceId: 'surface:web' } : {}) }),
|
|
@@ -617,7 +618,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
617
618
|
const sessionId = els.sessionId.value.trim();
|
|
618
619
|
const message = els.sessionText.value.trim();
|
|
619
620
|
if (!sessionId || !message) return;
|
|
620
|
-
const res = await
|
|
621
|
+
const res = await instrumentedFetch('/api/sessions/' + encodeURIComponent(sessionId) + '/messages', {
|
|
621
622
|
method: 'POST',
|
|
622
623
|
headers: authHeaders(),
|
|
623
624
|
body: JSON.stringify({ body: message, surfaceKind: 'web', surfaceId: 'surface:web' }),
|
|
@@ -639,7 +640,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
639
640
|
if (kind === 'every') payload.every = els.jobSchedule.value.trim();
|
|
640
641
|
if (kind === 'cron') payload.cron = els.jobSchedule.value.trim();
|
|
641
642
|
if (kind === 'at') payload.at = els.jobSchedule.value.trim();
|
|
642
|
-
const res = await
|
|
643
|
+
const res = await instrumentedFetch('/api/automation/jobs', {
|
|
643
644
|
method: 'POST',
|
|
644
645
|
headers: authHeaders(),
|
|
645
646
|
body: JSON.stringify(payload),
|
|
@@ -667,7 +668,7 @@ export function renderControlPlaneGatewayWebUi(authTokenHint = '') {
|
|
|
667
668
|
const jobId = target.getAttribute('data-job-id');
|
|
668
669
|
if (!action || !jobId) return;
|
|
669
670
|
if (action === 'delete') {
|
|
670
|
-
const res = await
|
|
671
|
+
const res = await instrumentedFetch('/api/automation/jobs/' + encodeURIComponent(jobId), {
|
|
671
672
|
method: 'DELETE',
|
|
672
673
|
headers: authHeaders(),
|
|
673
674
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session-broker.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/control-plane/session-broker.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"session-broker.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/control-plane/session-broker.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { randomUUID } from 'node:crypto';
|
|
2
|
+
import { logger } from '../utils/logger.js';
|
|
3
|
+
import { sessionsActive } from '../runtime/metrics.js';
|
|
2
4
|
import { PersistentStore } from '../state/persistent-store.js';
|
|
3
5
|
import { RouteBindingManager } from '../channels/index.js';
|
|
4
6
|
import { dedupeSessionSurfaceKinds, } from './session-broker-internals.js';
|
|
@@ -96,7 +98,9 @@ export class SharedSessionBroker {
|
|
|
96
98
|
attachRuntimeBus(bus, sessionResolver) {
|
|
97
99
|
// m3: idempotent — second call is a no-op with a warning
|
|
98
100
|
if (this._busAttached) {
|
|
99
|
-
console.warn
|
|
101
|
+
// Emit via console.warn so call-sites that spy on console.warn can observe it.
|
|
102
|
+
console.warn('SharedSessionBroker.attachRuntimeBus: already attached, ignoring', { busAttached: true });
|
|
103
|
+
logger.warn('[SharedSessionBroker] attachRuntimeBus called more than once — ignoring duplicate call', {});
|
|
100
104
|
return () => { };
|
|
101
105
|
}
|
|
102
106
|
this._busAttached = true;
|
|
@@ -109,7 +113,7 @@ export class SharedSessionBroker {
|
|
|
109
113
|
return;
|
|
110
114
|
// m1: catch to prevent unhandled rejections
|
|
111
115
|
this.completeAgent(sessionId, envelope.payload.agentId, envelope.payload.output ?? '', { status: 'completed', durationMs: envelope.payload.durationMs }).catch((err) => {
|
|
112
|
-
|
|
116
|
+
logger.error('[SharedSessionBroker] completeAgent error on AGENT_COMPLETED', { error: String(err) });
|
|
113
117
|
});
|
|
114
118
|
});
|
|
115
119
|
const onFailed = bus.on('AGENT_FAILED', (envelope) => {
|
|
@@ -121,7 +125,7 @@ export class SharedSessionBroker {
|
|
|
121
125
|
return;
|
|
122
126
|
// m1: catch to prevent unhandled rejections
|
|
123
127
|
this.completeAgent(sessionId, envelope.payload.agentId, envelope.payload.error, { status: 'failed', durationMs: envelope.payload.durationMs }).catch((err) => {
|
|
124
|
-
|
|
128
|
+
logger.error('[SharedSessionBroker] completeAgent error on AGENT_FAILED', { error: String(err) });
|
|
125
129
|
});
|
|
126
130
|
});
|
|
127
131
|
const onCancelled = bus.on('AGENT_CANCELLED', (envelope) => {
|
|
@@ -133,7 +137,7 @@ export class SharedSessionBroker {
|
|
|
133
137
|
return;
|
|
134
138
|
// m1: catch to prevent unhandled rejections
|
|
135
139
|
this.completeAgent(sessionId, envelope.payload.agentId, envelope.payload.reason ?? 'cancelled', { status: 'cancelled' }).catch((err) => {
|
|
136
|
-
|
|
140
|
+
logger.error('[SharedSessionBroker] completeAgent error on AGENT_CANCELLED', { error: String(err) });
|
|
137
141
|
});
|
|
138
142
|
});
|
|
139
143
|
this._busUnsubs.push(onCompleted, onFailed, onCancelled);
|
|
@@ -282,6 +286,8 @@ export class SharedSessionBroker {
|
|
|
282
286
|
await this.routeBindings.patchBinding(input.routeBinding.id, { sessionId: session.id });
|
|
283
287
|
}
|
|
284
288
|
await this.persist();
|
|
289
|
+
// C-1: update active session gauge
|
|
290
|
+
sessionsActive.set(this.sessions.size);
|
|
285
291
|
this.publishUpdate('session-created', session);
|
|
286
292
|
return session;
|
|
287
293
|
}
|
|
@@ -302,6 +308,8 @@ export class SharedSessionBroker {
|
|
|
302
308
|
};
|
|
303
309
|
this.sessions.set(sessionId, updated);
|
|
304
310
|
await this.persist();
|
|
311
|
+
// C-1: update active session gauge
|
|
312
|
+
sessionsActive.set(this.sessions.size);
|
|
305
313
|
this.publishUpdate('session-closed', updated);
|
|
306
314
|
return updated;
|
|
307
315
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrator-tool-runtime.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/core/orchestrator-tool-runtime.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAiB,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC9E,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"orchestrator-tool-runtime.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/core/orchestrator-tool-runtime.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ToolError, PermissionError } from '../types/errors.js';
|
|
2
|
-
import { emitOrchestrationGraphCreated, emitOrchestrationNodeAdded, emitOrchestrationNodeStarted, emitOrchestrationRecursionGuardTriggered, emitToolExecuting, emitToolFailed, emitToolPermissioned, emitToolReconciled, emitToolReceived, emitToolSucceeded, } from '../runtime/emitters/index.js';
|
|
2
|
+
import { emitOrchestrationGraphCreated, emitOrchestrationNodeAdded, emitOrchestrationNodeStarted, emitOrchestrationRecursionGuardTriggered, emitToolExecuting, emitToolFailed, emitToolPermissioned, emitToolReconciled, emitToolReceived, emitToolSucceeded, toToolResultSummary, } from '../runtime/emitters/index.js';
|
|
3
3
|
import { buildSyntheticResult, detectUnresolvedToolCalls } from './tool-reconciliation.js';
|
|
4
4
|
import { logger } from '../utils/logger.js';
|
|
5
5
|
import { evaluateOrchestrationSpawn } from '../runtime/orchestration/spawn-policy.js';
|
|
@@ -39,7 +39,7 @@ export async function executeToolCalls(deps, turnId, calls) {
|
|
|
39
39
|
tool: call.name,
|
|
40
40
|
error: err.message,
|
|
41
41
|
durationMs: 0,
|
|
42
|
-
result: deniedResult,
|
|
42
|
+
result: toToolResultSummary(deniedResult),
|
|
43
43
|
});
|
|
44
44
|
}
|
|
45
45
|
continue;
|
|
@@ -78,7 +78,7 @@ export async function executeToolCalls(deps, turnId, calls) {
|
|
|
78
78
|
tool: call.name,
|
|
79
79
|
error: deniedResult.error ?? `Tool '${call.name}' denied by hook`,
|
|
80
80
|
durationMs: Date.now() - startedAt,
|
|
81
|
-
result: deniedResult,
|
|
81
|
+
result: toToolResultSummary(deniedResult),
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
results.push(deniedResult);
|
|
@@ -155,7 +155,7 @@ export async function executeToolCalls(deps, turnId, calls) {
|
|
|
155
155
|
turnId,
|
|
156
156
|
tool: call.name,
|
|
157
157
|
durationMs: Date.now() - startedAt,
|
|
158
|
-
result,
|
|
158
|
+
result: toToolResultSummary(result),
|
|
159
159
|
});
|
|
160
160
|
}
|
|
161
161
|
else {
|
|
@@ -165,7 +165,7 @@ export async function executeToolCalls(deps, turnId, calls) {
|
|
|
165
165
|
tool: call.name,
|
|
166
166
|
error: result.error ?? 'unknown tool failure',
|
|
167
167
|
durationMs: Date.now() - startedAt,
|
|
168
|
-
result,
|
|
168
|
+
result: toToolResultSummary(result),
|
|
169
169
|
});
|
|
170
170
|
}
|
|
171
171
|
}
|
|
@@ -247,7 +247,7 @@ export function reconcileUnresolvedToolCalls(deps, resolvedResults, reason) {
|
|
|
247
247
|
tool: unresolved.find((call) => call.id === sr.callId)?.name ?? 'unknown',
|
|
248
248
|
error: sr.error ?? 'synthetic tool reconciliation failure',
|
|
249
249
|
durationMs: 0,
|
|
250
|
-
result: sr,
|
|
250
|
+
result: toToolResultSummary(sr),
|
|
251
251
|
});
|
|
252
252
|
}
|
|
253
253
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrator-turn-loop.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/core/orchestrator-turn-loop.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAI1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAe,MAAM,2BAA2B,CAAC;AACvF,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"orchestrator-turn-loop.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/core/orchestrator-turn-loop.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import { ConsecutiveErrorBreaker } from './circuit-breaker.js';
|
|
|
2
2
|
import { estimateConversationTokens, estimateTokens } from './context-compaction.js';
|
|
3
3
|
import { ProviderError, isNonTransientProviderFailure } from '../types/errors.js';
|
|
4
4
|
import { formatProviderError } from '../utils/error-display.js';
|
|
5
|
-
import { emitOpsCacheMetrics, emitOpsHelperUsage, emitLlmResponseReceived, emitPreflightFail, emitPreflightOk, emitStreamDelta, emitStreamEnd, emitStreamStart, emitTurnError, } from '../runtime/emitters/index.js';
|
|
5
|
+
import { emitOpsCacheMetrics, emitOpsHelperUsage, emitLlmRequestStarted, emitLlmResponseReceived, emitPreflightFail, emitPreflightOk, emitStreamDelta, emitStreamEnd, emitStreamStart, emitTurnError, } from '../runtime/emitters/index.js';
|
|
6
6
|
import { HelperModel } from '../config/helper-model.js';
|
|
7
7
|
import { logger } from '../utils/logger.js';
|
|
8
8
|
import { emitMalformedToolUseWarning, handleFinalResponseOutcome, handleToolResponseOutcome, } from './orchestrator-turn-helpers.js';
|
|
@@ -100,6 +100,14 @@ export async function executeOrchestratorTurnLoop(context) {
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
let response;
|
|
103
|
+
if (context.runtimeBus) {
|
|
104
|
+
emitLlmRequestStarted(context.runtimeBus, context.emitterContext(context.turnId), {
|
|
105
|
+
turnId: context.turnId,
|
|
106
|
+
provider: model.provider,
|
|
107
|
+
model: model.id,
|
|
108
|
+
promptSummary: '<redacted-length-unknown>',
|
|
109
|
+
});
|
|
110
|
+
}
|
|
103
111
|
try {
|
|
104
112
|
response = await provider.chat({
|
|
105
113
|
model: model.id,
|
|
@@ -204,7 +212,7 @@ export async function executeOrchestratorTurnLoop(context) {
|
|
|
204
212
|
turnId: context.turnId,
|
|
205
213
|
provider: model.provider,
|
|
206
214
|
model: model.id,
|
|
207
|
-
|
|
215
|
+
contentSummary: response.content,
|
|
208
216
|
toolCallCount: response.toolCalls.length,
|
|
209
217
|
inputTokens: response.usage.inputTokens,
|
|
210
218
|
outputTokens: response.usage.outputTokens,
|
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
import { AgentManager } from '../tools/agent/index.js';
|
|
2
2
|
import { ConfigManager } from '../config/manager.js';
|
|
3
|
-
import { ServiceRegistry } from '../config/service-registry.js';
|
|
4
|
-
import { UserAuthManager } from '../security/user-auth.js';
|
|
5
|
-
import { AutomationDeliveryManager, AutomationManager } from '../automation/index.js';
|
|
6
|
-
import { ApprovalBroker, ControlPlaneGateway, SharedSessionBroker } from '../control-plane/index.js';
|
|
7
|
-
import { GatewayMethodCatalog } from '../control-plane/index.js';
|
|
8
|
-
import { BuiltinChannelRuntime, ChannelReplyPipeline, ChannelProviderRuntimeManager, ChannelPluginRegistry, ChannelPolicyManager, RouteBindingManager, SurfaceRegistry } from '../channels/index.js';
|
|
9
|
-
import { RuntimeEventBus } from '../runtime/events/index.js';
|
|
10
|
-
import { PlatformServiceManager } from './service-manager.js';
|
|
11
|
-
import { WatcherRegistry } from '../watchers/index.js';
|
|
12
|
-
import { type DistributedPeerAuth } from '../runtime/remote/index.js';
|
|
13
|
-
import { KnowledgeGraphqlService, KnowledgeService } from '../knowledge/index.js';
|
|
14
|
-
import type { IntegrationHelperService } from '../runtime/integration/helpers.js';
|
|
15
|
-
import { DaemonControlPlaneHelper } from './control-plane.js';
|
|
16
|
-
import { DaemonSurfaceDeliveryHelper } from './surface-delivery.js';
|
|
17
|
-
import { DaemonSurfaceActionHelper } from './surface-actions.js';
|
|
18
|
-
import { DaemonTransportEventsHelper } from './transport-events.js';
|
|
19
|
-
import { DaemonHttpRouter } from './http/router.js';
|
|
20
|
-
import { CompanionChatManager } from '../companion/companion-chat-manager.js';
|
|
21
3
|
import type { CompanionLLMProvider } from '../companion/companion-chat-manager.js';
|
|
22
4
|
import type { ProviderRegistry } from '../providers/registry.js';
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
import type {
|
|
26
|
-
type JsonBody = Record<string, unknown>;
|
|
5
|
+
import type { DaemonConfig } from './types.js';
|
|
6
|
+
export type { ResolvedDaemonFacadeRuntime, DaemonFacadeCollaborators, CreateDaemonFacadeCollaboratorsOptions, } from './facade-types.js';
|
|
7
|
+
import type { ResolvedDaemonFacadeRuntime, DaemonFacadeCollaborators, CreateDaemonFacadeCollaboratorsOptions } from './facade-types.js';
|
|
27
8
|
/**
|
|
28
9
|
* Creates the CompanionLLMProvider adapter that bridges the daemon's
|
|
29
10
|
* ProviderRegistry (chat-based) to the queue-driven async-generator interface
|
|
@@ -44,117 +25,10 @@ type JsonBody = Record<string, unknown>;
|
|
|
44
25
|
* a terminal chunk.
|
|
45
26
|
*/
|
|
46
27
|
export declare function createCompanionProviderAdapter(providerRegistry: ProviderRegistry): CompanionLLMProvider;
|
|
47
|
-
export interface ResolvedDaemonFacadeRuntime {
|
|
48
|
-
readonly configManager: ConfigManager;
|
|
49
|
-
readonly runtimeServices: RuntimeServices;
|
|
50
|
-
readonly integrationHelpers: IntegrationHelperService;
|
|
51
|
-
readonly port: number;
|
|
52
|
-
readonly host: string;
|
|
53
|
-
readonly agentManager: AgentManager;
|
|
54
|
-
readonly userAuth: UserAuthManager;
|
|
55
|
-
readonly automationManager: AutomationManager;
|
|
56
|
-
readonly runtimeBus: RuntimeEventBus;
|
|
57
|
-
readonly runtimeStore: RuntimeServices['runtimeStore'];
|
|
58
|
-
readonly runtimeDispatch: RuntimeServices['runtimeDispatch'];
|
|
59
|
-
readonly controlPlaneGateway: ControlPlaneGateway;
|
|
60
|
-
readonly gatewayMethods: GatewayMethodCatalog;
|
|
61
|
-
readonly sessionBroker: SharedSessionBroker;
|
|
62
|
-
readonly approvalBroker: ApprovalBroker;
|
|
63
|
-
readonly routeBindings: RouteBindingManager;
|
|
64
|
-
readonly deliveryManager: AutomationDeliveryManager;
|
|
65
|
-
readonly surfaceRegistry: SurfaceRegistry;
|
|
66
|
-
readonly channelPolicy: ChannelPolicyManager;
|
|
67
|
-
readonly channelPlugins: ChannelPluginRegistry;
|
|
68
|
-
readonly watcherRegistry: WatcherRegistry;
|
|
69
|
-
readonly platformServiceManager: PlatformServiceManager;
|
|
70
|
-
readonly distributedRuntime: RuntimeServices['distributedRuntime'];
|
|
71
|
-
readonly voiceService: RuntimeServices['voiceService'];
|
|
72
|
-
readonly webSearchService: RuntimeServices['webSearchService'];
|
|
73
|
-
readonly knowledgeService: KnowledgeService;
|
|
74
|
-
readonly knowledgeGraphqlService: KnowledgeGraphqlService;
|
|
75
|
-
readonly mediaProviders: RuntimeServices['mediaProviders'];
|
|
76
|
-
readonly multimodalService: RuntimeServices['multimodalService'];
|
|
77
|
-
readonly artifactStore: RuntimeServices['artifactStore'];
|
|
78
|
-
readonly serviceRegistry: ServiceRegistry;
|
|
79
|
-
readonly serveFactory: typeof Bun.serve;
|
|
80
|
-
readonly githubWebhookSecret: string | null;
|
|
81
|
-
readonly companionChatManager: CompanionChatManager;
|
|
82
|
-
}
|
|
83
28
|
export declare function resolveDaemonFacadeRuntime(config: DaemonConfig, fallbackConfigManager?: ConfigManager): ResolvedDaemonFacadeRuntime;
|
|
84
|
-
export interface DaemonFacadeCollaborators {
|
|
85
|
-
readonly channelReplyPipeline: ChannelReplyPipeline;
|
|
86
|
-
readonly controlPlaneHelper: DaemonControlPlaneHelper;
|
|
87
|
-
readonly surfaceDeliveryHelper: DaemonSurfaceDeliveryHelper;
|
|
88
|
-
readonly surfaceActionHelper: DaemonSurfaceActionHelper;
|
|
89
|
-
readonly transportEventsHelper: DaemonTransportEventsHelper;
|
|
90
|
-
readonly httpRouter: DaemonHttpRouter;
|
|
91
|
-
readonly providerRuntime: ChannelProviderRuntimeManager;
|
|
92
|
-
readonly builtinChannels: BuiltinChannelRuntime;
|
|
93
|
-
}
|
|
94
|
-
export interface CreateDaemonFacadeCollaboratorsOptions {
|
|
95
|
-
readonly runtime: ResolvedDaemonFacadeRuntime;
|
|
96
|
-
readonly pendingSurfaceReplies: Map<string, PendingSurfaceReply>;
|
|
97
|
-
readonly authToken: () => string | null;
|
|
98
|
-
readonly trustProxyEnabled: () => boolean;
|
|
99
|
-
readonly dispatchApiRoutes: (req: Request) => Promise<Response | null>;
|
|
100
|
-
readonly parseJsonBody: (req: Request) => Promise<JsonBody | Response>;
|
|
101
|
-
readonly requireAuthenticatedSession: (req: Request) => {
|
|
102
|
-
username: string;
|
|
103
|
-
roles: readonly string[];
|
|
104
|
-
} | null;
|
|
105
|
-
readonly trySpawnAgent: (input: Parameters<AgentManager['spawn']>[0], logLabel?: string, sessionId?: string) => import('../tools/agent/index.js').AgentRecord | Response;
|
|
106
|
-
readonly checkAuth: (req: Request) => boolean;
|
|
107
|
-
readonly extractAuthToken: (req: Request) => string;
|
|
108
|
-
readonly requireAdmin: (req: Request) => Response | null;
|
|
109
|
-
readonly requireRemotePeer: (req: Request, scope?: string) => Promise<DistributedPeerAuth | Response>;
|
|
110
|
-
readonly describeAuthenticatedPrincipal: (token: string) => {
|
|
111
|
-
principalId: string;
|
|
112
|
-
principalKind: 'user' | 'bot' | 'service' | 'token';
|
|
113
|
-
admin: boolean;
|
|
114
|
-
scopes: readonly string[];
|
|
115
|
-
} | null;
|
|
116
|
-
readonly invokeGatewayMethodCall: (input: {
|
|
117
|
-
readonly authToken: string;
|
|
118
|
-
readonly methodId: string;
|
|
119
|
-
readonly query?: Record<string, unknown>;
|
|
120
|
-
readonly body?: unknown;
|
|
121
|
-
readonly context?: {
|
|
122
|
-
readonly principalId?: string;
|
|
123
|
-
readonly principalKind?: 'user' | 'bot' | 'service' | 'token' | 'remote-peer';
|
|
124
|
-
readonly admin?: boolean;
|
|
125
|
-
readonly scopes?: readonly string[];
|
|
126
|
-
readonly clientKind?: string;
|
|
127
|
-
};
|
|
128
|
-
}) => Promise<{
|
|
129
|
-
status: number;
|
|
130
|
-
ok: boolean;
|
|
131
|
-
body: unknown;
|
|
132
|
-
}>;
|
|
133
|
-
readonly syncSpawnedAgentTask: (record: import('../tools/agent/index.js').AgentRecord, sessionId?: string) => void;
|
|
134
|
-
readonly syncFinishedAgentTask: (record: import('../tools/agent/index.js').AgentRecord) => void;
|
|
135
|
-
readonly surfaceDeliveryEnabled: (surface: 'slack' | 'discord' | 'ntfy' | 'webhook' | 'telegram' | 'google-chat' | 'signal' | 'whatsapp' | 'imessage' | 'msteams' | 'bluebubbles' | 'mattermost' | 'matrix') => boolean;
|
|
136
|
-
readonly signWebhookPayload: (body: string, secret: string) => string;
|
|
137
|
-
readonly handleApprovalAction: (approvalId: string, action: 'claim' | 'approve' | 'deny' | 'cancel', req: Request) => Promise<Response>;
|
|
138
|
-
readonly tlsState: () => ResolvedInboundTlsContext | null;
|
|
139
|
-
/**
|
|
140
|
-
* WorkspaceSwapManager instance, forwarded from DaemonConfig.swapManager.
|
|
141
|
-
* Null in embedded/test contexts that don't support live workspace swaps.
|
|
142
|
-
*/
|
|
143
|
-
readonly swapManager: import('../../daemon/system-route-types.js').WorkspaceSwapManagerLike | null;
|
|
144
|
-
/**
|
|
145
|
-
* F16b: Resolve the current default provider/model from the provider registry.
|
|
146
|
-
* Forwarded into DaemonHttpRouterContext so that companion-chat session-create
|
|
147
|
-
* can fill in provider/model when the request body does not supply them.
|
|
148
|
-
* Optional — when absent the legacy (null provider/model allowed) behavior is preserved.
|
|
149
|
-
*/
|
|
150
|
-
readonly resolveDefaultProviderModel?: () => {
|
|
151
|
-
provider: string;
|
|
152
|
-
model: string;
|
|
153
|
-
} | null;
|
|
154
|
-
}
|
|
155
29
|
export declare function createDaemonFacadeCollaborators(options: CreateDaemonFacadeCollaboratorsOptions): DaemonFacadeCollaborators;
|
|
156
30
|
export declare function configureDaemonSessionContinuation(options: {
|
|
157
|
-
readonly sessionBroker: SharedSessionBroker;
|
|
31
|
+
readonly sessionBroker: import('../control-plane/index.js').SharedSessionBroker;
|
|
158
32
|
readonly trySpawnAgent: (input: Parameters<AgentManager['spawn']>[0], logLabel?: string, sessionId?: string) => import('../tools/agent/index.js').AgentRecord | Response;
|
|
159
33
|
readonly queueSurfaceReplyFromBinding: (binding: import('@pellux/goodvibes-sdk/platform/automation/routes').AutomationRouteBinding | undefined, input: {
|
|
160
34
|
readonly agentId: string;
|
|
@@ -162,5 +36,4 @@ export declare function configureDaemonSessionContinuation(options: {
|
|
|
162
36
|
readonly sessionId?: string;
|
|
163
37
|
}) => void;
|
|
164
38
|
}): void;
|
|
165
|
-
export {};
|
|
166
39
|
//# sourceMappingURL=facade-composition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"facade-composition.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/daemon/facade-composition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"facade-composition.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/daemon/facade-composition.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAiBrD,OAAO,KAAK,EAAE,oBAAoB,EAA0B,MAAM,wCAAwC,CAAC;AAI3G,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE,OAAO,KAAK,EAAE,YAAY,EAAuB,MAAM,YAAY,CAAC;AAIpE,YAAY,EACV,2BAA2B,EAC3B,yBAAyB,EACzB,sCAAsC,GACvC,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EACV,2BAA2B,EAC3B,yBAAyB,EACzB,sCAAsC,EACvC,MAAM,mBAAmB,CAAC;AAI3B;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,8BAA8B,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,oBAAoB,CA2FvG;AAED,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,YAAY,EACpB,qBAAqB,CAAC,EAAE,aAAa,GACpC,2BAA2B,CAkI7B;AAED,wBAAgB,+BAA+B,CAC7C,OAAO,EAAE,sCAAsC,GAC9C,yBAAyB,CA0J3B;AAED,wBAAgB,kCAAkC,CAAC,OAAO,EAAE;IAC1D,QAAQ,CAAC,aAAa,EAAE,OAAO,2BAA2B,EAAE,mBAAmB,CAAC;IAChF,QAAQ,CAAC,aAAa,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,KAAK,OAAO,yBAAyB,EAAE,WAAW,GAAG,QAAQ,CAAC;IACzK,QAAQ,CAAC,4BAA4B,EAAE,CAAC,OAAO,EAAE,OAAO,kDAAkD,EAAE,sBAAsB,GAAG,SAAS,EAAE,KAAK,EAAE;QACrJ,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;QACtB,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;KAC7B,KAAK,IAAI,CAAC;CACZ,GAAG,IAAI,CAoBP"}
|