@copilotkit/runtime 1.10.3 → 1.10.4-next.1
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 +15 -0
- package/dist/{chunk-LVKT3U4B.mjs → chunk-3BKDSHBU.mjs} +2 -2
- package/dist/{chunk-EHNMACNM.mjs → chunk-7QEBNUY4.mjs} +2 -2
- package/dist/{chunk-KLS5W26O.mjs → chunk-CF4JS3YQ.mjs} +2 -2
- package/dist/{chunk-DO7PVIVK.mjs → chunk-P2HWK4B3.mjs} +16 -16
- package/dist/chunk-P2HWK4B3.mjs.map +1 -0
- package/dist/{chunk-343D5Y5E.mjs → chunk-YP7EHZEJ.mjs} +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/lib/index.d.ts +1 -1
- 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-DO7PVIVK.mjs.map +0 -1
- /package/dist/{chunk-LVKT3U4B.mjs.map → chunk-3BKDSHBU.mjs.map} +0 -0
- /package/dist/{chunk-EHNMACNM.mjs.map → chunk-7QEBNUY4.mjs.map} +0 -0
- /package/dist/{chunk-KLS5W26O.mjs.map → chunk-CF4JS3YQ.mjs.map} +0 -0
- /package/dist/{chunk-343D5Y5E.mjs.map → chunk-YP7EHZEJ.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.10.4-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a640d8e: - feat: update latest agui langgraph for subgraphs support
|
|
8
|
+
- feat: update latest agui core packages
|
|
9
|
+
- Updated dependencies [a640d8e]
|
|
10
|
+
- @copilotkit/shared@1.10.4-next.1
|
|
11
|
+
|
|
12
|
+
## 1.10.4-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @copilotkit/shared@1.10.4-next.0
|
|
17
|
+
|
|
3
18
|
## 1.10.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P2HWK4B3.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-3BKDSHBU.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LangGraphEventTypes
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-P2HWK4B3.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
6
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -158,4 +158,4 @@ export {
|
|
|
158
158
|
CustomEventNames,
|
|
159
159
|
LangGraphAgent
|
|
160
160
|
};
|
|
161
|
-
//# sourceMappingURL=chunk-
|
|
161
|
+
//# sourceMappingURL=chunk-7QEBNUY4.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P2HWK4B3.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-CF4JS3YQ.mjs.map
|
|
@@ -5,6 +5,11 @@ import {
|
|
|
5
5
|
ResultMessage,
|
|
6
6
|
TextMessage
|
|
7
7
|
} from "./chunk-SHBDMA63.mjs";
|
|
8
|
+
import {
|
|
9
|
+
EmptyAdapter,
|
|
10
|
+
RemoteChain,
|
|
11
|
+
streamLangChainResponse
|
|
12
|
+
} from "./chunk-F7IANE7Z.mjs";
|
|
8
13
|
import {
|
|
9
14
|
GuardrailsValidationFailureResponse,
|
|
10
15
|
MessageStreamInterruptedResponse,
|
|
@@ -12,11 +17,6 @@ import {
|
|
|
12
17
|
SuccessResponseStatus,
|
|
13
18
|
UnknownErrorResponse
|
|
14
19
|
} from "./chunk-XWBDEXDA.mjs";
|
|
15
|
-
import {
|
|
16
|
-
EmptyAdapter,
|
|
17
|
-
RemoteChain,
|
|
18
|
-
streamLangChainResponse
|
|
19
|
-
} from "./chunk-F7IANE7Z.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.10.
|
|
43
|
+
version: "1.10.4-next.1",
|
|
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.37",
|
|
82
|
+
"@ag-ui/core": "^0.0.37",
|
|
83
|
+
"@ag-ui/encoder": "^0.0.37",
|
|
84
|
+
"@ag-ui/langgraph": "^0.0.12",
|
|
85
|
+
"@ag-ui/proto": "^0.0.37",
|
|
86
86
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
88
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -111,10 +111,10 @@ var require_package = __commonJS({
|
|
|
111
111
|
zod: "^3.23.3"
|
|
112
112
|
},
|
|
113
113
|
peerDependencies: {
|
|
114
|
-
"@ag-ui/client": ">=0.0.
|
|
115
|
-
"@ag-ui/core": ">=0.0.
|
|
116
|
-
"@ag-ui/encoder": ">=0.0.
|
|
117
|
-
"@ag-ui/proto": ">=0.0.
|
|
114
|
+
"@ag-ui/client": ">=0.0.37",
|
|
115
|
+
"@ag-ui/core": ">=0.0.37",
|
|
116
|
+
"@ag-ui/encoder": ">=0.0.37",
|
|
117
|
+
"@ag-ui/proto": ">=0.0.37"
|
|
118
118
|
},
|
|
119
119
|
keywords: [
|
|
120
120
|
"copilotkit",
|
|
@@ -5947,4 +5947,4 @@ export {
|
|
|
5947
5947
|
getCommonConfig,
|
|
5948
5948
|
copilotRuntimeNodeHttpEndpoint
|
|
5949
5949
|
};
|
|
5950
|
-
//# sourceMappingURL=chunk-
|
|
5950
|
+
//# sourceMappingURL=chunk-P2HWK4B3.mjs.map
|