@effect-agent/platform-cloudflare 0.1.0-beta.68 → 0.1.0-beta.70
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.
|
@@ -340,13 +340,13 @@ declare const encodeUnknownResolutionCommand: (input: UnknownResolutionCommand,
|
|
|
340
340
|
readonly author: string;
|
|
341
341
|
readonly reason: string;
|
|
342
342
|
readonly resolution: {
|
|
343
|
+
readonly _tag: "SafeToRetry";
|
|
344
|
+
} | {
|
|
343
345
|
readonly _tag: "CompletedWithResult";
|
|
344
346
|
readonly result: Schema.Json;
|
|
345
347
|
readonly isFailure: boolean;
|
|
346
348
|
} | {
|
|
347
349
|
readonly _tag: "NeverHappened";
|
|
348
|
-
} | {
|
|
349
|
-
readonly _tag: "SafeToRetry";
|
|
350
350
|
} | {
|
|
351
351
|
readonly _tag: "AbortSubmission";
|
|
352
352
|
};
|
|
@@ -482,6 +482,11 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
482
482
|
readonly createdAt: string;
|
|
483
483
|
readonly deploymentId: string;
|
|
484
484
|
readonly payload: {
|
|
485
|
+
readonly _tag: "AbortRequested";
|
|
486
|
+
readonly submissionId: string;
|
|
487
|
+
readonly author: string;
|
|
488
|
+
readonly reason: string;
|
|
489
|
+
} | {
|
|
485
490
|
readonly _tag: "ThreadCreated";
|
|
486
491
|
readonly agentId: string;
|
|
487
492
|
readonly definitions: {
|
|
@@ -647,11 +652,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
647
652
|
readonly runDisposition?: Schema.Json | undefined;
|
|
648
653
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
649
654
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
650
|
-
} | {
|
|
651
|
-
readonly _tag: "AbortRequested";
|
|
652
|
-
readonly submissionId: string;
|
|
653
|
-
readonly author: string;
|
|
654
|
-
readonly reason: string;
|
|
655
655
|
} | {
|
|
656
656
|
readonly _tag: "SubmissionSettled";
|
|
657
657
|
readonly submissionId: string;
|
|
@@ -1095,13 +1095,13 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1095
1095
|
readonly author: string;
|
|
1096
1096
|
readonly reason: string;
|
|
1097
1097
|
readonly resolution: {
|
|
1098
|
+
readonly _tag: "SafeToRetry";
|
|
1099
|
+
} | {
|
|
1098
1100
|
readonly _tag: "CompletedWithResult";
|
|
1099
1101
|
readonly result: Schema.Json;
|
|
1100
1102
|
readonly isFailure: boolean;
|
|
1101
1103
|
} | {
|
|
1102
1104
|
readonly _tag: "NeverHappened";
|
|
1103
|
-
} | {
|
|
1104
|
-
readonly _tag: "SafeToRetry";
|
|
1105
1105
|
} | {
|
|
1106
1106
|
readonly _tag: "AbortSubmission";
|
|
1107
1107
|
};
|
|
@@ -1118,13 +1118,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1118
1118
|
} | {
|
|
1119
1119
|
readonly _tag: "HostProtocolError";
|
|
1120
1120
|
readonly message: string;
|
|
1121
|
-
} | {
|
|
1122
|
-
readonly _tag: "AgentInputError";
|
|
1123
|
-
readonly message: string;
|
|
1124
|
-
} | {
|
|
1125
|
-
readonly _tag: "DigestError";
|
|
1126
|
-
readonly message: string;
|
|
1127
|
-
readonly cause?: Schema.Json | undefined;
|
|
1128
1121
|
} | {
|
|
1129
1122
|
readonly _tag: "AdmissionConflict";
|
|
1130
1123
|
readonly threadId: string;
|
|
@@ -1140,15 +1133,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1140
1133
|
readonly _tag: "SettlementConflict";
|
|
1141
1134
|
readonly submissionId: string;
|
|
1142
1135
|
readonly existingOutcome: "aborted" | "completed" | "failed";
|
|
1143
|
-
} | {
|
|
1144
|
-
readonly _tag: "ApprovalConflict";
|
|
1145
|
-
readonly submissionId: string;
|
|
1146
|
-
readonly toolCallId: string;
|
|
1147
|
-
readonly existingDecision: "approved" | "denied";
|
|
1148
|
-
} | {
|
|
1149
|
-
readonly _tag: "UnknownResolutionConflict";
|
|
1150
|
-
readonly submissionId: string;
|
|
1151
|
-
readonly toolCallId: string;
|
|
1152
1136
|
} | {
|
|
1153
1137
|
readonly _tag: "JoinedToHost";
|
|
1154
1138
|
readonly submissionId: string;
|
|
@@ -1178,20 +1162,36 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1178
1162
|
readonly threadId: string;
|
|
1179
1163
|
readonly actualEpoch: number;
|
|
1180
1164
|
readonly attemptedEpoch: number;
|
|
1165
|
+
} | {
|
|
1166
|
+
readonly _tag: "OperationDenied";
|
|
1167
|
+
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
1168
|
+
readonly reason: string;
|
|
1169
|
+
readonly threadId?: string | undefined;
|
|
1170
|
+
readonly submissionId?: string | undefined;
|
|
1171
|
+
} | {
|
|
1172
|
+
readonly _tag: "AgentInputError";
|
|
1173
|
+
readonly message: string;
|
|
1174
|
+
} | {
|
|
1175
|
+
readonly _tag: "DigestError";
|
|
1176
|
+
readonly message: string;
|
|
1177
|
+
readonly cause?: Schema.Json | undefined;
|
|
1181
1178
|
} | {
|
|
1182
1179
|
readonly _tag: "DurableRuntimeFailpointError";
|
|
1183
1180
|
readonly location: "abort:after-intent" | "approval:after-request-append" | "approval:after-suspend" | "checkpoint:after-save" | "checkpoint:before-save" | "claim:after-claim" | "compaction:after-canonical-append" | "compaction:before-canonical-append" | "input:after-canonical-append" | "join:after-canonical-append" | "join:after-claim" | "policy:after-reservation-append" | "policy:before-reservation-append" | "resolve:after-intent" | "run:after-start-append" | "run:before-start-append" | "step:after-step-append" | "subagent:after-admit" | "subagent:after-child-abort-intent" | "subagent:after-child-ready" | "subagent:after-join-append" | "subagent:after-release" | "subagent:after-release-pending" | "subagent:after-request-append" | "subagent:after-reserve" | "subagent:after-sibling-settle" | "subagent:after-start-append" | "subagent:after-suspend" | "submit:after-admit" | "submit:after-materialize" | "terminalize:after-canonical-append" | "terminalize:after-reserve" | "tools:after-prepared-append" | "tools:before-prepared-append" | "turn:after-canonical-append" | "turn:after-response-append" | "turn:after-results-append" | "worker:after-completion-append" | "worker:after-origin-append" | "worker:after-report-append" | "worker:after-report-delivery" | "worker:after-source-append" | "worker:after-subtree-append" | "worker:before-completion-append" | "worker:before-origin-append" | "worker:before-report-append" | "worker:before-report-delivery" | "worker:before-source-append" | "worker:before-subtree-append";
|
|
1181
|
+
} | {
|
|
1182
|
+
readonly _tag: "ApprovalConflict";
|
|
1183
|
+
readonly submissionId: string;
|
|
1184
|
+
readonly toolCallId: string;
|
|
1185
|
+
readonly existingDecision: "approved" | "denied";
|
|
1186
|
+
} | {
|
|
1187
|
+
readonly _tag: "UnknownResolutionConflict";
|
|
1188
|
+
readonly submissionId: string;
|
|
1189
|
+
readonly toolCallId: string;
|
|
1184
1190
|
} | {
|
|
1185
1191
|
readonly _tag: "AdmissionLimitExceeded";
|
|
1186
1192
|
readonly limit: "database-bytes" | "input-bytes" | "queue-depth";
|
|
1187
1193
|
readonly actual: number;
|
|
1188
1194
|
readonly maximum: number;
|
|
1189
|
-
} | {
|
|
1190
|
-
readonly _tag: "OperationDenied";
|
|
1191
|
-
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
1192
|
-
readonly reason: string;
|
|
1193
|
-
readonly threadId?: string | undefined;
|
|
1194
|
-
readonly submissionId?: string | undefined;
|
|
1195
1195
|
};
|
|
1196
1196
|
}, Schema.SchemaError, never>;
|
|
1197
1197
|
declare const decodeHostResponse: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<AbortRecorded | ApprovalRecorded | HostFailed | ObservedPage | ProgressCancelled | ProgressObserved | SettlementReached | SubmissionStatusResponse | SubmitSucceeded | UnknownResolutionRecorded, Schema.SchemaError, never>;
|
|
@@ -322,13 +322,13 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
322
322
|
readonly author: string;
|
|
323
323
|
readonly reason: string;
|
|
324
324
|
readonly resolution: {
|
|
325
|
-
readonly _tag: "SafeToRetry";
|
|
326
|
-
} | {
|
|
327
325
|
readonly _tag: "CompletedWithResult";
|
|
328
326
|
readonly result: Schema.Json;
|
|
329
327
|
readonly isFailure: boolean;
|
|
330
328
|
} | {
|
|
331
329
|
readonly _tag: "NeverHappened";
|
|
330
|
+
} | {
|
|
331
|
+
readonly _tag: "SafeToRetry";
|
|
332
332
|
} | {
|
|
333
333
|
readonly _tag: "AbortSubmission";
|
|
334
334
|
};
|
|
@@ -668,18 +668,47 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
668
668
|
} | {
|
|
669
669
|
readonly _tag: "AdminFailed";
|
|
670
670
|
readonly failure: {
|
|
671
|
+
readonly _tag: "DurableAlarmError";
|
|
672
|
+
readonly operation: string;
|
|
673
|
+
readonly message: string;
|
|
674
|
+
readonly cause?: Schema.Json | undefined;
|
|
675
|
+
} | {
|
|
671
676
|
readonly _tag: "AdmissionPolicyError";
|
|
672
677
|
readonly reason: "occupied" | "refused" | "unavailable";
|
|
673
678
|
readonly code: string;
|
|
674
679
|
} | {
|
|
675
|
-
readonly _tag: "
|
|
680
|
+
readonly _tag: "OperationDenied";
|
|
681
|
+
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
682
|
+
readonly reason: string;
|
|
683
|
+
readonly threadId?: string | undefined;
|
|
684
|
+
readonly submissionId?: string | undefined;
|
|
685
|
+
} | {
|
|
686
|
+
readonly _tag: "RetryRefused";
|
|
676
687
|
readonly submissionId: string;
|
|
677
|
-
readonly
|
|
688
|
+
readonly refusal: "await-approval-decision" | "await-unknown-resolution" | "settled";
|
|
689
|
+
readonly decisionTag: string;
|
|
690
|
+
readonly message: string;
|
|
678
691
|
} | {
|
|
679
692
|
readonly _tag: "LedgerError";
|
|
680
693
|
readonly operation: string;
|
|
681
694
|
readonly message: string;
|
|
682
695
|
readonly cause?: Schema.Json | undefined;
|
|
696
|
+
} | {
|
|
697
|
+
readonly _tag: "RunJournalError";
|
|
698
|
+
readonly message: string;
|
|
699
|
+
readonly cause?: Schema.Json | undefined;
|
|
700
|
+
} | {
|
|
701
|
+
readonly _tag: "DigestError";
|
|
702
|
+
readonly message: string;
|
|
703
|
+
readonly cause?: Schema.Json | undefined;
|
|
704
|
+
} | {
|
|
705
|
+
readonly _tag: "OwnershipLost";
|
|
706
|
+
readonly submissionId: string;
|
|
707
|
+
readonly actualEpoch: number;
|
|
708
|
+
} | {
|
|
709
|
+
readonly _tag: "SettlementConflict";
|
|
710
|
+
readonly submissionId: string;
|
|
711
|
+
readonly existingOutcome: "aborted" | "completed" | "failed";
|
|
683
712
|
} | {
|
|
684
713
|
readonly _tag: "ThreadStoreError";
|
|
685
714
|
readonly operation: string;
|
|
@@ -700,35 +729,6 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
700
729
|
readonly threadId: string;
|
|
701
730
|
readonly actualEpoch: number;
|
|
702
731
|
readonly attemptedEpoch: number;
|
|
703
|
-
} | {
|
|
704
|
-
readonly _tag: "DurableAlarmError";
|
|
705
|
-
readonly operation: string;
|
|
706
|
-
readonly message: string;
|
|
707
|
-
readonly cause?: Schema.Json | undefined;
|
|
708
|
-
} | {
|
|
709
|
-
readonly _tag: "OperationDenied";
|
|
710
|
-
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
711
|
-
readonly reason: string;
|
|
712
|
-
readonly threadId?: string | undefined;
|
|
713
|
-
readonly submissionId?: string | undefined;
|
|
714
|
-
} | {
|
|
715
|
-
readonly _tag: "RetryRefused";
|
|
716
|
-
readonly submissionId: string;
|
|
717
|
-
readonly refusal: "await-approval-decision" | "await-unknown-resolution" | "settled";
|
|
718
|
-
readonly decisionTag: string;
|
|
719
|
-
readonly message: string;
|
|
720
|
-
} | {
|
|
721
|
-
readonly _tag: "RunJournalError";
|
|
722
|
-
readonly message: string;
|
|
723
|
-
readonly cause?: Schema.Json | undefined;
|
|
724
|
-
} | {
|
|
725
|
-
readonly _tag: "DigestError";
|
|
726
|
-
readonly message: string;
|
|
727
|
-
readonly cause?: Schema.Json | undefined;
|
|
728
|
-
} | {
|
|
729
|
-
readonly _tag: "OwnershipLost";
|
|
730
|
-
readonly submissionId: string;
|
|
731
|
-
readonly actualEpoch: number;
|
|
732
732
|
} | {
|
|
733
733
|
readonly _tag: "DurableRuntimeFailpointError";
|
|
734
734
|
readonly location: "abort:after-intent" | "approval:after-request-append" | "approval:after-suspend" | "checkpoint:after-save" | "checkpoint:before-save" | "claim:after-claim" | "compaction:after-canonical-append" | "compaction:before-canonical-append" | "input:after-canonical-append" | "join:after-canonical-append" | "join:after-claim" | "policy:after-reservation-append" | "policy:before-reservation-append" | "resolve:after-intent" | "run:after-start-append" | "run:before-start-append" | "step:after-step-append" | "subagent:after-admit" | "subagent:after-child-abort-intent" | "subagent:after-child-ready" | "subagent:after-join-append" | "subagent:after-release" | "subagent:after-release-pending" | "subagent:after-request-append" | "subagent:after-reserve" | "subagent:after-sibling-settle" | "subagent:after-start-append" | "subagent:after-suspend" | "submit:after-admit" | "submit:after-materialize" | "terminalize:after-canonical-append" | "terminalize:after-reserve" | "tools:after-prepared-append" | "tools:before-prepared-append" | "turn:after-canonical-append" | "turn:after-response-append" | "turn:after-results-append" | "worker:after-completion-append" | "worker:after-origin-append" | "worker:after-report-append" | "worker:after-report-delivery" | "worker:after-source-append" | "worker:after-subtree-append" | "worker:before-completion-append" | "worker:before-origin-append" | "worker:before-report-append" | "worker:before-report-delivery" | "worker:before-source-append" | "worker:before-subtree-append";
|
|
@@ -773,4 +773,4 @@ interface Class<EventServices = never> {
|
|
|
773
773
|
declare const make: <ApplicationServices, ApplicationError, EventServices = never, EventLayerError = never>(applicationLayer: Layer.Layer<CloudflareDurableRuntimeServices | ApplicationServices, ApplicationError, CloudflareBootstrapServices | DurableObjectState$1.DurableObjectState | WorkerEnvironment | DurableObjectContext | ThreadObjectNamespace>, options: Options<ApplicationServices, EventServices, EventLayerError>) => Class<ApplicationServices | EventServices>;
|
|
774
774
|
//#endregion
|
|
775
775
|
export { CloudflareDurableRuntimeOptions as C, layerConfig as D, layer as E, CloudflareDurableRuntimeInitializationError as S, ThreadPublicationOptions as T, decodeObligationThresholds as _, AdminVerifyRequest as a, make as b, Instance as c, RetryExecuted as d, ThreadObject_d_exports as f, decodeAdminVerifyRequest as g, decodeAdminResponse as h, AdminResponse as i, ObligationsScanned as l, decodeAdminExplainRequest as m, AdminFailed as n, Class as o, VerifiedIntegrity as p, AdminFailure as r, ExplainedRecovery as s, AdminExplainRequest as t, Options as u, decodeRetryCommand as v, CloudflareDurableRuntimeServices as w, CloudflareBootstrapServices as x, encodeAdminResponse as y };
|
|
776
|
-
//# sourceMappingURL=ThreadObject-
|
|
776
|
+
//# sourceMappingURL=ThreadObject-AWDa4mgQ.d.mts.map
|
package/dist/ThreadObject.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as CloudflareDurableRuntimeOptions, D as layerConfig, E as layer, S as CloudflareDurableRuntimeInitializationError, T as ThreadPublicationOptions, _ as decodeObligationThresholds, a as AdminVerifyRequest, b as make, c as Instance, d as RetryExecuted, g as decodeAdminVerifyRequest, h as decodeAdminResponse, i as AdminResponse, l as ObligationsScanned, m as decodeAdminExplainRequest, n as AdminFailed, o as Class, p as VerifiedIntegrity, r as AdminFailure, s as ExplainedRecovery, t as AdminExplainRequest, u as Options, v as decodeRetryCommand, w as CloudflareDurableRuntimeServices, x as CloudflareBootstrapServices, y as encodeAdminResponse } from "./ThreadObject-
|
|
1
|
+
import { C as CloudflareDurableRuntimeOptions, D as layerConfig, E as layer, S as CloudflareDurableRuntimeInitializationError, T as ThreadPublicationOptions, _ as decodeObligationThresholds, a as AdminVerifyRequest, b as make, c as Instance, d as RetryExecuted, g as decodeAdminVerifyRequest, h as decodeAdminResponse, i as AdminResponse, l as ObligationsScanned, m as decodeAdminExplainRequest, n as AdminFailed, o as Class, p as VerifiedIntegrity, r as AdminFailure, s as ExplainedRecovery, t as AdminExplainRequest, u as Options, v as decodeRetryCommand, w as CloudflareDurableRuntimeServices, x as CloudflareBootstrapServices, y as encodeAdminResponse } from "./ThreadObject-AWDa4mgQ.mjs";
|
|
2
2
|
export { AdminExplainRequest, AdminFailed, AdminFailure, AdminResponse, AdminVerifyRequest, type CloudflareBootstrapServices as BootstrapServices, Class, ExplainedRecovery, type CloudflareDurableRuntimeInitializationError as InitializationError, Instance, ObligationsScanned, Options, type ThreadPublicationOptions as PublicationOptions, RetryExecuted, type CloudflareDurableRuntimeOptions as RuntimeOptions, type CloudflareDurableRuntimeServices as Services, VerifiedIntegrity, decodeAdminExplainRequest, decodeAdminResponse, decodeAdminVerifyRequest, decodeObligationThresholds, decodeRetryCommand, encodeAdminResponse, layer, layerConfig, make };
|
package/dist/index.d.mts
CHANGED
|
@@ -7,6 +7,6 @@ import { t as CloudflareMemory_d_exports } from "./CloudflareMemory.mjs";
|
|
|
7
7
|
import { t as CloudflareScheduling_d_exports } from "./CloudflareScheduling.mjs";
|
|
8
8
|
import { t as CloudflareSubscriptions_d_exports } from "./CloudflareSubscriptions.mjs";
|
|
9
9
|
import { t as CloudflareThreadClient_d_exports } from "./CloudflareThreadClient.mjs";
|
|
10
|
-
import { f as ThreadObject_d_exports } from "./ThreadObject-
|
|
10
|
+
import { f as ThreadObject_d_exports } from "./ThreadObject-AWDa4mgQ.mjs";
|
|
11
11
|
import { t as WakeScheduler_d_exports } from "./WakeScheduler.mjs";
|
|
12
12
|
export { Alarm_d_exports as Alarm, CloudflareBindings_d_exports as CloudflareBindings, CloudflareBrowser_d_exports as CloudflareBrowser, CloudflareCodeMode_d_exports as CloudflareCodeMode, CloudflareConfig_d_exports as CloudflareConfig, CloudflareMemory_d_exports as CloudflareMemory, CloudflareScheduling_d_exports as CloudflareScheduling, CloudflareSubscriptions_d_exports as CloudflareSubscriptions, CloudflareThreadClient_d_exports as CloudflareThreadClient, ThreadObject_d_exports as ThreadObject, WakeScheduler_d_exports as WakeScheduler };
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@effect-agent/platform-cloudflare","version":"0.1.0-beta.
|
|
1
|
+
{"name":"@effect-agent/platform-cloudflare","version":"0.1.0-beta.70","dependencies":{"@effect-agent/core":"0.1.0-beta.70","@effect-agent/engine":"0.1.0-beta.70","@effect-agent/sandbox":"0.1.0-beta.70","@effect-agent/storage-cloudflare":"0.1.0-beta.70","@effect-agent/thread":"0.1.0-beta.70","@effect/platform-browser":"4.0.0-rc.112","@effect/sql-sqlite-do":"4.0.0-rc.112"},"devDependencies":{"@cloudflare/puppeteer":"1.1.0","@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/capabilities":"0.1.0-beta.70","@effect-agent/testing":"0.1.0-beta.70","@effect/platform-node":"4.0.0-rc.112","@effect/sql-d1":"4.0.0-rc.112","@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","effect-cf":"0.40.0","esbuild":"0.28.1","miniflare":"5.20260811.1-alpha","typescript":"7.0.2","vite-plus":"0.3.0","vitest":"4.1.11"},"peerDependencies":{"@cloudflare/puppeteer":"^1.1.0","effect":"^4.0.0-rc.112","effect-cf":"^0.40.0"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./Alarm":{"types":"./dist/Alarm.d.mts","default":"./dist/Alarm.mjs"},"./BrowserRestCapture":{"types":"./dist/BrowserRestCapture.d.mts","default":"./dist/BrowserRestCapture.mjs"},"./BrowserRestCrawl":{"types":"./dist/BrowserRestCrawl.d.mts","default":"./dist/BrowserRestCrawl.mjs"},"./CloudflareBindings":{"types":"./dist/CloudflareBindings.d.mts","default":"./dist/CloudflareBindings.mjs"},"./CloudflareBrowser":{"types":"./dist/CloudflareBrowser.d.mts","default":"./dist/CloudflareBrowser.mjs"},"./CloudflareCodeMode":{"types":"./dist/CloudflareCodeMode.d.mts","default":"./dist/CloudflareCodeMode.mjs"},"./CloudflareConfig":{"types":"./dist/CloudflareConfig.d.mts","default":"./dist/CloudflareConfig.mjs"},"./CloudflareMemory":{"types":"./dist/CloudflareMemory.d.mts","default":"./dist/CloudflareMemory.mjs"},"./CloudflareScheduling":{"types":"./dist/CloudflareScheduling.d.mts","default":"./dist/CloudflareScheduling.mjs"},"./CloudflareSubscriptions":{"types":"./dist/CloudflareSubscriptions.d.mts","default":"./dist/CloudflareSubscriptions.mjs"},"./CloudflareThreadClient":{"types":"./dist/CloudflareThreadClient.d.mts","default":"./dist/CloudflareThreadClient.mjs"},"./InteractiveBrowser":{"types":"./dist/InteractiveBrowser.d.mts","default":"./dist/InteractiveBrowser.mjs"},"./ProtectedBrowser":{"types":"./dist/ProtectedBrowser.d.mts","default":"./dist/ProtectedBrowser.mjs"},"./ThreadObject":{"types":"./dist/ThreadObject.d.mts","default":"./dist/ThreadObject.mjs"},"./WakeScheduler":{"types":"./dist/WakeScheduler.d.mts","default":"./dist/WakeScheduler.mjs"}},"description":"Cloudflare Layer assembly for Effect Agent: Durable Objects and Browser Run adapters.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/platform-cloudflare"},"files":["dist","src"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"},"peerDependenciesMeta":{"@cloudflare/puppeteer":{"optional":true}}}
|