@pellux/goodvibes-sdk 0.18.14 → 0.18.15
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/platform/acp/connection.d.ts +59 -0
- package/dist/_internal/platform/acp/connection.d.ts.map +1 -0
- package/dist/_internal/platform/acp/connection.js +377 -0
- package/dist/_internal/platform/acp/index.d.ts +3 -0
- package/dist/_internal/platform/acp/index.d.ts.map +1 -0
- package/dist/_internal/platform/acp/index.js +1 -0
- package/dist/_internal/platform/acp/manager.d.ts +49 -0
- package/dist/_internal/platform/acp/manager.d.ts.map +1 -0
- package/dist/_internal/platform/acp/manager.js +105 -0
- package/dist/_internal/platform/adapters/bluebubbles/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/bluebubbles/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/bluebubbles/index.js +119 -0
- package/dist/_internal/platform/adapters/discord/index.d.ts +9 -0
- package/dist/_internal/platform/adapters/discord/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/discord/index.js +255 -0
- package/dist/_internal/platform/adapters/github/index.d.ts +8 -0
- package/dist/_internal/platform/adapters/github/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/github/index.js +58 -0
- package/dist/_internal/platform/adapters/google-chat/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/google-chat/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/google-chat/index.js +105 -0
- package/dist/_internal/platform/adapters/imessage/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/imessage/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/imessage/index.js +84 -0
- package/dist/_internal/platform/adapters/index.d.ts +16 -0
- package/dist/_internal/platform/adapters/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/index.js +15 -0
- package/dist/_internal/platform/adapters/matrix/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/matrix/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/matrix/index.js +106 -0
- package/dist/_internal/platform/adapters/mattermost/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/mattermost/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/mattermost/index.js +139 -0
- package/dist/_internal/platform/adapters/msteams/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/msteams/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/msteams/index.js +169 -0
- package/dist/_internal/platform/adapters/ntfy/index.d.ts +4 -0
- package/dist/_internal/platform/adapters/ntfy/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/ntfy/index.js +105 -0
- package/dist/_internal/platform/adapters/signal/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/signal/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/signal/index.js +84 -0
- package/dist/_internal/platform/adapters/slack/index.d.ts +5 -0
- package/dist/_internal/platform/adapters/slack/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/slack/index.js +287 -0
- package/dist/_internal/platform/adapters/telegram/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/telegram/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/telegram/index.js +147 -0
- package/dist/_internal/platform/adapters/types.d.ts +81 -0
- package/dist/_internal/platform/adapters/types.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/types.js +1 -0
- package/dist/_internal/platform/adapters/webhook/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/webhook/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/webhook/index.js +167 -0
- package/dist/_internal/platform/adapters/whatsapp/index.d.ts +3 -0
- package/dist/_internal/platform/adapters/whatsapp/index.d.ts.map +1 -0
- package/dist/_internal/platform/adapters/whatsapp/index.js +125 -0
- package/dist/_internal/platform/agents/message-bus-core.d.ts +55 -0
- package/dist/_internal/platform/agents/message-bus-core.d.ts.map +1 -0
- package/dist/_internal/platform/agents/message-bus-core.js +244 -0
- package/dist/_internal/platform/agents/message-bus.d.ts +3 -0
- package/dist/_internal/platform/agents/message-bus.d.ts.map +1 -0
- package/dist/_internal/platform/agents/message-bus.js +1 -0
- package/dist/_internal/platform/agents/orchestrator-prompts.d.ts +33 -0
- package/dist/_internal/platform/agents/orchestrator-prompts.d.ts.map +1 -0
- package/dist/_internal/platform/agents/orchestrator-prompts.js +320 -0
- package/dist/_internal/platform/agents/orchestrator-runner.d.ts +56 -0
- package/dist/_internal/platform/agents/orchestrator-runner.d.ts.map +1 -0
- package/dist/_internal/platform/agents/orchestrator-runner.js +492 -0
- package/dist/_internal/platform/agents/orchestrator.d.ts +92 -0
- package/dist/_internal/platform/agents/orchestrator.d.ts.map +1 -0
- package/dist/_internal/platform/agents/orchestrator.js +318 -0
- package/dist/_internal/platform/agents/session.d.ts +37 -0
- package/dist/_internal/platform/agents/session.d.ts.map +1 -0
- package/dist/_internal/platform/agents/session.js +89 -0
- package/dist/_internal/platform/agents/worktree.d.ts +45 -0
- package/dist/_internal/platform/agents/worktree.d.ts.map +1 -0
- package/dist/_internal/platform/agents/worktree.js +134 -0
- package/dist/_internal/platform/agents/wrfc-config.d.ts +20 -0
- package/dist/_internal/platform/agents/wrfc-config.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-config.js +27 -0
- package/dist/_internal/platform/agents/wrfc-controller.d.ts +67 -0
- package/dist/_internal/platform/agents/wrfc-controller.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-controller.js +562 -0
- package/dist/_internal/platform/agents/wrfc-gate-runtime.d.ts +12 -0
- package/dist/_internal/platform/agents/wrfc-gate-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-gate-runtime.js +55 -0
- package/dist/_internal/platform/agents/wrfc-reporting.d.ts +11 -0
- package/dist/_internal/platform/agents/wrfc-reporting.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-reporting.js +244 -0
- package/dist/_internal/platform/agents/wrfc-runtime-events.d.ts +21 -0
- package/dist/_internal/platform/agents/wrfc-runtime-events.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-runtime-events.js +80 -0
- package/dist/_internal/platform/agents/wrfc-types.d.ts +57 -0
- package/dist/_internal/platform/agents/wrfc-types.d.ts.map +1 -0
- package/dist/_internal/platform/agents/wrfc-types.js +1 -0
- package/dist/_internal/platform/agents/wrfc-workmap.js +1 -1
- package/dist/_internal/platform/automation/delivery-manager.d.ts +35 -0
- package/dist/_internal/platform/automation/delivery-manager.d.ts.map +1 -0
- package/dist/_internal/platform/automation/delivery-manager.js +306 -0
- package/dist/_internal/platform/automation/index.d.ts +21 -0
- package/dist/_internal/platform/automation/index.d.ts.map +1 -0
- package/dist/_internal/platform/automation/index.js +9 -0
- package/dist/_internal/platform/automation/manager-runtime-delivery.d.ts +25 -0
- package/dist/_internal/platform/automation/manager-runtime-delivery.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-delivery.js +109 -0
- package/dist/_internal/platform/automation/manager-runtime-events.d.ts +11 -0
- package/dist/_internal/platform/automation/manager-runtime-events.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-events.js +90 -0
- package/dist/_internal/platform/automation/manager-runtime-execution.d.ts +67 -0
- package/dist/_internal/platform/automation/manager-runtime-execution.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-execution.js +402 -0
- package/dist/_internal/platform/automation/manager-runtime-helpers.d.ts +103 -0
- package/dist/_internal/platform/automation/manager-runtime-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-helpers.js +313 -0
- package/dist/_internal/platform/automation/manager-runtime-job-mutations.d.ts +17 -0
- package/dist/_internal/platform/automation/manager-runtime-job-mutations.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-job-mutations.js +139 -0
- package/dist/_internal/platform/automation/manager-runtime-reconcile.d.ts +28 -0
- package/dist/_internal/platform/automation/manager-runtime-reconcile.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-reconcile.js +127 -0
- package/dist/_internal/platform/automation/manager-runtime-scheduling.d.ts +31 -0
- package/dist/_internal/platform/automation/manager-runtime-scheduling.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-scheduling.js +142 -0
- package/dist/_internal/platform/automation/manager-runtime-sync.d.ts +9 -0
- package/dist/_internal/platform/automation/manager-runtime-sync.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime-sync.js +33 -0
- package/dist/_internal/platform/automation/manager-runtime.d.ts +127 -0
- package/dist/_internal/platform/automation/manager-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager-runtime.js +573 -0
- package/dist/_internal/platform/automation/manager.d.ts +3 -0
- package/dist/_internal/platform/automation/manager.d.ts.map +1 -0
- package/dist/_internal/platform/automation/manager.js +1 -0
- package/dist/_internal/platform/automation/schedules.js +1 -1
- package/dist/_internal/platform/automation/service.d.ts +61 -0
- package/dist/_internal/platform/automation/service.d.ts.map +1 -0
- package/dist/_internal/platform/automation/service.js +205 -0
- package/dist/_internal/platform/bookmarks/manager.d.ts +1 -1
- package/dist/_internal/platform/bookmarks/manager.js +1 -1
- package/dist/_internal/platform/channels/builtin/account-actions.d.ts +12 -0
- package/dist/_internal/platform/channels/builtin/account-actions.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/account-actions.js +437 -0
- package/dist/_internal/platform/channels/builtin/accounts.d.ts +11 -0
- package/dist/_internal/platform/channels/builtin/accounts.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/accounts.js +390 -0
- package/dist/_internal/platform/channels/builtin/contracts.d.ts +20 -0
- package/dist/_internal/platform/channels/builtin/contracts.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/contracts.js +299 -0
- package/dist/_internal/platform/channels/builtin/plugins.d.ts +25 -0
- package/dist/_internal/platform/channels/builtin/plugins.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/plugins.js +225 -0
- package/dist/_internal/platform/channels/builtin/rendering.d.ts +15 -0
- package/dist/_internal/platform/channels/builtin/rendering.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/rendering.js +135 -0
- package/dist/_internal/platform/channels/builtin/setup-schema.d.ts +3 -0
- package/dist/_internal/platform/channels/builtin/setup-schema.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/setup-schema.js +479 -0
- package/dist/_internal/platform/channels/builtin/shared.d.ts +41 -0
- package/dist/_internal/platform/channels/builtin/shared.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/shared.js +42 -0
- package/dist/_internal/platform/channels/builtin/surfaces.d.ts +11 -0
- package/dist/_internal/platform/channels/builtin/surfaces.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/surfaces.js +49 -0
- package/dist/_internal/platform/channels/builtin/targets.d.ts +14 -0
- package/dist/_internal/platform/channels/builtin/targets.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin/targets.js +665 -0
- package/dist/_internal/platform/channels/builtin-runtime.d.ts +40 -0
- package/dist/_internal/platform/channels/builtin-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/channels/builtin-runtime.js +293 -0
- package/dist/_internal/platform/channels/delivery/shared.d.ts +20 -0
- package/dist/_internal/platform/channels/delivery/shared.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery/shared.js +165 -0
- package/dist/_internal/platform/channels/delivery/strategies-bridge.d.ts +9 -0
- package/dist/_internal/platform/channels/delivery/strategies-bridge.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery/strategies-bridge.js +165 -0
- package/dist/_internal/platform/channels/delivery/strategies-core.d.ts +13 -0
- package/dist/_internal/platform/channels/delivery/strategies-core.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery/strategies-core.js +238 -0
- package/dist/_internal/platform/channels/delivery/strategies-enterprise.d.ts +8 -0
- package/dist/_internal/platform/channels/delivery/strategies-enterprise.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery/strategies-enterprise.js +120 -0
- package/dist/_internal/platform/channels/delivery/types.d.ts +53 -0
- package/dist/_internal/platform/channels/delivery/types.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery/types.js +1 -0
- package/dist/_internal/platform/channels/delivery-router.d.ts +21 -0
- package/dist/_internal/platform/channels/delivery-router.d.ts.map +1 -0
- package/dist/_internal/platform/channels/delivery-router.js +74 -0
- package/dist/_internal/platform/channels/index.d.ts +15 -0
- package/dist/_internal/platform/channels/index.d.ts.map +1 -0
- package/dist/_internal/platform/channels/index.js +8 -0
- package/dist/_internal/platform/channels/plugin-registry.d.ts +96 -0
- package/dist/_internal/platform/channels/plugin-registry.d.ts.map +1 -0
- package/dist/_internal/platform/channels/plugin-registry.js +437 -0
- package/dist/_internal/platform/channels/provider-runtime.d.ts +56 -0
- package/dist/_internal/platform/channels/provider-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/channels/provider-runtime.js +257 -0
- package/dist/_internal/platform/channels/reply-pipeline.d.ts +42 -0
- package/dist/_internal/platform/channels/reply-pipeline.d.ts.map +1 -0
- package/dist/_internal/platform/channels/reply-pipeline.js +444 -0
- package/dist/_internal/platform/channels/route-manager.d.ts +60 -0
- package/dist/_internal/platform/channels/route-manager.d.ts.map +1 -0
- package/dist/_internal/platform/channels/route-manager.js +280 -0
- package/dist/_internal/platform/channels/surface-registry.d.ts +16 -0
- package/dist/_internal/platform/channels/surface-registry.d.ts.map +1 -0
- package/dist/_internal/platform/channels/surface-registry.js +197 -0
- package/dist/_internal/platform/config/helper-model.d.ts +92 -0
- package/dist/_internal/platform/config/helper-model.d.ts.map +1 -0
- package/dist/_internal/platform/config/helper-model.js +187 -0
- package/dist/_internal/platform/config/index.d.ts +35 -0
- package/dist/_internal/platform/config/index.d.ts.map +1 -0
- package/dist/_internal/platform/config/index.js +182 -0
- package/dist/_internal/platform/config/manager.d.ts +91 -0
- package/dist/_internal/platform/config/manager.d.ts.map +1 -0
- package/dist/_internal/platform/config/manager.js +332 -0
- package/dist/_internal/platform/config/schema-domain-core.js +1 -1
- package/dist/_internal/platform/config/schema-domain-runtime.js +1 -1
- package/dist/_internal/platform/config/secrets.d.ts +89 -0
- package/dist/_internal/platform/config/secrets.d.ts.map +1 -0
- package/dist/_internal/platform/config/secrets.js +444 -0
- package/dist/_internal/platform/config/service-registry.d.ts +98 -0
- package/dist/_internal/platform/config/service-registry.d.ts.map +1 -0
- package/dist/_internal/platform/config/service-registry.js +221 -0
- package/dist/_internal/platform/config/subscription-auth.d.ts +3 -0
- package/dist/_internal/platform/config/subscription-auth.d.ts.map +1 -0
- package/dist/_internal/platform/config/subscription-auth.js +29 -0
- package/dist/_internal/platform/config/subscription-providers.d.ts +30 -0
- package/dist/_internal/platform/config/subscription-providers.d.ts.map +1 -0
- package/dist/_internal/platform/config/subscription-providers.js +92 -0
- package/dist/_internal/platform/config/tool-llm.d.ts +63 -0
- package/dist/_internal/platform/config/tool-llm.d.ts.map +1 -0
- package/dist/_internal/platform/config/tool-llm.js +87 -0
- package/dist/_internal/platform/control-plane/approval-broker.d.ts +83 -0
- package/dist/_internal/platform/control-plane/approval-broker.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/approval-broker.js +270 -0
- package/dist/_internal/platform/control-plane/gateway.d.ts +94 -0
- package/dist/_internal/platform/control-plane/gateway.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/gateway.js +582 -0
- package/dist/_internal/platform/control-plane/index.d.ts +12 -0
- package/dist/_internal/platform/control-plane/index.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/index.js +4 -0
- package/dist/_internal/platform/control-plane/media-contract-schemas.d.ts +16 -0
- package/dist/_internal/platform/control-plane/media-contract-schemas.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/media-contract-schemas.js +182 -0
- package/dist/_internal/platform/control-plane/method-catalog-admin.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-admin.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-admin.js +123 -0
- package/dist/_internal/platform/control-plane/method-catalog-channels.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-channels.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-channels.js +559 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-automation.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-automation.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-automation.js +440 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-core.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-control-core.js +541 -0
- package/dist/_internal/platform/control-plane/method-catalog-control.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-control.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-control.js +6 -0
- package/dist/_internal/platform/control-plane/method-catalog-events.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-events.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-events.js +71 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-knowledge.js +487 -0
- package/dist/_internal/platform/control-plane/method-catalog-media.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-media.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-media.js +248 -0
- package/dist/_internal/platform/control-plane/method-catalog-runtime.d.ts +3 -0
- package/dist/_internal/platform/control-plane/method-catalog-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-runtime.js +265 -0
- package/dist/_internal/platform/control-plane/method-catalog-shared.d.ts +100 -0
- package/dist/_internal/platform/control-plane/method-catalog-shared.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog-shared.js +117 -0
- package/dist/_internal/platform/control-plane/method-catalog.d.ts +29 -0
- package/dist/_internal/platform/control-plane/method-catalog.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/method-catalog.js +180 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.d.ts +41 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-admin.js +569 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.d.ts +26 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-channels.js +324 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts +10 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-control.js +189 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.d.ts +5 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-domains.js +4 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts +92 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-knowledge.js +512 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-media.d.ts +24 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-media.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-media.js +232 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.d.ts +15 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-permissions.js +85 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.d.ts +2 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-remote.js +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts +30 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-runtime.js +501 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.d.ts +19 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-shared.js +59 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.d.ts +18 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas-telemetry.js +309 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas.d.ts +7 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract-schemas.js +6 -0
- package/dist/_internal/platform/control-plane/operator-contract.d.ts +6 -0
- package/dist/_internal/platform/control-plane/operator-contract.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/operator-contract.js +128 -0
- package/dist/_internal/platform/control-plane/session-broker.d.ts +73 -0
- package/dist/_internal/platform/control-plane/session-broker.d.ts.map +1 -0
- package/dist/_internal/platform/control-plane/session-broker.js +668 -0
- package/dist/_internal/platform/core/compaction-sections.d.ts +98 -0
- package/dist/_internal/platform/core/compaction-sections.d.ts.map +1 -0
- package/dist/_internal/platform/core/compaction-sections.js +394 -0
- package/dist/_internal/platform/core/compaction-types.d.ts +99 -0
- package/dist/_internal/platform/core/compaction-types.d.ts.map +1 -0
- package/dist/_internal/platform/core/compaction-types.js +21 -0
- package/dist/_internal/platform/core/context-compaction.d.ts +82 -0
- package/dist/_internal/platform/core/context-compaction.d.ts.map +1 -0
- package/dist/_internal/platform/core/context-compaction.js +419 -0
- package/dist/_internal/platform/core/conversation-compaction.d.ts +14 -0
- package/dist/_internal/platform/core/conversation-compaction.d.ts.map +1 -0
- package/dist/_internal/platform/core/conversation-compaction.js +43 -0
- package/dist/_internal/platform/core/conversation-diff.d.ts +10 -0
- package/dist/_internal/platform/core/conversation-diff.d.ts.map +1 -0
- package/dist/_internal/platform/core/conversation-diff.js +48 -0
- package/dist/_internal/platform/core/conversation-utils.d.ts +11 -0
- package/dist/_internal/platform/core/conversation-utils.d.ts.map +1 -0
- package/dist/_internal/platform/core/conversation-utils.js +66 -0
- package/dist/_internal/platform/core/conversation.d.ts +114 -0
- package/dist/_internal/platform/core/conversation.d.ts.map +1 -0
- package/dist/_internal/platform/core/conversation.js +246 -0
- package/dist/_internal/platform/core/event-replay.d.ts +83 -0
- package/dist/_internal/platform/core/event-replay.d.ts.map +1 -0
- package/dist/_internal/platform/core/event-replay.js +224 -0
- package/dist/_internal/platform/core/orchestrator-context-runtime.d.ts +58 -0
- package/dist/_internal/platform/core/orchestrator-context-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-context-runtime.js +281 -0
- package/dist/_internal/platform/core/orchestrator-follow-up-runtime.d.ts +34 -0
- package/dist/_internal/platform/core/orchestrator-follow-up-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-follow-up-runtime.js +110 -0
- package/dist/_internal/platform/core/orchestrator-runtime.d.ts +30 -0
- package/dist/_internal/platform/core/orchestrator-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-runtime.js +62 -0
- package/dist/_internal/platform/core/orchestrator-tool-runtime.d.ts +41 -0
- package/dist/_internal/platform/core/orchestrator-tool-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-tool-runtime.js +373 -0
- package/dist/_internal/platform/core/orchestrator-turn-helpers.d.ts +62 -0
- package/dist/_internal/platform/core/orchestrator-turn-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-turn-helpers.js +226 -0
- package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts +64 -0
- package/dist/_internal/platform/core/orchestrator-turn-loop.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator-turn-loop.js +319 -0
- package/dist/_internal/platform/core/orchestrator.d.ts +191 -0
- package/dist/_internal/platform/core/orchestrator.d.ts.map +1 -0
- package/dist/_internal/platform/core/orchestrator.js +612 -0
- package/dist/_internal/platform/core/plan-command-handler.d.ts +31 -0
- package/dist/_internal/platform/core/plan-command-handler.d.ts.map +1 -0
- package/dist/_internal/platform/core/plan-command-handler.js +133 -0
- package/dist/_internal/platform/core/transcript-events/classify.d.ts +4 -0
- package/dist/_internal/platform/core/transcript-events/classify.d.ts.map +1 -0
- package/dist/_internal/platform/core/transcript-events/classify.js +94 -0
- package/dist/_internal/platform/core/transcript-events/index.d.ts +10 -0
- package/dist/_internal/platform/core/transcript-events/index.d.ts.map +1 -0
- package/dist/_internal/platform/core/transcript-events/index.js +9 -0
- package/dist/_internal/platform/daemon/cli.d.ts +2 -0
- package/dist/_internal/platform/daemon/cli.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/cli.js +68 -0
- package/dist/_internal/platform/daemon/control-plane.d.ts +113 -0
- package/dist/_internal/platform/daemon/control-plane.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/control-plane.js +402 -0
- package/dist/_internal/platform/daemon/facade-composition.d.ts +127 -0
- package/dist/_internal/platform/daemon/facade-composition.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/facade-composition.js +274 -0
- package/dist/_internal/platform/daemon/facade.d.ts +111 -0
- package/dist/_internal/platform/daemon/facade.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/facade.js +483 -0
- package/dist/_internal/platform/daemon/helpers.d.ts +13 -0
- package/dist/_internal/platform/daemon/helpers.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/helpers.js +48 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts +71 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/router-route-contexts.js +162 -0
- package/dist/_internal/platform/daemon/http/router.d.ts +120 -0
- package/dist/_internal/platform/daemon/http/router.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http/router.js +360 -0
- package/dist/_internal/platform/daemon/http-listener.d.ts +68 -0
- package/dist/_internal/platform/daemon/http-listener.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/http-listener.js +246 -0
- package/dist/_internal/platform/daemon/index.d.ts +4 -0
- package/dist/_internal/platform/daemon/index.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/index.js +3 -0
- package/dist/_internal/platform/daemon/server.d.ts +2 -0
- package/dist/_internal/platform/daemon/server.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/server.js +1 -0
- package/dist/_internal/platform/daemon/service-manager.d.ts +61 -0
- package/dist/_internal/platform/daemon/service-manager.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/service-manager.js +351 -0
- package/dist/_internal/platform/daemon/surface-actions.d.ts +54 -0
- package/dist/_internal/platform/daemon/surface-actions.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/surface-actions.js +124 -0
- package/dist/_internal/platform/daemon/surface-delivery.d.ts +57 -0
- package/dist/_internal/platform/daemon/surface-delivery.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/surface-delivery.js +459 -0
- package/dist/_internal/platform/daemon/surface-policy.d.ts +5 -0
- package/dist/_internal/platform/daemon/surface-policy.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/surface-policy.js +40 -0
- package/dist/_internal/platform/daemon/transport-events.d.ts +26 -0
- package/dist/_internal/platform/daemon/transport-events.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/transport-events.js +91 -0
- package/dist/_internal/platform/daemon/types.d.ts +213 -0
- package/dist/_internal/platform/daemon/types.d.ts.map +1 -0
- package/dist/_internal/platform/daemon/types.js +1 -0
- package/dist/_internal/platform/discovery/mcp-scanner.js +5 -5
- package/dist/_internal/platform/discovery/scanner.js +1 -1
- package/dist/_internal/platform/export/markdown.d.ts +43 -0
- package/dist/_internal/platform/export/markdown.d.ts.map +1 -0
- package/dist/_internal/platform/export/markdown.js +171 -0
- package/dist/_internal/platform/export/session-export.d.ts +56 -0
- package/dist/_internal/platform/export/session-export.d.ts.map +1 -0
- package/dist/_internal/platform/export/session-export.js +568 -0
- package/dist/_internal/platform/git/index.d.ts +2 -0
- package/dist/_internal/platform/git/index.d.ts.map +1 -0
- package/dist/_internal/platform/git/index.js +1 -0
- package/dist/_internal/platform/git/service.d.ts +101 -0
- package/dist/_internal/platform/git/service.d.ts.map +1 -0
- package/dist/_internal/platform/git/service.js +355 -0
- package/dist/_internal/platform/hooks/chain-engine.d.ts +44 -0
- package/dist/_internal/platform/hooks/chain-engine.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/chain-engine.js +459 -0
- package/dist/_internal/platform/hooks/dispatcher.d.ts +68 -0
- package/dist/_internal/platform/hooks/dispatcher.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/dispatcher.js +376 -0
- package/dist/_internal/platform/hooks/hook-api.d.ts +72 -0
- package/dist/_internal/platform/hooks/hook-api.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/hook-api.js +98 -0
- package/dist/_internal/platform/hooks/index.d.ts +19 -0
- package/dist/_internal/platform/hooks/index.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/index.js +11 -0
- package/dist/_internal/platform/hooks/runners/agent.d.ts +16 -0
- package/dist/_internal/platform/hooks/runners/agent.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/runners/agent.js +76 -0
- package/dist/_internal/platform/hooks/runners/prompt.d.ts +13 -0
- package/dist/_internal/platform/hooks/runners/prompt.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/runners/prompt.js +58 -0
- package/dist/_internal/platform/hooks/workbench.d.ts +67 -0
- package/dist/_internal/platform/hooks/workbench.d.ts.map +1 -0
- package/dist/_internal/platform/hooks/workbench.js +301 -0
- package/dist/_internal/platform/input/command-registry.d.ts +17 -0
- package/dist/_internal/platform/input/command-registry.d.ts.map +1 -0
- package/dist/_internal/platform/input/command-registry.js +25 -0
- package/dist/_internal/platform/input/keybindings.d.ts +86 -0
- package/dist/_internal/platform/input/keybindings.d.ts.map +1 -0
- package/dist/_internal/platform/input/keybindings.js +202 -0
- package/dist/_internal/platform/integrations/index.d.ts +13 -0
- package/dist/_internal/platform/integrations/index.d.ts.map +1 -0
- package/dist/_internal/platform/integrations/index.js +7 -0
- package/dist/_internal/platform/integrations/notifier.d.ts +56 -0
- package/dist/_internal/platform/integrations/notifier.d.ts.map +1 -0
- package/dist/_internal/platform/integrations/notifier.js +166 -0
- package/dist/_internal/platform/integrations/webhooks.d.ts +52 -0
- package/dist/_internal/platform/integrations/webhooks.d.ts.map +1 -0
- package/dist/_internal/platform/integrations/webhooks.js +141 -0
- package/dist/_internal/platform/intelligence/config.js +4 -4
- package/dist/_internal/platform/intelligence/facade.d.ts +1 -1
- package/dist/_internal/platform/intelligence/facade.js +2 -2
- package/dist/_internal/platform/knowledge/consolidation.d.ts +23 -0
- package/dist/_internal/platform/knowledge/consolidation.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/consolidation.js +274 -0
- package/dist/_internal/platform/knowledge/graphql.d.ts +25 -0
- package/dist/_internal/platform/knowledge/graphql.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/graphql.js +232 -0
- package/dist/_internal/platform/knowledge/index.d.ts +13 -0
- package/dist/_internal/platform/knowledge/index.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/index.js +8 -0
- package/dist/_internal/platform/knowledge/ingest-compile.d.ts +21 -0
- package/dist/_internal/platform/knowledge/ingest-compile.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/ingest-compile.js +311 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts +19 -0
- package/dist/_internal/platform/knowledge/ingest-context.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/ingest-context.js +1 -0
- package/dist/_internal/platform/knowledge/ingest-inputs.d.ts +65 -0
- package/dist/_internal/platform/knowledge/ingest-inputs.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/ingest-inputs.js +304 -0
- package/dist/_internal/platform/knowledge/ingest.d.ts +4 -0
- package/dist/_internal/platform/knowledge/ingest.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/ingest.js +2 -0
- package/dist/_internal/platform/knowledge/internal.d.ts +55 -0
- package/dist/_internal/platform/knowledge/internal.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/internal.js +231 -0
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts +160 -0
- package/dist/_internal/platform/knowledge/knowledge-api.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/knowledge-api.js +145 -0
- package/dist/_internal/platform/knowledge/lint.d.ts +13 -0
- package/dist/_internal/platform/knowledge/lint.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/lint.js +94 -0
- package/dist/_internal/platform/knowledge/memory-sync.d.ts +4 -0
- package/dist/_internal/platform/knowledge/memory-sync.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/memory-sync.js +54 -0
- package/dist/_internal/platform/knowledge/packet.d.ts +38 -0
- package/dist/_internal/platform/knowledge/packet.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/packet.js +278 -0
- package/dist/_internal/platform/knowledge/scheduling.d.ts +48 -0
- package/dist/_internal/platform/knowledge/scheduling.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/scheduling.js +246 -0
- package/dist/_internal/platform/knowledge/service.d.ts +230 -0
- package/dist/_internal/platform/knowledge/service.d.ts.map +1 -0
- package/dist/_internal/platform/knowledge/service.js +420 -0
- package/dist/_internal/platform/mcp/client.d.ts +78 -0
- package/dist/_internal/platform/mcp/client.d.ts.map +1 -0
- package/dist/_internal/platform/mcp/client.js +331 -0
- package/dist/_internal/platform/mcp/index.d.ts +7 -0
- package/dist/_internal/platform/mcp/index.d.ts.map +1 -0
- package/dist/_internal/platform/mcp/index.js +3 -0
- package/dist/_internal/platform/mcp/mcp-api.d.ts +52 -0
- package/dist/_internal/platform/mcp/mcp-api.d.ts.map +1 -0
- package/dist/_internal/platform/mcp/mcp-api.js +34 -0
- package/dist/_internal/platform/mcp/registry.d.ts +110 -0
- package/dist/_internal/platform/mcp/registry.d.ts.map +1 -0
- package/dist/_internal/platform/mcp/registry.js +427 -0
- package/dist/_internal/platform/media/builtin-image-understanding.d.ts +11 -0
- package/dist/_internal/platform/media/builtin-image-understanding.d.ts.map +1 -0
- package/dist/_internal/platform/media/builtin-image-understanding.js +226 -0
- package/dist/_internal/platform/media/builtin-providers.d.ts +5 -0
- package/dist/_internal/platform/media/builtin-providers.d.ts.map +1 -0
- package/dist/_internal/platform/media/builtin-providers.js +13 -0
- package/dist/_internal/platform/media/index.d.ts +4 -0
- package/dist/_internal/platform/media/index.d.ts.map +1 -0
- package/dist/_internal/platform/media/index.js +2 -0
- package/dist/_internal/platform/multimodal/index.d.ts +3 -0
- package/dist/_internal/platform/multimodal/index.d.ts.map +1 -0
- package/dist/_internal/platform/multimodal/index.js +1 -0
- package/dist/_internal/platform/multimodal/service.d.ts +30 -0
- package/dist/_internal/platform/multimodal/service.d.ts.map +1 -0
- package/dist/_internal/platform/multimodal/service.js +443 -0
- package/dist/_internal/platform/panels/panel-manager.d.ts +89 -0
- package/dist/_internal/platform/panels/panel-manager.d.ts.map +1 -0
- package/dist/_internal/platform/panels/panel-manager.js +481 -0
- package/dist/_internal/platform/panels/types.d.ts +30 -0
- package/dist/_internal/platform/panels/types.d.ts.map +1 -0
- package/dist/_internal/platform/panels/types.js +1 -0
- package/dist/_internal/platform/permissions/briefs/build.d.ts +5 -0
- package/dist/_internal/platform/permissions/briefs/build.d.ts.map +1 -0
- package/dist/_internal/platform/permissions/briefs/build.js +82 -0
- package/dist/_internal/platform/permissions/manager.d.ts +52 -0
- package/dist/_internal/platform/permissions/manager.d.ts.map +1 -0
- package/dist/_internal/platform/permissions/manager.js +269 -0
- package/dist/_internal/platform/permissions/prompt.d.ts +18 -0
- package/dist/_internal/platform/permissions/prompt.d.ts.map +1 -0
- package/dist/_internal/platform/permissions/prompt.js +1 -0
- package/dist/_internal/platform/plugins/api.d.ts +155 -0
- package/dist/_internal/platform/plugins/api.d.ts.map +1 -0
- package/dist/_internal/platform/plugins/api.js +197 -0
- package/dist/_internal/platform/plugins/loader.d.ts +101 -0
- package/dist/_internal/platform/plugins/loader.d.ts.map +1 -0
- package/dist/_internal/platform/plugins/loader.js +201 -0
- package/dist/_internal/platform/plugins/manager.d.ts +148 -0
- package/dist/_internal/platform/plugins/manager.d.ts.map +1 -0
- package/dist/_internal/platform/plugins/manager.js +338 -0
- package/dist/_internal/platform/profiles/manager.d.ts +1 -1
- package/dist/_internal/platform/profiles/manager.js +1 -1
- package/dist/_internal/platform/profiles/shape.d.ts +5 -0
- package/dist/_internal/platform/profiles/shape.d.ts.map +1 -0
- package/dist/_internal/platform/profiles/shape.js +51 -0
- package/dist/_internal/platform/providers/amazon-bedrock-mantle.d.ts +5 -0
- package/dist/_internal/platform/providers/amazon-bedrock-mantle.d.ts.map +1 -0
- package/dist/_internal/platform/providers/amazon-bedrock-mantle.js +45 -0
- package/dist/_internal/platform/providers/amazon-bedrock.d.ts +5 -0
- package/dist/_internal/platform/providers/amazon-bedrock.d.ts.map +1 -0
- package/dist/_internal/platform/providers/amazon-bedrock.js +56 -0
- package/dist/_internal/platform/providers/anthropic-compat.d.ts +61 -0
- package/dist/_internal/platform/providers/anthropic-compat.d.ts.map +1 -0
- package/dist/_internal/platform/providers/anthropic-compat.js +291 -0
- package/dist/_internal/platform/providers/anthropic-sdk-provider.d.ts +37 -0
- package/dist/_internal/platform/providers/anthropic-sdk-provider.d.ts.map +1 -0
- package/dist/_internal/platform/providers/anthropic-sdk-provider.js +173 -0
- package/dist/_internal/platform/providers/anthropic-vertex.d.ts +5 -0
- package/dist/_internal/platform/providers/anthropic-vertex.d.ts.map +1 -0
- package/dist/_internal/platform/providers/anthropic-vertex.js +53 -0
- package/dist/_internal/platform/providers/anthropic.d.ts +18 -0
- package/dist/_internal/platform/providers/anthropic.d.ts.map +1 -0
- package/dist/_internal/platform/providers/anthropic.js +417 -0
- package/dist/_internal/platform/providers/auto-register.d.ts +91 -0
- package/dist/_internal/platform/providers/auto-register.d.ts.map +1 -0
- package/dist/_internal/platform/providers/auto-register.js +359 -0
- package/dist/_internal/platform/providers/builtin-catalog.d.ts +41 -0
- package/dist/_internal/platform/providers/builtin-catalog.d.ts.map +1 -0
- package/dist/_internal/platform/providers/builtin-catalog.js +280 -0
- package/dist/_internal/platform/providers/builtin-registry.d.ts +27 -0
- package/dist/_internal/platform/providers/builtin-registry.d.ts.map +1 -0
- package/dist/_internal/platform/providers/builtin-registry.js +510 -0
- package/dist/_internal/platform/providers/cache-planner.d.ts +58 -0
- package/dist/_internal/platform/providers/cache-planner.d.ts.map +1 -0
- package/dist/_internal/platform/providers/cache-planner.js +203 -0
- package/dist/_internal/platform/providers/capabilities.d.ts +154 -0
- package/dist/_internal/platform/providers/capabilities.d.ts.map +1 -0
- package/dist/_internal/platform/providers/capabilities.js +463 -0
- package/dist/_internal/platform/providers/custom-loader.d.ts +89 -0
- package/dist/_internal/platform/providers/custom-loader.d.ts.map +1 -0
- package/dist/_internal/platform/providers/custom-loader.js +300 -0
- package/dist/_internal/platform/providers/discovered-compat.d.ts +17 -0
- package/dist/_internal/platform/providers/discovered-compat.d.ts.map +1 -0
- package/dist/_internal/platform/providers/discovered-compat.js +14 -0
- package/dist/_internal/platform/providers/discovered-factory.d.ts +5 -0
- package/dist/_internal/platform/providers/discovered-factory.d.ts.map +1 -0
- package/dist/_internal/platform/providers/discovered-factory.js +54 -0
- package/dist/_internal/platform/providers/discovered-traits.d.ts +16 -0
- package/dist/_internal/platform/providers/discovered-traits.d.ts.map +1 -0
- package/dist/_internal/platform/providers/discovered-traits.js +113 -0
- package/dist/_internal/platform/providers/gemini.d.ts +32 -0
- package/dist/_internal/platform/providers/gemini.d.ts.map +1 -0
- package/dist/_internal/platform/providers/gemini.js +391 -0
- package/dist/_internal/platform/providers/github-copilot.d.ts +16 -0
- package/dist/_internal/platform/providers/github-copilot.d.ts.map +1 -0
- package/dist/_internal/platform/providers/github-copilot.js +234 -0
- package/dist/_internal/platform/providers/index.d.ts +6 -0
- package/dist/_internal/platform/providers/index.d.ts.map +1 -0
- package/dist/_internal/platform/providers/index.js +1 -0
- package/dist/_internal/platform/providers/interface.d.ts +174 -0
- package/dist/_internal/platform/providers/interface.d.ts.map +1 -0
- package/dist/_internal/platform/providers/interface.js +7 -0
- package/dist/_internal/platform/providers/llama-cpp.d.ts +27 -0
- package/dist/_internal/platform/providers/llama-cpp.d.ts.map +1 -0
- package/dist/_internal/platform/providers/llama-cpp.js +313 -0
- package/dist/_internal/platform/providers/lm-studio-helpers.d.ts +88 -0
- package/dist/_internal/platform/providers/lm-studio-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/providers/lm-studio-helpers.js +281 -0
- package/dist/_internal/platform/providers/lm-studio.d.ts +30 -0
- package/dist/_internal/platform/providers/lm-studio.d.ts.map +1 -0
- package/dist/_internal/platform/providers/lm-studio.js +405 -0
- package/dist/_internal/platform/providers/model-catalog-cache.d.ts +19 -0
- package/dist/_internal/platform/providers/model-catalog-cache.d.ts.map +1 -0
- package/dist/_internal/platform/providers/model-catalog-cache.js +160 -0
- package/dist/_internal/platform/providers/model-catalog-notifications.d.ts +7 -0
- package/dist/_internal/platform/providers/model-catalog-notifications.d.ts.map +1 -0
- package/dist/_internal/platform/providers/model-catalog-notifications.js +78 -0
- package/dist/_internal/platform/providers/model-catalog-synthetic.d.ts +33 -0
- package/dist/_internal/platform/providers/model-catalog-synthetic.d.ts.map +1 -0
- package/dist/_internal/platform/providers/model-catalog-synthetic.js +153 -0
- package/dist/_internal/platform/providers/model-catalog.d.ts +73 -0
- package/dist/_internal/platform/providers/model-catalog.d.ts.map +1 -0
- package/dist/_internal/platform/providers/model-catalog.js +116 -0
- package/dist/_internal/platform/providers/model-limits.d.ts +23 -0
- package/dist/_internal/platform/providers/model-limits.d.ts.map +1 -0
- package/dist/_internal/platform/providers/model-limits.js +236 -0
- package/dist/_internal/platform/providers/ollama.d.ts +27 -0
- package/dist/_internal/platform/providers/ollama.d.ts.map +1 -0
- package/dist/_internal/platform/providers/ollama.js +376 -0
- package/dist/_internal/platform/providers/openai-codex.d.ts +12 -0
- package/dist/_internal/platform/providers/openai-codex.d.ts.map +1 -0
- package/dist/_internal/platform/providers/openai-codex.js +448 -0
- package/dist/_internal/platform/providers/openai-compat.d.ts +69 -0
- package/dist/_internal/platform/providers/openai-compat.d.ts.map +1 -0
- package/dist/_internal/platform/providers/openai-compat.js +493 -0
- package/dist/_internal/platform/providers/openai.d.ts +18 -0
- package/dist/_internal/platform/providers/openai.d.ts.map +1 -0
- package/dist/_internal/platform/providers/openai.js +199 -0
- package/dist/_internal/platform/providers/optimizer.d.ts +157 -0
- package/dist/_internal/platform/providers/optimizer.d.ts.map +1 -0
- package/dist/_internal/platform/providers/optimizer.js +265 -0
- package/dist/_internal/platform/providers/provider-api.d.ts +163 -0
- package/dist/_internal/platform/providers/provider-api.d.ts.map +1 -0
- package/dist/_internal/platform/providers/provider-api.js +291 -0
- package/dist/_internal/platform/providers/registry-helpers.d.ts +14 -0
- package/dist/_internal/platform/providers/registry-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/providers/registry-helpers.js +28 -0
- package/dist/_internal/platform/providers/registry-models.d.ts +13 -0
- package/dist/_internal/platform/providers/registry-models.d.ts.map +1 -0
- package/dist/_internal/platform/providers/registry-models.js +47 -0
- package/dist/_internal/platform/providers/registry-types.d.ts +62 -0
- package/dist/_internal/platform/providers/registry-types.d.ts.map +1 -0
- package/dist/_internal/platform/providers/registry-types.js +1 -0
- package/dist/_internal/platform/providers/registry.d.ts +173 -0
- package/dist/_internal/platform/providers/registry.d.ts.map +1 -0
- package/dist/_internal/platform/providers/registry.js +603 -0
- package/dist/_internal/platform/providers/runtime-metadata.d.ts +13 -0
- package/dist/_internal/platform/providers/runtime-metadata.d.ts.map +1 -0
- package/dist/_internal/platform/providers/runtime-metadata.js +129 -0
- package/dist/_internal/platform/providers/runtime-snapshot.d.ts +34 -0
- package/dist/_internal/platform/providers/runtime-snapshot.d.ts.map +1 -0
- package/dist/_internal/platform/providers/runtime-snapshot.js +79 -0
- package/dist/_internal/platform/providers/synthetic.d.ts +78 -0
- package/dist/_internal/platform/providers/synthetic.d.ts.map +1 -0
- package/dist/_internal/platform/providers/synthetic.js +418 -0
- package/dist/_internal/platform/providers/tier-prompts.d.ts +32 -0
- package/dist/_internal/platform/providers/tier-prompts.d.ts.map +1 -0
- package/dist/_internal/platform/providers/tier-prompts.js +78 -0
- package/dist/_internal/platform/providers/tool-formats.d.ts +137 -0
- package/dist/_internal/platform/providers/tool-formats.d.ts.map +1 -0
- package/dist/_internal/platform/providers/tool-formats.js +306 -0
- package/dist/_internal/platform/runtime/auth/inspection.d.ts +35 -0
- package/dist/_internal/platform/runtime/auth/inspection.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/auth/inspection.js +87 -0
- package/dist/_internal/platform/runtime/bootstrap-background.d.ts +32 -0
- package/dist/_internal/platform/runtime/bootstrap-background.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/bootstrap-background.js +96 -0
- package/dist/_internal/platform/runtime/bootstrap-helpers.d.ts +15 -0
- package/dist/_internal/platform/runtime/bootstrap-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/bootstrap-helpers.js +74 -0
- package/dist/_internal/platform/runtime/bootstrap-runtime-events.d.ts +30 -0
- package/dist/_internal/platform/runtime/bootstrap-runtime-events.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/bootstrap-runtime-events.js +199 -0
- package/dist/_internal/platform/runtime/bootstrap-services.d.ts +40 -0
- package/dist/_internal/platform/runtime/bootstrap-services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/bootstrap-services.js +136 -0
- package/dist/_internal/platform/runtime/compaction/index.d.ts +43 -0
- package/dist/_internal/platform/runtime/compaction/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/index.js +37 -0
- package/dist/_internal/platform/runtime/compaction/lifecycle.d.ts +63 -0
- package/dist/_internal/platform/runtime/compaction/lifecycle.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/lifecycle.js +113 -0
- package/dist/_internal/platform/runtime/compaction/manager.d.ts +100 -0
- package/dist/_internal/platform/runtime/compaction/manager.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/manager.js +371 -0
- package/dist/_internal/platform/runtime/compaction/quality-score.d.ts +70 -0
- package/dist/_internal/platform/runtime/compaction/quality-score.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/quality-score.js +205 -0
- package/dist/_internal/platform/runtime/compaction/resume-repair.d.ts +40 -0
- package/dist/_internal/platform/runtime/compaction/resume-repair.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/resume-repair.js +155 -0
- package/dist/_internal/platform/runtime/compaction/strategies/autocompact.d.ts +22 -0
- package/dist/_internal/platform/runtime/compaction/strategies/autocompact.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/autocompact.js +56 -0
- package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.d.ts +52 -0
- package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/boundary-commit.js +79 -0
- package/dist/_internal/platform/runtime/compaction/strategies/collapse.d.ts +22 -0
- package/dist/_internal/platform/runtime/compaction/strategies/collapse.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/collapse.js +81 -0
- package/dist/_internal/platform/runtime/compaction/strategies/index.d.ts +14 -0
- package/dist/_internal/platform/runtime/compaction/strategies/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/index.js +11 -0
- package/dist/_internal/platform/runtime/compaction/strategies/microcompact.d.ts +20 -0
- package/dist/_internal/platform/runtime/compaction/strategies/microcompact.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/microcompact.js +63 -0
- package/dist/_internal/platform/runtime/compaction/strategies/reactive.d.ts +25 -0
- package/dist/_internal/platform/runtime/compaction/strategies/reactive.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/strategies/reactive.js +71 -0
- package/dist/_internal/platform/runtime/compaction/types.d.ts +169 -0
- package/dist/_internal/platform/runtime/compaction/types.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/compaction/types.js +10 -0
- package/dist/_internal/platform/runtime/diagnostics/actions.d.ts +329 -0
- package/dist/_internal/platform/runtime/diagnostics/actions.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/actions.js +413 -0
- package/dist/_internal/platform/runtime/diagnostics/index.d.ts +40 -0
- package/dist/_internal/platform/runtime/diagnostics/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/index.js +40 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/agents.d.ts +51 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/agents.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/agents.js +204 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/events.d.ts +53 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/events.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/events.js +161 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/health.d.ts +66 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/health.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/health.js +202 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/index.d.ts +25 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/index.js +19 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/ops.d.ts +56 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/ops.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/ops.js +71 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/policy.d.ts +103 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/policy.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/policy.js +123 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tasks.d.ts +51 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tasks.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tasks.js +199 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.d.ts +64 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/panels/tool-calls.js +216 -0
- package/dist/_internal/platform/runtime/diagnostics/provider.d.ts +159 -0
- package/dist/_internal/platform/runtime/diagnostics/provider.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/diagnostics/provider.js +178 -0
- package/dist/_internal/platform/runtime/ecosystem/catalog.d.ts +164 -0
- package/dist/_internal/platform/runtime/ecosystem/catalog.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ecosystem/catalog.js +445 -0
- package/dist/_internal/platform/runtime/ecosystem/recommendations.d.ts +12 -0
- package/dist/_internal/platform/runtime/ecosystem/recommendations.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ecosystem/recommendations.js +51 -0
- package/dist/_internal/platform/runtime/emitters/agents.d.ts +65 -0
- package/dist/_internal/platform/runtime/emitters/agents.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/agents.js +44 -0
- package/dist/_internal/platform/runtime/emitters/automation.d.ts +67 -0
- package/dist/_internal/platform/runtime/emitters/automation.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/automation.js +40 -0
- package/dist/_internal/platform/runtime/emitters/communication.d.ts +29 -0
- package/dist/_internal/platform/runtime/emitters/communication.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/communication.js +13 -0
- package/dist/_internal/platform/runtime/emitters/compaction.d.ts +89 -0
- package/dist/_internal/platform/runtime/emitters/compaction.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/compaction.js +53 -0
- package/dist/_internal/platform/runtime/emitters/control-plane.d.ts +37 -0
- package/dist/_internal/platform/runtime/emitters/control-plane.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/control-plane.js +25 -0
- package/dist/_internal/platform/runtime/emitters/deliveries.d.ts +53 -0
- package/dist/_internal/platform/runtime/emitters/deliveries.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/deliveries.js +22 -0
- package/dist/_internal/platform/runtime/emitters/forensics.d.ts +10 -0
- package/dist/_internal/platform/runtime/emitters/forensics.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/forensics.js +4 -0
- package/dist/_internal/platform/runtime/emitters/index.d.ts +58 -0
- package/dist/_internal/platform/runtime/emitters/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/index.js +26 -0
- package/dist/_internal/platform/runtime/emitters/knowledge.d.ts +76 -0
- package/dist/_internal/platform/runtime/emitters/knowledge.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/knowledge.js +49 -0
- package/dist/_internal/platform/runtime/emitters/mcp.d.ts +64 -0
- package/dist/_internal/platform/runtime/emitters/mcp.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/mcp.js +42 -0
- package/dist/_internal/platform/runtime/emitters/ops.d.ts +63 -0
- package/dist/_internal/platform/runtime/emitters/ops.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/ops.js +93 -0
- package/dist/_internal/platform/runtime/emitters/orchestration.d.ts +62 -0
- package/dist/_internal/platform/runtime/emitters/orchestration.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/orchestration.js +34 -0
- package/dist/_internal/platform/runtime/emitters/permissions.d.ts +64 -0
- package/dist/_internal/platform/runtime/emitters/permissions.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/permissions.js +36 -0
- package/dist/_internal/platform/runtime/emitters/planner.d.ts +9 -0
- package/dist/_internal/platform/runtime/emitters/planner.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/planner.js +10 -0
- package/dist/_internal/platform/runtime/emitters/plugins.d.ts +46 -0
- package/dist/_internal/platform/runtime/emitters/plugins.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/plugins.js +36 -0
- package/dist/_internal/platform/runtime/emitters/providers.d.ts +16 -0
- package/dist/_internal/platform/runtime/emitters/providers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/providers.js +13 -0
- package/dist/_internal/platform/runtime/emitters/routes.d.ts +37 -0
- package/dist/_internal/platform/runtime/emitters/routes.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/routes.js +22 -0
- package/dist/_internal/platform/runtime/emitters/security.d.ts +31 -0
- package/dist/_internal/platform/runtime/emitters/security.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/security.js +19 -0
- package/dist/_internal/platform/runtime/emitters/session.d.ts +38 -0
- package/dist/_internal/platform/runtime/emitters/session.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/session.js +47 -0
- package/dist/_internal/platform/runtime/emitters/surfaces.d.ts +35 -0
- package/dist/_internal/platform/runtime/emitters/surfaces.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/surfaces.js +22 -0
- package/dist/_internal/platform/runtime/emitters/tasks.d.ts +47 -0
- package/dist/_internal/platform/runtime/emitters/tasks.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/tasks.js +32 -0
- package/dist/_internal/platform/runtime/emitters/tools.d.ts +109 -0
- package/dist/_internal/platform/runtime/emitters/tools.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/tools.js +60 -0
- package/dist/_internal/platform/runtime/emitters/transport.d.ts +43 -0
- package/dist/_internal/platform/runtime/emitters/transport.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/transport.js +36 -0
- package/dist/_internal/platform/runtime/emitters/turn.d.ts +78 -0
- package/dist/_internal/platform/runtime/emitters/turn.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/turn.js +58 -0
- package/dist/_internal/platform/runtime/emitters/ui.d.ts +34 -0
- package/dist/_internal/platform/runtime/emitters/ui.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/ui.js +37 -0
- package/dist/_internal/platform/runtime/emitters/watchers.d.ts +34 -0
- package/dist/_internal/platform/runtime/emitters/watchers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/watchers.js +22 -0
- package/dist/_internal/platform/runtime/emitters/workflows.d.ts +43 -0
- package/dist/_internal/platform/runtime/emitters/workflows.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/emitters/workflows.js +31 -0
- package/dist/_internal/platform/runtime/eval/index.d.ts +24 -0
- package/dist/_internal/platform/runtime/eval/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/eval/index.js +21 -0
- package/dist/_internal/platform/runtime/eval/runner.d.ts +60 -0
- package/dist/_internal/platform/runtime/eval/runner.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/eval/runner.js +135 -0
- package/dist/_internal/platform/runtime/eval/suites.d.ts +19 -0
- package/dist/_internal/platform/runtime/eval/suites.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/eval/suites.js +231 -0
- package/dist/_internal/platform/runtime/events/domain-map.d.ts +87 -0
- package/dist/_internal/platform/runtime/events/domain-map.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/events/domain-map.js +36 -0
- package/dist/_internal/platform/runtime/events/index.d.ts +91 -0
- package/dist/_internal/platform/runtime/events/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/events/index.js +148 -0
- package/dist/_internal/platform/runtime/events/turn.d.ts +98 -0
- package/dist/_internal/platform/runtime/events/turn.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/events/turn.js +1 -0
- package/dist/_internal/platform/runtime/events/workflows.d.ts +46 -0
- package/dist/_internal/platform/runtime/events/workflows.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/events/workflows.js +1 -0
- package/dist/_internal/platform/runtime/forensics/collector.d.ts +30 -0
- package/dist/_internal/platform/runtime/forensics/collector.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/forensics/collector.js +525 -0
- package/dist/_internal/platform/runtime/forensics/index.d.ts +15 -0
- package/dist/_internal/platform/runtime/forensics/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/forensics/index.js +3 -0
- package/dist/_internal/platform/runtime/foundation-clients.d.ts +30 -0
- package/dist/_internal/platform/runtime/foundation-clients.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/foundation-clients.js +35 -0
- package/dist/_internal/platform/runtime/foundation-services.d.ts +41 -0
- package/dist/_internal/platform/runtime/foundation-services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/foundation-services.js +40 -0
- package/dist/_internal/platform/runtime/guidance.d.ts +30 -0
- package/dist/_internal/platform/runtime/guidance.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/guidance.js +133 -0
- package/dist/_internal/platform/runtime/health/effect-handlers.d.ts +42 -0
- package/dist/_internal/platform/runtime/health/effect-handlers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/health/effect-handlers.js +148 -0
- package/dist/_internal/platform/runtime/health/index.d.ts +46 -0
- package/dist/_internal/platform/runtime/health/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/health/index.js +45 -0
- package/dist/_internal/platform/runtime/health/wiring.d.ts +69 -0
- package/dist/_internal/platform/runtime/health/wiring.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/health/wiring.js +100 -0
- package/dist/_internal/platform/runtime/index.d.ts +82 -0
- package/dist/_internal/platform/runtime/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/index.js +49 -0
- package/dist/_internal/platform/runtime/integration/helpers.d.ts +110 -0
- package/dist/_internal/platform/runtime/integration/helpers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/integration/helpers.js +540 -0
- package/dist/_internal/platform/runtime/lifecycle.d.ts +37 -0
- package/dist/_internal/platform/runtime/lifecycle.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/lifecycle.js +94 -0
- package/dist/_internal/platform/runtime/mcp/index.d.ts +31 -0
- package/dist/_internal/platform/runtime/mcp/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/mcp/index.js +30 -0
- package/dist/_internal/platform/runtime/mcp/manager.d.ts +158 -0
- package/dist/_internal/platform/runtime/mcp/manager.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/mcp/manager.js +422 -0
- package/dist/_internal/platform/runtime/network/inbound.d.ts +27 -0
- package/dist/_internal/platform/runtime/network/inbound.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/network/inbound.js +90 -0
- package/dist/_internal/platform/runtime/network/index.d.ts +6 -0
- package/dist/_internal/platform/runtime/network/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/network/index.js +3 -0
- package/dist/_internal/platform/runtime/network/outbound.d.ts +28 -0
- package/dist/_internal/platform/runtime/network/outbound.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/network/outbound.js +222 -0
- package/dist/_internal/platform/runtime/network/shared.d.ts +19 -0
- package/dist/_internal/platform/runtime/network/shared.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/network/shared.js +64 -0
- package/dist/_internal/platform/runtime/operator-client.d.ts +87 -0
- package/dist/_internal/platform/runtime/operator-client.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/operator-client.js +110 -0
- package/dist/_internal/platform/runtime/ops/control-plane.d.ts +96 -0
- package/dist/_internal/platform/runtime/ops/control-plane.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/control-plane.js +298 -0
- package/dist/_internal/platform/runtime/ops/index.d.ts +54 -0
- package/dist/_internal/platform/runtime/ops/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/index.js +85 -0
- package/dist/_internal/platform/runtime/ops/playbooks/index.d.ts +11 -0
- package/dist/_internal/platform/runtime/ops/playbooks/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/playbooks/index.js +10 -0
- package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.d.ts +12 -0
- package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/playbooks/session-unrecoverable.js +175 -0
- package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.d.ts +12 -0
- package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/playbooks/stuck-turn.js +176 -0
- package/dist/_internal/platform/runtime/ops/runtime-context.d.ts +26 -0
- package/dist/_internal/platform/runtime/ops/runtime-context.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops/runtime-context.js +71 -0
- package/dist/_internal/platform/runtime/ops-api.d.ts +25 -0
- package/dist/_internal/platform/runtime/ops-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ops-api.js +1 -0
- package/dist/_internal/platform/runtime/orchestration/spawn-policy.d.ts +24 -0
- package/dist/_internal/platform/runtime/orchestration/spawn-policy.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/orchestration/spawn-policy.js +54 -0
- package/dist/_internal/platform/runtime/peer-client.d.ts +108 -0
- package/dist/_internal/platform/runtime/peer-client.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/peer-client.js +232 -0
- package/dist/_internal/platform/runtime/perf/index.d.ts +34 -0
- package/dist/_internal/platform/runtime/perf/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/perf/index.js +32 -0
- package/dist/_internal/platform/runtime/perf/slo-collector.d.ts +95 -0
- package/dist/_internal/platform/runtime/perf/slo-collector.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/perf/slo-collector.js +324 -0
- package/dist/_internal/platform/runtime/permissions/index.d.ts +89 -0
- package/dist/_internal/platform/runtime/permissions/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/permissions/index.js +85 -0
- package/dist/_internal/platform/runtime/permissions/policy-runtime.d.ts +58 -0
- package/dist/_internal/platform/runtime/permissions/policy-runtime.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/permissions/policy-runtime.js +121 -0
- package/dist/_internal/platform/runtime/permissions/preflight.d.ts +31 -0
- package/dist/_internal/platform/runtime/permissions/preflight.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/permissions/preflight.js +62 -0
- package/dist/_internal/platform/runtime/permissions/rule-suggestions.d.ts +10 -0
- package/dist/_internal/platform/runtime/permissions/rule-suggestions.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/permissions/rule-suggestions.js +24 -0
- package/dist/_internal/platform/runtime/plugins/hot-reload.d.ts +75 -0
- package/dist/_internal/platform/runtime/plugins/hot-reload.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/hot-reload.js +146 -0
- package/dist/_internal/platform/runtime/plugins/index.d.ts +40 -0
- package/dist/_internal/platform/runtime/plugins/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/index.js +37 -0
- package/dist/_internal/platform/runtime/plugins/lifecycle.d.ts +56 -0
- package/dist/_internal/platform/runtime/plugins/lifecycle.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/lifecycle.js +78 -0
- package/dist/_internal/platform/runtime/plugins/manager.d.ts +108 -0
- package/dist/_internal/platform/runtime/plugins/manager.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/manager.js +387 -0
- package/dist/_internal/platform/runtime/plugins/manifest.d.ts +44 -0
- package/dist/_internal/platform/runtime/plugins/manifest.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/manifest.js +133 -0
- package/dist/_internal/platform/runtime/plugins/quarantine.d.ts +87 -0
- package/dist/_internal/platform/runtime/plugins/quarantine.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/quarantine.js +140 -0
- package/dist/_internal/platform/runtime/plugins/trust.d.ts +155 -0
- package/dist/_internal/platform/runtime/plugins/trust.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/trust.js +198 -0
- package/dist/_internal/platform/runtime/plugins/types.d.ts +164 -0
- package/dist/_internal/platform/runtime/plugins/types.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/plugins/types.js +28 -0
- package/dist/_internal/platform/runtime/provider-accounts/registry.d.ts +53 -0
- package/dist/_internal/platform/runtime/provider-accounts/registry.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/provider-accounts/registry.js +269 -0
- package/dist/_internal/platform/runtime/provider-health/data-provider.d.ts +1 -72
- package/dist/_internal/platform/runtime/provider-health/data-provider.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/provider-health/data-provider.js +7 -194
- package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.d.ts +1 -14
- package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/provider-health/fallback-visualizer.js +5 -45
- package/dist/_internal/platform/runtime/provider-health/index.d.ts +1 -23
- package/dist/_internal/platform/runtime/provider-health/index.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/provider-health/index.js +1 -21
- package/dist/_internal/platform/runtime/provider-health/types.d.ts +1 -121
- package/dist/_internal/platform/runtime/provider-health/types.d.ts.map +1 -1
- package/dist/_internal/platform/runtime/provider-health/types.js +7 -1
- package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.d.ts +38 -0
- package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/remote/distributed-runtime-contract-schemas.js +338 -0
- package/dist/_internal/platform/runtime/remote/distributed-runtime-manager.js +1 -1
- package/dist/_internal/platform/runtime/remote/index.d.ts +159 -0
- package/dist/_internal/platform/runtime/remote/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/remote/index.js +305 -0
- package/dist/_internal/platform/runtime/remote/runner-registry.d.ts +51 -0
- package/dist/_internal/platform/runtime/remote/runner-registry.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/remote/runner-registry.js +377 -0
- package/dist/_internal/platform/runtime/remote/supervisor.d.ts +19 -0
- package/dist/_internal/platform/runtime/remote/supervisor.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/remote/supervisor.js +53 -0
- package/dist/_internal/platform/runtime/runtime-hook-api.d.ts +3 -0
- package/dist/_internal/platform/runtime/runtime-hook-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/runtime-hook-api.js +4 -0
- package/dist/_internal/platform/runtime/runtime-knowledge-api.d.ts +6 -0
- package/dist/_internal/platform/runtime/runtime-knowledge-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/runtime-knowledge-api.js +7 -0
- package/dist/_internal/platform/runtime/runtime-mcp-api.d.ts +3 -0
- package/dist/_internal/platform/runtime/runtime-mcp-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/runtime-mcp-api.js +4 -0
- package/dist/_internal/platform/runtime/runtime-ops-api.d.ts +13 -0
- package/dist/_internal/platform/runtime/runtime-ops-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/runtime-ops-api.js +64 -0
- package/dist/_internal/platform/runtime/runtime-provider-api.d.ts +6 -0
- package/dist/_internal/platform/runtime/runtime-provider-api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/runtime-provider-api.js +8 -0
- package/dist/_internal/platform/runtime/sandbox/backend.d.ts +29 -0
- package/dist/_internal/platform/runtime/sandbox/backend.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/sandbox/backend.js +202 -0
- package/dist/_internal/platform/runtime/sandbox/manager.d.ts +20 -0
- package/dist/_internal/platform/runtime/sandbox/manager.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/sandbox/manager.js +307 -0
- package/dist/_internal/platform/runtime/sandbox/provisioning.d.ts +73 -0
- package/dist/_internal/platform/runtime/sandbox/provisioning.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/sandbox/provisioning.js +319 -0
- package/dist/_internal/platform/runtime/sandbox/session-registry.d.ts +22 -0
- package/dist/_internal/platform/runtime/sandbox/session-registry.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/sandbox/session-registry.js +257 -0
- package/dist/_internal/platform/runtime/services.d.ts +160 -0
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/services.js +439 -0
- package/dist/_internal/platform/runtime/session-maintenance.d.ts +31 -0
- package/dist/_internal/platform/runtime/session-maintenance.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/session-maintenance.js +148 -0
- package/dist/_internal/platform/runtime/session-persistence.d.ts +39 -0
- package/dist/_internal/platform/runtime/session-persistence.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/session-persistence.js +226 -0
- package/dist/_internal/platform/runtime/session-return-context.d.ts +47 -0
- package/dist/_internal/platform/runtime/session-return-context.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/session-return-context.js +139 -0
- package/dist/_internal/platform/runtime/settings/control-plane-store.d.ts +131 -0
- package/dist/_internal/platform/runtime/settings/control-plane-store.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/settings/control-plane-store.js +107 -0
- package/dist/_internal/platform/runtime/settings/control-plane.d.ts +32 -0
- package/dist/_internal/platform/runtime/settings/control-plane.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/settings/control-plane.js +509 -0
- package/dist/_internal/platform/runtime/shell-command-extensions.d.ts +29 -0
- package/dist/_internal/platform/runtime/shell-command-extensions.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/shell-command-extensions.js +13 -0
- package/dist/_internal/platform/runtime/shell-command-ops.d.ts +136 -0
- package/dist/_internal/platform/runtime/shell-command-ops.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/shell-command-ops.js +54 -0
- package/dist/_internal/platform/runtime/shell-command-platform.d.ts +22 -0
- package/dist/_internal/platform/runtime/shell-command-platform.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/shell-command-platform.js +13 -0
- package/dist/_internal/platform/runtime/shell-command-services.d.ts +59 -0
- package/dist/_internal/platform/runtime/shell-command-services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/shell-command-services.js +46 -0
- package/dist/_internal/platform/runtime/shell-command-workspace.d.ts +14 -0
- package/dist/_internal/platform/runtime/shell-command-workspace.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/shell-command-workspace.js +9 -0
- package/dist/_internal/platform/runtime/store/domains/conversation.d.ts +109 -0
- package/dist/_internal/platform/runtime/store/domains/conversation.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/domains/conversation.js +42 -0
- package/dist/_internal/platform/runtime/store/domains/index.d.ts +58 -0
- package/dist/_internal/platform/runtime/store/domains/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/domains/index.js +30 -0
- package/dist/_internal/platform/runtime/store/domains/panels.d.ts +59 -0
- package/dist/_internal/platform/runtime/store/domains/panels.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/domains/panels.js +44 -0
- package/dist/_internal/platform/runtime/store/domains/permissions.d.ts +80 -0
- package/dist/_internal/platform/runtime/store/domains/permissions.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/domains/permissions.js +23 -0
- package/dist/_internal/platform/runtime/store/domains/ui-perf.d.ts +72 -0
- package/dist/_internal/platform/runtime/store/domains/ui-perf.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/domains/ui-perf.js +28 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.d.ts +5 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/conversation.js +232 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.d.ts +20 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/lifecycle.js +393 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/shared.d.ts +15 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/shared.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/shared.js +48 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/sync.d.ts +40 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/sync.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers/sync.js +480 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers.d.ts +5 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/helpers/reducers.js +4 -0
- package/dist/_internal/platform/runtime/store/index.d.ts +62 -0
- package/dist/_internal/platform/runtime/store/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/index.js +178 -0
- package/dist/_internal/platform/runtime/store/selectors/index.d.ts +151 -0
- package/dist/_internal/platform/runtime/store/selectors/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/selectors/index.js +270 -0
- package/dist/_internal/platform/runtime/store/state.d.ts +77 -0
- package/dist/_internal/platform/runtime/store/state.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/store/state.js +71 -0
- package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.d.ts +65 -0
- package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/adapters/acp-adapter.js +176 -0
- package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.d.ts +68 -0
- package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/adapters/agent-adapter.js +174 -0
- package/dist/_internal/platform/runtime/tasks/adapters/index.d.ts +13 -0
- package/dist/_internal/platform/runtime/tasks/adapters/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/adapters/index.js +10 -0
- package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.d.ts +82 -0
- package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/adapters/process-adapter.js +171 -0
- package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.d.ts +76 -0
- package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/adapters/scheduler-adapter.js +160 -0
- package/dist/_internal/platform/runtime/tasks/index.d.ts +36 -0
- package/dist/_internal/platform/runtime/tasks/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/index.js +37 -0
- package/dist/_internal/platform/runtime/tasks/manager.d.ts +96 -0
- package/dist/_internal/platform/runtime/tasks/manager.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tasks/manager.js +316 -0
- package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts +39 -0
- package/dist/_internal/platform/runtime/telemetry/api-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/api-helpers.js +481 -0
- package/dist/_internal/platform/runtime/telemetry/api.d.ts +179 -0
- package/dist/_internal/platform/runtime/telemetry/api.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/api.js +535 -0
- package/dist/_internal/platform/runtime/telemetry/index.d.ts +53 -0
- package/dist/_internal/platform/runtime/telemetry/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/index.js +52 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.d.ts +6 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-agent-session.js +325 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.d.ts +4 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-plugin-mcp.js +142 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.d.ts +18 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-shared.js +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.d.ts +4 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge-transport-task.js +146 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.d.ts +67 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/domain-bridge.js +101 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/index.d.ts +51 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/telemetry/instrumentation/index.js +21 -0
- package/dist/_internal/platform/runtime/tools/context.d.ts +100 -0
- package/dist/_internal/platform/runtime/tools/context.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/context.js +1 -0
- package/dist/_internal/platform/runtime/tools/index.d.ts +32 -0
- package/dist/_internal/platform/runtime/tools/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/index.js +21 -0
- package/dist/_internal/platform/runtime/tools/phased-executor.d.ts +40 -0
- package/dist/_internal/platform/runtime/tools/phased-executor.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phased-executor.js +338 -0
- package/dist/_internal/platform/runtime/tools/phases/budget.d.ts +21 -0
- package/dist/_internal/platform/runtime/tools/phases/budget.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/budget.js +87 -0
- package/dist/_internal/platform/runtime/tools/phases/execute.d.ts +18 -0
- package/dist/_internal/platform/runtime/tools/phases/execute.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/execute.js +49 -0
- package/dist/_internal/platform/runtime/tools/phases/index.d.ts +14 -0
- package/dist/_internal/platform/runtime/tools/phases/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/index.js +13 -0
- package/dist/_internal/platform/runtime/tools/phases/map-output.d.ts +5 -0
- package/dist/_internal/platform/runtime/tools/phases/map-output.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/map-output.js +83 -0
- package/dist/_internal/platform/runtime/tools/phases/permission.d.ts +14 -0
- package/dist/_internal/platform/runtime/tools/phases/permission.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/permission.js +109 -0
- package/dist/_internal/platform/runtime/tools/phases/posthook.d.ts +15 -0
- package/dist/_internal/platform/runtime/tools/phases/posthook.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/posthook.js +47 -0
- package/dist/_internal/platform/runtime/tools/phases/prehook.d.ts +16 -0
- package/dist/_internal/platform/runtime/tools/phases/prehook.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/prehook.js +56 -0
- package/dist/_internal/platform/runtime/tools/phases/validate.d.ts +18 -0
- package/dist/_internal/platform/runtime/tools/phases/validate.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/tools/phases/validate.js +38 -0
- package/dist/_internal/platform/runtime/transports/direct.d.ts +34 -0
- package/dist/_internal/platform/runtime/transports/direct.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/direct.js +37 -0
- package/dist/_internal/platform/runtime/transports/http-helpers.d.ts +18 -0
- package/dist/_internal/platform/runtime/transports/http-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/http-helpers.js +182 -0
- package/dist/_internal/platform/runtime/transports/http-types.d.ts +307 -0
- package/dist/_internal/platform/runtime/transports/http-types.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/http-types.js +1 -0
- package/dist/_internal/platform/runtime/transports/http.d.ts +3 -0
- package/dist/_internal/platform/runtime/transports/http.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/http.js +406 -0
- package/dist/_internal/platform/runtime/transports/realtime.d.ts +17 -0
- package/dist/_internal/platform/runtime/transports/realtime.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/realtime.js +28 -0
- package/dist/_internal/platform/runtime/transports/remote-events.d.ts +4 -0
- package/dist/_internal/platform/runtime/transports/remote-events.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/remote-events.js +2 -0
- package/dist/_internal/platform/runtime/transports/shared.d.ts +17 -0
- package/dist/_internal/platform/runtime/transports/shared.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/shared.js +8 -0
- package/dist/_internal/platform/runtime/transports/ui-runtime-events.d.ts +9 -0
- package/dist/_internal/platform/runtime/transports/ui-runtime-events.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/transports/ui-runtime-events.js +16 -0
- package/dist/_internal/platform/runtime/ui/index.d.ts +17 -0
- package/dist/_internal/platform/runtime/ui/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/index.js +11 -0
- package/dist/_internal/platform/runtime/ui/model-picker/data-provider.d.ts +94 -0
- package/dist/_internal/platform/runtime/ui/model-picker/data-provider.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/model-picker/data-provider.js +129 -0
- package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.d.ts +32 -0
- package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/model-picker/health-enrichment.js +208 -0
- package/dist/_internal/platform/runtime/ui/model-picker/index.d.ts +30 -0
- package/dist/_internal/platform/runtime/ui/model-picker/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/model-picker/index.js +26 -0
- package/dist/_internal/platform/runtime/ui/model-picker/types.d.ts +127 -0
- package/dist/_internal/platform/runtime/ui/model-picker/types.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/model-picker/types.js +1 -0
- package/dist/_internal/platform/runtime/ui/provider-health/data-provider.d.ts +30 -0
- package/dist/_internal/platform/runtime/ui/provider-health/data-provider.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/provider-health/data-provider.js +137 -0
- package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.d.ts +5 -0
- package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/provider-health/fallback-visualizer.js +35 -0
- package/dist/_internal/platform/runtime/ui/provider-health/index.d.ts +14 -0
- package/dist/_internal/platform/runtime/ui/provider-health/index.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/provider-health/index.js +9 -0
- package/dist/_internal/platform/runtime/ui/provider-health/types.d.ts +59 -0
- package/dist/_internal/platform/runtime/ui/provider-health/types.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui/provider-health/types.js +1 -0
- package/dist/_internal/platform/runtime/ui-events.d.ts +15 -0
- package/dist/_internal/platform/runtime/ui-events.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-events.js +16 -0
- package/dist/_internal/platform/runtime/ui-read-model-helpers.d.ts +6 -0
- package/dist/_internal/platform/runtime/ui-read-model-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-model-helpers.js +22 -0
- package/dist/_internal/platform/runtime/ui-read-models-core.d.ts +38 -0
- package/dist/_internal/platform/runtime/ui-read-models-core.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-core.js +52 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.d.ts +37 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-maintenance.js +36 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-options.d.ts +5 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-options.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-options.js +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-remote.d.ts +32 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-remote.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-remote.js +35 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-security.d.ts +54 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-security.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-security.js +111 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-system.d.ts +69 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-system.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability-system.js +137 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability.d.ts +15 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-observability.js +12 -0
- package/dist/_internal/platform/runtime/ui-read-models-operations.d.ts +78 -0
- package/dist/_internal/platform/runtime/ui-read-models-operations.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models-operations.js +113 -0
- package/dist/_internal/platform/runtime/ui-read-models.d.ts +13 -0
- package/dist/_internal/platform/runtime/ui-read-models.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-read-models.js +10 -0
- package/dist/_internal/platform/runtime/ui-service-queries.d.ts +69 -0
- package/dist/_internal/platform/runtime/ui-service-queries.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-service-queries.js +22 -0
- package/dist/_internal/platform/runtime/ui-services.d.ts +92 -0
- package/dist/_internal/platform/runtime/ui-services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/ui-services.js +60 -0
- package/dist/_internal/platform/runtime/worktree/registry.d.ts +59 -0
- package/dist/_internal/platform/runtime/worktree/registry.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/worktree/registry.js +179 -0
- package/dist/_internal/platform/scheduler/scheduler.d.ts +1 -1
- package/dist/_internal/platform/scheduler/scheduler.js +1 -1
- package/dist/_internal/platform/sessions/manager.d.ts +95 -0
- package/dist/_internal/platform/sessions/manager.d.ts.map +1 -0
- package/dist/_internal/platform/sessions/manager.js +344 -0
- package/dist/_internal/platform/sessions/orchestration/registry.d.ts +2 -2
- package/dist/_internal/platform/sessions/orchestration/registry.js +3 -3
- package/dist/_internal/platform/state/file-watcher.d.ts +60 -0
- package/dist/_internal/platform/state/file-watcher.d.ts.map +1 -0
- package/dist/_internal/platform/state/file-watcher.js +268 -0
- package/dist/_internal/platform/state/index.d.ts +26 -0
- package/dist/_internal/platform/state/index.d.ts.map +1 -0
- package/dist/_internal/platform/state/index.js +15 -0
- package/dist/_internal/platform/state/knowledge-injection.d.ts +24 -0
- package/dist/_internal/platform/state/knowledge-injection.d.ts.map +1 -0
- package/dist/_internal/platform/state/knowledge-injection.js +147 -0
- package/dist/_internal/platform/state/memory-embedding-http.d.ts +10 -0
- package/dist/_internal/platform/state/memory-embedding-http.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-embedding-http.js +586 -0
- package/dist/_internal/platform/state/memory-embeddings.d.ts +70 -0
- package/dist/_internal/platform/state/memory-embeddings.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-embeddings.js +247 -0
- package/dist/_internal/platform/state/memory-ingest.d.ts +21 -0
- package/dist/_internal/platform/state/memory-ingest.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-ingest.js +108 -0
- package/dist/_internal/platform/state/memory-registry.d.ts +38 -0
- package/dist/_internal/platform/state/memory-registry.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-registry.js +91 -0
- package/dist/_internal/platform/state/memory-store-helpers.d.ts +28 -0
- package/dist/_internal/platform/state/memory-store-helpers.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-store-helpers.js +149 -0
- package/dist/_internal/platform/state/memory-store.d.ts +176 -0
- package/dist/_internal/platform/state/memory-store.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-store.js +474 -0
- package/dist/_internal/platform/state/memory-vector-store.d.ts +61 -0
- package/dist/_internal/platform/state/memory-vector-store.d.ts.map +1 -0
- package/dist/_internal/platform/state/memory-vector-store.js +324 -0
- package/dist/_internal/platform/tools/agent/index.d.ts +16 -0
- package/dist/_internal/platform/tools/agent/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/agent/index.js +550 -0
- package/dist/_internal/platform/tools/agent/manager.d.ts +102 -0
- package/dist/_internal/platform/tools/agent/manager.d.ts.map +1 -0
- package/dist/_internal/platform/tools/agent/manager.js +369 -0
- package/dist/_internal/platform/tools/analyze/git-modes.d.ts +7 -0
- package/dist/_internal/platform/tools/analyze/git-modes.d.ts.map +1 -0
- package/dist/_internal/platform/tools/analyze/git-modes.js +316 -0
- package/dist/_internal/platform/tools/analyze/index.d.ts +6 -0
- package/dist/_internal/platform/tools/analyze/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/analyze/index.js +92 -0
- package/dist/_internal/platform/tools/channel/agent-tools.d.ts +4 -0
- package/dist/_internal/platform/tools/channel/agent-tools.d.ts.map +1 -0
- package/dist/_internal/platform/tools/channel/agent-tools.js +13 -0
- package/dist/_internal/platform/tools/channel/index.d.ts +4 -0
- package/dist/_internal/platform/tools/channel/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/channel/index.js +254 -0
- package/dist/_internal/platform/tools/control/index.d.ts +3 -0
- package/dist/_internal/platform/tools/control/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/control/index.js +83 -0
- package/dist/_internal/platform/tools/edit/core.d.ts +15 -0
- package/dist/_internal/platform/tools/edit/core.d.ts.map +1 -0
- package/dist/_internal/platform/tools/edit/core.js +503 -0
- package/dist/_internal/platform/tools/edit/index.d.ts +4 -0
- package/dist/_internal/platform/tools/edit/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/edit/index.js +2 -0
- package/dist/_internal/platform/tools/edit/phased.d.ts +15 -0
- package/dist/_internal/platform/tools/edit/phased.d.ts.map +1 -0
- package/dist/_internal/platform/tools/edit/phased.js +26 -0
- package/dist/_internal/platform/tools/fetch/index.d.ts +4 -0
- package/dist/_internal/platform/tools/fetch/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/fetch/index.js +1 -0
- package/dist/_internal/platform/tools/fetch/phased.d.ts +13 -0
- package/dist/_internal/platform/tools/fetch/phased.d.ts.map +1 -0
- package/dist/_internal/platform/tools/fetch/phased.js +30 -0
- package/dist/_internal/platform/tools/fetch/runtime.d.ts +25 -0
- package/dist/_internal/platform/tools/fetch/runtime.d.ts.map +1 -0
- package/dist/_internal/platform/tools/fetch/runtime.js +395 -0
- package/dist/_internal/platform/tools/fetch/schema.d.ts +1 -1
- package/dist/_internal/platform/tools/fetch/schema.js +1 -1
- package/dist/_internal/platform/tools/index.d.ts +58 -0
- package/dist/_internal/platform/tools/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/index.js +143 -0
- package/dist/_internal/platform/tools/mcp/index.d.ts +4 -0
- package/dist/_internal/platform/tools/mcp/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/mcp/index.js +177 -0
- package/dist/_internal/platform/tools/packet/index.js +1 -1
- package/dist/_internal/platform/tools/query/index.js +1 -1
- package/dist/_internal/platform/tools/registry-tool/index.js +4 -4
- package/dist/_internal/platform/tools/registry-tool/skill-loader.js +2 -2
- package/dist/_internal/platform/tools/remote-trigger/index.d.ts +4 -0
- package/dist/_internal/platform/tools/remote-trigger/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/remote-trigger/index.js +123 -0
- package/dist/_internal/platform/tools/repl/index.d.ts +5 -0
- package/dist/_internal/platform/tools/repl/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/repl/index.js +252 -0
- package/dist/_internal/platform/tools/shared/auto-heal.d.ts +63 -0
- package/dist/_internal/platform/tools/shared/auto-heal.d.ts.map +1 -0
- package/dist/_internal/platform/tools/shared/auto-heal.js +252 -0
- package/dist/_internal/platform/tools/state/index.d.ts +20 -0
- package/dist/_internal/platform/tools/state/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/state/index.js +618 -0
- package/dist/_internal/platform/tools/team/index.js +1 -1
- package/dist/_internal/platform/tools/web-search/index.d.ts +4 -0
- package/dist/_internal/platform/tools/web-search/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/web-search/index.js +34 -0
- package/dist/_internal/platform/tools/worklist/index.js +1 -1
- package/dist/_internal/platform/tools/write/index.d.ts +17 -0
- package/dist/_internal/platform/tools/write/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/write/index.js +513 -0
- package/dist/_internal/platform/tools/write/phased.d.ts +21 -0
- package/dist/_internal/platform/tools/write/phased.d.ts.map +1 -0
- package/dist/_internal/platform/tools/write/phased.js +25 -0
- package/dist/_internal/platform/utils/splash-lines.d.ts +8 -0
- package/dist/_internal/platform/utils/splash-lines.d.ts.map +1 -0
- package/dist/_internal/platform/utils/splash-lines.js +32 -0
- package/dist/_internal/platform/version.d.ts +2 -0
- package/dist/_internal/platform/version.d.ts.map +1 -0
- package/dist/_internal/platform/version.js +11 -0
- package/dist/_internal/platform/watchers/index.d.ts +5 -0
- package/dist/_internal/platform/watchers/index.d.ts.map +1 -0
- package/dist/_internal/platform/watchers/index.js +2 -0
- package/dist/_internal/platform/watchers/registry.d.ts +51 -0
- package/dist/_internal/platform/watchers/registry.d.ts.map +1 -0
- package/dist/_internal/platform/watchers/registry.js +447 -0
- package/dist/_internal/platform/watchers/store.js +1 -1
- package/dist/_internal/platform/web-search/index.d.ts +12 -0
- package/dist/_internal/platform/web-search/index.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/index.js +9 -0
- package/dist/_internal/platform/web-search/provider-registry.d.ts +14 -0
- package/dist/_internal/platform/web-search/provider-registry.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/provider-registry.js +55 -0
- package/dist/_internal/platform/web-search/providers/brave.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/brave.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/brave.js +89 -0
- package/dist/_internal/platform/web-search/providers/duckduckgo.d.ts +13 -0
- package/dist/_internal/platform/web-search/providers/duckduckgo.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/duckduckgo.js +243 -0
- package/dist/_internal/platform/web-search/providers/exa.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/exa.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/exa.js +68 -0
- package/dist/_internal/platform/web-search/providers/firecrawl.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/firecrawl.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/firecrawl.js +80 -0
- package/dist/_internal/platform/web-search/providers/perplexity.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/perplexity.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/perplexity.js +77 -0
- package/dist/_internal/platform/web-search/providers/searxng.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/searxng.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/searxng.js +79 -0
- package/dist/_internal/platform/web-search/providers/shared.d.ts +56 -0
- package/dist/_internal/platform/web-search/providers/shared.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/shared.js +169 -0
- package/dist/_internal/platform/web-search/providers/tavily.d.ts +4 -0
- package/dist/_internal/platform/web-search/providers/tavily.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/providers/tavily.js +81 -0
- package/dist/_internal/platform/web-search/service.d.ts +19 -0
- package/dist/_internal/platform/web-search/service.d.ts.map +1 -0
- package/dist/_internal/platform/web-search/service.js +120 -0
- package/package.json +1 -1
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
import { ChannelPolicyManager } from '@pellux/goodvibes-sdk/platform/channels/policy-manager';
|
|
2
|
+
import { CHANNEL_SETUP_VERSION, configSectionForSurface, } from './shared.js';
|
|
3
|
+
import { renderBuiltinPolicy, surfaceLabelForBuiltin } from '@pellux/goodvibes-sdk/platform/channels/builtin/presentation';
|
|
4
|
+
import { getBuiltinSetupSchema } from './setup-schema.js';
|
|
5
|
+
export function buildBuiltinContractHooks(context, surface) {
|
|
6
|
+
return {
|
|
7
|
+
setupVersion: CHANNEL_SETUP_VERSION,
|
|
8
|
+
renderPolicy: () => renderBuiltinPolicy(surface),
|
|
9
|
+
getSetupSchema: () => getBuiltinSetupSchema(surface),
|
|
10
|
+
doctor: (accountId) => getBuiltinDoctorReport(context, surface, accountId),
|
|
11
|
+
listRepairActions: (accountId) => listBuiltinRepairActions(context, surface, accountId),
|
|
12
|
+
getLifecycleState: (accountId) => getBuiltinLifecycleState(context, surface, accountId),
|
|
13
|
+
migrateLifecycle: (accountId, input) => migrateBuiltinLifecycle(context, surface, accountId, input),
|
|
14
|
+
resolveAllowlist: (input) => resolveBuiltinAllowlist(context, surface, input),
|
|
15
|
+
editAllowlist: (input) => editBuiltinAllowlist(context, surface, input),
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export async function listBuiltinRepairActions(context, surface, accountId) {
|
|
19
|
+
const account = accountId ? await context.resolveAccount(surface, accountId) : await context.buildAccount(surface);
|
|
20
|
+
const actions = (account?.actions ?? []).map((action) => ({
|
|
21
|
+
id: action.kind,
|
|
22
|
+
label: action.label,
|
|
23
|
+
description: `Run the ${action.kind} lifecycle action for ${surfaceLabelForBuiltin(surface)}.`,
|
|
24
|
+
dangerous: action.kind === 'disconnect' || action.kind === 'logout',
|
|
25
|
+
inputSchema: action.kind === 'disconnect' || action.kind === 'logout'
|
|
26
|
+
? {
|
|
27
|
+
type: 'object',
|
|
28
|
+
properties: {
|
|
29
|
+
confirm: { type: 'boolean' },
|
|
30
|
+
},
|
|
31
|
+
required: ['confirm'],
|
|
32
|
+
}
|
|
33
|
+
: undefined,
|
|
34
|
+
metadata: { actionId: action.id, available: action.available },
|
|
35
|
+
}));
|
|
36
|
+
const lifecycle = await getBuiltinLifecycleState(context, surface, accountId);
|
|
37
|
+
if (lifecycle.currentVersion < lifecycle.targetVersion) {
|
|
38
|
+
actions.push({
|
|
39
|
+
id: 'migrate-lifecycle',
|
|
40
|
+
label: 'Apply lifecycle migration',
|
|
41
|
+
description: `Advance ${surfaceLabelForBuiltin(surface)} setup metadata to version ${lifecycle.targetVersion}.`,
|
|
42
|
+
dangerous: false,
|
|
43
|
+
metadata: { fromVersion: lifecycle.currentVersion, toVersion: lifecycle.targetVersion },
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
return actions;
|
|
47
|
+
}
|
|
48
|
+
export async function getBuiltinDoctorReport(context, surface, accountId) {
|
|
49
|
+
const account = accountId ? await context.resolveAccount(surface, accountId) : await context.buildAccount(surface);
|
|
50
|
+
const effectiveAccount = account ?? await context.buildAccount(surface);
|
|
51
|
+
const lifecycle = await getBuiltinLifecycleState(context, surface, accountId);
|
|
52
|
+
const checks = [];
|
|
53
|
+
const pushCheck = (id, label, status, detail, repairActionId) => {
|
|
54
|
+
checks.push({ id, label, status, detail, ...(repairActionId ? { repairActionId } : {}), metadata: {} });
|
|
55
|
+
};
|
|
56
|
+
pushCheck('configured', 'Configuration present', effectiveAccount.configured ? 'pass' : 'fail', effectiveAccount.configured
|
|
57
|
+
? 'Surface configuration or account identity is present.'
|
|
58
|
+
: 'No durable configuration is present for this surface.', effectiveAccount.configured ? undefined : 'setup');
|
|
59
|
+
pushCheck('credentials', 'Credentials linked', effectiveAccount.linked ? 'pass' : effectiveAccount.configured ? 'warn' : 'fail', effectiveAccount.linked
|
|
60
|
+
? 'At least one secret source is available.'
|
|
61
|
+
: effectiveAccount.configured
|
|
62
|
+
? 'Configuration exists but no linked credentials were detected.'
|
|
63
|
+
: 'No credentials were detected.', effectiveAccount.linked ? undefined : 'retest');
|
|
64
|
+
pushCheck('enabled', 'Surface enabled', effectiveAccount.enabled ? 'pass' : 'warn', effectiveAccount.enabled
|
|
65
|
+
? 'Surface delivery is enabled for the current runtime.'
|
|
66
|
+
: 'Surface delivery is disabled until it is enabled in config or env.', effectiveAccount.enabled ? undefined : 'start');
|
|
67
|
+
pushCheck('lifecycle', 'Lifecycle version', lifecycle.currentVersion >= lifecycle.targetVersion ? 'pass' : 'warn', lifecycle.currentVersion >= lifecycle.targetVersion
|
|
68
|
+
? `Setup metadata is at version ${lifecycle.currentVersion}.`
|
|
69
|
+
: `Setup metadata is at version ${lifecycle.currentVersion}; target is ${lifecycle.targetVersion}.`, lifecycle.currentVersion >= lifecycle.targetVersion ? undefined : 'migrate-lifecycle');
|
|
70
|
+
const surfaces = context.deps.configManager.getCategory('surfaces');
|
|
71
|
+
if (surface === 'telegram' && !surfaces.telegram.defaultChatId) {
|
|
72
|
+
pushCheck('default-target', 'Default chat id', 'warn', 'No default Telegram chat id is configured; direct delivery requires a chat id or route binding.', 'setup');
|
|
73
|
+
}
|
|
74
|
+
if (surface === 'google-chat' && !surfaces.googleChat.webhookUrl && !surfaces.googleChat.spaceId) {
|
|
75
|
+
pushCheck('space-routing', 'Space routing', 'warn', 'Google Chat has neither a webhook URL nor a default space id configured.', 'setup');
|
|
76
|
+
}
|
|
77
|
+
if (surface === 'signal' && !surfaces.signal.bridgeUrl) {
|
|
78
|
+
pushCheck('bridge-url', 'Bridge URL', 'fail', 'Signal requires a bridge URL.', 'setup');
|
|
79
|
+
}
|
|
80
|
+
if (surface === 'whatsapp' && !surfaces.whatsapp.phoneNumberId && surfaces.whatsapp.provider === 'meta-cloud') {
|
|
81
|
+
pushCheck('provider-shape', 'Provider metadata', 'warn', 'Meta Cloud mode works best with a phone number id configured.', 'setup');
|
|
82
|
+
}
|
|
83
|
+
if (surface === 'imessage' && !surfaces.imessage.bridgeUrl) {
|
|
84
|
+
pushCheck('bridge-url', 'Bridge URL', 'fail', 'iMessage requires a bridge URL or local companion endpoint.', 'setup');
|
|
85
|
+
}
|
|
86
|
+
if (surface === 'msteams' && !surfaces.msteams.appId) {
|
|
87
|
+
pushCheck('app-id', 'App id', 'fail', 'Microsoft Teams requires an app id.', 'setup');
|
|
88
|
+
}
|
|
89
|
+
if (surface === 'msteams' && !surfaces.msteams.serviceUrl && !surfaces.msteams.defaultConversationId) {
|
|
90
|
+
pushCheck('conversation-routing', 'Conversation routing', 'warn', 'Teams will deliver best after an inbound conversation reference has been captured or a default conversation id is configured.', 'setup');
|
|
91
|
+
}
|
|
92
|
+
if (surface === 'bluebubbles' && !surfaces.bluebubbles.serverUrl) {
|
|
93
|
+
pushCheck('server-url', 'Server URL', 'fail', 'BlueBubbles requires a server URL.', 'setup');
|
|
94
|
+
}
|
|
95
|
+
if (surface === 'mattermost' && !surfaces.mattermost.baseUrl) {
|
|
96
|
+
pushCheck('base-url', 'Base URL', 'fail', 'Mattermost requires a base URL.', 'setup');
|
|
97
|
+
}
|
|
98
|
+
if (surface === 'mattermost' && !surfaces.mattermost.defaultChannelId) {
|
|
99
|
+
pushCheck('default-channel', 'Default channel', 'warn', 'No default Mattermost channel id is configured; proactive delivery will require route bindings.', 'setup');
|
|
100
|
+
}
|
|
101
|
+
if (surface === 'matrix' && !surfaces.matrix.homeserverUrl) {
|
|
102
|
+
pushCheck('homeserver-url', 'Homeserver URL', 'fail', 'Matrix requires a homeserver URL.', 'setup');
|
|
103
|
+
}
|
|
104
|
+
const failures = checks.filter((check) => check.status === 'fail').length;
|
|
105
|
+
const warnings = checks.filter((check) => check.status === 'warn').length;
|
|
106
|
+
const summary = failures > 0
|
|
107
|
+
? `${failures} failing checks and ${warnings} warnings.`
|
|
108
|
+
: warnings > 0
|
|
109
|
+
? `${warnings} warnings; no failing checks.`
|
|
110
|
+
: 'All checks passed.';
|
|
111
|
+
return {
|
|
112
|
+
surface,
|
|
113
|
+
...(accountId ? { accountId } : {}),
|
|
114
|
+
state: effectiveAccount.state,
|
|
115
|
+
summary,
|
|
116
|
+
checkedAt: Date.now(),
|
|
117
|
+
checks,
|
|
118
|
+
repairActions: await listBuiltinRepairActions(context, surface, accountId),
|
|
119
|
+
metadata: {
|
|
120
|
+
accountId: effectiveAccount.accountId ?? effectiveAccount.id,
|
|
121
|
+
},
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
export async function getBuiltinLifecycleState(context, surface, accountId) {
|
|
125
|
+
const currentVersion = getConfiguredSetupVersion(context, surface);
|
|
126
|
+
const migrations = currentVersion >= CHANNEL_SETUP_VERSION
|
|
127
|
+
? [{
|
|
128
|
+
id: `${surface}:lifecycle:${currentVersion}`,
|
|
129
|
+
fromVersion: currentVersion,
|
|
130
|
+
toVersion: CHANNEL_SETUP_VERSION,
|
|
131
|
+
action: 'noop',
|
|
132
|
+
applied: true,
|
|
133
|
+
detail: 'Setup metadata is current.',
|
|
134
|
+
metadata: {},
|
|
135
|
+
}]
|
|
136
|
+
: [{
|
|
137
|
+
id: `${surface}:lifecycle:${currentVersion}->${CHANNEL_SETUP_VERSION}`,
|
|
138
|
+
fromVersion: currentVersion,
|
|
139
|
+
toVersion: CHANNEL_SETUP_VERSION,
|
|
140
|
+
action: 'migrate',
|
|
141
|
+
applied: false,
|
|
142
|
+
detail: 'Setup metadata needs to be upgraded to the current schema version.',
|
|
143
|
+
metadata: {},
|
|
144
|
+
}];
|
|
145
|
+
return {
|
|
146
|
+
surface,
|
|
147
|
+
...(accountId ? { accountId } : {}),
|
|
148
|
+
currentVersion,
|
|
149
|
+
targetVersion: CHANNEL_SETUP_VERSION,
|
|
150
|
+
migrations,
|
|
151
|
+
metadata: {},
|
|
152
|
+
};
|
|
153
|
+
}
|
|
154
|
+
export async function migrateBuiltinLifecycle(context, surface, accountId, _input) {
|
|
155
|
+
if (surface === 'tui' || surface === 'web') {
|
|
156
|
+
return getBuiltinLifecycleState(context, surface, accountId);
|
|
157
|
+
}
|
|
158
|
+
const section = configSectionForSurface(surface);
|
|
159
|
+
const surfaces = context.deps.configManager.getCategory('surfaces');
|
|
160
|
+
const current = surfaces[section];
|
|
161
|
+
const normalized = surface === 'telegram'
|
|
162
|
+
? { ...surfaces.telegram, mode: surfaces.telegram.mode || 'webhook', setupVersion: CHANNEL_SETUP_VERSION }
|
|
163
|
+
: surface === 'whatsapp'
|
|
164
|
+
? { ...surfaces.whatsapp, provider: surfaces.whatsapp.provider || 'meta-cloud', setupVersion: CHANNEL_SETUP_VERSION }
|
|
165
|
+
: { ...current, setupVersion: CHANNEL_SETUP_VERSION };
|
|
166
|
+
context.deps.configManager.mergeCategory('surfaces', {
|
|
167
|
+
[section]: normalized,
|
|
168
|
+
});
|
|
169
|
+
return getBuiltinLifecycleState(context, surface, accountId);
|
|
170
|
+
}
|
|
171
|
+
export async function resolveBuiltinAllowlist(context, surface, input) {
|
|
172
|
+
const requested = [...(input.add ?? []), ...(input.remove ?? [])];
|
|
173
|
+
const resolved = [];
|
|
174
|
+
const unresolved = [];
|
|
175
|
+
const seen = new Set();
|
|
176
|
+
for (const rawInput of requested) {
|
|
177
|
+
const candidate = rawInput.trim();
|
|
178
|
+
if (!candidate || seen.has(candidate))
|
|
179
|
+
continue;
|
|
180
|
+
seen.add(candidate);
|
|
181
|
+
const target = await context.resolveTarget(surface, {
|
|
182
|
+
input: candidate,
|
|
183
|
+
createIfMissing: true,
|
|
184
|
+
...(input.kind ? { preferredKind: preferredConversationKindForAllowlist(input.kind) } : {}),
|
|
185
|
+
});
|
|
186
|
+
if (!target) {
|
|
187
|
+
unresolved.push(candidate);
|
|
188
|
+
continue;
|
|
189
|
+
}
|
|
190
|
+
const kind = input.kind ?? allowlistTargetKindForResolvedTarget(target);
|
|
191
|
+
const id = allowlistTargetId(kind, target);
|
|
192
|
+
if (!id) {
|
|
193
|
+
unresolved.push(candidate);
|
|
194
|
+
continue;
|
|
195
|
+
}
|
|
196
|
+
resolved.push({
|
|
197
|
+
kind,
|
|
198
|
+
input: candidate,
|
|
199
|
+
id,
|
|
200
|
+
label: target.display ?? target.to,
|
|
201
|
+
metadata: { target },
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
return {
|
|
205
|
+
surface,
|
|
206
|
+
resolved,
|
|
207
|
+
unresolved,
|
|
208
|
+
metadata: {},
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
export async function editBuiltinAllowlist(context, surface, input) {
|
|
212
|
+
await context.channelPolicy.start();
|
|
213
|
+
const resolution = await resolveBuiltinAllowlist(context, surface, input);
|
|
214
|
+
const addInputs = new Set((input.add ?? []).map((value) => value.trim()).filter(Boolean));
|
|
215
|
+
const removeInputs = new Set((input.remove ?? []).map((value) => value.trim()).filter(Boolean));
|
|
216
|
+
const added = resolution.resolved.filter((entry) => addInputs.has(entry.input));
|
|
217
|
+
const removed = resolution.resolved.filter((entry) => removeInputs.has(entry.input));
|
|
218
|
+
const existing = context.channelPolicy.getPolicy(surface);
|
|
219
|
+
const scoped = Boolean(input.groupId || input.channelId || input.workspaceId);
|
|
220
|
+
if (scoped) {
|
|
221
|
+
const match = existing.groupPolicies.find((entry) => ((input.groupId && entry.groupId === input.groupId)
|
|
222
|
+
|| (input.channelId && entry.channelId === input.channelId)
|
|
223
|
+
|| (input.workspaceId && entry.workspaceId === input.workspaceId)));
|
|
224
|
+
const nextGroup = {
|
|
225
|
+
id: match?.id ?? `allowlist:${surface}:${input.groupId ?? input.channelId ?? input.workspaceId ?? 'scope'}`,
|
|
226
|
+
...(match?.label ? { label: match.label } : {}),
|
|
227
|
+
...(input.groupId ? { groupId: input.groupId } : match?.groupId ? { groupId: match.groupId } : {}),
|
|
228
|
+
...(input.channelId ? { channelId: input.channelId } : match?.channelId ? { channelId: match.channelId } : {}),
|
|
229
|
+
...(input.workspaceId ? { workspaceId: input.workspaceId } : match?.workspaceId ? { workspaceId: match.workspaceId } : {}),
|
|
230
|
+
allowlistUserIds: applyAllowlistChanges(match?.allowlistUserIds ?? [], added.filter((entry) => entry.kind === 'user').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'user').map((entry) => entry.id)),
|
|
231
|
+
allowlistChannelIds: applyAllowlistChanges(match?.allowlistChannelIds ?? [], added.filter((entry) => entry.kind === 'channel').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'channel').map((entry) => entry.id)),
|
|
232
|
+
allowlistGroupIds: applyAllowlistChanges(match?.allowlistGroupIds ?? [], added.filter((entry) => entry.kind === 'group').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'group').map((entry) => entry.id)),
|
|
233
|
+
metadata: match?.metadata ?? {},
|
|
234
|
+
};
|
|
235
|
+
const updated = await context.channelPolicy.upsertPolicy(surface, {
|
|
236
|
+
groupPolicies: [
|
|
237
|
+
...existing.groupPolicies.filter((entry) => entry.id !== nextGroup.id),
|
|
238
|
+
nextGroup,
|
|
239
|
+
],
|
|
240
|
+
});
|
|
241
|
+
return {
|
|
242
|
+
surface,
|
|
243
|
+
updatedPolicy: updated,
|
|
244
|
+
resolution,
|
|
245
|
+
metadata: { scoped: true, groupPolicyId: nextGroup.id },
|
|
246
|
+
};
|
|
247
|
+
}
|
|
248
|
+
const updated = await context.channelPolicy.upsertPolicy(surface, {
|
|
249
|
+
allowlistUserIds: applyAllowlistChanges(existing.allowlistUserIds, added.filter((entry) => entry.kind === 'user').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'user').map((entry) => entry.id)),
|
|
250
|
+
allowlistChannelIds: applyAllowlistChanges(existing.allowlistChannelIds, added.filter((entry) => entry.kind === 'channel').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'channel').map((entry) => entry.id)),
|
|
251
|
+
allowlistGroupIds: applyAllowlistChanges(existing.allowlistGroupIds, added.filter((entry) => entry.kind === 'group').map((entry) => entry.id), removed.filter((entry) => entry.kind === 'group').map((entry) => entry.id)),
|
|
252
|
+
});
|
|
253
|
+
return {
|
|
254
|
+
surface,
|
|
255
|
+
updatedPolicy: updated,
|
|
256
|
+
resolution,
|
|
257
|
+
metadata: { scoped: false },
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
function getConfiguredSetupVersion(context, surface) {
|
|
261
|
+
if (surface === 'tui' || surface === 'web')
|
|
262
|
+
return CHANNEL_SETUP_VERSION;
|
|
263
|
+
const section = configSectionForSurface(surface);
|
|
264
|
+
const surfaces = context.deps.configManager.getCategory('surfaces');
|
|
265
|
+
return Number(surfaces[section].setupVersion ?? 0);
|
|
266
|
+
}
|
|
267
|
+
function applyAllowlistChanges(existing, add, remove) {
|
|
268
|
+
const next = new Set(existing);
|
|
269
|
+
for (const value of add) {
|
|
270
|
+
if (value.trim())
|
|
271
|
+
next.add(value.trim());
|
|
272
|
+
}
|
|
273
|
+
for (const value of remove) {
|
|
274
|
+
if (value.trim())
|
|
275
|
+
next.delete(value.trim());
|
|
276
|
+
}
|
|
277
|
+
return [...next].sort((a, b) => a.localeCompare(b));
|
|
278
|
+
}
|
|
279
|
+
function preferredConversationKindForAllowlist(kind) {
|
|
280
|
+
if (kind === 'user')
|
|
281
|
+
return 'direct';
|
|
282
|
+
if (kind === 'channel')
|
|
283
|
+
return 'channel';
|
|
284
|
+
return 'group';
|
|
285
|
+
}
|
|
286
|
+
function allowlistTargetKindForResolvedTarget(target) {
|
|
287
|
+
if (target.kind === 'direct')
|
|
288
|
+
return 'user';
|
|
289
|
+
if (target.kind === 'channel')
|
|
290
|
+
return 'channel';
|
|
291
|
+
return 'group';
|
|
292
|
+
}
|
|
293
|
+
function allowlistTargetId(kind, target) {
|
|
294
|
+
if (kind === 'user')
|
|
295
|
+
return target.to || null;
|
|
296
|
+
if (kind === 'channel')
|
|
297
|
+
return target.channelId ?? target.to ?? null;
|
|
298
|
+
return target.groupId ?? target.threadId ?? target.channelId ?? target.to ?? null;
|
|
299
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { AutomationRouteBinding } from '@pellux/goodvibes-sdk/platform/automation/routes';
|
|
2
|
+
import type { SharedApprovalRecord } from '../../control-plane/index.js';
|
|
3
|
+
import type { ProviderRuntimeSurface } from '../provider-runtime.js';
|
|
4
|
+
import type { ChannelAccountRecord, ChannelCapabilityDescriptor, ChannelDirectoryEntry, ChannelDirectoryQueryOptions, ChannelOperatorActionDescriptor, ChannelSurface, ChannelToolDescriptor } from '@pellux/goodvibes-sdk/platform/channels/types';
|
|
5
|
+
import type { ChannelPlugin } from '../plugin-registry.js';
|
|
6
|
+
import type { BuiltinChannelRuntimeDeps, ManagedSurface } from './shared.js';
|
|
7
|
+
interface BuiltinPluginRegistrationContext {
|
|
8
|
+
readonly deps: BuiltinChannelRuntimeDeps;
|
|
9
|
+
readonly buildAccount: (surface: ChannelSurface) => Promise<ChannelAccountRecord>;
|
|
10
|
+
readonly resolveAccount: (surface: ChannelSurface, accountId: string) => Promise<ChannelAccountRecord | null>;
|
|
11
|
+
readonly listCapabilities: (surface: ChannelSurface) => Promise<ChannelCapabilityDescriptor[]>;
|
|
12
|
+
readonly listTools: (surface: ChannelSurface) => ChannelToolDescriptor[];
|
|
13
|
+
readonly runTool: (surface: ChannelSurface, toolId: string, input?: Record<string, unknown>) => Promise<unknown>;
|
|
14
|
+
readonly listOperatorActions: (surface: ChannelSurface) => ChannelOperatorActionDescriptor[];
|
|
15
|
+
readonly runOperatorAction: (surface: ChannelSurface, actionId: string, input?: Record<string, unknown>) => Promise<unknown>;
|
|
16
|
+
readonly buildContractHooks: (surface: ChannelSurface) => Pick<ChannelPlugin, 'setupVersion' | 'renderPolicy' | 'getSetupSchema' | 'doctor' | 'listRepairActions' | 'getLifecycleState' | 'migrateLifecycle' | 'resolveAllowlist' | 'editAllowlist'>;
|
|
17
|
+
readonly buildProductHooks: (surface: ChannelSurface) => Pick<ChannelPlugin, 'runAccountAction' | 'authorizeActorAction' | 'parseExplicitTarget' | 'inferTargetConversationKind' | 'resolveTarget' | 'resolveSessionTarget' | 'resolveParentConversationCandidates' | 'renderEvent' | 'listAgentTools'>;
|
|
18
|
+
readonly lookupDirectory: (surface: ManagedSurface, query: string, options?: ChannelDirectoryQueryOptions) => Promise<ChannelDirectoryEntry[]>;
|
|
19
|
+
readonly lookupRouteDirectory: (surface: ManagedSurface, query: string, options?: ChannelDirectoryQueryOptions) => Promise<ChannelDirectoryEntry[]>;
|
|
20
|
+
readonly notifyApprovalViaRouter: (surface: ChannelSurface, approval: SharedApprovalRecord, binding: AutomationRouteBinding) => Promise<void>;
|
|
21
|
+
readonly providerRuntimeStatus: (surface: ProviderRuntimeSurface) => unknown;
|
|
22
|
+
}
|
|
23
|
+
export declare function registerBuiltinChannelPlugins(context: BuiltinPluginRegistrationContext): void;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=plugins.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/platform/channels/builtin/plugins.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EACV,oBAAoB,EACpB,2BAA2B,EAC3B,qBAAqB,EACrB,4BAA4B,EAC5B,+BAA+B,EAC/B,cAAc,EACd,qBAAqB,EACtB,MAAM,+CAA+C,CAAC;AACvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,KAAK,EAAE,yBAAyB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7E,UAAU,gCAAgC;IACxC,QAAQ,CAAC,IAAI,EAAE,yBAAyB,CAAC;IACzC,QAAQ,CAAC,YAAY,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAClF,QAAQ,CAAC,cAAc,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC,CAAC;IAC9G,QAAQ,CAAC,gBAAgB,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,2BAA2B,EAAE,CAAC,CAAC;IAC/F,QAAQ,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,qBAAqB,EAAE,CAAC;IACzE,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACjH,QAAQ,CAAC,mBAAmB,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,+BAA+B,EAAE,CAAC;IAC7F,QAAQ,CAAC,iBAAiB,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC7H,QAAQ,CAAC,kBAAkB,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAC5D,aAAa,EACX,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,QAAQ,GACR,mBAAmB,GACnB,mBAAmB,GACnB,kBAAkB,GAClB,kBAAkB,GAClB,eAAe,CAClB,CAAC;IACF,QAAQ,CAAC,iBAAiB,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAC3D,aAAa,EACX,kBAAkB,GAClB,sBAAsB,GACtB,qBAAqB,GACrB,6BAA6B,GAC7B,eAAe,GACf,sBAAsB,GACtB,qCAAqC,GACrC,aAAa,GACb,gBAAgB,CACnB,CAAC;IACF,QAAQ,CAAC,eAAe,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,4BAA4B,KAAK,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;IAC/I,QAAQ,CAAC,oBAAoB,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,4BAA4B,KAAK,OAAO,CAAC,qBAAqB,EAAE,CAAC,CAAC;IACpJ,QAAQ,CAAC,uBAAuB,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,oBAAoB,EAAE,OAAO,EAAE,sBAAsB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9I,QAAQ,CAAC,qBAAqB,EAAE,CAAC,OAAO,EAAE,sBAAsB,KAAK,OAAO,CAAC;CAC9E;AAED,wBAAgB,6BAA6B,CAAC,OAAO,EAAE,gCAAgC,GAAG,IAAI,CAoM7F"}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import { handleBlueBubblesSurfaceWebhook, handleDiscordSurfaceWebhook, handleGenericWebhookSurface, handleGoogleChatSurfaceWebhook, handleIMessageSurfaceWebhook, handleMSTeamsSurfaceWebhook, handleMattermostSurfaceWebhook, handleMatrixSurfaceWebhook, handleNtfySurfaceWebhook, handleSignalSurfaceWebhook, handleSlackSurfaceWebhook, handleTelegramSurfaceWebhook, handleWhatsAppSurfaceWebhook, } from '../../adapters/index.js';
|
|
2
|
+
export function registerBuiltinChannelPlugins(context) {
|
|
3
|
+
context.deps.channelPlugins.register({
|
|
4
|
+
id: 'surface:tui',
|
|
5
|
+
surface: 'tui',
|
|
6
|
+
displayName: 'Terminal UI',
|
|
7
|
+
capabilities: ['ingress', 'egress', 'session_binding', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
8
|
+
getStatus: async () => ({
|
|
9
|
+
id: 'surface:tui',
|
|
10
|
+
surface: 'tui',
|
|
11
|
+
label: 'Terminal UI',
|
|
12
|
+
state: 'healthy',
|
|
13
|
+
enabled: true,
|
|
14
|
+
metadata: {},
|
|
15
|
+
}),
|
|
16
|
+
listAccounts: async () => [await context.buildAccount('tui')],
|
|
17
|
+
getAccount: async (accountId) => context.resolveAccount('tui', accountId),
|
|
18
|
+
listCapabilities: async () => context.listCapabilities('tui'),
|
|
19
|
+
listTools: async () => context.listTools('tui'),
|
|
20
|
+
runTool: (toolId, input) => context.runTool('tui', toolId, input),
|
|
21
|
+
listOperatorActions: async () => context.listOperatorActions('tui'),
|
|
22
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('tui', actionId, input),
|
|
23
|
+
...context.buildContractHooks('tui'),
|
|
24
|
+
...context.buildProductHooks('tui'),
|
|
25
|
+
lookupDirectory: async (query) => query.trim()
|
|
26
|
+
? [{ id: 'surface:tui', surface: 'tui', kind: 'service', label: 'Terminal UI', metadata: {} }]
|
|
27
|
+
: [],
|
|
28
|
+
});
|
|
29
|
+
context.deps.channelPlugins.register({
|
|
30
|
+
id: 'surface:web',
|
|
31
|
+
surface: 'web',
|
|
32
|
+
displayName: 'Web control plane',
|
|
33
|
+
capabilities: ['ingress', 'egress', 'threaded_reply', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
34
|
+
getStatus: async () => ({
|
|
35
|
+
id: 'surface:web',
|
|
36
|
+
surface: 'web',
|
|
37
|
+
label: 'Web control plane',
|
|
38
|
+
state: context.deps.configManager.get('web.enabled') || context.deps.configManager.get('controlPlane.enabled') ? 'healthy' : 'disabled',
|
|
39
|
+
enabled: Boolean(context.deps.configManager.get('web.enabled') || context.deps.configManager.get('controlPlane.enabled')),
|
|
40
|
+
metadata: {
|
|
41
|
+
baseUrl: context.deps.configManager.get('web.publicBaseUrl'),
|
|
42
|
+
},
|
|
43
|
+
}),
|
|
44
|
+
listAccounts: async () => [await context.buildAccount('web')],
|
|
45
|
+
getAccount: async (accountId) => context.resolveAccount('web', accountId),
|
|
46
|
+
listCapabilities: async () => context.listCapabilities('web'),
|
|
47
|
+
listTools: async () => context.listTools('web'),
|
|
48
|
+
runTool: (toolId, input) => context.runTool('web', toolId, input),
|
|
49
|
+
listOperatorActions: async () => context.listOperatorActions('web'),
|
|
50
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('web', actionId, input),
|
|
51
|
+
...context.buildContractHooks('web'),
|
|
52
|
+
...context.buildProductHooks('web'),
|
|
53
|
+
lookupDirectory: async () => [{ id: 'surface:web', surface: 'web', kind: 'service', label: 'Web control plane', metadata: {} }],
|
|
54
|
+
});
|
|
55
|
+
context.deps.channelPlugins.register({
|
|
56
|
+
id: 'surface:slack',
|
|
57
|
+
surface: 'slack',
|
|
58
|
+
displayName: 'Slack',
|
|
59
|
+
capabilities: ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
60
|
+
webhookPath: '/webhook/slack',
|
|
61
|
+
handleInbound: (req) => handleSlackSurfaceWebhook(req, context.deps.buildSurfaceAdapterContext()),
|
|
62
|
+
deliverReply: (pending, message) => context.deps.deliverSlackAgentReply(pending, message),
|
|
63
|
+
deliverProgress: (pending, progress) => context.deps.deliverSurfaceProgress(pending, progress),
|
|
64
|
+
notifyApproval: (approval, binding) => context.deps.deliverSlackApprovalUpdate(approval, binding),
|
|
65
|
+
getStatus: async () => ({
|
|
66
|
+
id: 'surface:slack',
|
|
67
|
+
surface: 'slack',
|
|
68
|
+
label: 'Slack',
|
|
69
|
+
state: context.deps.surfaceDeliveryEnabled('slack') ? 'healthy' : 'disabled',
|
|
70
|
+
enabled: context.deps.surfaceDeliveryEnabled('slack'),
|
|
71
|
+
accountId: String(context.deps.configManager.get('surfaces.slack.workspaceId') || ''),
|
|
72
|
+
metadata: {
|
|
73
|
+
defaultChannel: context.deps.configManager.get('surfaces.slack.defaultChannel'),
|
|
74
|
+
providerRuntime: context.providerRuntimeStatus('slack'),
|
|
75
|
+
},
|
|
76
|
+
}),
|
|
77
|
+
listAccounts: async () => [await context.buildAccount('slack')],
|
|
78
|
+
getAccount: async (accountId) => context.resolveAccount('slack', accountId),
|
|
79
|
+
listCapabilities: async () => context.listCapabilities('slack'),
|
|
80
|
+
listTools: async () => context.listTools('slack'),
|
|
81
|
+
runTool: (toolId, input) => context.runTool('slack', toolId, input),
|
|
82
|
+
listOperatorActions: async () => context.listOperatorActions('slack'),
|
|
83
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('slack', actionId, input),
|
|
84
|
+
...context.buildContractHooks('slack'),
|
|
85
|
+
...context.buildProductHooks('slack'),
|
|
86
|
+
lookupDirectory: async (query, options) => context.lookupDirectory('slack', query, options),
|
|
87
|
+
});
|
|
88
|
+
context.deps.channelPlugins.register({
|
|
89
|
+
id: 'surface:discord',
|
|
90
|
+
surface: 'discord',
|
|
91
|
+
displayName: 'Discord',
|
|
92
|
+
capabilities: ['ingress', 'egress', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
93
|
+
webhookPath: '/webhook/discord',
|
|
94
|
+
handleInbound: (req) => handleDiscordSurfaceWebhook(req, context.deps.buildSurfaceAdapterContext()),
|
|
95
|
+
deliverReply: (pending, message) => context.deps.deliverDiscordAgentReply(pending, message),
|
|
96
|
+
deliverProgress: (pending, progress) => context.deps.deliverSurfaceProgress(pending, progress),
|
|
97
|
+
notifyApproval: (approval, binding) => context.deps.deliverDiscordApprovalUpdate(approval, binding),
|
|
98
|
+
getStatus: async () => ({
|
|
99
|
+
id: 'surface:discord',
|
|
100
|
+
surface: 'discord',
|
|
101
|
+
label: 'Discord',
|
|
102
|
+
state: context.deps.surfaceDeliveryEnabled('discord') ? 'healthy' : 'disabled',
|
|
103
|
+
enabled: context.deps.surfaceDeliveryEnabled('discord'),
|
|
104
|
+
accountId: String(context.deps.configManager.get('surfaces.discord.applicationId') || ''),
|
|
105
|
+
metadata: {
|
|
106
|
+
defaultChannelId: context.deps.configManager.get('surfaces.discord.defaultChannelId'),
|
|
107
|
+
providerRuntime: context.providerRuntimeStatus('discord'),
|
|
108
|
+
},
|
|
109
|
+
}),
|
|
110
|
+
listAccounts: async () => [await context.buildAccount('discord')],
|
|
111
|
+
getAccount: async (accountId) => context.resolveAccount('discord', accountId),
|
|
112
|
+
listCapabilities: async () => context.listCapabilities('discord'),
|
|
113
|
+
listTools: async () => context.listTools('discord'),
|
|
114
|
+
runTool: (toolId, input) => context.runTool('discord', toolId, input),
|
|
115
|
+
listOperatorActions: async () => context.listOperatorActions('discord'),
|
|
116
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('discord', actionId, input),
|
|
117
|
+
...context.buildContractHooks('discord'),
|
|
118
|
+
...context.buildProductHooks('discord'),
|
|
119
|
+
lookupDirectory: async (query, options) => context.lookupDirectory('discord', query, options),
|
|
120
|
+
});
|
|
121
|
+
context.deps.channelPlugins.register({
|
|
122
|
+
id: 'surface:ntfy',
|
|
123
|
+
surface: 'ntfy',
|
|
124
|
+
displayName: 'ntfy',
|
|
125
|
+
capabilities: ['ingress', 'egress', 'delivery_only', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
126
|
+
webhookPath: '/webhook/ntfy',
|
|
127
|
+
handleInbound: (req) => handleNtfySurfaceWebhook(req, context.deps.buildSurfaceAdapterContext()),
|
|
128
|
+
deliverReply: (pending, message) => context.deps.deliverNtfyAgentReply(pending, message),
|
|
129
|
+
notifyApproval: (approval, binding) => context.deps.deliverNtfyApprovalUpdate(approval, binding),
|
|
130
|
+
getStatus: async () => ({
|
|
131
|
+
id: 'surface:ntfy',
|
|
132
|
+
surface: 'ntfy',
|
|
133
|
+
label: 'ntfy',
|
|
134
|
+
state: context.deps.surfaceDeliveryEnabled('ntfy') ? 'healthy' : 'disabled',
|
|
135
|
+
enabled: context.deps.surfaceDeliveryEnabled('ntfy'),
|
|
136
|
+
metadata: {
|
|
137
|
+
topic: context.deps.configManager.get('surfaces.ntfy.topic'),
|
|
138
|
+
baseUrl: context.deps.configManager.get('surfaces.ntfy.baseUrl'),
|
|
139
|
+
providerRuntime: context.providerRuntimeStatus('ntfy'),
|
|
140
|
+
},
|
|
141
|
+
}),
|
|
142
|
+
listAccounts: async () => [await context.buildAccount('ntfy')],
|
|
143
|
+
getAccount: async (accountId) => context.resolveAccount('ntfy', accountId),
|
|
144
|
+
listCapabilities: async () => context.listCapabilities('ntfy'),
|
|
145
|
+
listTools: async () => context.listTools('ntfy'),
|
|
146
|
+
runTool: (toolId, input) => context.runTool('ntfy', toolId, input),
|
|
147
|
+
listOperatorActions: async () => context.listOperatorActions('ntfy'),
|
|
148
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('ntfy', actionId, input),
|
|
149
|
+
...context.buildContractHooks('ntfy'),
|
|
150
|
+
...context.buildProductHooks('ntfy'),
|
|
151
|
+
lookupDirectory: async (query, options) => context.lookupDirectory('ntfy', query, options),
|
|
152
|
+
});
|
|
153
|
+
context.deps.channelPlugins.register({
|
|
154
|
+
id: 'surface:webhook',
|
|
155
|
+
surface: 'webhook',
|
|
156
|
+
displayName: 'Generic webhook',
|
|
157
|
+
capabilities: ['ingress', 'egress', 'delivery_only', 'account_lifecycle', 'target_resolution', 'agent_tools'],
|
|
158
|
+
webhookPath: '/webhook/generic',
|
|
159
|
+
handleInbound: (req) => handleGenericWebhookSurface(req, context.deps.buildGenericWebhookAdapterContext()),
|
|
160
|
+
deliverReply: (pending, message) => context.deps.deliverWebhookAgentReply(pending, message),
|
|
161
|
+
notifyApproval: (approval, binding) => context.deps.deliverWebhookApprovalUpdate(approval, binding),
|
|
162
|
+
getStatus: async () => ({
|
|
163
|
+
id: 'surface:webhook',
|
|
164
|
+
surface: 'webhook',
|
|
165
|
+
label: 'Generic webhook',
|
|
166
|
+
state: context.deps.surfaceDeliveryEnabled('webhook') ? 'healthy' : 'disabled',
|
|
167
|
+
enabled: context.deps.surfaceDeliveryEnabled('webhook'),
|
|
168
|
+
metadata: {
|
|
169
|
+
defaultTarget: context.deps.configManager.get('surfaces.webhook.defaultTarget'),
|
|
170
|
+
},
|
|
171
|
+
}),
|
|
172
|
+
listAccounts: async () => [await context.buildAccount('webhook')],
|
|
173
|
+
getAccount: async (accountId) => context.resolveAccount('webhook', accountId),
|
|
174
|
+
listCapabilities: async () => context.listCapabilities('webhook'),
|
|
175
|
+
listTools: async () => context.listTools('webhook'),
|
|
176
|
+
runTool: (toolId, input) => context.runTool('webhook', toolId, input),
|
|
177
|
+
listOperatorActions: async () => context.listOperatorActions('webhook'),
|
|
178
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction('webhook', actionId, input),
|
|
179
|
+
...context.buildContractHooks('webhook'),
|
|
180
|
+
...context.buildProductHooks('webhook'),
|
|
181
|
+
lookupDirectory: async (query, options) => context.lookupRouteDirectory('webhook', query, options),
|
|
182
|
+
});
|
|
183
|
+
registerRouterBackedPlugin(context, 'telegram', 'Telegram', ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/telegram', handleTelegramSurfaceWebhook);
|
|
184
|
+
registerRouterBackedPlugin(context, 'google-chat', 'Google Chat', ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/google-chat', handleGoogleChatSurfaceWebhook);
|
|
185
|
+
registerRouterBackedPlugin(context, 'signal', 'Signal', ['ingress', 'egress', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/signal', handleSignalSurfaceWebhook);
|
|
186
|
+
registerRouterBackedPlugin(context, 'whatsapp', 'WhatsApp', ['ingress', 'egress', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/whatsapp', handleWhatsAppSurfaceWebhook);
|
|
187
|
+
registerRouterBackedPlugin(context, 'imessage', 'iMessage', ['ingress', 'egress', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/imessage', handleIMessageSurfaceWebhook);
|
|
188
|
+
registerRouterBackedPlugin(context, 'msteams', 'Microsoft Teams', ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/msteams', handleMSTeamsSurfaceWebhook);
|
|
189
|
+
registerRouterBackedPlugin(context, 'bluebubbles', 'BlueBubbles', ['ingress', 'egress', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/bluebubbles', handleBlueBubblesSurfaceWebhook);
|
|
190
|
+
registerRouterBackedPlugin(context, 'mattermost', 'Mattermost', ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/mattermost', handleMattermostSurfaceWebhook);
|
|
191
|
+
registerRouterBackedPlugin(context, 'matrix', 'Matrix', ['ingress', 'egress', 'threaded_reply', 'interactive_actions', 'account_lifecycle', 'target_resolution', 'agent_tools'], '/webhook/matrix', handleMatrixSurfaceWebhook);
|
|
192
|
+
}
|
|
193
|
+
function registerRouterBackedPlugin(context, surface, displayName, capabilities, webhookPath, handleInbound) {
|
|
194
|
+
context.deps.channelPlugins.register({
|
|
195
|
+
id: `surface:${surface}`,
|
|
196
|
+
surface,
|
|
197
|
+
displayName,
|
|
198
|
+
capabilities,
|
|
199
|
+
webhookPath,
|
|
200
|
+
handleInbound: (req) => handleInbound(req, context.deps.buildSurfaceAdapterContext()),
|
|
201
|
+
getStatus: async () => {
|
|
202
|
+
const account = await context.buildAccount(surface);
|
|
203
|
+
return {
|
|
204
|
+
id: `surface:${surface}`,
|
|
205
|
+
surface,
|
|
206
|
+
label: displayName,
|
|
207
|
+
state: account.state === 'healthy' ? 'healthy' : account.state === 'disabled' ? 'disabled' : 'degraded',
|
|
208
|
+
enabled: context.deps.surfaceDeliveryEnabled(surface),
|
|
209
|
+
accountId: account.accountId,
|
|
210
|
+
metadata: account.metadata,
|
|
211
|
+
};
|
|
212
|
+
},
|
|
213
|
+
listAccounts: async () => [await context.buildAccount(surface)],
|
|
214
|
+
getAccount: async (accountId) => context.resolveAccount(surface, accountId),
|
|
215
|
+
listCapabilities: async () => context.listCapabilities(surface),
|
|
216
|
+
listTools: async () => context.listTools(surface),
|
|
217
|
+
runTool: (toolId, input) => context.runTool(surface, toolId, input),
|
|
218
|
+
listOperatorActions: async () => context.listOperatorActions(surface),
|
|
219
|
+
runOperatorAction: (actionId, input) => context.runOperatorAction(surface, actionId, input),
|
|
220
|
+
notifyApproval: (approval, binding) => context.notifyApprovalViaRouter(surface, approval, binding),
|
|
221
|
+
...context.buildContractHooks(surface),
|
|
222
|
+
...context.buildProductHooks(surface),
|
|
223
|
+
lookupDirectory: async (query, options) => context.lookupDirectory(surface, query, options),
|
|
224
|
+
});
|
|
225
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { AutomationRouteBinding } from '@pellux/goodvibes-sdk/platform/automation/routes';
|
|
2
|
+
import type { SharedApprovalRecord } from '../../control-plane/index.js';
|
|
3
|
+
import type { Tool } from '@pellux/goodvibes-sdk/platform/types/tools';
|
|
4
|
+
import type { ChannelRenderRequest, ChannelRenderResult, ChannelSurface, ChannelToolDescriptor } from '@pellux/goodvibes-sdk/platform/channels/types';
|
|
5
|
+
import type { BuiltinChannelRuntimeDeps } from './shared.js';
|
|
6
|
+
interface BuiltinRenderingContext {
|
|
7
|
+
readonly deps: BuiltinChannelRuntimeDeps;
|
|
8
|
+
readonly listTools: (surface: ChannelSurface) => ChannelToolDescriptor[];
|
|
9
|
+
readonly runTool: (surface: ChannelSurface, toolId: string, input?: Record<string, unknown>) => Promise<unknown>;
|
|
10
|
+
}
|
|
11
|
+
export declare function renderBuiltinChannelEvent(context: BuiltinRenderingContext, surface: ChannelSurface, request: ChannelRenderRequest): Promise<ChannelRenderResult>;
|
|
12
|
+
export declare function notifyBuiltinApprovalViaRouter(context: BuiltinRenderingContext, surface: ChannelSurface, approval: SharedApprovalRecord, binding: AutomationRouteBinding): Promise<void>;
|
|
13
|
+
export declare function listBuiltinAgentTools(context: BuiltinRenderingContext, surface: ChannelSurface): readonly Tool[];
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=rendering.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rendering.d.ts","sourceRoot":"","sources":["../../../../../src/_internal/platform/channels/builtin/rendering.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC/F,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,4CAA4C,CAAC;AAGvE,OAAO,KAAK,EACV,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACtB,MAAM,+CAA+C,CAAC;AACvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAE7D,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,IAAI,EAAE,yBAAyB,CAAC;IACzC,QAAQ,CAAC,SAAS,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,qBAAqB,EAAE,CAAC;IACzE,QAAQ,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAClH;AAED,wBAAsB,yBAAyB,CAC7C,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,cAAc,EACvB,OAAO,EAAE,oBAAoB,GAC5B,OAAO,CAAC,mBAAmB,CAAC,CAwB9B;AAED,wBAAsB,8BAA8B,CAClD,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,cAAc,EACvB,QAAQ,EAAE,oBAAoB,EAC9B,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,IAAI,CAAC,CAiBf;AAED,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,uBAAuB,EAChC,OAAO,EAAE,cAAc,GACtB,SAAS,IAAI,EAAE,CA0BjB"}
|