@effect-agent/platform-cloudflare 0.1.0-beta.13 → 0.1.0-beta.14
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 +8 -8
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -629,14 +629,6 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
629
629
|
readonly submissionId: string;
|
|
630
630
|
readonly author: string;
|
|
631
631
|
readonly reason: string;
|
|
632
|
-
} | {
|
|
633
|
-
readonly _tag: "SubagentStarted";
|
|
634
|
-
readonly runId: string;
|
|
635
|
-
readonly toolCallId: string;
|
|
636
|
-
readonly childConversationId: string;
|
|
637
|
-
readonly childSubmissionId: string;
|
|
638
|
-
readonly childReceiptId: string;
|
|
639
|
-
readonly childRunId: string;
|
|
640
632
|
} | {
|
|
641
633
|
readonly _tag: "ConversationCreated";
|
|
642
634
|
readonly agentId: string;
|
|
@@ -740,6 +732,14 @@ declare const encodeHostResponse: (input: AbortRecorded | ApprovalRecorded | Hos
|
|
|
740
732
|
readonly childConversationId: string;
|
|
741
733
|
readonly childPrincipal: string;
|
|
742
734
|
readonly childIdempotencyKey: string;
|
|
735
|
+
} | {
|
|
736
|
+
readonly _tag: "SubagentStarted";
|
|
737
|
+
readonly runId: string;
|
|
738
|
+
readonly toolCallId: string;
|
|
739
|
+
readonly childConversationId: string;
|
|
740
|
+
readonly childSubmissionId: string;
|
|
741
|
+
readonly childReceiptId: string;
|
|
742
|
+
readonly childRunId: string;
|
|
743
743
|
} | {
|
|
744
744
|
readonly _tag: "SubagentJoined";
|
|
745
745
|
readonly runId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-agent/platform-cloudflare",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.14",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"types": "./dist/index.d.mts",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@effect-agent/core": "0.1.0-beta.
|
|
12
|
-
"@effect-agent/sandbox": "0.1.0-beta.
|
|
13
|
-
"@effect-agent/session": "0.1.0-beta.
|
|
14
|
-
"@effect-agent/storage-cloudflare": "0.1.0-beta.
|
|
11
|
+
"@effect-agent/core": "0.1.0-beta.14",
|
|
12
|
+
"@effect-agent/sandbox": "0.1.0-beta.14",
|
|
13
|
+
"@effect-agent/session": "0.1.0-beta.14",
|
|
14
|
+
"@effect-agent/storage-cloudflare": "0.1.0-beta.14",
|
|
15
15
|
"@effect/platform-browser": "4.0.0-beta.107",
|
|
16
16
|
"@effect/sql-sqlite-do": "4.0.0-beta.107",
|
|
17
17
|
"effect": "4.0.0-beta.107"
|