@copilotkit/runtime 1.10.5-next.1 → 1.10.5-next.10
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 +61 -0
- package/dist/{chunk-C56AVUZI.mjs → chunk-COGFQ4V4.mjs} +2 -2
- package/dist/{chunk-T4NLPBCY.mjs → chunk-M65Z27MR.mjs} +2 -2
- package/dist/{chunk-FOXQPOXW.mjs → chunk-NFB4H6NT.mjs} +30 -11
- package/dist/chunk-NFB4H6NT.mjs.map +1 -0
- package/dist/{chunk-CX4GADTM.mjs → chunk-NNBTOZO3.mjs} +2 -2
- package/dist/{chunk-H6QUY5ZQ.mjs → chunk-Y5BKTUH2.mjs} +6 -2
- package/dist/{chunk-H6QUY5ZQ.mjs.map → chunk-Y5BKTUH2.mjs.map} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +33 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +33 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.d.ts +2 -2
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- 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/dist/{shared-35015e40.d.ts → shared-0a7346ce.d.ts} +10 -0
- package/package.json +11 -11
- package/src/lib/runtime/agui-action.ts +7 -0
- package/src/lib/runtime/copilot-runtime.ts +25 -0
- package/src/lib/runtime/langgraph/langgraph-agent.ts +1 -0
- package/dist/chunk-FOXQPOXW.mjs.map +0 -1
- /package/dist/{chunk-C56AVUZI.mjs.map → chunk-COGFQ4V4.mjs.map} +0 -0
- /package/dist/{chunk-T4NLPBCY.mjs.map → chunk-M65Z27MR.mjs.map} +0 -0
- /package/dist/{chunk-CX4GADTM.mjs.map → chunk-NNBTOZO3.mjs.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNestEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-M65Z27MR.mjs";
|
|
4
|
+
import "../../../chunk-NFB4H6NT.mjs";
|
|
5
5
|
import "../../../chunk-SHBDMA63.mjs";
|
|
6
6
|
import "../../../chunk-F7IANE7Z.mjs";
|
|
7
7
|
import "../../../chunk-XWBDEXDA.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as graphql_yoga from 'graphql-yoga';
|
|
2
|
-
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-
|
|
2
|
+
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../../shared-0a7346ce.js';
|
|
3
3
|
import 'graphql';
|
|
4
4
|
import 'pino';
|
|
5
5
|
import '@copilotkit/shared';
|
|
@@ -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.10",
|
|
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.39",
|
|
86
|
+
"@ag-ui/core": "^0.0.39",
|
|
87
|
+
"@ag-ui/encoder": "^0.0.39",
|
|
88
|
+
"@ag-ui/langgraph": "^0.0.17",
|
|
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",
|