@copilotkit/runtime 1.10.5-next.7 → 1.10.5-next.9
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 +13 -0
- package/dist/{chunk-FNTXKBME.mjs → chunk-EXMWMAT5.mjs} +10 -10
- package/dist/{chunk-FNTXKBME.mjs.map → chunk-EXMWMAT5.mjs.map} +1 -1
- package/dist/{chunk-USM5IAF2.mjs → chunk-K4U2VVME.mjs} +2 -2
- package/dist/{chunk-HP5SYZ6Q.mjs → chunk-MO7SLIUI.mjs} +2 -2
- package/dist/{chunk-NK7ECG57.mjs → chunk-RU77EL6K.mjs} +2 -2
- package/dist/{chunk-KMZYX6HM.mjs → chunk-YRAS7NUI.mjs} +2 -2
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +9 -9
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +9 -9
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +9 -9
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +9 -9
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +9 -9
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +10 -10
- /package/dist/{chunk-USM5IAF2.mjs.map → chunk-K4U2VVME.mjs.map} +0 -0
- /package/dist/{chunk-HP5SYZ6Q.mjs.map → chunk-MO7SLIUI.mjs.map} +0 -0
- /package/dist/{chunk-NK7ECG57.mjs.map → chunk-RU77EL6K.mjs.map} +0 -0
- /package/dist/{chunk-KMZYX6HM.mjs.map → chunk-YRAS7NUI.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -2,18 +2,18 @@ import {
|
|
|
2
2
|
CustomEventNames,
|
|
3
3
|
LangGraphAgent,
|
|
4
4
|
LangGraphHttpAgent
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YRAS7NUI.mjs";
|
|
6
6
|
import {
|
|
7
7
|
config,
|
|
8
8
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
9
9
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-MO7SLIUI.mjs";
|
|
11
11
|
import {
|
|
12
12
|
copilotRuntimeNestEndpoint
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-K4U2VVME.mjs";
|
|
14
14
|
import {
|
|
15
15
|
copilotRuntimeNodeExpressEndpoint
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RU77EL6K.mjs";
|
|
17
17
|
import {
|
|
18
18
|
CopilotRuntime,
|
|
19
19
|
addCustomHeaderPlugin,
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
getCommonConfig,
|
|
30
30
|
langGraphPlatformEndpoint,
|
|
31
31
|
resolveEndpointType
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-EXMWMAT5.mjs";
|
|
33
33
|
import "./chunk-SHBDMA63.mjs";
|
|
34
34
|
import {
|
|
35
35
|
AnthropicAdapter,
|
package/dist/lib/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.10.5-next.
|
|
47
|
+
version: "1.10.5-next.9",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -82,11 +82,11 @@ var require_package = __commonJS({
|
|
|
82
82
|
"zod-to-json-schema": "^3.23.5"
|
|
83
83
|
},
|
|
84
84
|
dependencies: {
|
|
85
|
-
"@ag-ui/client": "^0.0.
|
|
86
|
-
"@ag-ui/core": "^0.0.
|
|
87
|
-
"@ag-ui/encoder": "^0.0.
|
|
85
|
+
"@ag-ui/client": "^0.0.39",
|
|
86
|
+
"@ag-ui/core": "^0.0.39",
|
|
87
|
+
"@ag-ui/encoder": "^0.0.39",
|
|
88
88
|
"@ag-ui/langgraph": "^0.0.17",
|
|
89
|
-
"@ag-ui/proto": "^0.0.
|
|
89
|
+
"@ag-ui/proto": "^0.0.39",
|
|
90
90
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
91
91
|
"@copilotkit/shared": "workspace:*",
|
|
92
92
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -115,10 +115,10 @@ var require_package = __commonJS({
|
|
|
115
115
|
zod: "^3.23.3"
|
|
116
116
|
},
|
|
117
117
|
peerDependencies: {
|
|
118
|
-
"@ag-ui/client": ">=0.0.
|
|
119
|
-
"@ag-ui/core": ">=0.0.
|
|
120
|
-
"@ag-ui/encoder": ">=0.0.
|
|
121
|
-
"@ag-ui/proto": ">=0.0.
|
|
118
|
+
"@ag-ui/client": ">=0.0.39",
|
|
119
|
+
"@ag-ui/core": ">=0.0.39",
|
|
120
|
+
"@ag-ui/encoder": ">=0.0.39",
|
|
121
|
+
"@ag-ui/proto": ">=0.0.39"
|
|
122
122
|
},
|
|
123
123
|
keywords: [
|
|
124
124
|
"copilotkit",
|