@effect-agent/platform-cloudflare 0.1.0-beta.48 → 0.1.0-beta.49

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.
@@ -246,6 +246,43 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
246
246
  readonly createdAt: string;
247
247
  readonly deploymentId: string;
248
248
  readonly payload: {
249
+ readonly _tag: "ToolCallPrepared";
250
+ readonly runId: string;
251
+ readonly turnId: string;
252
+ readonly turn: number;
253
+ readonly toolCallId: string;
254
+ readonly toolName: string;
255
+ readonly parameters: Schema.Json;
256
+ readonly parametersDigest: string;
257
+ readonly executionKind?: "delegation" | "ordinary" | undefined;
258
+ } | {
259
+ readonly _tag: "ToolCallUnknown";
260
+ readonly runId: string;
261
+ readonly turn: number;
262
+ readonly toolCallId: string;
263
+ readonly toolName: string;
264
+ readonly reason: string;
265
+ } | {
266
+ readonly _tag: "ToolApprovalDecided";
267
+ readonly runId: string;
268
+ readonly turn: number;
269
+ readonly toolCallId: string;
270
+ readonly decision: "approved" | "denied";
271
+ readonly resolver: string;
272
+ readonly reason: string;
273
+ } | {
274
+ readonly _tag: "ToolCallResolved";
275
+ readonly runId: string;
276
+ readonly toolCallId: string;
277
+ readonly resolution: "completed-with-result" | "failed-with-error" | "never-started" | "safe-retry";
278
+ readonly author: string;
279
+ readonly reason: string;
280
+ } | {
281
+ readonly _tag: "AbortRequested";
282
+ readonly submissionId: string;
283
+ readonly author: string;
284
+ readonly reason: string;
285
+ } | {
249
286
  readonly _tag: "ThreadCreated";
250
287
  readonly agentId: string;
251
288
  readonly definitions: {
@@ -303,16 +340,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
303
340
  readonly inputTokens?: number | undefined;
304
341
  readonly outputTokens?: number | undefined;
305
342
  readonly costMicrousd?: number | undefined;
306
- } | {
307
- readonly _tag: "ToolCallPrepared";
308
- readonly runId: string;
309
- readonly turnId: string;
310
- readonly turn: number;
311
- readonly toolCallId: string;
312
- readonly toolName: string;
313
- readonly parameters: Schema.Json;
314
- readonly parametersDigest: string;
315
- readonly executionKind?: "delegation" | "ordinary" | undefined;
316
343
  } | {
317
344
  readonly _tag: "ToolCallSettled";
318
345
  readonly runId: string;
@@ -321,20 +348,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
321
348
  readonly result: Schema.Json;
322
349
  readonly isFailure: boolean;
323
350
  readonly budgetRejected?: true | undefined;
324
- } | {
325
- readonly _tag: "ToolCallUnknown";
326
- readonly runId: string;
327
- readonly turn: number;
328
- readonly toolCallId: string;
329
- readonly toolName: string;
330
- readonly reason: string;
331
- } | {
332
- readonly _tag: "ToolCallResolved";
333
- readonly runId: string;
334
- readonly toolCallId: string;
335
- readonly resolution: "completed-with-result" | "failed-with-error" | "never-started" | "safe-retry";
336
- readonly author: string;
337
- readonly reason: string;
338
351
  } | {
339
352
  readonly _tag: "ToolStepSettled";
340
353
  readonly runId: string;
@@ -350,14 +363,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
350
363
  readonly toolCallId: string;
351
364
  readonly toolName: string;
352
365
  readonly parametersDigest: string;
353
- } | {
354
- readonly _tag: "ToolApprovalDecided";
355
- readonly runId: string;
356
- readonly turn: number;
357
- readonly toolCallId: string;
358
- readonly decision: "approved" | "denied";
359
- readonly resolver: string;
360
- readonly reason: string;
361
366
  } | {
362
367
  readonly _tag: "ModelResponseInterrupted";
363
368
  readonly runId: string;
@@ -382,11 +387,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
382
387
  readonly runDisposition?: Schema.Json | undefined;
383
388
  readonly finishReason?: "budget-exhausted" | undefined;
384
389
  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;
@@ -573,49 +573,24 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
573
573
  } | {
574
574
  readonly _tag: "HostFailed";
575
575
  readonly failure: {
576
- readonly _tag: "DurableAlarmError";
576
+ readonly _tag: "OperationDenied";
577
+ readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
578
+ readonly reason: string;
579
+ readonly threadId?: string | undefined;
580
+ readonly submissionId?: string | undefined;
581
+ } | {
582
+ readonly _tag: "LedgerError";
577
583
  readonly operation: string;
578
584
  readonly message: string;
579
585
  readonly cause?: Schema.Json | undefined;
580
- } | {
581
- readonly _tag: "HostProtocolError";
582
- readonly message: string;
583
- } | {
584
- readonly _tag: "AgentInputError";
585
- readonly message: string;
586
586
  } | {
587
587
  readonly _tag: "DigestError";
588
588
  readonly message: string;
589
589
  readonly cause?: Schema.Json | undefined;
590
- } | {
591
- readonly _tag: "AdmissionConflict";
592
- readonly threadId: string;
593
- readonly principal: string;
594
- readonly idempotencyKey: string;
595
- readonly existingInputDigest: string;
596
- readonly attemptedInputDigest: string;
597
590
  } | {
598
591
  readonly _tag: "SettlementConflict";
599
592
  readonly submissionId: string;
600
593
  readonly existingOutcome: "aborted" | "completed" | "failed";
601
- } | {
602
- readonly _tag: "ApprovalConflict";
603
- readonly submissionId: string;
604
- readonly toolCallId: string;
605
- readonly existingDecision: "approved" | "denied";
606
- } | {
607
- readonly _tag: "UnknownResolutionConflict";
608
- readonly submissionId: string;
609
- readonly toolCallId: string;
610
- } | {
611
- readonly _tag: "JoinedToHost";
612
- readonly submissionId: string;
613
- readonly hostSubmissionId: string;
614
- } | {
615
- readonly _tag: "LedgerError";
616
- readonly operation: string;
617
- readonly message: string;
618
- readonly cause?: Schema.Json | undefined;
619
594
  } | {
620
595
  readonly _tag: "ThreadStoreError";
621
596
  readonly operation: string;
@@ -639,17 +614,42 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
639
614
  } | {
640
615
  readonly _tag: "DurableRuntimeFailpointError";
641
616
  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";
617
+ } | {
618
+ readonly _tag: "DurableAlarmError";
619
+ readonly operation: string;
620
+ readonly message: string;
621
+ readonly cause?: Schema.Json | undefined;
622
+ } | {
623
+ readonly _tag: "HostProtocolError";
624
+ readonly message: string;
625
+ } | {
626
+ readonly _tag: "AdmissionConflict";
627
+ readonly threadId: string;
628
+ readonly principal: string;
629
+ readonly idempotencyKey: string;
630
+ readonly existingInputDigest: string;
631
+ readonly attemptedInputDigest: string;
632
+ } | {
633
+ readonly _tag: "JoinedToHost";
634
+ readonly submissionId: string;
635
+ readonly hostSubmissionId: 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;
642
648
  } | {
643
649
  readonly _tag: "AdmissionLimitExceeded";
644
650
  readonly limit: "database-bytes" | "input-bytes" | "queue-depth";
645
651
  readonly actual: number;
646
652
  readonly maximum: number;
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>;
@@ -632,26 +632,38 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
632
632
  } | {
633
633
  readonly _tag: "AdminFailed";
634
634
  readonly failure: {
635
- readonly _tag: "DurableAlarmError";
635
+ readonly _tag: "OperationDenied";
636
+ readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
637
+ readonly reason: string;
638
+ readonly threadId?: string | undefined;
639
+ readonly submissionId?: string | undefined;
640
+ } | {
641
+ readonly _tag: "RetryRefused";
642
+ readonly submissionId: string;
643
+ readonly refusal: "await-approval-decision" | "await-unknown-resolution" | "settled";
644
+ readonly decisionTag: string;
645
+ readonly message: string;
646
+ } | {
647
+ readonly _tag: "LedgerError";
636
648
  readonly operation: string;
637
649
  readonly message: string;
638
650
  readonly cause?: Schema.Json | undefined;
639
651
  } | {
640
- readonly _tag: "HostProtocolError";
652
+ readonly _tag: "RunJournalError";
641
653
  readonly message: string;
654
+ readonly cause?: Schema.Json | undefined;
642
655
  } | {
643
656
  readonly _tag: "DigestError";
644
657
  readonly message: string;
645
658
  readonly cause?: Schema.Json | undefined;
659
+ } | {
660
+ readonly _tag: "OwnershipLost";
661
+ readonly submissionId: string;
662
+ readonly actualEpoch: number;
646
663
  } | {
647
664
  readonly _tag: "SettlementConflict";
648
665
  readonly submissionId: string;
649
666
  readonly existingOutcome: "aborted" | "completed" | "failed";
650
- } | {
651
- readonly _tag: "LedgerError";
652
- readonly operation: string;
653
- readonly message: string;
654
- readonly cause?: Schema.Json | undefined;
655
667
  } | {
656
668
  readonly _tag: "ThreadStoreError";
657
669
  readonly operation: string;
@@ -676,25 +688,13 @@ declare const encodeAdminResponse: (input: AdminFailed | ExplainedRecovery | Obl
676
688
  readonly _tag: "DurableRuntimeFailpointError";
677
689
  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";
678
690
  } | {
679
- readonly _tag: "OperationDenied";
680
- readonly operation: "abort" | "awaitSettlement" | "explain" | "observe" | "resolveApproval" | "resolveUnknown" | "retry" | "scanObligations" | "verify" | "wake";
681
- readonly reason: string;
682
- readonly threadId?: string | undefined;
683
- readonly submissionId?: string | undefined;
684
- } | {
685
- readonly _tag: "RetryRefused";
686
- readonly submissionId: string;
687
- readonly refusal: "await-approval-decision" | "await-unknown-resolution" | "settled";
688
- readonly decisionTag: string;
689
- readonly message: string;
690
- } | {
691
- readonly _tag: "RunJournalError";
691
+ readonly _tag: "DurableAlarmError";
692
+ readonly operation: string;
692
693
  readonly message: string;
693
694
  readonly cause?: Schema.Json | undefined;
694
695
  } | {
695
- readonly _tag: "OwnershipLost";
696
- readonly submissionId: string;
697
- readonly actualEpoch: number;
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-DH1RYqyz.d.mts.map
735
+ //# sourceMappingURL=ThreadObject-D-NmQZC0.d.mts.map
@@ -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-DH1RYqyz.mjs";
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-D-NmQZC0.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-DH1RYqyz.mjs";
10
+ import { f as ThreadObject_d_exports } from "./ThreadObject-D-NmQZC0.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.48","dependencies":{"@effect-agent/core":"0.1.0-beta.48","@effect-agent/engine":"0.1.0-beta.48","@effect-agent/sandbox":"0.1.0-beta.48","@effect-agent/storage-cloudflare":"0.1.0-beta.48","@effect-agent/thread":"0.1.0-beta.48","@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.48","@effect-agent/testing":"0.1.0-beta.48","@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}}}
1
+ {"name":"@effect-agent/platform-cloudflare","version":"0.1.0-beta.49","dependencies":{"@effect-agent/core":"0.1.0-beta.49","@effect-agent/engine":"0.1.0-beta.49","@effect-agent/sandbox":"0.1.0-beta.49","@effect-agent/storage-cloudflare":"0.1.0-beta.49","@effect-agent/thread":"0.1.0-beta.49","@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.49","@effect-agent/testing":"0.1.0-beta.49","@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}}}