@pellux/goodvibes-sdk 0.18.3 → 0.18.11
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/README.md +3 -0
- package/dist/_internal/contracts/artifacts/operator-contract.json +55157 -0
- package/dist/_internal/contracts/artifacts/peer-contract.json +2384 -0
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts +11213 -0
- package/dist/_internal/contracts/generated/foundation-client-types.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/foundation-client-types.js +3 -0
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts +8 -0
- package/dist/_internal/contracts/generated/foundation-metadata.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/foundation-metadata.js +8 -0
- package/dist/_internal/contracts/generated/operator-contract.d.ts +3 -0
- package/dist/_internal/contracts/generated/operator-contract.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/operator-contract.js +55157 -0
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts +3 -0
- package/dist/_internal/contracts/generated/operator-method-ids.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/operator-method-ids.js +216 -0
- package/dist/_internal/contracts/generated/peer-contract.d.ts +3 -0
- package/dist/_internal/contracts/generated/peer-contract.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/peer-contract.js +2384 -0
- package/dist/_internal/contracts/generated/peer-endpoint-ids.d.ts +3 -0
- package/dist/_internal/contracts/generated/peer-endpoint-ids.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/peer-endpoint-ids.js +9 -0
- package/dist/_internal/contracts/generated/runtime-event-domains.d.ts +4 -0
- package/dist/_internal/contracts/generated/runtime-event-domains.d.ts.map +1 -0
- package/dist/_internal/contracts/generated/runtime-event-domains.js +32 -0
- package/dist/_internal/contracts/index.d.ts +23 -0
- package/dist/_internal/contracts/index.d.ts.map +1 -0
- package/dist/_internal/contracts/index.js +35 -0
- package/dist/_internal/contracts/node.d.ts +3 -0
- package/dist/_internal/contracts/node.d.ts.map +1 -0
- package/dist/_internal/contracts/node.js +8 -0
- package/dist/_internal/contracts/types.d.ts +150 -0
- package/dist/_internal/contracts/types.d.ts.map +1 -0
- package/dist/_internal/contracts/types.js +1 -0
- package/dist/_internal/daemon/api-router.d.ts +3 -0
- package/dist/_internal/daemon/api-router.d.ts.map +1 -0
- package/dist/_internal/daemon/api-router.js +14 -0
- package/dist/_internal/daemon/automation.d.ts +3 -0
- package/dist/_internal/daemon/automation.d.ts.map +1 -0
- package/dist/_internal/daemon/automation.js +56 -0
- package/dist/_internal/daemon/channel-route-types.d.ts +78 -0
- package/dist/_internal/daemon/channel-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/channel-route-types.js +1 -0
- package/dist/_internal/daemon/channel-routes.d.ts +4 -0
- package/dist/_internal/daemon/channel-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/channel-routes.js +264 -0
- package/dist/_internal/daemon/context.d.ts +207 -0
- package/dist/_internal/daemon/context.d.ts.map +1 -0
- package/dist/_internal/daemon/context.js +1 -0
- package/dist/_internal/daemon/control-routes.d.ts +57 -0
- package/dist/_internal/daemon/control-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/control-routes.js +120 -0
- package/dist/_internal/daemon/error-response.d.ts +10 -0
- package/dist/_internal/daemon/error-response.d.ts.map +1 -0
- package/dist/_internal/daemon/error-response.js +224 -0
- package/dist/_internal/daemon/http-policy.d.ts +33 -0
- package/dist/_internal/daemon/http-policy.d.ts.map +1 -0
- package/dist/_internal/daemon/http-policy.js +31 -0
- package/dist/_internal/daemon/index.d.ts +30 -0
- package/dist/_internal/daemon/index.d.ts.map +1 -0
- package/dist/_internal/daemon/index.js +20 -0
- package/dist/_internal/daemon/integration-route-types.d.ts +64 -0
- package/dist/_internal/daemon/integration-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/integration-route-types.js +1 -0
- package/dist/_internal/daemon/integration-routes.d.ts +4 -0
- package/dist/_internal/daemon/integration-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/integration-routes.js +172 -0
- package/dist/_internal/daemon/knowledge-route-types.d.ts +114 -0
- package/dist/_internal/daemon/knowledge-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/knowledge-route-types.js +1 -0
- package/dist/_internal/daemon/knowledge-routes.d.ts +4 -0
- package/dist/_internal/daemon/knowledge-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/knowledge-routes.js +582 -0
- package/dist/_internal/daemon/media-route-types.d.ts +66 -0
- package/dist/_internal/daemon/media-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/media-route-types.js +1 -0
- package/dist/_internal/daemon/media-routes.d.ts +4 -0
- package/dist/_internal/daemon/media-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/media-routes.js +328 -0
- package/dist/_internal/daemon/operator.d.ts +3 -0
- package/dist/_internal/daemon/operator.d.ts.map +1 -0
- package/dist/_internal/daemon/operator.js +395 -0
- package/dist/_internal/daemon/remote-routes.d.ts +40 -0
- package/dist/_internal/daemon/remote-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/remote-routes.js +238 -0
- package/dist/_internal/daemon/remote.d.ts +3 -0
- package/dist/_internal/daemon/remote.d.ts.map +1 -0
- package/dist/_internal/daemon/remote.js +35 -0
- package/dist/_internal/daemon/route-helpers.d.ts +11 -0
- package/dist/_internal/daemon/route-helpers.d.ts.map +1 -0
- package/dist/_internal/daemon/route-helpers.js +54 -0
- package/dist/_internal/daemon/runtime-automation-routes.d.ts +4 -0
- package/dist/_internal/daemon/runtime-automation-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/runtime-automation-routes.js +165 -0
- package/dist/_internal/daemon/runtime-route-types.d.ts +240 -0
- package/dist/_internal/daemon/runtime-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/runtime-route-types.js +1 -0
- package/dist/_internal/daemon/runtime-routes.d.ts +5 -0
- package/dist/_internal/daemon/runtime-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/runtime-routes.js +8 -0
- package/dist/_internal/daemon/runtime-session-routes.d.ts +4 -0
- package/dist/_internal/daemon/runtime-session-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/runtime-session-routes.js +387 -0
- package/dist/_internal/daemon/sessions.d.ts +3 -0
- package/dist/_internal/daemon/sessions.d.ts.map +1 -0
- package/dist/_internal/daemon/sessions.js +37 -0
- package/dist/_internal/daemon/system-route-types.d.ts +124 -0
- package/dist/_internal/daemon/system-route-types.d.ts.map +1 -0
- package/dist/_internal/daemon/system-route-types.js +1 -0
- package/dist/_internal/daemon/system-routes.d.ts +4 -0
- package/dist/_internal/daemon/system-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/system-routes.js +327 -0
- package/dist/_internal/daemon/tasks.d.ts +3 -0
- package/dist/_internal/daemon/tasks.d.ts.map +1 -0
- package/dist/_internal/daemon/tasks.js +22 -0
- package/dist/_internal/daemon/telemetry-routes.d.ts +44 -0
- package/dist/_internal/daemon/telemetry-routes.d.ts.map +1 -0
- package/dist/_internal/daemon/telemetry-routes.js +227 -0
- package/dist/_internal/errors/daemon-error-contract.d.ts +19 -0
- package/dist/_internal/errors/daemon-error-contract.d.ts.map +1 -0
- package/dist/_internal/errors/daemon-error-contract.js +1 -0
- package/dist/_internal/errors/index.d.ts +54 -0
- package/dist/_internal/errors/index.d.ts.map +1 -0
- package/dist/_internal/errors/index.js +123 -0
- package/dist/_internal/operator/client-core.d.ts +104 -0
- package/dist/_internal/operator/client-core.d.ts.map +1 -0
- package/dist/_internal/operator/client-core.js +184 -0
- package/dist/_internal/operator/client.d.ts +16 -0
- package/dist/_internal/operator/client.d.ts.map +1 -0
- package/dist/_internal/operator/client.js +7 -0
- package/dist/_internal/operator/index.d.ts +5 -0
- package/dist/_internal/operator/index.d.ts.map +1 -0
- package/dist/_internal/operator/index.js +2 -0
- package/dist/_internal/peer/client-core.d.ts +42 -0
- package/dist/_internal/peer/client-core.d.ts.map +1 -0
- package/dist/_internal/peer/client-core.js +41 -0
- package/dist/_internal/peer/client.d.ts +13 -0
- package/dist/_internal/peer/client.d.ts.map +1 -0
- package/dist/_internal/peer/client.js +7 -0
- package/dist/_internal/peer/index.d.ts +5 -0
- package/dist/_internal/peer/index.d.ts.map +1 -0
- package/dist/_internal/peer/index.js +2 -0
- package/dist/_internal/transport-core/client-transport.d.ts +9 -0
- package/dist/_internal/transport-core/client-transport.d.ts.map +1 -0
- package/dist/_internal/transport-core/client-transport.js +13 -0
- package/dist/_internal/transport-core/event-envelope.d.ts +21 -0
- package/dist/_internal/transport-core/event-envelope.d.ts.map +1 -0
- package/dist/_internal/transport-core/event-envelope.js +16 -0
- package/dist/_internal/transport-core/event-feeds.d.ts +22 -0
- package/dist/_internal/transport-core/event-feeds.d.ts.map +1 -0
- package/dist/_internal/transport-core/event-feeds.js +25 -0
- package/dist/_internal/transport-core/index.d.ts +7 -0
- package/dist/_internal/transport-core/index.d.ts.map +1 -0
- package/dist/_internal/transport-core/index.js +3 -0
- package/dist/_internal/transport-direct/index.d.ts +4 -0
- package/dist/_internal/transport-direct/index.d.ts.map +1 -0
- package/dist/_internal/transport-direct/index.js +6 -0
- package/dist/_internal/transport-http/auth.d.ts +7 -0
- package/dist/_internal/transport-http/auth.d.ts.map +1 -0
- package/dist/_internal/transport-http/auth.js +39 -0
- package/dist/_internal/transport-http/backoff.d.ts +16 -0
- package/dist/_internal/transport-http/backoff.d.ts.map +1 -0
- package/dist/_internal/transport-http/backoff.js +37 -0
- package/dist/_internal/transport-http/contract-client.d.ts +21 -0
- package/dist/_internal/transport-http/contract-client.d.ts.map +1 -0
- package/dist/_internal/transport-http/contract-client.js +31 -0
- package/dist/_internal/transport-http/http-core.d.ts +55 -0
- package/dist/_internal/transport-http/http-core.d.ts.map +1 -0
- package/dist/_internal/transport-http/http-core.js +218 -0
- package/dist/_internal/transport-http/http.d.ts +12 -0
- package/dist/_internal/transport-http/http.d.ts.map +1 -0
- package/dist/_internal/transport-http/http.js +52 -0
- package/dist/_internal/transport-http/index.d.ts +19 -0
- package/dist/_internal/transport-http/index.d.ts.map +1 -0
- package/dist/_internal/transport-http/index.js +9 -0
- package/dist/_internal/transport-http/paths.d.ts +32 -0
- package/dist/_internal/transport-http/paths.d.ts.map +1 -0
- package/dist/_internal/transport-http/paths.js +42 -0
- package/dist/_internal/transport-http/reconnect.d.ts +11 -0
- package/dist/_internal/transport-http/reconnect.d.ts.map +1 -0
- package/dist/_internal/transport-http/reconnect.js +20 -0
- package/dist/_internal/transport-http/retry.d.ts +18 -0
- package/dist/_internal/transport-http/retry.d.ts.map +1 -0
- package/dist/_internal/transport-http/retry.js +46 -0
- package/dist/_internal/transport-http/sse-stream.d.ts +22 -0
- package/dist/_internal/transport-http/sse-stream.d.ts.map +1 -0
- package/dist/_internal/transport-http/sse-stream.js +213 -0
- package/dist/_internal/transport-http/sse.d.ts +7 -0
- package/dist/_internal/transport-http/sse.d.ts.map +1 -0
- package/dist/_internal/transport-http/sse.js +18 -0
- package/dist/_internal/transport-realtime/domain-events.d.ts +18 -0
- package/dist/_internal/transport-realtime/domain-events.d.ts.map +1 -0
- package/dist/_internal/transport-realtime/domain-events.js +116 -0
- package/dist/_internal/transport-realtime/index.d.ts +6 -0
- package/dist/_internal/transport-realtime/index.d.ts.map +1 -0
- package/dist/_internal/transport-realtime/index.js +2 -0
- package/dist/_internal/transport-realtime/runtime-events.d.ts +20 -0
- package/dist/_internal/transport-realtime/runtime-events.d.ts.map +1 -0
- package/dist/_internal/transport-realtime/runtime-events.js +135 -0
- package/dist/auth.d.ts +3 -3
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +1 -1
- package/dist/browser.js +1 -1
- package/dist/client.d.ts +4 -4
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +4 -4
- package/dist/contracts-node.d.ts +2 -0
- package/dist/contracts-node.d.ts.map +1 -0
- package/dist/contracts-node.js +1 -0
- package/dist/contracts.d.ts +2 -0
- package/dist/contracts.d.ts.map +1 -0
- package/dist/contracts.js +1 -0
- package/dist/daemon.d.ts +2 -0
- package/dist/daemon.d.ts.map +1 -0
- package/dist/daemon.js +1 -0
- package/dist/errors.d.ts +2 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +1 -0
- package/dist/index.d.ts +9 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -9
- package/dist/operator.d.ts +2 -0
- package/dist/operator.d.ts.map +1 -0
- package/dist/operator.js +1 -0
- package/dist/peer.d.ts +2 -0
- package/dist/peer.d.ts.map +1 -0
- package/dist/peer.js +1 -0
- package/dist/platform/acp/protocol.d.ts +44 -0
- package/dist/platform/acp/protocol.d.ts.map +1 -0
- package/dist/platform/acp/protocol.js +7 -0
- package/dist/platform/adapters/helpers.d.ts +7 -0
- package/dist/platform/adapters/helpers.d.ts.map +1 -0
- package/dist/platform/adapters/helpers.js +60 -0
- package/dist/platform/agents/archetypes.d.ts +68 -0
- package/dist/platform/agents/archetypes.d.ts.map +1 -0
- package/dist/platform/agents/archetypes.js +272 -0
- package/dist/platform/agents/communication-policy.d.ts +21 -0
- package/dist/platform/agents/communication-policy.d.ts.map +1 -0
- package/dist/platform/agents/communication-policy.js +55 -0
- package/dist/platform/agents/completion-report.d.ts +77 -0
- package/dist/platform/agents/completion-report.d.ts.map +1 -0
- package/dist/platform/agents/completion-report.js +61 -0
- package/dist/platform/agents/orchestrator-utils.d.ts +7 -0
- package/dist/platform/agents/orchestrator-utils.d.ts.map +1 -0
- package/dist/platform/agents/orchestrator-utils.js +23 -0
- package/dist/platform/agents/wrfc-gates.d.ts +8 -0
- package/dist/platform/agents/wrfc-gates.d.ts.map +1 -0
- package/dist/platform/agents/wrfc-gates.js +74 -0
- package/dist/platform/agents/wrfc-plan-sync.d.ts +3 -0
- package/dist/platform/agents/wrfc-plan-sync.d.ts.map +1 -0
- package/dist/platform/agents/wrfc-plan-sync.js +21 -0
- package/dist/platform/agents/wrfc-workmap.d.ts +37 -0
- package/dist/platform/agents/wrfc-workmap.d.ts.map +1 -0
- package/dist/platform/agents/wrfc-workmap.js +81 -0
- package/dist/platform/artifacts/index.d.ts +4 -0
- package/dist/platform/artifacts/index.d.ts.map +1 -0
- package/dist/platform/artifacts/index.js +2 -0
- package/dist/platform/artifacts/store.d.ts +48 -0
- package/dist/platform/artifacts/store.d.ts.map +1 -0
- package/dist/platform/artifacts/store.js +403 -0
- package/dist/platform/artifacts/types.d.ts +55 -0
- package/dist/platform/artifacts/types.d.ts.map +1 -0
- package/dist/platform/artifacts/types.js +91 -0
- package/dist/platform/automation/delivery.d.ts +33 -0
- package/dist/platform/automation/delivery.d.ts.map +1 -0
- package/dist/platform/automation/delivery.js +4 -0
- package/dist/platform/automation/failures.d.ts +34 -0
- package/dist/platform/automation/failures.d.ts.map +1 -0
- package/dist/platform/automation/failures.js +4 -0
- package/dist/platform/automation/jobs.d.ts +30 -0
- package/dist/platform/automation/jobs.d.ts.map +1 -0
- package/dist/platform/automation/jobs.js +4 -0
- package/dist/platform/automation/migration.d.ts +12 -0
- package/dist/platform/automation/migration.d.ts.map +1 -0
- package/dist/platform/automation/migration.js +138 -0
- package/dist/platform/automation/routes.d.ts +33 -0
- package/dist/platform/automation/routes.d.ts.map +1 -0
- package/dist/platform/automation/routes.js +4 -0
- package/dist/platform/automation/runs.d.ts +63 -0
- package/dist/platform/automation/runs.d.ts.map +1 -0
- package/dist/platform/automation/runs.js +4 -0
- package/dist/platform/automation/schedules.d.ts +32 -0
- package/dist/platform/automation/schedules.d.ts.map +1 -0
- package/dist/platform/automation/schedules.js +183 -0
- package/dist/platform/automation/session-targets.d.ts +50 -0
- package/dist/platform/automation/session-targets.d.ts.map +1 -0
- package/dist/platform/automation/session-targets.js +4 -0
- package/dist/platform/automation/sources.d.ts +24 -0
- package/dist/platform/automation/sources.d.ts.map +1 -0
- package/dist/platform/automation/sources.js +4 -0
- package/dist/platform/automation/store/jobs.d.ts +18 -0
- package/dist/platform/automation/store/jobs.d.ts.map +1 -0
- package/dist/platform/automation/store/jobs.js +33 -0
- package/dist/platform/automation/store/paths.d.ts +6 -0
- package/dist/platform/automation/store/paths.d.ts.map +1 -0
- package/dist/platform/automation/store/paths.js +13 -0
- package/dist/platform/automation/store/routes.d.ts +18 -0
- package/dist/platform/automation/store/routes.d.ts.map +1 -0
- package/dist/platform/automation/store/routes.js +33 -0
- package/dist/platform/automation/store/runs.d.ts +18 -0
- package/dist/platform/automation/store/runs.d.ts.map +1 -0
- package/dist/platform/automation/store/runs.js +33 -0
- package/dist/platform/automation/store/sources.d.ts +18 -0
- package/dist/platform/automation/store/sources.d.ts.map +1 -0
- package/dist/platform/automation/store/sources.js +33 -0
- package/dist/platform/automation/types.d.ts +170 -0
- package/dist/platform/automation/types.d.ts.map +1 -0
- package/dist/platform/automation/types.js +5 -0
- package/dist/platform/bookmarks/manager.d.ts +53 -0
- package/dist/platform/bookmarks/manager.d.ts.map +1 -0
- package/dist/platform/bookmarks/manager.js +106 -0
- package/dist/platform/channels/builtin/descriptors.d.ts +5 -0
- package/dist/platform/channels/builtin/descriptors.d.ts.map +1 -0
- package/dist/platform/channels/builtin/descriptors.js +566 -0
- package/dist/platform/channels/builtin/parsing.d.ts +8 -0
- package/dist/platform/channels/builtin/parsing.d.ts.map +1 -0
- package/dist/platform/channels/builtin/parsing.js +48 -0
- package/dist/platform/channels/builtin/presentation.d.ts +4 -0
- package/dist/platform/channels/builtin/presentation.d.ts.map +1 -0
- package/dist/platform/channels/builtin/presentation.js +70 -0
- package/dist/platform/channels/policy-manager.d.ts +25 -0
- package/dist/platform/channels/policy-manager.d.ts.map +1 -0
- package/dist/platform/channels/policy-manager.js +236 -0
- package/dist/platform/channels/types.d.ts +429 -0
- package/dist/platform/channels/types.d.ts.map +1 -0
- package/dist/platform/channels/types.js +4 -0
- package/dist/platform/config/oauth-local-listener.d.ts +18 -0
- package/dist/platform/config/oauth-local-listener.d.ts.map +1 -0
- package/dist/platform/config/oauth-local-listener.js +125 -0
- package/dist/platform/config/openai-codex-auth.d.ts +21 -0
- package/dist/platform/config/openai-codex-auth.d.ts.map +1 -0
- package/dist/platform/config/openai-codex-auth.js +77 -0
- package/dist/platform/config/schema-domain-core.d.ts +120 -0
- package/dist/platform/config/schema-domain-core.d.ts.map +1 -0
- package/dist/platform/config/schema-domain-core.js +610 -0
- package/dist/platform/config/schema-domain-runtime.d.ts +71 -0
- package/dist/platform/config/schema-domain-runtime.d.ts.map +1 -0
- package/dist/platform/config/schema-domain-runtime.js +345 -0
- package/dist/platform/config/schema-domain-surfaces.d.ts +117 -0
- package/dist/platform/config/schema-domain-surfaces.d.ts.map +1 -0
- package/dist/platform/config/schema-domain-surfaces.js +420 -0
- package/dist/platform/config/schema-shared.d.ts +9 -0
- package/dist/platform/config/schema-shared.d.ts.map +1 -0
- package/dist/platform/config/schema-shared.js +1 -0
- package/dist/platform/config/schema-types.d.ts +340 -0
- package/dist/platform/config/schema-types.d.ts.map +1 -0
- package/dist/platform/config/schema-types.js +4 -0
- package/dist/platform/config/schema.d.ts +12 -0
- package/dist/platform/config/schema.d.ts.map +1 -0
- package/dist/platform/config/schema.js +46 -0
- package/dist/platform/config/secret-refs.d.ts +88 -0
- package/dist/platform/config/secret-refs.d.ts.map +1 -0
- package/dist/platform/config/secret-refs.js +552 -0
- package/dist/platform/config/subscriptions.d.ts +66 -0
- package/dist/platform/config/subscriptions.d.ts.map +1 -0
- package/dist/platform/config/subscriptions.js +167 -0
- package/dist/platform/control-plane/auth-snapshot.d.ts +14 -0
- package/dist/platform/control-plane/auth-snapshot.d.ts.map +1 -0
- package/dist/platform/control-plane/auth-snapshot.js +1 -0
- package/dist/platform/control-plane/gateway-web-ui.d.ts +2 -0
- package/dist/platform/control-plane/gateway-web-ui.d.ts.map +1 -0
- package/dist/platform/control-plane/gateway-web-ui.js +740 -0
- package/dist/platform/control-plane/routes/api-router.d.ts +2 -0
- package/dist/platform/control-plane/routes/api-router.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/api-router.js +1 -0
- package/dist/platform/control-plane/routes/automation.d.ts +3 -0
- package/dist/platform/control-plane/routes/automation.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/automation.js +56 -0
- package/dist/platform/control-plane/routes/context.d.ts +2 -0
- package/dist/platform/control-plane/routes/context.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/context.js +1 -0
- package/dist/platform/control-plane/routes/index.d.ts +8 -0
- package/dist/platform/control-plane/routes/index.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/index.js +6 -0
- package/dist/platform/control-plane/routes/operator.d.ts +3 -0
- package/dist/platform/control-plane/routes/operator.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/operator.js +395 -0
- package/dist/platform/control-plane/routes/remote.d.ts +3 -0
- package/dist/platform/control-plane/routes/remote.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/remote.js +35 -0
- package/dist/platform/control-plane/routes/sessions.d.ts +3 -0
- package/dist/platform/control-plane/routes/sessions.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/sessions.js +37 -0
- package/dist/platform/control-plane/routes/tasks.d.ts +3 -0
- package/dist/platform/control-plane/routes/tasks.d.ts.map +1 -0
- package/dist/platform/control-plane/routes/tasks.js +22 -0
- package/dist/platform/control-plane/session-broker-internals.d.ts +25 -0
- package/dist/platform/control-plane/session-broker-internals.d.ts.map +1 -0
- package/dist/platform/control-plane/session-broker-internals.js +3 -0
- package/dist/platform/control-plane/session-broker-state.d.ts +19 -0
- package/dist/platform/control-plane/session-broker-state.d.ts.map +1 -0
- package/dist/platform/control-plane/session-broker-state.js +56 -0
- package/dist/platform/control-plane/session-intents.d.ts +65 -0
- package/dist/platform/control-plane/session-intents.d.ts.map +1 -0
- package/dist/platform/control-plane/session-intents.js +2 -0
- package/dist/platform/control-plane/session-types.d.ts +81 -0
- package/dist/platform/control-plane/session-types.d.ts.map +1 -0
- package/dist/platform/control-plane/session-types.js +1 -0
- package/dist/platform/control-plane/types.d.ts +42 -0
- package/dist/platform/control-plane/types.d.ts.map +1 -0
- package/dist/platform/control-plane/types.js +4 -0
- package/dist/platform/core/adaptive-planner.d.ts +137 -0
- package/dist/platform/core/adaptive-planner.d.ts.map +1 -0
- package/dist/platform/core/adaptive-planner.js +288 -0
- package/dist/platform/core/circuit-breaker.d.ts +18 -0
- package/dist/platform/core/circuit-breaker.d.ts.map +1 -0
- package/dist/platform/core/circuit-breaker.js +25 -0
- package/dist/platform/core/conversation-follow-ups.d.ts +7 -0
- package/dist/platform/core/conversation-follow-ups.d.ts.map +1 -0
- package/dist/platform/core/conversation-follow-ups.js +32 -0
- package/dist/platform/core/deterministic-replay.d.ts +201 -0
- package/dist/platform/core/deterministic-replay.d.ts.map +1 -0
- package/dist/platform/core/deterministic-replay.js +569 -0
- package/dist/platform/core/execution-plan.d.ts +73 -0
- package/dist/platform/core/execution-plan.d.ts.map +1 -0
- package/dist/platform/core/execution-plan.js +463 -0
- package/dist/platform/core/history.d.ts +22 -0
- package/dist/platform/core/history.d.ts.map +1 -0
- package/dist/platform/core/history.js +43 -0
- package/dist/platform/core/intent-classifier.d.ts +18 -0
- package/dist/platform/core/intent-classifier.d.ts.map +1 -0
- package/dist/platform/core/intent-classifier.js +91 -0
- package/dist/platform/core/replay-command-handler.d.ts +38 -0
- package/dist/platform/core/replay-command-handler.d.ts.map +1 -0
- package/dist/platform/core/replay-command-handler.js +229 -0
- package/dist/platform/core/session-lineage.d.ts +42 -0
- package/dist/platform/core/session-lineage.d.ts.map +1 -0
- package/dist/platform/core/session-lineage.js +68 -0
- package/dist/platform/core/session-memory.d.ts +31 -0
- package/dist/platform/core/session-memory.d.ts.map +1 -0
- package/dist/platform/core/session-memory.js +42 -0
- package/dist/platform/core/tokenizer.d.ts +30 -0
- package/dist/platform/core/tokenizer.d.ts.map +1 -0
- package/dist/platform/core/tokenizer.js +312 -0
- package/dist/platform/core/tool-reconciliation.d.ts +85 -0
- package/dist/platform/core/tool-reconciliation.d.ts.map +1 -0
- package/dist/platform/core/tool-reconciliation.js +35 -0
- package/dist/platform/core/transcript-events/grouping.d.ts +10 -0
- package/dist/platform/core/transcript-events/grouping.d.ts.map +1 -0
- package/dist/platform/core/transcript-events/grouping.js +17 -0
- package/dist/platform/core/transcript-events/types.d.ts +11 -0
- package/dist/platform/core/transcript-events/types.d.ts.map +1 -0
- package/dist/platform/core/transcript-events/types.js +1 -0
- package/dist/platform/daemon/http/channel-route-types.d.ts +2 -0
- package/dist/platform/daemon/http/channel-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/channel-route-types.js +1 -0
- package/dist/platform/daemon/http/channel-routes.d.ts +2 -0
- package/dist/platform/daemon/http/channel-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/channel-routes.js +1 -0
- package/dist/platform/daemon/http/control-routes.d.ts +2 -0
- package/dist/platform/daemon/http/control-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/control-routes.js +1 -0
- package/dist/platform/daemon/http/error-response.d.ts +2 -0
- package/dist/platform/daemon/http/error-response.d.ts.map +1 -0
- package/dist/platform/daemon/http/error-response.js +1 -0
- package/dist/platform/daemon/http/integration-route-types.d.ts +10 -0
- package/dist/platform/daemon/http/integration-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/integration-route-types.js +1 -0
- package/dist/platform/daemon/http/integration-routes.d.ts +2 -0
- package/dist/platform/daemon/http/integration-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/integration-routes.js +1 -0
- package/dist/platform/daemon/http/knowledge-route-types.d.ts +5 -0
- package/dist/platform/daemon/http/knowledge-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/knowledge-route-types.js +1 -0
- package/dist/platform/daemon/http/knowledge-routes.d.ts +2 -0
- package/dist/platform/daemon/http/knowledge-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/knowledge-routes.js +1 -0
- package/dist/platform/daemon/http/media-route-types.d.ts +17 -0
- package/dist/platform/daemon/http/media-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/media-route-types.js +1 -0
- package/dist/platform/daemon/http/media-routes.d.ts +2 -0
- package/dist/platform/daemon/http/media-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/media-routes.js +1 -0
- package/dist/platform/daemon/http/remote-routes.d.ts +2 -0
- package/dist/platform/daemon/http/remote-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/remote-routes.js +1 -0
- package/dist/platform/daemon/http/route-helpers.d.ts +5 -0
- package/dist/platform/daemon/http/route-helpers.d.ts.map +1 -0
- package/dist/platform/daemon/http/route-helpers.js +21 -0
- package/dist/platform/daemon/http/runtime-automation-routes.d.ts +2 -0
- package/dist/platform/daemon/http/runtime-automation-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/runtime-automation-routes.js +1 -0
- package/dist/platform/daemon/http/runtime-route-types.d.ts +240 -0
- package/dist/platform/daemon/http/runtime-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/runtime-route-types.js +1 -0
- package/dist/platform/daemon/http/runtime-routes.d.ts +3 -0
- package/dist/platform/daemon/http/runtime-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/runtime-routes.js +1 -0
- package/dist/platform/daemon/http/runtime-session-routes.d.ts +2 -0
- package/dist/platform/daemon/http/runtime-session-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/runtime-session-routes.js +1 -0
- package/dist/platform/daemon/http/system-route-types.d.ts +52 -0
- package/dist/platform/daemon/http/system-route-types.d.ts.map +1 -0
- package/dist/platform/daemon/http/system-route-types.js +1 -0
- package/dist/platform/daemon/http/system-routes.d.ts +2 -0
- package/dist/platform/daemon/http/system-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/system-routes.js +1 -0
- package/dist/platform/daemon/http/telemetry-routes.d.ts +2 -0
- package/dist/platform/daemon/http/telemetry-routes.d.ts.map +1 -0
- package/dist/platform/daemon/http/telemetry-routes.js +1 -0
- package/dist/platform/daemon/http-policy.d.ts +33 -0
- package/dist/platform/daemon/http-policy.d.ts.map +1 -0
- package/dist/platform/daemon/http-policy.js +29 -0
- package/dist/platform/discovery/index.d.ts +3 -0
- package/dist/platform/discovery/index.d.ts.map +1 -0
- package/dist/platform/discovery/index.js +2 -0
- package/dist/platform/discovery/mcp-scanner.d.ts +18 -0
- package/dist/platform/discovery/mcp-scanner.d.ts.map +1 -0
- package/dist/platform/discovery/mcp-scanner.js +218 -0
- package/dist/platform/discovery/scanner.d.ts +49 -0
- package/dist/platform/discovery/scanner.d.ts.map +1 -0
- package/dist/platform/discovery/scanner.js +655 -0
- package/dist/platform/hooks/activity.d.ts +28 -0
- package/dist/platform/hooks/activity.d.ts.map +1 -0
- package/dist/platform/hooks/activity.js +28 -0
- package/dist/platform/hooks/contracts.d.ts +22 -0
- package/dist/platform/hooks/contracts.d.ts.map +1 -0
- package/dist/platform/hooks/contracts.js +350 -0
- package/dist/platform/hooks/matcher.d.ts +13 -0
- package/dist/platform/hooks/matcher.d.ts.map +1 -0
- package/dist/platform/hooks/matcher.js +35 -0
- package/dist/platform/hooks/runners/command.d.ts +22 -0
- package/dist/platform/hooks/runners/command.d.ts.map +1 -0
- package/dist/platform/hooks/runners/command.js +77 -0
- package/dist/platform/hooks/runners/http.d.ts +7 -0
- package/dist/platform/hooks/runners/http.d.ts.map +1 -0
- package/dist/platform/hooks/runners/http.js +54 -0
- package/dist/platform/hooks/runners/typescript.d.ts +7 -0
- package/dist/platform/hooks/runners/typescript.d.ts.map +1 -0
- package/dist/platform/hooks/runners/typescript.js +42 -0
- package/dist/platform/hooks/types.d.ts +94 -0
- package/dist/platform/hooks/types.d.ts.map +1 -0
- package/dist/platform/hooks/types.js +1 -0
- package/dist/platform/integrations/delivery.d.ts +186 -0
- package/dist/platform/integrations/delivery.d.ts.map +1 -0
- package/dist/platform/integrations/delivery.js +311 -0
- package/dist/platform/integrations/discord.d.ts +171 -0
- package/dist/platform/integrations/discord.d.ts.map +1 -0
- package/dist/platform/integrations/discord.js +445 -0
- package/dist/platform/integrations/github.d.ts +43 -0
- package/dist/platform/integrations/github.d.ts.map +1 -0
- package/dist/platform/integrations/github.js +237 -0
- package/dist/platform/integrations/ntfy.d.ts +43 -0
- package/dist/platform/integrations/ntfy.d.ts.map +1 -0
- package/dist/platform/integrations/ntfy.js +128 -0
- package/dist/platform/integrations/slack.d.ts +190 -0
- package/dist/platform/integrations/slack.d.ts.map +1 -0
- package/dist/platform/integrations/slack.js +374 -0
- package/dist/platform/intelligence/config.d.ts +35 -0
- package/dist/platform/intelligence/config.d.ts.map +1 -0
- package/dist/platform/intelligence/config.js +116 -0
- package/dist/platform/intelligence/facade.d.ts +99 -0
- package/dist/platform/intelligence/facade.d.ts.map +1 -0
- package/dist/platform/intelligence/facade.js +336 -0
- package/dist/platform/intelligence/import-graph.d.ts +83 -0
- package/dist/platform/intelligence/import-graph.d.ts.map +1 -0
- package/dist/platform/intelligence/import-graph.js +257 -0
- package/dist/platform/intelligence/index.d.ts +19 -0
- package/dist/platform/intelligence/index.d.ts.map +1 -0
- package/dist/platform/intelligence/index.js +18 -0
- package/dist/platform/intelligence/lsp/binary-downloader.d.ts +17 -0
- package/dist/platform/intelligence/lsp/binary-downloader.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/binary-downloader.js +245 -0
- package/dist/platform/intelligence/lsp/capabilities.d.ts +18 -0
- package/dist/platform/intelligence/lsp/capabilities.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/capabilities.js +58 -0
- package/dist/platform/intelligence/lsp/client.d.ts +33 -0
- package/dist/platform/intelligence/lsp/client.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/client.js +238 -0
- package/dist/platform/intelligence/lsp/index.d.ts +8 -0
- package/dist/platform/intelligence/lsp/index.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/index.js +4 -0
- package/dist/platform/intelligence/lsp/protocol.d.ts +101 -0
- package/dist/platform/intelligence/lsp/protocol.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/protocol.js +29 -0
- package/dist/platform/intelligence/lsp/service.d.ts +45 -0
- package/dist/platform/intelligence/lsp/service.d.ts.map +1 -0
- package/dist/platform/intelligence/lsp/service.js +213 -0
- package/dist/platform/intelligence/tree-sitter/embedded-wasm.d.ts +22 -0
- package/dist/platform/intelligence/tree-sitter/embedded-wasm.d.ts.map +1 -0
- package/dist/platform/intelligence/tree-sitter/embedded-wasm.js +35 -0
- package/dist/platform/intelligence/tree-sitter/index.d.ts +10 -0
- package/dist/platform/intelligence/tree-sitter/index.d.ts.map +1 -0
- package/dist/platform/intelligence/tree-sitter/index.js +8 -0
- package/dist/platform/intelligence/tree-sitter/languages.d.ts +17 -0
- package/dist/platform/intelligence/tree-sitter/languages.d.ts.map +1 -0
- package/dist/platform/intelligence/tree-sitter/languages.js +77 -0
- package/dist/platform/intelligence/tree-sitter/queries.d.ts +48 -0
- package/dist/platform/intelligence/tree-sitter/queries.d.ts.map +1 -0
- package/dist/platform/intelligence/tree-sitter/queries.js +403 -0
- package/dist/platform/intelligence/tree-sitter/service.d.ts +48 -0
- package/dist/platform/intelligence/tree-sitter/service.d.ts.map +1 -0
- package/dist/platform/intelligence/tree-sitter/service.js +171 -0
- package/dist/platform/knowledge/bookmarks.d.ts +3 -0
- package/dist/platform/knowledge/bookmarks.d.ts.map +1 -0
- package/dist/platform/knowledge/bookmarks.js +150 -0
- package/dist/platform/knowledge/connectors.d.ts +13 -0
- package/dist/platform/knowledge/connectors.d.ts.map +1 -0
- package/dist/platform/knowledge/connectors.js +248 -0
- package/dist/platform/knowledge/extractors.d.ts +16 -0
- package/dist/platform/knowledge/extractors.d.ts.map +1 -0
- package/dist/platform/knowledge/extractors.js +518 -0
- package/dist/platform/knowledge/graphql-schema.d.ts +45 -0
- package/dist/platform/knowledge/graphql-schema.d.ts.map +1 -0
- package/dist/platform/knowledge/graphql-schema.js +534 -0
- package/dist/platform/knowledge/persistence.d.ts +6 -0
- package/dist/platform/knowledge/persistence.d.ts.map +1 -0
- package/dist/platform/knowledge/persistence.js +3 -0
- package/dist/platform/knowledge/projections.d.ts +47 -0
- package/dist/platform/knowledge/projections.d.ts.map +1 -0
- package/dist/platform/knowledge/projections.js +674 -0
- package/dist/platform/knowledge/store-load.d.ts +16 -0
- package/dist/platform/knowledge/store-load.d.ts.map +1 -0
- package/dist/platform/knowledge/store-load.js +21 -0
- package/dist/platform/knowledge/store-read.d.ts +50 -0
- package/dist/platform/knowledge/store-read.d.ts.map +1 -0
- package/dist/platform/knowledge/store-read.js +183 -0
- package/dist/platform/knowledge/store-schema.d.ts +22 -0
- package/dist/platform/knowledge/store-schema.d.ts.map +1 -0
- package/dist/platform/knowledge/store-schema.js +408 -0
- package/dist/platform/knowledge/store.d.ts +76 -0
- package/dist/platform/knowledge/store.d.ts.map +1 -0
- package/dist/platform/knowledge/store.js +656 -0
- package/dist/platform/knowledge/types.d.ts +452 -0
- package/dist/platform/knowledge/types.d.ts.map +1 -0
- package/dist/platform/knowledge/types.js +1 -0
- package/dist/platform/mcp/config.d.ts +29 -0
- package/dist/platform/mcp/config.d.ts.map +1 -0
- package/dist/platform/mcp/config.js +99 -0
- package/dist/platform/media/builtin-generation-providers.d.ts +3 -0
- package/dist/platform/media/builtin-generation-providers.d.ts.map +1 -0
- package/dist/platform/media/builtin-generation-providers.js +552 -0
- package/dist/platform/media/provider-registry.d.ts +85 -0
- package/dist/platform/media/provider-registry.d.ts.map +1 -0
- package/dist/platform/media/provider-registry.js +57 -0
- package/dist/platform/multimodal/types.d.ts +71 -0
- package/dist/platform/multimodal/types.d.ts.map +1 -0
- package/dist/platform/multimodal/types.js +1 -0
- package/dist/platform/permissions/analysis.d.ts +3 -0
- package/dist/platform/permissions/analysis.d.ts.map +1 -0
- package/dist/platform/permissions/analysis.js +220 -0
- package/dist/platform/permissions/briefs/render-hints.d.ts +3 -0
- package/dist/platform/permissions/briefs/render-hints.d.ts.map +1 -0
- package/dist/platform/permissions/briefs/render-hints.js +3 -0
- package/dist/platform/permissions/briefs/types.d.ts +10 -0
- package/dist/platform/permissions/briefs/types.d.ts.map +1 -0
- package/dist/platform/permissions/briefs/types.js +1 -0
- package/dist/platform/permissions/types.d.ts +27 -0
- package/dist/platform/permissions/types.d.ts.map +1 -0
- package/dist/platform/permissions/types.js +1 -0
- package/dist/platform/profiles/manager.d.ts +57 -0
- package/dist/platform/profiles/manager.d.ts.map +1 -0
- package/dist/platform/profiles/manager.js +140 -0
- package/dist/platform/providers/cache-capability.d.ts +50 -0
- package/dist/platform/providers/cache-capability.d.ts.map +1 -0
- package/dist/platform/providers/cache-capability.js +124 -0
- package/dist/platform/providers/cache-strategy.d.ts +76 -0
- package/dist/platform/providers/cache-strategy.d.ts.map +1 -0
- package/dist/platform/providers/cache-strategy.js +160 -0
- package/dist/platform/providers/context-discovery.d.ts +99 -0
- package/dist/platform/providers/context-discovery.d.ts.map +1 -0
- package/dist/platform/providers/context-discovery.js +341 -0
- package/dist/platform/providers/effort-levels.d.ts +6 -0
- package/dist/platform/providers/effort-levels.d.ts.map +1 -0
- package/dist/platform/providers/effort-levels.js +10 -0
- package/dist/platform/providers/favorites.d.ts +33 -0
- package/dist/platform/providers/favorites.d.ts.map +1 -0
- package/dist/platform/providers/favorites.js +102 -0
- package/dist/platform/providers/local-context-ingestion.d.ts +89 -0
- package/dist/platform/providers/local-context-ingestion.d.ts.map +1 -0
- package/dist/platform/providers/local-context-ingestion.js +119 -0
- package/dist/platform/providers/microsoft-foundry-shared.d.ts +3 -0
- package/dist/platform/providers/microsoft-foundry-shared.d.ts.map +1 -0
- package/dist/platform/providers/microsoft-foundry-shared.js +20 -0
- package/dist/platform/providers/model-benchmarks.d.ts +43 -0
- package/dist/platform/providers/model-benchmarks.d.ts.map +1 -0
- package/dist/platform/providers/model-benchmarks.js +268 -0
- package/dist/platform/providers/openai-stream-delta.d.ts +13 -0
- package/dist/platform/providers/openai-stream-delta.d.ts.map +1 -0
- package/dist/platform/providers/openai-stream-delta.js +121 -0
- package/dist/platform/runtime/auth/oauth-core.d.ts +32 -0
- package/dist/platform/runtime/auth/oauth-core.d.ts.map +1 -0
- package/dist/platform/runtime/auth/oauth-core.js +121 -0
- package/dist/platform/runtime/contracts/index.d.ts +40 -0
- package/dist/platform/runtime/contracts/index.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/index.js +137 -0
- package/dist/platform/runtime/contracts/migrations/event-envelope.d.ts +23 -0
- package/dist/platform/runtime/contracts/migrations/event-envelope.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/event-envelope.js +41 -0
- package/dist/platform/runtime/contracts/migrations/index.d.ts +75 -0
- package/dist/platform/runtime/contracts/migrations/index.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/index.js +158 -0
- package/dist/platform/runtime/contracts/migrations/plugin-manifest.d.ts +23 -0
- package/dist/platform/runtime/contracts/migrations/plugin-manifest.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/plugin-manifest.js +41 -0
- package/dist/platform/runtime/contracts/migrations/runtime-state.d.ts +23 -0
- package/dist/platform/runtime/contracts/migrations/runtime-state.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/runtime-state.js +44 -0
- package/dist/platform/runtime/contracts/migrations/session.d.ts +23 -0
- package/dist/platform/runtime/contracts/migrations/session.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/session.js +42 -0
- package/dist/platform/runtime/contracts/migrations/task-record.d.ts +23 -0
- package/dist/platform/runtime/contracts/migrations/task-record.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/migrations/task-record.js +41 -0
- package/dist/platform/runtime/contracts/types.d.ts +122 -0
- package/dist/platform/runtime/contracts/types.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/types.js +48 -0
- package/dist/platform/runtime/contracts/validators/event-envelope.d.ts +24 -0
- package/dist/platform/runtime/contracts/validators/event-envelope.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/validators/event-envelope.js +104 -0
- package/dist/platform/runtime/contracts/validators/index.d.ts +11 -0
- package/dist/platform/runtime/contracts/validators/index.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/validators/index.js +10 -0
- package/dist/platform/runtime/contracts/validators/runtime-state.d.ts +23 -0
- package/dist/platform/runtime/contracts/validators/runtime-state.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/validators/runtime-state.js +101 -0
- package/dist/platform/runtime/contracts/validators/session.d.ts +24 -0
- package/dist/platform/runtime/contracts/validators/session.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/validators/session.js +103 -0
- package/dist/platform/runtime/contracts/version.d.ts +84 -0
- package/dist/platform/runtime/contracts/version.d.ts.map +1 -0
- package/dist/platform/runtime/contracts/version.js +41 -0
- package/dist/platform/runtime/deferred-startup.d.ts +11 -0
- package/dist/platform/runtime/deferred-startup.d.ts.map +1 -0
- package/dist/platform/runtime/deferred-startup.js +37 -0
- package/dist/platform/runtime/diagnostics/panels/divergence.d.ts +66 -0
- package/dist/platform/runtime/diagnostics/panels/divergence.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/divergence.js +93 -0
- package/dist/platform/runtime/diagnostics/panels/forensics.d.ts +38 -0
- package/dist/platform/runtime/diagnostics/panels/forensics.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/forensics.js +56 -0
- package/dist/platform/runtime/diagnostics/panels/panel-resources.d.ts +55 -0
- package/dist/platform/runtime/diagnostics/panels/panel-resources.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/panel-resources.js +125 -0
- package/dist/platform/runtime/diagnostics/panels/replay.d.ts +34 -0
- package/dist/platform/runtime/diagnostics/panels/replay.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/replay.js +67 -0
- package/dist/platform/runtime/diagnostics/panels/security.d.ts +89 -0
- package/dist/platform/runtime/diagnostics/panels/security.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/security.js +118 -0
- package/dist/platform/runtime/diagnostics/panels/state-inspector.d.ts +112 -0
- package/dist/platform/runtime/diagnostics/panels/state-inspector.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/state-inspector.js +122 -0
- package/dist/platform/runtime/diagnostics/panels/tool-contracts.d.ts +99 -0
- package/dist/platform/runtime/diagnostics/panels/tool-contracts.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/tool-contracts.js +172 -0
- package/dist/platform/runtime/diagnostics/panels/transport.d.ts +146 -0
- package/dist/platform/runtime/diagnostics/panels/transport.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/panels/transport.js +268 -0
- package/dist/platform/runtime/diagnostics/types.d.ts +533 -0
- package/dist/platform/runtime/diagnostics/types.d.ts.map +1 -0
- package/dist/platform/runtime/diagnostics/types.js +58 -0
- package/dist/platform/runtime/eval/baseline.d.ts +41 -0
- package/dist/platform/runtime/eval/baseline.d.ts.map +1 -0
- package/dist/platform/runtime/eval/baseline.js +123 -0
- package/dist/platform/runtime/eval/format.d.ts +16 -0
- package/dist/platform/runtime/eval/format.d.ts.map +1 -0
- package/dist/platform/runtime/eval/format.js +58 -0
- package/dist/platform/runtime/eval/scorecard.d.ts +32 -0
- package/dist/platform/runtime/eval/scorecard.d.ts.map +1 -0
- package/dist/platform/runtime/eval/scorecard.js +231 -0
- package/dist/platform/runtime/eval/types.d.ts +156 -0
- package/dist/platform/runtime/eval/types.d.ts.map +1 -0
- package/dist/platform/runtime/eval/types.js +7 -0
- package/dist/platform/runtime/event-envelope.d.ts +3 -0
- package/dist/platform/runtime/event-envelope.d.ts.map +1 -0
- package/dist/platform/runtime/event-envelope.js +1 -0
- package/dist/platform/runtime/event-feeds.d.ts +3 -0
- package/dist/platform/runtime/event-feeds.d.ts.map +1 -0
- package/dist/platform/runtime/event-feeds.js +1 -0
- package/dist/platform/runtime/events/agents.d.ts +81 -0
- package/dist/platform/runtime/events/agents.d.ts.map +1 -0
- package/dist/platform/runtime/events/agents.js +6 -0
- package/dist/platform/runtime/events/automation.d.ts +72 -0
- package/dist/platform/runtime/events/automation.d.ts.map +1 -0
- package/dist/platform/runtime/events/automation.js +5 -0
- package/dist/platform/runtime/events/communication.d.ts +41 -0
- package/dist/platform/runtime/events/communication.d.ts.map +1 -0
- package/dist/platform/runtime/events/communication.js +4 -0
- package/dist/platform/runtime/events/compaction.d.ts +98 -0
- package/dist/platform/runtime/events/compaction.d.ts.map +1 -0
- package/dist/platform/runtime/events/compaction.js +6 -0
- package/dist/platform/runtime/events/contracts/agent-mcp.d.ts +8 -0
- package/dist/platform/runtime/events/contracts/agent-mcp.d.ts.map +1 -0
- package/dist/platform/runtime/events/contracts/agent-mcp.js +40 -0
- package/dist/platform/runtime/events/contracts/automation-route.d.ts +41 -0
- package/dist/platform/runtime/events/contracts/automation-route.d.ts.map +1 -0
- package/dist/platform/runtime/events/contracts/automation-route.js +315 -0
- package/dist/platform/runtime/events/contracts/shared.d.ts +27 -0
- package/dist/platform/runtime/events/contracts/shared.d.ts.map +1 -0
- package/dist/platform/runtime/events/contracts/shared.js +71 -0
- package/dist/platform/runtime/events/contracts/turn-tool.d.ts +10 -0
- package/dist/platform/runtime/events/contracts/turn-tool.d.ts.map +1 -0
- package/dist/platform/runtime/events/contracts/turn-tool.js +53 -0
- package/dist/platform/runtime/events/contracts.d.ts +11 -0
- package/dist/platform/runtime/events/contracts.d.ts.map +1 -0
- package/dist/platform/runtime/events/contracts.js +83 -0
- package/dist/platform/runtime/events/control-plane.d.ts +42 -0
- package/dist/platform/runtime/events/control-plane.d.ts.map +1 -0
- package/dist/platform/runtime/events/control-plane.js +24 -0
- package/dist/platform/runtime/events/deliveries.d.ts +54 -0
- package/dist/platform/runtime/events/deliveries.d.ts.map +1 -0
- package/dist/platform/runtime/events/deliveries.js +4 -0
- package/dist/platform/runtime/events/envelope.d.ts +3 -0
- package/dist/platform/runtime/events/envelope.d.ts.map +1 -0
- package/dist/platform/runtime/events/envelope.js +1 -0
- package/dist/platform/runtime/events/forensics.d.ts +31 -0
- package/dist/platform/runtime/events/forensics.d.ts.map +1 -0
- package/dist/platform/runtime/events/forensics.js +7 -0
- package/dist/platform/runtime/events/knowledge.d.ts +76 -0
- package/dist/platform/runtime/events/knowledge.d.ts.map +1 -0
- package/dist/platform/runtime/events/knowledge.js +4 -0
- package/dist/platform/runtime/events/mcp.d.ts +90 -0
- package/dist/platform/runtime/events/mcp.d.ts.map +1 -0
- package/dist/platform/runtime/events/mcp.js +6 -0
- package/dist/platform/runtime/events/ops.d.ts +81 -0
- package/dist/platform/runtime/events/ops.d.ts.map +1 -0
- package/dist/platform/runtime/events/ops.js +8 -0
- package/dist/platform/runtime/events/orchestration.d.ts +75 -0
- package/dist/platform/runtime/events/orchestration.d.ts.map +1 -0
- package/dist/platform/runtime/events/orchestration.js +4 -0
- package/dist/platform/runtime/events/permissions.d.ts +78 -0
- package/dist/platform/runtime/events/permissions.d.ts.map +1 -0
- package/dist/platform/runtime/events/permissions.js +6 -0
- package/dist/platform/runtime/events/planner.d.ts +13 -0
- package/dist/platform/runtime/events/planner.d.ts.map +1 -0
- package/dist/platform/runtime/events/planner.js +1 -0
- package/dist/platform/runtime/events/plugins.d.ts +60 -0
- package/dist/platform/runtime/events/plugins.d.ts.map +1 -0
- package/dist/platform/runtime/events/plugins.js +6 -0
- package/dist/platform/runtime/events/providers.d.ts +19 -0
- package/dist/platform/runtime/events/providers.d.ts.map +1 -0
- package/dist/platform/runtime/events/providers.js +1 -0
- package/dist/platform/runtime/events/routes.d.ts +40 -0
- package/dist/platform/runtime/events/routes.d.ts.map +1 -0
- package/dist/platform/runtime/events/routes.js +22 -0
- package/dist/platform/runtime/events/security.d.ts +44 -0
- package/dist/platform/runtime/events/security.d.ts.map +1 -0
- package/dist/platform/runtime/events/security.js +8 -0
- package/dist/platform/runtime/events/session.d.ts +51 -0
- package/dist/platform/runtime/events/session.d.ts.map +1 -0
- package/dist/platform/runtime/events/session.js +6 -0
- package/dist/platform/runtime/events/surfaces.d.ts +37 -0
- package/dist/platform/runtime/events/surfaces.d.ts.map +1 -0
- package/dist/platform/runtime/events/surfaces.js +4 -0
- package/dist/platform/runtime/events/tasks.d.ts +60 -0
- package/dist/platform/runtime/events/tasks.d.ts.map +1 -0
- package/dist/platform/runtime/events/tasks.js +6 -0
- package/dist/platform/runtime/events/tools.d.ts +131 -0
- package/dist/platform/runtime/events/tools.d.ts.map +1 -0
- package/dist/platform/runtime/events/tools.js +6 -0
- package/dist/platform/runtime/events/transport.d.ts +57 -0
- package/dist/platform/runtime/events/transport.d.ts.map +1 -0
- package/dist/platform/runtime/events/transport.js +6 -0
- package/dist/platform/runtime/events/ui.d.ts +59 -0
- package/dist/platform/runtime/events/ui.d.ts.map +1 -0
- package/dist/platform/runtime/events/ui.js +6 -0
- package/dist/platform/runtime/events/watchers.d.ts +35 -0
- package/dist/platform/runtime/events/watchers.d.ts.map +1 -0
- package/dist/platform/runtime/events/watchers.js +4 -0
- package/dist/platform/runtime/execution-intents.d.ts +13 -0
- package/dist/platform/runtime/execution-intents.d.ts.map +1 -0
- package/dist/platform/runtime/execution-intents.js +3 -0
- package/dist/platform/runtime/feature-flags/flags.d.ts +21 -0
- package/dist/platform/runtime/feature-flags/flags.d.ts.map +1 -0
- package/dist/platform/runtime/feature-flags/flags.js +472 -0
- package/dist/platform/runtime/feature-flags/index.d.ts +22 -0
- package/dist/platform/runtime/feature-flags/index.d.ts.map +1 -0
- package/dist/platform/runtime/feature-flags/index.js +19 -0
- package/dist/platform/runtime/feature-flags/manager.d.ts +133 -0
- package/dist/platform/runtime/feature-flags/manager.d.ts.map +1 -0
- package/dist/platform/runtime/feature-flags/manager.js +255 -0
- package/dist/platform/runtime/feature-flags/types.d.ts +65 -0
- package/dist/platform/runtime/feature-flags/types.d.ts.map +1 -0
- package/dist/platform/runtime/feature-flags/types.js +7 -0
- package/dist/platform/runtime/forensics/classifier.d.ts +39 -0
- package/dist/platform/runtime/forensics/classifier.d.ts.map +1 -0
- package/dist/platform/runtime/forensics/classifier.js +95 -0
- package/dist/platform/runtime/forensics/registry.d.ts +89 -0
- package/dist/platform/runtime/forensics/registry.d.ts.map +1 -0
- package/dist/platform/runtime/forensics/registry.js +191 -0
- package/dist/platform/runtime/forensics/types.d.ts +206 -0
- package/dist/platform/runtime/forensics/types.d.ts.map +1 -0
- package/dist/platform/runtime/forensics/types.js +9 -0
- package/dist/platform/runtime/health/aggregator.d.ts +57 -0
- package/dist/platform/runtime/health/aggregator.d.ts.map +1 -0
- package/dist/platform/runtime/health/aggregator.js +188 -0
- package/dist/platform/runtime/health/cascade-engine.d.ts +55 -0
- package/dist/platform/runtime/health/cascade-engine.d.ts.map +1 -0
- package/dist/platform/runtime/health/cascade-engine.js +134 -0
- package/dist/platform/runtime/health/cascade-playbook-map.d.ts +22 -0
- package/dist/platform/runtime/health/cascade-playbook-map.d.ts.map +1 -0
- package/dist/platform/runtime/health/cascade-playbook-map.js +48 -0
- package/dist/platform/runtime/health/cascade-rules.d.ts +14 -0
- package/dist/platform/runtime/health/cascade-rules.d.ts.map +1 -0
- package/dist/platform/runtime/health/cascade-rules.js +89 -0
- package/dist/platform/runtime/health/cascade-timing.d.ts +79 -0
- package/dist/platform/runtime/health/cascade-timing.d.ts.map +1 -0
- package/dist/platform/runtime/health/cascade-timing.js +96 -0
- package/dist/platform/runtime/health/types.d.ts +176 -0
- package/dist/platform/runtime/health/types.d.ts.map +1 -0
- package/dist/platform/runtime/health/types.js +24 -0
- package/dist/platform/runtime/idempotency/index.d.ts +123 -0
- package/dist/platform/runtime/idempotency/index.d.ts.map +1 -0
- package/dist/platform/runtime/idempotency/index.js +193 -0
- package/dist/platform/runtime/idempotency/types.d.ts +69 -0
- package/dist/platform/runtime/idempotency/types.d.ts.map +1 -0
- package/dist/platform/runtime/idempotency/types.js +7 -0
- package/dist/platform/runtime/inspection/state-inspector/hotspot-sampler.d.ts +80 -0
- package/dist/platform/runtime/inspection/state-inspector/hotspot-sampler.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/hotspot-sampler.js +153 -0
- package/dist/platform/runtime/inspection/state-inspector/index.d.ts +42 -0
- package/dist/platform/runtime/inspection/state-inspector/index.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/index.js +38 -0
- package/dist/platform/runtime/inspection/state-inspector/inspector.d.ts +184 -0
- package/dist/platform/runtime/inspection/state-inspector/inspector.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/inspector.js +331 -0
- package/dist/platform/runtime/inspection/state-inspector/serialize.d.ts +16 -0
- package/dist/platform/runtime/inspection/state-inspector/serialize.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/serialize.js +39 -0
- package/dist/platform/runtime/inspection/state-inspector/timeline.d.ts +116 -0
- package/dist/platform/runtime/inspection/state-inspector/timeline.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/timeline.js +198 -0
- package/dist/platform/runtime/inspection/state-inspector/transition-log.d.ts +84 -0
- package/dist/platform/runtime/inspection/state-inspector/transition-log.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/transition-log.js +120 -0
- package/dist/platform/runtime/inspection/state-inspector/types.d.ts +193 -0
- package/dist/platform/runtime/inspection/state-inspector/types.d.ts.map +1 -0
- package/dist/platform/runtime/inspection/state-inspector/types.js +16 -0
- package/dist/platform/runtime/mcp/lifecycle.d.ts +54 -0
- package/dist/platform/runtime/mcp/lifecycle.d.ts.map +1 -0
- package/dist/platform/runtime/mcp/lifecycle.js +72 -0
- package/dist/platform/runtime/mcp/permissions.d.ts +110 -0
- package/dist/platform/runtime/mcp/permissions.d.ts.map +1 -0
- package/dist/platform/runtime/mcp/permissions.js +605 -0
- package/dist/platform/runtime/mcp/schema-freshness.d.ts +115 -0
- package/dist/platform/runtime/mcp/schema-freshness.d.ts.map +1 -0
- package/dist/platform/runtime/mcp/schema-freshness.js +231 -0
- package/dist/platform/runtime/mcp/types.d.ts +275 -0
- package/dist/platform/runtime/mcp/types.d.ts.map +1 -0
- package/dist/platform/runtime/mcp/types.js +6 -0
- package/dist/platform/runtime/notifications/formatters/index.d.ts +6 -0
- package/dist/platform/runtime/notifications/formatters/index.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/formatters/index.js +5 -0
- package/dist/platform/runtime/notifications/formatters/panel-jump.d.ts +23 -0
- package/dist/platform/runtime/notifications/formatters/panel-jump.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/formatters/panel-jump.js +32 -0
- package/dist/platform/runtime/notifications/formatters/summary.d.ts +24 -0
- package/dist/platform/runtime/notifications/formatters/summary.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/formatters/summary.js +56 -0
- package/dist/platform/runtime/notifications/index.d.ts +32 -0
- package/dist/platform/runtime/notifications/index.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/index.js +32 -0
- package/dist/platform/runtime/notifications/policies/batch-policy.d.ts +51 -0
- package/dist/platform/runtime/notifications/policies/batch-policy.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/batch-policy.js +85 -0
- package/dist/platform/runtime/notifications/policies/burst-policy.d.ts +70 -0
- package/dist/platform/runtime/notifications/policies/burst-policy.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/burst-policy.js +122 -0
- package/dist/platform/runtime/notifications/policies/default-policy.d.ts +21 -0
- package/dist/platform/runtime/notifications/policies/default-policy.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/default-policy.js +32 -0
- package/dist/platform/runtime/notifications/policies/index.d.ts +9 -0
- package/dist/platform/runtime/notifications/policies/index.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/index.js +8 -0
- package/dist/platform/runtime/notifications/policies/mode-context-policy.d.ts +28 -0
- package/dist/platform/runtime/notifications/policies/mode-context-policy.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/mode-context-policy.js +62 -0
- package/dist/platform/runtime/notifications/policies/quiet-typing.d.ts +21 -0
- package/dist/platform/runtime/notifications/policies/quiet-typing.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/policies/quiet-typing.js +37 -0
- package/dist/platform/runtime/notifications/router.d.ts +139 -0
- package/dist/platform/runtime/notifications/router.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/router.js +222 -0
- package/dist/platform/runtime/notifications/types.d.ts +126 -0
- package/dist/platform/runtime/notifications/types.d.ts.map +1 -0
- package/dist/platform/runtime/notifications/types.js +7 -0
- package/dist/platform/runtime/ops/playbooks/compaction-failure.d.ts +10 -0
- package/dist/platform/runtime/ops/playbooks/compaction-failure.d.ts.map +1 -0
- package/dist/platform/runtime/ops/playbooks/compaction-failure.js +106 -0
- package/dist/platform/runtime/ops/playbooks/export-recovery.d.ts +10 -0
- package/dist/platform/runtime/ops/playbooks/export-recovery.d.ts.map +1 -0
- package/dist/platform/runtime/ops/playbooks/export-recovery.js +110 -0
- package/dist/platform/runtime/ops/playbooks/permission-deadlock.d.ts +11 -0
- package/dist/platform/runtime/ops/playbooks/permission-deadlock.d.ts.map +1 -0
- package/dist/platform/runtime/ops/playbooks/permission-deadlock.js +108 -0
- package/dist/platform/runtime/ops/playbooks/plugin-degradation.d.ts +10 -0
- package/dist/platform/runtime/ops/playbooks/plugin-degradation.d.ts.map +1 -0
- package/dist/platform/runtime/ops/playbooks/plugin-degradation.js +107 -0
- package/dist/platform/runtime/ops/playbooks/reconnect-failure.d.ts +10 -0
- package/dist/platform/runtime/ops/playbooks/reconnect-failure.d.ts.map +1 -0
- package/dist/platform/runtime/ops/playbooks/reconnect-failure.js +109 -0
- package/dist/platform/runtime/ops/safe-check.d.ts +10 -0
- package/dist/platform/runtime/ops/safe-check.d.ts.map +1 -0
- package/dist/platform/runtime/ops/safe-check.js +14 -0
- package/dist/platform/runtime/ops/types.d.ts +99 -0
- package/dist/platform/runtime/ops/types.d.ts.map +1 -0
- package/dist/platform/runtime/ops/types.js +8 -0
- package/dist/platform/runtime/perf/budgets.d.ts +17 -0
- package/dist/platform/runtime/perf/budgets.d.ts.map +1 -0
- package/dist/platform/runtime/perf/budgets.js +117 -0
- package/dist/platform/runtime/perf/monitor.d.ts +69 -0
- package/dist/platform/runtime/perf/monitor.d.ts.map +1 -0
- package/dist/platform/runtime/perf/monitor.js +148 -0
- package/dist/platform/runtime/perf/panel-contracts.d.ts +93 -0
- package/dist/platform/runtime/perf/panel-contracts.d.ts.map +1 -0
- package/dist/platform/runtime/perf/panel-contracts.js +92 -0
- package/dist/platform/runtime/perf/panel-health-monitor.d.ts +92 -0
- package/dist/platform/runtime/perf/panel-health-monitor.d.ts.map +1 -0
- package/dist/platform/runtime/perf/panel-health-monitor.js +239 -0
- package/dist/platform/runtime/perf/reporter.d.ts +16 -0
- package/dist/platform/runtime/perf/reporter.d.ts.map +1 -0
- package/dist/platform/runtime/perf/reporter.js +99 -0
- package/dist/platform/runtime/perf/types.d.ts +69 -0
- package/dist/platform/runtime/perf/types.d.ts.map +1 -0
- package/dist/platform/runtime/perf/types.js +7 -0
- package/dist/platform/runtime/permissions/decision-log.d.ts +98 -0
- package/dist/platform/runtime/permissions/decision-log.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/decision-log.js +133 -0
- package/dist/platform/runtime/permissions/divergence-dashboard.d.ts +205 -0
- package/dist/platform/runtime/permissions/divergence-dashboard.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/divergence-dashboard.js +207 -0
- package/dist/platform/runtime/permissions/evaluator.d.ts +60 -0
- package/dist/platform/runtime/permissions/evaluator.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/evaluator.js +384 -0
- package/dist/platform/runtime/permissions/lint.d.ts +9 -0
- package/dist/platform/runtime/permissions/lint.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/lint.js +72 -0
- package/dist/platform/runtime/permissions/normalization/ast.d.ts +93 -0
- package/dist/platform/runtime/permissions/normalization/ast.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/ast.js +53 -0
- package/dist/platform/runtime/permissions/normalization/canonicalizer.d.ts +26 -0
- package/dist/platform/runtime/permissions/normalization/canonicalizer.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/canonicalizer.js +60 -0
- package/dist/platform/runtime/permissions/normalization/classifier.d.ts +38 -0
- package/dist/platform/runtime/permissions/normalization/classifier.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/classifier.js +277 -0
- package/dist/platform/runtime/permissions/normalization/index.d.ts +33 -0
- package/dist/platform/runtime/permissions/normalization/index.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/index.js +45 -0
- package/dist/platform/runtime/permissions/normalization/parser.d.ts +42 -0
- package/dist/platform/runtime/permissions/normalization/parser.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/parser.js +189 -0
- package/dist/platform/runtime/permissions/normalization/segmenter.d.ts +17 -0
- package/dist/platform/runtime/permissions/normalization/segmenter.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/segmenter.js +59 -0
- package/dist/platform/runtime/permissions/normalization/tokenizer.d.ts +40 -0
- package/dist/platform/runtime/permissions/normalization/tokenizer.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/tokenizer.js +184 -0
- package/dist/platform/runtime/permissions/normalization/types.d.ts +63 -0
- package/dist/platform/runtime/permissions/normalization/types.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/types.js +7 -0
- package/dist/platform/runtime/permissions/normalization/verdict.d.ts +100 -0
- package/dist/platform/runtime/permissions/normalization/verdict.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/normalization/verdict.js +269 -0
- package/dist/platform/runtime/permissions/policy-loader.d.ts +142 -0
- package/dist/platform/runtime/permissions/policy-loader.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/policy-loader.js +124 -0
- package/dist/platform/runtime/permissions/policy-registry.d.ts +225 -0
- package/dist/platform/runtime/permissions/policy-registry.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/policy-registry.js +307 -0
- package/dist/platform/runtime/permissions/policy-signer.d.ts +104 -0
- package/dist/platform/runtime/permissions/policy-signer.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/policy-signer.js +145 -0
- package/dist/platform/runtime/permissions/risk-language.d.ts +3 -0
- package/dist/platform/runtime/permissions/risk-language.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/risk-language.js +21 -0
- package/dist/platform/runtime/permissions/risk-model.d.ts +9 -0
- package/dist/platform/runtime/permissions/risk-model.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/risk-model.js +58 -0
- package/dist/platform/runtime/permissions/rules/arg-shape.d.ts +26 -0
- package/dist/platform/runtime/permissions/rules/arg-shape.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/arg-shape.js +109 -0
- package/dist/platform/runtime/permissions/rules/index.d.ts +16 -0
- package/dist/platform/runtime/permissions/rules/index.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/index.js +10 -0
- package/dist/platform/runtime/permissions/rules/mode-constraint.d.ts +29 -0
- package/dist/platform/runtime/permissions/rules/mode-constraint.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/mode-constraint.js +80 -0
- package/dist/platform/runtime/permissions/rules/network-scope.d.ts +38 -0
- package/dist/platform/runtime/permissions/rules/network-scope.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/network-scope.js +153 -0
- package/dist/platform/runtime/permissions/rules/path-scope.d.ts +28 -0
- package/dist/platform/runtime/permissions/rules/path-scope.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/path-scope.js +0 -0
- package/dist/platform/runtime/permissions/rules/prefix.d.ts +26 -0
- package/dist/platform/runtime/permissions/rules/prefix.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/rules/prefix.js +103 -0
- package/dist/platform/runtime/permissions/safety-checks.d.ts +32 -0
- package/dist/platform/runtime/permissions/safety-checks.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/safety-checks.js +263 -0
- package/dist/platform/runtime/permissions/simulation-scenarios.d.ts +28 -0
- package/dist/platform/runtime/permissions/simulation-scenarios.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/simulation-scenarios.js +34 -0
- package/dist/platform/runtime/permissions/simulation.d.ts +113 -0
- package/dist/platform/runtime/permissions/simulation.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/simulation.js +290 -0
- package/dist/platform/runtime/permissions/types.d.ts +332 -0
- package/dist/platform/runtime/permissions/types.d.ts.map +1 -0
- package/dist/platform/runtime/permissions/types.js +7 -0
- package/dist/platform/runtime/provider-health/data-provider.d.ts +82 -0
- package/dist/platform/runtime/provider-health/data-provider.d.ts.map +1 -0
- package/dist/platform/runtime/provider-health/data-provider.js +197 -0
- package/dist/platform/runtime/provider-health/fallback-visualizer.d.ts +22 -0
- package/dist/platform/runtime/provider-health/fallback-visualizer.d.ts.map +1 -0
- package/dist/platform/runtime/provider-health/fallback-visualizer.js +48 -0
- package/dist/platform/runtime/provider-health/index.d.ts +24 -0
- package/dist/platform/runtime/provider-health/index.d.ts.map +1 -0
- package/dist/platform/runtime/provider-health/index.js +21 -0
- package/dist/platform/runtime/provider-health/types.d.ts +128 -0
- package/dist/platform/runtime/provider-health/types.d.ts.map +1 -0
- package/dist/platform/runtime/provider-health/types.js +1 -0
- package/dist/platform/runtime/remote/capabilities.d.ts +11 -0
- package/dist/platform/runtime/remote/capabilities.d.ts.map +1 -0
- package/dist/platform/runtime/remote/capabilities.js +53 -0
- package/dist/platform/runtime/remote/distributed-runtime-contract.d.ts +3 -0
- package/dist/platform/runtime/remote/distributed-runtime-contract.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-contract.js +4 -0
- package/dist/platform/runtime/remote/distributed-runtime-manager.d.ts +147 -0
- package/dist/platform/runtime/remote/distributed-runtime-manager.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-manager.js +88 -0
- package/dist/platform/runtime/remote/distributed-runtime-pairing.d.ts +71 -0
- package/dist/platform/runtime/remote/distributed-runtime-pairing.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-pairing.js +405 -0
- package/dist/platform/runtime/remote/distributed-runtime-store.d.ts +23 -0
- package/dist/platform/runtime/remote/distributed-runtime-store.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-store.js +238 -0
- package/dist/platform/runtime/remote/distributed-runtime-types.d.ts +181 -0
- package/dist/platform/runtime/remote/distributed-runtime-types.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-types.js +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-utils.d.ts +36 -0
- package/dist/platform/runtime/remote/distributed-runtime-utils.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-utils.js +292 -0
- package/dist/platform/runtime/remote/distributed-runtime-work.d.ts +61 -0
- package/dist/platform/runtime/remote/distributed-runtime-work.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime-work.js +257 -0
- package/dist/platform/runtime/remote/distributed-runtime.d.ts +4 -0
- package/dist/platform/runtime/remote/distributed-runtime.d.ts.map +1 -0
- package/dist/platform/runtime/remote/distributed-runtime.js +2 -0
- package/dist/platform/runtime/remote/heartbeat.d.ts +10 -0
- package/dist/platform/runtime/remote/heartbeat.d.ts.map +1 -0
- package/dist/platform/runtime/remote/heartbeat.js +32 -0
- package/dist/platform/runtime/remote/identity.d.ts +83 -0
- package/dist/platform/runtime/remote/identity.d.ts.map +1 -0
- package/dist/platform/runtime/remote/identity.js +137 -0
- package/dist/platform/runtime/remote/negotiation.d.ts +12 -0
- package/dist/platform/runtime/remote/negotiation.d.ts.map +1 -0
- package/dist/platform/runtime/remote/negotiation.js +22 -0
- package/dist/platform/runtime/remote/observability.d.ts +138 -0
- package/dist/platform/runtime/remote/observability.d.ts.map +1 -0
- package/dist/platform/runtime/remote/observability.js +160 -0
- package/dist/platform/runtime/remote/reconnect.d.ts +163 -0
- package/dist/platform/runtime/remote/reconnect.d.ts.map +1 -0
- package/dist/platform/runtime/remote/reconnect.js +242 -0
- package/dist/platform/runtime/remote/recovery.d.ts +11 -0
- package/dist/platform/runtime/remote/recovery.d.ts.map +1 -0
- package/dist/platform/runtime/remote/recovery.js +36 -0
- package/dist/platform/runtime/remote/session-state.d.ts +30 -0
- package/dist/platform/runtime/remote/session-state.d.ts.map +1 -0
- package/dist/platform/runtime/remote/session-state.js +18 -0
- package/dist/platform/runtime/remote/sync.d.ts +132 -0
- package/dist/platform/runtime/remote/sync.d.ts.map +1 -0
- package/dist/platform/runtime/remote/sync.js +194 -0
- package/dist/platform/runtime/remote/transport-contract.d.ts +240 -0
- package/dist/platform/runtime/remote/transport-contract.d.ts.map +1 -0
- package/dist/platform/runtime/remote/transport-contract.js +334 -0
- package/dist/platform/runtime/remote/types.d.ts +410 -0
- package/dist/platform/runtime/remote/types.d.ts.map +1 -0
- package/dist/platform/runtime/remote/types.js +7 -0
- package/dist/platform/runtime/retention/index.d.ts +18 -0
- package/dist/platform/runtime/retention/index.d.ts.map +1 -0
- package/dist/platform/runtime/retention/index.js +16 -0
- package/dist/platform/runtime/retention/policy.d.ts +119 -0
- package/dist/platform/runtime/retention/policy.d.ts.map +1 -0
- package/dist/platform/runtime/retention/policy.js +259 -0
- package/dist/platform/runtime/retention/pruner.d.ts +54 -0
- package/dist/platform/runtime/retention/pruner.d.ts.map +1 -0
- package/dist/platform/runtime/retention/pruner.js +153 -0
- package/dist/platform/runtime/retention/types.d.ts +138 -0
- package/dist/platform/runtime/retention/types.d.ts.map +1 -0
- package/dist/platform/runtime/retention/types.js +10 -0
- package/dist/platform/runtime/sandbox/qemu-wrapper-template.d.ts +2 -0
- package/dist/platform/runtime/sandbox/qemu-wrapper-template.d.ts.map +1 -0
- package/dist/platform/runtime/sandbox/qemu-wrapper-template.js +247 -0
- package/dist/platform/runtime/sandbox/types.d.ts +138 -0
- package/dist/platform/runtime/sandbox/types.d.ts.map +1 -0
- package/dist/platform/runtime/sandbox/types.js +1 -0
- package/dist/platform/runtime/shell-paths.d.ts +21 -0
- package/dist/platform/runtime/shell-paths.d.ts.map +1 -0
- package/dist/platform/runtime/shell-paths.js +51 -0
- package/dist/platform/runtime/store/domains/acp.d.ts +60 -0
- package/dist/platform/runtime/store/domains/acp.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/acp.js +22 -0
- package/dist/platform/runtime/store/domains/agents.d.ts +88 -0
- package/dist/platform/runtime/store/domains/agents.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/agents.js +20 -0
- package/dist/platform/runtime/store/domains/automation.d.ts +27 -0
- package/dist/platform/runtime/store/domains/automation.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/automation.js +24 -0
- package/dist/platform/runtime/store/domains/communication.d.ts +32 -0
- package/dist/platform/runtime/store/domains/communication.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/communication.js +15 -0
- package/dist/platform/runtime/store/domains/control-plane.d.ts +46 -0
- package/dist/platform/runtime/store/domains/control-plane.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/control-plane.js +27 -0
- package/dist/platform/runtime/store/domains/daemon.d.ts +72 -0
- package/dist/platform/runtime/store/domains/daemon.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/daemon.js +25 -0
- package/dist/platform/runtime/store/domains/deliveries.d.ts +22 -0
- package/dist/platform/runtime/store/domains/deliveries.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/deliveries.js +20 -0
- package/dist/platform/runtime/store/domains/discovery.d.ts +72 -0
- package/dist/platform/runtime/store/domains/discovery.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/discovery.js +30 -0
- package/dist/platform/runtime/store/domains/domain-read-matrix.d.ts +47 -0
- package/dist/platform/runtime/store/domains/domain-read-matrix.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/domain-read-matrix.js +83 -0
- package/dist/platform/runtime/store/domains/git.d.ts +85 -0
- package/dist/platform/runtime/store/domains/git.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/git.js +26 -0
- package/dist/platform/runtime/store/domains/integrations.d.ts +59 -0
- package/dist/platform/runtime/store/domains/integrations.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/integrations.js +19 -0
- package/dist/platform/runtime/store/domains/intelligence.d.ts +85 -0
- package/dist/platform/runtime/store/domains/intelligence.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/intelligence.js +25 -0
- package/dist/platform/runtime/store/domains/mcp.d.ts +90 -0
- package/dist/platform/runtime/store/domains/mcp.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/mcp.js +20 -0
- package/dist/platform/runtime/store/domains/model.d.ts +81 -0
- package/dist/platform/runtime/store/domains/model.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/model.js +34 -0
- package/dist/platform/runtime/store/domains/orchestration.d.ts +56 -0
- package/dist/platform/runtime/store/domains/orchestration.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/orchestration.js +17 -0
- package/dist/platform/runtime/store/domains/overlays.d.ts +62 -0
- package/dist/platform/runtime/store/domains/overlays.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/overlays.js +19 -0
- package/dist/platform/runtime/store/domains/plugins.d.ts +69 -0
- package/dist/platform/runtime/store/domains/plugins.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/plugins.js +22 -0
- package/dist/platform/runtime/store/domains/provider-health.d.ts +85 -0
- package/dist/platform/runtime/store/domains/provider-health.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/provider-health.js +19 -0
- package/dist/platform/runtime/store/domains/routes.d.ts +19 -0
- package/dist/platform/runtime/store/domains/routes.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/routes.js +26 -0
- package/dist/platform/runtime/store/domains/session.d.ts +69 -0
- package/dist/platform/runtime/store/domains/session.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/session.js +30 -0
- package/dist/platform/runtime/store/domains/surface-perf.d.ts +72 -0
- package/dist/platform/runtime/store/domains/surface-perf.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/surface-perf.js +28 -0
- package/dist/platform/runtime/store/domains/surfaces.d.ts +32 -0
- package/dist/platform/runtime/store/domains/surfaces.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/surfaces.js +17 -0
- package/dist/platform/runtime/store/domains/tasks.d.ts +109 -0
- package/dist/platform/runtime/store/domains/tasks.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/tasks.js +23 -0
- package/dist/platform/runtime/store/domains/telemetry.d.ts +90 -0
- package/dist/platform/runtime/store/domains/telemetry.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/telemetry.js +36 -0
- package/dist/platform/runtime/store/domains/watchers.d.ts +39 -0
- package/dist/platform/runtime/store/domains/watchers.d.ts.map +1 -0
- package/dist/platform/runtime/store/domains/watchers.js +20 -0
- package/dist/platform/runtime/tasks/lifecycle.d.ts +55 -0
- package/dist/platform/runtime/tasks/lifecycle.d.ts.map +1 -0
- package/dist/platform/runtime/tasks/lifecycle.js +57 -0
- package/dist/platform/runtime/tasks/registry.d.ts +77 -0
- package/dist/platform/runtime/tasks/registry.d.ts.map +1 -0
- package/dist/platform/runtime/tasks/registry.js +110 -0
- package/dist/platform/runtime/tasks/types.d.ts +190 -0
- package/dist/platform/runtime/tasks/types.d.ts.map +1 -0
- package/dist/platform/runtime/tasks/types.js +1 -0
- package/dist/platform/runtime/telemetry/exporters/console.d.ts +41 -0
- package/dist/platform/runtime/telemetry/exporters/console.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/console.js +76 -0
- package/dist/platform/runtime/telemetry/exporters/index.d.ts +12 -0
- package/dist/platform/runtime/telemetry/exporters/index.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/index.js +5 -0
- package/dist/platform/runtime/telemetry/exporters/local-ledger.d.ts +105 -0
- package/dist/platform/runtime/telemetry/exporters/local-ledger.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/local-ledger.js +185 -0
- package/dist/platform/runtime/telemetry/exporters/otlp.d.ts +66 -0
- package/dist/platform/runtime/telemetry/exporters/otlp.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/otlp.js +214 -0
- package/dist/platform/runtime/telemetry/exporters/queue.d.ts +86 -0
- package/dist/platform/runtime/telemetry/exporters/queue.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/queue.js +212 -0
- package/dist/platform/runtime/telemetry/exporters/types.d.ts +91 -0
- package/dist/platform/runtime/telemetry/exporters/types.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/exporters/types.js +24 -0
- package/dist/platform/runtime/telemetry/meter.d.ts +50 -0
- package/dist/platform/runtime/telemetry/meter.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/meter.js +132 -0
- package/dist/platform/runtime/telemetry/spans/agent.d.ts +65 -0
- package/dist/platform/runtime/telemetry/spans/agent.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/agent.js +63 -0
- package/dist/platform/runtime/telemetry/spans/compaction.d.ts +67 -0
- package/dist/platform/runtime/telemetry/spans/compaction.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/compaction.js +70 -0
- package/dist/platform/runtime/telemetry/spans/health.d.ts +33 -0
- package/dist/platform/runtime/telemetry/spans/health.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/health.js +81 -0
- package/dist/platform/runtime/telemetry/spans/index.d.ts +28 -0
- package/dist/platform/runtime/telemetry/spans/index.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/index.js +12 -0
- package/dist/platform/runtime/telemetry/spans/llm.d.ts +67 -0
- package/dist/platform/runtime/telemetry/spans/llm.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/llm.js +73 -0
- package/dist/platform/runtime/telemetry/spans/mcp.d.ts +60 -0
- package/dist/platform/runtime/telemetry/spans/mcp.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/mcp.js +67 -0
- package/dist/platform/runtime/telemetry/spans/permission.d.ts +65 -0
- package/dist/platform/runtime/telemetry/spans/permission.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/permission.js +63 -0
- package/dist/platform/runtime/telemetry/spans/plugin.d.ts +58 -0
- package/dist/platform/runtime/telemetry/spans/plugin.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/plugin.js +60 -0
- package/dist/platform/runtime/telemetry/spans/session.d.ts +61 -0
- package/dist/platform/runtime/telemetry/spans/session.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/session.js +64 -0
- package/dist/platform/runtime/telemetry/spans/task.d.ts +65 -0
- package/dist/platform/runtime/telemetry/spans/task.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/task.js +66 -0
- package/dist/platform/runtime/telemetry/spans/tool.d.ts +62 -0
- package/dist/platform/runtime/telemetry/spans/tool.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/tool.js +71 -0
- package/dist/platform/runtime/telemetry/spans/transport.d.ts +57 -0
- package/dist/platform/runtime/telemetry/spans/transport.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/transport.js +63 -0
- package/dist/platform/runtime/telemetry/spans/turn.d.ts +55 -0
- package/dist/platform/runtime/telemetry/spans/turn.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/spans/turn.js +56 -0
- package/dist/platform/runtime/telemetry/tracer.d.ts +56 -0
- package/dist/platform/runtime/telemetry/tracer.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/tracer.js +210 -0
- package/dist/platform/runtime/telemetry/types.d.ts +167 -0
- package/dist/platform/runtime/telemetry/types.d.ts.map +1 -0
- package/dist/platform/runtime/telemetry/types.js +22 -0
- package/dist/platform/runtime/tools/adapter.d.ts +60 -0
- package/dist/platform/runtime/tools/adapter.d.ts.map +1 -0
- package/dist/platform/runtime/tools/adapter.js +19 -0
- package/dist/platform/runtime/tools/contract-verifier.d.ts +105 -0
- package/dist/platform/runtime/tools/contract-verifier.d.ts.map +1 -0
- package/dist/platform/runtime/tools/contract-verifier.js +359 -0
- package/dist/platform/runtime/tools/output-policy.d.ts +128 -0
- package/dist/platform/runtime/tools/output-policy.d.ts.map +1 -0
- package/dist/platform/runtime/tools/output-policy.js +185 -0
- package/dist/platform/runtime/tools/types.d.ts +118 -0
- package/dist/platform/runtime/tools/types.d.ts.map +1 -0
- package/dist/platform/runtime/tools/types.js +1 -0
- package/dist/platform/runtime/transports/backoff.d.ts +3 -0
- package/dist/platform/runtime/transports/backoff.d.ts.map +1 -0
- package/dist/platform/runtime/transports/backoff.js +1 -0
- package/dist/platform/runtime/transports/client-transport.d.ts +3 -0
- package/dist/platform/runtime/transports/client-transport.d.ts.map +1 -0
- package/dist/platform/runtime/transports/client-transport.js +1 -0
- package/dist/platform/runtime/transports/contract-http-client.d.ts +3 -0
- package/dist/platform/runtime/transports/contract-http-client.d.ts.map +1 -0
- package/dist/platform/runtime/transports/contract-http-client.js +1 -0
- package/dist/platform/runtime/transports/direct-client.d.ts +3 -0
- package/dist/platform/runtime/transports/direct-client.d.ts.map +1 -0
- package/dist/platform/runtime/transports/direct-client.js +1 -0
- package/dist/platform/runtime/transports/domain-events.d.ts +3 -0
- package/dist/platform/runtime/transports/domain-events.d.ts.map +1 -0
- package/dist/platform/runtime/transports/domain-events.js +1 -0
- package/dist/platform/runtime/transports/http-auth.d.ts +3 -0
- package/dist/platform/runtime/transports/http-auth.d.ts.map +1 -0
- package/dist/platform/runtime/transports/http-auth.js +1 -0
- package/dist/platform/runtime/transports/http-json-transport.d.ts +7 -0
- package/dist/platform/runtime/transports/http-json-transport.d.ts.map +1 -0
- package/dist/platform/runtime/transports/http-json-transport.js +5 -0
- package/dist/platform/runtime/transports/http-retry.d.ts +3 -0
- package/dist/platform/runtime/transports/http-retry.d.ts.map +1 -0
- package/dist/platform/runtime/transports/http-retry.js +1 -0
- package/dist/platform/runtime/transports/operator-remote-client.d.ts +3 -0
- package/dist/platform/runtime/transports/operator-remote-client.d.ts.map +1 -0
- package/dist/platform/runtime/transports/operator-remote-client.js +1 -0
- package/dist/platform/runtime/transports/peer-remote-client.d.ts +3 -0
- package/dist/platform/runtime/transports/peer-remote-client.d.ts.map +1 -0
- package/dist/platform/runtime/transports/peer-remote-client.js +1 -0
- package/dist/platform/runtime/transports/runtime-events-client.d.ts +3 -0
- package/dist/platform/runtime/transports/runtime-events-client.d.ts.map +1 -0
- package/dist/platform/runtime/transports/runtime-events-client.js +1 -0
- package/dist/platform/runtime/transports/sse-stream.d.ts +4 -0
- package/dist/platform/runtime/transports/sse-stream.d.ts.map +1 -0
- package/dist/platform/runtime/transports/sse-stream.js +7 -0
- package/dist/platform/runtime/transports/stream-reconnect.d.ts +3 -0
- package/dist/platform/runtime/transports/stream-reconnect.d.ts.map +1 -0
- package/dist/platform/runtime/transports/stream-reconnect.js +1 -0
- package/dist/platform/runtime/transports/transport-paths.d.ts +3 -0
- package/dist/platform/runtime/transports/transport-paths.d.ts.map +1 -0
- package/dist/platform/runtime/transports/transport-paths.js +1 -0
- package/dist/platform/runtime/ui-read-models-base.d.ts +7 -0
- package/dist/platform/runtime/ui-read-models-base.d.ts.map +1 -0
- package/dist/platform/runtime/ui-read-models-base.js +1 -0
- package/dist/platform/scheduler/scheduler.d.ts +85 -0
- package/dist/platform/scheduler/scheduler.d.ts.map +1 -0
- package/dist/platform/scheduler/scheduler.js +628 -0
- package/dist/platform/security/http-auth.d.ts +30 -0
- package/dist/platform/security/http-auth.d.ts.map +1 -0
- package/dist/platform/security/http-auth.js +112 -0
- package/dist/platform/security/index.d.ts +8 -0
- package/dist/platform/security/index.d.ts.map +1 -0
- package/dist/platform/security/index.js +4 -0
- package/dist/platform/security/spawn-tokens.d.ts +65 -0
- package/dist/platform/security/spawn-tokens.d.ts.map +1 -0
- package/dist/platform/security/spawn-tokens.js +161 -0
- package/dist/platform/security/token-audit.d.ts +207 -0
- package/dist/platform/security/token-audit.d.ts.map +1 -0
- package/dist/platform/security/token-audit.js +292 -0
- package/dist/platform/security/user-auth.d.ts +63 -0
- package/dist/platform/security/user-auth.d.ts.map +1 -0
- package/dist/platform/security/user-auth.js +257 -0
- package/dist/platform/sessions/change-tracker.d.ts +14 -0
- package/dist/platform/sessions/change-tracker.d.ts.map +1 -0
- package/dist/platform/sessions/change-tracker.js +24 -0
- package/dist/platform/sessions/orchestration/graph.d.ts +182 -0
- package/dist/platform/sessions/orchestration/graph.d.ts.map +1 -0
- package/dist/platform/sessions/orchestration/graph.js +427 -0
- package/dist/platform/sessions/orchestration/index.d.ts +8 -0
- package/dist/platform/sessions/orchestration/index.d.ts.map +1 -0
- package/dist/platform/sessions/orchestration/index.js +6 -0
- package/dist/platform/sessions/orchestration/registry.d.ts +149 -0
- package/dist/platform/sessions/orchestration/registry.d.ts.map +1 -0
- package/dist/platform/sessions/orchestration/registry.js +299 -0
- package/dist/platform/sessions/orchestration/types.d.ts +138 -0
- package/dist/platform/sessions/orchestration/types.d.ts.map +1 -0
- package/dist/platform/sessions/orchestration/types.js +22 -0
- package/dist/platform/state/db.d.ts +76 -0
- package/dist/platform/state/db.d.ts.map +1 -0
- package/dist/platform/state/db.js +220 -0
- package/dist/platform/state/file-cache.d.ts +97 -0
- package/dist/platform/state/file-cache.d.ts.map +1 -0
- package/dist/platform/state/file-cache.js +328 -0
- package/dist/platform/state/file-undo.d.ts +46 -0
- package/dist/platform/state/file-undo.d.ts.map +1 -0
- package/dist/platform/state/file-undo.js +110 -0
- package/dist/platform/state/json-file-store.d.ts +16 -0
- package/dist/platform/state/json-file-store.d.ts.map +1 -0
- package/dist/platform/state/json-file-store.js +44 -0
- package/dist/platform/state/kv-state.d.ts +42 -0
- package/dist/platform/state/kv-state.d.ts.map +1 -0
- package/dist/platform/state/kv-state.js +215 -0
- package/dist/platform/state/mode-manager.d.ts +61 -0
- package/dist/platform/state/mode-manager.d.ts.map +1 -0
- package/dist/platform/state/mode-manager.js +146 -0
- package/dist/platform/state/persistent-store.d.ts +17 -0
- package/dist/platform/state/persistent-store.d.ts.map +1 -0
- package/dist/platform/state/persistent-store.js +47 -0
- package/dist/platform/state/project-index.d.ts +58 -0
- package/dist/platform/state/project-index.d.ts.map +1 -0
- package/dist/platform/state/project-index.js +249 -0
- package/dist/platform/state/sqlite-store.d.ts +28 -0
- package/dist/platform/state/sqlite-store.d.ts.map +1 -0
- package/dist/platform/state/sqlite-store.js +95 -0
- package/dist/platform/state/telemetry.d.ts +42 -0
- package/dist/platform/state/telemetry.d.ts.map +1 -0
- package/dist/platform/state/telemetry.js +124 -0
- package/dist/platform/tools/agent/schema.d.ts +71 -0
- package/dist/platform/tools/agent/schema.d.ts.map +1 -0
- package/dist/platform/tools/agent/schema.js +236 -0
- package/dist/platform/tools/analyze/scan-modes.d.ts +13 -0
- package/dist/platform/tools/analyze/scan-modes.d.ts.map +1 -0
- package/dist/platform/tools/analyze/scan-modes.js +632 -0
- package/dist/platform/tools/analyze/schema.d.ts +8 -0
- package/dist/platform/tools/analyze/schema.d.ts.map +1 -0
- package/dist/platform/tools/analyze/schema.js +118 -0
- package/dist/platform/tools/analyze/shared.d.ts +37 -0
- package/dist/platform/tools/analyze/shared.d.ts.map +1 -0
- package/dist/platform/tools/analyze/shared.js +337 -0
- package/dist/platform/tools/analyze/types.d.ts +36 -0
- package/dist/platform/tools/analyze/types.d.ts.map +1 -0
- package/dist/platform/tools/analyze/types.js +1 -0
- package/dist/platform/tools/auto-repair.d.ts +21 -0
- package/dist/platform/tools/auto-repair.d.ts.map +1 -0
- package/dist/platform/tools/auto-repair.js +160 -0
- package/dist/platform/tools/control/schema.d.ts +6 -0
- package/dist/platform/tools/control/schema.d.ts.map +1 -0
- package/dist/platform/tools/control/schema.js +15 -0
- package/dist/platform/tools/edit/match.d.ts +69 -0
- package/dist/platform/tools/edit/match.d.ts.map +1 -0
- package/dist/platform/tools/edit/match.js +468 -0
- package/dist/platform/tools/edit/notebook.d.ts +33 -0
- package/dist/platform/tools/edit/notebook.d.ts.map +1 -0
- package/dist/platform/tools/edit/notebook.js +265 -0
- package/dist/platform/tools/edit/schema.d.ts +222 -0
- package/dist/platform/tools/edit/schema.d.ts.map +1 -0
- package/dist/platform/tools/edit/schema.js +234 -0
- package/dist/platform/tools/edit/types.d.ts +82 -0
- package/dist/platform/tools/edit/types.d.ts.map +1 -0
- package/dist/platform/tools/edit/types.js +1 -0
- package/dist/platform/tools/exec/ast-guard.d.ts +66 -0
- package/dist/platform/tools/exec/ast-guard.d.ts.map +1 -0
- package/dist/platform/tools/exec/ast-guard.js +121 -0
- package/dist/platform/tools/exec/file-ops.d.ts +15 -0
- package/dist/platform/tools/exec/file-ops.d.ts.map +1 -0
- package/dist/platform/tools/exec/file-ops.js +193 -0
- package/dist/platform/tools/exec/index.d.ts +2 -0
- package/dist/platform/tools/exec/index.d.ts.map +1 -0
- package/dist/platform/tools/exec/index.js +1 -0
- package/dist/platform/tools/exec/phased.d.ts +16 -0
- package/dist/platform/tools/exec/phased.d.ts.map +1 -0
- package/dist/platform/tools/exec/phased.js +25 -0
- package/dist/platform/tools/exec/runtime.d.ts +9 -0
- package/dist/platform/tools/exec/runtime.d.ts.map +1 -0
- package/dist/platform/tools/exec/runtime.js +506 -0
- package/dist/platform/tools/exec/schema.d.ts +267 -0
- package/dist/platform/tools/exec/schema.d.ts.map +1 -0
- package/dist/platform/tools/exec/schema.js +191 -0
- package/dist/platform/tools/fetch/extract.d.ts +6 -0
- package/dist/platform/tools/fetch/extract.d.ts.map +1 -0
- package/dist/platform/tools/fetch/extract.js +300 -0
- package/dist/platform/tools/fetch/host-utils.d.ts +8 -0
- package/dist/platform/tools/fetch/host-utils.d.ts.map +1 -0
- package/dist/platform/tools/fetch/host-utils.js +35 -0
- package/dist/platform/tools/fetch/sanitizer.d.ts +60 -0
- package/dist/platform/tools/fetch/sanitizer.d.ts.map +1 -0
- package/dist/platform/tools/fetch/sanitizer.js +124 -0
- package/dist/platform/tools/fetch/schema.d.ts +252 -0
- package/dist/platform/tools/fetch/schema.d.ts.map +1 -0
- package/dist/platform/tools/fetch/schema.js +167 -0
- package/dist/platform/tools/fetch/trust-tiers.d.ts +115 -0
- package/dist/platform/tools/fetch/trust-tiers.d.ts.map +1 -0
- package/dist/platform/tools/fetch/trust-tiers.js +294 -0
- package/dist/platform/tools/fetch/types.d.ts +35 -0
- package/dist/platform/tools/fetch/types.d.ts.map +1 -0
- package/dist/platform/tools/fetch/types.js +1 -0
- package/dist/platform/tools/find/content.d.ts +5 -0
- package/dist/platform/tools/find/content.d.ts.map +1 -0
- package/dist/platform/tools/find/content.js +240 -0
- package/dist/platform/tools/find/executor.d.ts +5 -0
- package/dist/platform/tools/find/executor.d.ts.map +1 -0
- package/dist/platform/tools/find/executor.js +76 -0
- package/dist/platform/tools/find/files.d.ts +3 -0
- package/dist/platform/tools/find/files.d.ts.map +1 -0
- package/dist/platform/tools/find/files.js +142 -0
- package/dist/platform/tools/find/index.d.ts +4 -0
- package/dist/platform/tools/find/index.d.ts.map +1 -0
- package/dist/platform/tools/find/index.js +2 -0
- package/dist/platform/tools/find/phased.d.ts +13 -0
- package/dist/platform/tools/find/phased.d.ts.map +1 -0
- package/dist/platform/tools/find/phased.js +25 -0
- package/dist/platform/tools/find/references.d.ts +3 -0
- package/dist/platform/tools/find/references.d.ts.map +1 -0
- package/dist/platform/tools/find/references.js +67 -0
- package/dist/platform/tools/find/schema.d.ts +7 -0
- package/dist/platform/tools/find/schema.d.ts.map +1 -0
- package/dist/platform/tools/find/schema.js +261 -0
- package/dist/platform/tools/find/shared.d.ts +152 -0
- package/dist/platform/tools/find/shared.d.ts.map +1 -0
- package/dist/platform/tools/find/shared.js +240 -0
- package/dist/platform/tools/find/structural.d.ts +3 -0
- package/dist/platform/tools/find/structural.d.ts.map +1 -0
- package/dist/platform/tools/find/structural.js +81 -0
- package/dist/platform/tools/find/symbols.d.ts +3 -0
- package/dist/platform/tools/find/symbols.d.ts.map +1 -0
- package/dist/platform/tools/find/symbols.js +167 -0
- package/dist/platform/tools/inspect/executor.d.ts +4 -0
- package/dist/platform/tools/inspect/executor.d.ts.map +1 -0
- package/dist/platform/tools/inspect/executor.js +142 -0
- package/dist/platform/tools/inspect/frontend.d.ts +16 -0
- package/dist/platform/tools/inspect/frontend.d.ts.map +1 -0
- package/dist/platform/tools/inspect/frontend.js +466 -0
- package/dist/platform/tools/inspect/index.d.ts +13 -0
- package/dist/platform/tools/inspect/index.d.ts.map +1 -0
- package/dist/platform/tools/inspect/index.js +65 -0
- package/dist/platform/tools/inspect/project.d.ts +10 -0
- package/dist/platform/tools/inspect/project.d.ts.map +1 -0
- package/dist/platform/tools/inspect/project.js +466 -0
- package/dist/platform/tools/inspect/schema.d.ts +302 -0
- package/dist/platform/tools/inspect/schema.d.ts.map +1 -0
- package/dist/platform/tools/inspect/schema.js +72 -0
- package/dist/platform/tools/inspect/shared.d.ts +21 -0
- package/dist/platform/tools/inspect/shared.d.ts.map +1 -0
- package/dist/platform/tools/inspect/shared.js +273 -0
- package/dist/platform/tools/mcp/schema.d.ts +12 -0
- package/dist/platform/tools/mcp/schema.d.ts.map +1 -0
- package/dist/platform/tools/mcp/schema.js +30 -0
- package/dist/platform/tools/packet/index.d.ts +3 -0
- package/dist/platform/tools/packet/index.d.ts.map +1 -0
- package/dist/platform/tools/packet/index.js +113 -0
- package/dist/platform/tools/packet/schema.d.ts +14 -0
- package/dist/platform/tools/packet/schema.d.ts.map +1 -0
- package/dist/platform/tools/packet/schema.js +20 -0
- package/dist/platform/tools/query/index.d.ts +3 -0
- package/dist/platform/tools/query/index.d.ts.map +1 -0
- package/dist/platform/tools/query/index.js +106 -0
- package/dist/platform/tools/query/schema.d.ts +13 -0
- package/dist/platform/tools/query/schema.d.ts.map +1 -0
- package/dist/platform/tools/query/schema.js +19 -0
- package/dist/platform/tools/read/file-readers.d.ts +82 -0
- package/dist/platform/tools/read/file-readers.d.ts.map +1 -0
- package/dist/platform/tools/read/file-readers.js +365 -0
- package/dist/platform/tools/read/index.d.ts +19 -0
- package/dist/platform/tools/read/index.d.ts.map +1 -0
- package/dist/platform/tools/read/index.js +133 -0
- package/dist/platform/tools/read/media.d.ts +111 -0
- package/dist/platform/tools/read/media.d.ts.map +1 -0
- package/dist/platform/tools/read/media.js +458 -0
- package/dist/platform/tools/read/phased.d.ts +20 -0
- package/dist/platform/tools/read/phased.d.ts.map +1 -0
- package/dist/platform/tools/read/phased.js +25 -0
- package/dist/platform/tools/read/schema.d.ts +144 -0
- package/dist/platform/tools/read/schema.d.ts.map +1 -0
- package/dist/platform/tools/read/schema.js +114 -0
- package/dist/platform/tools/read/text.d.ts +11 -0
- package/dist/platform/tools/read/text.d.ts.map +1 -0
- package/dist/platform/tools/read/text.js +138 -0
- package/dist/platform/tools/registry-tool/index.d.ts +14 -0
- package/dist/platform/tools/registry-tool/index.d.ts.map +1 -0
- package/dist/platform/tools/registry-tool/index.js +408 -0
- package/dist/platform/tools/registry-tool/schema.d.ts +53 -0
- package/dist/platform/tools/registry-tool/schema.d.ts.map +1 -0
- package/dist/platform/tools/registry-tool/schema.js +46 -0
- package/dist/platform/tools/registry-tool/skill-loader.d.ts +10 -0
- package/dist/platform/tools/registry-tool/skill-loader.d.ts.map +1 -0
- package/dist/platform/tools/registry-tool/skill-loader.js +73 -0
- package/dist/platform/tools/registry.d.ts +51 -0
- package/dist/platform/tools/registry.d.ts.map +1 -0
- package/dist/platform/tools/registry.js +119 -0
- package/dist/platform/tools/remote-trigger/schema.d.ts +12 -0
- package/dist/platform/tools/remote-trigger/schema.d.ts.map +1 -0
- package/dist/platform/tools/remote-trigger/schema.js +18 -0
- package/dist/platform/tools/repl/schema.d.ts +9 -0
- package/dist/platform/tools/repl/schema.d.ts.map +1 -0
- package/dist/platform/tools/repl/schema.js +15 -0
- package/dist/platform/tools/shared/overflow.d.ts +156 -0
- package/dist/platform/tools/shared/overflow.d.ts.map +1 -0
- package/dist/platform/tools/shared/overflow.js +363 -0
- package/dist/platform/tools/shared/process-manager.d.ts +61 -0
- package/dist/platform/tools/shared/process-manager.d.ts.map +1 -0
- package/dist/platform/tools/shared/process-manager.js +160 -0
- package/dist/platform/tools/shared/schema-fingerprint.d.ts +80 -0
- package/dist/platform/tools/shared/schema-fingerprint.d.ts.map +1 -0
- package/dist/platform/tools/shared/schema-fingerprint.js +163 -0
- package/dist/platform/tools/shared/validators.d.ts +23 -0
- package/dist/platform/tools/shared/validators.d.ts.map +1 -0
- package/dist/platform/tools/shared/validators.js +71 -0
- package/dist/platform/tools/state/schema.d.ts +197 -0
- package/dist/platform/tools/state/schema.d.ts.map +1 -0
- package/dist/platform/tools/state/schema.js +127 -0
- package/dist/platform/tools/task/index.d.ts +4 -0
- package/dist/platform/tools/task/index.d.ts.map +1 -0
- package/dist/platform/tools/task/index.js +150 -0
- package/dist/platform/tools/task/schema.d.ts +62 -0
- package/dist/platform/tools/task/schema.d.ts.map +1 -0
- package/dist/platform/tools/task/schema.js +28 -0
- package/dist/platform/tools/team/index.d.ts +3 -0
- package/dist/platform/tools/team/index.d.ts.map +1 -0
- package/dist/platform/tools/team/index.js +149 -0
- package/dist/platform/tools/team/schema.d.ts +47 -0
- package/dist/platform/tools/team/schema.d.ts.map +1 -0
- package/dist/platform/tools/team/schema.js +21 -0
- package/dist/platform/tools/web-search/schema.d.ts +59 -0
- package/dist/platform/tools/web-search/schema.d.ts.map +1 -0
- package/dist/platform/tools/web-search/schema.js +59 -0
- package/dist/platform/tools/workflow/index.d.ts +106 -0
- package/dist/platform/tools/workflow/index.d.ts.map +1 -0
- package/dist/platform/tools/workflow/index.js +443 -0
- package/dist/platform/tools/workflow/schema.d.ts +7 -0
- package/dist/platform/tools/workflow/schema.d.ts.map +1 -0
- package/dist/platform/tools/workflow/schema.js +94 -0
- package/dist/platform/tools/worklist/index.d.ts +3 -0
- package/dist/platform/tools/worklist/index.d.ts.map +1 -0
- package/dist/platform/tools/worklist/index.js +140 -0
- package/dist/platform/tools/worklist/schema.d.ts +45 -0
- package/dist/platform/tools/worklist/schema.d.ts.map +1 -0
- package/dist/platform/tools/worklist/schema.js +18 -0
- package/dist/platform/tools/write/schema.d.ts +107 -0
- package/dist/platform/tools/write/schema.d.ts.map +1 -0
- package/dist/platform/tools/write/schema.js +89 -0
- package/dist/platform/types/daemon-error-contract.d.ts +2 -0
- package/dist/platform/types/daemon-error-contract.d.ts.map +1 -0
- package/dist/platform/types/daemon-error-contract.js +1 -0
- package/dist/platform/types/errors.d.ts +87 -0
- package/dist/platform/types/errors.d.ts.map +1 -0
- package/dist/platform/types/errors.js +236 -0
- package/dist/platform/types/foundation-contract.d.ts +9 -0
- package/dist/platform/types/foundation-contract.d.ts.map +1 -0
- package/dist/platform/types/foundation-contract.js +1 -0
- package/dist/platform/types/generated/foundation-client-types.d.ts +2 -0
- package/dist/platform/types/generated/foundation-client-types.d.ts.map +1 -0
- package/dist/platform/types/generated/foundation-client-types.js +2 -0
- package/dist/platform/types/grid.d.ts +27 -0
- package/dist/platform/types/grid.d.ts.map +1 -0
- package/dist/platform/types/grid.js +26 -0
- package/dist/platform/types/tools.d.ts +36 -0
- package/dist/platform/types/tools.d.ts.map +1 -0
- package/dist/platform/types/tools.js +1 -0
- package/dist/platform/utils/clipboard.d.ts +18 -0
- package/dist/platform/utils/clipboard.d.ts.map +1 -0
- package/dist/platform/utils/clipboard.js +147 -0
- package/dist/platform/utils/error-display.d.ts +35 -0
- package/dist/platform/utils/error-display.d.ts.map +1 -0
- package/dist/platform/utils/error-display.js +314 -0
- package/dist/platform/utils/glob-to-regex.d.ts +7 -0
- package/dist/platform/utils/glob-to-regex.d.ts.map +1 -0
- package/dist/platform/utils/glob-to-regex.js +30 -0
- package/dist/platform/utils/logger.d.ts +25 -0
- package/dist/platform/utils/logger.d.ts.map +1 -0
- package/dist/platform/utils/logger.js +74 -0
- package/dist/platform/utils/markdown-disclosure.d.ts +23 -0
- package/dist/platform/utils/markdown-disclosure.d.ts.map +1 -0
- package/dist/platform/utils/markdown-disclosure.js +166 -0
- package/dist/platform/utils/notebook.d.ts +6 -0
- package/dist/platform/utils/notebook.d.ts.map +1 -0
- package/dist/platform/utils/notebook.js +7 -0
- package/dist/platform/utils/notify.d.ts +12 -0
- package/dist/platform/utils/notify.d.ts.map +1 -0
- package/dist/platform/utils/notify.js +34 -0
- package/dist/platform/utils/open-external.d.ts +2 -0
- package/dist/platform/utils/open-external.d.ts.map +1 -0
- package/dist/platform/utils/open-external.js +29 -0
- package/dist/platform/utils/path-safety.d.ts +7 -0
- package/dist/platform/utils/path-safety.d.ts.map +1 -0
- package/dist/platform/utils/path-safety.js +42 -0
- package/dist/platform/utils/prompt-loader.d.ts +25 -0
- package/dist/platform/utils/prompt-loader.d.ts.map +1 -0
- package/dist/platform/utils/prompt-loader.js +100 -0
- package/dist/platform/utils/redaction.d.ts +4 -0
- package/dist/platform/utils/redaction.d.ts.map +1 -0
- package/dist/platform/utils/redaction.js +66 -0
- package/dist/platform/utils/retry.d.ts +30 -0
- package/dist/platform/utils/retry.d.ts.map +1 -0
- package/dist/platform/utils/retry.js +76 -0
- package/dist/platform/utils/terminal-width.d.ts +19 -0
- package/dist/platform/utils/terminal-width.d.ts.map +1 -0
- package/dist/platform/utils/terminal-width.js +188 -0
- package/dist/platform/utils/url-safety.d.ts +8 -0
- package/dist/platform/utils/url-safety.d.ts.map +1 -0
- package/dist/platform/utils/url-safety.js +74 -0
- package/dist/platform/utils/walk-dir.d.ts +18 -0
- package/dist/platform/utils/walk-dir.d.ts.map +1 -0
- package/dist/platform/utils/walk-dir.js +55 -0
- package/dist/platform/voice/builtin-providers.d.ts +3 -0
- package/dist/platform/voice/builtin-providers.d.ts.map +1 -0
- package/dist/platform/voice/builtin-providers.js +15 -0
- package/dist/platform/voice/index.d.ts +7 -0
- package/dist/platform/voice/index.d.ts.map +1 -0
- package/dist/platform/voice/index.js +3 -0
- package/dist/platform/voice/provider-registry.d.ts +18 -0
- package/dist/platform/voice/provider-registry.d.ts.map +1 -0
- package/dist/platform/voice/provider-registry.js +58 -0
- package/dist/platform/voice/providers/deepgram.d.ts +3 -0
- package/dist/platform/voice/providers/deepgram.d.ts.map +1 -0
- package/dist/platform/voice/providers/deepgram.js +54 -0
- package/dist/platform/voice/providers/elevenlabs.d.ts +3 -0
- package/dist/platform/voice/providers/elevenlabs.d.ts.map +1 -0
- package/dist/platform/voice/providers/elevenlabs.js +333 -0
- package/dist/platform/voice/providers/google.d.ts +3 -0
- package/dist/platform/voice/providers/google.d.ts.map +1 -0
- package/dist/platform/voice/providers/google.js +166 -0
- package/dist/platform/voice/providers/microsoft.d.ts +3 -0
- package/dist/platform/voice/providers/microsoft.d.ts.map +1 -0
- package/dist/platform/voice/providers/microsoft.js +85 -0
- package/dist/platform/voice/providers/openai.d.ts +3 -0
- package/dist/platform/voice/providers/openai.d.ts.map +1 -0
- package/dist/platform/voice/providers/openai.js +289 -0
- package/dist/platform/voice/providers/shared.d.ts +17 -0
- package/dist/platform/voice/providers/shared.d.ts.map +1 -0
- package/dist/platform/voice/providers/shared.js +115 -0
- package/dist/platform/voice/providers/vydra.d.ts +3 -0
- package/dist/platform/voice/providers/vydra.d.ts.map +1 -0
- package/dist/platform/voice/providers/vydra.js +74 -0
- package/dist/platform/voice/service.d.ts +18 -0
- package/dist/platform/voice/service.d.ts.map +1 -0
- package/dist/platform/voice/service.js +49 -0
- package/dist/platform/voice/types.d.ts +88 -0
- package/dist/platform/voice/types.d.ts.map +1 -0
- package/dist/platform/voice/types.js +1 -0
- package/dist/platform/watchers/store.d.ts +12 -0
- package/dist/platform/watchers/store.d.ts.map +1 -0
- package/dist/platform/watchers/store.js +45 -0
- package/dist/platform/web-search/types.d.ts +89 -0
- package/dist/platform/web-search/types.d.ts.map +1 -0
- package/dist/platform/web-search/types.js +1 -0
- package/dist/platform/workflow/trigger-executor.d.ts +22 -0
- package/dist/platform/workflow/trigger-executor.d.ts.map +1 -0
- package/dist/platform/workflow/trigger-executor.js +304 -0
- package/dist/react-native.d.ts +1 -1
- package/dist/react-native.d.ts.map +1 -1
- package/dist/react-native.js +2 -2
- package/dist/transport-core.d.ts +2 -0
- package/dist/transport-core.d.ts.map +1 -0
- package/dist/transport-core.js +1 -0
- package/dist/transport-direct.d.ts +2 -0
- package/dist/transport-direct.d.ts.map +1 -0
- package/dist/transport-direct.js +1 -0
- package/dist/transport-http.d.ts +2 -0
- package/dist/transport-http.d.ts.map +1 -0
- package/dist/transport-http.js +1 -0
- package/dist/transport-realtime.d.ts +2 -0
- package/dist/transport-realtime.d.ts.map +1 -0
- package/dist/transport-realtime.js +1 -0
- package/package.json +76 -10
|
@@ -0,0 +1,264 @@
|
|
|
1
|
+
import { readChannelConversationKind, readChannelLifecycleAction } from './route-helpers.js';
|
|
2
|
+
export function createDaemonChannelRouteHandlers(context) {
|
|
3
|
+
return {
|
|
4
|
+
getSurfaces: () => Response.json({ surfaces: context.surfaceRegistry.list() }),
|
|
5
|
+
getChannelAccounts: () => context.channelPlugins.listAccounts().then((accounts) => Response.json({ accounts })),
|
|
6
|
+
getChannelSurfaceAccounts: (surface) => context.channelPlugins
|
|
7
|
+
.listAccounts(surface)
|
|
8
|
+
.then((accounts) => Response.json({ accounts })),
|
|
9
|
+
getChannelAccount: async (surface, accountId) => {
|
|
10
|
+
const account = await context.channelPlugins.getAccount(surface, accountId);
|
|
11
|
+
return account
|
|
12
|
+
? Response.json(account)
|
|
13
|
+
: Response.json({ error: 'Unknown channel account' }, { status: 404 });
|
|
14
|
+
},
|
|
15
|
+
getChannelSetupSchema: async (surface, url) => {
|
|
16
|
+
const schema = await context.channelPlugins.getSetupSchema(surface, url.searchParams.get('accountId') ?? undefined);
|
|
17
|
+
return schema
|
|
18
|
+
? Response.json(schema)
|
|
19
|
+
: Response.json({ error: 'Unknown channel setup schema' }, { status: 404 });
|
|
20
|
+
},
|
|
21
|
+
getChannelDoctor: async (surface, url) => {
|
|
22
|
+
const report = await context.channelPlugins.doctor(surface, url.searchParams.get('accountId') ?? undefined);
|
|
23
|
+
return report
|
|
24
|
+
? Response.json(report)
|
|
25
|
+
: Response.json({ error: 'Unknown channel doctor surface' }, { status: 404 });
|
|
26
|
+
},
|
|
27
|
+
getChannelRepairActions: async (surface, url) => Response.json({
|
|
28
|
+
actions: await context.channelPlugins.listRepairActions(surface, url.searchParams.get('accountId') ?? undefined),
|
|
29
|
+
}),
|
|
30
|
+
getChannelLifecycle: async (surface, url) => {
|
|
31
|
+
const state = await context.channelPlugins.getLifecycleState(surface, url.searchParams.get('accountId') ?? undefined);
|
|
32
|
+
return state
|
|
33
|
+
? Response.json(state)
|
|
34
|
+
: Response.json({ error: 'Unknown channel lifecycle surface' }, { status: 404 });
|
|
35
|
+
},
|
|
36
|
+
postChannelLifecycleMigrate: async (surface, req) => {
|
|
37
|
+
const admin = context.requireAdmin(req);
|
|
38
|
+
if (admin)
|
|
39
|
+
return admin;
|
|
40
|
+
const body = await context.parseOptionalJsonBody(req);
|
|
41
|
+
if (body instanceof Response)
|
|
42
|
+
return body;
|
|
43
|
+
const state = await context.channelPlugins.migrateLifecycle(surface, typeof body?.accountId === 'string' ? body.accountId : undefined, body ?? undefined);
|
|
44
|
+
return state
|
|
45
|
+
? Response.json(state)
|
|
46
|
+
: Response.json({ error: 'Unknown channel lifecycle surface' }, { status: 404 });
|
|
47
|
+
},
|
|
48
|
+
postChannelAccountAction: async (surface, accountId, action, req) => {
|
|
49
|
+
const admin = context.requireAdmin(req);
|
|
50
|
+
if (admin)
|
|
51
|
+
return admin;
|
|
52
|
+
const body = await context.parseJsonBody(req);
|
|
53
|
+
const input = body instanceof Response ? undefined : body;
|
|
54
|
+
if (body instanceof Response && req.headers.get('content-length') && req.headers.get('content-length') !== '0') {
|
|
55
|
+
return body;
|
|
56
|
+
}
|
|
57
|
+
const lifecycleAction = readChannelLifecycleAction(action);
|
|
58
|
+
if (!lifecycleAction) {
|
|
59
|
+
return Response.json({ error: 'Unknown channel account action' }, { status: 400 });
|
|
60
|
+
}
|
|
61
|
+
const result = await context.channelPlugins.runAccountAction(surface, lifecycleAction, accountId ?? (typeof input?.accountId === 'string' ? input.accountId : undefined), input);
|
|
62
|
+
return result !== null
|
|
63
|
+
? Response.json({ surface, accountId, action: lifecycleAction, result })
|
|
64
|
+
: Response.json({ error: 'Unknown channel account action' }, { status: 404 });
|
|
65
|
+
},
|
|
66
|
+
getChannelCapabilities: () => context.channelPlugins.listCapabilities().then((capabilities) => Response.json({ capabilities })),
|
|
67
|
+
getChannelSurfaceCapabilities: (surface) => context.channelPlugins
|
|
68
|
+
.listCapabilities(surface)
|
|
69
|
+
.then((capabilities) => Response.json({ capabilities })),
|
|
70
|
+
getChannelTools: () => context.channelPlugins.listTools().then((tools) => Response.json({ tools })),
|
|
71
|
+
getChannelSurfaceTools: (surface) => context.channelPlugins
|
|
72
|
+
.listTools(surface)
|
|
73
|
+
.then((tools) => Response.json({ tools })),
|
|
74
|
+
getChannelAgentTools: () => Response.json({ tools: context.channelPlugins.listAgentTools().map((tool) => tool.definition) }),
|
|
75
|
+
getChannelSurfaceAgentTools: (surface) => Response.json({
|
|
76
|
+
tools: context.channelPlugins
|
|
77
|
+
.listAgentTools(surface)
|
|
78
|
+
.map((tool) => tool.definition),
|
|
79
|
+
}),
|
|
80
|
+
postChannelTool: async (surface, toolId, req) => {
|
|
81
|
+
const admin = context.requireAdmin(req);
|
|
82
|
+
if (admin)
|
|
83
|
+
return admin;
|
|
84
|
+
const body = await context.parseJsonBody(req);
|
|
85
|
+
const input = body instanceof Response ? undefined : body;
|
|
86
|
+
if (body instanceof Response && req.headers.get('content-length') && req.headers.get('content-length') !== '0') {
|
|
87
|
+
return body;
|
|
88
|
+
}
|
|
89
|
+
const result = await context.channelPlugins.runTool(surface, toolId, input);
|
|
90
|
+
return result !== null
|
|
91
|
+
? Response.json({ toolId, surface, result })
|
|
92
|
+
: Response.json({ error: 'Unknown channel tool' }, { status: 404 });
|
|
93
|
+
},
|
|
94
|
+
getChannelActions: () => context.channelPlugins.listOperatorActions().then((actions) => Response.json({ actions })),
|
|
95
|
+
getChannelSurfaceActions: (surface) => context.channelPlugins
|
|
96
|
+
.listOperatorActions(surface)
|
|
97
|
+
.then((actions) => Response.json({ actions })),
|
|
98
|
+
postChannelAction: async (surface, actionId, req) => {
|
|
99
|
+
const admin = context.requireAdmin(req);
|
|
100
|
+
if (admin)
|
|
101
|
+
return admin;
|
|
102
|
+
const body = await context.parseJsonBody(req);
|
|
103
|
+
const input = body instanceof Response ? undefined : body;
|
|
104
|
+
if (body instanceof Response && req.headers.get('content-length') && req.headers.get('content-length') !== '0') {
|
|
105
|
+
return body;
|
|
106
|
+
}
|
|
107
|
+
const result = await context.channelPlugins.runOperatorAction(surface, actionId, input);
|
|
108
|
+
return result !== null
|
|
109
|
+
? Response.json({ actionId, surface, result })
|
|
110
|
+
: Response.json({ error: 'Unknown channel action' }, { status: 404 });
|
|
111
|
+
},
|
|
112
|
+
postChannelResolveTarget: async (surface, req) => {
|
|
113
|
+
const admin = context.requireAdmin(req);
|
|
114
|
+
if (admin)
|
|
115
|
+
return admin;
|
|
116
|
+
const body = await context.parseJsonBody(req);
|
|
117
|
+
if (body instanceof Response)
|
|
118
|
+
return body;
|
|
119
|
+
const targetInput = typeof body.target === 'string'
|
|
120
|
+
? body.target
|
|
121
|
+
: typeof body.input === 'string'
|
|
122
|
+
? body.input
|
|
123
|
+
: typeof body.query === 'string'
|
|
124
|
+
? body.query
|
|
125
|
+
: '';
|
|
126
|
+
if (!targetInput.trim()) {
|
|
127
|
+
return Response.json({ error: 'Target resolution requires target, input, or query.' }, { status: 400 });
|
|
128
|
+
}
|
|
129
|
+
const preferredKind = readChannelConversationKind(body.preferredKind);
|
|
130
|
+
const target = await context.channelPlugins.resolveTarget(surface, {
|
|
131
|
+
input: targetInput,
|
|
132
|
+
...(typeof body.accountId === 'string' ? { accountId: body.accountId } : {}),
|
|
133
|
+
...(preferredKind ? { preferredKind } : {}),
|
|
134
|
+
...(typeof body.threadId === 'string' ? { threadId: body.threadId } : {}),
|
|
135
|
+
...(typeof body.sessionId === 'string' ? { sessionId: body.sessionId } : {}),
|
|
136
|
+
...(typeof body.createIfMissing === 'boolean' ? { createIfMissing: body.createIfMissing } : {}),
|
|
137
|
+
...(typeof body.live === 'boolean' ? { live: body.live } : {}),
|
|
138
|
+
...(typeof body.metadata === 'object' && body.metadata !== null ? { metadata: body.metadata } : {}),
|
|
139
|
+
});
|
|
140
|
+
return target
|
|
141
|
+
? Response.json({ surface, target })
|
|
142
|
+
: Response.json({ error: 'Unable to resolve channel target' }, { status: 404 });
|
|
143
|
+
},
|
|
144
|
+
postChannelAuthorize: async (surface, req) => {
|
|
145
|
+
const admin = context.requireAdmin(req);
|
|
146
|
+
if (admin)
|
|
147
|
+
return admin;
|
|
148
|
+
const body = await context.parseJsonBody(req);
|
|
149
|
+
if (body instanceof Response)
|
|
150
|
+
return body;
|
|
151
|
+
const target = typeof body.target === 'string' && body.target.trim()
|
|
152
|
+
? await context.channelPlugins.resolveTarget(surface, {
|
|
153
|
+
input: body.target,
|
|
154
|
+
...(typeof body.accountId === 'string' ? { accountId: body.accountId } : {}),
|
|
155
|
+
createIfMissing: true,
|
|
156
|
+
})
|
|
157
|
+
: null;
|
|
158
|
+
const result = await context.channelPlugins.authorizeActorAction(surface, {
|
|
159
|
+
actionId: typeof body.actionId === 'string' ? body.actionId : 'unknown',
|
|
160
|
+
...(typeof body.actorId === 'string' ? { actorId: body.actorId } : {}),
|
|
161
|
+
...(typeof body.accountId === 'string' ? { accountId: body.accountId } : {}),
|
|
162
|
+
...(target ? { target } : {}),
|
|
163
|
+
...(typeof body.metadata === 'object' && body.metadata !== null ? { metadata: body.metadata } : {}),
|
|
164
|
+
});
|
|
165
|
+
return result
|
|
166
|
+
? Response.json({ surface, result })
|
|
167
|
+
: Response.json({ error: 'Unable to authorize channel action' }, { status: 404 });
|
|
168
|
+
},
|
|
169
|
+
postChannelAllowlistResolve: async (surface, req) => {
|
|
170
|
+
const admin = context.requireAdmin(req);
|
|
171
|
+
if (admin)
|
|
172
|
+
return admin;
|
|
173
|
+
const body = await context.parseJsonBody(req);
|
|
174
|
+
if (body instanceof Response)
|
|
175
|
+
return body;
|
|
176
|
+
const result = await context.channelPlugins.resolveAllowlist(surface, {
|
|
177
|
+
...(Array.isArray(body.add) ? { add: body.add.filter((value) => typeof value === 'string') } : {}),
|
|
178
|
+
...(Array.isArray(body.remove) ? { remove: body.remove.filter((value) => typeof value === 'string') } : {}),
|
|
179
|
+
...(typeof body.groupId === 'string' ? { groupId: body.groupId } : {}),
|
|
180
|
+
...(typeof body.channelId === 'string' ? { channelId: body.channelId } : {}),
|
|
181
|
+
...(typeof body.workspaceId === 'string' ? { workspaceId: body.workspaceId } : {}),
|
|
182
|
+
...(body.kind === 'user' || body.kind === 'channel' || body.kind === 'group' ? { kind: body.kind } : {}),
|
|
183
|
+
...(typeof body.metadata === 'object' && body.metadata !== null ? { metadata: body.metadata } : {}),
|
|
184
|
+
});
|
|
185
|
+
return result
|
|
186
|
+
? Response.json(result)
|
|
187
|
+
: Response.json({ error: 'Unknown channel allowlist surface' }, { status: 404 });
|
|
188
|
+
},
|
|
189
|
+
postChannelAllowlistEdit: async (surface, req) => {
|
|
190
|
+
const admin = context.requireAdmin(req);
|
|
191
|
+
if (admin)
|
|
192
|
+
return admin;
|
|
193
|
+
const body = await context.parseJsonBody(req);
|
|
194
|
+
if (body instanceof Response)
|
|
195
|
+
return body;
|
|
196
|
+
const result = await context.channelPlugins.editAllowlist(surface, {
|
|
197
|
+
...(Array.isArray(body.add) ? { add: body.add.filter((value) => typeof value === 'string') } : {}),
|
|
198
|
+
...(Array.isArray(body.remove) ? { remove: body.remove.filter((value) => typeof value === 'string') } : {}),
|
|
199
|
+
...(typeof body.groupId === 'string' ? { groupId: body.groupId } : {}),
|
|
200
|
+
...(typeof body.channelId === 'string' ? { channelId: body.channelId } : {}),
|
|
201
|
+
...(typeof body.workspaceId === 'string' ? { workspaceId: body.workspaceId } : {}),
|
|
202
|
+
...(body.kind === 'user' || body.kind === 'channel' || body.kind === 'group' ? { kind: body.kind } : {}),
|
|
203
|
+
...(typeof body.metadata === 'object' && body.metadata !== null ? { metadata: body.metadata } : {}),
|
|
204
|
+
});
|
|
205
|
+
return result
|
|
206
|
+
? Response.json(result)
|
|
207
|
+
: Response.json({ error: 'Unknown channel allowlist surface' }, { status: 404 });
|
|
208
|
+
},
|
|
209
|
+
getChannelPolicies: () => Response.json({ policies: context.channelPolicy.listPolicies() }),
|
|
210
|
+
postChannelPolicy: async (surface, req) => {
|
|
211
|
+
const admin = context.requireAdmin(req);
|
|
212
|
+
if (admin)
|
|
213
|
+
return admin;
|
|
214
|
+
const body = await context.parseJsonBody(req);
|
|
215
|
+
if (body instanceof Response)
|
|
216
|
+
return body;
|
|
217
|
+
const updated = await context.channelPolicy.upsertPolicy(surface, {
|
|
218
|
+
...(body.enabled !== undefined ? { enabled: Boolean(body.enabled) } : {}),
|
|
219
|
+
...(body.requireMention !== undefined ? { requireMention: Boolean(body.requireMention) } : {}),
|
|
220
|
+
...(body.allowDirectMessages !== undefined ? { allowDirectMessages: Boolean(body.allowDirectMessages) } : {}),
|
|
221
|
+
...(body.allowGroupMessages !== undefined ? { allowGroupMessages: Boolean(body.allowGroupMessages) } : {}),
|
|
222
|
+
...(body.allowThreadMessages !== undefined ? { allowThreadMessages: Boolean(body.allowThreadMessages) } : {}),
|
|
223
|
+
...(body.dmPolicy === 'allow' || body.dmPolicy === 'deny' || body.dmPolicy === 'inherit' ? { dmPolicy: body.dmPolicy } : {}),
|
|
224
|
+
...(body.groupPolicy === 'allow' || body.groupPolicy === 'deny' || body.groupPolicy === 'inherit' ? { groupPolicy: body.groupPolicy } : {}),
|
|
225
|
+
...(body.allowTextCommandsWithoutMention !== undefined ? { allowTextCommandsWithoutMention: Boolean(body.allowTextCommandsWithoutMention) } : {}),
|
|
226
|
+
...(Array.isArray(body.allowlistUserIds) ? { allowlistUserIds: body.allowlistUserIds.filter((value) => typeof value === 'string') } : {}),
|
|
227
|
+
...(Array.isArray(body.allowlistChannelIds) ? { allowlistChannelIds: body.allowlistChannelIds.filter((value) => typeof value === 'string') } : {}),
|
|
228
|
+
...(Array.isArray(body.allowlistGroupIds) ? { allowlistGroupIds: body.allowlistGroupIds.filter((value) => typeof value === 'string') } : {}),
|
|
229
|
+
...(Array.isArray(body.allowedCommands) ? { allowedCommands: body.allowedCommands.filter((value) => typeof value === 'string') } : {}),
|
|
230
|
+
...(Array.isArray(body.groupPolicies) ? {
|
|
231
|
+
groupPolicies: body.groupPolicies
|
|
232
|
+
.filter((value) => typeof value === 'object' && value !== null)
|
|
233
|
+
.map((value) => ({
|
|
234
|
+
id: typeof value.id === 'string' ? value.id : `group-policy-${Math.random().toString(36).slice(2, 8)}`,
|
|
235
|
+
...(typeof value.label === 'string' ? { label: value.label } : {}),
|
|
236
|
+
...(typeof value.groupId === 'string' ? { groupId: value.groupId } : {}),
|
|
237
|
+
...(typeof value.channelId === 'string' ? { channelId: value.channelId } : {}),
|
|
238
|
+
...(typeof value.workspaceId === 'string' ? { workspaceId: value.workspaceId } : {}),
|
|
239
|
+
...(value.requireMention !== undefined ? { requireMention: Boolean(value.requireMention) } : {}),
|
|
240
|
+
...(value.allowGroupMessages !== undefined ? { allowGroupMessages: Boolean(value.allowGroupMessages) } : {}),
|
|
241
|
+
...(value.allowThreadMessages !== undefined ? { allowThreadMessages: Boolean(value.allowThreadMessages) } : {}),
|
|
242
|
+
...(value.allowTextCommandsWithoutMention !== undefined ? { allowTextCommandsWithoutMention: Boolean(value.allowTextCommandsWithoutMention) } : {}),
|
|
243
|
+
...(Array.isArray(value.allowlistUserIds) ? { allowlistUserIds: value.allowlistUserIds.filter((entry) => typeof entry === 'string') } : {}),
|
|
244
|
+
...(Array.isArray(value.allowlistChannelIds) ? { allowlistChannelIds: value.allowlistChannelIds.filter((entry) => typeof entry === 'string') } : {}),
|
|
245
|
+
...(Array.isArray(value.allowlistGroupIds) ? { allowlistGroupIds: value.allowlistGroupIds.filter((entry) => typeof entry === 'string') } : {}),
|
|
246
|
+
...(Array.isArray(value.allowedCommands) ? { allowedCommands: value.allowedCommands.filter((entry) => typeof entry === 'string') } : {}),
|
|
247
|
+
...(typeof value.metadata === 'object' && value.metadata !== null ? { metadata: value.metadata } : {}),
|
|
248
|
+
})),
|
|
249
|
+
} : {}),
|
|
250
|
+
...(typeof body.metadata === 'object' && body.metadata !== null ? { metadata: body.metadata } : {}),
|
|
251
|
+
});
|
|
252
|
+
return Response.json(updated);
|
|
253
|
+
},
|
|
254
|
+
getChannelPolicyAudit: (limit) => Response.json({ audit: context.channelPolicy.listAudit(limit) }),
|
|
255
|
+
getChannelStatus: () => context.channelPlugins.listStatus().then((channels) => Response.json({ channels })),
|
|
256
|
+
getChannelDirectory: (surface, url) => context.channelPlugins.queryDirectory(surface, {
|
|
257
|
+
query: url.searchParams.get('q') ?? '',
|
|
258
|
+
...(url.searchParams.get('scope') ? { scope: url.searchParams.get('scope') } : {}),
|
|
259
|
+
...(url.searchParams.get('groupId') ? { groupId: url.searchParams.get('groupId') } : {}),
|
|
260
|
+
...(url.searchParams.get('limit') ? { limit: Number(url.searchParams.get('limit')) } : {}),
|
|
261
|
+
...(url.searchParams.get('live') ? { live: url.searchParams.get('live') === 'true' } : {}),
|
|
262
|
+
}).then((entries) => Response.json({ entries })),
|
|
263
|
+
};
|
|
264
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
export type MaybeResponse = Response | Promise<Response>;
|
|
2
|
+
export interface DaemonApiRouteHandlers {
|
|
3
|
+
getStatus(): MaybeResponse;
|
|
4
|
+
getCurrentAuth(req: Request): MaybeResponse;
|
|
5
|
+
getReview(): MaybeResponse;
|
|
6
|
+
getIntegrationSession(): MaybeResponse;
|
|
7
|
+
getIntegrationTasks(): MaybeResponse;
|
|
8
|
+
getIntegrationAutomation(): MaybeResponse;
|
|
9
|
+
getIntegrationSessions(): MaybeResponse;
|
|
10
|
+
createSharedSession(req: Request): MaybeResponse;
|
|
11
|
+
getControlPlaneSnapshot(): MaybeResponse;
|
|
12
|
+
getOperatorContract(): MaybeResponse;
|
|
13
|
+
getControlPlaneWeb(): MaybeResponse;
|
|
14
|
+
getControlPlaneRecentEvents(limit: number): MaybeResponse;
|
|
15
|
+
getControlPlaneMessages(): MaybeResponse;
|
|
16
|
+
getControlPlaneClients(): MaybeResponse;
|
|
17
|
+
getTelemetrySnapshot(req: Request): MaybeResponse;
|
|
18
|
+
getTelemetryEvents(req: Request): MaybeResponse;
|
|
19
|
+
getTelemetryErrors(req: Request): MaybeResponse;
|
|
20
|
+
getTelemetryTraces(req: Request): MaybeResponse;
|
|
21
|
+
getTelemetryMetrics(req: Request): MaybeResponse;
|
|
22
|
+
createTelemetryEventStream(req: Request): MaybeResponse;
|
|
23
|
+
getTelemetryOtlpTraces(req: Request): MaybeResponse;
|
|
24
|
+
getTelemetryOtlpLogs(req: Request): MaybeResponse;
|
|
25
|
+
getTelemetryOtlpMetrics(req: Request): MaybeResponse;
|
|
26
|
+
getGatewayMethods(url: URL): MaybeResponse;
|
|
27
|
+
getGatewayEvents(url: URL): MaybeResponse;
|
|
28
|
+
getGatewayMethod(methodId: string): MaybeResponse;
|
|
29
|
+
invokeGatewayMethod(methodId: string, req: Request): MaybeResponse;
|
|
30
|
+
createControlPlaneEventStream(req: Request): MaybeResponse;
|
|
31
|
+
getAutomationJobs(): MaybeResponse;
|
|
32
|
+
postAutomationJob(req: Request): MaybeResponse;
|
|
33
|
+
getAutomationRuns(): MaybeResponse;
|
|
34
|
+
getAutomationRun(runId: string): MaybeResponse;
|
|
35
|
+
getAutomationHeartbeat(): MaybeResponse;
|
|
36
|
+
postAutomationHeartbeat(req: Request): MaybeResponse;
|
|
37
|
+
automationRunAction(runId: string, action: 'cancel' | 'retry', req: Request): MaybeResponse;
|
|
38
|
+
patchAutomationJob(jobId: string, req: Request): MaybeResponse;
|
|
39
|
+
deleteAutomationJob(jobId: string): MaybeResponse;
|
|
40
|
+
setAutomationJobEnabled(jobId: string, enabled: boolean): MaybeResponse;
|
|
41
|
+
runAutomationJobNow(jobId: string): MaybeResponse;
|
|
42
|
+
getDeliveries(): MaybeResponse;
|
|
43
|
+
getDelivery(deliveryId: string): MaybeResponse;
|
|
44
|
+
getRoutesSnapshot(): MaybeResponse;
|
|
45
|
+
getSurfaces(): MaybeResponse;
|
|
46
|
+
getChannelAccounts(): MaybeResponse;
|
|
47
|
+
getChannelSurfaceAccounts(surface: string): MaybeResponse;
|
|
48
|
+
getChannelAccount(surface: string, accountId: string): MaybeResponse;
|
|
49
|
+
postChannelAccountAction(surface: string, accountId: string | null, action: string, req: Request): MaybeResponse;
|
|
50
|
+
getChannelSetupSchema(surface: string, url: URL): MaybeResponse;
|
|
51
|
+
getChannelDoctor(surface: string, url: URL): MaybeResponse;
|
|
52
|
+
getChannelRepairActions(surface: string, url: URL): MaybeResponse;
|
|
53
|
+
getChannelLifecycle(surface: string, url: URL): MaybeResponse;
|
|
54
|
+
postChannelLifecycleMigrate(surface: string, req: Request): MaybeResponse;
|
|
55
|
+
getChannelCapabilities(): MaybeResponse;
|
|
56
|
+
getChannelSurfaceCapabilities(surface: string): MaybeResponse;
|
|
57
|
+
getChannelTools(): MaybeResponse;
|
|
58
|
+
getChannelSurfaceTools(surface: string): MaybeResponse;
|
|
59
|
+
getChannelAgentTools(): MaybeResponse;
|
|
60
|
+
getChannelSurfaceAgentTools(surface: string): MaybeResponse;
|
|
61
|
+
postChannelTool(surface: string, toolId: string, req: Request): MaybeResponse;
|
|
62
|
+
getChannelActions(): MaybeResponse;
|
|
63
|
+
getChannelSurfaceActions(surface: string): MaybeResponse;
|
|
64
|
+
postChannelAction(surface: string, actionId: string, req: Request): MaybeResponse;
|
|
65
|
+
postChannelResolveTarget(surface: string, req: Request): MaybeResponse;
|
|
66
|
+
postChannelAuthorize(surface: string, req: Request): MaybeResponse;
|
|
67
|
+
postChannelAllowlistResolve(surface: string, req: Request): MaybeResponse;
|
|
68
|
+
postChannelAllowlistEdit(surface: string, req: Request): MaybeResponse;
|
|
69
|
+
getChannelPolicies(): MaybeResponse;
|
|
70
|
+
postChannelPolicy(surface: string, req: Request): MaybeResponse;
|
|
71
|
+
getChannelPolicyAudit(limit: number): MaybeResponse;
|
|
72
|
+
getChannelStatus(): MaybeResponse;
|
|
73
|
+
getChannelDirectory(surface: string, url: URL): MaybeResponse;
|
|
74
|
+
getWatchers(): MaybeResponse;
|
|
75
|
+
postWatcher(req: Request): MaybeResponse;
|
|
76
|
+
patchWatcher(watcherId: string, req: Request): MaybeResponse;
|
|
77
|
+
watcherAction(watcherId: string, action: 'start' | 'stop' | 'run'): MaybeResponse;
|
|
78
|
+
deleteWatcher(watcherId: string): MaybeResponse;
|
|
79
|
+
getServiceStatus(): MaybeResponse;
|
|
80
|
+
installService(): MaybeResponse;
|
|
81
|
+
startService(): MaybeResponse;
|
|
82
|
+
stopService(): MaybeResponse;
|
|
83
|
+
restartService(): MaybeResponse;
|
|
84
|
+
uninstallService(): MaybeResponse;
|
|
85
|
+
getRouteBindings(): MaybeResponse;
|
|
86
|
+
postRouteBinding(req: Request): MaybeResponse;
|
|
87
|
+
patchRouteBinding(bindingId: string, req: Request): MaybeResponse;
|
|
88
|
+
deleteRouteBinding(bindingId: string): MaybeResponse;
|
|
89
|
+
getApprovals(): MaybeResponse;
|
|
90
|
+
approvalAction(approvalId: string, action: 'claim' | 'approve' | 'deny' | 'cancel', req: Request): MaybeResponse;
|
|
91
|
+
getRemote(): MaybeResponse;
|
|
92
|
+
getRemotePairRequests(): MaybeResponse;
|
|
93
|
+
approveRemotePairRequest(requestId: string, req: Request): MaybeResponse;
|
|
94
|
+
rejectRemotePairRequest(requestId: string, req: Request): MaybeResponse;
|
|
95
|
+
getRemotePeers(): MaybeResponse;
|
|
96
|
+
rotateRemotePeerToken(peerId: string, req: Request): MaybeResponse;
|
|
97
|
+
revokeRemotePeerToken(peerId: string, req: Request): MaybeResponse;
|
|
98
|
+
disconnectRemotePeer(peerId: string, req: Request): MaybeResponse;
|
|
99
|
+
getRemoteWork(): MaybeResponse;
|
|
100
|
+
invokeRemotePeer(peerId: string, req: Request): MaybeResponse;
|
|
101
|
+
cancelRemoteWork(workId: string, req: Request): MaybeResponse;
|
|
102
|
+
getRemoteNodeHostContract(): MaybeResponse;
|
|
103
|
+
getHealth(): MaybeResponse;
|
|
104
|
+
getAccounts(): MaybeResponse;
|
|
105
|
+
getProviders(): MaybeResponse;
|
|
106
|
+
getProvider(providerId: string): MaybeResponse;
|
|
107
|
+
getProviderUsage(providerId: string): MaybeResponse;
|
|
108
|
+
getSettings(): MaybeResponse;
|
|
109
|
+
getContinuity(): MaybeResponse;
|
|
110
|
+
getWorktrees(): MaybeResponse;
|
|
111
|
+
getIntelligence(): MaybeResponse;
|
|
112
|
+
getMemoryDoctor(): MaybeResponse;
|
|
113
|
+
getMemoryVectorStats(): MaybeResponse;
|
|
114
|
+
postMemoryVectorRebuild(req: Request): MaybeResponse;
|
|
115
|
+
postMemoryEmbeddingDefault(req: Request): MaybeResponse;
|
|
116
|
+
getKnowledgeStatus(): MaybeResponse;
|
|
117
|
+
getKnowledgeSources(url: URL): MaybeResponse;
|
|
118
|
+
getKnowledgeNodes(url: URL): MaybeResponse;
|
|
119
|
+
getKnowledgeIssues(url: URL): MaybeResponse;
|
|
120
|
+
getKnowledgeItem(id: string): MaybeResponse;
|
|
121
|
+
getKnowledgeConnectors(): MaybeResponse;
|
|
122
|
+
getKnowledgeConnector(id: string): MaybeResponse;
|
|
123
|
+
getKnowledgeConnectorDoctor(id: string): MaybeResponse;
|
|
124
|
+
getKnowledgeProjectionTargets(url: URL): MaybeResponse;
|
|
125
|
+
getKnowledgeGraphqlSchema(): MaybeResponse;
|
|
126
|
+
getKnowledgeExtractions(url: URL): MaybeResponse;
|
|
127
|
+
getKnowledgeUsage(url: URL): MaybeResponse;
|
|
128
|
+
getKnowledgeCandidates(url: URL): MaybeResponse;
|
|
129
|
+
getKnowledgeCandidate(id: string): MaybeResponse;
|
|
130
|
+
getKnowledgeReports(url: URL): MaybeResponse;
|
|
131
|
+
getKnowledgeReport(id: string): MaybeResponse;
|
|
132
|
+
getKnowledgeExtraction(id: string): MaybeResponse;
|
|
133
|
+
getKnowledgeSourceExtraction(id: string): MaybeResponse;
|
|
134
|
+
getKnowledgeJobs(): MaybeResponse;
|
|
135
|
+
getKnowledgeJob(jobId: string): MaybeResponse;
|
|
136
|
+
getKnowledgeJobRuns(url: URL): MaybeResponse;
|
|
137
|
+
getKnowledgeSchedules(url: URL): MaybeResponse;
|
|
138
|
+
getKnowledgeSchedule(id: string): MaybeResponse;
|
|
139
|
+
postKnowledgeIngestUrl(req: Request): MaybeResponse;
|
|
140
|
+
postKnowledgeIngestArtifact(req: Request): MaybeResponse;
|
|
141
|
+
postKnowledgeImportBookmarks(req: Request): MaybeResponse;
|
|
142
|
+
postKnowledgeImportUrls(req: Request): MaybeResponse;
|
|
143
|
+
postKnowledgeIngestConnector(req: Request): MaybeResponse;
|
|
144
|
+
postKnowledgeSearch(req: Request): MaybeResponse;
|
|
145
|
+
postKnowledgePacket(req: Request): MaybeResponse;
|
|
146
|
+
postKnowledgeDecideCandidate(id: string, req: Request): MaybeResponse;
|
|
147
|
+
postKnowledgeRunJob(jobId: string, req: Request): MaybeResponse;
|
|
148
|
+
postKnowledgeLint(req: Request): MaybeResponse;
|
|
149
|
+
postKnowledgeReindex(req: Request): MaybeResponse;
|
|
150
|
+
postKnowledgeSaveSchedule(req: Request): MaybeResponse;
|
|
151
|
+
deleteKnowledgeSchedule(id: string, req: Request): MaybeResponse;
|
|
152
|
+
postKnowledgeSetScheduleEnabled(id: string, req: Request): MaybeResponse;
|
|
153
|
+
postKnowledgeRenderProjection(req: Request): MaybeResponse;
|
|
154
|
+
postKnowledgeMaterializeProjection(req: Request): MaybeResponse;
|
|
155
|
+
executeKnowledgeGraphql(req: Request): MaybeResponse;
|
|
156
|
+
getVoiceStatus(): MaybeResponse;
|
|
157
|
+
getVoiceProviders(): MaybeResponse;
|
|
158
|
+
getVoiceVoices(url: URL): MaybeResponse;
|
|
159
|
+
postVoiceTts(req: Request): MaybeResponse;
|
|
160
|
+
postVoiceStt(req: Request): MaybeResponse;
|
|
161
|
+
postVoiceRealtimeSession(req: Request): MaybeResponse;
|
|
162
|
+
getWebSearchProviders(): MaybeResponse;
|
|
163
|
+
postWebSearch(req: Request): MaybeResponse;
|
|
164
|
+
getArtifacts(): MaybeResponse;
|
|
165
|
+
postArtifact(req: Request): MaybeResponse;
|
|
166
|
+
getArtifact(artifactId: string): MaybeResponse;
|
|
167
|
+
getArtifactContent(artifactId: string, req: Request): MaybeResponse;
|
|
168
|
+
getMediaProviders(): MaybeResponse;
|
|
169
|
+
postMediaAnalyze(req: Request): MaybeResponse;
|
|
170
|
+
postMediaTransform(req: Request): MaybeResponse;
|
|
171
|
+
postMediaGenerate(req: Request): MaybeResponse;
|
|
172
|
+
getMultimodalStatus(): MaybeResponse;
|
|
173
|
+
getMultimodalProviders(): MaybeResponse;
|
|
174
|
+
postMultimodalAnalyze(req: Request): MaybeResponse;
|
|
175
|
+
postMultimodalPacket(req: Request): MaybeResponse;
|
|
176
|
+
postMultimodalWriteback(req: Request): MaybeResponse;
|
|
177
|
+
getLocalAuth(): MaybeResponse;
|
|
178
|
+
postLocalAuthUser(req: Request): MaybeResponse;
|
|
179
|
+
deleteLocalAuthUser(username: string): MaybeResponse;
|
|
180
|
+
postLocalAuthPassword(username: string, req: Request): MaybeResponse;
|
|
181
|
+
deleteLocalAuthSession(sessionId: string): MaybeResponse;
|
|
182
|
+
deleteBootstrapFile(): MaybeResponse;
|
|
183
|
+
getPanels(): MaybeResponse;
|
|
184
|
+
postPanelOpen(req: Request): MaybeResponse;
|
|
185
|
+
getEvents(req: Request): MaybeResponse;
|
|
186
|
+
getConfig(): MaybeResponse;
|
|
187
|
+
postConfig(req: Request): MaybeResponse;
|
|
188
|
+
postTask(req: Request): MaybeResponse;
|
|
189
|
+
getSharedSession(sessionId: string): MaybeResponse;
|
|
190
|
+
closeSharedSession(sessionId: string): MaybeResponse;
|
|
191
|
+
reopenSharedSession(sessionId: string): MaybeResponse;
|
|
192
|
+
getSharedSessionMessages(sessionId: string, url: URL): MaybeResponse;
|
|
193
|
+
getSharedSessionInputs(sessionId: string, url: URL): MaybeResponse;
|
|
194
|
+
postSharedSessionMessage(sessionId: string, req: Request): MaybeResponse;
|
|
195
|
+
postSharedSessionSteer(sessionId: string, req: Request): MaybeResponse;
|
|
196
|
+
postSharedSessionFollowUp(sessionId: string, req: Request): MaybeResponse;
|
|
197
|
+
cancelSharedSessionInput(sessionId: string, inputId: string): MaybeResponse;
|
|
198
|
+
getRuntimeTask(taskId: string): MaybeResponse;
|
|
199
|
+
runtimeTaskAction(taskId: string, action: 'cancel' | 'retry', req: Request): MaybeResponse;
|
|
200
|
+
getTaskStatus(agentId: string): MaybeResponse;
|
|
201
|
+
getSchedules(): MaybeResponse;
|
|
202
|
+
postSchedule(req: Request): MaybeResponse;
|
|
203
|
+
deleteSchedule(scheduleId: string): MaybeResponse;
|
|
204
|
+
setScheduleEnabled(scheduleId: string, enabled: boolean): MaybeResponse;
|
|
205
|
+
runScheduleNow(scheduleId: string): MaybeResponse;
|
|
206
|
+
}
|
|
207
|
+
//# sourceMappingURL=context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/_internal/daemon/context.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { DaemonApiRouteHandlers } from './context.js';
|
|
2
|
+
import type { AuthenticatedPrincipal } from './http-policy.js';
|
|
3
|
+
interface GatewayMethodDescriptorLike {
|
|
4
|
+
readonly dangerous?: boolean;
|
|
5
|
+
readonly access?: string;
|
|
6
|
+
}
|
|
7
|
+
interface GatewayMethodCatalogLike {
|
|
8
|
+
list(options?: Record<string, unknown>): unknown;
|
|
9
|
+
listEvents(options?: Record<string, unknown>): unknown;
|
|
10
|
+
get(methodId: string): GatewayMethodDescriptorLike | null | undefined;
|
|
11
|
+
}
|
|
12
|
+
interface ControlPlaneGatewayLike {
|
|
13
|
+
getSnapshot(): unknown;
|
|
14
|
+
renderWebUi(): Response;
|
|
15
|
+
listRecentEvents(limit: number): unknown;
|
|
16
|
+
listSurfaceMessages(): unknown;
|
|
17
|
+
listClients(): unknown;
|
|
18
|
+
createEventStream(req: Request, input: Record<string, unknown>): Response | Promise<Response>;
|
|
19
|
+
}
|
|
20
|
+
interface ControlRouteContext {
|
|
21
|
+
readonly authToken: string | null;
|
|
22
|
+
readonly version: string;
|
|
23
|
+
readonly sessionCookieName: string;
|
|
24
|
+
readonly controlPlaneGateway: ControlPlaneGatewayLike;
|
|
25
|
+
readonly extractAuthToken: (req: Request) => string;
|
|
26
|
+
readonly resolveAuthenticatedPrincipal: (req: Request) => AuthenticatedPrincipal | null;
|
|
27
|
+
readonly gatewayMethods: GatewayMethodCatalogLike;
|
|
28
|
+
readonly getOperatorContract: () => unknown;
|
|
29
|
+
readonly inspectInboundTls: (surface: 'controlPlane' | 'httpListener') => unknown;
|
|
30
|
+
readonly inspectOutboundTls: () => unknown;
|
|
31
|
+
readonly invokeGatewayMethodCall: (input: {
|
|
32
|
+
readonly authToken: string;
|
|
33
|
+
readonly methodId: string;
|
|
34
|
+
readonly query?: Record<string, unknown>;
|
|
35
|
+
readonly body?: unknown;
|
|
36
|
+
readonly context?: {
|
|
37
|
+
readonly principalId?: string;
|
|
38
|
+
readonly principalKind?: 'user' | 'bot' | 'service' | 'token' | 'remote-peer';
|
|
39
|
+
readonly admin?: boolean;
|
|
40
|
+
readonly scopes?: readonly string[];
|
|
41
|
+
readonly clientKind?: string;
|
|
42
|
+
};
|
|
43
|
+
}) => Promise<{
|
|
44
|
+
status: number;
|
|
45
|
+
ok: boolean;
|
|
46
|
+
body: unknown;
|
|
47
|
+
}>;
|
|
48
|
+
readonly parseOptionalJsonBody: (req: Request) => Promise<Record<string, unknown> | null | Response>;
|
|
49
|
+
readonly requireAdmin: (req: Request) => Response | null;
|
|
50
|
+
readonly requireAuthenticatedSession: (req: Request) => {
|
|
51
|
+
username: string;
|
|
52
|
+
roles: readonly string[];
|
|
53
|
+
} | null;
|
|
54
|
+
}
|
|
55
|
+
export declare function createDaemonControlRouteHandlers(context: ControlRouteContext, request: Request): Pick<DaemonApiRouteHandlers, 'getStatus' | 'getCurrentAuth' | 'getControlPlaneSnapshot' | 'getOperatorContract' | 'getControlPlaneWeb' | 'getControlPlaneRecentEvents' | 'getControlPlaneMessages' | 'getControlPlaneClients' | 'getGatewayMethods' | 'getGatewayEvents' | 'getGatewayMethod' | 'invokeGatewayMethod' | 'createControlPlaneEventStream'>;
|
|
56
|
+
export {};
|
|
57
|
+
//# sourceMappingURL=control-routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"control-routes.d.ts","sourceRoot":"","sources":["../../../src/_internal/daemon/control-routes.ts"],"names":[],"mappings":"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"}
|