@effect-agent/storage-cloudflare 0.1.0-beta.57 → 0.1.0-beta.59
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 +11 -0
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -211,6 +211,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
211
211
|
readonly agentId: string;
|
|
212
212
|
readonly threadId: string;
|
|
213
213
|
};
|
|
214
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
214
215
|
readonly targetDigests: {
|
|
215
216
|
readonly agent: string;
|
|
216
217
|
readonly model: string;
|
|
@@ -698,6 +699,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
698
699
|
readonly agentId: string;
|
|
699
700
|
readonly threadId: string;
|
|
700
701
|
};
|
|
702
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
701
703
|
readonly targetDigests: {
|
|
702
704
|
readonly agent: string;
|
|
703
705
|
readonly model: string;
|
|
@@ -773,6 +775,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
773
775
|
readonly agentId: string;
|
|
774
776
|
readonly threadId: string;
|
|
775
777
|
};
|
|
778
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
776
779
|
readonly targetDigests: {
|
|
777
780
|
readonly agent: string;
|
|
778
781
|
readonly model: string;
|
|
@@ -1245,6 +1248,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1245
1248
|
readonly agentId: string;
|
|
1246
1249
|
readonly threadId: string;
|
|
1247
1250
|
};
|
|
1251
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
1248
1252
|
readonly targetDigests: {
|
|
1249
1253
|
readonly agent: string;
|
|
1250
1254
|
readonly model: string;
|
|
@@ -1320,6 +1324,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1320
1324
|
readonly agentId: string;
|
|
1321
1325
|
readonly threadId: string;
|
|
1322
1326
|
};
|
|
1327
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
1323
1328
|
readonly targetDigests: {
|
|
1324
1329
|
readonly agent: string;
|
|
1325
1330
|
readonly model: string;
|
|
@@ -1525,6 +1530,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1525
1530
|
readonly agentId: string;
|
|
1526
1531
|
readonly threadId: string;
|
|
1527
1532
|
};
|
|
1533
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
1528
1534
|
readonly targetDigests: {
|
|
1529
1535
|
readonly agent: string;
|
|
1530
1536
|
readonly model: string;
|
|
@@ -1655,6 +1661,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1655
1661
|
readonly agentId: string;
|
|
1656
1662
|
readonly threadId: string;
|
|
1657
1663
|
};
|
|
1664
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
1658
1665
|
readonly targetDigests: {
|
|
1659
1666
|
readonly agent: string;
|
|
1660
1667
|
readonly model: string;
|
|
@@ -2119,6 +2126,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2119
2126
|
readonly agentId: string;
|
|
2120
2127
|
readonly threadId: string;
|
|
2121
2128
|
};
|
|
2129
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
2122
2130
|
readonly targetDigests: {
|
|
2123
2131
|
readonly agent: string;
|
|
2124
2132
|
readonly model: string;
|
|
@@ -2194,6 +2202,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2194
2202
|
readonly agentId: string;
|
|
2195
2203
|
readonly threadId: string;
|
|
2196
2204
|
};
|
|
2205
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
2197
2206
|
readonly targetDigests: {
|
|
2198
2207
|
readonly agent: string;
|
|
2199
2208
|
readonly model: string;
|
|
@@ -2688,6 +2697,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2688
2697
|
readonly agentId: string;
|
|
2689
2698
|
readonly threadId: string;
|
|
2690
2699
|
};
|
|
2700
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
2691
2701
|
readonly targetDigests: {
|
|
2692
2702
|
readonly agent: string;
|
|
2693
2703
|
readonly model: string;
|
|
@@ -2763,6 +2773,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2763
2773
|
readonly agentId: string;
|
|
2764
2774
|
readonly threadId: string;
|
|
2765
2775
|
};
|
|
2776
|
+
readonly budgetScope?: "source-subtree" | "worker-run" | undefined;
|
|
2766
2777
|
readonly targetDigests: {
|
|
2767
2778
|
readonly agent: string;
|
|
2768
2779
|
readonly model: 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.59","dependencies":{"@effect-agent/core":"0.1.0-beta.59","@effect-agent/thread":"0.1.0-beta.59","@effect/platform-browser":"4.0.0-rc.112","@effect/sql-sqlite-do":"4.0.0-rc.112"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.59","@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","typescript":"7.0.2","vite-plus":"0.3.0","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.112"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./DoMemoryStore":{"types":"./dist/DoMemoryStore.d.mts","default":"./dist/DoMemoryStore.mjs"},"./DoScheduleStore":{"types":"./dist/DoScheduleStore.d.mts","default":"./dist/DoScheduleStore.mjs"},"./DoStorageConfig":{"types":"./dist/DoStorageConfig.d.mts","default":"./dist/DoStorageConfig.mjs"},"./DoStorageError":{"types":"./dist/DoStorageError.d.mts","default":"./dist/DoStorageError.mjs"},"./DoStorageFailpoint":{"types":"./dist/DoStorageFailpoint.d.mts","default":"./dist/DoStorageFailpoint.mjs"},"./DoStorageVersion":{"types":"./dist/DoStorageVersion.d.mts","default":"./dist/DoStorageVersion.mjs"},"./DoSubmissionLedger":{"types":"./dist/DoSubmissionLedger.d.mts","default":"./dist/DoSubmissionLedger.mjs"},"./DoSubscriptionStore":{"types":"./dist/DoSubscriptionStore.d.mts","default":"./dist/DoSubscriptionStore.mjs"},"./DoThreadStore":{"types":"./dist/DoThreadStore.d.mts","default":"./dist/DoThreadStore.mjs"},"./MemoryProtocol":{"types":"./dist/MemoryProtocol.d.mts","default":"./dist/MemoryProtocol.mjs"},"./PortProtocol":{"types":"./dist/PortProtocol.d.mts","default":"./dist/PortProtocol.mjs"},"./PortRouting":{"types":"./dist/PortRouting.d.mts","default":"./dist/PortRouting.mjs"},"./testing/DoStorageFailpointTesting":{"types":"./dist/DoStorageFailpointTesting.d.mts","default":"./dist/DoStorageFailpointTesting.mjs"},"./DoMessageDeliveryStore":{"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"}}
|