@effect-agent/storage-cloudflare 0.1.0-beta.101 → 0.1.0-beta.103

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.
@@ -653,11 +653,6 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCa
653
653
  readonly createdAt: string;
654
654
  readonly deploymentId: string;
655
655
  readonly payload: {
656
- readonly _tag: "AbortRequested";
657
- readonly submissionId: string;
658
- readonly author: string;
659
- readonly reason: string;
660
- } | {
661
656
  readonly _tag: "ThreadCreated";
662
657
  readonly agentId: string;
663
658
  readonly definitions: {
@@ -935,6 +930,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCa
935
930
  readonly runDisposition?: Schema.Json | undefined;
936
931
  readonly finishReason?: "budget-exhausted" | undefined;
937
932
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
933
+ } | {
934
+ readonly _tag: "AbortRequested";
935
+ readonly submissionId: string;
936
+ readonly author: string;
937
+ readonly reason: string;
938
938
  } | {
939
939
  readonly _tag: "SubmissionSettled";
940
940
  readonly submissionId: string;
@@ -1446,11 +1446,6 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCa
1446
1446
  readonly createdAt: string;
1447
1447
  readonly deploymentId: string;
1448
1448
  readonly payload: {
1449
- readonly _tag: "AbortRequested";
1450
- readonly submissionId: string;
1451
- readonly author: string;
1452
- readonly reason: string;
1453
- } | {
1454
1449
  readonly _tag: "ThreadCreated";
1455
1450
  readonly agentId: string;
1456
1451
  readonly definitions: {
@@ -1728,6 +1723,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCa
1728
1723
  readonly runDisposition?: Schema.Json | undefined;
1729
1724
  readonly finishReason?: "budget-exhausted" | undefined;
1730
1725
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
1726
+ } | {
1727
+ readonly _tag: "AbortRequested";
1728
+ readonly submissionId: string;
1729
+ readonly author: string;
1730
+ readonly reason: string;
1731
1731
  } | {
1732
1732
  readonly _tag: "SubmissionSettled";
1733
1733
  readonly submissionId: string;
@@ -2788,11 +2788,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
2788
2788
  readonly createdAt: string;
2789
2789
  readonly deploymentId: string;
2790
2790
  readonly payload: {
2791
- readonly _tag: "AbortRequested";
2792
- readonly submissionId: string;
2793
- readonly author: string;
2794
- readonly reason: string;
2795
- } | {
2796
2791
  readonly _tag: "ThreadCreated";
2797
2792
  readonly agentId: string;
2798
2793
  readonly definitions: {
@@ -3070,6 +3065,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
3070
3065
  readonly runDisposition?: Schema.Json | undefined;
3071
3066
  readonly finishReason?: "budget-exhausted" | undefined;
3072
3067
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
3068
+ } | {
3069
+ readonly _tag: "AbortRequested";
3070
+ readonly submissionId: string;
3071
+ readonly author: string;
3072
+ readonly reason: string;
3073
3073
  } | {
3074
3074
  readonly _tag: "SubmissionSettled";
3075
3075
  readonly submissionId: string;
@@ -3603,11 +3603,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
3603
3603
  readonly createdAt: string;
3604
3604
  readonly deploymentId: string;
3605
3605
  readonly payload: {
3606
- readonly _tag: "AbortRequested";
3607
- readonly submissionId: string;
3608
- readonly author: string;
3609
- readonly reason: string;
3610
- } | {
3611
3606
  readonly _tag: "ThreadCreated";
3612
3607
  readonly agentId: string;
3613
3608
  readonly definitions: {
@@ -3885,6 +3880,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
3885
3880
  readonly runDisposition?: Schema.Json | undefined;
3886
3881
  readonly finishReason?: "budget-exhausted" | undefined;
3887
3882
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
3883
+ } | {
3884
+ readonly _tag: "AbortRequested";
3885
+ readonly submissionId: string;
3886
+ readonly author: string;
3887
+ readonly reason: string;
3888
3888
  } | {
3889
3889
  readonly _tag: "SubmissionSettled";
3890
3890
  readonly submissionId: string;
@@ -4703,9 +4703,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4703
4703
  } | {
4704
4704
  readonly _tag: "PortFailed";
4705
4705
  readonly failure: {
4706
- readonly _tag: "PortProtocolError";
4707
- readonly message: string;
4708
- } | {
4709
4706
  readonly _tag: "MessageDeliveryError";
4710
4707
  readonly reason: "capacity" | "conflict" | "corrupt" | "not-found" | "storage" | "validation";
4711
4708
  readonly operation: string;
@@ -4722,6 +4719,9 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4722
4719
  readonly operation: string;
4723
4720
  readonly message: string;
4724
4721
  readonly cause?: Schema.Json | undefined;
4722
+ } | {
4723
+ readonly _tag: "PortProtocolError";
4724
+ readonly message: string;
4725
4725
  } | {
4726
4726
  readonly _tag: "AdmissionConflict";
4727
4727
  readonly threadId: string;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.101","dependencies":{"@effect/platform-browser":"4.0.0-rc.115","@effect/sql-sqlite-do":"4.0.0-rc.115","effect-agent":"0.1.0-beta.101"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.101","@effect/vitest":"4.0.0-rc.115","effect":"4.0.0-rc.115","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.115"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./do-memory-store":{"types":"./dist/DoMemoryStore.d.mts","default":"./dist/DoMemoryStore.mjs"},"./do-schedule-store":{"types":"./dist/DoScheduleStore.d.mts","default":"./dist/DoScheduleStore.mjs"},"./do-storage-config":{"types":"./dist/DoStorageConfig.d.mts","default":"./dist/DoStorageConfig.mjs"},"./do-storage-error":{"types":"./dist/DoStorageError.d.mts","default":"./dist/DoStorageError.mjs"},"./do-storage-failpoint":{"types":"./dist/DoStorageFailpoint.d.mts","default":"./dist/DoStorageFailpoint.mjs"},"./do-storage-version":{"types":"./dist/DoStorageVersion.d.mts","default":"./dist/DoStorageVersion.mjs"},"./do-submission-ledger":{"types":"./dist/DoSubmissionLedger.d.mts","default":"./dist/DoSubmissionLedger.mjs"},"./do-subscription-store":{"types":"./dist/DoSubscriptionStore.d.mts","default":"./dist/DoSubscriptionStore.mjs"},"./do-thread-store":{"types":"./dist/DoThreadStore.d.mts","default":"./dist/DoThreadStore.mjs"},"./memory-protocol":{"types":"./dist/MemoryProtocol.d.mts","default":"./dist/MemoryProtocol.mjs"},"./port-protocol":{"types":"./dist/PortProtocol.d.mts","default":"./dist/PortProtocol.mjs"},"./port-routing":{"types":"./dist/PortRouting.d.mts","default":"./dist/PortRouting.mjs"},"./testing/do-storage-failpoint-testing":{"types":"./dist/DoStorageFailpointTesting.d.mts","default":"./dist/DoStorageFailpointTesting.mjs"},"./do-message-delivery-store":{"types":"./dist/DoMessageDeliveryStore.d.mts","default":"./dist/DoMessageDeliveryStore.mjs"}},"description":"Durable Object SQLite storage adapters and the routed port protocol for Effect Agent on Cloudflare.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/storage-cloudflare"},"files":["dist","src"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"}}
1
+ {"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.103","dependencies":{"@effect/platform-browser":"4.0.0-rc.115","@effect/sql-sqlite-do":"4.0.0-rc.115","effect-agent":"0.1.0-beta.103"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.103","@effect/vitest":"4.0.0-rc.115","effect":"4.0.0-rc.115","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.115"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./do-memory-store":{"types":"./dist/DoMemoryStore.d.mts","default":"./dist/DoMemoryStore.mjs"},"./do-schedule-store":{"types":"./dist/DoScheduleStore.d.mts","default":"./dist/DoScheduleStore.mjs"},"./do-storage-config":{"types":"./dist/DoStorageConfig.d.mts","default":"./dist/DoStorageConfig.mjs"},"./do-storage-error":{"types":"./dist/DoStorageError.d.mts","default":"./dist/DoStorageError.mjs"},"./do-storage-failpoint":{"types":"./dist/DoStorageFailpoint.d.mts","default":"./dist/DoStorageFailpoint.mjs"},"./do-storage-version":{"types":"./dist/DoStorageVersion.d.mts","default":"./dist/DoStorageVersion.mjs"},"./do-submission-ledger":{"types":"./dist/DoSubmissionLedger.d.mts","default":"./dist/DoSubmissionLedger.mjs"},"./do-subscription-store":{"types":"./dist/DoSubscriptionStore.d.mts","default":"./dist/DoSubscriptionStore.mjs"},"./do-thread-store":{"types":"./dist/DoThreadStore.d.mts","default":"./dist/DoThreadStore.mjs"},"./memory-protocol":{"types":"./dist/MemoryProtocol.d.mts","default":"./dist/MemoryProtocol.mjs"},"./port-protocol":{"types":"./dist/PortProtocol.d.mts","default":"./dist/PortProtocol.mjs"},"./port-routing":{"types":"./dist/PortRouting.d.mts","default":"./dist/PortRouting.mjs"},"./testing/do-storage-failpoint-testing":{"types":"./dist/DoStorageFailpointTesting.d.mts","default":"./dist/DoStorageFailpointTesting.mjs"},"./do-message-delivery-store":{"types":"./dist/DoMessageDeliveryStore.d.mts","default":"./dist/DoMessageDeliveryStore.mjs"}},"description":"Durable Object SQLite storage adapters and the routed port protocol for Effect Agent on Cloudflare.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/storage-cloudflare"},"files":["dist","src"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"}}