@effect-agent/platform-cloudflare 0.1.0-beta.46 → 0.1.0-beta.47
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.
|
@@ -165,13 +165,13 @@ declare const encodeUnknownResolutionCommand: (input: UnknownResolutionCommand,
|
|
|
165
165
|
readonly author: string;
|
|
166
166
|
readonly reason: string;
|
|
167
167
|
readonly resolution: {
|
|
168
|
-
readonly _tag: "SafeToRetry";
|
|
169
|
-
} | {
|
|
170
168
|
readonly _tag: "CompletedWithResult";
|
|
171
169
|
readonly result: Schema.Json;
|
|
172
170
|
readonly isFailure: boolean;
|
|
173
171
|
} | {
|
|
174
172
|
readonly _tag: "NeverHappened";
|
|
173
|
+
} | {
|
|
174
|
+
readonly _tag: "SafeToRetry";
|
|
175
175
|
} | {
|
|
176
176
|
readonly _tag: "AbortSubmission";
|
|
177
177
|
};
|
|
@@ -246,11 +246,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
246
246
|
readonly createdAt: string;
|
|
247
247
|
readonly deploymentId: string;
|
|
248
248
|
readonly payload: {
|
|
249
|
-
readonly _tag: "AbortRequested";
|
|
250
|
-
readonly submissionId: string;
|
|
251
|
-
readonly author: string;
|
|
252
|
-
readonly reason: string;
|
|
253
|
-
} | {
|
|
254
249
|
readonly _tag: "ThreadCreated";
|
|
255
250
|
readonly agentId: string;
|
|
256
251
|
readonly definitions: {
|
|
@@ -387,6 +382,11 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
387
382
|
readonly runDisposition?: Schema.Json | undefined;
|
|
388
383
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
389
384
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
385
|
+
} | {
|
|
386
|
+
readonly _tag: "AbortRequested";
|
|
387
|
+
readonly submissionId: string;
|
|
388
|
+
readonly author: string;
|
|
389
|
+
readonly reason: string;
|
|
390
390
|
} | {
|
|
391
391
|
readonly _tag: "SubmissionSettled";
|
|
392
392
|
readonly submissionId: string;
|
|
@@ -557,13 +557,13 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
557
557
|
readonly author: string;
|
|
558
558
|
readonly reason: string;
|
|
559
559
|
readonly resolution: {
|
|
560
|
-
readonly _tag: "SafeToRetry";
|
|
561
|
-
} | {
|
|
562
560
|
readonly _tag: "CompletedWithResult";
|
|
563
561
|
readonly result: Schema.Json;
|
|
564
562
|
readonly isFailure: boolean;
|
|
565
563
|
} | {
|
|
566
564
|
readonly _tag: "NeverHappened";
|
|
565
|
+
} | {
|
|
566
|
+
readonly _tag: "SafeToRetry";
|
|
567
567
|
} | {
|
|
568
568
|
readonly _tag: "AbortSubmission";
|
|
569
569
|
};
|
|
@@ -573,8 +573,13 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
573
573
|
} | {
|
|
574
574
|
readonly _tag: "HostFailed";
|
|
575
575
|
readonly failure: {
|
|
576
|
-
readonly _tag: "
|
|
577
|
-
readonly
|
|
576
|
+
readonly _tag: "HostProtocolError";
|
|
577
|
+
readonly message: string;
|
|
578
|
+
} | {
|
|
579
|
+
readonly _tag: "AgentInputError";
|
|
580
|
+
readonly message: string;
|
|
581
|
+
} | {
|
|
582
|
+
readonly _tag: "DigestError";
|
|
578
583
|
readonly message: string;
|
|
579
584
|
readonly cause?: Schema.Json | undefined;
|
|
580
585
|
} | {
|
|
@@ -588,6 +593,15 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
588
593
|
readonly _tag: "SettlementConflict";
|
|
589
594
|
readonly submissionId: string;
|
|
590
595
|
readonly existingOutcome: "aborted" | "completed" | "failed";
|
|
596
|
+
} | {
|
|
597
|
+
readonly _tag: "ApprovalConflict";
|
|
598
|
+
readonly submissionId: string;
|
|
599
|
+
readonly toolCallId: string;
|
|
600
|
+
readonly existingDecision: "approved" | "denied";
|
|
601
|
+
} | {
|
|
602
|
+
readonly _tag: "UnknownResolutionConflict";
|
|
603
|
+
readonly submissionId: string;
|
|
604
|
+
readonly toolCallId: string;
|
|
591
605
|
} | {
|
|
592
606
|
readonly _tag: "JoinedToHost";
|
|
593
607
|
readonly submissionId: string;
|
|
@@ -617,39 +631,25 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
617
631
|
readonly threadId: string;
|
|
618
632
|
readonly actualEpoch: number;
|
|
619
633
|
readonly attemptedEpoch: number;
|
|
620
|
-
} | {
|
|
621
|
-
readonly _tag: "OperationDenied";
|
|
622
|
-
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
623
|
-
readonly reason: string;
|
|
624
|
-
readonly threadId?: string | undefined;
|
|
625
|
-
readonly submissionId?: string | undefined;
|
|
626
|
-
} | {
|
|
627
|
-
readonly _tag: "DigestError";
|
|
628
|
-
readonly message: string;
|
|
629
|
-
readonly cause?: Schema.Json | undefined;
|
|
630
634
|
} | {
|
|
631
635
|
readonly _tag: "DurableRuntimeFailpointError";
|
|
632
636
|
readonly location: "abort:after-intent" | "approval:after-request-append" | "approval:after-suspend" | "claim:after-claim" | "compaction:after-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";
|
|
633
|
-
} | {
|
|
634
|
-
readonly _tag: "HostProtocolError";
|
|
635
|
-
readonly message: string;
|
|
636
|
-
} | {
|
|
637
|
-
readonly _tag: "AgentInputError";
|
|
638
|
-
readonly message: string;
|
|
639
|
-
} | {
|
|
640
|
-
readonly _tag: "ApprovalConflict";
|
|
641
|
-
readonly submissionId: string;
|
|
642
|
-
readonly toolCallId: string;
|
|
643
|
-
readonly existingDecision: "approved" | "denied";
|
|
644
|
-
} | {
|
|
645
|
-
readonly _tag: "UnknownResolutionConflict";
|
|
646
|
-
readonly submissionId: string;
|
|
647
|
-
readonly toolCallId: string;
|
|
648
637
|
} | {
|
|
649
638
|
readonly _tag: "AdmissionLimitExceeded";
|
|
650
639
|
readonly limit: "database-bytes" | "input-bytes" | "queue-depth";
|
|
651
640
|
readonly actual: number;
|
|
652
641
|
readonly maximum: number;
|
|
642
|
+
} | {
|
|
643
|
+
readonly _tag: "DurableAlarmError";
|
|
644
|
+
readonly operation: string;
|
|
645
|
+
readonly message: string;
|
|
646
|
+
readonly cause?: Schema.Json | undefined;
|
|
647
|
+
} | {
|
|
648
|
+
readonly _tag: "OperationDenied";
|
|
649
|
+
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
650
|
+
readonly reason: string;
|
|
651
|
+
readonly threadId?: string | undefined;
|
|
652
|
+
readonly submissionId?: string | undefined;
|
|
653
653
|
};
|
|
654
654
|
}, Schema.SchemaError, never>;
|
|
655
655
|
declare const decodeHostResponse: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<AbortRecorded | ApprovalRecorded | HostFailed | ObservedPage | ProgressCancelled | ProgressObserved | SettlementReached | SubmitSucceeded | UnknownResolutionRecorded, Schema.SchemaError, never>;
|
|
@@ -286,13 +286,13 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
286
286
|
readonly author: string;
|
|
287
287
|
readonly reason: string;
|
|
288
288
|
readonly resolution: {
|
|
289
|
-
readonly _tag: "SafeToRetry";
|
|
290
|
-
} | {
|
|
291
289
|
readonly _tag: "CompletedWithResult";
|
|
292
290
|
readonly result: Schema.Json;
|
|
293
291
|
readonly isFailure: boolean;
|
|
294
292
|
} | {
|
|
295
293
|
readonly _tag: "NeverHappened";
|
|
294
|
+
} | {
|
|
295
|
+
readonly _tag: "SafeToRetry";
|
|
296
296
|
} | {
|
|
297
297
|
readonly _tag: "AbortSubmission";
|
|
298
298
|
};
|
|
@@ -632,8 +632,10 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
632
632
|
} | {
|
|
633
633
|
readonly _tag: "AdminFailed";
|
|
634
634
|
readonly failure: {
|
|
635
|
-
readonly _tag: "
|
|
636
|
-
readonly
|
|
635
|
+
readonly _tag: "HostProtocolError";
|
|
636
|
+
readonly message: string;
|
|
637
|
+
} | {
|
|
638
|
+
readonly _tag: "DigestError";
|
|
637
639
|
readonly message: string;
|
|
638
640
|
readonly cause?: Schema.Json | undefined;
|
|
639
641
|
} | {
|
|
@@ -665,6 +667,14 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
665
667
|
readonly threadId: string;
|
|
666
668
|
readonly actualEpoch: number;
|
|
667
669
|
readonly attemptedEpoch: number;
|
|
670
|
+
} | {
|
|
671
|
+
readonly _tag: "DurableRuntimeFailpointError";
|
|
672
|
+
readonly location: "abort:after-intent" | "approval:after-request-append" | "approval:after-suspend" | "claim:after-claim" | "compaction:after-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";
|
|
673
|
+
} | {
|
|
674
|
+
readonly _tag: "DurableAlarmError";
|
|
675
|
+
readonly operation: string;
|
|
676
|
+
readonly message: string;
|
|
677
|
+
readonly cause?: Schema.Json | undefined;
|
|
668
678
|
} | {
|
|
669
679
|
readonly _tag: "OperationDenied";
|
|
670
680
|
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
|
@@ -681,20 +691,10 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
|
|
|
681
691
|
readonly _tag: "RunJournalError";
|
|
682
692
|
readonly message: string;
|
|
683
693
|
readonly cause?: Schema.Json | undefined;
|
|
684
|
-
} | {
|
|
685
|
-
readonly _tag: "DigestError";
|
|
686
|
-
readonly message: string;
|
|
687
|
-
readonly cause?: Schema.Json | undefined;
|
|
688
694
|
} | {
|
|
689
695
|
readonly _tag: "OwnershipLost";
|
|
690
696
|
readonly submissionId: string;
|
|
691
697
|
readonly actualEpoch: number;
|
|
692
|
-
} | {
|
|
693
|
-
readonly _tag: "DurableRuntimeFailpointError";
|
|
694
|
-
readonly location: "abort:after-intent" | "approval:after-request-append" | "approval:after-suspend" | "claim:after-claim" | "compaction:after-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";
|
|
695
|
-
} | {
|
|
696
|
-
readonly _tag: "HostProtocolError";
|
|
697
|
-
readonly message: string;
|
|
698
698
|
};
|
|
699
699
|
}, Schema.SchemaError, never>;
|
|
700
700
|
declare const decodeAdminResponse: (input: unknown, options?: import("effect/SchemaAST").ParseOptions) => Effect.Effect<AdminFailed | ExplainedRecovery | ObligationsScanned | RetryExecuted | VerifiedIntegrity, Schema.SchemaError, never>;
|
|
@@ -732,4 +732,4 @@ interface Class<EventServices = never> {
|
|
|
732
732
|
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>;
|
|
733
733
|
//#endregion
|
|
734
734
|
export { CloudflareDurableRuntimeOptions as C, layerConfig as E, CloudflareDurableRuntimeInitializationError as S, layer 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 };
|
|
735
|
-
//# sourceMappingURL=ThreadObject-
|
|
735
|
+
//# sourceMappingURL=ThreadObject-TEgOO0YM.d.mts.map
|
package/dist/ThreadObject.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as CloudflareDurableRuntimeOptions, E as layerConfig, S as CloudflareDurableRuntimeInitializationError, T as layer, _ 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, E as layerConfig, S as CloudflareDurableRuntimeInitializationError, T as layer, _ 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-TEgOO0YM.mjs";
|
|
2
2
|
export { AdminExplainRequest, AdminFailed, AdminFailure, AdminResponse, AdminVerifyRequest, type CloudflareBootstrapServices as BootstrapServices, Class, ExplainedRecovery, type CloudflareDurableRuntimeInitializationError as InitializationError, Instance, ObligationsScanned, Options, 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-TEgOO0YM.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.47","dependencies":{"@effect-agent/core":"0.1.0-beta.47","@effect-agent/engine":"0.1.0-beta.47","@effect-agent/sandbox":"0.1.0-beta.47","@effect-agent/storage-cloudflare":"0.1.0-beta.47","@effect-agent/thread":"0.1.0-beta.47","@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.47","@effect-agent/testing":"0.1.0-beta.47","@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","publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"},"peerDependenciesMeta":{"@cloudflare/puppeteer":{"optional":true}}}
|