@effect-agent/storage-cloudflare 0.1.0-beta.120 → 0.1.0-beta.121

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.
@@ -722,6 +722,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
722
722
  readonly createdAt: string;
723
723
  readonly deploymentId: string;
724
724
  readonly payload: {
725
+ readonly _tag: "AbortRequested";
726
+ readonly submissionId: string;
727
+ readonly author: string;
728
+ readonly reason: string;
729
+ } | {
725
730
  readonly _tag: "ThreadCreated";
726
731
  readonly agentId: string;
727
732
  readonly definitions: {
@@ -999,11 +1004,6 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
999
1004
  readonly runDisposition?: Schema.Json | undefined;
1000
1005
  readonly finishReason?: "budget-exhausted" | undefined;
1001
1006
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
1002
- } | {
1003
- readonly _tag: "AbortRequested";
1004
- readonly submissionId: string;
1005
- readonly author: string;
1006
- readonly reason: string;
1007
1007
  } | {
1008
1008
  readonly _tag: "SubmissionSettled";
1009
1009
  readonly submissionId: string;
@@ -1552,6 +1552,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
1552
1552
  readonly createdAt: string;
1553
1553
  readonly deploymentId: string;
1554
1554
  readonly payload: {
1555
+ readonly _tag: "AbortRequested";
1556
+ readonly submissionId: string;
1557
+ readonly author: string;
1558
+ readonly reason: string;
1559
+ } | {
1555
1560
  readonly _tag: "ThreadCreated";
1556
1561
  readonly agentId: string;
1557
1562
  readonly definitions: {
@@ -1829,11 +1834,6 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
1829
1834
  readonly runDisposition?: Schema.Json | undefined;
1830
1835
  readonly finishReason?: "budget-exhausted" | undefined;
1831
1836
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
1832
- } | {
1833
- readonly _tag: "AbortRequested";
1834
- readonly submissionId: string;
1835
- readonly author: string;
1836
- readonly reason: string;
1837
1837
  } | {
1838
1838
  readonly _tag: "SubmissionSettled";
1839
1839
  readonly submissionId: string;
@@ -3435,6 +3435,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
3435
3435
  readonly createdAt: string;
3436
3436
  readonly deploymentId: string;
3437
3437
  readonly payload: {
3438
+ readonly _tag: "AbortRequested";
3439
+ readonly submissionId: string;
3440
+ readonly author: string;
3441
+ readonly reason: string;
3442
+ } | {
3438
3443
  readonly _tag: "ThreadCreated";
3439
3444
  readonly agentId: string;
3440
3445
  readonly definitions: {
@@ -3712,11 +3717,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
3712
3717
  readonly runDisposition?: Schema.Json | undefined;
3713
3718
  readonly finishReason?: "budget-exhausted" | undefined;
3714
3719
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
3715
- } | {
3716
- readonly _tag: "AbortRequested";
3717
- readonly submissionId: string;
3718
- readonly author: string;
3719
- readonly reason: string;
3720
3720
  } | {
3721
3721
  readonly _tag: "SubmissionSettled";
3722
3722
  readonly submissionId: string;
@@ -4287,6 +4287,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4287
4287
  readonly createdAt: string;
4288
4288
  readonly deploymentId: string;
4289
4289
  readonly payload: {
4290
+ readonly _tag: "AbortRequested";
4291
+ readonly submissionId: string;
4292
+ readonly author: string;
4293
+ readonly reason: string;
4294
+ } | {
4290
4295
  readonly _tag: "ThreadCreated";
4291
4296
  readonly agentId: string;
4292
4297
  readonly definitions: {
@@ -4564,11 +4569,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
4564
4569
  readonly runDisposition?: Schema.Json | undefined;
4565
4570
  readonly finishReason?: "budget-exhausted" | undefined;
4566
4571
  readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
4567
- } | {
4568
- readonly _tag: "AbortRequested";
4569
- readonly submissionId: string;
4570
- readonly author: string;
4571
- readonly reason: string;
4572
4572
  } | {
4573
4573
  readonly _tag: "SubmissionSettled";
4574
4574
  readonly submissionId: string;
@@ -5452,6 +5452,9 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
5452
5452
  } | {
5453
5453
  readonly _tag: "PortFailed";
5454
5454
  readonly failure: {
5455
+ readonly _tag: "PortProtocolError";
5456
+ readonly message: string;
5457
+ } | {
5455
5458
  readonly _tag: "MessageDeliveryError";
5456
5459
  readonly cause?: import("effect-agent/failure-diagnostic").Diagnostic | undefined;
5457
5460
  readonly stack?: string | undefined;
@@ -5477,9 +5480,6 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
5477
5480
  readonly issueTag?: string | undefined;
5478
5481
  readonly sequence?: number | undefined;
5479
5482
  } | undefined;
5480
- } | {
5481
- readonly _tag: "PortProtocolError";
5482
- readonly message: string;
5483
5483
  } | {
5484
5484
  readonly _tag: "AdmissionConflict";
5485
5485
  readonly threadId: string;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.120","dependencies":{"@effect/platform-browser":"4.0.0-rc.116","@effect/sql-sqlite-do":"4.0.0-rc.116","effect-agent":"0.1.0-beta.120"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.120","@effect/vitest":"4.0.0-rc.116","effect":"4.0.0-rc.116","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.116"},"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.121","dependencies":{"@effect/platform-browser":"4.0.0-rc.116","@effect/sql-sqlite-do":"4.0.0-rc.116","effect-agent":"0.1.0-beta.121"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.121","@effect/vitest":"4.0.0-rc.116","effect":"4.0.0-rc.116","typescript":"7.0.2","vite-plus":"0.3.2","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.116"},"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"}}