@wenathlan/saddle 1.8.18 → 2.0.2
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/Dockerfile +1339 -0
- package/README.md +33 -12
- package/alternatives.ts +1218 -0
- package/biome.json +153 -0
- package/boards.json +1517 -0
- package/compute.ts +3144 -0
- package/cores.json +1801 -0
- package/dist/acquisition.d.ts +359 -0
- package/dist/acquisition.d.ts.map +1 -0
- package/dist/acquisition.js +629 -0
- package/dist/acquisition.js.map +1 -0
- package/dist/alternatives.d.ts +509 -0
- package/dist/alternatives.d.ts.map +1 -0
- package/dist/alternatives.js +951 -0
- package/dist/alternatives.js.map +1 -0
- package/dist/automation.d.ts +426 -0
- package/dist/automation.d.ts.map +1 -0
- package/dist/automation.js +561 -0
- package/dist/automation.js.map +1 -0
- package/dist/browser.d.ts +562 -0
- package/dist/browser.d.ts.map +1 -0
- package/dist/browser.js +1057 -0
- package/dist/browser.js.map +1 -0
- package/dist/capacitor.config.d.ts +13 -0
- package/dist/capacitor.config.d.ts.map +1 -0
- package/dist/capacitor.config.js +26 -0
- package/dist/capacitor.config.js.map +1 -0
- package/dist/cli.d.ts +17 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +111 -0
- package/dist/cli.js.map +1 -0
- package/dist/communication.d.ts +192 -0
- package/dist/communication.d.ts.map +1 -0
- package/dist/communication.js +418 -0
- package/dist/communication.js.map +1 -0
- package/dist/compute.d.ts +1161 -0
- package/dist/compute.d.ts.map +1 -0
- package/dist/compute.js +2273 -0
- package/dist/compute.js.map +1 -0
- package/dist/distribution.d.ts +529 -0
- package/dist/distribution.d.ts.map +1 -0
- package/dist/distribution.js +811 -0
- package/dist/distribution.js.map +1 -0
- package/dist/execution.d.ts +530 -0
- package/dist/execution.d.ts.map +1 -0
- package/dist/execution.js +761 -0
- package/dist/execution.js.map +1 -0
- package/dist/format.d.ts +19 -0
- package/dist/format.d.ts.map +1 -0
- package/dist/format.js +60 -0
- package/dist/format.js.map +1 -0
- package/dist/foundation.d.ts +176 -0
- package/dist/foundation.d.ts.map +1 -0
- package/dist/foundation.js +309 -0
- package/dist/foundation.js.map +1 -0
- package/dist/index.d.ts +733 -123
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1018 -123
- package/dist/index.js.map +1 -1
- package/dist/integration.d.ts +236 -0
- package/dist/integration.d.ts.map +1 -0
- package/dist/integration.js +236 -0
- package/dist/integration.js.map +1 -0
- package/dist/intelligence.d.ts +94 -0
- package/dist/intelligence.d.ts.map +1 -0
- package/dist/intelligence.js +145 -0
- package/dist/intelligence.js.map +1 -0
- package/dist/{isolation/contracts.d.ts → isolation.d.ts} +12 -1
- package/dist/isolation.d.ts.map +1 -0
- package/dist/{isolation/contracts.js → isolation.js} +13 -1
- package/dist/isolation.js.map +1 -0
- package/dist/media.d.ts +344 -0
- package/dist/media.d.ts.map +1 -0
- package/dist/media.js +986 -0
- package/dist/media.js.map +1 -0
- package/dist/modes.d.ts +359 -0
- package/dist/modes.d.ts.map +1 -0
- package/dist/modes.js +134 -0
- package/dist/modes.js.map +1 -0
- package/dist/{library/public.d.ts → operations.d.ts} +15 -1
- package/dist/operations.d.ts.map +1 -0
- package/dist/{library/public.js → operations.js} +18 -7
- package/dist/operations.js.map +1 -0
- package/dist/orchestrator.d.ts +1339 -0
- package/dist/orchestrator.d.ts.map +1 -0
- package/dist/orchestrator.js +4308 -0
- package/dist/orchestrator.js.map +1 -0
- package/dist/performance.d.ts +416 -0
- package/dist/performance.d.ts.map +1 -0
- package/dist/performance.js +827 -0
- package/dist/performance.js.map +1 -0
- package/dist/quantum.d.ts +810 -0
- package/dist/quantum.d.ts.map +1 -0
- package/dist/quantum.js +2073 -0
- package/dist/quantum.js.map +1 -0
- package/dist/render.d.ts +381 -0
- package/dist/render.d.ts.map +1 -0
- package/dist/render.js +1073 -0
- package/dist/render.js.map +1 -0
- package/dist/scheduler.d.ts +596 -0
- package/dist/scheduler.d.ts.map +1 -0
- package/dist/scheduler.js +1259 -0
- package/dist/scheduler.js.map +1 -0
- package/dist/security.d.ts +501 -0
- package/dist/security.d.ts.map +1 -0
- package/dist/security.js +1170 -0
- package/dist/security.js.map +1 -0
- package/dist/server.d.ts +21 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/{server/node.js → server.js} +16 -2
- package/dist/server.js.map +1 -0
- package/dist/tiers.d.ts +1002 -0
- package/dist/tiers.d.ts.map +1 -0
- package/dist/tiers.js +2165 -0
- package/dist/tiers.js.map +1 -0
- package/dist/virtual.d.ts +641 -0
- package/dist/virtual.d.ts.map +1 -0
- package/dist/virtual.js +1285 -0
- package/dist/virtual.js.map +1 -0
- package/dist/virtualcpu.d.ts +316 -0
- package/dist/virtualcpu.d.ts.map +1 -0
- package/dist/virtualcpu.js +1180 -0
- package/dist/virtualcpu.js.map +1 -0
- package/dist/virtualgpu.d.ts +345 -0
- package/dist/virtualgpu.d.ts.map +1 -0
- package/dist/virtualgpu.js +1000 -0
- package/dist/virtualgpu.js.map +1 -0
- package/dist/virtualization.d.ts +607 -0
- package/dist/virtualization.d.ts.map +1 -0
- package/dist/virtualization.js +1187 -0
- package/dist/virtualization.js.map +1 -0
- package/dist/virtualmemory.d.ts +818 -0
- package/dist/virtualmemory.d.ts.map +1 -0
- package/dist/virtualmemory.js +1796 -0
- package/dist/virtualmemory.js.map +1 -0
- package/dist/webscrape.d.ts +720 -0
- package/dist/webscrape.d.ts.map +1 -0
- package/dist/webscrape.js +2697 -0
- package/dist/webscrape.js.map +1 -0
- package/docker.config +769 -0
- package/docs/CONVERSA.txt +1523 -0
- package/docs/alternatives.md +499 -0
- package/docs/architecture-1.8.19.md +76 -0
- package/docs/architecture-1.8.19.mmd +33 -0
- package/docs/architecture-1.8.19.png +0 -0
- package/docs/architecture.md +355 -0
- package/docs/brancharchive-2026-08-18.md +18 -0
- package/docs/browser.md +7 -0
- package/docs/consolidation.md +70 -0
- package/docs/e2ugh-engine.md +528 -0
- package/{dist/examples/localjob.js → docs/example-localjob.ts} +3 -3
- package/{dist/examples/publicapi.js → docs/example-publicapi.ts} +2 -2
- package/docs/hardware.md +342 -0
- package/docs/optimization.md +126 -0
- package/docs/performance.md +499 -0
- package/docs/planning.1.8.18.md +94 -0
- package/docs/planning.1.8.19.md +49 -0
- package/docs/releasenotes-1.8.19.md +35 -0
- package/docs/research-1.8.19-virtual-browser.md +27 -0
- package/docs/security.md +454 -0
- package/docs/todo-1.8.18.md +12 -0
- package/docs/todo-1.8.19.md +241 -0
- package/docs/viability.md +777 -0
- package/docs/virtualization.md +335 -0
- package/docs/web-duplicatecleanup.md +9 -0
- package/docs/web-ideas.md +106 -0
- package/docs/workflowimprovements-2026-08-19.md +70 -0
- package/gpumonitor.cpp +1543 -0
- package/gpus.json +2408 -0
- package/index.ts +1478 -0
- package/media.ts +1337 -0
- package/mttg.config +1549 -0
- package/orchestrator.ts +5462 -0
- package/package.json +304 -56
- package/passage.config +1331 -0
- package/performance.ts +1049 -0
- package/processors.json +2217 -0
- package/qemu.config +1062 -0
- package/qemubridge.py +1340 -0
- package/quantum.ts +2393 -0
- package/render.ts +1325 -0
- package/scheduler.ts +1600 -0
- package/security.ts +1449 -0
- package/tiers.ts +2871 -0
- package/tsconfig.json +29 -0
- package/virtualcpu.ts +1273 -0
- package/virtualgpu.ts +1181 -0
- package/virtualhardware.c +1011 -0
- package/virtualhardware.json +739 -0
- package/virtualization.ts +1628 -0
- package/virtualizationcore.cpp +4635 -0
- package/virtualmemory.ts +2303 -0
- package/vm.config.json +1910 -0
- package/{extension → web/extension}/manifest.json +1 -1
- package/web/readme.md +382 -0
- package/web/tsconfig.json +25 -0
- package/dist/adapters/forge.d.ts +0 -17
- package/dist/adapters/forge.d.ts.map +0 -1
- package/dist/adapters/forge.js +0 -19
- package/dist/adapters/forge.js.map +0 -1
- package/dist/adapters/forgejo.d.ts +0 -49
- package/dist/adapters/forgejo.d.ts.map +0 -1
- package/dist/adapters/forgejo.js +0 -8
- package/dist/adapters/forgejo.js.map +0 -1
- package/dist/adapters/github.d.ts +0 -12
- package/dist/adapters/github.d.ts.map +0 -1
- package/dist/adapters/github.js +0 -20
- package/dist/adapters/github.js.map +0 -1
- package/dist/adapters/gitlab.d.ts +0 -17
- package/dist/adapters/gitlab.d.ts.map +0 -1
- package/dist/adapters/gitlab.js +0 -10
- package/dist/adapters/gitlab.js.map +0 -1
- package/dist/adapters/huggingface.d.ts +0 -17
- package/dist/adapters/huggingface.d.ts.map +0 -1
- package/dist/adapters/huggingface.js +0 -6
- package/dist/adapters/huggingface.js.map +0 -1
- package/dist/adapters/socket.d.ts +0 -11
- package/dist/adapters/socket.d.ts.map +0 -1
- package/dist/adapters/socket.js +0 -17
- package/dist/adapters/socket.js.map +0 -1
- package/dist/adapters/transport.d.ts +0 -7
- package/dist/adapters/transport.d.ts.map +0 -1
- package/dist/adapters/transport.js +0 -36
- package/dist/adapters/transport.js.map +0 -1
- package/dist/ai/chunk.d.ts +0 -2
- package/dist/ai/chunk.d.ts.map +0 -1
- package/dist/ai/chunk.js +0 -36
- package/dist/ai/chunk.js.map +0 -1
- package/dist/ai/llmstxt.d.ts +0 -6
- package/dist/ai/llmstxt.d.ts.map +0 -1
- package/dist/ai/llmstxt.js +0 -12
- package/dist/ai/llmstxt.js.map +0 -1
- package/dist/ai/provenance.d.ts +0 -22
- package/dist/ai/provenance.d.ts.map +0 -1
- package/dist/ai/provenance.js +0 -25
- package/dist/ai/provenance.js.map +0 -1
- package/dist/ai/rag.d.ts +0 -26
- package/dist/ai/rag.d.ts.map +0 -1
- package/dist/ai/rag.js +0 -22
- package/dist/ai/rag.js.map +0 -1
- package/dist/ai/tokens.d.ts +0 -15
- package/dist/ai/tokens.d.ts.map +0 -1
- package/dist/ai/tokens.js +0 -9
- package/dist/ai/tokens.js.map +0 -1
- package/dist/api/auth.d.ts +0 -16
- package/dist/api/auth.d.ts.map +0 -1
- package/dist/api/auth.js +0 -19
- package/dist/api/auth.js.map +0 -1
- package/dist/api/contracts.d.ts +0 -28
- package/dist/api/contracts.d.ts.map +0 -1
- package/dist/api/contracts.js +0 -14
- package/dist/api/contracts.js.map +0 -1
- package/dist/api/control.d.ts +0 -10
- package/dist/api/control.d.ts.map +0 -1
- package/dist/api/control.js +0 -35
- package/dist/api/control.js.map +0 -1
- package/dist/api/http.d.ts +0 -7
- package/dist/api/http.d.ts.map +0 -1
- package/dist/api/http.js +0 -12
- package/dist/api/http.js.map +0 -1
- package/dist/api/rate.d.ts +0 -28
- package/dist/api/rate.d.ts.map +0 -1
- package/dist/api/rate.js +0 -36
- package/dist/api/rate.js.map +0 -1
- package/dist/api/security.d.ts +0 -12
- package/dist/api/security.d.ts.map +0 -1
- package/dist/api/security.js +0 -56
- package/dist/api/security.js.map +0 -1
- package/dist/api/service.d.ts +0 -5
- package/dist/api/service.d.ts.map +0 -1
- package/dist/api/service.js +0 -70
- package/dist/api/service.js.map +0 -1
- package/dist/apps/registry.d.ts +0 -33
- package/dist/apps/registry.d.ts.map +0 -1
- package/dist/apps/registry.js +0 -24
- package/dist/apps/registry.js.map +0 -1
- package/dist/binary/archive.d.ts +0 -27
- package/dist/binary/archive.d.ts.map +0 -1
- package/dist/binary/archive.js +0 -46
- package/dist/binary/archive.js.map +0 -1
- package/dist/binary/build.d.ts +0 -29
- package/dist/binary/build.d.ts.map +0 -1
- package/dist/binary/build.js +0 -17
- package/dist/binary/build.js.map +0 -1
- package/dist/binary/transform.d.ts +0 -70
- package/dist/binary/transform.d.ts.map +0 -1
- package/dist/binary/transform.js +0 -105
- package/dist/binary/transform.js.map +0 -1
- package/dist/bot/adapter.d.ts +0 -5
- package/dist/bot/adapter.d.ts.map +0 -1
- package/dist/bot/adapter.js +0 -11
- package/dist/bot/adapter.js.map +0 -1
- package/dist/bot/bot.d.ts +0 -28
- package/dist/bot/bot.d.ts.map +0 -1
- package/dist/bot/bot.js +0 -52
- package/dist/bot/bot.js.map +0 -1
- package/dist/bot/commands.d.ts +0 -8
- package/dist/bot/commands.d.ts.map +0 -1
- package/dist/bot/commands.js +0 -19
- package/dist/bot/commands.js.map +0 -1
- package/dist/bot/permissions.d.ts +0 -13
- package/dist/bot/permissions.d.ts.map +0 -1
- package/dist/bot/permissions.js +0 -16
- package/dist/bot/permissions.js.map +0 -1
- package/dist/browser/actions.d.ts +0 -33
- package/dist/browser/actions.d.ts.map +0 -1
- package/dist/browser/actions.js +0 -44
- package/dist/browser/actions.js.map +0 -1
- package/dist/browser/agent.d.ts +0 -21
- package/dist/browser/agent.d.ts.map +0 -1
- package/dist/browser/agent.js +0 -13
- package/dist/browser/agent.js.map +0 -1
- package/dist/browser/context.d.ts +0 -43
- package/dist/browser/context.d.ts.map +0 -1
- package/dist/browser/context.js +0 -54
- package/dist/browser/context.js.map +0 -1
- package/dist/browser/fingerprint.d.ts +0 -4
- package/dist/browser/fingerprint.d.ts.map +0 -1
- package/dist/browser/fingerprint.js +0 -12
- package/dist/browser/fingerprint.js.map +0 -1
- package/dist/browser/index.d.ts +0 -11
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -11
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/playwright.d.ts +0 -11
- package/dist/browser/playwright.d.ts.map +0 -1
- package/dist/browser/playwright.js +0 -24
- package/dist/browser/playwright.js.map +0 -1
- package/dist/browser/recorder.d.ts +0 -21
- package/dist/browser/recorder.d.ts.map +0 -1
- package/dist/browser/recorder.js +0 -58
- package/dist/browser/recorder.js.map +0 -1
- package/dist/browser/session.d.ts +0 -14
- package/dist/browser/session.d.ts.map +0 -1
- package/dist/browser/session.js +0 -21
- package/dist/browser/session.js.map +0 -1
- package/dist/browser/snapshot.d.ts +0 -69
- package/dist/browser/snapshot.d.ts.map +0 -1
- package/dist/browser/snapshot.js +0 -133
- package/dist/browser/snapshot.js.map +0 -1
- package/dist/captcha/contract.d.ts +0 -35
- package/dist/captcha/contract.d.ts.map +0 -1
- package/dist/captcha/contract.js +0 -17
- package/dist/captcha/contract.js.map +0 -1
- package/dist/captcha/evidence.d.ts +0 -10
- package/dist/captcha/evidence.d.ts.map +0 -1
- package/dist/captcha/evidence.js +0 -9
- package/dist/captcha/evidence.js.map +0 -1
- package/dist/captcha/guard.d.ts +0 -23
- package/dist/captcha/guard.d.ts.map +0 -1
- package/dist/captcha/guard.js +0 -12
- package/dist/captcha/guard.js.map +0 -1
- package/dist/cli/main.d.ts +0 -4
- package/dist/cli/main.d.ts.map +0 -1
- package/dist/cli/main.js +0 -46
- package/dist/cli/main.js.map +0 -1
- package/dist/core/errors.d.ts +0 -84
- package/dist/core/errors.d.ts.map +0 -1
- package/dist/core/errors.js +0 -54
- package/dist/core/errors.js.map +0 -1
- package/dist/core/events.d.ts +0 -9
- package/dist/core/events.d.ts.map +0 -1
- package/dist/core/events.js +0 -21
- package/dist/core/events.js.map +0 -1
- package/dist/core/hash.d.ts +0 -10
- package/dist/core/hash.d.ts.map +0 -1
- package/dist/core/hash.js +0 -82
- package/dist/core/hash.js.map +0 -1
- package/dist/core/ids.d.ts +0 -10
- package/dist/core/ids.d.ts.map +0 -1
- package/dist/core/ids.js +0 -15
- package/dist/core/ids.js.map +0 -1
- package/dist/delivery/manifest.d.ts +0 -35
- package/dist/delivery/manifest.d.ts.map +0 -1
- package/dist/delivery/manifest.js +0 -68
- package/dist/delivery/manifest.js.map +0 -1
- package/dist/deploy/index.d.ts +0 -6
- package/dist/deploy/index.d.ts.map +0 -1
- package/dist/deploy/index.js +0 -6
- package/dist/deploy/index.js.map +0 -1
- package/dist/dispatch/resumable.d.ts +0 -102
- package/dist/dispatch/resumable.d.ts.map +0 -1
- package/dist/dispatch/resumable.js +0 -64
- package/dist/dispatch/resumable.js.map +0 -1
- package/dist/dispatch/workflow.d.ts +0 -6
- package/dist/dispatch/workflow.d.ts.map +0 -1
- package/dist/dispatch/workflow.js +0 -37
- package/dist/dispatch/workflow.js.map +0 -1
- package/dist/domain/artifacts.d.ts +0 -12
- package/dist/domain/artifacts.d.ts.map +0 -1
- package/dist/domain/artifacts.js +0 -14
- package/dist/domain/artifacts.js.map +0 -1
- package/dist/domain/jobs.d.ts +0 -12
- package/dist/domain/jobs.d.ts.map +0 -1
- package/dist/domain/jobs.js +0 -20
- package/dist/domain/jobs.js.map +0 -1
- package/dist/domain/providers.d.ts +0 -10
- package/dist/domain/providers.d.ts.map +0 -1
- package/dist/domain/providers.js +0 -8
- package/dist/domain/providers.js.map +0 -1
- package/dist/domain/runtime.d.ts +0 -14
- package/dist/domain/runtime.d.ts.map +0 -1
- package/dist/domain/runtime.js +0 -10
- package/dist/domain/runtime.js.map +0 -1
- package/dist/domain/sessions.d.ts +0 -12
- package/dist/domain/sessions.d.ts.map +0 -1
- package/dist/domain/sessions.js +0 -57
- package/dist/domain/sessions.js.map +0 -1
- package/dist/examples/localjob.d.ts +0 -2
- package/dist/examples/localjob.d.ts.map +0 -1
- package/dist/examples/localjob.js.map +0 -1
- package/dist/examples/publicapi.d.ts +0 -2
- package/dist/examples/publicapi.d.ts.map +0 -1
- package/dist/examples/publicapi.js.map +0 -1
- package/dist/extension/build.d.ts +0 -9
- package/dist/extension/build.d.ts.map +0 -1
- package/dist/extension/build.js +0 -85
- package/dist/extension/build.js.map +0 -1
- package/dist/extension/content.d.ts +0 -6
- package/dist/extension/content.d.ts.map +0 -1
- package/dist/extension/content.js +0 -135
- package/dist/extension/content.js.map +0 -1
- package/dist/extension/index.d.ts +0 -7
- package/dist/extension/index.d.ts.map +0 -1
- package/dist/extension/index.js +0 -7
- package/dist/extension/index.js.map +0 -1
- package/dist/extension/pagebridge.d.ts +0 -6
- package/dist/extension/pagebridge.d.ts.map +0 -1
- package/dist/extension/pagebridge.js +0 -42
- package/dist/extension/pagebridge.js.map +0 -1
- package/dist/extension/permissions.d.ts +0 -26
- package/dist/extension/permissions.d.ts.map +0 -1
- package/dist/extension/permissions.js +0 -28
- package/dist/extension/permissions.js.map +0 -1
- package/dist/extension/popup.d.ts +0 -5
- package/dist/extension/popup.d.ts.map +0 -1
- package/dist/extension/popup.js +0 -26
- package/dist/extension/popup.js.map +0 -1
- package/dist/extension/protocol.d.ts +0 -58
- package/dist/extension/protocol.d.ts.map +0 -1
- package/dist/extension/protocol.js +0 -101
- package/dist/extension/protocol.js.map +0 -1
- package/dist/extension/serviceworker.d.ts +0 -25
- package/dist/extension/serviceworker.d.ts.map +0 -1
- package/dist/extension/serviceworker.js +0 -102
- package/dist/extension/serviceworker.js.map +0 -1
- package/dist/extension/worker.d.ts +0 -28
- package/dist/extension/worker.d.ts.map +0 -1
- package/dist/extension/worker.js +0 -22
- package/dist/extension/worker.js.map +0 -1
- package/dist/format/check.d.ts +0 -8
- package/dist/format/check.d.ts.map +0 -1
- package/dist/format/check.js +0 -38
- package/dist/format/check.js.map +0 -1
- package/dist/isolation/contracts.d.ts.map +0 -1
- package/dist/isolation/contracts.js.map +0 -1
- package/dist/library/public.d.ts.map +0 -1
- package/dist/library/public.js.map +0 -1
- package/dist/mcp/browser.d.ts +0 -9
- package/dist/mcp/browser.d.ts.map +0 -1
- package/dist/mcp/browser.js +0 -13
- package/dist/mcp/browser.js.map +0 -1
- package/dist/mcp/server.d.ts +0 -35
- package/dist/mcp/server.d.ts.map +0 -1
- package/dist/mcp/server.js +0 -40
- package/dist/mcp/server.js.map +0 -1
- package/dist/mcp/transport.d.ts +0 -7
- package/dist/mcp/transport.d.ts.map +0 -1
- package/dist/mcp/transport.js +0 -17
- package/dist/mcp/transport.js.map +0 -1
- package/dist/memory/bridge.d.ts +0 -14
- package/dist/memory/bridge.d.ts.map +0 -1
- package/dist/memory/bridge.js +0 -16
- package/dist/memory/bridge.js.map +0 -1
- package/dist/memory/engine.d.ts +0 -38
- package/dist/memory/engine.d.ts.map +0 -1
- package/dist/memory/engine.js +0 -109
- package/dist/memory/engine.js.map +0 -1
- package/dist/memory/modes.d.ts +0 -43
- package/dist/memory/modes.d.ts.map +0 -1
- package/dist/memory/modes.js +0 -66
- package/dist/memory/modes.js.map +0 -1
- package/dist/memory/objects.d.ts +0 -21
- package/dist/memory/objects.d.ts.map +0 -1
- package/dist/memory/objects.js +0 -20
- package/dist/memory/objects.js.map +0 -1
- package/dist/memory/planner.d.ts +0 -66
- package/dist/memory/planner.d.ts.map +0 -1
- package/dist/memory/planner.js +0 -108
- package/dist/memory/planner.js.map +0 -1
- package/dist/memory/targets.d.ts +0 -78
- package/dist/memory/targets.d.ts.map +0 -1
- package/dist/memory/targets.js +0 -29
- package/dist/memory/targets.js.map +0 -1
- package/dist/memory/transforms.d.ts +0 -19
- package/dist/memory/transforms.d.ts.map +0 -1
- package/dist/memory/transforms.js +0 -14
- package/dist/memory/transforms.js.map +0 -1
- package/dist/modes/matrix.d.ts +0 -23
- package/dist/modes/matrix.d.ts.map +0 -1
- package/dist/modes/matrix.js +0 -18
- package/dist/modes/matrix.js.map +0 -1
- package/dist/modes/modes.d.ts +0 -33
- package/dist/modes/modes.d.ts.map +0 -1
- package/dist/modes/modes.js +0 -15
- package/dist/modes/modes.js.map +0 -1
- package/dist/modes/resolve.d.ts +0 -96
- package/dist/modes/resolve.d.ts.map +0 -1
- package/dist/modes/resolve.js +0 -48
- package/dist/modes/resolve.js.map +0 -1
- package/dist/observability/metrics.d.ts +0 -14
- package/dist/observability/metrics.d.ts.map +0 -1
- package/dist/observability/metrics.js +0 -18
- package/dist/observability/metrics.js.map +0 -1
- package/dist/packager/manifest.d.ts +0 -66
- package/dist/packager/manifest.d.ts.map +0 -1
- package/dist/packager/manifest.js +0 -94
- package/dist/packager/manifest.js.map +0 -1
- package/dist/packager/publish.d.ts +0 -51
- package/dist/packager/publish.d.ts.map +0 -1
- package/dist/packager/publish.js +0 -18
- package/dist/packager/publish.js.map +0 -1
- package/dist/packager/targetcli.d.ts +0 -7
- package/dist/packager/targetcli.d.ts.map +0 -1
- package/dist/packager/targetcli.js +0 -22
- package/dist/packager/targetcli.js.map +0 -1
- package/dist/persistence/adapter.d.ts +0 -5
- package/dist/persistence/adapter.d.ts.map +0 -1
- package/dist/persistence/adapter.js +0 -11
- package/dist/persistence/adapter.js.map +0 -1
- package/dist/persistence/drizzle.d.ts +0 -2
- package/dist/persistence/drizzle.d.ts.map +0 -1
- package/dist/persistence/drizzle.js +0 -12
- package/dist/persistence/drizzle.js.map +0 -1
- package/dist/persistence/memory.d.ts +0 -2
- package/dist/persistence/memory.d.ts.map +0 -1
- package/dist/persistence/memory.js +0 -27
- package/dist/persistence/memory.js.map +0 -1
- package/dist/persistence/migrations.d.ts +0 -19
- package/dist/persistence/migrations.d.ts.map +0 -1
- package/dist/persistence/migrations.js +0 -13
- package/dist/persistence/migrations.js.map +0 -1
- package/dist/persistence/prisma.d.ts +0 -2
- package/dist/persistence/prisma.d.ts.map +0 -1
- package/dist/persistence/prisma.js +0 -25
- package/dist/persistence/prisma.js.map +0 -1
- package/dist/persistence/schema.d.ts +0 -63
- package/dist/persistence/schema.d.ts.map +0 -1
- package/dist/persistence/schema.js +0 -28
- package/dist/persistence/schema.js.map +0 -1
- package/dist/persistence/sql.d.ts +0 -3
- package/dist/persistence/sql.d.ts.map +0 -1
- package/dist/persistence/sql.js +0 -37
- package/dist/persistence/sql.js.map +0 -1
- package/dist/protocol/blocks.d.ts +0 -10
- package/dist/protocol/blocks.d.ts.map +0 -1
- package/dist/protocol/blocks.js +0 -26
- package/dist/protocol/blocks.js.map +0 -1
- package/dist/protocol/json.d.ts +0 -6
- package/dist/protocol/json.d.ts.map +0 -1
- package/dist/protocol/json.js +0 -6
- package/dist/protocol/json.js.map +0 -1
- package/dist/protocol/ndjson.d.ts +0 -3
- package/dist/protocol/ndjson.d.ts.map +0 -1
- package/dist/protocol/ndjson.js +0 -20
- package/dist/protocol/ndjson.js.map +0 -1
- package/dist/protocol/sse.d.ts +0 -7
- package/dist/protocol/sse.d.ts.map +0 -1
- package/dist/protocol/sse.js +0 -25
- package/dist/protocol/sse.js.map +0 -1
- package/dist/proxy/pool.d.ts +0 -9
- package/dist/proxy/pool.d.ts.map +0 -1
- package/dist/proxy/pool.js +0 -27
- package/dist/proxy/pool.js.map +0 -1
- package/dist/queue/idempotency.d.ts +0 -10
- package/dist/queue/idempotency.d.ts.map +0 -1
- package/dist/queue/idempotency.js +0 -13
- package/dist/queue/idempotency.js.map +0 -1
- package/dist/queue/persistent.d.ts +0 -14
- package/dist/queue/persistent.d.ts.map +0 -1
- package/dist/queue/persistent.js +0 -66
- package/dist/queue/persistent.js.map +0 -1
- package/dist/queue/queue.d.ts +0 -7
- package/dist/queue/queue.d.ts.map +0 -1
- package/dist/queue/queue.js +0 -55
- package/dist/queue/queue.js.map +0 -1
- package/dist/queue/saga.d.ts +0 -5
- package/dist/queue/saga.d.ts.map +0 -1
- package/dist/queue/saga.js +0 -20
- package/dist/queue/saga.js.map +0 -1
- package/dist/release/assets.d.ts +0 -144
- package/dist/release/assets.d.ts.map +0 -1
- package/dist/release/assets.js +0 -157
- package/dist/release/assets.js.map +0 -1
- package/dist/release/evidence.d.ts +0 -92
- package/dist/release/evidence.d.ts.map +0 -1
- package/dist/release/evidence.js +0 -148
- package/dist/release/evidence.js.map +0 -1
- package/dist/release/verify.d.ts +0 -12
- package/dist/release/verify.d.ts.map +0 -1
- package/dist/release/verify.js +0 -112
- package/dist/release/verify.js.map +0 -1
- package/dist/runners/chain.d.ts +0 -125
- package/dist/runners/chain.d.ts.map +0 -1
- package/dist/runners/chain.js +0 -95
- package/dist/runners/chain.js.map +0 -1
- package/dist/runners/health.d.ts +0 -36
- package/dist/runners/health.d.ts.map +0 -1
- package/dist/runners/health.js +0 -26
- package/dist/runners/health.js.map +0 -1
- package/dist/runners/heartbeat.d.ts +0 -23
- package/dist/runners/heartbeat.d.ts.map +0 -1
- package/dist/runners/heartbeat.js +0 -29
- package/dist/runners/heartbeat.js.map +0 -1
- package/dist/runners/inprocess.d.ts +0 -17
- package/dist/runners/inprocess.d.ts.map +0 -1
- package/dist/runners/inprocess.js +0 -20
- package/dist/runners/inprocess.js.map +0 -1
- package/dist/runners/scheduler.d.ts +0 -5
- package/dist/runners/scheduler.d.ts.map +0 -1
- package/dist/runners/scheduler.js +0 -19
- package/dist/runners/scheduler.js.map +0 -1
- package/dist/runtime/abort.d.ts +0 -8
- package/dist/runtime/abort.d.ts.map +0 -1
- package/dist/runtime/abort.js +0 -13
- package/dist/runtime/abort.js.map +0 -1
- package/dist/runtime/compatibility.d.ts +0 -37
- package/dist/runtime/compatibility.d.ts.map +0 -1
- package/dist/runtime/compatibility.js +0 -10
- package/dist/runtime/compatibility.js.map +0 -1
- package/dist/runtime/detect.d.ts +0 -13
- package/dist/runtime/detect.d.ts.map +0 -1
- package/dist/runtime/detect.js +0 -18
- package/dist/runtime/detect.js.map +0 -1
- package/dist/runtime/engine.d.ts +0 -20
- package/dist/runtime/engine.d.ts.map +0 -1
- package/dist/runtime/engine.js +0 -61
- package/dist/runtime/engine.js.map +0 -1
- package/dist/runtime/retry.d.ts +0 -19
- package/dist/runtime/retry.d.ts.map +0 -1
- package/dist/runtime/retry.js +0 -54
- package/dist/runtime/retry.js.map +0 -1
- package/dist/runtime/worker.d.ts +0 -10
- package/dist/runtime/worker.d.ts.map +0 -1
- package/dist/runtime/worker.js +0 -25
- package/dist/runtime/worker.js.map +0 -1
- package/dist/scrape/cache.d.ts +0 -45
- package/dist/scrape/cache.d.ts.map +0 -1
- package/dist/scrape/cache.js +0 -45
- package/dist/scrape/cache.js.map +0 -1
- package/dist/scrape/crawl.d.ts +0 -47
- package/dist/scrape/crawl.d.ts.map +0 -1
- package/dist/scrape/crawl.js +0 -114
- package/dist/scrape/crawl.js.map +0 -1
- package/dist/scrape/extract.d.ts +0 -63
- package/dist/scrape/extract.d.ts.map +0 -1
- package/dist/scrape/extract.js +0 -47
- package/dist/scrape/extract.js.map +0 -1
- package/dist/scrape/normalize.d.ts +0 -52
- package/dist/scrape/normalize.d.ts.map +0 -1
- package/dist/scrape/normalize.js +0 -102
- package/dist/scrape/normalize.js.map +0 -1
- package/dist/scrape/robots.d.ts +0 -37
- package/dist/scrape/robots.d.ts.map +0 -1
- package/dist/scrape/robots.js +0 -71
- package/dist/scrape/robots.js.map +0 -1
- package/dist/scrape/schema.d.ts +0 -23
- package/dist/scrape/schema.d.ts.map +0 -1
- package/dist/scrape/schema.js +0 -92
- package/dist/scrape/schema.js.map +0 -1
- package/dist/scrape/scraper.d.ts +0 -6
- package/dist/scrape/scraper.d.ts.map +0 -1
- package/dist/scrape/scraper.js +0 -46
- package/dist/scrape/scraper.js.map +0 -1
- package/dist/scrape/semantic.d.ts +0 -25
- package/dist/scrape/semantic.d.ts.map +0 -1
- package/dist/scrape/semantic.js +0 -27
- package/dist/scrape/semantic.js.map +0 -1
- package/dist/server/node.d.ts +0 -7
- package/dist/server/node.d.ts.map +0 -1
- package/dist/server/node.js.map +0 -1
- package/dist/sessions/file.d.ts +0 -25
- package/dist/sessions/file.d.ts.map +0 -1
- package/dist/sessions/file.js +0 -13
- package/dist/sessions/file.js.map +0 -1
- package/dist/sessions/replay.d.ts +0 -9
- package/dist/sessions/replay.d.ts.map +0 -1
- package/dist/sessions/replay.js +0 -70
- package/dist/sessions/replay.js.map +0 -1
- package/dist/sessions/store.d.ts +0 -25
- package/dist/sessions/store.d.ts.map +0 -1
- package/dist/sessions/store.js +0 -13
- package/dist/sessions/store.js.map +0 -1
- package/dist/storage/adapter.d.ts +0 -5
- package/dist/storage/adapter.d.ts.map +0 -1
- package/dist/storage/adapter.js +0 -11
- package/dist/storage/adapter.js.map +0 -1
- package/dist/storage/cache.d.ts +0 -23
- package/dist/storage/cache.d.ts.map +0 -1
- package/dist/storage/cache.js +0 -79
- package/dist/storage/cache.js.map +0 -1
- package/dist/storage/checksum.d.ts +0 -3
- package/dist/storage/checksum.d.ts.map +0 -1
- package/dist/storage/checksum.js +0 -19
- package/dist/storage/checksum.js.map +0 -1
- package/dist/storage/chunked.d.ts +0 -21
- package/dist/storage/chunked.d.ts.map +0 -1
- package/dist/storage/chunked.js +0 -67
- package/dist/storage/chunked.js.map +0 -1
- package/dist/storage/content.d.ts +0 -24
- package/dist/storage/content.d.ts.map +0 -1
- package/dist/storage/content.js +0 -44
- package/dist/storage/content.js.map +0 -1
- package/dist/storage/filehosting.d.ts +0 -2
- package/dist/storage/filehosting.d.ts.map +0 -1
- package/dist/storage/filehosting.js +0 -24
- package/dist/storage/filehosting.js.map +0 -1
- package/dist/storage/githubcontents.d.ts +0 -2
- package/dist/storage/githubcontents.d.ts.map +0 -1
- package/dist/storage/githubcontents.js +0 -29
- package/dist/storage/githubcontents.js.map +0 -1
- package/dist/storage/index.d.ts +0 -12
- package/dist/storage/index.d.ts.map +0 -1
- package/dist/storage/index.js +0 -12
- package/dist/storage/index.js.map +0 -1
- package/dist/storage/local.d.ts +0 -2
- package/dist/storage/local.d.ts.map +0 -1
- package/dist/storage/local.js +0 -72
- package/dist/storage/local.js.map +0 -1
- package/dist/storage/memory.d.ts +0 -6
- package/dist/storage/memory.d.ts.map +0 -1
- package/dist/storage/memory.js +0 -36
- package/dist/storage/memory.js.map +0 -1
- package/dist/storage/pool.d.ts +0 -95
- package/dist/storage/pool.d.ts.map +0 -1
- package/dist/storage/pool.js +0 -202
- package/dist/storage/pool.js.map +0 -1
- package/dist/storage/s3compatible.d.ts +0 -3
- package/dist/storage/s3compatible.d.ts.map +0 -1
- package/dist/storage/s3compatible.js +0 -70
- package/dist/storage/s3compatible.js.map +0 -1
- package/dist/storage/sync.d.ts +0 -47
- package/dist/storage/sync.d.ts.map +0 -1
- package/dist/storage/sync.js +0 -75
- package/dist/storage/sync.js.map +0 -1
- package/dist/surfaces/adapters.d.ts +0 -97
- package/dist/surfaces/adapters.d.ts.map +0 -1
- package/dist/surfaces/adapters.js +0 -50
- package/dist/surfaces/adapters.js.map +0 -1
- package/dist/surfaces/controls.d.ts +0 -18
- package/dist/surfaces/controls.d.ts.map +0 -1
- package/dist/surfaces/controls.js +0 -45
- package/dist/surfaces/controls.js.map +0 -1
- package/dist/surfaces/manifest.d.ts +0 -68
- package/dist/surfaces/manifest.d.ts.map +0 -1
- package/dist/surfaces/manifest.js +0 -42
- package/dist/surfaces/manifest.js.map +0 -1
- package/dist/surfaces/n8n.d.ts +0 -25
- package/dist/surfaces/n8n.d.ts.map +0 -1
- package/dist/surfaces/n8n.js +0 -31
- package/dist/surfaces/n8n.js.map +0 -1
- package/dist/surfaces/operations.d.ts +0 -32
- package/dist/surfaces/operations.d.ts.map +0 -1
- package/dist/surfaces/operations.js +0 -53
- package/dist/surfaces/operations.js.map +0 -1
- package/dist/surfaces/requirements.d.ts +0 -29
- package/dist/surfaces/requirements.d.ts.map +0 -1
- package/dist/surfaces/requirements.js +0 -50
- package/dist/surfaces/requirements.js.map +0 -1
- package/dist/surfaces/targets.d.ts +0 -196
- package/dist/surfaces/targets.d.ts.map +0 -1
- package/dist/surfaces/targets.js +0 -27
- package/dist/surfaces/targets.js.map +0 -1
- package/dist/webhook/delivery.d.ts +0 -18
- package/dist/webhook/delivery.d.ts.map +0 -1
- package/dist/webhook/delivery.js +0 -36
- package/dist/webhook/delivery.js.map +0 -1
- package/dist/webhook/receiver.d.ts +0 -26
- package/dist/webhook/receiver.d.ts.map +0 -1
- package/dist/webhook/receiver.js +0 -24
- package/dist/webhook/receiver.js.map +0 -1
- package/dist/webhook/signature.d.ts +0 -3
- package/dist/webhook/signature.d.ts.map +0 -1
- package/dist/webhook/signature.js +0 -7
- package/dist/webhook/signature.js.map +0 -1
- package/dist/workflow/manifest.d.ts +0 -22
- package/dist/workflow/manifest.d.ts.map +0 -1
- package/dist/workflow/manifest.js +0 -21
- package/dist/workflow/manifest.js.map +0 -1
- package/dist/workflow/registry.d.ts +0 -7
- package/dist/workflow/registry.d.ts.map +0 -1
- package/dist/workflow/registry.js +0 -18
- package/dist/workflow/registry.js.map +0 -1
- package/dist/workflow/templates.d.ts +0 -6
- package/dist/workflow/templates.d.ts.map +0 -1
- package/dist/workflow/templates.js +0 -18
- package/dist/workflow/templates.js.map +0 -1
- package/dist/workflow/triggers.d.ts +0 -64
- package/dist/workflow/triggers.d.ts.map +0 -1
- package/dist/workflow/triggers.js +0 -99
- package/dist/workflow/triggers.js.map +0 -1
- /package/{extension/README.md → docs/extension.md} +0 -0
|
@@ -0,0 +1,641 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* virtual.ts — isolation, internal memory, storage and optional persistence contracts.
|
|
3
|
+
*
|
|
4
|
+
* This file is the v2.0.0 grand-merge consolidation of the former nested
|
|
5
|
+
* folders of the repository (memory, storage, persistence) into the single
|
|
6
|
+
* root-level domain file of the saddle family standard: one optimized
|
|
7
|
+
* TypeScript file per correlated domain, ordinal sections, JSDoc on every
|
|
8
|
+
* block, intra-domain imports dissolved, cross-domain imports rewritten to
|
|
9
|
+
* ./<domain>.js. Every capability of every source file is preserved here;
|
|
10
|
+
* the pure re-export barrels (storage/index.ts) folded their surface into this file directly.
|
|
11
|
+
*/
|
|
12
|
+
import { sha256 } from "./foundation.js";
|
|
13
|
+
/**
|
|
14
|
+
* memory objects and compute results are serializable contracts between storage and runtime.
|
|
15
|
+
*/
|
|
16
|
+
export declare function memoryobject(options?: {}): {
|
|
17
|
+
id: any;
|
|
18
|
+
buffer: Uint8Array<ArrayBufferLike>;
|
|
19
|
+
size: number;
|
|
20
|
+
type: any;
|
|
21
|
+
createdat: any;
|
|
22
|
+
metadata: any;
|
|
23
|
+
};
|
|
24
|
+
export declare function computeresult(options?: {}): {
|
|
25
|
+
id: any;
|
|
26
|
+
payload: any;
|
|
27
|
+
mimetype: any;
|
|
28
|
+
metadata: any;
|
|
29
|
+
processingtimems: any;
|
|
30
|
+
memoryusedbytes: any;
|
|
31
|
+
};
|
|
32
|
+
export declare function tobytes(value: any): Uint8Array<ArrayBufferLike>;
|
|
33
|
+
/**
|
|
34
|
+
* transforms annotate byte movement without pretending remote storage is physical vram.
|
|
35
|
+
*/
|
|
36
|
+
export declare function transformtocompute(value: any, options?: {}): {
|
|
37
|
+
id: any;
|
|
38
|
+
buffer: Uint8Array<ArrayBufferLike>;
|
|
39
|
+
size: number;
|
|
40
|
+
type: any;
|
|
41
|
+
createdat: any;
|
|
42
|
+
metadata: any;
|
|
43
|
+
processingtimems: number;
|
|
44
|
+
memoryusedbytes: number;
|
|
45
|
+
};
|
|
46
|
+
export declare function transformtostorage(value: any, options?: {}): {
|
|
47
|
+
id: any;
|
|
48
|
+
payload: any;
|
|
49
|
+
mimetype: any;
|
|
50
|
+
metadata: any;
|
|
51
|
+
processingtimems: any;
|
|
52
|
+
memoryusedbytes: any;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* memory modes expose the same byte contract with different backing choices.
|
|
56
|
+
*/
|
|
57
|
+
export declare function internalmemory(initial?: {}): {
|
|
58
|
+
mode: string;
|
|
59
|
+
put(key: any, value: any): Promise<{
|
|
60
|
+
key: any;
|
|
61
|
+
bytes: number;
|
|
62
|
+
}>;
|
|
63
|
+
get(key: any): Promise<Uint8Array<ArrayBufferLike>>;
|
|
64
|
+
delete(key: any): Promise<void>;
|
|
65
|
+
list(): Promise<string[]>;
|
|
66
|
+
};
|
|
67
|
+
export declare function externalmemory(storage: any): {
|
|
68
|
+
mode: string;
|
|
69
|
+
put(key: any, value: any): Promise<any>;
|
|
70
|
+
get(key: any): Promise<any>;
|
|
71
|
+
delete(key: any): Promise<any>;
|
|
72
|
+
list(prefix: any): Promise<any>;
|
|
73
|
+
};
|
|
74
|
+
export declare function physicalmemory(options?: {}): {
|
|
75
|
+
mode: string;
|
|
76
|
+
path: any;
|
|
77
|
+
put: any;
|
|
78
|
+
get: any;
|
|
79
|
+
delete: any;
|
|
80
|
+
list: any;
|
|
81
|
+
};
|
|
82
|
+
export declare function vectorizedmemory(): {
|
|
83
|
+
mode: string;
|
|
84
|
+
put(key: any, vector: any): Promise<{
|
|
85
|
+
key: any;
|
|
86
|
+
dimensions: any;
|
|
87
|
+
}>;
|
|
88
|
+
get(key: any): Promise<any>;
|
|
89
|
+
average(keys: any): Promise<number[]>;
|
|
90
|
+
list(): Promise<any[]>;
|
|
91
|
+
};
|
|
92
|
+
export declare function librarymemory(factory: any): {
|
|
93
|
+
mode: string;
|
|
94
|
+
load(options: any): Promise<any>;
|
|
95
|
+
};
|
|
96
|
+
export declare function targetfactory(type: any, options?: {}): {
|
|
97
|
+
type: any;
|
|
98
|
+
platform: any;
|
|
99
|
+
owner: any;
|
|
100
|
+
repo: any;
|
|
101
|
+
branch: any;
|
|
102
|
+
path: any;
|
|
103
|
+
token: any;
|
|
104
|
+
space?: undefined;
|
|
105
|
+
dataset?: undefined;
|
|
106
|
+
sslverification?: undefined;
|
|
107
|
+
namespace?: undefined;
|
|
108
|
+
revision?: undefined;
|
|
109
|
+
host?: undefined;
|
|
110
|
+
method?: undefined;
|
|
111
|
+
} | {
|
|
112
|
+
platform?: undefined;
|
|
113
|
+
owner?: undefined;
|
|
114
|
+
branch?: undefined;
|
|
115
|
+
type: any;
|
|
116
|
+
space: any;
|
|
117
|
+
revision: any;
|
|
118
|
+
path: any;
|
|
119
|
+
token: any;
|
|
120
|
+
dataset?: undefined;
|
|
121
|
+
sslverification?: undefined;
|
|
122
|
+
namespace?: undefined;
|
|
123
|
+
repo?: undefined;
|
|
124
|
+
host?: undefined;
|
|
125
|
+
method?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
platform?: undefined;
|
|
128
|
+
owner?: undefined;
|
|
129
|
+
branch?: undefined;
|
|
130
|
+
space?: undefined;
|
|
131
|
+
type: any;
|
|
132
|
+
dataset: any;
|
|
133
|
+
sslverification: any;
|
|
134
|
+
path: any;
|
|
135
|
+
token: any;
|
|
136
|
+
namespace?: undefined;
|
|
137
|
+
repo?: undefined;
|
|
138
|
+
revision?: undefined;
|
|
139
|
+
host?: undefined;
|
|
140
|
+
method?: undefined;
|
|
141
|
+
} | {
|
|
142
|
+
platform?: undefined;
|
|
143
|
+
owner?: undefined;
|
|
144
|
+
branch?: undefined;
|
|
145
|
+
space?: undefined;
|
|
146
|
+
dataset?: undefined;
|
|
147
|
+
sslverification?: undefined;
|
|
148
|
+
type: any;
|
|
149
|
+
namespace: any;
|
|
150
|
+
repo: any;
|
|
151
|
+
revision: any;
|
|
152
|
+
path: any;
|
|
153
|
+
token: any;
|
|
154
|
+
host?: undefined;
|
|
155
|
+
method?: undefined;
|
|
156
|
+
} | {
|
|
157
|
+
platform?: undefined;
|
|
158
|
+
owner?: undefined;
|
|
159
|
+
branch?: undefined;
|
|
160
|
+
space?: undefined;
|
|
161
|
+
dataset?: undefined;
|
|
162
|
+
sslverification?: undefined;
|
|
163
|
+
namespace?: undefined;
|
|
164
|
+
repo?: undefined;
|
|
165
|
+
revision?: undefined;
|
|
166
|
+
type: any;
|
|
167
|
+
host: any;
|
|
168
|
+
path: any;
|
|
169
|
+
method: any;
|
|
170
|
+
token: any;
|
|
171
|
+
};
|
|
172
|
+
export declare function targeturi(target: any): string;
|
|
173
|
+
/**
|
|
174
|
+
* memory engine loads from the first backend, persists to every backend and
|
|
175
|
+
* bounds the hot working set without changing the default unbounded behavior.
|
|
176
|
+
*/
|
|
177
|
+
/** Creates a storage-backed memory engine with optional LRU working-set limits. */
|
|
178
|
+
export declare function memoryengine(options?: {}): {
|
|
179
|
+
load: (key: any) => Promise<any>;
|
|
180
|
+
persist: (key: any, data: any, options?: {}) => Promise<{
|
|
181
|
+
id: any;
|
|
182
|
+
buffer: Uint8Array<ArrayBufferLike>;
|
|
183
|
+
size: number;
|
|
184
|
+
type: any;
|
|
185
|
+
createdat: any;
|
|
186
|
+
metadata: any;
|
|
187
|
+
}>;
|
|
188
|
+
release: (key: any) => void;
|
|
189
|
+
safeload: (key: any) => Promise<{
|
|
190
|
+
success: boolean;
|
|
191
|
+
data: any;
|
|
192
|
+
error?: undefined;
|
|
193
|
+
} | {
|
|
194
|
+
data?: undefined;
|
|
195
|
+
success: boolean;
|
|
196
|
+
error: any;
|
|
197
|
+
}>;
|
|
198
|
+
sync: (key: any, options?: {}) => Promise<any[]>;
|
|
199
|
+
capabilities: () => any;
|
|
200
|
+
stats: () => {
|
|
201
|
+
entries: number;
|
|
202
|
+
bytes: number;
|
|
203
|
+
hits: number;
|
|
204
|
+
misses: number;
|
|
205
|
+
evictions: number;
|
|
206
|
+
maxentries: number;
|
|
207
|
+
maxbytes: number;
|
|
208
|
+
};
|
|
209
|
+
transformtocompute: typeof transformtocompute;
|
|
210
|
+
transformtostorage: typeof transformtostorage;
|
|
211
|
+
list(): any[];
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* working-set planning keeps host memory operations declarative and caller-executed.
|
|
215
|
+
*/
|
|
216
|
+
/** Validates a serializable working-set capacity budget. */
|
|
217
|
+
export declare function workingbudget(input?: {}): Readonly<{
|
|
218
|
+
maxbytes: number;
|
|
219
|
+
maxentries: number;
|
|
220
|
+
maxage: number;
|
|
221
|
+
}>;
|
|
222
|
+
/** Selects bounded working-set candidates without materializing data or probing a host. */
|
|
223
|
+
export declare function workingadmission(items: any, options?: {}): Readonly<{
|
|
224
|
+
version: 1;
|
|
225
|
+
policy: any;
|
|
226
|
+
budget: Readonly<{
|
|
227
|
+
maxbytes: number;
|
|
228
|
+
maxentries: number;
|
|
229
|
+
maxage: number;
|
|
230
|
+
}>;
|
|
231
|
+
usedbytes: number;
|
|
232
|
+
admitted: readonly any[];
|
|
233
|
+
deferred: readonly any[];
|
|
234
|
+
}>;
|
|
235
|
+
/** Produces a host bridge plan that an explicit privileged adapter may execute. */
|
|
236
|
+
export declare function bridgeplan(input?: {}): Readonly<{
|
|
237
|
+
version: 1;
|
|
238
|
+
operation: string;
|
|
239
|
+
sizebytes: number;
|
|
240
|
+
state: "caller-executes" | "unsupported";
|
|
241
|
+
preconditions: readonly string[];
|
|
242
|
+
cleanup: Readonly<{
|
|
243
|
+
required: boolean;
|
|
244
|
+
owner: "caller";
|
|
245
|
+
}>;
|
|
246
|
+
}>;
|
|
247
|
+
/** Validates a materialized object record without reading storage or the local filesystem. */
|
|
248
|
+
export declare function materializationrecord(input?: {}): Readonly<{
|
|
249
|
+
version: 1;
|
|
250
|
+
id: string;
|
|
251
|
+
sha256: string;
|
|
252
|
+
sizebytes: number;
|
|
253
|
+
tier: any;
|
|
254
|
+
state: any;
|
|
255
|
+
createdat: number;
|
|
256
|
+
}>;
|
|
257
|
+
/** Tracks materialization transitions and emits caller-owned cleanup plans without deleting resources. */
|
|
258
|
+
export declare function materializationledger(input?: {}): Readonly<{
|
|
259
|
+
add: (record: any) => Readonly<{
|
|
260
|
+
version: 1;
|
|
261
|
+
id: string;
|
|
262
|
+
sha256: string;
|
|
263
|
+
sizebytes: number;
|
|
264
|
+
tier: any;
|
|
265
|
+
state: any;
|
|
266
|
+
createdat: number;
|
|
267
|
+
}>;
|
|
268
|
+
transition: (id: any, state: any) => any;
|
|
269
|
+
cleanupplan: (id: any) => Readonly<{
|
|
270
|
+
version: 1;
|
|
271
|
+
id: any;
|
|
272
|
+
sha256: any;
|
|
273
|
+
state: "caller-cleans";
|
|
274
|
+
reason: "already-cleaned" | "release-working-set";
|
|
275
|
+
}>;
|
|
276
|
+
list: () => readonly any[];
|
|
277
|
+
}>;
|
|
278
|
+
/**
|
|
279
|
+
* memory bridges materialize and clear temporary working sets.
|
|
280
|
+
*/
|
|
281
|
+
export declare function localmemory(options?: {}): {
|
|
282
|
+
prepare(job: any): Promise<{
|
|
283
|
+
jobid: any;
|
|
284
|
+
location: any;
|
|
285
|
+
resultpath: any;
|
|
286
|
+
createdat: number;
|
|
287
|
+
}>;
|
|
288
|
+
sync(set: any, bytes: any): Promise<{
|
|
289
|
+
bytes: any;
|
|
290
|
+
location: any;
|
|
291
|
+
}>;
|
|
292
|
+
cleanup(set: any): Promise<void>;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* storage adapters keep remote services out of the engine core.
|
|
296
|
+
*/
|
|
297
|
+
export declare function storageadapter(methods: any): any;
|
|
298
|
+
/**
|
|
299
|
+
* memory storage keeps bytes in a bounded process-local map for browser workers, Deno, Bun and tests.
|
|
300
|
+
*/
|
|
301
|
+
/** Creates a transport-neutral in-memory storage adapter with optional capacity limits. */
|
|
302
|
+
export declare function memorystorage(options?: {}): any;
|
|
303
|
+
/**
|
|
304
|
+
* tiered cache keeps a bounded hot tier and an optional persistent cold tier with stale-while-revalidate.
|
|
305
|
+
*/
|
|
306
|
+
/** Creates a cache with caller supplied encode, decode, clock and persistent storage policies. */
|
|
307
|
+
export declare function tieredcache(options?: {}): {
|
|
308
|
+
get: (key: any, options?: {}) => Promise<any>;
|
|
309
|
+
set: (key: any, value: any, valueoptions?: {}) => Promise<any>;
|
|
310
|
+
getorload: (key: any, loader: any, options?: {}) => Promise<any>;
|
|
311
|
+
delete: (key: any) => Promise<void>;
|
|
312
|
+
clear: () => void;
|
|
313
|
+
inspect: () => {
|
|
314
|
+
hits: number;
|
|
315
|
+
misses: number;
|
|
316
|
+
stalehits: number;
|
|
317
|
+
evictions: number;
|
|
318
|
+
revalidations: number;
|
|
319
|
+
hotentries: number;
|
|
320
|
+
maxentries: number;
|
|
321
|
+
ttl: number;
|
|
322
|
+
stale: number;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* byte collection and hashing are grouped because every storage adapter uses them.
|
|
327
|
+
*/
|
|
328
|
+
export { sha256 };
|
|
329
|
+
export declare function collectbytes(input: any): Promise<Uint8Array<ArrayBufferLike>>;
|
|
330
|
+
/**
|
|
331
|
+
* content addressed storage deduplicates immutable bytes while keeping logical references separate.
|
|
332
|
+
*/
|
|
333
|
+
/** Creates a content-addressed view over a caller supplied storage adapter. */
|
|
334
|
+
export declare function contentstorage(storage: any, options?: {}): {
|
|
335
|
+
put: (input?: {}) => Promise<{
|
|
336
|
+
version: number;
|
|
337
|
+
key: string;
|
|
338
|
+
objectkey: string;
|
|
339
|
+
sha256: string;
|
|
340
|
+
sizebytes: number;
|
|
341
|
+
contenttype: any;
|
|
342
|
+
metadata: any;
|
|
343
|
+
}>;
|
|
344
|
+
get: (key: any) => Promise<any>;
|
|
345
|
+
head: (key: any) => Promise<any>;
|
|
346
|
+
delete: (key: any) => Promise<boolean>;
|
|
347
|
+
capabilities: {
|
|
348
|
+
immutableobjects: boolean;
|
|
349
|
+
dedupe: boolean;
|
|
350
|
+
references: boolean;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
/**
|
|
354
|
+
* storage synchronization compares versioned manifests and keeps conflict policy explicit.
|
|
355
|
+
*/
|
|
356
|
+
/** Describes capabilities exposed by a storage adapter without forcing optional methods. */
|
|
357
|
+
export declare function storagecapabilities(storage: any): Readonly<{
|
|
358
|
+
range: boolean;
|
|
359
|
+
conditional: boolean;
|
|
360
|
+
metadata: boolean;
|
|
361
|
+
delete: boolean;
|
|
362
|
+
}>;
|
|
363
|
+
/** Creates a comparable object manifest from bytes and caller metadata. */
|
|
364
|
+
export declare function objectmanifest(key: any, data: any, options?: {}): Promise<{
|
|
365
|
+
version: number;
|
|
366
|
+
key: string;
|
|
367
|
+
sizebytes: number;
|
|
368
|
+
sha256: string;
|
|
369
|
+
updatedat: number;
|
|
370
|
+
etag: any;
|
|
371
|
+
metadata: any;
|
|
372
|
+
}>;
|
|
373
|
+
/** Compares two manifests and classifies an update or conflict. */
|
|
374
|
+
export declare function comparemanifests(local: any, remote: any): {
|
|
375
|
+
state: string;
|
|
376
|
+
local?: undefined;
|
|
377
|
+
remote?: undefined;
|
|
378
|
+
} | {
|
|
379
|
+
state: string;
|
|
380
|
+
remote: any;
|
|
381
|
+
local?: undefined;
|
|
382
|
+
} | {
|
|
383
|
+
state: string;
|
|
384
|
+
local: any;
|
|
385
|
+
remote?: undefined;
|
|
386
|
+
} | {
|
|
387
|
+
state: string;
|
|
388
|
+
local: any;
|
|
389
|
+
remote: any;
|
|
390
|
+
};
|
|
391
|
+
/** Synchronizes one logical object between two adapters with explicit conflict handling. */
|
|
392
|
+
export declare function syncobject(source: any, target: any, key: any, options?: {}): Promise<{
|
|
393
|
+
key: string;
|
|
394
|
+
state: string;
|
|
395
|
+
manifest: any;
|
|
396
|
+
}>;
|
|
397
|
+
/** Synchronizes one object to multiple backends and returns each outcome. */
|
|
398
|
+
export declare function syncbackends(source: any, targets: any[], key: any, options?: {}): Promise<any[]>;
|
|
399
|
+
/**
|
|
400
|
+
* chunked storage keeps large payloads split without forcing a database blob.
|
|
401
|
+
*/
|
|
402
|
+
export declare function chunkedstorage(storage: any, options?: {}): {
|
|
403
|
+
put(input: any): Promise<{
|
|
404
|
+
version: number;
|
|
405
|
+
key: any;
|
|
406
|
+
sizebytes: number;
|
|
407
|
+
chunks: any[];
|
|
408
|
+
chunkbytes: any;
|
|
409
|
+
sha256: string;
|
|
410
|
+
contenttype: any;
|
|
411
|
+
status: string;
|
|
412
|
+
completed: number;
|
|
413
|
+
updatedat: number;
|
|
414
|
+
metadata: any;
|
|
415
|
+
}>;
|
|
416
|
+
get(key: any): Promise<Uint8Array<any>>;
|
|
417
|
+
getrange(key: any, start: number, end: any): Promise<Uint8Array<ArrayBuffer>>;
|
|
418
|
+
head(key: any): Promise<any>;
|
|
419
|
+
delete(key: any): Promise<void>;
|
|
420
|
+
list(prefix: any): Promise<any>;
|
|
421
|
+
};
|
|
422
|
+
/**
|
|
423
|
+
* local storage is explicit, temporary friendly, and protected against traversal.
|
|
424
|
+
*/
|
|
425
|
+
export declare function localstorage(root: any): any;
|
|
426
|
+
/**
|
|
427
|
+
* storage pools combine caller-owned adapters without selecting a provider or creating background work.
|
|
428
|
+
*/
|
|
429
|
+
/** Creates a deterministic pool over explicit caller-owned storage adapters. */
|
|
430
|
+
export declare function storagepool(options?: {}): Readonly<{
|
|
431
|
+
read: (key: any, options?: {}) => Promise<Readonly<{
|
|
432
|
+
version: 1;
|
|
433
|
+
key: string;
|
|
434
|
+
memberid: any;
|
|
435
|
+
data: Uint8Array<ArrayBufferLike>;
|
|
436
|
+
sha256: string;
|
|
437
|
+
verified: boolean;
|
|
438
|
+
manifest: any;
|
|
439
|
+
attempts: readonly any[];
|
|
440
|
+
budget: Readonly<{
|
|
441
|
+
maxattempts: number;
|
|
442
|
+
maxbytes: number;
|
|
443
|
+
maxmilliseconds: number;
|
|
444
|
+
}>;
|
|
445
|
+
readat: number;
|
|
446
|
+
}>>;
|
|
447
|
+
readrange: (key: any, start: any, end: any, options?: {}) => Promise<Readonly<{
|
|
448
|
+
version: 1;
|
|
449
|
+
key: string;
|
|
450
|
+
range: Readonly<{
|
|
451
|
+
start: number;
|
|
452
|
+
end: number;
|
|
453
|
+
}>;
|
|
454
|
+
memberid: any;
|
|
455
|
+
data: Uint8Array<ArrayBufferLike>;
|
|
456
|
+
sha256: string;
|
|
457
|
+
verified: boolean;
|
|
458
|
+
attempts: readonly any[];
|
|
459
|
+
budget: Readonly<{
|
|
460
|
+
maxattempts: number;
|
|
461
|
+
maxbytes: number;
|
|
462
|
+
maxmilliseconds: number;
|
|
463
|
+
}>;
|
|
464
|
+
readat: number;
|
|
465
|
+
}>>;
|
|
466
|
+
put: (input?: {}, options?: {}) => Promise<Readonly<{
|
|
467
|
+
version: 1;
|
|
468
|
+
key: string;
|
|
469
|
+
sha256: string;
|
|
470
|
+
sizebytes: number;
|
|
471
|
+
mode: any;
|
|
472
|
+
quorum: number;
|
|
473
|
+
state: "complete" | "partial";
|
|
474
|
+
results: readonly any[];
|
|
475
|
+
written: number;
|
|
476
|
+
budget: Readonly<{
|
|
477
|
+
maxattempts: number;
|
|
478
|
+
maxbytes: number;
|
|
479
|
+
maxmilliseconds: number;
|
|
480
|
+
}>;
|
|
481
|
+
writtenat: number;
|
|
482
|
+
}>>;
|
|
483
|
+
repairplan: (key: any, options?: {}) => Readonly<{
|
|
484
|
+
version: 1;
|
|
485
|
+
key: string;
|
|
486
|
+
sourceid: string;
|
|
487
|
+
sha256: string;
|
|
488
|
+
targets: any;
|
|
489
|
+
action: "caller-executes";
|
|
490
|
+
}>;
|
|
491
|
+
restoreplan: (key: any, options?: {}) => Readonly<{
|
|
492
|
+
version: 1;
|
|
493
|
+
key: string;
|
|
494
|
+
sha256: string;
|
|
495
|
+
action: "caller-restores";
|
|
496
|
+
candidates: any;
|
|
497
|
+
}>;
|
|
498
|
+
members: () => Readonly<{
|
|
499
|
+
id: any;
|
|
500
|
+
priority: any;
|
|
501
|
+
}>[];
|
|
502
|
+
capabilities: () => {
|
|
503
|
+
id: string;
|
|
504
|
+
priority: number;
|
|
505
|
+
capabilities: Readonly<{
|
|
506
|
+
range: boolean;
|
|
507
|
+
conditional: boolean;
|
|
508
|
+
metadata: boolean;
|
|
509
|
+
delete: boolean;
|
|
510
|
+
}>;
|
|
511
|
+
}[];
|
|
512
|
+
metrics: () => {
|
|
513
|
+
reads: number;
|
|
514
|
+
writes: number;
|
|
515
|
+
hits: number;
|
|
516
|
+
misses: number;
|
|
517
|
+
mismatches: number;
|
|
518
|
+
bytes: number;
|
|
519
|
+
attempts: number;
|
|
520
|
+
elapsedms: number;
|
|
521
|
+
};
|
|
522
|
+
}>;
|
|
523
|
+
/**
|
|
524
|
+
* s3 compatible storage stays open by accepting a caller supplied signer.
|
|
525
|
+
* List operations use the S3 ListObjectsV2 contract without owning credentials.
|
|
526
|
+
*/
|
|
527
|
+
/** Creates an S3-compatible adapter with signed CRUD and paginated listing. */
|
|
528
|
+
export declare function s3compatible(options?: {}): any;
|
|
529
|
+
/**
|
|
530
|
+
* github contents storage maps artifacts to repository files through an injected token.
|
|
531
|
+
*/
|
|
532
|
+
export declare function githubcontents(options?: {}): any;
|
|
533
|
+
/**
|
|
534
|
+
* file hosting adapter accepts a caller supplied request function for s3compatible or webdav.
|
|
535
|
+
*/
|
|
536
|
+
export declare function filehosting(options?: {}): any;
|
|
537
|
+
/**
|
|
538
|
+
* the schema descriptor is neutral so prisma drizzle mysql2 or another driver can map it.
|
|
539
|
+
*/
|
|
540
|
+
export declare const schemadefinition: Readonly<{
|
|
541
|
+
jobs: {
|
|
542
|
+
id: string;
|
|
543
|
+
name: string;
|
|
544
|
+
status: string;
|
|
545
|
+
priority: string;
|
|
546
|
+
input: string;
|
|
547
|
+
outputkey: string;
|
|
548
|
+
createdat: string;
|
|
549
|
+
updatedat: string;
|
|
550
|
+
};
|
|
551
|
+
events: {
|
|
552
|
+
id: string;
|
|
553
|
+
jobid: string;
|
|
554
|
+
type: string;
|
|
555
|
+
at: string;
|
|
556
|
+
data: string;
|
|
557
|
+
};
|
|
558
|
+
sessions: {
|
|
559
|
+
id: string;
|
|
560
|
+
version: string;
|
|
561
|
+
agentname: string;
|
|
562
|
+
originurl: string;
|
|
563
|
+
seed: string;
|
|
564
|
+
status: string;
|
|
565
|
+
startedat: string;
|
|
566
|
+
finishedat: string;
|
|
567
|
+
events: string;
|
|
568
|
+
};
|
|
569
|
+
artifacts: {
|
|
570
|
+
key: string;
|
|
571
|
+
sizebytes: string;
|
|
572
|
+
sha256: string;
|
|
573
|
+
contenttype: string;
|
|
574
|
+
createdat: string;
|
|
575
|
+
metadata: string;
|
|
576
|
+
};
|
|
577
|
+
chunks: {
|
|
578
|
+
id: string;
|
|
579
|
+
artifactkey: string;
|
|
580
|
+
index: string;
|
|
581
|
+
offset: string;
|
|
582
|
+
sizebytes: string;
|
|
583
|
+
sha256: string;
|
|
584
|
+
storagekey: string;
|
|
585
|
+
};
|
|
586
|
+
queueitems: {
|
|
587
|
+
id: string;
|
|
588
|
+
status: string;
|
|
589
|
+
attempts: string;
|
|
590
|
+
payload: string;
|
|
591
|
+
result: string;
|
|
592
|
+
error: string;
|
|
593
|
+
createdat: string;
|
|
594
|
+
updatedat: string;
|
|
595
|
+
};
|
|
596
|
+
}>;
|
|
597
|
+
export declare function schemasql(options?: {}): string[];
|
|
598
|
+
export declare function prismaschema(): string;
|
|
599
|
+
/**
|
|
600
|
+
* persistence adapters keep database and remote state outside the runtime core.
|
|
601
|
+
*/
|
|
602
|
+
export declare function persistenceadapter(methods: any): any;
|
|
603
|
+
/**
|
|
604
|
+
* memory persistence is the local baseline for tests and offline operation.
|
|
605
|
+
*/
|
|
606
|
+
export declare function memorypersistence(): any;
|
|
607
|
+
/**
|
|
608
|
+
* sql persistence keeps query execution injected for mysql2 drizzle or another sql client.
|
|
609
|
+
*/
|
|
610
|
+
export declare function sqlpersistence(options?: {}): any;
|
|
611
|
+
export declare function mysql2persistence(pool: any, options?: {}): any;
|
|
612
|
+
/**
|
|
613
|
+
* drizzle persistence accepts a small repository object generated by the caller's schema.
|
|
614
|
+
*/
|
|
615
|
+
export declare function drizzlepersistence(repository: any): any;
|
|
616
|
+
/**
|
|
617
|
+
* prisma persistence maps model delegates through an explicit model configuration.
|
|
618
|
+
*/
|
|
619
|
+
export declare function prismapersistence(client: any, options?: {}): any;
|
|
620
|
+
/**
|
|
621
|
+
* migration plans stay neutral so Prisma, Drizzle, MySQL2, Turso, and another SQL driver can map them.
|
|
622
|
+
*/
|
|
623
|
+
export declare const migrationlist: readonly {
|
|
624
|
+
version: number;
|
|
625
|
+
name: string;
|
|
626
|
+
tables: string[];
|
|
627
|
+
}[];
|
|
628
|
+
/** Returns pending migration statements for a dialect. */
|
|
629
|
+
export declare function migrationplan(options?: {
|
|
630
|
+
current?: number;
|
|
631
|
+
dialect?: string;
|
|
632
|
+
}): {
|
|
633
|
+
version: number;
|
|
634
|
+
name: string;
|
|
635
|
+
tables: string[];
|
|
636
|
+
statements: string[];
|
|
637
|
+
dialect: string;
|
|
638
|
+
}[];
|
|
639
|
+
/** Returns the latest schema version. */
|
|
640
|
+
export declare function latestmigration(): number;
|
|
641
|
+
//# sourceMappingURL=virtual.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtual.d.ts","sourceRoot":"","sources":["../virtual.ts"],"names":[],"mappings":"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"}
|