@treeseed/sdk 0.13.0-rc.6 → 0.13.0-rc.8
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/accounts/account-contracts.d.ts +1 -1
- package/dist/agent-capacity/authority/assignment-authority-probe.d.ts +2 -2
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +108 -108
- package/dist/agent-capacity/validation/agent-lab-forensics-schema.d.ts +1 -1
- package/dist/ai-appliance/contracts.d.ts +2 -2
- package/dist/ai-appliance/contracts.js +2 -2
- package/dist/ai-appliance/validation.js +1 -1
- package/dist/capacity-provider/client.d.ts +2 -2
- package/dist/capacity-provider/client.js +4 -4
- package/dist/capacity-provider/contracts/governance.d.ts +6 -6
- package/dist/capacity-provider/validation.js +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +64 -64
- package/dist/content/validation/auxiliary-content-schemas.d.ts +46 -46
- package/dist/content/validation/auxiliary-content-schemas.js +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +426 -426
- package/dist/content/validation/portable-content-data.d.ts +60 -60
- package/dist/db/index.d.ts +0 -1
- package/dist/db/index.js +0 -1
- package/dist/entrypoints/clients/control-plane-client.d.ts +60 -0
- package/dist/entrypoints/clients/control-plane-client.js +134 -4
- package/dist/entrypoints/models/sdk-types.d.ts +1 -7
- package/dist/entrypoints/models/sdk-types.js +1 -7
- package/dist/guarantees/contracts/parse-agent-guarantee-proof.js +1 -1
- package/dist/guarantees/index/run-verifier-command.d.ts +1 -1
- package/dist/index/operations-and-workflows.d.ts +0 -1
- package/dist/index/operations-and-workflows.js +0 -36
- package/dist/index/platform-and-hosting.d.ts +1 -2
- package/dist/index/platform-and-hosting.js +23 -45
- package/dist/index/public-contracts.d.ts +0 -3
- package/dist/index/public-contracts.js +0 -3
- package/dist/index/templates-and-catalog.d.ts +1 -1
- package/dist/index/templates-and-catalog.js +1 -1
- package/dist/local-dev/managed-dev-process-spec.js +0 -1
- package/dist/operations/providers/default/preflight-operation.d.ts +6 -6
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.d.ts +2 -0
- package/dist/operations/services/config-runtime/configuration/create-default-machine-config.js +2 -0
- package/dist/operations/services/config-runtime/configuration/list-relevant-config-entries.js +1 -1
- package/dist/operations/services/config-runtime/support/resolve-entry-value-from-buckets.js +1 -1
- package/dist/operations/services/config-runtime/support/rotate-machine-key-passphrase.d.ts +4 -0
- package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.d.ts → templates/catalog/template-catalog-settings.d.ts} +1 -0
- package/dist/operations/services/configuration/config-runtime.d.ts +1 -1
- package/dist/operations/services/configuration/config-runtime.js +1 -1
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.d.ts +2 -2
- package/dist/operations/services/deploy/accounts/local-runtime-auth-env-keys.js +3 -3
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.d.ts +0 -1
- package/dist/operations/services/deploy/hosting/assert-cloudflare-cache-purge-succeeded.js +1 -6
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.d.ts +0 -2
- package/dist/operations/services/deploy/hosting/configured-surface-hosts.js +1 -3
- package/dist/operations/services/deploy/hosting/load-deploy-state.js +2 -2
- package/dist/operations/services/deploy/support/default-compatibility-date.d.ts +0 -1
- package/dist/operations/services/deploy/support/default-compatibility-date.js +0 -2
- package/dist/operations/services/github-actions-verification/git-hub-actions-workflow-state.d.ts +1 -1
- package/dist/operations/services/hosting/audit/managed-host-security.js +0 -1
- package/dist/operations/services/hosting-audit/hosting-audit-environment.d.ts +2 -2
- package/dist/operations/services/key-agent/read-legacy-project-machine-key.d.ts +1 -1
- package/dist/operations/services/template-registry/sync-managed-package-json.d.ts +3 -3
- package/dist/operations/services/template-registry/template-categories.d.ts +1 -1
- package/dist/operations/services/template-registry/validate-template-placeholders.js +1 -1
- package/dist/platform/deploy-config/deploy-config-field-aliases.d.ts +2 -2
- package/dist/platform/deploy-config/deploy-config-field-aliases.js +3 -3
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.d.ts +2 -2
- package/dist/platform/deploy-config/normalize-planes-from-legacy-hosting.js +5 -5
- package/dist/platform/deploy-config/parse-deploy-config.js +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.d.ts +2 -4
- package/dist/platform/deploy-config/parse-platform-connections.js +4 -25
- package/dist/platform/desired-state/desired-environment.d.ts +1 -1
- package/dist/platform/env.yaml +2 -199
- package/dist/platform/environment/environment-scopes.d.ts +1 -2
- package/dist/platform/environment/environment-scopes.js +0 -2
- package/dist/platform/environment/resolve-content-bucket-binding.d.ts +1 -4
- package/dist/platform/environment/resolve-content-bucket-binding.js +1 -16
- package/dist/platform/packages/published-content-pipeline.d.ts +1 -1
- package/dist/platform/packages/published-content-pipeline.js +1 -1
- package/dist/platform/published-content/published-content-manifest-schema-version.d.ts +2 -2
- package/dist/platform/published-content/runtime/build-runtime-publication.js +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.d.ts +1 -1
- package/dist/platform/published-content-pipeline/default-artifact-builder.js +2 -2
- package/dist/platform/published-content-pipeline/list-markdown-files.d.ts +1 -1
- package/dist/platform/published-content-pipeline/list-markdown-files.js +1 -1
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.d.ts → resolve-publication-access-mode.d.ts} +3 -2
- package/dist/platform/published-content-pipeline/{resolve-commerce-offer-mode.js → resolve-publication-access-mode.js} +4 -4
- package/dist/platform/support/contracts.d.ts +4 -11
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.d.ts +1 -2
- package/dist/reconcile/builtin-adapters/capacity/providers/capacity-provider-variables-for-service.js +3 -18
- package/dist/reconcile/builtin-adapters/hosting/observe-railway-unit.js +1 -10
- package/dist/reconcile/index.d.ts +0 -2
- package/dist/reconcile/index.js +0 -2
- package/dist/reconcile/seeds/local-seed-bootstrap-adapter.js +2 -18
- package/dist/scenes/accounts/auth.js +5 -5
- package/dist/scenes/index.d.ts +0 -8
- package/dist/scenes/index.js +0 -50
- package/dist/scenes/runner/run-scene.js +1 -26
- package/dist/scenes/seeds/seed.js +7 -8
- package/dist/scenes/support/execution/base-url.js +1 -1
- package/dist/scenes/visual-audit/run-scene-visual-audit.js +3 -21
- package/dist/scenes/visual-audit/split-diagnostics.js +1 -1
- package/dist/scripts/verification/check-file-architecture.js +0 -3
- package/dist/sdk/support/messages/dispatch.js +3 -3
- package/dist/sdk-types/configuration/sdk-dispatch-credential-source.d.ts +1 -1
- package/dist/sdk-types/{commerce/catalog/upsert-catalog-item-request.d.ts → control-plane/resource-requests.d.ts} +4 -4
- package/dist/sdk-types/support/platform-contracts.d.ts +3 -7
- package/dist/sdk-types/support/platform-contracts.js +2 -22
- package/dist/seeds/index.d.ts +0 -5
- package/dist/seeds/index.js +0 -8
- package/dist/seeds/schema/resource-buckets.d.ts +1 -1
- package/dist/{commerce/catalog → templates}/template-catalog.d.ts +1 -1
- package/dist/treeseed/template-catalog/catalog.fixture.json +1 -1
- package/dist/workflow/operations/configuration/workflow-config.d.ts +2 -2
- package/dist/workflow/operations/configuration/workflow-config.js +1 -1
- package/dist/workflow/operations/coordination/workflow-ci.js +1 -1
- package/dist/workflow/operations/coordination/workflow-destroy.js +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.d.ts +1 -1
- package/dist/workflow/operations/guarantees/workflow-proof.js +2 -2
- package/dist/workflow/operations/packages/collect-published-release-artifact-checks.js +1 -1
- package/dist/workflow/operations/packages/collect-release-plan-blockers.js +1 -1
- package/dist/workflow/operations/packages/normalize-release-candidate-mode.js +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.d.ts +1 -1
- package/dist/workflow/operations/packages/prepare-fresh-release-run.js +1 -1
- package/dist/workflow/operations/packages/release-admin-message.d.ts +1 -1
- package/dist/workflow/operations/packages/release-admin-message.js +1 -1
- package/dist/workflow/operations/reconciliation/reconcile-save-hosted-environment.js +1 -1
- package/dist/workflow/operations/reconciliation/run-release-gate-reconcile-facade.js +1 -1
- package/dist/workflow/operations/recovery/fail-workflow-run.js +1 -1
- package/dist/workflow/operations/recovery/workflow-resume.js +1 -1
- package/dist/workflow/operations/release/workflow-release.js +2 -2
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.d.ts +1 -0
- package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.d.ts +1 -0
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.d.ts +1 -1
- package/dist/workflow/operations/repositories/gates-for-saved-repository-reports.js +1 -1
- package/dist/workflow/operations/support/create-repo-report.d.ts +1 -1
- package/dist/workflow/operations/support/create-repo-report.js +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.d.ts +1 -1
- package/dist/workflow/operations/support/sync-current-branch-to-origin.js +1 -1
- package/dist/workflow/operations/support/update-ahead-behind.js +1 -1
- package/dist/workflow/operations/support/workflow-helpers.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-close.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-save.js +2 -2
- package/dist/workflow/operations/workspace-lifecycle/workflow-stage.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-switch.js +1 -1
- package/dist/workflow/operations/workspace-lifecycle/workflow-update.js +1 -1
- package/dist/workflow/operations.d.ts +2 -2
- package/dist/workflow/operations.js +2 -2
- package/dist/workflow-state/readiness-for-environment.d.ts +1 -0
- package/dist/workflow-state/resolve-workflow-state.js +1 -1
- package/package.json +3 -40
- package/dist/api/auth/d1-database.d.ts +0 -3
- package/dist/api/auth/d1-database.js +0 -20
- package/dist/api/auth/d1-provider.d.ts +0 -54
- package/dist/api/auth/d1-provider.js +0 -95
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/identity/can-adopt-username-match.js +0 -13
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/ensure-auth-schema.js +0 -14
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-username.js +0 -6
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/identity/load-user-by-verified-email.js +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/sessions/authenticate-service.js +0 -34
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.d.ts +0 -7
- package/dist/api/auth/d1-store/accounts/sessions/issue-user-session.js +0 -69
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.d.ts +0 -6
- package/dist/api/auth/d1-store/accounts/tokens/authenticate-bearer-token.js +0 -42
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.d.ts +0 -12
- package/dist/api/auth/d1-store/accounts/tokens/create-personal-access-token.js +0 -36
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/list-personal-access-tokens.js +0 -10
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.d.ts +0 -3
- package/dist/api/auth/d1-store/accounts/tokens/refresh-access-token.js +0 -46
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.d.ts +0 -2
- package/dist/api/auth/d1-store/accounts/tokens/revoke-personal-access-token.js +0 -15
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.d.ts +0 -2
- package/dist/api/auth/d1-store/capacity/providers/load-identity-by-provider.js +0 -6
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.d.ts +0 -2
- package/dist/api/auth/d1-store/commerce/catalog/seed-catalog.js +0 -27
- package/dist/api/auth/d1-store/configuration/create-service-credential.d.ts +0 -7
- package/dist/api/auth/d1-store/configuration/create-service-credential.js +0 -10
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.d.ts +0 -2
- package/dist/api/auth/d1-store/configuration/rotate-service-credential.js +0 -17
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.d.ts +0 -8
- package/dist/api/auth/d1-store/configuration/upsert-service-credential.js +0 -20
- package/dist/api/auth/d1-store/methods.d.ts +0 -40
- package/dist/api/auth/d1-store/methods.js +0 -82
- package/dist/api/auth/d1-store/runtime/approve-device-flow.d.ts +0 -5
- package/dist/api/auth/d1-store/runtime/approve-device-flow.js +0 -27
- package/dist/api/auth/d1-store/runtime/poll-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/poll-device-flow.js +0 -71
- package/dist/api/auth/d1-store/runtime/start-device-flow.d.ts +0 -3
- package/dist/api/auth/d1-store/runtime/start-device-flow.js +0 -34
- package/dist/api/auth/d1-store/seeds/seed-configured-services.d.ts +0 -2
- package/dist/api/auth/d1-store/seeds/seed-configured-services.js +0 -14
- package/dist/api/auth/d1-store/support/audit/write-audit-event.d.ts +0 -9
- package/dist/api/auth/d1-store/support/audit/write-audit-event.js +0 -18
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.d.ts +0 -2
- package/dist/api/auth/d1-store/support/lifecycle/ensure-initialized.js +0 -9
- package/dist/api/auth/d1-store/support/principals/create-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/create-user.js +0 -30
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.d.ts +0 -10
- package/dist/api/auth/d1-store/support/principals/exchange-trusted-user-assertion.js +0 -50
- package/dist/api/auth/d1-store/support/principals/load-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/load-user.js +0 -6
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/permissions-for-user.js +0 -11
- package/dist/api/auth/d1-store/support/principals/principal-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/principal-for-user.js +0 -27
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.d.ts +0 -2
- package/dist/api/auth/d1-store/support/principals/scopes-for-principal.js +0 -13
- package/dist/api/auth/d1-store/support/principals/sync-user.d.ts +0 -7
- package/dist/api/auth/d1-store/support/principals/sync-user.js +0 -96
- package/dist/api/auth/d1-store/support/principals/user-metadata.d.ts +0 -9
- package/dist/api/auth/d1-store/support/principals/user-metadata.js +0 -13
- package/dist/api/auth/d1-store/support/queries/execute-statement.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/execute-statement.js +0 -6
- package/dist/api/auth/d1-store/support/queries/query-all.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-all.js +0 -7
- package/dist/api/auth/d1-store/support/queries/query-first.d.ts +0 -2
- package/dist/api/auth/d1-store/support/queries/query-first.js +0 -6
- package/dist/api/auth/d1-store/teams/assign-role.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/assign-role.js +0 -12
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.d.ts +0 -3
- package/dist/api/auth/d1-store/teams/bootstrap-roles-for-user.js +0 -22
- package/dist/api/auth/d1-store/teams/permissions-for-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/permissions-for-roles.js +0 -15
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/reconcile-bootstrap-admins.js +0 -34
- package/dist/api/auth/d1-store/teams/replace-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/replace-roles.js +0 -9
- package/dist/api/auth/d1-store/teams/roles-for-user.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/roles-for-user.js +0 -10
- package/dist/api/auth/d1-store/teams/set-user-roles.d.ts +0 -2
- package/dist/api/auth/d1-store/teams/set-user-roles.js +0 -25
- package/dist/api/auth/d1-store.d.ts +0 -133
- package/dist/api/auth/d1-store.js +0 -225
- package/dist/api/auth/memory-provider.d.ts +0 -82
- package/dist/api/auth/memory-provider.js +0 -297
- package/dist/api/auth/rbac.d.ts +0 -27
- package/dist/api/auth/rbac.js +0 -171
- package/dist/api/auth/tokens.d.ts +0 -18
- package/dist/api/auth/tokens.js +0 -56
- package/dist/api/auth/trusted-assertion.d.ts +0 -10
- package/dist/api/auth/trusted-assertion.js +0 -19
- package/dist/api/capacity/providers/providers.d.ts +0 -2
- package/dist/api/capacity/providers/providers.js +0 -69
- package/dist/api/configuration/config.d.ts +0 -4
- package/dist/api/configuration/config.js +0 -149
- package/dist/api/hosting/railway.d.ts +0 -53
- package/dist/api/hosting/railway.js +0 -71
- package/dist/api/index.d.ts +0 -13
- package/dist/api/index.js +0 -33
- package/dist/api/operations/operations-routes.d.ts +0 -11
- package/dist/api/operations/operations-routes.js +0 -39
- package/dist/api/operations/operations.d.ts +0 -3
- package/dist/api/operations/operations.js +0 -26
- package/dist/api/support/app.d.ts +0 -8
- package/dist/api/support/app.js +0 -410
- package/dist/api/support/http.d.ts +0 -28
- package/dist/api/support/http.js +0 -51
- package/dist/api/support/sdk-dispatch.d.ts +0 -6
- package/dist/api/support/sdk-dispatch.js +0 -14
- package/dist/api/support/sdk-routes.d.ts +0 -11
- package/dist/api/support/sdk-routes.js +0 -29
- package/dist/api/support/templates.d.ts +0 -3
- package/dist/api/support/templates.js +0 -31
- package/dist/api/types.d.ts +0 -242
- package/dist/db/market-schema/accounts/agent-lab-view-state.d.ts +0 -228
- package/dist/db/market-schema/accounts/agent-lab-view-state.js +0 -22
- package/dist/db/market-schema/accounts/better-auth-account.d.ts +0 -2491
- package/dist/db/market-schema/accounts/better-auth-account.js +0 -248
- package/dist/db/market-schema/accounts/notification-events.d.ts +0 -2911
- package/dist/db/market-schema/accounts/notification-events.js +0 -252
- package/dist/db/market-schema/accounts/team-services.d.ts +0 -1780
- package/dist/db/market-schema/accounts/team-services.js +0 -150
- package/dist/db/market-schema/agents/agent-context-query-checks.d.ts +0 -296
- package/dist/db/market-schema/agents/agent-context-query-checks.js +0 -33
- package/dist/db/market-schema/agents/agent-mode-runs.d.ts +0 -3137
- package/dist/db/market-schema/agents/agent-mode-runs.js +0 -311
- package/dist/db/market-schema/agents/communication-control.d.ts +0 -820
- package/dist/db/market-schema/agents/communication-control.js +0 -86
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.d.ts +0 -3187
- package/dist/db/market-schema/capacity/accounting/capacity-ledger-entries.js +0 -300
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.d.ts +0 -2637
- package/dist/db/market-schema/capacity/providers/capacity-provider-team-credentials.js +0 -271
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.d.ts +0 -3882
- package/dist/db/market-schema/capacity/workdays/capacity-workday-events.js +0 -373
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.d.ts +0 -1681
- package/dist/db/market-schema/commerce/capacity/commerce-capacity-listings.js +0 -150
- package/dist/db/market-schema/commerce/catalog/catalog-items.d.ts +0 -3076
- package/dist/db/market-schema/commerce/catalog/catalog-items.js +0 -263
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.d.ts +0 -2943
- package/dist/db/market-schema/commerce/catalog/commerce-product-versions.js +0 -253
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.d.ts +0 -3072
- package/dist/db/market-schema/commerce/payments/commerce-subscriptions.js +0 -263
- package/dist/db/market-schema/governance/commons/commons-participants.d.ts +0 -3117
- package/dist/db/market-schema/governance/commons/commons-participants.js +0 -260
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.d.ts +0 -2498
- package/dist/db/market-schema/governance/policy/governance-electorate-snapshots.js +0 -212
- package/dist/db/market-schema/projects/integrations/provider-operations.d.ts +0 -2586
- package/dist/db/market-schema/projects/integrations/provider-operations.js +0 -196
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.d.ts +0 -1426
- package/dist/db/market-schema/projects/knowledge/knowledge-collaboration.js +0 -111
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.d.ts +0 -1269
- package/dist/db/market-schema/projects/knowledge/project-knowledge-governance.js +0 -95
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.d.ts +0 -1937
- package/dist/db/market-schema/projects/knowledge/tree-dx-project-libraries.js +0 -160
- package/dist/db/market-schema/support/feedback.d.ts +0 -1055
- package/dist/db/market-schema/support/feedback.js +0 -86
- package/dist/db/market-schema/support/market-schema.d.ts +0 -45339
- package/dist/db/market-schema/support/market-schema.js +0 -216
- package/dist/db/market-schema/support/subscribers.d.ts +0 -3027
- package/dist/db/market-schema/support/subscribers.js +0 -267
- package/dist/db/market-schema.d.ts +0 -22
- package/dist/db/market-schema.js +0 -22
- package/dist/entrypoints/clients/market-client.d.ts +0 -184
- package/dist/entrypoints/clients/market-client.js +0 -369
- package/dist/gateway/admin-passthrough.d.ts +0 -17
- package/dist/gateway/admin-passthrough.js +0 -131
- package/dist/gateway/admin-route-inventory.d.ts +0 -5
- package/dist/gateway/admin-route-inventory.js +0 -27
- package/dist/gateway/header-policy.d.ts +0 -3
- package/dist/gateway/header-policy.js +0 -38
- package/dist/gateway/health.d.ts +0 -9
- package/dist/gateway/health.js +0 -26
- package/dist/gateway/index.d.ts +0 -7
- package/dist/gateway/index.js +0 -8
- package/dist/gateway/node-websocket-proxy.d.ts +0 -13
- package/dist/gateway/node-websocket-proxy.js +0 -109
- package/dist/market-client/accounts/contracts/account-deletion-blockers.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-deletion-blockers.js +0 -6
- package/dist/market-client/accounts/contracts/account-identity.d.ts +0 -2
- package/dist/market-client/accounts/contracts/account-identity.js +0 -6
- package/dist/market-client/accounts/contracts/local-auth-paths.d.ts +0 -2
- package/dist/market-client/accounts/contracts/local-auth-paths.js +0 -6
- package/dist/market-client/accounts/contracts/logout.d.ts +0 -2
- package/dist/market-client/accounts/contracts/logout.js +0 -9
- package/dist/market-client/accounts/contracts/poll-device-login.d.ts +0 -3
- package/dist/market-client/accounts/contracts/poll-device-login.js +0 -9
- package/dist/market-client/accounts/contracts/web-appearance.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-appearance.js +0 -6
- package/dist/market-client/accounts/contracts/web-emails.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-emails.js +0 -6
- package/dist/market-client/accounts/contracts/web-notification-preferences.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/contracts/web-notifications.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-notifications.js +0 -6
- package/dist/market-client/accounts/contracts/web-sessions.d.ts +0 -2
- package/dist/market-client/accounts/contracts/web-sessions.js +0 -6
- package/dist/market-client/accounts/creation/add-web-email.d.ts +0 -4
- package/dist/market-client/accounts/creation/add-web-email.js +0 -10
- package/dist/market-client/accounts/creation/request-web-password-reset.d.ts +0 -4
- package/dist/market-client/accounts/creation/request-web-password-reset.js +0 -9
- package/dist/market-client/accounts/creation/start-device-login.d.ts +0 -3
- package/dist/market-client/accounts/creation/start-device-login.js +0 -9
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.d.ts +0 -5
- package/dist/market-client/accounts/lifecycle/complete-web-password-reset.js +0 -9
- package/dist/market-client/accounts/lifecycle/confirm-web-email.d.ts +0 -4
- package/dist/market-client/accounts/lifecycle/confirm-web-email.js +0 -9
- package/dist/market-client/accounts/lifecycle/verify-web-email.d.ts +0 -2
- package/dist/market-client/accounts/lifecycle/verify-web-email.js +0 -6
- package/dist/market-client/accounts/preferences/account-preferences.d.ts +0 -4
- package/dist/market-client/accounts/preferences/account-preferences.js +0 -14
- package/dist/market-client/accounts/queries/check-web-email.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-email.js +0 -6
- package/dist/market-client/accounts/queries/check-web-username.d.ts +0 -2
- package/dist/market-client/accounts/queries/check-web-username.js +0 -6
- package/dist/market-client/accounts/retirement/delete-account.d.ts +0 -6
- package/dist/market-client/accounts/retirement/delete-account.js +0 -10
- package/dist/market-client/accounts/retirement/delete-web-email.d.ts +0 -2
- package/dist/market-client/accounts/retirement/delete-web-email.js +0 -6
- package/dist/market-client/accounts/retirement/revoke-web-session.d.ts +0 -2
- package/dist/market-client/accounts/retirement/revoke-web-session.js +0 -6
- package/dist/market-client/accounts/updates/mark-web-notification-read.d.ts +0 -2
- package/dist/market-client/accounts/updates/mark-web-notification-read.js +0 -6
- package/dist/market-client/accounts/updates/refresh-token.d.ts +0 -3
- package/dist/market-client/accounts/updates/refresh-token.js +0 -9
- package/dist/market-client/accounts/updates/set-primary-web-email.d.ts +0 -2
- package/dist/market-client/accounts/updates/set-primary-web-email.js +0 -6
- package/dist/market-client/accounts/updates/update-web-appearance.d.ts +0 -10
- package/dist/market-client/accounts/updates/update-web-appearance.js +0 -10
- package/dist/market-client/accounts/updates/update-web-notification-preferences.d.ts +0 -3
- package/dist/market-client/accounts/updates/update-web-notification-preferences.js +0 -6
- package/dist/market-client/accounts/updates/update-web-password.d.ts +0 -6
- package/dist/market-client/accounts/updates/update-web-password.js +0 -10
- package/dist/market-client/agent-lab-interface.d.ts +0 -12
- package/dist/market-client/agent-lab-interface.js +0 -0
- package/dist/market-client/agents/creation/create-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/creation/create-structured-agent-estimate.js +0 -6
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.d.ts +0 -2
- package/dist/market-client/agents/lifecycle/accept-structured-agent-estimate.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-ledger.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.d.ts +0 -2
- package/dist/market-client/capacity/accounting/contracts/capacity-reservation-explanation.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-reservations.js +0 -6
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.d.ts +0 -7
- package/dist/market-client/capacity/accounting/contracts/capacity-usage.js +0 -6
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.d.ts +0 -4
- package/dist/market-client/capacity/accounting/lifecycle/decide-capacity-overrun.js +0 -6
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/contracts/team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/enable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/lifecycle/reveal-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/retirement/disable-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/rotate-team-capacity-registration-key.js +0 -6
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.d.ts +0 -2
- package/dist/market-client/capacity/admission/updates/update-team-capacity-registration-key-status.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-allocation-sets.js +0 -11
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/contracts/capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.d.ts +0 -5
- package/dist/market-client/capacity/allocations/contracts/capacity-grants.js +0 -11
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/create-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/creation/plan-capacity-grant.js +0 -6
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/lifecycle/activate-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/queries/explain-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/retirement/archive-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/supersede-capacity-allocation-set.js +0 -6
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.d.ts +0 -2
- package/dist/market-client/capacity/allocations/updates/transition-capacity-grant.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/assignment-authority-probe.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.d.ts +0 -12
- package/dist/market-client/capacity/assignments/contracts/capacity-provider-assignments.js +0 -26
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graph.js +0 -6
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.d.ts +0 -4
- package/dist/market-client/capacity/assignments/contracts/decision-assignment-graphs.js +0 -7
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.d.ts +0 -2
- package/dist/market-client/capacity/assignments/contracts/provider-assignment-explanation.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.d.ts +0 -2
- package/dist/market-client/capacity/assignments/lifecycle/admit-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.d.ts +0 -10
- package/dist/market-client/capacity/assignments/lifecycle/integrate-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/lifecycle/requeue-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.d.ts +0 -9
- package/dist/market-client/capacity/assignments/retirement/abandon-assignment-content.js +0 -9
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.d.ts +0 -5
- package/dist/market-client/capacity/assignments/retirement/cancel-capacity-assignment.js +0 -6
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.d.ts +0 -11
- package/dist/market-client/capacity/capacity-core/contracts/capacity-audit-events.js +0 -11
- package/dist/market-client/capacity/observability/contracts/agent-lab.d.ts +0 -27
- package/dist/market-client/capacity/observability/contracts/agent-lab.js +0 -37
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.d.ts +0 -7
- package/dist/market-client/capacity/observability/contracts/capacity-evidence-page.js +0 -13
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-diagnostics.js +0 -7
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.d.ts +0 -2
- package/dist/market-client/capacity/observability/contracts/project-capacity-runtime-diagnostics.js +0 -7
- package/dist/market-client/capacity/planning/contracts/capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/contracts/capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.d.ts +0 -4
- package/dist/market-client/capacity/planning/contracts/decision-capacity-plans.js +0 -7
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/create-decision-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.d.ts +0 -2
- package/dist/market-client/capacity/planning/creation/request-capacity-plan-revision.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/accept-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/lifecycle/schedule-capacity-plan.js +0 -6
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.d.ts +0 -2
- package/dist/market-client/capacity/planning/updates/supersede-capacity-plan.js +0 -6
- package/dist/market-client/capacity/providers/contracts/auth-providers.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/auth-providers.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-credentials.js +0 -13
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/capacity-provider-memberships.js +0 -15
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.d.ts +0 -2
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-request.js +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.d.ts +0 -6
- package/dist/market-client/capacity/providers/contracts/capacity-provider-registration-requests.js +0 -13
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.d.ts +0 -7
- package/dist/market-client/capacity/providers/contracts/provider-availability-sessions.js +0 -16
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/authorize-capacity-provider-credential-rotation.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/lifecycle/resume-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.d.ts +0 -5
- package/dist/market-client/capacity/providers/lifecycle/review-capacity-provider-registration.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-credential.js +0 -6
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/revoke-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.d.ts +0 -2
- package/dist/market-client/capacity/providers/retirement/suspend-capacity-provider-membership.js +0 -6
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.d.ts +0 -2
- package/dist/market-client/capacity/providers/updates/update-capacity-provider-membership-status.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-events.d.ts +0 -5
- package/dist/market-client/capacity/workdays/contracts/workday-events.js +0 -11
- package/dist/market-client/capacity/workdays/contracts/workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-runs.d.ts +0 -7
- package/dist/market-client/capacity/workdays/contracts/workday-runs.js +0 -16
- package/dist/market-client/capacity/workdays/contracts/workday-summary.d.ts +0 -6
- package/dist/market-client/capacity/workdays/contracts/workday-summary.js +0 -14
- package/dist/market-client/capacity/workdays/contracts/workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/contracts/workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-event.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-event.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/create-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/create-workday.js +0 -6
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/preflight-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/creation/start-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/creation/start-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.d.ts +0 -29
- package/dist/market-client/capacity/workdays/lifecycle/close-workday-admission.js +0 -9
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/complete-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/pause-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/lifecycle/resume-workday.js +0 -6
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.d.ts +0 -5
- package/dist/market-client/capacity/workdays/lifecycle/tick-workday-run.js +0 -6
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.d.ts +0 -2
- package/dist/market-client/capacity/workdays/retirement/cancel-workday.js +0 -6
- package/dist/market-client/capacity/workdays/updates/update-workday-run.d.ts +0 -2
- package/dist/market-client/capacity/workdays/updates/update-workday-run.js +0 -6
- package/dist/market-client/commerce/catalog/contracts/catalog.d.ts +0 -2
- package/dist/market-client/commerce/catalog/contracts/catalog.js +0 -7
- package/dist/market-client/discussions/contracts/discussions.d.ts +0 -27
- package/dist/market-client/discussions/contracts/discussions.js +0 -21
- package/dist/market-client/interface.d.ts +0 -192
- package/dist/market-client/interface.js +0 -0
- package/dist/market-client/internal-capacity-allocation.d.ts +0 -4
- package/dist/market-client/internal-capacity-allocation.js +0 -17
- package/dist/market-client/methods.d.ts +0 -2
- package/dist/market-client/methods.js +0 -396
- package/dist/market-client/operations/contracts/research-workflow.d.ts +0 -2
- package/dist/market-client/operations/contracts/research-workflow.js +0 -6
- package/dist/market-client/operations/creation/create-research-workflow.d.ts +0 -2
- package/dist/market-client/operations/creation/create-research-workflow.js +0 -6
- package/dist/market-client/project-agent-interface.d.ts +0 -15
- package/dist/market-client/project-agent-interface.js +0 -0
- package/dist/market-client/projects/access/contracts/project-access.d.ts +0 -2
- package/dist/market-client/projects/access/contracts/project-access.js +0 -6
- package/dist/market-client/projects/agents/contracts/agent-deployments.d.ts +0 -34
- package/dist/market-client/projects/agents/contracts/agent-deployments.js +0 -22
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.d.ts +0 -10
- package/dist/market-client/projects/agents/contracts/project-agent-authoring-draft.js +0 -13
- package/dist/market-client/projects/agents/contracts/project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/contracts/project-agent-classes.d.ts +0 -5
- package/dist/market-client/projects/agents/contracts/project-agent-classes.js +0 -11
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-fallback-outputs.js +0 -17
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.d.ts +0 -8
- package/dist/market-client/projects/agents/contracts/project-agent-mode-runs.js +0 -18
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.d.ts +0 -2
- package/dist/market-client/projects/agents/contracts/project-context-query-checks.js +0 -6
- package/dist/market-client/projects/agents/creation/author-project-agent.d.ts +0 -10
- package/dist/market-client/projects/agents/creation/author-project-agent.js +0 -10
- package/dist/market-client/projects/agents/creation/author-project-definitions.d.ts +0 -12
- package/dist/market-client/projects/agents/creation/author-project-definitions.js +0 -10
- package/dist/market-client/projects/agents/creation/check-project-context-query.d.ts +0 -7
- package/dist/market-client/projects/agents/creation/check-project-context-query.js +0 -11
- package/dist/market-client/projects/agents/creation/create-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/creation/create-project-agent-class.js +0 -6
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.d.ts +0 -8
- package/dist/market-client/projects/agents/creation/launch-project-agent-simulation.js +0 -10
- package/dist/market-client/projects/agents/updates/update-project-agent-class.d.ts +0 -2
- package/dist/market-client/projects/agents/updates/update-project-agent-class.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.d.ts +0 -2
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.d.ts +0 -7
- package/dist/market-client/projects/knowledge/contracts/project-tree-dx-proxy-audit.js +0 -15
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.d.ts +0 -3
- package/dist/market-client/projects/knowledge/creation/upsert-project-tree-dx-library.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/dispatch-project-workflow-operation.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/project-deletion-blockers.js +0 -6
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.d.ts +0 -10
- package/dist/market-client/projects/projects-core/contracts/project-workflow-operations.js +0 -50
- package/dist/market-client/projects/projects-core/contracts/projects.d.ts +0 -2
- package/dist/market-client/projects/projects-core/contracts/projects.js +0 -7
- package/dist/market-client/projects/projects-core/creation/create-project.d.ts +0 -8
- package/dist/market-client/projects/projects-core/creation/create-project.js +0 -6
- package/dist/market-client/projects/projects-core/retirement/delete-project.d.ts +0 -2
- package/dist/market-client/projects/projects-core/retirement/delete-project.js +0 -6
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.d.ts +0 -3
- package/dist/market-client/projects/projects-core/updates/set-project-inventory-status.js +0 -10
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.d.ts +0 -2
- package/dist/market-client/projects/repositories/contracts/project-repository-topology.js +0 -6
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.d.ts +0 -3
- package/dist/market-client/projects/repositories/updates/update-project-repository-topology.js +0 -6
- package/dist/market-client/seeds/creation/apply-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/apply-seed.js +0 -6
- package/dist/market-client/seeds/creation/export-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/export-seed.js +0 -6
- package/dist/market-client/seeds/creation/plan-seed.d.ts +0 -2
- package/dist/market-client/seeds/creation/plan-seed.js +0 -6
- package/dist/market-client/seeds/interface.d.ts +0 -10
- package/dist/market-client/seeds/interface.js +0 -0
- package/dist/market-client/seeds/queries/list-seed-runs.d.ts +0 -2
- package/dist/market-client/seeds/queries/list-seed-runs.js +0 -7
- package/dist/market-client/seeds/queries/resolve-seed-resources.d.ts +0 -9
- package/dist/market-client/seeds/queries/resolve-seed-resources.js +0 -10
- package/dist/market-client/support/creation/create-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/creation/create-decision-execution-input.js +0 -6
- package/dist/market-client/support/creation/create-personal-theme.d.ts +0 -3
- package/dist/market-client/support/creation/create-personal-theme.js +0 -6
- package/dist/market-client/support/creation/create-planning-input-request.d.ts +0 -2
- package/dist/market-client/support/creation/create-planning-input-request.js +0 -6
- package/dist/market-client/support/creation/request-decision-execution-input-revision.d.ts +0 -2
- package/dist/market-client/support/creation/request-decision-execution-input-revision.js +0 -6
- package/dist/market-client/support/creation/request-first.d.ts +0 -7
- package/dist/market-client/support/creation/request-first.js +0 -19
- package/dist/market-client/support/delivery/artifact-download.d.ts +0 -2
- package/dist/market-client/support/delivery/artifact-download.js +0 -6
- package/dist/market-client/support/delivery/deliverable-manifest.d.ts +0 -4
- package/dist/market-client/support/delivery/deliverable-manifest.js +0 -14
- package/dist/market-client/support/identity/markets.d.ts +0 -2
- package/dist/market-client/support/identity/markets.js +0 -6
- package/dist/market-client/support/identity/me.d.ts +0 -2
- package/dist/market-client/support/identity/me.js +0 -6
- package/dist/market-client/support/identity/personal-themes.d.ts +0 -2
- package/dist/market-client/support/identity/personal-themes.js +0 -6
- package/dist/market-client/support/identity/web-sign-in.d.ts +0 -7
- package/dist/market-client/support/identity/web-sign-in.js +0 -9
- package/dist/market-client/support/identity/web-sign-up.d.ts +0 -9
- package/dist/market-client/support/identity/web-sign-up.js +0 -9
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.d.ts +0 -2
- package/dist/market-client/support/lifecycle/accept-decision-execution-input.js +0 -6
- package/dist/market-client/support/planning/decision-execution-inputs.d.ts +0 -4
- package/dist/market-client/support/planning/decision-execution-inputs.js +0 -7
- package/dist/market-client/support/planning/decision-planning-status.d.ts +0 -2
- package/dist/market-client/support/planning/decision-planning-status.js +0 -6
- package/dist/market-client/support/planning/decision-structured-estimates.d.ts +0 -2
- package/dist/market-client/support/planning/decision-structured-estimates.js +0 -7
- package/dist/market-client/support/planning/execution-runs.d.ts +0 -12
- package/dist/market-client/support/planning/execution-runs.js +0 -11
- package/dist/market-client/support/preferences/request.d.ts +0 -7
- package/dist/market-client/support/preferences/request.js +0 -36
- package/dist/market-client/support/queries/current-market.d.ts +0 -2
- package/dist/market-client/support/queries/current-market.js +0 -6
- package/dist/market-client/support/retirement/delete-personal-theme.d.ts +0 -2
- package/dist/market-client/support/retirement/delete-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-personal-theme.d.ts +0 -3
- package/dist/market-client/support/updates/update-personal-theme.js +0 -6
- package/dist/market-client/support/updates/update-web-profile.d.ts +0 -5
- package/dist/market-client/support/updates/update-web-profile.js +0 -10
- package/dist/market-client/teams/contracts/team-deletion-blockers.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-deletion-blockers.js +0 -6
- package/dist/market-client/teams/contracts/team-members.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-members.js +0 -6
- package/dist/market-client/teams/contracts/team-permissions.d.ts +0 -2
- package/dist/market-client/teams/contracts/team-permissions.js +0 -6
- package/dist/market-client/teams/contracts/teams.d.ts +0 -2
- package/dist/market-client/teams/contracts/teams.js +0 -6
- package/dist/market-client/teams/creation/create-team.d.ts +0 -6
- package/dist/market-client/teams/creation/create-team.js +0 -10
- package/dist/market-client/teams/lifecycle/team-lifecycle.d.ts +0 -22
- package/dist/market-client/teams/lifecycle/team-lifecycle.js +0 -30
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.d.ts +0 -2
- package/dist/market-client/treedx/graph/contracts/tree-dx-build-context.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-mirrors.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-read-repository-files.js +0 -6
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.d.ts +0 -2
- package/dist/market-client/treedx/repositories/contracts/tree-dx-shares.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.d.ts +0 -3
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-share.js +0 -6
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/create-tree-dx-workspace.js +0 -6
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.d.ts +0 -2
- package/dist/market-client/treedx/repositories/creation/provision-team-tree-dx.js +0 -6
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.d.ts +0 -2
- package/dist/market-client/treedx/repositories/updates/sync-tree-dx-mirror.js +0 -6
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.d.ts +0 -3
- package/dist/market-client/treedx/repositories/updates/update-team-tree-dx.js +0 -6
- package/dist/operations/platform-operation-store.d.ts +0 -2
- package/dist/operations/platform-operation-store.js +0 -2
- package/dist/operations/platform-operations.d.ts +0 -3
- package/dist/operations/platform-operations.js +0 -3
- package/dist/operations/services/support/market-packaging.d.ts +0 -43
- package/dist/operations/services/support/market-packaging.js +0 -169
- package/dist/platform-operation-store/database-provider.d.ts +0 -44
- package/dist/platform-operation-store/database-provider.js +0 -205
- package/dist/platform-operation-store/platform-operation-store.d.ts +0 -56
- package/dist/platform-operation-store/platform-operation-store.js +0 -224
- package/dist/platform-operations/nested-record.d.ts +0 -21
- package/dist/platform-operations/nested-record.js +0 -262
- package/dist/platform-operations/platform-operation-endpoints.d.ts +0 -208
- package/dist/platform-operations/platform-operation-endpoints.js +0 -71
- package/dist/platform-operations/platform-runner-client.d.ts +0 -52
- package/dist/platform-operations/platform-runner-client.js +0 -143
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.d.ts +0 -55
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-cleanup.js +0 -103
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.d.ts +0 -29
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-competition.js +0 -179
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.d.ts +0 -132
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-context.js +0 -388
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.d.ts +0 -50
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-executor.js +0 -0
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.d.ts +0 -65
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-governance.js +0 -206
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.d.ts +0 -19
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-guards.js +0 -36
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-proof.js +0 -514
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.d.ts +0 -14
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-scope.js +0 -122
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.d.ts +0 -17
- package/dist/reconcile/capacity/capacity-core/live-acceptance-capacity-terminal.js +0 -101
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.d.ts +0 -1
- package/dist/reconcile/capacity/providers/live-acceptance-provider-config.js +0 -20
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.d.ts +0 -29
- package/dist/reconcile/hosting/live-acceptance-cloudflare-client.js +0 -119
- package/dist/reconcile/hosting/live-acceptance-cloudflare.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-cloudflare.js +0 -316
- package/dist/reconcile/hosting/live-acceptance-railway.d.ts +0 -14
- package/dist/reconcile/hosting/live-acceptance-railway.js +0 -420
- package/dist/reconcile/repositories/live-acceptance-github-client.d.ts +0 -6
- package/dist/reconcile/repositories/live-acceptance-github-client.js +0 -42
- package/dist/reconcile/repositories/live-acceptance-github.d.ts +0 -12
- package/dist/reconcile/repositories/live-acceptance-github.js +0 -301
- package/dist/reconcile/runtime/live-acceptance-local.d.ts +0 -16
- package/dist/reconcile/runtime/live-acceptance-local.js +0 -260
- package/dist/reconcile/runtime/live-acceptance-runtime.d.ts +0 -67
- package/dist/reconcile/runtime/live-acceptance-runtime.js +0 -324
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.d.ts +0 -123
- package/dist/reconcile/runtime/live-acceptance-starter-runtime.js +0 -439
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.d.ts +0 -19
- package/dist/reconcile/support/acceptance/live-acceptance-starter-concurrency.js +0 -128
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.d.ts +0 -18
- package/dist/reconcile/support/acceptance/live-acceptance-starter-engineering.js +0 -264
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.d.ts +0 -44
- package/dist/reconcile/support/acceptance/live-acceptance-starter-planning.js +0 -154
- package/dist/reconcile/support/acceptance/live-acceptance-starters.d.ts +0 -51
- package/dist/reconcile/support/acceptance/live-acceptance-starters.js +0 -12
- package/dist/reconcile/support/acceptance/live-acceptance-values.d.ts +0 -2
- package/dist/reconcile/support/acceptance/live-acceptance-values.js +0 -10
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.d.ts +0 -7
- package/dist/reconcile/support/acceptance/live-acceptance-worktree-cleanup.js +0 -38
- package/dist/reconcile/support/acceptance/live-acceptance.d.ts +0 -102
- package/dist/reconcile/support/acceptance/live-acceptance.js +0 -322
- package/dist/scenes/agent-lab/activity-collector.d.ts +0 -114
- package/dist/scenes/agent-lab/activity-collector.js +0 -394
- package/dist/scenes/agent-lab/production-lifecycle.d.ts +0 -18
- package/dist/scenes/agent-lab/production-lifecycle.js +0 -573
- package/dist/scenes/agent-lab/profile-input-seed.d.ts +0 -23
- package/dist/scenes/agent-lab/profile-input-seed.js +0 -41
- package/dist/scenes/agent-lab/report-adapters.d.ts +0 -3
- package/dist/scenes/agent-lab/report-adapters.js +0 -33
- package/dist/scenes/agent-lab/report-model.d.ts +0 -122
- package/dist/scenes/agent-lab/report-model.js +0 -194
- package/dist/scenes/agent-lab/report-writer.d.ts +0 -14
- package/dist/scenes/agent-lab/report-writer.js +0 -143
- package/dist/scenes/agent-lab/run-agent-lab-scene.d.ts +0 -6
- package/dist/scenes/agent-lab/run-agent-lab-scene.js +0 -122
- package/dist/scenes/agent-lab/runtime/diagnostics.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/diagnostics.js +0 -42
- package/dist/scenes/agent-lab/runtime/metadata.d.ts +0 -7
- package/dist/scenes/agent-lab/runtime/metadata.js +0 -19
- package/dist/scenes/agent-lab/runtime/team-scope.d.ts +0 -29
- package/dist/scenes/agent-lab/runtime/team-scope.js +0 -54
- package/dist/scenes/agent-lab/semantic-artifact-assertions.d.ts +0 -29
- package/dist/scenes/agent-lab/semantic-artifact-assertions.js +0 -66
- package/dist/scenes/agent-lab/terminal-verification.d.ts +0 -17
- package/dist/scenes/agent-lab/terminal-verification.js +0 -31
- package/dist/scenes/agent-lab/viewer/runtime.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/runtime.js +0 -576
- package/dist/scenes/agent-lab/viewer/styles.d.ts +0 -1
- package/dist/scenes/agent-lab/viewer/styles.js +0 -28
- package/dist/scenes/agent-lab/workday-snapshot.d.ts +0 -116
- package/dist/scenes/agent-lab/workday-snapshot.js +0 -153
- package/dist/scenes/testing/visual-audit-fixtures.d.ts +0 -25
- package/dist/scenes/testing/visual-audit-fixtures.js +0 -299
- package/dist/scripts/maintenance/repair-extracted-class-interfaces.js +0 -36
- package/dist/scripts/testing/test-live-acceptance-cleanup-service.js +0 -57
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.d.ts +0 -250
- package/dist/sdk-types/commerce/capacity/commerce-capacity-listing-input.js +0 -0
- package/dist/sdk-types/commerce/catalog/upsert-catalog-item-request.js +0 -0
- package/dist/sdk-types/commerce/governance/commerce-governance-states.d.ts +0 -42
- package/dist/sdk-types/commerce/governance/commerce-governance-states.js +0 -198
- package/dist/sdk-types/commerce/payments/commerce-entitlement.d.ts +0 -244
- package/dist/sdk-types/commerce/payments/commerce-entitlement.js +0 -0
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.d.ts +0 -77
- package/dist/sdk-types/commerce/payments/commerce-subscription-statuses.js +0 -166
- package/dist/sdk-types/commerce/services/commerce-service-contract.d.ts +0 -247
- package/dist/sdk-types/commerce/services/commerce-service-contract.js +0 -0
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.d.ts +0 -233
- package/dist/sdk-types/commerce/vendors/commerce-stripe-onboarding-request-input.js +0 -0
- package/dist/seeds/runtime/local-capacity.d.ts +0 -65
- package/dist/seeds/runtime/local-capacity.js +0 -402
- package/dist/seeds/workspaces/gateway-contract-migration.d.ts +0 -31
- package/dist/seeds/workspaces/gateway-contract-migration.js +0 -176
- package/dist/seeds/workspaces/market-api-workspace.d.ts +0 -60
- package/dist/seeds/workspaces/market-api-workspace.js +0 -528
- /package/dist/operations/services/config-runtime/{commerce/catalog/resolve-template-catalog-endpoint.js → templates/catalog/template-catalog-settings.js} +0 -0
- /package/dist/{api/types.js → sdk-types/control-plane/resource-requests.js} +0 -0
- /package/dist/{commerce/catalog → templates}/template-catalog.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/back-merge-production-into-staging.js +0 -0
- /package/dist/workflow/operations/{commerce/catalog → release-support/helpers}/run-release-production-guarantees.js +0 -0
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
function record(value) {
|
|
2
|
-
return value && typeof value === "object" && !Array.isArray(value) ? value : {};
|
|
3
|
-
}
|
|
4
|
-
function text(value) {
|
|
5
|
-
return typeof value === "string" && value.trim() ? value : null;
|
|
6
|
-
}
|
|
7
|
-
function payloadOf(value) {
|
|
8
|
-
const source = record(value);
|
|
9
|
-
return record(source.payload ?? source);
|
|
10
|
-
}
|
|
11
|
-
function number(value) {
|
|
12
|
-
const parsed = Number(value ?? 0);
|
|
13
|
-
return Number.isFinite(parsed) ? parsed : 0;
|
|
14
|
-
}
|
|
15
|
-
function optionalNumber(value) {
|
|
16
|
-
if (value === null || value === void 0 || value === "") return null;
|
|
17
|
-
const parsed = Number(value);
|
|
18
|
-
return Number.isFinite(parsed) ? parsed : null;
|
|
19
|
-
}
|
|
20
|
-
function normalizedContextPack(value) {
|
|
21
|
-
const pack = record(value);
|
|
22
|
-
const graphPack = record(pack.pack);
|
|
23
|
-
const searchResult = record(pack.results);
|
|
24
|
-
const graphNodes = Array.isArray(graphPack.nodes) ? graphPack.nodes.map((entry) => record(record(entry).node ?? entry)) : [];
|
|
25
|
-
const searchItems = Array.isArray(searchResult.results) ? searchResult.results : [];
|
|
26
|
-
const rawFiles = [pack.files, Array.isArray(pack.results) ? pack.results : null, pack.items, graphNodes, searchItems].find((entry) => Array.isArray(entry) && entry.length > 0) ?? [];
|
|
27
|
-
const files = rawFiles.map((value2) => {
|
|
28
|
-
const file = record(value2);
|
|
29
|
-
const content = text(file.content ?? file.text ?? file.body) ?? "";
|
|
30
|
-
return { ...file, path: text(file.path ?? file.filePath), mediaType: text(file.mediaType ?? file.mimeType) ?? "text/plain", bytes: new TextEncoder().encode(content).byteLength, characters: content.length, truncated: file.truncated === true, content };
|
|
31
|
-
});
|
|
32
|
-
const reportedTokenEstimate = optionalNumber(pack.totalTokenEstimate ?? pack.tokenEstimate ?? graphPack.totalTokenEstimate);
|
|
33
|
-
const fileTokenEstimate = files.reduce((sum, file) => sum + number(file.tokenEstimate ?? file.tokens), 0);
|
|
34
|
-
const totalCharacters = files.reduce((sum, file) => sum + file.characters, 0);
|
|
35
|
-
const tokenEstimate = reportedTokenEstimate ?? (fileTokenEstimate > 0 ? fileTokenEstimate : Math.ceil(totalCharacters / 4));
|
|
36
|
-
const tokenEstimateSource = reportedTokenEstimate !== null ? "provider" : fileTokenEstimate > 0 ? "file-metadata" : totalCharacters > 0 ? "character-estimate" : "empty";
|
|
37
|
-
const queries = Array.isArray(pack.queries) ? pack.queries : text(searchResult.query) ? [{ query: text(searchResult.query), truncated: searchResult.truncated === true }] : [];
|
|
38
|
-
return { ...pack, queries, files, statistics: { fileCount: files.length, resultCount: rawFiles.length, totalBytes: files.reduce((sum, file) => sum + file.bytes, 0), totalCharacters, tokenEstimate, tokenEstimateSource } };
|
|
39
|
-
}
|
|
40
|
-
function applyAgentLabAccounting(executions, accounting) {
|
|
41
|
-
const evidence = record(accounting.evidence);
|
|
42
|
-
const rows = (key) => Array.isArray(record(evidence[key]).items) ? record(evidence[key]).items : [];
|
|
43
|
-
const reservations = rows("reservations").map(record);
|
|
44
|
-
const usage = rows("usageActuals").map(record);
|
|
45
|
-
const ledger = rows("ledgerEntries").map(record);
|
|
46
|
-
return executions.map((execution) => {
|
|
47
|
-
const byAssignment = (row) => text(row.assignmentId ?? row.assignment_id) === execution.assignmentId;
|
|
48
|
-
const reservation = reservations.find(byAssignment) ?? {};
|
|
49
|
-
const assignmentUsage = usage.filter(byAssignment);
|
|
50
|
-
const activeSeconds = assignmentUsage.length ? assignmentUsage.reduce((sum, row) => sum + number(row.activeSeconds ?? row.active_seconds), 0) : execution.capacity.activeSeconds;
|
|
51
|
-
const elapsedSeconds = assignmentUsage.length ? assignmentUsage.reduce((sum, row) => sum + number(row.elapsedSeconds ?? row.elapsed_seconds), 0) : execution.capacity.elapsedSeconds;
|
|
52
|
-
const reservedSeconds = optionalNumber(reservation.reservedSeconds ?? reservation.reserved_seconds) ?? execution.capacity.reservedSeconds;
|
|
53
|
-
const releasedSeconds = optionalNumber(reservation.releasedSeconds ?? reservation.released_seconds) ?? (execution.status === "running" ? 0 : Math.max(0, reservedSeconds - activeSeconds));
|
|
54
|
-
const token = (camel, snake) => assignmentUsage.reduce((sum, row) => sum + number(row[camel] ?? row[snake]), 0);
|
|
55
|
-
const settlement = ledger.filter(byAssignment).find((row) => text(row.phase) === "task_completed_actual_settlement");
|
|
56
|
-
return { ...execution, capacity: {
|
|
57
|
-
...execution.capacity,
|
|
58
|
-
reservedSeconds,
|
|
59
|
-
activeSeconds,
|
|
60
|
-
elapsedSeconds,
|
|
61
|
-
releasedSeconds,
|
|
62
|
-
overrunSeconds: optionalNumber(reservation.overrunSeconds ?? reservation.overrun_seconds) ?? Math.max(0, activeSeconds - reservedSeconds),
|
|
63
|
-
inputTokens: token("inputTokens", "input_tokens"),
|
|
64
|
-
cachedInputTokens: token("cachedInputTokens", "cached_input_tokens"),
|
|
65
|
-
reasoningTokens: token("reasoningTokens", "reasoning_tokens"),
|
|
66
|
-
outputTokens: token("outputTokens", "output_tokens"),
|
|
67
|
-
costAmount: optionalNumber(settlement?.usd ?? assignmentUsage[0]?.actualUsd ?? assignmentUsage[0]?.actual_usd),
|
|
68
|
-
nativeUsage: Object.assign({}, ...assignmentUsage.map((row) => record(row.nativeUsage ?? row.native_usage_json)))
|
|
69
|
-
} };
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
async function readAgentLabAssignments(input) {
|
|
73
|
-
const items = [];
|
|
74
|
-
let cursor = null;
|
|
75
|
-
for (; ; ) {
|
|
76
|
-
const query = new URLSearchParams({ limit: "200", ...cursor ? { cursor } : {} });
|
|
77
|
-
const response = await input.client.request(
|
|
78
|
-
`/v1/teams/${encodeURIComponent(input.teamId)}/capacity/assignments?${query}`,
|
|
79
|
-
{ requireAuth: true }
|
|
80
|
-
);
|
|
81
|
-
const payload = payloadOf(response);
|
|
82
|
-
if (Array.isArray(payload.items)) items.push(...payload.items.map(record));
|
|
83
|
-
const page = record(payload.page);
|
|
84
|
-
if (page.hasMore !== true || !text(page.nextCursor)) break;
|
|
85
|
-
cursor = text(page.nextCursor);
|
|
86
|
-
}
|
|
87
|
-
return items.filter((entry) => input.assignmentIds?.has(text(entry.id) ?? "") === true || text(entry.workdayRunId ?? entry.workday_run_id ?? record(entry.metadata).workdayRunId) === input.workdayRunId).map((entry) => {
|
|
88
|
-
const decisionInput = record(entry.decisionInput ?? entry.decision_input_json);
|
|
89
|
-
const activityType = text(record(entry.metadata).activityType) ?? text(record(decisionInput.metadata).activityType) ?? text(record(decisionInput.input).activityType) ?? text(entry.mode);
|
|
90
|
-
return { ...entry, activityType };
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
async function readAgentLabProviderExecutions(input) {
|
|
94
|
-
const items = [];
|
|
95
|
-
let cursor = null;
|
|
96
|
-
for (; ; ) {
|
|
97
|
-
const query = new URLSearchParams({ limit: "200", ...cursor ? { cursor } : {} });
|
|
98
|
-
const response = await input.client.request(`/v1/teams/${encodeURIComponent(input.teamId)}/capacity/execution-runs?${query}`, { requireAuth: true });
|
|
99
|
-
const payload = payloadOf(response);
|
|
100
|
-
if (Array.isArray(payload.items)) items.push(...payload.items.map(record));
|
|
101
|
-
const page = record(payload.page);
|
|
102
|
-
if (page.hasMore !== true || !text(page.nextCursor)) break;
|
|
103
|
-
cursor = text(page.nextCursor);
|
|
104
|
-
}
|
|
105
|
-
return normalizeAgentLabProviderExecutions(items, input.assignmentIds);
|
|
106
|
-
}
|
|
107
|
-
function normalizeAgentLabProviderExecutions(items, assignmentIds) {
|
|
108
|
-
return items.flatMap((entry) => {
|
|
109
|
-
const assignment = record(entry.assignment);
|
|
110
|
-
const agent = record(entry.agent);
|
|
111
|
-
const timing = record(entry.timing);
|
|
112
|
-
const provider = record(entry.executionProvider);
|
|
113
|
-
const metadata = record(record(entry.metadata).modeRun);
|
|
114
|
-
const selectedInput = record(record(entry.input).selectedInput);
|
|
115
|
-
const decisionInput = record(record(entry.input).decisionInput);
|
|
116
|
-
const activityType = text(selectedInput.activityType) ?? text(record(decisionInput.metadata).activityType) ?? text(record(decisionInput.input).activityType) ?? text(entry.mode);
|
|
117
|
-
const assignmentId = text(assignment.id ?? entry.assignmentId ?? entry.assignment_id ?? entry.providerAssignmentId ?? entry.provider_assignment_id);
|
|
118
|
-
if (!assignmentId || !assignmentIds.has(assignmentId) || !/^agent_kernel_(?:inputs_resolved|mode_runtime)$/u.test(text(metadata.source) ?? "")) return [];
|
|
119
|
-
return [{
|
|
120
|
-
id: text(entry.id),
|
|
121
|
-
assignmentId,
|
|
122
|
-
status: text(entry.status) ?? "running",
|
|
123
|
-
activityType,
|
|
124
|
-
agentId: text(agent.agentId),
|
|
125
|
-
agentClassId: text(agent.projectAgentClassId),
|
|
126
|
-
handlerId: text(agent.handlerId),
|
|
127
|
-
projectId: text(agent.projectId),
|
|
128
|
-
runnerId: text(assignment.runnerId),
|
|
129
|
-
executionProviderId: text(provider.id),
|
|
130
|
-
capacityProviderId: text(provider.capacityProviderId),
|
|
131
|
-
startedAt: text(timing.startedAt ?? timing.createdAt),
|
|
132
|
-
finishedAt: text(timing.finishedAt ?? timing.completedAt ?? timing.failedAt),
|
|
133
|
-
tokenCounts: record(provider.tokenCounts),
|
|
134
|
-
input: record(entry.input),
|
|
135
|
-
output: record(entry.output),
|
|
136
|
-
contentArtifactRefs: Array.isArray(entry.contentArtifactRefs) ? entry.contentArtifactRefs : []
|
|
137
|
-
}];
|
|
138
|
-
});
|
|
139
|
-
}
|
|
140
|
-
async function readAgentLabAccounting(client, workdayRunId) {
|
|
141
|
-
const kinds = ["reservations", "usage-actuals", "ledger-entries"];
|
|
142
|
-
const responses = await Promise.all(kinds.map((evidence) => client.workdaySummary(workdayRunId, { evidence, limit: 200 })));
|
|
143
|
-
const payloads = responses.map((response) => record(response.payload));
|
|
144
|
-
return { ...payloads[0], evidence: Object.assign({}, ...payloads.map((payload) => record(payload.evidence))) };
|
|
145
|
-
}
|
|
146
|
-
async function readAgentLabActivity(input) {
|
|
147
|
-
const items = [];
|
|
148
|
-
let cursor = input.after ?? -1;
|
|
149
|
-
for (; ; ) {
|
|
150
|
-
const query = new URLSearchParams({ after: String(cursor), limit: "200" });
|
|
151
|
-
const response = await input.client.request(
|
|
152
|
-
`/v1/teams/${encodeURIComponent(input.teamId)}/workday-runs/${encodeURIComponent(input.workdayRunId)}/activity?${query}`,
|
|
153
|
-
{ requireAuth: true }
|
|
154
|
-
);
|
|
155
|
-
const payload = payloadOf(response);
|
|
156
|
-
const page = Array.isArray(payload.items) ? payload.items : [];
|
|
157
|
-
items.push(...page);
|
|
158
|
-
const next = Number(payload.cursor ?? cursor);
|
|
159
|
-
if (page.length < 200 || next <= cursor) {
|
|
160
|
-
cursor = next;
|
|
161
|
-
break;
|
|
162
|
-
}
|
|
163
|
-
cursor = next;
|
|
164
|
-
}
|
|
165
|
-
return {
|
|
166
|
-
items,
|
|
167
|
-
cursor
|
|
168
|
-
};
|
|
169
|
-
}
|
|
170
|
-
async function followAgentLabActivity(input) {
|
|
171
|
-
let after = -1;
|
|
172
|
-
let failures = 0;
|
|
173
|
-
while (!input.signal.aborted) {
|
|
174
|
-
try {
|
|
175
|
-
const query = new URLSearchParams({ after: String(after) });
|
|
176
|
-
const response = await input.client.fetchImpl(
|
|
177
|
-
`${input.client.baseUrl}/v1/teams/${encodeURIComponent(input.teamId)}/workday-runs/${encodeURIComponent(input.workdayRunId)}/activity/stream?${query}`,
|
|
178
|
-
{ signal: input.signal, headers: input.client.accessToken ? { authorization: `Bearer ${input.client.accessToken}` } : {} }
|
|
179
|
-
);
|
|
180
|
-
if (!response.ok || !response.body) throw new Error(`Agent Lab activity stream failed with HTTP ${response.status}.`);
|
|
181
|
-
failures = 0;
|
|
182
|
-
const reader = response.body.getReader();
|
|
183
|
-
const decoder = new TextDecoder();
|
|
184
|
-
let buffer = "";
|
|
185
|
-
while (!input.signal.aborted) {
|
|
186
|
-
const chunk = await reader.read();
|
|
187
|
-
if (chunk.done) break;
|
|
188
|
-
buffer += decoder.decode(chunk.value, { stream: true });
|
|
189
|
-
for (; ; ) {
|
|
190
|
-
const boundary = buffer.indexOf("\n\n");
|
|
191
|
-
if (boundary < 0) break;
|
|
192
|
-
const block = buffer.slice(0, boundary);
|
|
193
|
-
buffer = buffer.slice(boundary + 2);
|
|
194
|
-
const data = block.split("\n").find((line) => line.startsWith("data: "))?.slice(6);
|
|
195
|
-
if (!data) continue;
|
|
196
|
-
const event = JSON.parse(data);
|
|
197
|
-
after = Math.max(after, event.sequence);
|
|
198
|
-
await input.onEvent(event);
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
} catch (error) {
|
|
202
|
-
if (input.signal.aborted) break;
|
|
203
|
-
failures += 1;
|
|
204
|
-
const delay = Math.min(5e3, 250 * 2 ** Math.min(failures - 1, 5));
|
|
205
|
-
await new Promise((resolve) => {
|
|
206
|
-
const timer = setTimeout(resolve, delay);
|
|
207
|
-
input.signal.addEventListener("abort", () => {
|
|
208
|
-
clearTimeout(timer);
|
|
209
|
-
resolve();
|
|
210
|
-
}, { once: true });
|
|
211
|
-
});
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
async function readAgentLabTranscript(client, executionRunId) {
|
|
216
|
-
const entries = [];
|
|
217
|
-
let cursor = null;
|
|
218
|
-
for (; ; ) {
|
|
219
|
-
const query = new URLSearchParams({ limit: "200", ...cursor ? { cursor } : {} });
|
|
220
|
-
const response = await client.request(
|
|
221
|
-
`/v1/execution-runs/${encodeURIComponent(executionRunId)}/transcript?${query}`,
|
|
222
|
-
{ requireAuth: true }
|
|
223
|
-
);
|
|
224
|
-
const payload = payloadOf(response);
|
|
225
|
-
if (Array.isArray(payload.entries)) entries.push(...payload.entries.map(record));
|
|
226
|
-
const page = record(payload.page);
|
|
227
|
-
if (page.hasMore !== true || !text(page.nextCursor)) break;
|
|
228
|
-
cursor = text(page.nextCursor);
|
|
229
|
-
}
|
|
230
|
-
return entries;
|
|
231
|
-
}
|
|
232
|
-
function transcriptItem(entry, executionId, index) {
|
|
233
|
-
const output = record(entry.outputs ?? entry.output);
|
|
234
|
-
const error = record(entry.error);
|
|
235
|
-
return {
|
|
236
|
-
id: text(entry.id) ?? `${executionId}:transcript:${index}`,
|
|
237
|
-
timestamp: text(entry.created_at ?? entry.createdAt ?? entry.started_at ?? entry.startedAt),
|
|
238
|
-
type: text(entry.event_type ?? entry.eventType ?? entry.mode ?? entry.status) ?? "execution-record",
|
|
239
|
-
text: text(entry.status_message ?? entry.statusMessage ?? entry.summary ?? entry.message ?? output.summary ?? error.message),
|
|
240
|
-
status: text(entry.status),
|
|
241
|
-
payload: entry
|
|
242
|
-
};
|
|
243
|
-
}
|
|
244
|
-
function executionEvidence(transcript, executionId) {
|
|
245
|
-
const evidence = [];
|
|
246
|
-
const push = (entry, index, kind, label, summary, detail, status) => evidence.push({
|
|
247
|
-
id: `${executionId}:${kind}:${text(entry.id) ?? index}`,
|
|
248
|
-
timestamp: text(entry.created_at ?? entry.createdAt ?? entry.started_at ?? entry.startedAt),
|
|
249
|
-
kind,
|
|
250
|
-
label,
|
|
251
|
-
status: text(status ?? entry.status),
|
|
252
|
-
summary: text(summary),
|
|
253
|
-
detail
|
|
254
|
-
});
|
|
255
|
-
for (const [index, entry] of transcript.entries()) {
|
|
256
|
-
const outputs = record(entry.outputs_json ?? entry.outputs ?? entry.output);
|
|
257
|
-
const metadata = record(outputs.metadata);
|
|
258
|
-
const source = text(metadata.source ?? record(entry.metadata_json ?? entry.metadata).source) ?? "";
|
|
259
|
-
const message = record(metadata.message);
|
|
260
|
-
const payload = record(message.payload);
|
|
261
|
-
const item = record(payload.item);
|
|
262
|
-
const itemType = text(item.type);
|
|
263
|
-
const workPackage = record(metadata.workPackage);
|
|
264
|
-
const context = record(workPackage.context);
|
|
265
|
-
const packs = Array.isArray(context.contextPacks) ? context.contextPacks : [];
|
|
266
|
-
for (const [packIndex, pack] of packs.entries()) {
|
|
267
|
-
const normalized = normalizedContextPack(pack);
|
|
268
|
-
push(entry, index * 100 + packIndex, "context-pack", `Context pack ${packIndex + 1}`, `${normalized.statistics.fileCount} files \xB7 ${normalized.statistics.totalBytes} bytes`, normalized, outputs.status);
|
|
269
|
-
}
|
|
270
|
-
if (Object.keys(workPackage).length) push(entry, index, "work-package", text(workPackage.title) ?? "Resolved work package", workPackage.summary, workPackage, outputs.status);
|
|
271
|
-
const codex = record(metadata.codex);
|
|
272
|
-
const request = record(metadata.request ?? codex.request);
|
|
273
|
-
if (text(request.prompt)) push(entry, index, "provider-invocation", `${text(metadata.provider ?? codex.provider) ?? "Execution provider"} invocation`, `Prompt \xB7 ${String(text(request.prompt)?.length ?? 0)} characters`, request, outputs.status);
|
|
274
|
-
else if (source === "execution_provider_starting") push(entry, index, "provider-invocation", `${text(metadata.provider) ?? "Execution provider"} invocation started`, outputs.summary, metadata, outputs.status);
|
|
275
|
-
if (["provider_runner_assignment_project_materialized", "provider_runner_repository_ready", "provider_runner_early_exit"].includes(source)) {
|
|
276
|
-
const label = source === "provider_runner_repository_ready" ? "TreeDX and execution context ready" : source === "provider_runner_early_exit" ? "Execution context preparation failed" : "Assignment execution context prepared";
|
|
277
|
-
push(entry, index, "diagnostic", label, outputs.summary ?? entry.fallback_reason, { authority: Object.keys(record(metadata.treeDx)).length ? "TreeDX workspace" : text(record(metadata.repository).materialization) ?? "assignment context", repository: metadata.repository, treeDx: metadata.treeDx, projectFound: metadata.projectFound, failure: entry.fallback_reason }, outputs.status ?? entry.status);
|
|
278
|
-
}
|
|
279
|
-
if (message.type === "agent.execution.activity" && itemType) {
|
|
280
|
-
const kind = ["mcp_tool_call", "command_execution", "web_search", "file_change"].includes(itemType) ? "tool-call" : itemType === "reasoning" ? "reasoning" : itemType === "agent_message" ? "agent-message" : "diagnostic";
|
|
281
|
-
push(entry, index, kind, itemType.replaceAll("_", " "), item.text ?? item.command ?? item.tool ?? item.query ?? record(item.error).message, { eventType: payload.eventType, item, usage: payload.usage, error: payload.error }, item.status ?? entry.status);
|
|
282
|
-
}
|
|
283
|
-
if (source.includes("treedx") || source.includes("content_operation")) push(entry, index, "treedx-call", text(outputs.summary) ?? "TreeDX operation", metadata.operation ?? metadata.path ?? null, metadata, outputs.status);
|
|
284
|
-
const providerOutput = record(outputs.outputs);
|
|
285
|
-
if (text(providerOutput.finalResponse) || text(codex.finalResponse)) push(entry, index, "provider-output", "Execution provider output", text(providerOutput.finalResponse ?? codex.finalResponse), Object.keys(providerOutput).length ? providerOutput : codex, outputs.status);
|
|
286
|
-
if (entry.status === "failed" || outputs.status === "failed") {
|
|
287
|
-
const execution = record(record(outputs.metadata).executionSnapshot);
|
|
288
|
-
push(entry, index, "diagnostic", "Execution failure", outputs.summary ?? entry.fallback_reason, {
|
|
289
|
-
validation: entry.validation_json ?? entry.validation,
|
|
290
|
-
error: entry.error,
|
|
291
|
-
execution: { status: execution.status, code: execution.code, retryable: execution.retryable, summary: execution.summary }
|
|
292
|
-
}, "failed");
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
const seen = /* @__PURE__ */ new Set();
|
|
296
|
-
return evidence.filter((entry) => {
|
|
297
|
-
const signature = `${entry.kind}:${JSON.stringify(entry.detail)}`;
|
|
298
|
-
if (seen.has(signature)) return false;
|
|
299
|
-
seen.add(signature);
|
|
300
|
-
return true;
|
|
301
|
-
});
|
|
302
|
-
}
|
|
303
|
-
function executionFromEvents(events, transcript, assignment) {
|
|
304
|
-
const first = events[0];
|
|
305
|
-
const last = events.at(-1);
|
|
306
|
-
const transcriptActivityType = transcript.map(
|
|
307
|
-
(entry) => text(entry.activity_type ?? entry.activityType ?? entry.mode) ?? text(record(entry.selected_input_json ?? entry.selectedInput).activityType)
|
|
308
|
-
).find(Boolean) ?? null;
|
|
309
|
-
const terminalRecord = [...transcript].reverse().find((entry) => {
|
|
310
|
-
const source = text(record(entry.metadata_json ?? entry.metadata).source);
|
|
311
|
-
return ["agent_kernel_mode_runtime", "provider_assignment_processing_failed"].includes(source ?? "") && ["completed", "succeeded", "failed", "cancelled"].includes(text(entry.status) ?? "");
|
|
312
|
-
});
|
|
313
|
-
const terminalStatus = text(terminalRecord?.status);
|
|
314
|
-
const status = terminalStatus === "failed" || terminalStatus === "cancelled" ? "failed" : terminalStatus ? "completed" : "running";
|
|
315
|
-
const envelope = record(assignment.capacityEnvelope ?? assignment.capacity_envelope_json);
|
|
316
|
-
const decisionInput = record(assignment.decisionInput ?? assignment.decision_input_json);
|
|
317
|
-
const assignmentInput = record(decisionInput.input);
|
|
318
|
-
const requestedCapacity = record(assignmentInput.capacity);
|
|
319
|
-
const assignedActivityType = text(record(assignment.metadata).activityType) ?? text(record(decisionInput.metadata).activityType) ?? text(record(decisionInput.input).activityType);
|
|
320
|
-
const lifecycle = record(assignment.lifecycleOutput ?? assignment.lifecycle_output_json);
|
|
321
|
-
const terminalOutputs = record(terminalRecord?.outputs_json ?? terminalRecord?.outputs);
|
|
322
|
-
const manifests = [record(lifecycle.artifactManifest), record(terminalOutputs.artifactManifest), record(record(terminalOutputs.outputs).artifactManifest)];
|
|
323
|
-
const signals = [...new Map(manifests.flatMap((manifest) => Array.isArray(manifest.signals) ? manifest.signals.map(record) : []).map((signal) => [`${text(signal.code) ?? ""}:${JSON.stringify(signal.metadata ?? {})}`, signal])).values()];
|
|
324
|
-
const requestedSeconds = number(decisionInput.requestedSeconds ?? envelope.requestedSeconds ?? assignment.requestedSeconds);
|
|
325
|
-
const reservedSeconds = number(envelope.reservedSeconds ?? assignment.reservedSeconds ?? requestedSeconds);
|
|
326
|
-
const terminalUsage = record(terminalRecord?.usage_actual_json);
|
|
327
|
-
const activeSeconds = number(lifecycle.activeSeconds ?? terminalUsage.activeSeconds);
|
|
328
|
-
const elapsedSeconds = number(lifecycle.elapsedSeconds ?? terminalUsage.elapsedSeconds);
|
|
329
|
-
return {
|
|
330
|
-
id: first.executionRunId ?? first.modeRunId ?? first.assignmentId ?? first.id,
|
|
331
|
-
assignmentId: first.assignmentId,
|
|
332
|
-
modeRunId: first.modeRunId,
|
|
333
|
-
agentId: events.find((entry) => entry.agentId)?.agentId ?? null,
|
|
334
|
-
agentClassId: events.find((entry) => entry.agentClassId)?.agentClassId ?? null,
|
|
335
|
-
activityType: assignedActivityType ?? transcriptActivityType ?? events.find((entry) => entry.activityType)?.activityType ?? null,
|
|
336
|
-
handlerId: events.find((entry) => entry.handlerId)?.handlerId ?? null,
|
|
337
|
-
projectId: events.find((entry) => entry.projectId)?.projectId ?? null,
|
|
338
|
-
status,
|
|
339
|
-
startedAt: first.timestamp,
|
|
340
|
-
finishedAt: status === "running" ? null : text(terminalRecord?.completed_at ?? terminalRecord?.failed_at ?? terminalRecord?.updated_at) ?? last.timestamp,
|
|
341
|
-
providerId: events.find((entry) => entry.capacityProviderId)?.capacityProviderId ?? null,
|
|
342
|
-
providerManagerId: events.find((entry) => entry.providerManagerId)?.providerManagerId ?? null,
|
|
343
|
-
runnerId: events.find((entry) => entry.runnerId)?.runnerId ?? null,
|
|
344
|
-
executionProviderId: events.find((entry) => entry.executionProviderId)?.executionProviderId ?? null,
|
|
345
|
-
transcript: transcript.map((entry, index) => transcriptItem(entry, first.id, index)),
|
|
346
|
-
evidence: executionEvidence(transcript, first.assignmentId ?? first.id),
|
|
347
|
-
signals,
|
|
348
|
-
artifacts: events.flatMap((entry) => entry.artifactRefs),
|
|
349
|
-
usage: Object.assign({}, ...events.map((entry) => entry.usageDelta)),
|
|
350
|
-
error: status === "failed" ? { category: terminalRecord?.fallback_reason ?? null, summary: record(terminalRecord?.outputs_json).summary ?? null } : null,
|
|
351
|
-
assignment,
|
|
352
|
-
capacity: {
|
|
353
|
-
requestedSeconds,
|
|
354
|
-
reservedSeconds,
|
|
355
|
-
activeSeconds,
|
|
356
|
-
elapsedSeconds,
|
|
357
|
-
releasedSeconds: Math.max(0, reservedSeconds - activeSeconds),
|
|
358
|
-
overrunSeconds: Math.max(0, activeSeconds - reservedSeconds),
|
|
359
|
-
inputTokens: number(terminalUsage.inputTokens),
|
|
360
|
-
cachedInputTokens: number(terminalUsage.cachedInputTokens),
|
|
361
|
-
reasoningTokens: number(terminalUsage.reasoningTokens),
|
|
362
|
-
outputTokens: number(terminalUsage.outputTokens),
|
|
363
|
-
costAmount: optionalNumber(terminalUsage.actualUsd),
|
|
364
|
-
costCurrency: text(terminalUsage.currency),
|
|
365
|
-
nativeUsage: record(terminalUsage.nativeUsage),
|
|
366
|
-
legacyAccounting: Object.keys(requestedCapacity).some((key) => key.toLowerCase().includes("credit")) ? requestedCapacity : null
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
}
|
|
370
|
-
async function collectAgentLabExecutions(client, activity, assignments = []) {
|
|
371
|
-
const assignmentsById = new Map(assignments.map((entry) => [text(entry.id), entry]));
|
|
372
|
-
const groups = /* @__PURE__ */ new Map();
|
|
373
|
-
for (const event of activity) {
|
|
374
|
-
const key = event.assignmentId ?? event.executionRunId ?? event.modeRunId;
|
|
375
|
-
if (!key) continue;
|
|
376
|
-
groups.set(key, [...groups.get(key) ?? [], event]);
|
|
377
|
-
}
|
|
378
|
-
return Promise.all([...groups.values()].map(async (events) => {
|
|
379
|
-
const executionRunId = events.find((entry) => entry.modeRunId)?.modeRunId;
|
|
380
|
-
const transcript = executionRunId ? await readAgentLabTranscript(client, executionRunId).catch(() => []) : [];
|
|
381
|
-
return executionFromEvents(events, transcript, assignmentsById.get(text(events[0]?.assignmentId)) ?? {});
|
|
382
|
-
}));
|
|
383
|
-
}
|
|
384
|
-
export {
|
|
385
|
-
applyAgentLabAccounting,
|
|
386
|
-
collectAgentLabExecutions,
|
|
387
|
-
followAgentLabActivity,
|
|
388
|
-
normalizeAgentLabProviderExecutions,
|
|
389
|
-
readAgentLabAccounting,
|
|
390
|
-
readAgentLabActivity,
|
|
391
|
-
readAgentLabAssignments,
|
|
392
|
-
readAgentLabProviderExecutions,
|
|
393
|
-
readAgentLabTranscript
|
|
394
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { MarketClient } from '../../entrypoints/clients/market-client.js';
|
|
2
|
-
import type { CapacityAcceptanceExecutionInput, CapacityAcceptanceExecutionResult } from '../../reconcile/capacity/capacity-core/live-acceptance-capacity-executor.js';
|
|
3
|
-
import type { AgentLabExecutor } from '../types.js';
|
|
4
|
-
type AssignmentExecutor = (input: CapacityAcceptanceExecutionInput) => Promise<CapacityAcceptanceExecutionResult>;
|
|
5
|
-
export declare function agentLabSimulationClassification(): {
|
|
6
|
-
executionKind: "simulation";
|
|
7
|
-
triggerKind: "manual";
|
|
8
|
-
hidden: boolean;
|
|
9
|
-
};
|
|
10
|
-
export { agentLabDiagnostic } from './runtime/diagnostics.js';
|
|
11
|
-
export declare function resolveAgentDefinitionPaths(client: MarketClient, projectId: string, agentSlugs: string[]): Promise<string[]>;
|
|
12
|
-
export declare function resolveAgentLabSelectionRef(explicitRef: string | undefined, expectedAuthoringBase: string | undefined): string;
|
|
13
|
-
export declare function resolveAgentLabRepositorySlug(repositories: string[]): string;
|
|
14
|
-
export declare function createProductionAgentLabExecutor(options: {
|
|
15
|
-
env: Record<string, string | undefined>;
|
|
16
|
-
assignmentExecutor?: AssignmentExecutor;
|
|
17
|
-
fetchImpl?: typeof fetch;
|
|
18
|
-
}): AgentLabExecutor;
|