@copilotkit/runtime 1.5.16-next.1 → 1.5.16
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 +16 -0
- package/dist/{chunk-PPSNRM2D.mjs → chunk-FHRPZT3X.mjs} +2 -2
- package/dist/{chunk-DLC2JHVP.mjs → chunk-HHBTKTJ5.mjs} +19 -11
- package/dist/chunk-HHBTKTJ5.mjs.map +1 -0
- package/dist/{chunk-X4UE3Q5F.mjs → chunk-N6X67FPO.mjs} +2 -2
- package/dist/{chunk-M7UBXBRI.mjs → chunk-TWUMUUCQ.mjs} +2 -2
- package/dist/index.js +18 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +18 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.js +5 -5
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +5 -5
- 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 +5 -5
- 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 +5 -5
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +5 -5
- package/src/graphql/resolvers/copilot.resolver.ts +1 -4
- package/src/lib/runtime/remote-lg-action.ts +13 -3
- package/dist/chunk-DLC2JHVP.mjs.map +0 -1
- /package/dist/{chunk-PPSNRM2D.mjs.map → chunk-FHRPZT3X.mjs.map} +0 -0
- /package/dist/{chunk-X4UE3Q5F.mjs.map → chunk-N6X67FPO.mjs.map} +0 -0
- /package/dist/{chunk-M7UBXBRI.mjs.map → chunk-TWUMUUCQ.mjs.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNestEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-N6X67FPO.mjs";
|
|
4
|
+
import "../../../chunk-HHBTKTJ5.mjs";
|
|
5
5
|
import "../../../chunk-OS5YD32G.mjs";
|
|
6
6
|
import "../../../chunk-5BIEM2UU.mjs";
|
|
7
7
|
import "../../../chunk-RTFJTJMA.mjs";
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.5.16
|
|
47
|
+
version: "1.5.16",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -84,11 +84,11 @@ var require_package = __commonJS({
|
|
|
84
84
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
85
85
|
"@copilotkit/shared": "workspace:*",
|
|
86
86
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
87
|
-
"@langchain/community": "^0.
|
|
88
|
-
"@langchain/core": "^0.3.
|
|
87
|
+
"@langchain/community": "^0.3.29",
|
|
88
|
+
"@langchain/core": "^0.3.38",
|
|
89
89
|
"@langchain/google-gauth": "^0.1.0",
|
|
90
90
|
"@langchain/langgraph-sdk": "^0.0.36",
|
|
91
|
-
"@langchain/openai": "^0.
|
|
91
|
+
"@langchain/openai": "^0.4.2",
|
|
92
92
|
"class-transformer": "^0.5.1",
|
|
93
93
|
express: "^4.19.2",
|
|
94
94
|
graphql: "^16.8.1",
|
|
@@ -2045,7 +2045,7 @@ var CopilotResolver = class {
|
|
|
2045
2045
|
type: event.type,
|
|
2046
2046
|
name: event.name,
|
|
2047
2047
|
data: {
|
|
2048
|
-
value:
|
|
2048
|
+
value: event.data.value,
|
|
2049
2049
|
messages: event.data.messages.map((message) => {
|
|
2050
2050
|
if (message.type === "TextMessage" || "content" in message && "role" in message) {
|
|
2051
2051
|
return (0, import_class_transformer2.plainToInstance)(TextMessage, {
|