@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/dist/lib/index.mjs
CHANGED
|
@@ -2,18 +2,18 @@ import {
|
|
|
2
2
|
CustomEventNames,
|
|
3
3
|
LangGraphAgent,
|
|
4
4
|
LangGraphHttpAgent
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-7QEBNUY4.mjs";
|
|
6
6
|
import {
|
|
7
7
|
config,
|
|
8
8
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
9
9
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-YP7EHZEJ.mjs";
|
|
11
11
|
import {
|
|
12
12
|
copilotRuntimeNestEndpoint
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-3BKDSHBU.mjs";
|
|
14
14
|
import {
|
|
15
15
|
copilotRuntimeNodeExpressEndpoint
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-CF4JS3YQ.mjs";
|
|
17
17
|
import {
|
|
18
18
|
CopilotRuntime,
|
|
19
19
|
addCustomHeaderPlugin,
|
|
@@ -29,9 +29,8 @@ import {
|
|
|
29
29
|
getCommonConfig,
|
|
30
30
|
langGraphPlatformEndpoint,
|
|
31
31
|
resolveEndpointType
|
|
32
|
-
} from "../chunk-
|
|
32
|
+
} from "../chunk-P2HWK4B3.mjs";
|
|
33
33
|
import "../chunk-SHBDMA63.mjs";
|
|
34
|
-
import "../chunk-XWBDEXDA.mjs";
|
|
35
34
|
import {
|
|
36
35
|
GoogleGenerativeAIAdapter,
|
|
37
36
|
GroqAdapter,
|
|
@@ -40,6 +39,7 @@ import {
|
|
|
40
39
|
OpenAIAssistantAdapter,
|
|
41
40
|
UnifyAdapter
|
|
42
41
|
} from "../chunk-F7IANE7Z.mjs";
|
|
42
|
+
import "../chunk-XWBDEXDA.mjs";
|
|
43
43
|
import "../chunk-AMUJQ6IR.mjs";
|
|
44
44
|
import "../chunk-2OZAGFV3.mjs";
|
|
45
45
|
import "../chunk-FHD4JECV.mjs";
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.10.
|
|
47
|
+
version: "1.10.4-next.1",
|
|
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.
|
|
88
|
-
"@ag-ui/langgraph": "^0.0.
|
|
89
|
-
"@ag-ui/proto": "^0.0.
|
|
85
|
+
"@ag-ui/client": "^0.0.37",
|
|
86
|
+
"@ag-ui/core": "^0.0.37",
|
|
87
|
+
"@ag-ui/encoder": "^0.0.37",
|
|
88
|
+
"@ag-ui/langgraph": "^0.0.12",
|
|
89
|
+
"@ag-ui/proto": "^0.0.37",
|
|
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.37",
|
|
119
|
+
"@ag-ui/core": ">=0.0.37",
|
|
120
|
+
"@ag-ui/encoder": ">=0.0.37",
|
|
121
|
+
"@ag-ui/proto": ">=0.0.37"
|
|
122
122
|
},
|
|
123
123
|
keywords: [
|
|
124
124
|
"copilotkit",
|