@copilotkit/runtime 1.9.2-next.23 → 1.9.2-next.24
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/CHANGELOG.md +7 -0
- package/dist/{chunk-LYXJJDV3.mjs → chunk-ECQRTXJX.mjs} +2 -2
- package/dist/{chunk-ZQUGWRVU.mjs → chunk-FR4C3TPU.mjs} +2 -2
- package/dist/{chunk-FIA5HRU2.mjs → chunk-GAUZHH2X.mjs} +18 -18
- package/dist/{chunk-FIA5HRU2.mjs.map → chunk-GAUZHH2X.mjs.map} +1 -1
- package/dist/{chunk-C6PCDSTD.mjs → chunk-S2YGYQDH.mjs} +2 -2
- package/dist/{chunk-HZW6X63M.mjs → chunk-TBVA4IGX.mjs} +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.d.ts +152 -2
- package/dist/lib/index.js +10 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +10 -10
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +10 -10
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +10 -10
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +10 -10
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +11 -11
- /package/dist/{chunk-LYXJJDV3.mjs.map → chunk-ECQRTXJX.mjs.map} +0 -0
- /package/dist/{chunk-ZQUGWRVU.mjs.map → chunk-FR4C3TPU.mjs.map} +0 -0
- /package/dist/{chunk-C6PCDSTD.mjs.map → chunk-S2YGYQDH.mjs.map} +0 -0
- /package/dist/{chunk-HZW6X63M.mjs.map → chunk-TBVA4IGX.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GAUZHH2X.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-ECQRTXJX.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GAUZHH2X.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-FR4C3TPU.mjs.map
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ActionExecutionMessage,
|
|
3
|
-
AgentStateMessage,
|
|
4
|
-
ImageMessage,
|
|
5
|
-
ResultMessage,
|
|
6
|
-
TextMessage
|
|
7
|
-
} from "./chunk-SHBDMA63.mjs";
|
|
8
1
|
import {
|
|
9
2
|
EmptyAdapter,
|
|
10
3
|
RemoteChain,
|
|
@@ -17,6 +10,13 @@ import {
|
|
|
17
10
|
SuccessResponseStatus,
|
|
18
11
|
UnknownErrorResponse
|
|
19
12
|
} from "./chunk-XWBDEXDA.mjs";
|
|
13
|
+
import {
|
|
14
|
+
ActionExecutionMessage,
|
|
15
|
+
AgentStateMessage,
|
|
16
|
+
ImageMessage,
|
|
17
|
+
ResultMessage,
|
|
18
|
+
TextMessage
|
|
19
|
+
} from "./chunk-SHBDMA63.mjs";
|
|
20
20
|
import {
|
|
21
21
|
BaseMessageInput
|
|
22
22
|
} from "./chunk-2OZAGFV3.mjs";
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.9.2-next.
|
|
43
|
+
version: "1.9.2-next.24",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -78,11 +78,11 @@ var require_package = __commonJS({
|
|
|
78
78
|
"zod-to-json-schema": "^3.23.5"
|
|
79
79
|
},
|
|
80
80
|
dependencies: {
|
|
81
|
-
"@ag-ui/client": "0.0.
|
|
82
|
-
"@ag-ui/core": "0.0.
|
|
83
|
-
"@ag-ui/encoder": "0.0.
|
|
84
|
-
"@ag-ui/langgraph": "0.0.
|
|
85
|
-
"@ag-ui/proto": "0.0.
|
|
81
|
+
"@ag-ui/client": "0.0.34",
|
|
82
|
+
"@ag-ui/core": "0.0.34",
|
|
83
|
+
"@ag-ui/encoder": "0.0.34",
|
|
84
|
+
"@ag-ui/langgraph": "0.0.6",
|
|
85
|
+
"@ag-ui/proto": "0.0.34",
|
|
86
86
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
88
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -110,10 +110,10 @@ var require_package = __commonJS({
|
|
|
110
110
|
zod: "^3.23.3"
|
|
111
111
|
},
|
|
112
112
|
peerDependencies: {
|
|
113
|
-
"@ag-ui/client": ">=0.0.
|
|
114
|
-
"@ag-ui/core": ">=0.0.
|
|
115
|
-
"@ag-ui/encoder": ">=0.0.
|
|
116
|
-
"@ag-ui/proto": ">=0.0.
|
|
113
|
+
"@ag-ui/client": ">=0.0.34",
|
|
114
|
+
"@ag-ui/core": ">=0.0.34",
|
|
115
|
+
"@ag-ui/encoder": ">=0.0.34",
|
|
116
|
+
"@ag-ui/proto": ">=0.0.34"
|
|
117
117
|
},
|
|
118
118
|
keywords: [
|
|
119
119
|
"copilotkit",
|
|
@@ -5863,4 +5863,4 @@ export {
|
|
|
5863
5863
|
getCommonConfig,
|
|
5864
5864
|
copilotRuntimeNodeHttpEndpoint
|
|
5865
5865
|
};
|
|
5866
|
-
//# sourceMappingURL=chunk-
|
|
5866
|
+
//# sourceMappingURL=chunk-GAUZHH2X.mjs.map
|