@effect-agent/storage-cloudflare 0.1.0-beta.121 → 0.1.0-beta.122
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.
- package/dist/PortProtocol.d.mts +23 -23
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -722,11 +722,6 @@ 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
|
-
} | {
|
|
730
725
|
readonly _tag: "ThreadCreated";
|
|
731
726
|
readonly agentId: string;
|
|
732
727
|
readonly definitions: {
|
|
@@ -1004,6 +999,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
|
|
|
1004
999
|
readonly runDisposition?: Schema.Json | undefined;
|
|
1005
1000
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
1006
1001
|
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,11 +1552,6 @@ 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
|
-
} | {
|
|
1560
1555
|
readonly _tag: "ThreadCreated";
|
|
1561
1556
|
readonly agentId: string;
|
|
1562
1557
|
readonly definitions: {
|
|
@@ -1834,6 +1829,11 @@ export declare const encodePortRequest: (input: LedgerAdmitCall | LedgerInspectW
|
|
|
1834
1829
|
readonly runDisposition?: Schema.Json | undefined;
|
|
1835
1830
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
1836
1831
|
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,11 +3435,6 @@ 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
|
-
} | {
|
|
3443
3438
|
readonly _tag: "ThreadCreated";
|
|
3444
3439
|
readonly agentId: string;
|
|
3445
3440
|
readonly definitions: {
|
|
@@ -3717,6 +3712,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
|
|
|
3717
3712
|
readonly runDisposition?: Schema.Json | undefined;
|
|
3718
3713
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
3719
3714
|
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,11 +4287,6 @@ 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
|
-
} | {
|
|
4295
4290
|
readonly _tag: "ThreadCreated";
|
|
4296
4291
|
readonly agentId: string;
|
|
4297
4292
|
readonly definitions: {
|
|
@@ -4569,6 +4564,11 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
|
|
|
4569
4564
|
readonly runDisposition?: Schema.Json | undefined;
|
|
4570
4565
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
4571
4566
|
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,9 +5452,6 @@ 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
|
-
} | {
|
|
5458
5455
|
readonly _tag: "MessageDeliveryError";
|
|
5459
5456
|
readonly cause?: import("effect-agent/failure-diagnostic").Diagnostic | undefined;
|
|
5460
5457
|
readonly stack?: string | undefined;
|
|
@@ -5480,6 +5477,9 @@ export declare const encodePortResponse: (input: PortFailed | PortSucceeded, opt
|
|
|
5480
5477
|
readonly issueTag?: string | undefined;
|
|
5481
5478
|
readonly sequence?: number | undefined;
|
|
5482
5479
|
} | 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.
|
|
1
|
+
{"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.122","dependencies":{"@effect/platform-browser":"4.0.0-rc.116","@effect/sql-sqlite-do":"4.0.0-rc.116","effect-agent":"0.1.0-beta.122"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.122","@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"}}
|