@effect-agent/storage-cloudflare 0.1.0-beta.95 → 0.1.0-beta.96
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 +258 -0
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -184,6 +184,12 @@ 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 tools: {
|
|
190
|
+
readonly [x: string]: string;
|
|
191
|
+
};
|
|
192
|
+
} | undefined;
|
|
187
193
|
};
|
|
188
194
|
readonly deploymentId: string;
|
|
189
195
|
readonly inputPayload: Schema.Json;
|
|
@@ -216,6 +222,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
216
222
|
readonly agent: string;
|
|
217
223
|
readonly model: string;
|
|
218
224
|
readonly tools: string;
|
|
225
|
+
readonly replay?: {
|
|
226
|
+
readonly agent: string;
|
|
227
|
+
readonly tools: {
|
|
228
|
+
readonly [x: string]: string;
|
|
229
|
+
};
|
|
230
|
+
} | undefined;
|
|
219
231
|
};
|
|
220
232
|
readonly policy: Schema.Json;
|
|
221
233
|
readonly budget: {
|
|
@@ -257,6 +269,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
257
269
|
readonly agent: string;
|
|
258
270
|
readonly model: string;
|
|
259
271
|
readonly tools: string;
|
|
272
|
+
readonly replay?: {
|
|
273
|
+
readonly agent: string;
|
|
274
|
+
readonly tools: {
|
|
275
|
+
readonly [x: string]: string;
|
|
276
|
+
};
|
|
277
|
+
} | undefined;
|
|
260
278
|
};
|
|
261
279
|
readonly destinationDelegationId?: string | undefined;
|
|
262
280
|
} | undefined;
|
|
@@ -432,6 +450,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
432
450
|
readonly agent: string;
|
|
433
451
|
readonly model: string;
|
|
434
452
|
readonly tools: string;
|
|
453
|
+
readonly replay?: {
|
|
454
|
+
readonly agent: string;
|
|
455
|
+
readonly tools: {
|
|
456
|
+
readonly [x: string]: string;
|
|
457
|
+
};
|
|
458
|
+
} | undefined;
|
|
435
459
|
};
|
|
436
460
|
} | {
|
|
437
461
|
readonly _tag: "UserInputRecorded";
|
|
@@ -533,6 +557,9 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
533
557
|
readonly runId: string;
|
|
534
558
|
readonly policyAccountingVersion: 1;
|
|
535
559
|
readonly maxDurationMillis: number;
|
|
560
|
+
} | {
|
|
561
|
+
readonly _tag: "RunDurationExhausted";
|
|
562
|
+
readonly runId: string;
|
|
536
563
|
} | {
|
|
537
564
|
readonly _tag: "RunPolicyUsageReserved";
|
|
538
565
|
readonly runId: string;
|
|
@@ -770,6 +797,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
770
797
|
readonly agent: string;
|
|
771
798
|
readonly model: string;
|
|
772
799
|
readonly tools: string;
|
|
800
|
+
readonly replay?: {
|
|
801
|
+
readonly agent: string;
|
|
802
|
+
readonly tools: {
|
|
803
|
+
readonly [x: string]: string;
|
|
804
|
+
};
|
|
805
|
+
} | undefined;
|
|
773
806
|
};
|
|
774
807
|
readonly childInput: Schema.Json;
|
|
775
808
|
readonly childInputDigest: string;
|
|
@@ -863,6 +896,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
863
896
|
readonly agent: string;
|
|
864
897
|
readonly model: string;
|
|
865
898
|
readonly tools: string;
|
|
899
|
+
readonly replay?: {
|
|
900
|
+
readonly agent: string;
|
|
901
|
+
readonly tools: {
|
|
902
|
+
readonly [x: string]: string;
|
|
903
|
+
};
|
|
904
|
+
} | undefined;
|
|
866
905
|
};
|
|
867
906
|
readonly childInputDigest: string;
|
|
868
907
|
readonly grantDigest: string;
|
|
@@ -922,6 +961,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
922
961
|
readonly agent: string;
|
|
923
962
|
readonly model: string;
|
|
924
963
|
readonly tools: string;
|
|
964
|
+
readonly replay?: {
|
|
965
|
+
readonly agent: string;
|
|
966
|
+
readonly tools: {
|
|
967
|
+
readonly [x: string]: string;
|
|
968
|
+
};
|
|
969
|
+
} | undefined;
|
|
925
970
|
};
|
|
926
971
|
readonly policy: Schema.Json;
|
|
927
972
|
readonly budget: {
|
|
@@ -963,6 +1008,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
963
1008
|
readonly agent: string;
|
|
964
1009
|
readonly model: string;
|
|
965
1010
|
readonly tools: string;
|
|
1011
|
+
readonly replay?: {
|
|
1012
|
+
readonly agent: string;
|
|
1013
|
+
readonly tools: {
|
|
1014
|
+
readonly [x: string]: string;
|
|
1015
|
+
};
|
|
1016
|
+
} | undefined;
|
|
966
1017
|
};
|
|
967
1018
|
readonly destinationDelegationId?: string | undefined;
|
|
968
1019
|
} | undefined;
|
|
@@ -1000,6 +1051,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1000
1051
|
readonly agent: string;
|
|
1001
1052
|
readonly model: string;
|
|
1002
1053
|
readonly tools: string;
|
|
1054
|
+
readonly replay?: {
|
|
1055
|
+
readonly agent: string;
|
|
1056
|
+
readonly tools: {
|
|
1057
|
+
readonly [x: string]: string;
|
|
1058
|
+
};
|
|
1059
|
+
} | undefined;
|
|
1003
1060
|
};
|
|
1004
1061
|
readonly policy: Schema.Json;
|
|
1005
1062
|
readonly budget: {
|
|
@@ -1041,6 +1098,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1041
1098
|
readonly agent: string;
|
|
1042
1099
|
readonly model: string;
|
|
1043
1100
|
readonly tools: string;
|
|
1101
|
+
readonly replay?: {
|
|
1102
|
+
readonly agent: string;
|
|
1103
|
+
readonly tools: {
|
|
1104
|
+
readonly [x: string]: string;
|
|
1105
|
+
};
|
|
1106
|
+
} | undefined;
|
|
1044
1107
|
};
|
|
1045
1108
|
readonly destinationDelegationId?: string | undefined;
|
|
1046
1109
|
} | undefined;
|
|
@@ -1076,6 +1139,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1076
1139
|
readonly agent: string;
|
|
1077
1140
|
readonly model: string;
|
|
1078
1141
|
readonly tools: string;
|
|
1142
|
+
readonly replay?: {
|
|
1143
|
+
readonly agent: string;
|
|
1144
|
+
readonly tools: {
|
|
1145
|
+
readonly [x: string]: string;
|
|
1146
|
+
};
|
|
1147
|
+
} | undefined;
|
|
1079
1148
|
};
|
|
1080
1149
|
readonly delivery?: {
|
|
1081
1150
|
readonly messageId: string;
|
|
@@ -1155,6 +1224,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1155
1224
|
readonly agent: string;
|
|
1156
1225
|
readonly model: string;
|
|
1157
1226
|
readonly tools: string;
|
|
1227
|
+
readonly replay?: {
|
|
1228
|
+
readonly agent: string;
|
|
1229
|
+
readonly tools: {
|
|
1230
|
+
readonly [x: string]: string;
|
|
1231
|
+
};
|
|
1232
|
+
} | undefined;
|
|
1158
1233
|
};
|
|
1159
1234
|
} | {
|
|
1160
1235
|
readonly _tag: "UserInputRecorded";
|
|
@@ -1256,6 +1331,9 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1256
1331
|
readonly runId: string;
|
|
1257
1332
|
readonly policyAccountingVersion: 1;
|
|
1258
1333
|
readonly maxDurationMillis: number;
|
|
1334
|
+
} | {
|
|
1335
|
+
readonly _tag: "RunDurationExhausted";
|
|
1336
|
+
readonly runId: string;
|
|
1259
1337
|
} | {
|
|
1260
1338
|
readonly _tag: "RunPolicyUsageReserved";
|
|
1261
1339
|
readonly runId: string;
|
|
@@ -1493,6 +1571,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1493
1571
|
readonly agent: string;
|
|
1494
1572
|
readonly model: string;
|
|
1495
1573
|
readonly tools: string;
|
|
1574
|
+
readonly replay?: {
|
|
1575
|
+
readonly agent: string;
|
|
1576
|
+
readonly tools: {
|
|
1577
|
+
readonly [x: string]: string;
|
|
1578
|
+
};
|
|
1579
|
+
} | undefined;
|
|
1496
1580
|
};
|
|
1497
1581
|
readonly childInput: Schema.Json;
|
|
1498
1582
|
readonly childInputDigest: string;
|
|
@@ -1586,6 +1670,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1586
1670
|
readonly agent: string;
|
|
1587
1671
|
readonly model: string;
|
|
1588
1672
|
readonly tools: string;
|
|
1673
|
+
readonly replay?: {
|
|
1674
|
+
readonly agent: string;
|
|
1675
|
+
readonly tools: {
|
|
1676
|
+
readonly [x: string]: string;
|
|
1677
|
+
};
|
|
1678
|
+
} | undefined;
|
|
1589
1679
|
};
|
|
1590
1680
|
readonly childInputDigest: string;
|
|
1591
1681
|
readonly grantDigest: string;
|
|
@@ -1645,6 +1735,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1645
1735
|
readonly agent: string;
|
|
1646
1736
|
readonly model: string;
|
|
1647
1737
|
readonly tools: string;
|
|
1738
|
+
readonly replay?: {
|
|
1739
|
+
readonly agent: string;
|
|
1740
|
+
readonly tools: {
|
|
1741
|
+
readonly [x: string]: string;
|
|
1742
|
+
};
|
|
1743
|
+
} | undefined;
|
|
1648
1744
|
};
|
|
1649
1745
|
readonly policy: Schema.Json;
|
|
1650
1746
|
readonly budget: {
|
|
@@ -1686,6 +1782,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1686
1782
|
readonly agent: string;
|
|
1687
1783
|
readonly model: string;
|
|
1688
1784
|
readonly tools: string;
|
|
1785
|
+
readonly replay?: {
|
|
1786
|
+
readonly agent: string;
|
|
1787
|
+
readonly tools: {
|
|
1788
|
+
readonly [x: string]: string;
|
|
1789
|
+
};
|
|
1790
|
+
} | undefined;
|
|
1689
1791
|
};
|
|
1690
1792
|
readonly destinationDelegationId?: string | undefined;
|
|
1691
1793
|
} | undefined;
|
|
@@ -1723,6 +1825,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1723
1825
|
readonly agent: string;
|
|
1724
1826
|
readonly model: string;
|
|
1725
1827
|
readonly tools: string;
|
|
1828
|
+
readonly replay?: {
|
|
1829
|
+
readonly agent: string;
|
|
1830
|
+
readonly tools: {
|
|
1831
|
+
readonly [x: string]: string;
|
|
1832
|
+
};
|
|
1833
|
+
} | undefined;
|
|
1726
1834
|
};
|
|
1727
1835
|
readonly policy: Schema.Json;
|
|
1728
1836
|
readonly budget: {
|
|
@@ -1764,6 +1872,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1764
1872
|
readonly agent: string;
|
|
1765
1873
|
readonly model: string;
|
|
1766
1874
|
readonly tools: string;
|
|
1875
|
+
readonly replay?: {
|
|
1876
|
+
readonly agent: string;
|
|
1877
|
+
readonly tools: {
|
|
1878
|
+
readonly [x: string]: string;
|
|
1879
|
+
};
|
|
1880
|
+
} | undefined;
|
|
1767
1881
|
};
|
|
1768
1882
|
readonly destinationDelegationId?: string | undefined;
|
|
1769
1883
|
} | undefined;
|
|
@@ -1799,6 +1913,12 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
1799
1913
|
readonly agent: string;
|
|
1800
1914
|
readonly model: string;
|
|
1801
1915
|
readonly tools: string;
|
|
1916
|
+
readonly replay?: {
|
|
1917
|
+
readonly agent: string;
|
|
1918
|
+
readonly tools: {
|
|
1919
|
+
readonly [x: string]: string;
|
|
1920
|
+
};
|
|
1921
|
+
} | undefined;
|
|
1802
1922
|
};
|
|
1803
1923
|
readonly delivery?: {
|
|
1804
1924
|
readonly messageId: string;
|
|
@@ -1911,6 +2031,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1911
2031
|
readonly agent: string;
|
|
1912
2032
|
readonly model: string;
|
|
1913
2033
|
readonly tools: string;
|
|
2034
|
+
readonly replay?: {
|
|
2035
|
+
readonly agent: string;
|
|
2036
|
+
readonly tools: {
|
|
2037
|
+
readonly [x: string]: string;
|
|
2038
|
+
};
|
|
2039
|
+
} | undefined;
|
|
1914
2040
|
};
|
|
1915
2041
|
readonly deploymentId: string;
|
|
1916
2042
|
readonly inputPayload: Schema.Json;
|
|
@@ -1954,6 +2080,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1954
2080
|
readonly agent: string;
|
|
1955
2081
|
readonly model: string;
|
|
1956
2082
|
readonly tools: string;
|
|
2083
|
+
readonly replay?: {
|
|
2084
|
+
readonly agent: string;
|
|
2085
|
+
readonly tools: {
|
|
2086
|
+
readonly [x: string]: string;
|
|
2087
|
+
};
|
|
2088
|
+
} | undefined;
|
|
1957
2089
|
};
|
|
1958
2090
|
readonly policy: Schema.Json;
|
|
1959
2091
|
readonly budget: {
|
|
@@ -1995,6 +2127,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1995
2127
|
readonly agent: string;
|
|
1996
2128
|
readonly model: string;
|
|
1997
2129
|
readonly tools: string;
|
|
2130
|
+
readonly replay?: {
|
|
2131
|
+
readonly agent: string;
|
|
2132
|
+
readonly tools: {
|
|
2133
|
+
readonly [x: string]: string;
|
|
2134
|
+
};
|
|
2135
|
+
} | undefined;
|
|
1998
2136
|
};
|
|
1999
2137
|
readonly destinationDelegationId?: string | undefined;
|
|
2000
2138
|
} | undefined;
|
|
@@ -2113,6 +2251,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2113
2251
|
readonly agent: string;
|
|
2114
2252
|
readonly model: string;
|
|
2115
2253
|
readonly tools: string;
|
|
2254
|
+
readonly replay?: {
|
|
2255
|
+
readonly agent: string;
|
|
2256
|
+
readonly tools: {
|
|
2257
|
+
readonly [x: string]: string;
|
|
2258
|
+
};
|
|
2259
|
+
} | undefined;
|
|
2116
2260
|
};
|
|
2117
2261
|
readonly deploymentId: string;
|
|
2118
2262
|
readonly inputPayload: Schema.Json;
|
|
@@ -2156,6 +2300,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2156
2300
|
readonly agent: string;
|
|
2157
2301
|
readonly model: string;
|
|
2158
2302
|
readonly tools: string;
|
|
2303
|
+
readonly replay?: {
|
|
2304
|
+
readonly agent: string;
|
|
2305
|
+
readonly tools: {
|
|
2306
|
+
readonly [x: string]: string;
|
|
2307
|
+
};
|
|
2308
|
+
} | undefined;
|
|
2159
2309
|
};
|
|
2160
2310
|
readonly policy: Schema.Json;
|
|
2161
2311
|
readonly budget: {
|
|
@@ -2197,6 +2347,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2197
2347
|
readonly agent: string;
|
|
2198
2348
|
readonly model: string;
|
|
2199
2349
|
readonly tools: string;
|
|
2350
|
+
readonly replay?: {
|
|
2351
|
+
readonly agent: string;
|
|
2352
|
+
readonly tools: {
|
|
2353
|
+
readonly [x: string]: string;
|
|
2354
|
+
};
|
|
2355
|
+
} | undefined;
|
|
2200
2356
|
};
|
|
2201
2357
|
readonly destinationDelegationId?: string | undefined;
|
|
2202
2358
|
} | undefined;
|
|
@@ -2349,6 +2505,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2349
2505
|
readonly agent: string;
|
|
2350
2506
|
readonly model: string;
|
|
2351
2507
|
readonly tools: string;
|
|
2508
|
+
readonly replay?: {
|
|
2509
|
+
readonly agent: string;
|
|
2510
|
+
readonly tools: {
|
|
2511
|
+
readonly [x: string]: string;
|
|
2512
|
+
};
|
|
2513
|
+
} | undefined;
|
|
2352
2514
|
};
|
|
2353
2515
|
} | {
|
|
2354
2516
|
readonly _tag: "UserInputRecorded";
|
|
@@ -2450,6 +2612,9 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2450
2612
|
readonly runId: string;
|
|
2451
2613
|
readonly policyAccountingVersion: 1;
|
|
2452
2614
|
readonly maxDurationMillis: number;
|
|
2615
|
+
} | {
|
|
2616
|
+
readonly _tag: "RunDurationExhausted";
|
|
2617
|
+
readonly runId: string;
|
|
2453
2618
|
} | {
|
|
2454
2619
|
readonly _tag: "RunPolicyUsageReserved";
|
|
2455
2620
|
readonly runId: string;
|
|
@@ -2687,6 +2852,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2687
2852
|
readonly agent: string;
|
|
2688
2853
|
readonly model: string;
|
|
2689
2854
|
readonly tools: string;
|
|
2855
|
+
readonly replay?: {
|
|
2856
|
+
readonly agent: string;
|
|
2857
|
+
readonly tools: {
|
|
2858
|
+
readonly [x: string]: string;
|
|
2859
|
+
};
|
|
2860
|
+
} | undefined;
|
|
2690
2861
|
};
|
|
2691
2862
|
readonly childInput: Schema.Json;
|
|
2692
2863
|
readonly childInputDigest: string;
|
|
@@ -2780,6 +2951,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2780
2951
|
readonly agent: string;
|
|
2781
2952
|
readonly model: string;
|
|
2782
2953
|
readonly tools: string;
|
|
2954
|
+
readonly replay?: {
|
|
2955
|
+
readonly agent: string;
|
|
2956
|
+
readonly tools: {
|
|
2957
|
+
readonly [x: string]: string;
|
|
2958
|
+
};
|
|
2959
|
+
} | undefined;
|
|
2783
2960
|
};
|
|
2784
2961
|
readonly childInputDigest: string;
|
|
2785
2962
|
readonly grantDigest: string;
|
|
@@ -2839,6 +3016,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2839
3016
|
readonly agent: string;
|
|
2840
3017
|
readonly model: string;
|
|
2841
3018
|
readonly tools: string;
|
|
3019
|
+
readonly replay?: {
|
|
3020
|
+
readonly agent: string;
|
|
3021
|
+
readonly tools: {
|
|
3022
|
+
readonly [x: string]: string;
|
|
3023
|
+
};
|
|
3024
|
+
} | undefined;
|
|
2842
3025
|
};
|
|
2843
3026
|
readonly policy: Schema.Json;
|
|
2844
3027
|
readonly budget: {
|
|
@@ -2880,6 +3063,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2880
3063
|
readonly agent: string;
|
|
2881
3064
|
readonly model: string;
|
|
2882
3065
|
readonly tools: string;
|
|
3066
|
+
readonly replay?: {
|
|
3067
|
+
readonly agent: string;
|
|
3068
|
+
readonly tools: {
|
|
3069
|
+
readonly [x: string]: string;
|
|
3070
|
+
};
|
|
3071
|
+
} | undefined;
|
|
2883
3072
|
};
|
|
2884
3073
|
readonly destinationDelegationId?: string | undefined;
|
|
2885
3074
|
} | undefined;
|
|
@@ -2917,6 +3106,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2917
3106
|
readonly agent: string;
|
|
2918
3107
|
readonly model: string;
|
|
2919
3108
|
readonly tools: string;
|
|
3109
|
+
readonly replay?: {
|
|
3110
|
+
readonly agent: string;
|
|
3111
|
+
readonly tools: {
|
|
3112
|
+
readonly [x: string]: string;
|
|
3113
|
+
};
|
|
3114
|
+
} | undefined;
|
|
2920
3115
|
};
|
|
2921
3116
|
readonly policy: Schema.Json;
|
|
2922
3117
|
readonly budget: {
|
|
@@ -2958,6 +3153,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2958
3153
|
readonly agent: string;
|
|
2959
3154
|
readonly model: string;
|
|
2960
3155
|
readonly tools: string;
|
|
3156
|
+
readonly replay?: {
|
|
3157
|
+
readonly agent: string;
|
|
3158
|
+
readonly tools: {
|
|
3159
|
+
readonly [x: string]: string;
|
|
3160
|
+
};
|
|
3161
|
+
} | undefined;
|
|
2961
3162
|
};
|
|
2962
3163
|
readonly destinationDelegationId?: string | undefined;
|
|
2963
3164
|
} | undefined;
|
|
@@ -2993,6 +3194,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
2993
3194
|
readonly agent: string;
|
|
2994
3195
|
readonly model: string;
|
|
2995
3196
|
readonly tools: string;
|
|
3197
|
+
readonly replay?: {
|
|
3198
|
+
readonly agent: string;
|
|
3199
|
+
readonly tools: {
|
|
3200
|
+
readonly [x: string]: string;
|
|
3201
|
+
};
|
|
3202
|
+
} | undefined;
|
|
2996
3203
|
};
|
|
2997
3204
|
readonly delivery?: {
|
|
2998
3205
|
readonly messageId: string;
|
|
@@ -3094,6 +3301,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3094
3301
|
readonly agent: string;
|
|
3095
3302
|
readonly model: string;
|
|
3096
3303
|
readonly tools: string;
|
|
3304
|
+
readonly replay?: {
|
|
3305
|
+
readonly agent: string;
|
|
3306
|
+
readonly tools: {
|
|
3307
|
+
readonly [x: string]: string;
|
|
3308
|
+
};
|
|
3309
|
+
} | undefined;
|
|
3097
3310
|
};
|
|
3098
3311
|
} | {
|
|
3099
3312
|
readonly _tag: "UserInputRecorded";
|
|
@@ -3195,6 +3408,9 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3195
3408
|
readonly runId: string;
|
|
3196
3409
|
readonly policyAccountingVersion: 1;
|
|
3197
3410
|
readonly maxDurationMillis: number;
|
|
3411
|
+
} | {
|
|
3412
|
+
readonly _tag: "RunDurationExhausted";
|
|
3413
|
+
readonly runId: string;
|
|
3198
3414
|
} | {
|
|
3199
3415
|
readonly _tag: "RunPolicyUsageReserved";
|
|
3200
3416
|
readonly runId: string;
|
|
@@ -3432,6 +3648,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3432
3648
|
readonly agent: string;
|
|
3433
3649
|
readonly model: string;
|
|
3434
3650
|
readonly tools: string;
|
|
3651
|
+
readonly replay?: {
|
|
3652
|
+
readonly agent: string;
|
|
3653
|
+
readonly tools: {
|
|
3654
|
+
readonly [x: string]: string;
|
|
3655
|
+
};
|
|
3656
|
+
} | undefined;
|
|
3435
3657
|
};
|
|
3436
3658
|
readonly childInput: Schema.Json;
|
|
3437
3659
|
readonly childInputDigest: string;
|
|
@@ -3525,6 +3747,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3525
3747
|
readonly agent: string;
|
|
3526
3748
|
readonly model: string;
|
|
3527
3749
|
readonly tools: string;
|
|
3750
|
+
readonly replay?: {
|
|
3751
|
+
readonly agent: string;
|
|
3752
|
+
readonly tools: {
|
|
3753
|
+
readonly [x: string]: string;
|
|
3754
|
+
};
|
|
3755
|
+
} | undefined;
|
|
3528
3756
|
};
|
|
3529
3757
|
readonly childInputDigest: string;
|
|
3530
3758
|
readonly grantDigest: string;
|
|
@@ -3584,6 +3812,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3584
3812
|
readonly agent: string;
|
|
3585
3813
|
readonly model: string;
|
|
3586
3814
|
readonly tools: string;
|
|
3815
|
+
readonly replay?: {
|
|
3816
|
+
readonly agent: string;
|
|
3817
|
+
readonly tools: {
|
|
3818
|
+
readonly [x: string]: string;
|
|
3819
|
+
};
|
|
3820
|
+
} | undefined;
|
|
3587
3821
|
};
|
|
3588
3822
|
readonly policy: Schema.Json;
|
|
3589
3823
|
readonly budget: {
|
|
@@ -3625,6 +3859,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3625
3859
|
readonly agent: string;
|
|
3626
3860
|
readonly model: string;
|
|
3627
3861
|
readonly tools: string;
|
|
3862
|
+
readonly replay?: {
|
|
3863
|
+
readonly agent: string;
|
|
3864
|
+
readonly tools: {
|
|
3865
|
+
readonly [x: string]: string;
|
|
3866
|
+
};
|
|
3867
|
+
} | undefined;
|
|
3628
3868
|
};
|
|
3629
3869
|
readonly destinationDelegationId?: string | undefined;
|
|
3630
3870
|
} | undefined;
|
|
@@ -3662,6 +3902,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3662
3902
|
readonly agent: string;
|
|
3663
3903
|
readonly model: string;
|
|
3664
3904
|
readonly tools: string;
|
|
3905
|
+
readonly replay?: {
|
|
3906
|
+
readonly agent: string;
|
|
3907
|
+
readonly tools: {
|
|
3908
|
+
readonly [x: string]: string;
|
|
3909
|
+
};
|
|
3910
|
+
} | undefined;
|
|
3665
3911
|
};
|
|
3666
3912
|
readonly policy: Schema.Json;
|
|
3667
3913
|
readonly budget: {
|
|
@@ -3703,6 +3949,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3703
3949
|
readonly agent: string;
|
|
3704
3950
|
readonly model: string;
|
|
3705
3951
|
readonly tools: string;
|
|
3952
|
+
readonly replay?: {
|
|
3953
|
+
readonly agent: string;
|
|
3954
|
+
readonly tools: {
|
|
3955
|
+
readonly [x: string]: string;
|
|
3956
|
+
};
|
|
3957
|
+
} | undefined;
|
|
3706
3958
|
};
|
|
3707
3959
|
readonly destinationDelegationId?: string | undefined;
|
|
3708
3960
|
} | undefined;
|
|
@@ -3738,6 +3990,12 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3738
3990
|
readonly agent: string;
|
|
3739
3991
|
readonly model: string;
|
|
3740
3992
|
readonly tools: string;
|
|
3993
|
+
readonly replay?: {
|
|
3994
|
+
readonly agent: string;
|
|
3995
|
+
readonly tools: {
|
|
3996
|
+
readonly [x: string]: string;
|
|
3997
|
+
};
|
|
3998
|
+
} | undefined;
|
|
3741
3999
|
};
|
|
3742
4000
|
readonly delivery?: {
|
|
3743
4001
|
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.96","dependencies":{"@effect/platform-browser":"4.0.0-rc.115","@effect/sql-sqlite-do":"4.0.0-rc.115","effect-agent":"0.1.0-beta.96"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.96","@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"}}
|