@effect-agent/platform-cloudflare 0.1.0-beta.65 → 0.1.0-beta.67
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
|
};
|
|
@@ -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
|
};
|
|
@@ -1111,6 +1111,11 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1111
1111
|
} | {
|
|
1112
1112
|
readonly _tag: "HostFailed";
|
|
1113
1113
|
readonly failure: {
|
|
1114
|
+
readonly _tag: "DurableAlarmError";
|
|
1115
|
+
readonly operation: string;
|
|
1116
|
+
readonly message: string;
|
|
1117
|
+
readonly cause?: Schema.Json | undefined;
|
|
1118
|
+
} | {
|
|
1114
1119
|
readonly _tag: "HostProtocolError";
|
|
1115
1120
|
readonly message: string;
|
|
1116
1121
|
} | {
|
|
@@ -1181,11 +1186,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
1181
1186
|
readonly limit: "database-bytes" | "input-bytes" | "queue-depth";
|
|
1182
1187
|
readonly actual: number;
|
|
1183
1188
|
readonly maximum: number;
|
|
1184
|
-
} | {
|
|
1185
|
-
readonly _tag: "DurableAlarmError";
|
|
1186
|
-
readonly operation: string;
|
|
1187
|
-
readonly message: string;
|
|
1188
|
-
readonly cause?: Schema.Json | undefined;
|
|
1189
1189
|
} | {
|
|
1190
1190
|
readonly _tag: "OperationDenied";
|
|
1191
1191
|
readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
|
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.67","dependencies":{"@effect-agent/core":"0.1.0-beta.67","@effect-agent/engine":"0.1.0-beta.67","@effect-agent/sandbox":"0.1.0-beta.67","@effect-agent/storage-cloudflare":"0.1.0-beta.67","@effect-agent/thread":"0.1.0-beta.67","@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.67","@effect-agent/testing":"0.1.0-beta.67","@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}}}
|