@effect-agent/storage-cloudflare 0.1.0-beta.16 → 0.1.0-beta.18
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/index.d.mts +4 -0
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -620,6 +620,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
620
620
|
readonly outcome: "aborted" | "completed" | "failed";
|
|
621
621
|
readonly runId?: string | undefined;
|
|
622
622
|
readonly result?: Schema.Json | undefined;
|
|
623
|
+
readonly runDisposition?: Schema.Json | undefined;
|
|
623
624
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
624
625
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
625
626
|
readonly policyLimit?: "cost" | "duration" | "repeated-failures" | "tokens" | "tool-calls" | "turns" | "usage" | undefined;
|
|
@@ -808,6 +809,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
|
|
|
808
809
|
readonly outcome: "aborted" | "completed" | "failed";
|
|
809
810
|
readonly runId?: string | undefined;
|
|
810
811
|
readonly result?: Schema.Json | undefined;
|
|
812
|
+
readonly runDisposition?: Schema.Json | undefined;
|
|
811
813
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
812
814
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
813
815
|
readonly policyLimit?: "cost" | "duration" | "repeated-failures" | "tokens" | "tool-calls" | "turns" | "usage" | undefined;
|
|
@@ -1125,6 +1127,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1125
1127
|
readonly outcome: "aborted" | "completed" | "failed";
|
|
1126
1128
|
readonly runId?: string | undefined;
|
|
1127
1129
|
readonly result?: Schema.Json | undefined;
|
|
1130
|
+
readonly runDisposition?: Schema.Json | undefined;
|
|
1128
1131
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
1129
1132
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
1130
1133
|
readonly policyLimit?: "cost" | "duration" | "repeated-failures" | "tokens" | "tool-calls" | "turns" | "usage" | undefined;
|
|
@@ -1335,6 +1338,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
1335
1338
|
readonly outcome: "aborted" | "completed" | "failed";
|
|
1336
1339
|
readonly runId?: string | undefined;
|
|
1337
1340
|
readonly result?: Schema.Json | undefined;
|
|
1341
|
+
readonly runDisposition?: Schema.Json | undefined;
|
|
1338
1342
|
readonly finishReason?: "budget-exhausted" | undefined;
|
|
1339
1343
|
readonly exhausted?: "tokens" | "tool-calls" | "turns" | undefined;
|
|
1340
1344
|
readonly policyLimit?: "cost" | "duration" | "repeated-failures" | "tokens" | "tool-calls" | "turns" | "usage" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-agent/storage-cloudflare",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.18",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@effect-agent/session": "0.1.0-beta.
|
|
11
|
+
"@effect-agent/session": "0.1.0-beta.18",
|
|
12
12
|
"@effect/platform-browser": "4.0.0-beta.107",
|
|
13
13
|
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
14
14
|
"effect": "4.0.0-beta.107"
|