@copilotkit/runtime 1.8.10-next.1 → 1.8.10-next.3
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 +13 -0
- package/dist/{chunk-2UGQMYRO.mjs → chunk-A2KFGHTN.mjs} +29 -28
- package/dist/chunk-A2KFGHTN.mjs.map +1 -0
- package/dist/{chunk-DLKNGWDL.mjs → chunk-B7ZBOJTY.mjs} +2 -2
- package/dist/{chunk-TIJIKNRW.mjs → chunk-TBRXNHCZ.mjs} +2 -2
- package/dist/{chunk-QT6WWDGM.mjs → chunk-UME6DDXP.mjs} +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +28 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.d.ts +2 -2
- package/dist/lib/index.js +28 -27
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- package/dist/lib/integrations/index.d.ts +3 -3
- package/dist/lib/integrations/index.js +6 -6
- 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 +2 -2
- package/dist/lib/integrations/nest/index.js +6 -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.d.ts +2 -2
- package/dist/lib/integrations/node-express/index.js +6 -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.d.ts +2 -2
- package/dist/lib/integrations/node-http/index.js +6 -6
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/dist/{shared-a7b30781.d.ts → shared-ede87417.d.ts} +1 -1
- package/package.json +7 -7
- package/src/lib/runtime/agentwire-action.ts +7 -9
- package/src/lib/runtime/copilot-runtime.ts +1 -1
- package/src/lib/runtime/remote-actions.ts +1 -1
- package/src/lib/runtime/remote-lg-action.ts +37 -24
- package/dist/chunk-2UGQMYRO.mjs.map +0 -1
- /package/dist/{chunk-DLKNGWDL.mjs.map → chunk-B7ZBOJTY.mjs.map} +0 -0
- /package/dist/{chunk-TIJIKNRW.mjs.map → chunk-TBRXNHCZ.mjs.map} +0 -0
- /package/dist/{chunk-QT6WWDGM.mjs.map → chunk-UME6DDXP.mjs.map} +0 -0
package/dist/lib/index.mjs
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
config,
|
|
4
4
|
copilotRuntimeNextJSAppRouterEndpoint,
|
|
5
5
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-TBRXNHCZ.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-UME6DDXP.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-B7ZBOJTY.mjs";
|
|
13
13
|
import {
|
|
14
14
|
CopilotRuntime,
|
|
15
15
|
addCustomHeaderPlugin,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
getCommonConfig,
|
|
26
26
|
langGraphPlatformEndpoint,
|
|
27
27
|
resolveEndpointType
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-A2KFGHTN.mjs";
|
|
29
29
|
import {
|
|
30
30
|
GoogleGenerativeAIAdapter,
|
|
31
31
|
GroqAdapter,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-
|
|
2
|
-
export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-
|
|
1
|
+
import { b as CreateCopilotRuntimeServerOptions, G as GraphQLContext } from '../../shared-ede87417.js';
|
|
2
|
+
export { e as CommonConfig, C as CopilotRequestContextProperties, a as addCustomHeaderPlugin, d as buildSchema, c as createContext, g as getCommonConfig } from '../../shared-ede87417.js';
|
|
3
3
|
import * as graphql_yoga from 'graphql-yoga';
|
|
4
4
|
import { YogaServerInstance } from 'graphql-yoga';
|
|
5
5
|
export { copilotRuntimeNodeHttpEndpoint } from './node-http/index.js';
|
|
@@ -13,7 +13,7 @@ import '../../index-d4614f9b.js';
|
|
|
13
13
|
import '../../graphql/types/base/index.js';
|
|
14
14
|
import 'rxjs';
|
|
15
15
|
import '../cloud/index.js';
|
|
16
|
-
import '@
|
|
16
|
+
import '@ag-ui/client';
|
|
17
17
|
|
|
18
18
|
declare function copilotRuntimeNextJSAppRouterEndpoint(options: CreateCopilotRuntimeServerOptions): {
|
|
19
19
|
handleRequest: graphql_yoga.YogaServerInstance<{}, Partial<GraphQLContext>>;
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.8.10-next.
|
|
47
|
+
version: "1.8.10-next.3",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -81,17 +81,17 @@ var require_package = __commonJS({
|
|
|
81
81
|
"zod-to-json-schema": "^3.23.5"
|
|
82
82
|
},
|
|
83
83
|
dependencies: {
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"@
|
|
87
|
-
"@
|
|
84
|
+
"@ag-ui/client": "^0.0.27",
|
|
85
|
+
"@ag-ui/core": "^0.0.27",
|
|
86
|
+
"@ag-ui/encoder": "^0.0.27",
|
|
87
|
+
"@ag-ui/proto": "^0.0.27",
|
|
88
88
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
89
89
|
"@copilotkit/shared": "workspace:*",
|
|
90
90
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
91
91
|
"@langchain/community": "^0.3.29",
|
|
92
92
|
"@langchain/core": "^0.3.38",
|
|
93
93
|
"@langchain/google-gauth": "^0.1.0",
|
|
94
|
-
"@langchain/langgraph-sdk": "^0.0.
|
|
94
|
+
"@langchain/langgraph-sdk": "^0.0.70",
|
|
95
95
|
"@langchain/openai": "^0.4.2",
|
|
96
96
|
"class-transformer": "^0.5.1",
|
|
97
97
|
"class-validator": "^0.14.1",
|