@webskill/sdk 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent.d.ts +3 -3
- package/dist/agent.js +466 -66
- package/dist/browser.d.ts +140 -7
- package/dist/browser.js +326 -33
- package/dist/{eventTypes-Y07N8IAC.js → eventTypes-CwciaqCU.js} +23 -0
- package/dist/governance.d.ts +26 -3
- package/dist/governance.js +1 -1
- package/dist/{index-CQYo4tcT.d.ts → index-BLfnO7sz.d.ts} +324 -16
- package/dist/{index-Oc3H89TJ.d.ts → index-DbVqg2V3.d.ts} +1 -1
- package/dist/{index-CU2md8R1.d.ts → index-DeXgdtHa.d.ts} +2 -2
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/mcp.d.ts +2 -2
- package/dist/{miniChart-owdCdaw-.js → miniChart-lauNtZu8.js} +2 -7
- package/dist/node.d.ts +3 -3
- package/dist/node.js +1 -1
- package/dist/{openUiLibrary-CY_ADoe0.js → openUiLibrary-BWEBU9P-.js} +1 -1
- package/dist/{openUiSpecLang-DuOCdw9G.js → openUiSpecLang-BIK6CWlW.js} +1 -1
- package/dist/{skillVersionStore-B24Jjjry-C4zomhMZ.d.ts → skillVersionStore-B24Jjjry-CsbzF7Oe.d.ts} +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/{types-TUydnxaj.js → types-BuacBov_.js} +14 -3
- package/dist/{types-C3V6lAeO-BIf7UB2e.d.ts → types-C3V6lAeO-BUpcRLER.d.ts} +11 -0
- package/dist/ui-react.d.ts +9 -3
- package/dist/ui-react.js +15 -4
- package/dist/ui-vue.d.ts +1 -1
- package/dist/ui-vue.js +2 -2
- package/dist/ui.d.ts +3 -3
- package/dist/ui.js +4 -4
- package/dist/{webskillLitCatalog-DSqVFQjK.js → webskillLitCatalog-poL1qhBp.js} +2 -2
- package/package.json +1 -1
package/dist/browser.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Ct as SkillsLockfile, Et as TrustedKeyStore, H as FileStat, Mt as WebSkillError, N as ArchiveLimits, S as UiBridge, U as FileSystemProvider, _t as SkillManifest, b as RenderResultRequest, c as InteractionResponse, jt as VerifyResult, kt as UnsignedPolicy, l as LlmClient, m as LlmStreamEvent, o as InteractionPolicy, p as LlmResponse, pt as SkillInstallSource, s as InteractionRequest, u as LlmCompleteInput, v as MemoryStore } from "./types-C3V6lAeO-
|
|
2
|
-
import { Kt as ScriptExecutionContext, M as DocumentSurfaceHost, R as ExternalSkillProvider, S as BridgeResponse, Un as WebSkillApi, Yn as bridgeError, ct as NetworkPolicy, gn as ToolDefinition, m as ApprovalScope, ot as LinkedDocumentReader, qt as ScriptExecutor, x as BridgeRequest, y as BridgeCapabilities, yn as ToolResult, yr as parseBridgeRequest, z as ExternalToolSource } from "./index-
|
|
3
|
-
import {
|
|
1
|
+
import { Ct as SkillsLockfile, Et as TrustedKeyStore, H as FileStat, Mt as WebSkillError, N as ArchiveLimits, S as UiBridge, U as FileSystemProvider, _t as SkillManifest, b as RenderResultRequest, c as InteractionResponse, jt as VerifyResult, kt as UnsignedPolicy, l as LlmClient, m as LlmStreamEvent, o as InteractionPolicy, p as LlmResponse, pt as SkillInstallSource, s as InteractionRequest, u as LlmCompleteInput, v as MemoryStore } from "./types-C3V6lAeO-BUpcRLER.js";
|
|
2
|
+
import { Kt as ScriptExecutionContext, M as DocumentSurfaceHost, R as ExternalSkillProvider, S as BridgeResponse, Un as WebSkillApi, Yn as bridgeError, ct as NetworkPolicy, gn as ToolDefinition, m as ApprovalScope, ot as LinkedDocumentReader, qt as ScriptExecutor, x as BridgeRequest, y as BridgeCapabilities, yn as ToolResult, yr as parseBridgeRequest, z as ExternalToolSource } from "./index-DbVqg2V3.js";
|
|
3
|
+
import { $ as NestedFrameRef, Ct as PagePerceptionPolicy, It as PerceptionScopeInput, Pt as PerceptionResult, Tt as PagePerceptionReader, Xt as SubtreeRejection, ft as PageActionOutcome, gt as PageActionRequest, jt as PerceptionCaptureOptions, kt as PerceivedNode, ut as PageActionExecutor, vt as PageActionScopeInput, yt as PageActionTarget } from "./index-BLfnO7sz.js";
|
|
4
4
|
//#region ../browser/dist/index.d.ts
|
|
5
5
|
//#region src/fs/featureDetection.d.ts
|
|
6
6
|
/** 检测当前环境是否可用 OPFS(navigator.storage.getDirectory) */
|
|
@@ -418,6 +418,12 @@ interface RoleHint {
|
|
|
418
418
|
}
|
|
419
419
|
//#endregion
|
|
420
420
|
//#region src/dom/perception.d.ts
|
|
421
|
+
/**
|
|
422
|
+
* 句柄的用途(分册 14 §6.1)。`anchor` 只能做 `perceive_page` 的子树根,
|
|
423
|
+
* 拿去 `act_on_page` 一律被拒——否则放宽读的范围会顺带放宽写的范围。
|
|
424
|
+
* @experimental
|
|
425
|
+
*/
|
|
426
|
+
type HandleKind = 'action' | 'anchor';
|
|
421
427
|
interface DomPerceptionReaderOptions {
|
|
422
428
|
/** 选择器求值的根;缺省 `globalThis.document` */
|
|
423
429
|
document?: Document;
|
|
@@ -456,8 +462,12 @@ interface DomPerceptionReaderOptions {
|
|
|
456
462
|
interface DomPerceptionReader extends PagePerceptionReader {
|
|
457
463
|
read(scope: PerceptionScopeInput): readonly PerceivedNode[];
|
|
458
464
|
read(scope: PerceptionScopeInput, capture: PerceptionCaptureOptions): Promise<PerceptionResult>;
|
|
465
|
+
/** 子树续读(分册 14):只能缩小范围,拒绝以返回值而非抛错表达 */
|
|
466
|
+
readSubtree(scope: PerceptionScopeInput, ref: string, capture?: PerceptionCaptureOptions): Promise<PerceptionResult | SubtreeRejection>;
|
|
459
467
|
/** 把句柄换回元素;未知或已过期的句柄返回 undefined。供执行器使用,不自建第二张表 */
|
|
460
468
|
resolve(ref: string): Element | undefined;
|
|
469
|
+
/** 句柄的用途;`anchor` 只能做子树根,执行器据此拒掉写动作(分册 14 §6.1) */
|
|
470
|
+
handleKindOf(ref: string): HandleKind | undefined;
|
|
461
471
|
/** 句柄所属的帧;主文档目标返回 undefined(FR-24.6 的确认卡措辞与审计据此区分) */
|
|
462
472
|
frameOf(ref: string): string | undefined;
|
|
463
473
|
/** 操作前的活动模态快照;与操作后做差集即「本次新打开的模态」(FR-25.6) */
|
|
@@ -496,6 +506,11 @@ interface DomPageActionOptions {
|
|
|
496
506
|
* 不注入即 `attach` 一律按「用户取消」处理 —— Agent 永远传不进本地路径。
|
|
497
507
|
*/
|
|
498
508
|
pickFiles?: () => Promise<readonly File[] | undefined>;
|
|
509
|
+
/**
|
|
510
|
+
* `back` 作用的文档;缺省 `globalThis.document`。
|
|
511
|
+
* 其余动作不用它——它们的文档从元素自带的 `ownerDocument` 取,跨帧时才不会拿错。
|
|
512
|
+
*/
|
|
513
|
+
document?: Document;
|
|
499
514
|
}
|
|
500
515
|
/**
|
|
501
516
|
* @experimental
|
|
@@ -537,6 +552,11 @@ type PageAgentReply = {
|
|
|
537
552
|
type: 'perceive-result';
|
|
538
553
|
result: PerceptionResult;
|
|
539
554
|
targets: readonly PageAgentTargetEntry[];
|
|
555
|
+
/**
|
|
556
|
+
* 这批句柄属于哪个文档(分册 11 / FR-11.1)。**可选**是有意的:
|
|
557
|
+
* 0.15.0 的页面侧处理器不会回它,此时 reader 退回单分片,行为逐字不变。
|
|
558
|
+
*/
|
|
559
|
+
document?: PageDocumentIdentity;
|
|
540
560
|
} | {
|
|
541
561
|
type: 'execute-result';
|
|
542
562
|
outcome: PageActionOutcome;
|
|
@@ -545,6 +565,18 @@ type PageAgentReply = {
|
|
|
545
565
|
code: string;
|
|
546
566
|
message: string;
|
|
547
567
|
};
|
|
568
|
+
/**
|
|
569
|
+
* 文档标识(分册 11 / FR-11.1)。
|
|
570
|
+
*
|
|
571
|
+
* `key` 是**不透明**的:SDK 只拿它做相等比较与分片,不解析、不从中还原地址。
|
|
572
|
+
* `url` / `title` 只用于确认卡与留痕的可读性,不参与任何判定。
|
|
573
|
+
* @experimental
|
|
574
|
+
*/
|
|
575
|
+
interface PageDocumentIdentity {
|
|
576
|
+
key: string;
|
|
577
|
+
url?: string;
|
|
578
|
+
title?: string;
|
|
579
|
+
}
|
|
548
580
|
/**
|
|
549
581
|
* 感知期随结果一并回传的句柄描述表(D-13-3);**不进模型上下文**。
|
|
550
582
|
*
|
|
@@ -562,22 +594,117 @@ interface PageAgentTargetEntry {
|
|
|
562
594
|
}
|
|
563
595
|
//#endregion
|
|
564
596
|
//#region src/remote/registry.d.ts
|
|
597
|
+
/**
|
|
598
|
+
* 句柄解析结果(0.16.0 分册 11 / FR-11.6)。
|
|
599
|
+
*
|
|
600
|
+
* 三种失败必须可区分:「不在当前这一页」「那一页已经变了」「从没见过」——
|
|
601
|
+
* 它们对模型的下一步要求完全不同,压成一个 `undefined` 就只能让它盲试。
|
|
602
|
+
* @experimental
|
|
603
|
+
*/
|
|
604
|
+
type TargetResolution = {
|
|
605
|
+
status: 'ok';
|
|
606
|
+
target: PageActionTarget;
|
|
607
|
+
} |
|
|
608
|
+
/** 认识,但它属于另一个还活着的页面 */
|
|
609
|
+
{
|
|
610
|
+
status: 'unfocused';
|
|
611
|
+
} |
|
|
612
|
+
/** 认识过,但它那一页已经变了或被丢弃了 */
|
|
613
|
+
{
|
|
614
|
+
status: 'expired';
|
|
615
|
+
} |
|
|
616
|
+
/** 从没见过(含上一轮 run 的句柄) */
|
|
617
|
+
{
|
|
618
|
+
status: 'unknown';
|
|
619
|
+
};
|
|
565
620
|
/**
|
|
566
621
|
* 感知期写入、执行期读取的句柄描述表(分册 13 / FR-13.3)。
|
|
567
622
|
*
|
|
568
623
|
* 由**宿主创建并同时交给 reader 和 executor**——两者共享同一个实例是本册的装配前提。
|
|
569
624
|
* 工厂单独导出就是为了让这件事在宿主代码里显式可见,
|
|
570
625
|
* 而不是藏在某个工厂内部让人以为「自己会连上」。
|
|
626
|
+
*
|
|
627
|
+
* 0.16.0 起按**文档**分片(分册 11 / D-11-1(d)):分片键是一个不透明串,
|
|
628
|
+
* 「标签页」只是宿主给它的一种解释——本包不认识标签页,也不该认识(AC-G8)。
|
|
571
629
|
* @experimental
|
|
572
630
|
*/
|
|
573
631
|
interface RemoteTargetRegistry {
|
|
574
|
-
/**
|
|
575
|
-
|
|
632
|
+
/**
|
|
633
|
+
* 用新一批条目**整体替换**该文档分片的旧表,并把焦点移到它。
|
|
634
|
+
* `document` 缺省即单分片形态,行为与 0.15.0 逐字一致。
|
|
635
|
+
*/
|
|
636
|
+
replace(entries: readonly PageAgentTargetEntry[], document?: PageDocumentIdentity): void;
|
|
637
|
+
/** 只查当前焦点分片。语义与 0.15.0 一致,既有调用点不必改 */
|
|
576
638
|
get(ref: string): PageActionTarget | undefined;
|
|
639
|
+
/** `get` 的可诊断版本;`get` 保留是因为 `PageActionExecutor.describe` 的同步契约不能动 */
|
|
640
|
+
resolve(ref: string): TargetResolution;
|
|
641
|
+
/** 把后续的 `get` / `resolve` 指向该分片;分片不存在时焦点仍然移过去(其 `get` 全落空) */
|
|
642
|
+
focus(shard: string): void;
|
|
643
|
+
readonly focused: string | undefined;
|
|
644
|
+
/** 焦点分片的文档标识;用于留痕与确认卡文案,**不参与**任何判定 */
|
|
645
|
+
describePage(): PageDocumentIdentity | undefined;
|
|
646
|
+
/** 该分片失效(文档变了 / 标签页关了)。**不影响其它分片**(FR-11.3 / AC-11.5) */
|
|
647
|
+
drop(shard: string): void;
|
|
648
|
+
/** run 结束时清空(FR-11.4)。它只丢句柄,**不关闭任何标签页**——那是用户的浏览器 */
|
|
649
|
+
clear(): void;
|
|
650
|
+
/** 当前焦点分片的条目数;单分片下与 0.15.0 同值 */
|
|
577
651
|
readonly size: number;
|
|
652
|
+
readonly shardCount: number;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* 分片数的防泄漏软上限(分册 11 / DV-2)。
|
|
656
|
+
*
|
|
657
|
+
* 它**不是** FR-11.5 那个容量闸门:那一条管的是「同时有几个**标签页**可操作」,
|
|
658
|
+
* 触顶硬拒绝,落在 `TabWorksetPolicy`。这里管的是同一个标签页里连续跳页攒下的历史分片,
|
|
659
|
+
* 那些本来就该失效,按最久未使用逐出即可,逐出不构成对模型的拒绝。
|
|
660
|
+
*/
|
|
661
|
+
declare const SHARD_SOFT_LIMIT = 24;
|
|
662
|
+
/**
|
|
663
|
+
* 把解析结果翻译成给模型看的补充说明(分册 11 / FR-11.6);
|
|
664
|
+
* 接到 `PageActionPolicyOptions.diagnose` 上即可:
|
|
665
|
+
*
|
|
666
|
+
* ```ts
|
|
667
|
+
* diagnose: (ref) => explainResolution(targets.resolve(ref))
|
|
668
|
+
* ```
|
|
669
|
+
*
|
|
670
|
+
* `unknown` 返回 `undefined` 而不是自己拼一句:让 policy 落回它的缺省文案,
|
|
671
|
+
* 于是 AC-11.3 要求的「与 0.15.0 逐字相同」是**构造性**成立的,
|
|
672
|
+
* 而不是靠两个文件里的字符串抄得一样。
|
|
673
|
+
* @experimental
|
|
674
|
+
*/
|
|
675
|
+
declare function explainResolution(resolution: TargetResolution): string | undefined;
|
|
676
|
+
/** @experimental */
|
|
677
|
+
interface RemoteTargetRegistryOptions {
|
|
678
|
+
/** 分片数软上限;缺省 `SHARD_SOFT_LIMIT`。小于 1 的值按 1 处理 */
|
|
679
|
+
maxShards?: number;
|
|
578
680
|
}
|
|
579
681
|
/** @experimental */
|
|
580
|
-
declare function createRemoteTargetRegistry(): RemoteTargetRegistry;
|
|
682
|
+
declare function createRemoteTargetRegistry(options?: RemoteTargetRegistryOptions): RemoteTargetRegistry;
|
|
683
|
+
//#endregion
|
|
684
|
+
//#region src/remote/documentIdentity.d.ts
|
|
685
|
+
/**
|
|
686
|
+
* 文档标识(0.16.0 分册 11 · FR-11.1)。
|
|
687
|
+
*
|
|
688
|
+
* 它有且只有两个消费者,且**必须是同一个函数**:
|
|
689
|
+
* ① 感知回复里的 `document.key`,决定这批句柄进哪个分片;
|
|
690
|
+
* ② `PageActionOutcome.navigated`,执行前后各取一次。
|
|
691
|
+
* 两处各写一套判定,就会出现「操作说导航了、分片说没换」的不一致(AC-11.4 / AC-13.4 验的就是这个)。
|
|
692
|
+
*/
|
|
693
|
+
/** `Window` 的最小切面;取这个而不是 `Window` 是为了让本模块在无 DOM 的测试里也能跑 */
|
|
694
|
+
interface DocumentLocationView {
|
|
695
|
+
readonly location: {
|
|
696
|
+
readonly href: string;
|
|
697
|
+
};
|
|
698
|
+
}
|
|
699
|
+
/**
|
|
700
|
+
* `instance` + 当前地址。真导航换 `instance`,帧内路由(SPA)换 `href`,
|
|
701
|
+
* 两类都被这一个串覆盖——靠 origin 比对识别不出后者。
|
|
702
|
+
*
|
|
703
|
+
* `href` 含 hash 是有意的:纯 hash 跳转在很多站点上会换掉整块内容,
|
|
704
|
+
* 判成换文档是安全侧的选择(代价是多感知一次;漏判没有便宜的补救)。
|
|
705
|
+
* @experimental
|
|
706
|
+
*/
|
|
707
|
+
declare function documentKey(view: DocumentLocationView | null | undefined): string | undefined;
|
|
581
708
|
//#endregion
|
|
582
709
|
//#region src/remote/reader.d.ts
|
|
583
710
|
/** @experimental */
|
|
@@ -587,6 +714,12 @@ interface RemotePerceptionReaderOptions {
|
|
|
587
714
|
targets: RemoteTargetRegistry;
|
|
588
715
|
/** 单次感知超时毫秒;缺省 10000 */
|
|
589
716
|
timeoutMs?: number;
|
|
717
|
+
/**
|
|
718
|
+
* 刚读到的是哪个文档(分册 11)。宿主据此维护「标签页 → 分片」的归属,
|
|
719
|
+
* 页面自己跳走时才知道该丢哪个分片。**SDK 不替宿主记这层映射**——
|
|
720
|
+
* 那需要标签页概念,而本包不认识标签页(AC-G8)。
|
|
721
|
+
*/
|
|
722
|
+
onDocument?: (document: PageDocumentIdentity) => void;
|
|
590
723
|
}
|
|
591
724
|
/**
|
|
592
725
|
* 跨上下文的页面感知(分册 13 / FR-13.2)。
|
|
@@ -1381,4 +1514,4 @@ declare function watchBlockedResources(host: ViewerBlockedHost, notice: ViewerBl
|
|
|
1381
1514
|
/** 提示文案的单一来源;判据直接引用,不各写一份字面量 */
|
|
1382
1515
|
declare function blockedMessage(origins: readonly string[]): string;
|
|
1383
1516
|
//#endregion
|
|
1384
|
-
export { type BlockedEventLike, type BridgeCapabilities, type BridgeRequest, type BridgeResponse, type BrowserHostBundle, type BrowserHostOptions, type BrowserHostOverrides, BrowserSkillManager, BrowserWorkerScriptExecutor, type CaptureFailure, type CaptureLevel, type CapturedImage, type ChromeBuiltinAvailability, ChromeBuiltinLlmClient, type CompressResult, type ConfiguredLlmClient, DEFAULT_FRAME_BUDGET, DEFAULT_MAX_VIEWER_PAYLOAD_BYTES, DOCUMENT_SURFACE_AUDIT_EVENT, DOCX_UNEXTRACTED, type DictationAvailability, type DictationOptions, type DictationSession, type DocumentSurfaceAudit, type DocumentSurfaceOptions, type DomPageActionExecutor, type DomPageActionOptions, type DomPerceptionReader, type DomPerceptionReaderOptions, type FetchLinkedDocumentOptions, type FrameBudget, type FrameDelivery, type FrameDispatcher, type FrameResolveContext, type FrameRouter, type FrameRouterOptions, HOST_PORT_MATRIX, type HostChatbotAdapterShape, type HostConnectFacadeShape, type HostConsoleBackendShape, type HostKind, type HostSurface, type IframeSandboxOptions, IframeWorkerLike, type InspectHostWiringInput, type LlmClientConfig, type LlmEntryConfig, type MainToWorkerMessage, type OpenDocumentInput, OpfsProvider, type PageAgentHandler, type PageAgentHandlerOptions, type PageAgentReply, type PageAgentRequest, type PageAgentTargetEntry, type PageAgentTransport, type PortApplicability, type PortReport, type PortSpec, type PortStatus, type RemotePageActionExecutorOptions, type RemotePerceptionReaderOptions, type RemoteTargetRegistry, type RoleHint, SANDBOX_PAGE_SCRIPT_SOURCE, type SandboxMode, type SerializedError, TsTranspiler, type TypeScriptSupportOptions, VIEWER_SANDBOX_TOKENS, type ViewerBlockedHost, type ViewerBlockedNotice, type ViewerBlockedResult, type ViewerCspOptions, type ViewerDocument, type ViewerShellHost, type ViewerShellMount, type ViewerShellResult, WORKER_BOOTSTRAP_SOURCE, type WindowLike, type WorkerEvent, type WorkerFactory, type WorkerLike, type WorkerRequest, WorkerRuntimeClient, type WorkerRuntimeClientDeps, type WorkerRuntimeHostOverrides, type WorkerScopeLike, WorkerUiBridge, XLSX_UNEXTRACTED, blockedMessage, bridgeError, captureElementImage, checkDictationAvailability, compressImageToBudget, createBrowserChatbotHost, createDocumentSurfaceHost, createDomPageActionExecutor, createDomPerceptionReader, createEncryptedMemoryStore, createFetchLinkedDocumentReader, createFrameRouter, createIframeWorker, createLlmClient, createPageAgentHandler, createRemotePageActionExecutor, createRemotePerceptionReader, createRemoteTargetRegistry, deleteMemoryEncryptionKey, extractDocxText, extractXlsxText, extractZipWeb, generateMemoryEncryptionKey, inspectHostWiring, installWebSkillNavigator, isCapturableElement, isCaptureFailure, isEncryptedMemoryValue, isOpfsAvailable, missingPorts, openDocumentSurface, openMemoryEncryptionKey, parseBridgeRequest, parseMainMessage, parseWorkerEvent, probeChromeBuiltinAvailability, sha256HexWeb, startDictation, startViewerShell, startWorkerRuntimeHost, viewerCspHeader, watchBlockedResources };
|
|
1517
|
+
export { type BlockedEventLike, type BridgeCapabilities, type BridgeRequest, type BridgeResponse, type BrowserHostBundle, type BrowserHostOptions, type BrowserHostOverrides, BrowserSkillManager, BrowserWorkerScriptExecutor, type CaptureFailure, type CaptureLevel, type CapturedImage, type ChromeBuiltinAvailability, ChromeBuiltinLlmClient, type CompressResult, type ConfiguredLlmClient, DEFAULT_FRAME_BUDGET, DEFAULT_MAX_VIEWER_PAYLOAD_BYTES, DOCUMENT_SURFACE_AUDIT_EVENT, DOCX_UNEXTRACTED, type DictationAvailability, type DictationOptions, type DictationSession, type DocumentLocationView, type DocumentSurfaceAudit, type DocumentSurfaceOptions, type DomPageActionExecutor, type DomPageActionOptions, type DomPerceptionReader, type DomPerceptionReaderOptions, type FetchLinkedDocumentOptions, type FrameBudget, type FrameDelivery, type FrameDispatcher, type FrameResolveContext, type FrameRouter, type FrameRouterOptions, HOST_PORT_MATRIX, type HandleKind, type HostChatbotAdapterShape, type HostConnectFacadeShape, type HostConsoleBackendShape, type HostKind, type HostSurface, type IframeSandboxOptions, IframeWorkerLike, type InspectHostWiringInput, type LlmClientConfig, type LlmEntryConfig, type MainToWorkerMessage, type OpenDocumentInput, OpfsProvider, type PageAgentHandler, type PageAgentHandlerOptions, type PageAgentReply, type PageAgentRequest, type PageAgentTargetEntry, type PageAgentTransport, type PageDocumentIdentity, type PortApplicability, type PortReport, type PortSpec, type PortStatus, type RemotePageActionExecutorOptions, type RemotePerceptionReaderOptions, type RemoteTargetRegistry, type RemoteTargetRegistryOptions, type RoleHint, SANDBOX_PAGE_SCRIPT_SOURCE, SHARD_SOFT_LIMIT, type SandboxMode, type SerializedError, type TargetResolution, TsTranspiler, type TypeScriptSupportOptions, VIEWER_SANDBOX_TOKENS, type ViewerBlockedHost, type ViewerBlockedNotice, type ViewerBlockedResult, type ViewerCspOptions, type ViewerDocument, type ViewerShellHost, type ViewerShellMount, type ViewerShellResult, WORKER_BOOTSTRAP_SOURCE, type WindowLike, type WorkerEvent, type WorkerFactory, type WorkerLike, type WorkerRequest, WorkerRuntimeClient, type WorkerRuntimeClientDeps, type WorkerRuntimeHostOverrides, type WorkerScopeLike, WorkerUiBridge, XLSX_UNEXTRACTED, blockedMessage, bridgeError, captureElementImage, checkDictationAvailability, compressImageToBudget, createBrowserChatbotHost, createDocumentSurfaceHost, createDomPageActionExecutor, createDomPerceptionReader, createEncryptedMemoryStore, createFetchLinkedDocumentReader, createFrameRouter, createIframeWorker, createLlmClient, createPageAgentHandler, createRemotePageActionExecutor, createRemotePerceptionReader, createRemoteTargetRegistry, deleteMemoryEncryptionKey, documentKey, explainResolution, extractDocxText, extractXlsxText, extractZipWeb, generateMemoryEncryptionKey, inspectHostWiring, installWebSkillNavigator, isCapturableElement, isCaptureFailure, isEncryptedMemoryValue, isOpfsAvailable, missingPorts, openDocumentSurface, openMemoryEncryptionKey, parseBridgeRequest, parseMainMessage, parseWorkerEvent, probeChromeBuiltinAvailability, sha256HexWeb, startDictation, startViewerShell, startWorkerRuntimeHost, viewerCspHeader, watchBlockedResources };
|