@effect-agent/storage-cloudflare 0.1.0-beta.95 → 0.1.0-beta.97
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 +299 -0
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -184,6 +184,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
184
184
|
readonly agent: string;
|
|
185
185
|
readonly model: string;
|
|
186
186
|
readonly tools: string;
|
|
187
|
+
readonly replay?: {
|
|
188
|
+
readonly agent: string;
|
|
189
|
+
readonly agentBehavior?: string | undefined;
|
|
190
|
+
readonly tools: {
|
|
191
|
+
readonly [x: string]: string;
|
|
192
|
+
};
|
|
193
|
+
} | undefined;
|
|
187
194
|
};
|
|
188
195
|
readonly deploymentId: string;
|
|
189
196
|
readonly inputPayload: Schema.Json;
|
|
@@ -216,6 +223,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
216
223
|
readonly agent: string;
|
|
217
224
|
readonly model: string;
|
|
218
225
|
readonly tools: string;
|
|
226
|
+
readonly replay?: {
|
|
227
|
+
readonly agent: string;
|
|
228
|
+
readonly agentBehavior?: string | undefined;
|
|
229
|
+
readonly tools: {
|
|
230
|
+
readonly [x: string]: string;
|
|
231
|
+
};
|
|
232
|
+
} | undefined;
|
|
219
233
|
};
|
|
220
234
|
readonly policy: Schema.Json;
|
|
221
235
|
readonly budget: {
|
|
@@ -257,6 +271,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
257
271
|
readonly agent: string;
|
|
258
272
|
readonly model: string;
|
|
259
273
|
readonly tools: string;
|
|
274
|
+
readonly replay?: {
|
|
275
|
+
readonly agent: string;
|
|
276
|
+
readonly agentBehavior?: string | undefined;
|
|
277
|
+
readonly tools: {
|
|
278
|
+
readonly [x: string]: string;
|
|
279
|
+
};
|
|
280
|
+
} | undefined;
|
|
260
281
|
};
|
|
261
282
|
readonly destinationDelegationId?: string | undefined;
|
|
262
283
|
} | undefined;
|
|
@@ -432,6 +453,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
432
453
|
readonly agent: string;
|
|
433
454
|
readonly model: string;
|
|
434
455
|
readonly tools: string;
|
|
456
|
+
readonly replay?: {
|
|
457
|
+
readonly agent: string;
|
|
458
|
+
readonly agentBehavior?: string | undefined;
|
|
459
|
+
readonly tools: {
|
|
460
|
+
readonly [x: string]: string;
|
|
461
|
+
};
|
|
462
|
+
} | undefined;
|
|
435
463
|
};
|
|
436
464
|
} | {
|
|
437
465
|
readonly _tag: "UserInputRecorded";
|
|
@@ -533,6 +561,9 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
533
561
|
readonly runId: string;
|
|
534
562
|
readonly policyAccountingVersion: 1;
|
|
535
563
|
readonly maxDurationMillis: number;
|
|
564
|
+
} | {
|
|
565
|
+
readonly _tag: "RunDurationExhausted";
|
|
566
|
+
readonly runId: string;
|
|
536
567
|
} | {
|
|
537
568
|
readonly _tag: "RunPolicyUsageReserved";
|
|
538
569
|
readonly runId: string;
|
|
@@ -770,6 +801,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
770
801
|
readonly agent: string;
|
|
771
802
|
readonly model: string;
|
|
772
803
|
readonly tools: string;
|
|
804
|
+
readonly replay?: {
|
|
805
|
+
readonly agent: string;
|
|
806
|
+
readonly agentBehavior?: string | undefined;
|
|
807
|
+
readonly tools: {
|
|
808
|
+
readonly [x: string]: string;
|
|
809
|
+
};
|
|
810
|
+
} | undefined;
|
|
773
811
|
};
|
|
774
812
|
readonly childInput: Schema.Json;
|
|
775
813
|
readonly childInputDigest: string;
|
|
@@ -863,6 +901,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
863
901
|
readonly agent: string;
|
|
864
902
|
readonly model: string;
|
|
865
903
|
readonly tools: string;
|
|
904
|
+
readonly replay?: {
|
|
905
|
+
readonly agent: string;
|
|
906
|
+
readonly agentBehavior?: string | undefined;
|
|
907
|
+
readonly tools: {
|
|
908
|
+
readonly [x: string]: string;
|
|
909
|
+
};
|
|
910
|
+
} | undefined;
|
|
866
911
|
};
|
|
867
912
|
readonly childInputDigest: string;
|
|
868
913
|
readonly grantDigest: string;
|
|
@@ -922,6 +967,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
922
967
|
readonly agent: string;
|
|
923
968
|
readonly model: string;
|
|
924
969
|
readonly tools: string;
|
|
970
|
+
readonly replay?: {
|
|
971
|
+
readonly agent: string;
|
|
972
|
+
readonly agentBehavior?: string | undefined;
|
|
973
|
+
readonly tools: {
|
|
974
|
+
readonly [x: string]: string;
|
|
975
|
+
};
|
|
976
|
+
} | undefined;
|
|
925
977
|
};
|
|
926
978
|
readonly policy: Schema.Json;
|
|
927
979
|
readonly budget: {
|
|
@@ -963,6 +1015,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
963
1015
|
readonly agent: string;
|
|
964
1016
|
readonly model: string;
|
|
965
1017
|
readonly tools: string;
|
|
1018
|
+
readonly replay?: {
|
|
1019
|
+
readonly agent: string;
|
|
1020
|
+
readonly agentBehavior?: string | undefined;
|
|
1021
|
+
readonly tools: {
|
|
1022
|
+
readonly [x: string]: string;
|
|
1023
|
+
};
|
|
1024
|
+
} | undefined;
|
|
966
1025
|
};
|
|
967
1026
|
readonly destinationDelegationId?: string | undefined;
|
|
968
1027
|
} | undefined;
|
|
@@ -1000,6 +1059,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1000
1059
|
readonly agent: string;
|
|
1001
1060
|
readonly model: string;
|
|
1002
1061
|
readonly tools: string;
|
|
1062
|
+
readonly replay?: {
|
|
1063
|
+
readonly agent: string;
|
|
1064
|
+
readonly agentBehavior?: string | undefined;
|
|
1065
|
+
readonly tools: {
|
|
1066
|
+
readonly [x: string]: string;
|
|
1067
|
+
};
|
|
1068
|
+
} | undefined;
|
|
1003
1069
|
};
|
|
1004
1070
|
readonly policy: Schema.Json;
|
|
1005
1071
|
readonly budget: {
|
|
@@ -1041,6 +1107,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1041
1107
|
readonly agent: string;
|
|
1042
1108
|
readonly model: string;
|
|
1043
1109
|
readonly tools: string;
|
|
1110
|
+
readonly replay?: {
|
|
1111
|
+
readonly agent: string;
|
|
1112
|
+
readonly agentBehavior?: string | undefined;
|
|
1113
|
+
readonly tools: {
|
|
1114
|
+
readonly [x: string]: string;
|
|
1115
|
+
};
|
|
1116
|
+
} | undefined;
|
|
1044
1117
|
};
|
|
1045
1118
|
readonly destinationDelegationId?: string | undefined;
|
|
1046
1119
|
} | undefined;
|
|
@@ -1076,6 +1149,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1076
1149
|
readonly agent: string;
|
|
1077
1150
|
readonly model: string;
|
|
1078
1151
|
readonly tools: string;
|
|
1152
|
+
readonly replay?: {
|
|
1153
|
+
readonly agent: string;
|
|
1154
|
+
readonly agentBehavior?: string | undefined;
|
|
1155
|
+
readonly tools: {
|
|
1156
|
+
readonly [x: string]: string;
|
|
1157
|
+
};
|
|
1158
|
+
} | undefined;
|
|
1079
1159
|
};
|
|
1080
1160
|
readonly delivery?: {
|
|
1081
1161
|
readonly messageId: string;
|
|
@@ -1155,6 +1235,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1155
1235
|
readonly agent: string;
|
|
1156
1236
|
readonly model: string;
|
|
1157
1237
|
readonly tools: string;
|
|
1238
|
+
readonly replay?: {
|
|
1239
|
+
readonly agent: string;
|
|
1240
|
+
readonly agentBehavior?: string | undefined;
|
|
1241
|
+
readonly tools: {
|
|
1242
|
+
readonly [x: string]: string;
|
|
1243
|
+
};
|
|
1244
|
+
} | undefined;
|
|
1158
1245
|
};
|
|
1159
1246
|
} | {
|
|
1160
1247
|
readonly _tag: "UserInputRecorded";
|
|
@@ -1256,6 +1343,9 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1256
1343
|
readonly runId: string;
|
|
1257
1344
|
readonly policyAccountingVersion: 1;
|
|
1258
1345
|
readonly maxDurationMillis: number;
|
|
1346
|
+
} | {
|
|
1347
|
+
readonly _tag: "RunDurationExhausted";
|
|
1348
|
+
readonly runId: string;
|
|
1259
1349
|
} | {
|
|
1260
1350
|
readonly _tag: "RunPolicyUsageReserved";
|
|
1261
1351
|
readonly runId: string;
|
|
@@ -1493,6 +1583,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1493
1583
|
readonly agent: string;
|
|
1494
1584
|
readonly model: string;
|
|
1495
1585
|
readonly tools: string;
|
|
1586
|
+
readonly replay?: {
|
|
1587
|
+
readonly agent: string;
|
|
1588
|
+
readonly agentBehavior?: string | undefined;
|
|
1589
|
+
readonly tools: {
|
|
1590
|
+
readonly [x: string]: string;
|
|
1591
|
+
};
|
|
1592
|
+
} | undefined;
|
|
1496
1593
|
};
|
|
1497
1594
|
readonly childInput: Schema.Json;
|
|
1498
1595
|
readonly childInputDigest: string;
|
|
@@ -1586,6 +1683,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1586
1683
|
readonly agent: string;
|
|
1587
1684
|
readonly model: string;
|
|
1588
1685
|
readonly tools: string;
|
|
1686
|
+
readonly replay?: {
|
|
1687
|
+
readonly agent: string;
|
|
1688
|
+
readonly agentBehavior?: string | undefined;
|
|
1689
|
+
readonly tools: {
|
|
1690
|
+
readonly [x: string]: string;
|
|
1691
|
+
};
|
|
1692
|
+
} | undefined;
|
|
1589
1693
|
};
|
|
1590
1694
|
readonly childInputDigest: string;
|
|
1591
1695
|
readonly grantDigest: string;
|
|
@@ -1645,6 +1749,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1645
1749
|
readonly agent: string;
|
|
1646
1750
|
readonly model: string;
|
|
1647
1751
|
readonly tools: string;
|
|
1752
|
+
readonly replay?: {
|
|
1753
|
+
readonly agent: string;
|
|
1754
|
+
readonly agentBehavior?: string | undefined;
|
|
1755
|
+
readonly tools: {
|
|
1756
|
+
readonly [x: string]: string;
|
|
1757
|
+
};
|
|
1758
|
+
} | undefined;
|
|
1648
1759
|
};
|
|
1649
1760
|
readonly policy: Schema.Json;
|
|
1650
1761
|
readonly budget: {
|
|
@@ -1686,6 +1797,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1686
1797
|
readonly agent: string;
|
|
1687
1798
|
readonly model: string;
|
|
1688
1799
|
readonly tools: string;
|
|
1800
|
+
readonly replay?: {
|
|
1801
|
+
readonly agent: string;
|
|
1802
|
+
readonly agentBehavior?: string | undefined;
|
|
1803
|
+
readonly tools: {
|
|
1804
|
+
readonly [x: string]: string;
|
|
1805
|
+
};
|
|
1806
|
+
} | undefined;
|
|
1689
1807
|
};
|
|
1690
1808
|
readonly destinationDelegationId?: string | undefined;
|
|
1691
1809
|
} | undefined;
|
|
@@ -1723,6 +1841,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1723
1841
|
readonly agent: string;
|
|
1724
1842
|
readonly model: string;
|
|
1725
1843
|
readonly tools: string;
|
|
1844
|
+
readonly replay?: {
|
|
1845
|
+
readonly agent: string;
|
|
1846
|
+
readonly agentBehavior?: string | undefined;
|
|
1847
|
+
readonly tools: {
|
|
1848
|
+
readonly [x: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
} | undefined;
|
|
1726
1851
|
};
|
|
1727
1852
|
readonly policy: Schema.Json;
|
|
1728
1853
|
readonly budget: {
|
|
@@ -1764,6 +1889,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1764
1889
|
readonly agent: string;
|
|
1765
1890
|
readonly model: string;
|
|
1766
1891
|
readonly tools: string;
|
|
1892
|
+
readonly replay?: {
|
|
1893
|
+
readonly agent: string;
|
|
1894
|
+
readonly agentBehavior?: string | undefined;
|
|
1895
|
+
readonly tools: {
|
|
1896
|
+
readonly [x: string]: string;
|
|
1897
|
+
};
|
|
1898
|
+
} | undefined;
|
|
1767
1899
|
};
|
|
1768
1900
|
readonly destinationDelegationId?: string | undefined;
|
|
1769
1901
|
} | undefined;
|
|
@@ -1799,6 +1931,13 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1799
1931
|
readonly agent: string;
|
|
1800
1932
|
readonly model: string;
|
|
1801
1933
|
readonly tools: string;
|
|
1934
|
+
readonly replay?: {
|
|
1935
|
+
readonly agent: string;
|
|
1936
|
+
readonly agentBehavior?: string | undefined;
|
|
1937
|
+
readonly tools: {
|
|
1938
|
+
readonly [x: string]: string;
|
|
1939
|
+
};
|
|
1940
|
+
} | undefined;
|
|
1802
1941
|
};
|
|
1803
1942
|
readonly delivery?: {
|
|
1804
1943
|
readonly messageId: string;
|
|
@@ -1911,6 +2050,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1911
2050
|
readonly agent: string;
|
|
1912
2051
|
readonly model: string;
|
|
1913
2052
|
readonly tools: string;
|
|
2053
|
+
readonly replay?: {
|
|
2054
|
+
readonly agent: string;
|
|
2055
|
+
readonly agentBehavior?: string | undefined;
|
|
2056
|
+
readonly tools: {
|
|
2057
|
+
readonly [x: string]: string;
|
|
2058
|
+
};
|
|
2059
|
+
} | undefined;
|
|
1914
2060
|
};
|
|
1915
2061
|
readonly deploymentId: string;
|
|
1916
2062
|
readonly inputPayload: Schema.Json;
|
|
@@ -1954,6 +2100,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1954
2100
|
readonly agent: string;
|
|
1955
2101
|
readonly model: string;
|
|
1956
2102
|
readonly tools: string;
|
|
2103
|
+
readonly replay?: {
|
|
2104
|
+
readonly agent: string;
|
|
2105
|
+
readonly agentBehavior?: string | undefined;
|
|
2106
|
+
readonly tools: {
|
|
2107
|
+
readonly [x: string]: string;
|
|
2108
|
+
};
|
|
2109
|
+
} | undefined;
|
|
1957
2110
|
};
|
|
1958
2111
|
readonly policy: Schema.Json;
|
|
1959
2112
|
readonly budget: {
|
|
@@ -1995,6 +2148,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1995
2148
|
readonly agent: string;
|
|
1996
2149
|
readonly model: string;
|
|
1997
2150
|
readonly tools: string;
|
|
2151
|
+
readonly replay?: {
|
|
2152
|
+
readonly agent: string;
|
|
2153
|
+
readonly agentBehavior?: string | undefined;
|
|
2154
|
+
readonly tools: {
|
|
2155
|
+
readonly [x: string]: string;
|
|
2156
|
+
};
|
|
2157
|
+
} | undefined;
|
|
1998
2158
|
};
|
|
1999
2159
|
readonly destinationDelegationId?: string | undefined;
|
|
2000
2160
|
} | undefined;
|
|
@@ -2113,6 +2273,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2113
2273
|
readonly agent: string;
|
|
2114
2274
|
readonly model: string;
|
|
2115
2275
|
readonly tools: string;
|
|
2276
|
+
readonly replay?: {
|
|
2277
|
+
readonly agent: string;
|
|
2278
|
+
readonly agentBehavior?: string | undefined;
|
|
2279
|
+
readonly tools: {
|
|
2280
|
+
readonly [x: string]: string;
|
|
2281
|
+
};
|
|
2282
|
+
} | undefined;
|
|
2116
2283
|
};
|
|
2117
2284
|
readonly deploymentId: string;
|
|
2118
2285
|
readonly inputPayload: Schema.Json;
|
|
@@ -2156,6 +2323,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2156
2323
|
readonly agent: string;
|
|
2157
2324
|
readonly model: string;
|
|
2158
2325
|
readonly tools: string;
|
|
2326
|
+
readonly replay?: {
|
|
2327
|
+
readonly agent: string;
|
|
2328
|
+
readonly agentBehavior?: string | undefined;
|
|
2329
|
+
readonly tools: {
|
|
2330
|
+
readonly [x: string]: string;
|
|
2331
|
+
};
|
|
2332
|
+
} | undefined;
|
|
2159
2333
|
};
|
|
2160
2334
|
readonly policy: Schema.Json;
|
|
2161
2335
|
readonly budget: {
|
|
@@ -2197,6 +2371,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2197
2371
|
readonly agent: string;
|
|
2198
2372
|
readonly model: string;
|
|
2199
2373
|
readonly tools: string;
|
|
2374
|
+
readonly replay?: {
|
|
2375
|
+
readonly agent: string;
|
|
2376
|
+
readonly agentBehavior?: string | undefined;
|
|
2377
|
+
readonly tools: {
|
|
2378
|
+
readonly [x: string]: string;
|
|
2379
|
+
};
|
|
2380
|
+
} | undefined;
|
|
2200
2381
|
};
|
|
2201
2382
|
readonly destinationDelegationId?: string | undefined;
|
|
2202
2383
|
} | undefined;
|
|
@@ -2349,6 +2530,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2349
2530
|
readonly agent: string;
|
|
2350
2531
|
readonly model: string;
|
|
2351
2532
|
readonly tools: string;
|
|
2533
|
+
readonly replay?: {
|
|
2534
|
+
readonly agent: string;
|
|
2535
|
+
readonly agentBehavior?: string | undefined;
|
|
2536
|
+
readonly tools: {
|
|
2537
|
+
readonly [x: string]: string;
|
|
2538
|
+
};
|
|
2539
|
+
} | undefined;
|
|
2352
2540
|
};
|
|
2353
2541
|
} | {
|
|
2354
2542
|
readonly _tag: "UserInputRecorded";
|
|
@@ -2450,6 +2638,9 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2450
2638
|
readonly runId: string;
|
|
2451
2639
|
readonly policyAccountingVersion: 1;
|
|
2452
2640
|
readonly maxDurationMillis: number;
|
|
2641
|
+
} | {
|
|
2642
|
+
readonly _tag: "RunDurationExhausted";
|
|
2643
|
+
readonly runId: string;
|
|
2453
2644
|
} | {
|
|
2454
2645
|
readonly _tag: "RunPolicyUsageReserved";
|
|
2455
2646
|
readonly runId: string;
|
|
@@ -2687,6 +2878,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2687
2878
|
readonly agent: string;
|
|
2688
2879
|
readonly model: string;
|
|
2689
2880
|
readonly tools: string;
|
|
2881
|
+
readonly replay?: {
|
|
2882
|
+
readonly agent: string;
|
|
2883
|
+
readonly agentBehavior?: string | undefined;
|
|
2884
|
+
readonly tools: {
|
|
2885
|
+
readonly [x: string]: string;
|
|
2886
|
+
};
|
|
2887
|
+
} | undefined;
|
|
2690
2888
|
};
|
|
2691
2889
|
readonly childInput: Schema.Json;
|
|
2692
2890
|
readonly childInputDigest: string;
|
|
@@ -2780,6 +2978,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2780
2978
|
readonly agent: string;
|
|
2781
2979
|
readonly model: string;
|
|
2782
2980
|
readonly tools: string;
|
|
2981
|
+
readonly replay?: {
|
|
2982
|
+
readonly agent: string;
|
|
2983
|
+
readonly agentBehavior?: string | undefined;
|
|
2984
|
+
readonly tools: {
|
|
2985
|
+
readonly [x: string]: string;
|
|
2986
|
+
};
|
|
2987
|
+
} | undefined;
|
|
2783
2988
|
};
|
|
2784
2989
|
readonly childInputDigest: string;
|
|
2785
2990
|
readonly grantDigest: string;
|
|
@@ -2839,6 +3044,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2839
3044
|
readonly agent: string;
|
|
2840
3045
|
readonly model: string;
|
|
2841
3046
|
readonly tools: string;
|
|
3047
|
+
readonly replay?: {
|
|
3048
|
+
readonly agent: string;
|
|
3049
|
+
readonly agentBehavior?: string | undefined;
|
|
3050
|
+
readonly tools: {
|
|
3051
|
+
readonly [x: string]: string;
|
|
3052
|
+
};
|
|
3053
|
+
} | undefined;
|
|
2842
3054
|
};
|
|
2843
3055
|
readonly policy: Schema.Json;
|
|
2844
3056
|
readonly budget: {
|
|
@@ -2880,6 +3092,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2880
3092
|
readonly agent: string;
|
|
2881
3093
|
readonly model: string;
|
|
2882
3094
|
readonly tools: string;
|
|
3095
|
+
readonly replay?: {
|
|
3096
|
+
readonly agent: string;
|
|
3097
|
+
readonly agentBehavior?: string | undefined;
|
|
3098
|
+
readonly tools: {
|
|
3099
|
+
readonly [x: string]: string;
|
|
3100
|
+
};
|
|
3101
|
+
} | undefined;
|
|
2883
3102
|
};
|
|
2884
3103
|
readonly destinationDelegationId?: string | undefined;
|
|
2885
3104
|
} | undefined;
|
|
@@ -2917,6 +3136,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2917
3136
|
readonly agent: string;
|
|
2918
3137
|
readonly model: string;
|
|
2919
3138
|
readonly tools: string;
|
|
3139
|
+
readonly replay?: {
|
|
3140
|
+
readonly agent: string;
|
|
3141
|
+
readonly agentBehavior?: string | undefined;
|
|
3142
|
+
readonly tools: {
|
|
3143
|
+
readonly [x: string]: string;
|
|
3144
|
+
};
|
|
3145
|
+
} | undefined;
|
|
2920
3146
|
};
|
|
2921
3147
|
readonly policy: Schema.Json;
|
|
2922
3148
|
readonly budget: {
|
|
@@ -2958,6 +3184,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2958
3184
|
readonly agent: string;
|
|
2959
3185
|
readonly model: string;
|
|
2960
3186
|
readonly tools: string;
|
|
3187
|
+
readonly replay?: {
|
|
3188
|
+
readonly agent: string;
|
|
3189
|
+
readonly agentBehavior?: string | undefined;
|
|
3190
|
+
readonly tools: {
|
|
3191
|
+
readonly [x: string]: string;
|
|
3192
|
+
};
|
|
3193
|
+
} | undefined;
|
|
2961
3194
|
};
|
|
2962
3195
|
readonly destinationDelegationId?: string | undefined;
|
|
2963
3196
|
} | undefined;
|
|
@@ -2993,6 +3226,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2993
3226
|
readonly agent: string;
|
|
2994
3227
|
readonly model: string;
|
|
2995
3228
|
readonly tools: string;
|
|
3229
|
+
readonly replay?: {
|
|
3230
|
+
readonly agent: string;
|
|
3231
|
+
readonly agentBehavior?: string | undefined;
|
|
3232
|
+
readonly tools: {
|
|
3233
|
+
readonly [x: string]: string;
|
|
3234
|
+
};
|
|
3235
|
+
} | undefined;
|
|
2996
3236
|
};
|
|
2997
3237
|
readonly delivery?: {
|
|
2998
3238
|
readonly messageId: string;
|
|
@@ -3094,6 +3334,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3094
3334
|
readonly agent: string;
|
|
3095
3335
|
readonly model: string;
|
|
3096
3336
|
readonly tools: string;
|
|
3337
|
+
readonly replay?: {
|
|
3338
|
+
readonly agent: string;
|
|
3339
|
+
readonly agentBehavior?: string | undefined;
|
|
3340
|
+
readonly tools: {
|
|
3341
|
+
readonly [x: string]: string;
|
|
3342
|
+
};
|
|
3343
|
+
} | undefined;
|
|
3097
3344
|
};
|
|
3098
3345
|
} | {
|
|
3099
3346
|
readonly _tag: "UserInputRecorded";
|
|
@@ -3195,6 +3442,9 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3195
3442
|
readonly runId: string;
|
|
3196
3443
|
readonly policyAccountingVersion: 1;
|
|
3197
3444
|
readonly maxDurationMillis: number;
|
|
3445
|
+
} | {
|
|
3446
|
+
readonly _tag: "RunDurationExhausted";
|
|
3447
|
+
readonly runId: string;
|
|
3198
3448
|
} | {
|
|
3199
3449
|
readonly _tag: "RunPolicyUsageReserved";
|
|
3200
3450
|
readonly runId: string;
|
|
@@ -3432,6 +3682,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3432
3682
|
readonly agent: string;
|
|
3433
3683
|
readonly model: string;
|
|
3434
3684
|
readonly tools: string;
|
|
3685
|
+
readonly replay?: {
|
|
3686
|
+
readonly agent: string;
|
|
3687
|
+
readonly agentBehavior?: string | undefined;
|
|
3688
|
+
readonly tools: {
|
|
3689
|
+
readonly [x: string]: string;
|
|
3690
|
+
};
|
|
3691
|
+
} | undefined;
|
|
3435
3692
|
};
|
|
3436
3693
|
readonly childInput: Schema.Json;
|
|
3437
3694
|
readonly childInputDigest: string;
|
|
@@ -3525,6 +3782,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3525
3782
|
readonly agent: string;
|
|
3526
3783
|
readonly model: string;
|
|
3527
3784
|
readonly tools: string;
|
|
3785
|
+
readonly replay?: {
|
|
3786
|
+
readonly agent: string;
|
|
3787
|
+
readonly agentBehavior?: string | undefined;
|
|
3788
|
+
readonly tools: {
|
|
3789
|
+
readonly [x: string]: string;
|
|
3790
|
+
};
|
|
3791
|
+
} | undefined;
|
|
3528
3792
|
};
|
|
3529
3793
|
readonly childInputDigest: string;
|
|
3530
3794
|
readonly grantDigest: string;
|
|
@@ -3584,6 +3848,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3584
3848
|
readonly agent: string;
|
|
3585
3849
|
readonly model: string;
|
|
3586
3850
|
readonly tools: string;
|
|
3851
|
+
readonly replay?: {
|
|
3852
|
+
readonly agent: string;
|
|
3853
|
+
readonly agentBehavior?: string | undefined;
|
|
3854
|
+
readonly tools: {
|
|
3855
|
+
readonly [x: string]: string;
|
|
3856
|
+
};
|
|
3857
|
+
} | undefined;
|
|
3587
3858
|
};
|
|
3588
3859
|
readonly policy: Schema.Json;
|
|
3589
3860
|
readonly budget: {
|
|
@@ -3625,6 +3896,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3625
3896
|
readonly agent: string;
|
|
3626
3897
|
readonly model: string;
|
|
3627
3898
|
readonly tools: string;
|
|
3899
|
+
readonly replay?: {
|
|
3900
|
+
readonly agent: string;
|
|
3901
|
+
readonly agentBehavior?: string | undefined;
|
|
3902
|
+
readonly tools: {
|
|
3903
|
+
readonly [x: string]: string;
|
|
3904
|
+
};
|
|
3905
|
+
} | undefined;
|
|
3628
3906
|
};
|
|
3629
3907
|
readonly destinationDelegationId?: string | undefined;
|
|
3630
3908
|
} | undefined;
|
|
@@ -3662,6 +3940,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3662
3940
|
readonly agent: string;
|
|
3663
3941
|
readonly model: string;
|
|
3664
3942
|
readonly tools: string;
|
|
3943
|
+
readonly replay?: {
|
|
3944
|
+
readonly agent: string;
|
|
3945
|
+
readonly agentBehavior?: string | undefined;
|
|
3946
|
+
readonly tools: {
|
|
3947
|
+
readonly [x: string]: string;
|
|
3948
|
+
};
|
|
3949
|
+
} | undefined;
|
|
3665
3950
|
};
|
|
3666
3951
|
readonly policy: Schema.Json;
|
|
3667
3952
|
readonly budget: {
|
|
@@ -3703,6 +3988,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3703
3988
|
readonly agent: string;
|
|
3704
3989
|
readonly model: string;
|
|
3705
3990
|
readonly tools: string;
|
|
3991
|
+
readonly replay?: {
|
|
3992
|
+
readonly agent: string;
|
|
3993
|
+
readonly agentBehavior?: string | undefined;
|
|
3994
|
+
readonly tools: {
|
|
3995
|
+
readonly [x: string]: string;
|
|
3996
|
+
};
|
|
3997
|
+
} | undefined;
|
|
3706
3998
|
};
|
|
3707
3999
|
readonly destinationDelegationId?: string | undefined;
|
|
3708
4000
|
} | undefined;
|
|
@@ -3738,6 +4030,13 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3738
4030
|
readonly agent: string;
|
|
3739
4031
|
readonly model: string;
|
|
3740
4032
|
readonly tools: string;
|
|
4033
|
+
readonly replay?: {
|
|
4034
|
+
readonly agent: string;
|
|
4035
|
+
readonly agentBehavior?: string | undefined;
|
|
4036
|
+
readonly tools: {
|
|
4037
|
+
readonly [x: string]: string;
|
|
4038
|
+
};
|
|
4039
|
+
} | undefined;
|
|
3741
4040
|
};
|
|
3742
4041
|
readonly delivery?: {
|
|
3743
4042
|
readonly messageId: 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.97","dependencies":{"@effect/platform-browser":"4.0.0-rc.115","@effect/sql-sqlite-do":"4.0.0-rc.115","effect-agent":"0.1.0-beta.97"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.97","@effect/vitest":"4.0.0-rc.115","effect":"4.0.0-rc.115","typescript":"7.0.2","vite-plus":"0.3.0","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"}}
|