@copilotkit/runtime 1.9.2 → 1.9.3-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 +14 -0
- package/dist/{chunk-TE5QWP4H.mjs → chunk-6YYEJGX2.mjs} +10 -7
- package/dist/chunk-6YYEJGX2.mjs.map +1 -0
- package/dist/{chunk-HJYWUUFY.mjs → chunk-A4G3Y5MI.mjs} +2 -2
- package/dist/{chunk-GB4M7WUE.mjs → chunk-BNIZSVJS.mjs} +2 -2
- package/dist/{chunk-M35WOOEP.mjs → chunk-RYQAU5RR.mjs} +2 -2
- package/dist/{chunk-56ZNYBXV.mjs → chunk-S5KSXMT3.mjs} +2 -2
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +9 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +9 -6
- 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 -6
- 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 -6
- 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 -6
- 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 -7
- package/dist/chunk-TE5QWP4H.mjs.map +0 -1
- /package/dist/{chunk-HJYWUUFY.mjs.map → chunk-A4G3Y5MI.mjs.map} +0 -0
- /package/dist/{chunk-GB4M7WUE.mjs.map → chunk-BNIZSVJS.mjs.map} +0 -0
- /package/dist/{chunk-M35WOOEP.mjs.map → chunk-RYQAU5RR.mjs.map} +0 -0
- /package/dist/{chunk-56ZNYBXV.mjs.map → chunk-S5KSXMT3.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CustomEventNames,
|
|
3
3
|
LangGraphAgent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BNIZSVJS.mjs";
|
|
5
5
|
import {
|
|
6
6
|
config,
|
|
7
7
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
8
8
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-A4G3Y5MI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNestEndpoint
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-S5KSXMT3.mjs";
|
|
13
13
|
import {
|
|
14
14
|
copilotRuntimeNodeExpressEndpoint
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-RYQAU5RR.mjs";
|
|
16
16
|
import {
|
|
17
17
|
CopilotRuntime,
|
|
18
18
|
addCustomHeaderPlugin,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
getCommonConfig,
|
|
29
29
|
langGraphPlatformEndpoint,
|
|
30
30
|
resolveEndpointType
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-6YYEJGX2.mjs";
|
|
32
32
|
import "./chunk-SHBDMA63.mjs";
|
|
33
33
|
import {
|
|
34
34
|
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.9.
|
|
47
|
+
version: "1.9.3-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.35",
|
|
86
|
+
"@ag-ui/core": "0.0.35",
|
|
87
|
+
"@ag-ui/encoder": "0.0.35",
|
|
88
|
+
"@ag-ui/langgraph": "0.0.7",
|
|
89
|
+
"@ag-ui/proto": "0.0.35",
|
|
90
90
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
91
91
|
"@copilotkit/shared": "workspace:*",
|
|
92
92
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -96,6 +96,8 @@ var require_package = __commonJS({
|
|
|
96
96
|
"@langchain/google-gauth": "^0.1.0",
|
|
97
97
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
98
98
|
"@langchain/openai": "^0.4.2",
|
|
99
|
+
"@scarf/scarf": "^1.3.0",
|
|
100
|
+
"@types/ip": "^1.1.3",
|
|
99
101
|
"class-transformer": "^0.5.1",
|
|
100
102
|
"class-validator": "^0.14.1",
|
|
101
103
|
express: "^4.19.2",
|
|
@@ -103,6 +105,7 @@ var require_package = __commonJS({
|
|
|
103
105
|
"graphql-scalars": "^1.23.0",
|
|
104
106
|
"graphql-yoga": "^5.3.1",
|
|
105
107
|
"groq-sdk": "^0.5.0",
|
|
108
|
+
ip: "^2.0.1",
|
|
106
109
|
langchain: "^0.3.3",
|
|
107
110
|
openai: "^4.85.1",
|
|
108
111
|
"partial-json": "^0.1.7",
|