@copilotkit/runtime 1.8.14 → 1.8.15-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 +16 -0
- package/dist/{chunk-52XGL36X.mjs → chunk-2DM4G7DN.mjs} +2 -2
- package/dist/{chunk-LDXNIKFG.mjs → chunk-76QVO5FK.mjs} +2 -2
- package/dist/{chunk-GEZX4PJT.mjs → chunk-IIXJVVTV.mjs} +23 -1
- package/dist/chunk-IIXJVVTV.mjs.map +1 -0
- package/dist/{chunk-WS46QSSD.mjs → chunk-WPALAYGE.mjs} +4 -3
- package/dist/chunk-WPALAYGE.mjs.map +1 -0
- package/dist/{chunk-KPL64XRM.mjs → chunk-XRKKSNLV.mjs} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +25 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -5
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.js +2 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +2 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +2 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +2 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +2 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/dist/service-adapters/index.d.ts +47 -2
- package/dist/service-adapters/index.js +23 -0
- package/dist/service-adapters/index.js.map +1 -1
- package/dist/service-adapters/index.mjs +3 -1
- package/package.json +3 -2
- package/src/service-adapters/bedrock/bedrock-adapter.ts +65 -0
- package/src/service-adapters/index.ts +1 -0
- package/dist/chunk-GEZX4PJT.mjs.map +0 -1
- package/dist/chunk-WS46QSSD.mjs.map +0 -1
- /package/dist/{chunk-52XGL36X.mjs.map → chunk-2DM4G7DN.mjs.map} +0 -0
- /package/dist/{chunk-LDXNIKFG.mjs.map → chunk-76QVO5FK.mjs.map} +0 -0
- /package/dist/{chunk-KPL64XRM.mjs.map → chunk-XRKKSNLV.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-2DM4G7DN.mjs";
|
|
7
7
|
import {
|
|
8
8
|
copilotRuntimeNestEndpoint
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-76QVO5FK.mjs";
|
|
10
10
|
import {
|
|
11
11
|
copilotRuntimeNodeExpressEndpoint
|
|
12
|
-
} from "../chunk-
|
|
12
|
+
} from "../chunk-XRKKSNLV.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-WPALAYGE.mjs";
|
|
29
29
|
import {
|
|
30
30
|
GoogleGenerativeAIAdapter,
|
|
31
31
|
GroqAdapter,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
OpenAIAdapter,
|
|
34
34
|
OpenAIAssistantAdapter,
|
|
35
35
|
UnifyAdapter
|
|
36
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-IIXJVVTV.mjs";
|
|
37
37
|
import "../chunk-5BIEM2UU.mjs";
|
|
38
38
|
import "../chunk-SHBDMA63.mjs";
|
|
39
39
|
import "../chunk-2OZAGFV3.mjs";
|
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.8.
|
|
47
|
+
version: "1.8.15-next.1",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -89,6 +89,7 @@ var require_package = __commonJS({
|
|
|
89
89
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
90
90
|
"@copilotkit/shared": "workspace:*",
|
|
91
91
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
92
|
+
"@langchain/aws": "^0.1.9",
|
|
92
93
|
"@langchain/community": "^0.3.29",
|
|
93
94
|
"@langchain/core": "^0.3.38",
|
|
94
95
|
"@langchain/google-gauth": "^0.1.0",
|