@pellux/goodvibes-sdk 0.18.14 → 0.18.16
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 +93 -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 +69 -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 +275 -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 +161 -0
- package/dist/_internal/platform/runtime/services.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/services.js +441 -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/surface-root.d.ts +2 -0
- package/dist/_internal/platform/runtime/surface-root.d.ts.map +1 -0
- package/dist/_internal/platform/runtime/surface-root.js +7 -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 +59 -0
- package/dist/_internal/platform/tools/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/index.js +148 -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 +8 -0
- package/dist/_internal/platform/tools/repl/index.d.ts.map +1 -0
- package/dist/_internal/platform/tools/repl/index.js +254 -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,27 @@
|
|
|
1
|
+
import type { LLMProvider } from './interface.js';
|
|
2
|
+
import { type BuiltinCompatDefinition } from './builtin-catalog.js';
|
|
3
|
+
import type { BenchmarkEntry } from '@pellux/goodvibes-sdk/platform/providers/model-benchmarks';
|
|
4
|
+
import type { RuntimeEventBus } from '../runtime/events/index.js';
|
|
5
|
+
import type { CanonicalModel } from './synthetic.js';
|
|
6
|
+
import type { SubscriptionManager } from '@pellux/goodvibes-sdk/platform/config/subscriptions';
|
|
7
|
+
export interface ProviderRegistrar {
|
|
8
|
+
register(provider: LLMProvider): void;
|
|
9
|
+
}
|
|
10
|
+
export declare const CATALOG_PROVIDER_NAME_ALIASES: Record<string, string>;
|
|
11
|
+
export declare function createBuiltinCompatProvider(definition: BuiltinCompatDefinition, apiKey: string, options: {
|
|
12
|
+
readonly cacheHitTracker?: import('@pellux/goodvibes-sdk/platform/providers/cache-strategy').CacheHitTracker;
|
|
13
|
+
}): LLMProvider;
|
|
14
|
+
/**
|
|
15
|
+
* Register the complete set of builtin provider implementations.
|
|
16
|
+
* Kept in a separate module so the registry composition root stays focused.
|
|
17
|
+
*/
|
|
18
|
+
export declare function registerBuiltinProviders(registry: ProviderRegistrar, hasProvider: (name: string) => boolean, apiKey: (name: string) => string, options: {
|
|
19
|
+
readonly resolveProvider: (providerName: string) => LLMProvider;
|
|
20
|
+
readonly cacheHitTracker?: import('@pellux/goodvibes-sdk/platform/providers/cache-strategy').CacheHitTracker;
|
|
21
|
+
readonly getCatalogModels: () => readonly CanonicalModel[];
|
|
22
|
+
readonly getBenchmarks: (modelId: string) => BenchmarkEntry | undefined;
|
|
23
|
+
readonly githubCopilotTokenCachePath: string;
|
|
24
|
+
readonly subscriptionManager: Pick<SubscriptionManager, 'get' | 'getPending' | 'saveSubscription' | 'resolveAccessToken'>;
|
|
25
|
+
readonly runtimeBus?: RuntimeEventBus | null;
|
|
26
|
+
}): void;
|
|
27
|
+
//# sourceMappingURL=builtin-registry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"builtin-registry.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/providers/builtin-registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAWlD,OAAO,EAA4B,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAG9F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2DAA2D,CAAC;AAChG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAE/F,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAWhE,CAAC;AAmBF,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,uBAAuB,EACnC,MAAM,EAAE,MAAM,EACd,OAAO,EAAE;IACP,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,yDAAyD,EAAE,eAAe,CAAC;CAC9G,GACA,WAAW,CA6Cb;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,QAAQ,EAAE,iBAAiB,EAC3B,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,EACtC,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,EAChC,OAAO,EAAE;IACP,QAAQ,CAAC,eAAe,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,WAAW,CAAC;IAChE,QAAQ,CAAC,eAAe,CAAC,EAAE,OAAO,yDAAyD,EAAE,eAAe,CAAC;IAC7G,QAAQ,CAAC,gBAAgB,EAAE,MAAM,SAAS,cAAc,EAAE,CAAC;IAC3D,QAAQ,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,cAAc,GAAG,SAAS,CAAC;IACxE,QAAQ,CAAC,2BAA2B,EAAE,MAAM,CAAC;IAC7C,QAAQ,CAAC,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,EAAE,KAAK,GAAG,YAAY,GAAG,kBAAkB,GAAG,oBAAoB,CAAC,CAAC;IAC1H,QAAQ,CAAC,UAAU,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;CAC9C,GACA,IAAI,CAmcN"}
|
|
@@ -0,0 +1,510 @@
|
|
|
1
|
+
import { OpenAIProvider } from './openai.js';
|
|
2
|
+
import { OpenAICompatProvider } from './openai-compat.js';
|
|
3
|
+
import { AnthropicProvider } from './anthropic.js';
|
|
4
|
+
import { AnthropicCompatProvider } from './anthropic-compat.js';
|
|
5
|
+
import { OpenAICodexProvider } from './openai-codex.js';
|
|
6
|
+
import { GeminiProvider } from './gemini.js';
|
|
7
|
+
import { AmazonBedrockProvider } from './amazon-bedrock.js';
|
|
8
|
+
import { AmazonBedrockMantleProvider } from './amazon-bedrock-mantle.js';
|
|
9
|
+
import { AnthropicVertexProvider } from './anthropic-vertex.js';
|
|
10
|
+
import { GitHubCopilotProvider } from './github-copilot.js';
|
|
11
|
+
import { BUILTIN_COMPAT_PROVIDERS } from './builtin-catalog.js';
|
|
12
|
+
import { normalizeFoundryEndpoint } from '@pellux/goodvibes-sdk/platform/providers/microsoft-foundry-shared';
|
|
13
|
+
import { SyntheticProvider } from './synthetic.js';
|
|
14
|
+
export const CATALOG_PROVIDER_NAME_ALIASES = {
|
|
15
|
+
inception: 'inceptionlabs',
|
|
16
|
+
copilot: 'github-copilot',
|
|
17
|
+
'azure-openai': 'microsoft-foundry',
|
|
18
|
+
'azure-openai-responses': 'microsoft-foundry',
|
|
19
|
+
dashscope: 'qwen',
|
|
20
|
+
'volcano-engine': 'volcengine',
|
|
21
|
+
'x-ai': 'xai',
|
|
22
|
+
'z-ai': 'zai',
|
|
23
|
+
'cloudflare-gateway': 'cloudflare-ai-gateway',
|
|
24
|
+
'ai-gateway': 'vercel-ai-gateway',
|
|
25
|
+
};
|
|
26
|
+
function firstEnvValue(envVars) {
|
|
27
|
+
for (const envVar of envVars) {
|
|
28
|
+
const value = process.env[envVar];
|
|
29
|
+
if (typeof value === 'string' && value.trim().length > 0) {
|
|
30
|
+
return value.trim();
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
function resolveFoundryBaseUrl() {
|
|
36
|
+
const endpoint = firstEnvValue(['AZURE_OPENAI_ENDPOINT', 'AZURE_FOUNDRY_ENDPOINT']);
|
|
37
|
+
if (!endpoint)
|
|
38
|
+
return 'https://example.openai.azure.com/openai/v1';
|
|
39
|
+
const normalized = normalizeFoundryEndpoint(endpoint);
|
|
40
|
+
return normalized.endsWith('/openai/v1') ? normalized : `${normalized}/openai/v1`;
|
|
41
|
+
}
|
|
42
|
+
export function createBuiltinCompatProvider(definition, apiKey, options) {
|
|
43
|
+
if (definition.kind === 'anthropic-compat') {
|
|
44
|
+
return new AnthropicCompatProvider({
|
|
45
|
+
name: definition.id,
|
|
46
|
+
baseURL: definition.baseURL,
|
|
47
|
+
apiKey,
|
|
48
|
+
defaultModel: definition.defaultModel,
|
|
49
|
+
models: [...definition.models],
|
|
50
|
+
...(definition.defaultHeaders ? { defaultHeaders: definition.defaultHeaders } : {}),
|
|
51
|
+
authEnvVars: definition.envVars,
|
|
52
|
+
serviceNames: definition.serviceNames,
|
|
53
|
+
aliases: definition.aliases,
|
|
54
|
+
...(definition.subscriptionProviderId ? { subscriptionProviderId: definition.subscriptionProviderId } : {}),
|
|
55
|
+
...(definition.streamProtocol ? { streamProtocol: definition.streamProtocol } : {}),
|
|
56
|
+
...(definition.authHeaderMode ? { authHeaderMode: definition.authHeaderMode } : {}),
|
|
57
|
+
...(definition.allowAnonymous ? { allowAnonymous: true } : {}),
|
|
58
|
+
...(definition.anonymousConfigured ? { anonymousConfigured: true } : {}),
|
|
59
|
+
...(definition.anonymousDetail ? { anonymousDetail: definition.anonymousDetail } : {}),
|
|
60
|
+
...(options.cacheHitTracker ? { cacheHitTracker: options.cacheHitTracker } : {}),
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
const baseURL = definition.id === 'microsoft-foundry' ? resolveFoundryBaseUrl() : definition.baseURL;
|
|
64
|
+
const effectiveApiKey = apiKey || (definition.allowAnonymous ? 'gv-local' : '');
|
|
65
|
+
return new OpenAICompatProvider({
|
|
66
|
+
name: definition.id,
|
|
67
|
+
baseURL,
|
|
68
|
+
apiKey: effectiveApiKey,
|
|
69
|
+
authConfigured: Boolean(apiKey),
|
|
70
|
+
defaultModel: definition.defaultModel,
|
|
71
|
+
models: [...definition.models],
|
|
72
|
+
...(definition.embeddingModel ? { embeddingModel: definition.embeddingModel } : {}),
|
|
73
|
+
...(definition.defaultHeaders ? { defaultHeaders: definition.defaultHeaders } : {}),
|
|
74
|
+
reasoningFormat: definition.reasoningFormat ?? 'none',
|
|
75
|
+
authEnvVars: definition.envVars,
|
|
76
|
+
serviceNames: definition.serviceNames,
|
|
77
|
+
...(definition.subscriptionProviderId ? { subscriptionProviderId: definition.subscriptionProviderId } : {}),
|
|
78
|
+
...(definition.suppressedModels ? { suppressedModels: definition.suppressedModels } : {}),
|
|
79
|
+
...(definition.aliases ? { aliases: definition.aliases } : {}),
|
|
80
|
+
...(definition.streamProtocol ? { streamProtocol: definition.streamProtocol } : {}),
|
|
81
|
+
...(definition.allowAnonymous ? { allowAnonymous: true } : {}),
|
|
82
|
+
...(definition.anonymousConfigured ? { anonymousConfigured: true } : {}),
|
|
83
|
+
...(definition.anonymousDetail ? { anonymousDetail: definition.anonymousDetail } : {}),
|
|
84
|
+
...(options.cacheHitTracker ? { cacheHitTracker: options.cacheHitTracker } : {}),
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Register the complete set of builtin provider implementations.
|
|
89
|
+
* Kept in a separate module so the registry composition root stays focused.
|
|
90
|
+
*/
|
|
91
|
+
export function registerBuiltinProviders(registry, hasProvider, apiKey, options) {
|
|
92
|
+
registry.register(new OpenAICompatProvider({
|
|
93
|
+
name: 'inceptionlabs',
|
|
94
|
+
baseURL: 'https://api.inceptionlabs.ai/v1',
|
|
95
|
+
apiKey: apiKey('inceptionlabs'),
|
|
96
|
+
defaultModel: 'mercury-2',
|
|
97
|
+
models: ['mercury-2', 'mercury-edit'],
|
|
98
|
+
reasoningFormat: 'mercury',
|
|
99
|
+
authEnvVars: ['INCEPTION_API_KEY'],
|
|
100
|
+
serviceNames: ['inceptionlabs'],
|
|
101
|
+
aliases: ['inception'],
|
|
102
|
+
}));
|
|
103
|
+
registry.register(new OpenAICompatProvider({
|
|
104
|
+
name: 'openrouter',
|
|
105
|
+
baseURL: 'https://openrouter.ai/api/v1',
|
|
106
|
+
apiKey: apiKey('openrouter'),
|
|
107
|
+
defaultModel: 'openrouter/free',
|
|
108
|
+
models: [
|
|
109
|
+
'openrouter/free',
|
|
110
|
+
'arcee-ai/trinity-mini:free',
|
|
111
|
+
'minimax/minimax-m2.5:free',
|
|
112
|
+
'nvidia/nemotron-3-super-120b-a12b:free',
|
|
113
|
+
'nvidia/nemotron-3-nano-30b-a3b:free',
|
|
114
|
+
'nvidia/nemotron-nano-12b-v2-vl:free',
|
|
115
|
+
'nvidia/nemotron-nano-9b-v2:free',
|
|
116
|
+
'openai/gpt-oss-120b:free',
|
|
117
|
+
'openai/gpt-oss-20b:free',
|
|
118
|
+
'stepfun/step-3.5-flash:free',
|
|
119
|
+
'z-ai/glm-4.5-air:free',
|
|
120
|
+
],
|
|
121
|
+
reasoningFormat: 'openrouter',
|
|
122
|
+
authEnvVars: ['OPENROUTER_API_KEY'],
|
|
123
|
+
serviceNames: ['openrouter'],
|
|
124
|
+
}));
|
|
125
|
+
registry.register(new OpenAICompatProvider({
|
|
126
|
+
name: 'aihubmix',
|
|
127
|
+
baseURL: 'https://aihubmix.com/v1',
|
|
128
|
+
apiKey: apiKey('aihubmix'),
|
|
129
|
+
defaultModel: 'gpt-4.1-free',
|
|
130
|
+
models: [
|
|
131
|
+
'gpt-4.1-free', 'gpt-4.1-mini-free', 'gpt-4.1-nano-free', 'gpt-4o-free',
|
|
132
|
+
'gemini-2.0-flash-free', 'gemini-3-flash-preview-free', 'gemini-3.1-flash-image-preview-free',
|
|
133
|
+
'glm-4.7-flash-free',
|
|
134
|
+
'coding-glm-4.6-free', 'coding-glm-4.7-free', 'coding-glm-5-free', 'coding-glm-5-turbo-free',
|
|
135
|
+
'coding-minimax-m2-free', 'coding-minimax-m2.1-free', 'coding-minimax-m2.5-free', 'coding-minimax-m2.7-free',
|
|
136
|
+
'kimi-for-coding-free', 'mimo-v2-flash-free', 'minimax-m2.5-free', 'step-3.5-flash-free',
|
|
137
|
+
],
|
|
138
|
+
reasoningFormat: 'none',
|
|
139
|
+
authEnvVars: ['AIHUBMIX_API_KEY'],
|
|
140
|
+
serviceNames: ['aihubmix'],
|
|
141
|
+
}));
|
|
142
|
+
registry.register(new OpenAICompatProvider({
|
|
143
|
+
name: 'groq',
|
|
144
|
+
baseURL: 'https://api.groq.com/openai/v1',
|
|
145
|
+
apiKey: apiKey('groq'),
|
|
146
|
+
defaultModel: 'qwen/qwen3-32b',
|
|
147
|
+
models: [
|
|
148
|
+
'qwen/qwen3-32b',
|
|
149
|
+
'openai/gpt-oss-120b', 'openai/gpt-oss-20b',
|
|
150
|
+
'moonshotai/kimi-k2-instruct', 'moonshotai/kimi-k2-instruct-0905',
|
|
151
|
+
'llama-3.3-70b-versatile', 'llama-3.1-8b-instant',
|
|
152
|
+
'meta-llama/llama-4-scout-17b-16e-instruct',
|
|
153
|
+
'groq/compound', 'groq/compound-mini',
|
|
154
|
+
],
|
|
155
|
+
reasoningFormat: 'none',
|
|
156
|
+
authEnvVars: ['GROQ_API_KEY'],
|
|
157
|
+
serviceNames: ['groq'],
|
|
158
|
+
}));
|
|
159
|
+
registry.register(new OpenAICompatProvider({
|
|
160
|
+
name: 'cerebras',
|
|
161
|
+
baseURL: 'https://api.cerebras.ai/v1',
|
|
162
|
+
apiKey: apiKey('cerebras'),
|
|
163
|
+
defaultModel: 'qwen-3-235b-a22b-instruct-2507',
|
|
164
|
+
models: ['llama3.1-8b', 'qwen-3-235b-a22b-instruct-2507'],
|
|
165
|
+
reasoningFormat: 'none',
|
|
166
|
+
authEnvVars: ['CEREBRAS_API_KEY'],
|
|
167
|
+
serviceNames: ['cerebras'],
|
|
168
|
+
}));
|
|
169
|
+
registry.register(new OpenAICompatProvider({
|
|
170
|
+
name: 'mistral',
|
|
171
|
+
baseURL: 'https://api.mistral.ai/v1',
|
|
172
|
+
apiKey: apiKey('mistral'),
|
|
173
|
+
defaultModel: 'mistral-large-latest',
|
|
174
|
+
embeddingModel: 'mistral-embed',
|
|
175
|
+
models: [
|
|
176
|
+
'mistral-large-latest', 'mistral-medium-latest', 'mistral-small-latest',
|
|
177
|
+
'codestral-latest', 'devstral-latest', 'devstral-medium-latest', 'devstral-small-latest',
|
|
178
|
+
'magistral-medium-latest', 'magistral-small-latest',
|
|
179
|
+
'ministral-14b-latest', 'ministral-8b-latest', 'ministral-3b-latest',
|
|
180
|
+
'pixtral-large-latest', 'open-mistral-nemo',
|
|
181
|
+
],
|
|
182
|
+
reasoningFormat: 'none',
|
|
183
|
+
authEnvVars: ['MISTRAL_API_KEY'],
|
|
184
|
+
serviceNames: ['mistral'],
|
|
185
|
+
}));
|
|
186
|
+
registry.register(new OpenAICompatProvider({
|
|
187
|
+
name: 'ollama-cloud',
|
|
188
|
+
baseURL: 'https://ollama.com/v1',
|
|
189
|
+
apiKey: apiKey('ollama-cloud'),
|
|
190
|
+
defaultModel: 'deepseek-v3.2',
|
|
191
|
+
models: [
|
|
192
|
+
'deepseek-v3.2', 'deepseek-v3.1:671b', 'cogito-2.1:671b',
|
|
193
|
+
'qwen3.5:397b', 'qwen3-coder:480b', 'qwen3-coder-next', 'qwen3-next:80b',
|
|
194
|
+
'qwen3-vl:235b', 'qwen3-vl:235b-instruct',
|
|
195
|
+
'kimi-k2:1t', 'kimi-k2-thinking', 'kimi-k2.5',
|
|
196
|
+
'mistral-large-3:675b', 'devstral-2:123b', 'devstral-small-2:24b',
|
|
197
|
+
'ministral-3:14b', 'ministral-3:8b', 'ministral-3:3b',
|
|
198
|
+
'gemini-3-flash-preview', 'gemma3:27b', 'gemma3:12b', 'gemma3:4b',
|
|
199
|
+
'glm-4.6', 'glm-4.7', 'glm-5',
|
|
200
|
+
'gpt-oss:120b', 'gpt-oss:20b',
|
|
201
|
+
'minimax-m2', 'minimax-m2.1', 'minimax-m2.5', 'minimax-m2.7',
|
|
202
|
+
'nemotron-3-super', 'nemotron-3-nano:30b',
|
|
203
|
+
'rnj-1:8b',
|
|
204
|
+
],
|
|
205
|
+
reasoningFormat: 'none',
|
|
206
|
+
authEnvVars: ['OLLAMA_CLOUD_API_KEY', 'OLLAMA_API_KEY'],
|
|
207
|
+
serviceNames: ['ollama-cloud'],
|
|
208
|
+
}));
|
|
209
|
+
registry.register(new OpenAIProvider(apiKey('openai'), options.cacheHitTracker));
|
|
210
|
+
registry.register(new AnthropicProvider(apiKey('anthropic'), options.cacheHitTracker));
|
|
211
|
+
registry.register(new OpenAICodexProvider(options.subscriptionManager));
|
|
212
|
+
registry.register(new GeminiProvider(apiKey('gemini'), options.cacheHitTracker));
|
|
213
|
+
registry.register(new OpenAICompatProvider({
|
|
214
|
+
name: 'huggingface',
|
|
215
|
+
baseURL: 'https://router.huggingface.co/v1',
|
|
216
|
+
apiKey: apiKey('huggingface'),
|
|
217
|
+
defaultModel: 'deepseek-ai/DeepSeek-V3.2',
|
|
218
|
+
models: [
|
|
219
|
+
'Qwen/QwQ-32B',
|
|
220
|
+
'Qwen/Qwen2.5-72B-Instruct',
|
|
221
|
+
'Qwen/Qwen2.5-7B-Instruct',
|
|
222
|
+
'Qwen/Qwen2.5-Coder-32B-Instruct',
|
|
223
|
+
'Qwen/Qwen2.5-Coder-3B-Instruct',
|
|
224
|
+
'Qwen/Qwen2.5-Coder-7B-Instruct',
|
|
225
|
+
'Qwen/Qwen2.5-VL-72B-Instruct',
|
|
226
|
+
'Qwen/Qwen2.5-VL-7B-Instruct',
|
|
227
|
+
'Qwen/Qwen3-14B',
|
|
228
|
+
'Qwen/Qwen3-235B-A22B',
|
|
229
|
+
'Qwen/Qwen3-235B-A22B-Instruct-2507',
|
|
230
|
+
'Qwen/Qwen3-235B-A22B-Thinking-2507',
|
|
231
|
+
'Qwen/Qwen3-30B-A3B',
|
|
232
|
+
'Qwen/Qwen3-32B',
|
|
233
|
+
'Qwen/Qwen3-4B-Instruct-2507',
|
|
234
|
+
'Qwen/Qwen3-4B-Thinking-2507',
|
|
235
|
+
'Qwen/Qwen3-8B',
|
|
236
|
+
'Qwen/Qwen3-Coder-30B-A3B-Instruct',
|
|
237
|
+
'Qwen/Qwen3-Coder-480B-A35B-Instruct',
|
|
238
|
+
'Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8',
|
|
239
|
+
'Qwen/Qwen3-Coder-Next',
|
|
240
|
+
'Qwen/Qwen3-Coder-Next-FP8',
|
|
241
|
+
'Qwen/Qwen3-Next-80B-A3B-Instruct',
|
|
242
|
+
'Qwen/Qwen3-Next-80B-A3B-Thinking',
|
|
243
|
+
'Qwen/Qwen3-VL-235B-A22B-Instruct',
|
|
244
|
+
'Qwen/Qwen3-VL-235B-A22B-Thinking',
|
|
245
|
+
'Qwen/Qwen3-VL-30B-A3B-Instruct',
|
|
246
|
+
'Qwen/Qwen3-VL-30B-A3B-Thinking',
|
|
247
|
+
'Qwen/Qwen3-VL-8B-Instruct',
|
|
248
|
+
'Qwen/Qwen3.5-122B-A10B',
|
|
249
|
+
'Qwen/Qwen3.5-27B',
|
|
250
|
+
'Qwen/Qwen3.5-35B-A3B',
|
|
251
|
+
'Qwen/Qwen3.5-397B-A17B',
|
|
252
|
+
'Qwen/Qwen3.5-9B',
|
|
253
|
+
'deepseek-ai/DeepSeek-Prover-V2-671B',
|
|
254
|
+
'deepseek-ai/DeepSeek-R1',
|
|
255
|
+
'deepseek-ai/DeepSeek-R1-0528',
|
|
256
|
+
'deepseek-ai/DeepSeek-R1-Distill-Llama-70B',
|
|
257
|
+
'deepseek-ai/DeepSeek-R1-Distill-Llama-8B',
|
|
258
|
+
'deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B',
|
|
259
|
+
'deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
|
|
260
|
+
'deepseek-ai/DeepSeek-R1-Distill-Qwen-7B',
|
|
261
|
+
'deepseek-ai/DeepSeek-V3',
|
|
262
|
+
'deepseek-ai/DeepSeek-V3-0324',
|
|
263
|
+
'deepseek-ai/DeepSeek-V3.1',
|
|
264
|
+
'deepseek-ai/DeepSeek-V3.1-Terminus',
|
|
265
|
+
'deepseek-ai/DeepSeek-V3.2',
|
|
266
|
+
'deepseek-ai/DeepSeek-V3.2-Exp',
|
|
267
|
+
'zai-org/AutoGLM-Phone-9B-Multilingual',
|
|
268
|
+
'zai-org/GLM-4-32B-0414',
|
|
269
|
+
'zai-org/GLM-4.5',
|
|
270
|
+
'zai-org/GLM-4.5-Air',
|
|
271
|
+
'zai-org/GLM-4.5-Air-FP8',
|
|
272
|
+
'zai-org/GLM-4.5V',
|
|
273
|
+
'zai-org/GLM-4.5V-FP8',
|
|
274
|
+
'zai-org/GLM-4.6',
|
|
275
|
+
'zai-org/GLM-4.6-FP8',
|
|
276
|
+
'zai-org/GLM-4.6V',
|
|
277
|
+
'zai-org/GLM-4.6V-FP8',
|
|
278
|
+
'zai-org/GLM-4.6V-Flash',
|
|
279
|
+
'zai-org/GLM-4.7',
|
|
280
|
+
'zai-org/GLM-4.7-FP8',
|
|
281
|
+
'zai-org/GLM-4.7-Flash',
|
|
282
|
+
'zai-org/GLM-5',
|
|
283
|
+
'meta-llama/Llama-3.1-70B-Instruct',
|
|
284
|
+
'meta-llama/Llama-3.1-8B-Instruct',
|
|
285
|
+
'meta-llama/Llama-3.2-1B-Instruct',
|
|
286
|
+
'meta-llama/Llama-3.3-70B-Instruct',
|
|
287
|
+
'meta-llama/Llama-4-Maverick-17B-128E-Instruct',
|
|
288
|
+
'meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8',
|
|
289
|
+
'meta-llama/Llama-4-Scout-17B-16E-Instruct',
|
|
290
|
+
'meta-llama/Meta-Llama-3-70B-Instruct',
|
|
291
|
+
'meta-llama/Meta-Llama-3-8B-Instruct',
|
|
292
|
+
'CohereLabs/aya-expanse-32b',
|
|
293
|
+
'CohereLabs/aya-vision-32b',
|
|
294
|
+
'CohereLabs/c4ai-command-a-03-2025',
|
|
295
|
+
'CohereLabs/c4ai-command-r-08-2024',
|
|
296
|
+
'CohereLabs/c4ai-command-r7b-12-2024',
|
|
297
|
+
'CohereLabs/c4ai-command-r7b-arabic-02-2025',
|
|
298
|
+
'CohereLabs/command-a-reasoning-08-2025',
|
|
299
|
+
'CohereLabs/command-a-translate-08-2025',
|
|
300
|
+
'CohereLabs/command-a-vision-07-2025',
|
|
301
|
+
'CohereLabs/tiny-aya-earth',
|
|
302
|
+
'CohereLabs/tiny-aya-fire',
|
|
303
|
+
'CohereLabs/tiny-aya-global',
|
|
304
|
+
'CohereLabs/tiny-aya-water',
|
|
305
|
+
'moonshotai/Kimi-K2-Instruct',
|
|
306
|
+
'moonshotai/Kimi-K2-Instruct-0905',
|
|
307
|
+
'moonshotai/Kimi-K2-Thinking',
|
|
308
|
+
'moonshotai/Kimi-K2.5',
|
|
309
|
+
'MiniMaxAI/MiniMax-M1-80k',
|
|
310
|
+
'MiniMaxAI/MiniMax-M2',
|
|
311
|
+
'MiniMaxAI/MiniMax-M2.1',
|
|
312
|
+
'MiniMaxAI/MiniMax-M2.5',
|
|
313
|
+
'google/gemma-3-27b-it',
|
|
314
|
+
'google/gemma-3n-E4B-it',
|
|
315
|
+
'openai/gpt-oss-120b',
|
|
316
|
+
'openai/gpt-oss-20b',
|
|
317
|
+
'openai/gpt-oss-safeguard-20b',
|
|
318
|
+
'XiaomiMiMo/MiMo-V2-Flash',
|
|
319
|
+
'deepcogito/cogito-671b-v2.1',
|
|
320
|
+
'deepcogito/cogito-671b-v2.1-FP8',
|
|
321
|
+
'baidu/ERNIE-4.5-21B-A3B-PT',
|
|
322
|
+
'baidu/ERNIE-4.5-300B-A47B-Base-PT',
|
|
323
|
+
'baidu/ERNIE-4.5-VL-28B-A3B-PT',
|
|
324
|
+
'baidu/ERNIE-4.5-VL-424B-A47B-Base-PT',
|
|
325
|
+
'allenai/Olmo-3-7B-Instruct',
|
|
326
|
+
'allenai/Olmo-3.1-32B-Instruct',
|
|
327
|
+
'allenai/Olmo-3.1-32B-Think',
|
|
328
|
+
'EssentialAI/rnj-1-instruct',
|
|
329
|
+
'NousResearch/Hermes-2-Pro-Llama-3-8B',
|
|
330
|
+
'Sao10K/L3-70B-Euryale-v2.1',
|
|
331
|
+
'Sao10K/L3-8B-Lunaris-v1',
|
|
332
|
+
'Sao10K/L3-8B-Stheno-v3.2',
|
|
333
|
+
'ServiceNow-AI/Apriel-1.6-15b-Thinker',
|
|
334
|
+
'aisingapore/Gemma-SEA-LION-v4-27B-IT',
|
|
335
|
+
'aisingapore/Qwen-SEA-LION-v4-32B-IT',
|
|
336
|
+
'alpindale/WizardLM-2-8x22B',
|
|
337
|
+
'dicta-il/DictaLM-3.0-24B-Thinking',
|
|
338
|
+
'katanemo/Arch-Router-1.5B',
|
|
339
|
+
'swiss-ai/Apertus-70B-Instruct-2509',
|
|
340
|
+
'swiss-ai/Apertus-8B-Instruct-2509',
|
|
341
|
+
'tokyotech-llm/Llama-3.3-Swallow-70B-Instruct-v0.4',
|
|
342
|
+
'utter-project/EuroLLM-22B-Instruct-2512',
|
|
343
|
+
],
|
|
344
|
+
reasoningFormat: 'none',
|
|
345
|
+
authEnvVars: ['HF_API_KEY', 'HUGGINGFACE_API_KEY', 'HF_TOKEN'],
|
|
346
|
+
serviceNames: ['huggingface'],
|
|
347
|
+
}));
|
|
348
|
+
registry.register(new OpenAICompatProvider({
|
|
349
|
+
name: 'nvidia',
|
|
350
|
+
baseURL: 'https://integrate.api.nvidia.com/v1',
|
|
351
|
+
apiKey: apiKey('nvidia'),
|
|
352
|
+
defaultModel: 'deepseek-ai/deepseek-v3.2',
|
|
353
|
+
models: [
|
|
354
|
+
'deepseek-ai/deepseek-v3.2',
|
|
355
|
+
'deepseek-ai/deepseek-v3.1',
|
|
356
|
+
'deepseek-ai/deepseek-v3.1-terminus',
|
|
357
|
+
'deepseek-ai/deepseek-r1-distill-qwen-32b',
|
|
358
|
+
'deepseek-ai/deepseek-r1-distill-qwen-14b',
|
|
359
|
+
'deepseek-ai/deepseek-r1-distill-qwen-7b',
|
|
360
|
+
'deepseek-ai/deepseek-r1-distill-llama-8b',
|
|
361
|
+
'deepseek-ai/deepseek-coder-6.7b-instruct',
|
|
362
|
+
'nvidia/llama-3.1-nemotron-ultra-253b-v1',
|
|
363
|
+
'nvidia/nemotron-3-super-120b-a12b',
|
|
364
|
+
'nvidia/nemotron-4-340b-instruct',
|
|
365
|
+
'nvidia/llama-3.3-nemotron-super-49b-v1.5',
|
|
366
|
+
'nvidia/llama-3.3-nemotron-super-49b-v1',
|
|
367
|
+
'nvidia/llama-3.1-nemotron-70b-instruct',
|
|
368
|
+
'nvidia/llama-3.1-nemotron-51b-instruct',
|
|
369
|
+
'nvidia/nemotron-3-nano-30b-a3b',
|
|
370
|
+
'nvidia/nemotron-nano-3-30b-a3b',
|
|
371
|
+
'nvidia/nemotron-nano-12b-v2-vl',
|
|
372
|
+
'nvidia/nvidia-nemotron-nano-9b-v2',
|
|
373
|
+
'nvidia/llama-3.1-nemotron-nano-8b-v1',
|
|
374
|
+
'nvidia/llama-3.1-nemotron-nano-vl-8b-v1',
|
|
375
|
+
'nvidia/llama-3.1-nemotron-nano-4b-v1.1',
|
|
376
|
+
'nvidia/nemotron-mini-4b-instruct',
|
|
377
|
+
'nvidia/nemotron-4-mini-hindi-4b-instruct',
|
|
378
|
+
'nvidia/usdcode-llama-3.1-70b-instruct',
|
|
379
|
+
'nvidia/llama3-chatqa-1.5-70b',
|
|
380
|
+
'nvidia/llama3-chatqa-1.5-8b',
|
|
381
|
+
'nvidia/mistral-nemo-minitron-8b-8k-instruct',
|
|
382
|
+
'nvidia/cosmos-reason2-8b',
|
|
383
|
+
'meta/llama-3.1-405b-instruct',
|
|
384
|
+
'meta/llama-3.2-90b-vision-instruct',
|
|
385
|
+
'meta/llama-3.3-70b-instruct',
|
|
386
|
+
'meta/llama-3.1-70b-instruct',
|
|
387
|
+
'meta/llama3-70b-instruct',
|
|
388
|
+
'meta/llama2-70b',
|
|
389
|
+
'meta/codellama-70b',
|
|
390
|
+
'meta/llama-4-maverick-17b-128e-instruct',
|
|
391
|
+
'meta/llama-4-scout-17b-16e-instruct',
|
|
392
|
+
'meta/llama-3.2-11b-vision-instruct',
|
|
393
|
+
'meta/llama-3.1-8b-instruct',
|
|
394
|
+
'meta/llama3-8b-instruct',
|
|
395
|
+
'meta/llama-3.2-3b-instruct',
|
|
396
|
+
'meta/llama-3.2-1b-instruct',
|
|
397
|
+
'qwen/qwen3.5-397b-a17b',
|
|
398
|
+
'qwen/qwen3-coder-480b-a35b-instruct',
|
|
399
|
+
'qwen/qwen3.5-122b-a10b',
|
|
400
|
+
'qwen/qwen3-next-80b-a3b-instruct',
|
|
401
|
+
'qwen/qwen3-next-80b-a3b-thinking',
|
|
402
|
+
'qwen/qwq-32b',
|
|
403
|
+
'qwen/qwen2.5-coder-32b-instruct',
|
|
404
|
+
'qwen/qwen2.5-coder-7b-instruct',
|
|
405
|
+
'qwen/qwen2.5-7b-instruct',
|
|
406
|
+
'qwen/qwen2-7b-instruct',
|
|
407
|
+
'moonshotai/kimi-k2.5',
|
|
408
|
+
'moonshotai/kimi-k2-thinking',
|
|
409
|
+
'moonshotai/kimi-k2-instruct',
|
|
410
|
+
'moonshotai/kimi-k2-instruct-0905',
|
|
411
|
+
'mistralai/mistral-large-3-675b-instruct-2512',
|
|
412
|
+
'mistralai/mistral-large-2-instruct',
|
|
413
|
+
'mistralai/mistral-large',
|
|
414
|
+
'mistralai/mistral-medium-3-instruct',
|
|
415
|
+
'mistralai/mistral-small-4-119b-2603',
|
|
416
|
+
'mistralai/mistral-small-3.1-24b-instruct-2503',
|
|
417
|
+
'mistralai/mistral-small-24b-instruct',
|
|
418
|
+
'mistralai/mistral-nemotron',
|
|
419
|
+
'mistralai/magistral-small-2506',
|
|
420
|
+
'mistralai/devstral-2-123b-instruct-2512',
|
|
421
|
+
'mistralai/codestral-22b-instruct-v0.1',
|
|
422
|
+
'mistralai/mamba-codestral-7b-v0.1',
|
|
423
|
+
'mistralai/mathstral-7b-v0.1',
|
|
424
|
+
'mistralai/ministral-14b-instruct-2512',
|
|
425
|
+
'mistralai/mistral-7b-instruct-v0.3',
|
|
426
|
+
'mistralai/mistral-7b-instruct-v0.2',
|
|
427
|
+
'mistralai/mixtral-8x22b-instruct-v0.1',
|
|
428
|
+
'mistralai/mixtral-8x7b-instruct-v0.1',
|
|
429
|
+
'google/gemma-3-27b-it',
|
|
430
|
+
'google/gemma-3-12b-it',
|
|
431
|
+
'google/gemma-3-4b-it',
|
|
432
|
+
'google/gemma-3-1b-it',
|
|
433
|
+
'google/gemma-3n-e4b-it',
|
|
434
|
+
'google/gemma-3n-e2b-it',
|
|
435
|
+
'google/gemma-2-27b-it',
|
|
436
|
+
'google/gemma-2-9b-it',
|
|
437
|
+
'google/gemma-2-2b-it',
|
|
438
|
+
'google/codegemma-1.1-7b',
|
|
439
|
+
'google/codegemma-7b',
|
|
440
|
+
'microsoft/phi-4-multimodal-instruct',
|
|
441
|
+
'microsoft/phi-4-mini-instruct',
|
|
442
|
+
'microsoft/phi-4-mini-flash-reasoning',
|
|
443
|
+
'microsoft/phi-3.5-moe-instruct',
|
|
444
|
+
'microsoft/phi-3.5-vision-instruct',
|
|
445
|
+
'microsoft/phi-3.5-mini-instruct',
|
|
446
|
+
'microsoft/phi-3-medium-128k-instruct',
|
|
447
|
+
'microsoft/phi-3-medium-4k-instruct',
|
|
448
|
+
'microsoft/phi-3-small-128k-instruct',
|
|
449
|
+
'microsoft/phi-3-small-8k-instruct',
|
|
450
|
+
'microsoft/phi-3-mini-128k-instruct',
|
|
451
|
+
'microsoft/phi-3-mini-4k-instruct',
|
|
452
|
+
'microsoft/phi-3-vision-128k-instruct',
|
|
453
|
+
'openai/gpt-oss-120b',
|
|
454
|
+
'openai/gpt-oss-20b',
|
|
455
|
+
'ibm/granite-34b-code-instruct',
|
|
456
|
+
'ibm/granite-3.3-8b-instruct',
|
|
457
|
+
'ibm/granite-3.0-8b-instruct',
|
|
458
|
+
'ibm/granite-3.0-3b-a800m-instruct',
|
|
459
|
+
'ibm/granite-8b-code-instruct',
|
|
460
|
+
'z-ai/glm5',
|
|
461
|
+
'z-ai/glm4.7',
|
|
462
|
+
'minimaxai/minimax-m2.5',
|
|
463
|
+
'bytedance/seed-oss-36b-instruct',
|
|
464
|
+
'stepfun-ai/step-3.5-flash',
|
|
465
|
+
'writer/palmyra-creative-122b',
|
|
466
|
+
'writer/palmyra-fin-70b-32k',
|
|
467
|
+
'writer/palmyra-med-70b',
|
|
468
|
+
'writer/palmyra-med-70b-32k',
|
|
469
|
+
],
|
|
470
|
+
reasoningFormat: 'none',
|
|
471
|
+
authEnvVars: ['NVIDIA_API_KEY'],
|
|
472
|
+
serviceNames: ['nvidia'],
|
|
473
|
+
}));
|
|
474
|
+
registry.register(new OpenAICompatProvider({
|
|
475
|
+
name: 'llm7',
|
|
476
|
+
baseURL: 'https://api.llm7.io/v1',
|
|
477
|
+
apiKey: apiKey('llm7'),
|
|
478
|
+
defaultModel: 'codestral-latest',
|
|
479
|
+
models: [
|
|
480
|
+
'GLM-4.6V-Flash',
|
|
481
|
+
'codestral-latest',
|
|
482
|
+
'gpt-oss-20b',
|
|
483
|
+
'meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo',
|
|
484
|
+
'ministral-8b-2512',
|
|
485
|
+
],
|
|
486
|
+
reasoningFormat: 'none',
|
|
487
|
+
authEnvVars: ['LLM7_API_KEY'],
|
|
488
|
+
serviceNames: ['llm7'],
|
|
489
|
+
}));
|
|
490
|
+
for (const definition of BUILTIN_COMPAT_PROVIDERS) {
|
|
491
|
+
if (hasProvider(definition.id))
|
|
492
|
+
continue;
|
|
493
|
+
const resolvedKey = apiKey(definition.id);
|
|
494
|
+
registry.register(createBuiltinCompatProvider(definition, resolvedKey, options));
|
|
495
|
+
}
|
|
496
|
+
registry.register(new AmazonBedrockProvider());
|
|
497
|
+
registry.register(new AmazonBedrockMantleProvider());
|
|
498
|
+
registry.register(new AnthropicVertexProvider());
|
|
499
|
+
registry.register(new GitHubCopilotProvider({
|
|
500
|
+
tokenCachePath: options.githubCopilotTokenCachePath,
|
|
501
|
+
}));
|
|
502
|
+
// Synthetic failover provider — must be after all backends.
|
|
503
|
+
// Stage 3: catalog-driven SyntheticProvider manages its own backend lists.
|
|
504
|
+
registry.register(new SyntheticProvider({
|
|
505
|
+
resolveProvider: options.resolveProvider,
|
|
506
|
+
getCatalogModels: options.getCatalogModels,
|
|
507
|
+
getBenchmarks: options.getBenchmarks,
|
|
508
|
+
runtimeBus: options.runtimeBus,
|
|
509
|
+
}));
|
|
510
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cache Strategy Planner — uses the helper model (or main model) to optimize
|
|
3
|
+
* cache breakpoint placement for explicit-caching providers.
|
|
4
|
+
*
|
|
5
|
+
* Two modes:
|
|
6
|
+
* 1. Heuristic (default): Uses getDefaultStrategy() from cache-strategy.ts
|
|
7
|
+
* 2. LLM-assisted: Sends context to the helper model for optimized strategy
|
|
8
|
+
*
|
|
9
|
+
* The planner runs:
|
|
10
|
+
* - Once at session start (first turn)
|
|
11
|
+
* - Every N turns (configurable, default 10)
|
|
12
|
+
* - When cache hit rate drops below threshold
|
|
13
|
+
*/
|
|
14
|
+
import type { CacheStrategy, CacheContext, CacheHitTracker } from '@pellux/goodvibes-sdk/platform/providers/cache-strategy';
|
|
15
|
+
import type { ConfigManager } from '../config/manager.js';
|
|
16
|
+
import type { HelperModel } from '../config/helper-model.js';
|
|
17
|
+
/** Result of a strategy planning run. */
|
|
18
|
+
export interface PlanResult {
|
|
19
|
+
strategy: CacheStrategy;
|
|
20
|
+
source: 'heuristic' | 'helper' | 'cached';
|
|
21
|
+
planTimeMs: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* CachePlanner — manages cache strategy lifecycle.
|
|
25
|
+
*
|
|
26
|
+
* Caches the current strategy and refreshes it based on
|
|
27
|
+
* turn count and hit rate thresholds.
|
|
28
|
+
*/
|
|
29
|
+
export declare class CachePlanner {
|
|
30
|
+
private readonly configManager;
|
|
31
|
+
private readonly helperModel;
|
|
32
|
+
private currentStrategy;
|
|
33
|
+
private lastPlanTurn;
|
|
34
|
+
private turnsSinceLastPlan;
|
|
35
|
+
private readonly cacheHitTracker;
|
|
36
|
+
constructor(configManager: Pick<ConfigManager, 'get'>, helperModel: Pick<HelperModel, 'chat'>, cacheHitTracker: Pick<CacheHitTracker, 'getMetrics'>);
|
|
37
|
+
/**
|
|
38
|
+
* Get the current cache strategy, planning a new one if needed.
|
|
39
|
+
*
|
|
40
|
+
* Triggers re-planning when:
|
|
41
|
+
* - No strategy exists yet (first call)
|
|
42
|
+
* - refreshAfterTurns threshold reached
|
|
43
|
+
* - Cache hit rate dropped below warning threshold
|
|
44
|
+
*/
|
|
45
|
+
getStrategy(context: CacheContext): Promise<PlanResult>;
|
|
46
|
+
/** Check if strategy needs refresh. */
|
|
47
|
+
private shouldRefresh;
|
|
48
|
+
/**
|
|
49
|
+
* Use the helper model to plan an optimized cache strategy.
|
|
50
|
+
* Returns null if the helper can't produce a valid strategy.
|
|
51
|
+
*/
|
|
52
|
+
private planWithHelper;
|
|
53
|
+
/** Build the prompt for the helper model. */
|
|
54
|
+
private buildHelperPrompt;
|
|
55
|
+
/** Force a strategy refresh on the next getStrategy() call. */
|
|
56
|
+
invalidate(): void;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=cache-planner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cache-planner.d.ts","sourceRoot":"","sources":["../../../../src/_internal/platform/providers/cache-planner.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EACV,aAAa,EACb,YAAY,EAEZ,eAAe,EAChB,MAAM,yDAAyD,CAAC;AAIjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAI7D,yCAAyC;AACzC,MAAM,WAAW,UAAU;IACzB,QAAQ,EAAE,aAAa,CAAC;IACxB,MAAM,EAAE,WAAW,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC1C,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,qBAAa,YAAY;IAOrB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAP9B,OAAO,CAAC,eAAe,CAA8B;IACrD,OAAO,CAAC,YAAY,CAAK;IACzB,OAAO,CAAC,kBAAkB,CAAK;IAC/B,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAsC;gBAGnD,aAAa,EAAE,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC,EACzC,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,EACvD,eAAe,EAAE,IAAI,CAAC,eAAe,EAAE,YAAY,CAAC;IAKtD;;;;;;;OAOG;IACG,WAAW,CAAC,OAAO,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC;IAoD7D,uCAAuC;IACvC,OAAO,CAAC,aAAa;IAyBrB;;;OAGG;YACW,cAAc;IA2E5B,6CAA6C;IAC7C,OAAO,CAAC,iBAAiB;IA+BzB,+DAA+D;IAC/D,UAAU,IAAI,IAAI;CAInB"}
|