@copilotkit/runtime 1.10.5-next.10 → 1.10.5-next.2
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 +0 -54
- package/dist/{chunk-M65Z27MR.mjs → chunk-AJIPGTPV.mjs} +2 -2
- package/dist/{chunk-COGFQ4V4.mjs → chunk-AK5H4K5T.mjs} +2 -2
- package/dist/{chunk-NFB4H6NT.mjs → chunk-G3STE4EL.mjs} +11 -11
- package/dist/chunk-G3STE4EL.mjs.map +1 -0
- package/dist/{chunk-Y5BKTUH2.mjs → chunk-H5ZYJ27F.mjs} +2 -6
- package/dist/{chunk-Y5BKTUH2.mjs.map → chunk-H5ZYJ27F.mjs.map} +1 -1
- package/dist/{chunk-NNBTOZO3.mjs → chunk-IONJJRU6.mjs} +2 -2
- package/dist/index.js +10 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +10 -14
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +10 -10
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/package.json +11 -11
- package/src/lib/runtime/langgraph/langgraph-agent.ts +0 -1
- package/dist/chunk-NFB4H6NT.mjs.map +0 -1
- /package/dist/{chunk-M65Z27MR.mjs.map → chunk-AJIPGTPV.mjs.map} +0 -0
- /package/dist/{chunk-COGFQ4V4.mjs.map → chunk-AK5H4K5T.mjs.map} +0 -0
- /package/dist/{chunk-NNBTOZO3.mjs.map → chunk-IONJJRU6.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-H5ZYJ27F.mjs";
|
|
6
6
|
import {
|
|
7
7
|
config,
|
|
8
8
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
9
9
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-IONJJRU6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
copilotRuntimeNestEndpoint
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AJIPGTPV.mjs";
|
|
14
14
|
import {
|
|
15
15
|
copilotRuntimeNodeExpressEndpoint
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-AK5H4K5T.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-G3STE4EL.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.2",
|
|
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.13",
|
|
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",
|
|
@@ -7791,10 +7791,6 @@ var LangGraphAgent = class extends import_langgraph.LangGraphAgent {
|
|
|
7791
7791
|
output: schemaKeys.output ? [
|
|
7792
7792
|
...schemaKeys.output,
|
|
7793
7793
|
...CONSTANT_KEYS
|
|
7794
|
-
] : null,
|
|
7795
|
-
context: schemaKeys.context ? [
|
|
7796
|
-
...schemaKeys.context,
|
|
7797
|
-
...CONSTANT_KEYS
|
|
7798
7794
|
] : null
|
|
7799
7795
|
};
|
|
7800
7796
|
}
|